[cairo-commit] roadster/data roadster.glade,1.6,1.7
Nathan Fredrickson
commit at pdx.freedesktop.org
Wed Mar 2 23:32:48 PST 2005
- Previous message: [cairo-commit] roadster/src databasewindow.h, 1.2,
1.3 datasetwindow.h, 1.1, 1.2 gpsclient.h, 1.2, 1.3 import.h,
1.1, 1.2 import_tiger.h, 1.1, 1.2 importwindow.h, 1.1,
1.2 layers.c, 1.8, 1.9 layers.h, 1.4, 1.5 locationset.h, 1.1,
1.2 mainwindow.c, 1.10, 1.11 mainwindow.h, 1.3, 1.4 search.h,
1.1, 1.2 search_location.h, 1.1, 1.2 search_road.h, 1.1,
1.2 searchwindow.h, 1.1, 1.2 welcomewindow.h, 1.1, 1.2
- Next message: [cairo-commit] roadster ChangeLog,1.32,1.33
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: nrf
Update of /cvs/cairo/roadster/data
In directory gabe:/tmp/cvs-serv3189/data
Modified Files:
roadster.glade
Log Message:
* src/*.h: Change extern "C" to G_BEGIN_DECLS/G_END_DECLS
* src/layers.h:
* src/layers.c: Add layers_reload() to reload the layer styles.
* data/roadster.glade
* src/mainwindow.c: Add "Debug" menu and "Reload Styles" menuitem.
Index: roadster.glade
===================================================================
RCS file: /cvs/cairo/roadster/data/roadster.glade,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- roadster.glade 2 Mar 2005 06:25:48 -0000 1.6
+++ roadster.glade 3 Mar 2005 07:32:46 -0000 1.7
@@ -53,7 +53,7 @@
<signal name="activate" handler="on_import_maps_activate" last_modification_time="Tue, 25 Jan 2005 19:06:57 GMT"/>
<child internal-child="image">
- <widget class="GtkImage" id="image9537">
+ <widget class="GtkImage" id="image9539">
<property name="visible">True</property>
<property name="stock">gtk-open</property>
<property name="icon_size">1</property>
@@ -74,7 +74,7 @@
<property name="use_underline">True</property>
<child internal-child="image">
- <widget class="GtkImage" id="image9538">
+ <widget class="GtkImage" id="image9540">
<property name="visible">True</property>
<property name="stock">gtk-open</property>
<property name="icon_size">1</property>
@@ -204,7 +204,7 @@
<accelerator key="g" modifiers="GDK_CONTROL_MASK" signal="activate"/>
<child internal-child="image">
- <widget class="GtkImage" id="image9539">
+ <widget class="GtkImage" id="image9541">
<property name="visible">True</property>
<property name="stock">gtk-jump-to</property>
<property name="icon_size">1</property>
@@ -294,6 +294,41 @@
</child>
</widget>
</child>
+
+ <child>
+ <widget class="GtkMenuItem" id="debugmenu">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">_Debug</property>
+ <property name="use_underline">True</property>
+
+ <child>
+ <widget class="GtkMenu" id="debugmenu_menu">
+
+ <child>
+ <widget class="GtkImageMenuItem" id="reloadstylesmenuitem">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Reload Styles</property>
+ <property name="use_underline">True</property>
+ <signal name="activate" handler="on_reloadstylesmenuitem_activate" last_modification_time="Thu, 03 Mar 2005 07:25:08 GMT"/>
+ <accelerator key="r" modifiers="GDK_CONTROL_MASK" signal="activate"/>
+
+ <child internal-child="image">
+ <widget class="GtkImage" id="image9542">
+ <property name="visible">True</property>
+ <property name="stock">gtk-refresh</property>
+ <property name="icon_size">1</property>
+ <property name="xalign">0.5</property>
+ <property name="yalign">0.5</property>
+ <property name="xpad">0</property>
+ <property name="ypad">0</property>
+ </widget>
+ </child>
+ </widget>
+ </child>
+ </widget>
+ </child>
+ </widget>
+ </child>
</widget>
</child>
</widget>
- Previous message: [cairo-commit] roadster/src databasewindow.h, 1.2,
1.3 datasetwindow.h, 1.1, 1.2 gpsclient.h, 1.2, 1.3 import.h,
1.1, 1.2 import_tiger.h, 1.1, 1.2 importwindow.h, 1.1,
1.2 layers.c, 1.8, 1.9 layers.h, 1.4, 1.5 locationset.h, 1.1,
1.2 mainwindow.c, 1.10, 1.11 mainwindow.h, 1.3, 1.4 search.h,
1.1, 1.2 search_location.h, 1.1, 1.2 search_road.h, 1.1,
1.2 searchwindow.h, 1.1, 1.2 welcomewindow.h, 1.1, 1.2
- Next message: [cairo-commit] roadster ChangeLog,1.32,1.33
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list