mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 15:40:53 +00:00
build: bump versions
This commit is contained in:
@ -8,7 +8,7 @@ project('sysprof', 'c',
|
|||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
symbolic_version = '42.0'
|
symbolic_version = '43.alpha0'
|
||||||
|
|
||||||
gnome = import('gnome')
|
gnome = import('gnome')
|
||||||
pkgconfig = import('pkgconfig')
|
pkgconfig = import('pkgconfig')
|
||||||
@ -46,6 +46,7 @@ config_h.set('PACKAGE_TARNAME', 'PACKAGE_STRING')
|
|||||||
config_h.set('PACKAGE', 'PACKAGE_NAME')
|
config_h.set('PACKAGE', 'PACKAGE_NAME')
|
||||||
config_h.set('VERSION', 'PACKAGE_VERSION')
|
config_h.set('VERSION', 'PACKAGE_VERSION')
|
||||||
|
|
||||||
|
|
||||||
# Detect and set symbol visibility
|
# Detect and set symbol visibility
|
||||||
if get_option('default_library') != 'static'
|
if get_option('default_library') != 'static'
|
||||||
if host_machine.system() == 'windows'
|
if host_machine.system() == 'windows'
|
||||||
|
|||||||
@ -43,6 +43,8 @@
|
|||||||
|
|
||||||
#include "../stackstash.h"
|
#include "../stackstash.h"
|
||||||
|
|
||||||
|
#include "egg-paned-private.h"
|
||||||
|
|
||||||
#include "sysprof-callgraph-page.h"
|
#include "sysprof-callgraph-page.h"
|
||||||
#include "sysprof-cell-renderer-percent.h"
|
#include "sysprof-cell-renderer-percent.h"
|
||||||
|
|
||||||
@ -938,6 +940,7 @@ sysprof_callgraph_page_class_init (SysprofCallgraphPageClass *klass)
|
|||||||
gtk_widget_class_add_binding_action (widget_class, GDK_KEY_c, GDK_CONTROL_MASK, "page.copy", NULL);
|
gtk_widget_class_add_binding_action (widget_class, GDK_KEY_c, GDK_CONTROL_MASK, "page.copy", NULL);
|
||||||
gtk_widget_class_add_binding_signal (widget_class, GDK_KEY_Left, GDK_ALT_MASK, "go-previous", NULL);
|
gtk_widget_class_add_binding_signal (widget_class, GDK_KEY_Left, GDK_ALT_MASK, "go-previous", NULL);
|
||||||
|
|
||||||
|
g_type_ensure (EGG_TYPE_PANED);
|
||||||
g_type_ensure (SYSPROF_TYPE_CELL_RENDERER_PERCENT);
|
g_type_ensure (SYSPROF_TYPE_CELL_RENDERER_PERCENT);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +0,0 @@
|
|||||||
/* development styles */
|
|
||||||
window.development-version headerbar {
|
|
||||||
background: transparent -gtk-icontheme("system-run-symbolic") 80% 0/128px 128px no-repeat,
|
|
||||||
linear-gradient(to left,
|
|
||||||
mix(@theme_fg_color, @theme_bg_color, 0.5) 0%,
|
|
||||||
@theme_bg_color 25%);
|
|
||||||
color: alpha(@theme_fg_color, 0.2);
|
|
||||||
}
|
|
||||||
|
|
||||||
window.development-version headerbar box label {
|
|
||||||
color: @theme_fg_color;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.sysprofprofilermenubutton.popup.suggested-action:checked {
|
|
||||||
background: shade(@theme_selected_bg_color,0.9);
|
|
||||||
border: 1px solid shade(@theme_selected_bg_color, 0.8);
|
|
||||||
color: alpha(@theme_selected_fg_color,0.9);
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user