mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
This comprises a massive rewrite of the UI for browsing captures. We use the SysprofAid class to scan capture files for content and then auto- matically add visualizers and details pages. To avoid breaking things incrementally, we just land this as a very large commit. Not necessarily ideal, but given the amount of stuff that could break, this is easier. As part of this process, we're removing a lot of the surface API so that we can limit how much we need to maintain in terms of ABI.
30 lines
1.7 KiB
XML
30 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<gresources>
|
|
<gresource prefix="/org/gnome/sysprof">
|
|
<file compressed="true">css/SysprofEnvironEditor-shared.css</file>
|
|
<file compressed="true">css/SysprofDisplay-shared.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/scalable/apps/org.gnome.Sysprof-symbolic.svg">../../data/icons/symbolic/apps/org.gnome.Sysprof-symbolic.svg</file>
|
|
<file alias="icons/symbolic/apps/org.gnome.Sysprof-symbolic.svg">../../data/icons/symbolic/apps/org.gnome.Sysprof-symbolic.svg</file>
|
|
</gresource>
|
|
|
|
<gresource prefix="/org/gnome/sysprof/ui">
|
|
<file preprocess="xml-stripblanks">sysprof-aid-icon.ui</file>
|
|
<file preprocess="xml-stripblanks">sysprof-callgraph-page.ui</file>
|
|
<file preprocess="xml-stripblanks">sysprof-details-page.ui</file>
|
|
<file preprocess="xml-stripblanks">sysprof-display.ui</file>
|
|
<file preprocess="xml-stripblanks">sysprof-environ-editor-row.ui</file>
|
|
<file preprocess="xml-stripblanks">sysprof-failed-state-view.ui</file>
|
|
<file preprocess="xml-stripblanks">sysprof-logs-page.ui</file>
|
|
<file preprocess="xml-stripblanks">sysprof-marks-page.ui</file>
|
|
<file preprocess="xml-stripblanks">sysprof-process-model-row.ui</file>
|
|
<file preprocess="xml-stripblanks">sysprof-profiler-assistant.ui</file>
|
|
<file preprocess="xml-stripblanks">sysprof-recording-state-view.ui</file>
|
|
<file preprocess="xml-stripblanks">sysprof-tab.ui</file>
|
|
<file preprocess="xml-stripblanks">sysprof-time-label.ui</file>
|
|
<file preprocess="xml-stripblanks">sysprof-visualizers-frame.ui</file>
|
|
</gresource>
|
|
</gresources>
|