mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-04-23 14:01:26 +00:00
ui: fix various css/ui includes
This commit is contained in:
@ -1,20 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<gresources>
|
||||
<gresource prefix="/org/gnome/sysprof">
|
||||
<file compressed="true">css/SpVisualizerView-shared.css</file>
|
||||
<file compressed="true">css/SpVisualizerView-Adwaita.css</file>
|
||||
<file compressed="true">css/SpVisualizerView-Adwaita-dark.css</file>
|
||||
<file compressed="true">css/SysprofVisualizerView-shared.css</file>
|
||||
<file compressed="true">css/SysprofVisualizerView-Adwaita.css</file>
|
||||
<file compressed="true">css/SysprofVisualizerView-Adwaita-dark.css</file>
|
||||
|
||||
<!-- Application icons -->
|
||||
<file alias="icons/scalable/apps/org.gnome.Sysprof.svg">../../data/icons/scalable/apps/org.gnome.Sysprof.svg</file>
|
||||
<file alias="icons/symbolic/apps/org.gnome.Sysprof-symbolic.svg">../../data/icons/symbolic/apps/org.gnome.Sysprof-symbolic.svg</file>
|
||||
|
||||
<file compressed="true">ui/sp-callgraph-view.ui</file>
|
||||
<file compressed="true">ui/sp-empty-state-view.ui</file>
|
||||
<file compressed="true">ui/sp-failed-state-view.ui</file>
|
||||
<file compressed="true">ui/sp-process-model-row.ui</file>
|
||||
<file compressed="true">ui/sp-profiler-menu-button.ui</file>
|
||||
<file compressed="true">ui/sp-recording-state-view.ui</file>
|
||||
<file compressed="true">ui/sp-visualizer-view.ui</file>
|
||||
<file compressed="true">ui/sysprof-callgraph-view.ui</file>
|
||||
<file compressed="true">ui/sysprof-empty-state-view.ui</file>
|
||||
<file compressed="true">ui/sysprof-failed-state-view.ui</file>
|
||||
<file compressed="true">ui/sysprof-process-model-row.ui</file>
|
||||
<file compressed="true">ui/sysprof-profiler-menu-button.ui</file>
|
||||
<file compressed="true">ui/sysprof-recording-state-view.ui</file>
|
||||
<file compressed="true">ui/sysprof-visualizer-view.ui</file>
|
||||
</gresource>
|
||||
</gresources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<interface>
|
||||
<template class="SpCallgraphView" parent="GtkBin">
|
||||
<template class="SysprofCallgraphView" parent="GtkBin">
|
||||
<child>
|
||||
<object class="GtkPaned">
|
||||
<property name="orientation">horizontal</property>
|
||||
@ -39,7 +39,7 @@
|
||||
<property name="sort-column-id">1</property>
|
||||
<property name="title" translatable="yes">Self</property>
|
||||
<child>
|
||||
<object class="SpCellRendererPercent">
|
||||
<object class="SysprofCellRendererPercent">
|
||||
<property name="xpad">6</property>
|
||||
</object>
|
||||
<attributes>
|
||||
@ -55,7 +55,7 @@
|
||||
<property name="sort-column-id">2</property>
|
||||
<property name="title" translatable="yes">Total</property>
|
||||
<child>
|
||||
<object class="SpCellRendererPercent">
|
||||
<object class="SysprofCellRendererPercent">
|
||||
<property name="xpad">6</property>
|
||||
</object>
|
||||
<attributes>
|
||||
@ -100,7 +100,7 @@
|
||||
<property name="sort-column-id">1</property>
|
||||
<property name="title" translatable="yes">Self</property>
|
||||
<child>
|
||||
<object class="SpCellRendererPercent">
|
||||
<object class="SysprofCellRendererPercent">
|
||||
<property name="xpad">6</property>
|
||||
</object>
|
||||
<attributes>
|
||||
@ -116,7 +116,7 @@
|
||||
<property name="sort-column-id">2</property>
|
||||
<property name="title" translatable="yes">Total</property>
|
||||
<child>
|
||||
<object class="SpCellRendererPercent">
|
||||
<object class="SysprofCellRendererPercent">
|
||||
<property name="xpad">6</property>
|
||||
</object>
|
||||
<attributes>
|
||||
@ -155,7 +155,7 @@
|
||||
<property name="sort-column-id">1</property>
|
||||
<property name="title" translatable="yes">Self</property>
|
||||
<child>
|
||||
<object class="SpCellRendererPercent">
|
||||
<object class="SysprofCellRendererPercent">
|
||||
<property name="xpad">6</property>
|
||||
</object>
|
||||
<attributes>
|
||||
@ -171,7 +171,7 @@
|
||||
<property name="sort-column-id">2</property>
|
||||
<property name="title" translatable="yes">Cumulative</property>
|
||||
<child>
|
||||
<object class="SpCellRendererPercent">
|
||||
<object class="SysprofCellRendererPercent">
|
||||
<property name="xpad">6</property>
|
||||
</object>
|
||||
<attributes>
|
||||
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<interface>
|
||||
<template class="SpEmptyStateView" parent="GtkBin">
|
||||
<template class="SysprofEmptyStateView" parent="GtkBin">
|
||||
<child>
|
||||
<object class="GtkBox">
|
||||
<property name="border-width">36</property>
|
||||
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0"?>
|
||||
<interface>
|
||||
<template class="SpFailedStateView" parent="GtkBin">
|
||||
<template class="SysprofFailedStateView" parent="GtkBin">
|
||||
<child>
|
||||
<object class="GtkBox">
|
||||
<property name="border-width">36</property>
|
||||
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<interface>
|
||||
<template class="SpProcessModelRow" parent="GtkListBoxRow">
|
||||
<template class="SysprofProcessModelRow" parent="GtkListBoxRow">
|
||||
<child>
|
||||
<object class="GtkBox">
|
||||
<property name="visible">true</property>
|
||||
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0"?>
|
||||
<interface>
|
||||
<template class="SpProfilerMenuButton" parent="GtkMenuButton">
|
||||
<template class="SysprofProfilerMenuButton" parent="GtkMenuButton">
|
||||
<property name="popover">popover</property>
|
||||
<property name="width-request">150</property>
|
||||
<child>
|
||||
@ -29,7 +29,7 @@
|
||||
</object>
|
||||
</child>
|
||||
</template>
|
||||
<object class="SpProcessModel" id="process_model">
|
||||
<object class="SysprofProcessModel" id="process_model">
|
||||
</object>
|
||||
<object class="GtkPopover" id="popover">
|
||||
<child>
|
||||
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0"?>
|
||||
<interface>
|
||||
<template class="SpRecordingStateView" parent="GtkBin">
|
||||
<template class="SysprofRecordingStateView" parent="GtkBin">
|
||||
<child>
|
||||
<object class="GtkBox">
|
||||
<property name="border-width">36</property>
|
||||
@ -1,11 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<interface>
|
||||
<template class="SpVisualizerView" parent="GtkBin">
|
||||
<template class="SysprofVisualizerView" parent="GtkBin">
|
||||
<child>
|
||||
<object class="GtkOverlay">
|
||||
<property name="visible">true</property>
|
||||
<child type="overlay">
|
||||
<object class="SpVisualizerTicks" id="ticks">
|
||||
<object class="SysprofVisualizerTicks" id="ticks">
|
||||
<property name="valign">start</property>
|
||||
<property name="hexpand">true</property>
|
||||
<property name="visible">true</property>
|
||||
@ -20,7 +20,7 @@
|
||||
<property name="propagate-natural-width">false</property>
|
||||
<property name="visible">true</property>
|
||||
<child>
|
||||
<object class="SpVisualizerList" id="list">
|
||||
<object class="SysprofVisualizerList" id="list">
|
||||
<property name="visible">true</property>
|
||||
</object>
|
||||
</child>
|
||||
Reference in New Issue
Block a user