[cairo-commit] roadster/data layers.xml, 1.13, 1.14 roadster.glade,
1.16, 1.17
Ian McIntosh
commit at pdx.freedesktop.org
Fri Mar 25 23:51:56 PST 2005
- Previous message: [cairo-commit] roadster ChangeLog,1.61,1.62
- Next message: [cairo-commit] roadster/src db.c, 1.18, 1.19 mainwindow.c, 1.31,
1.32 map.c, 1.33, 1.34 map.h, 1.12, 1.13 searchwindow.c, 1.14, 1.15
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: ian
Update of /cvs/cairo/roadster/data
In directory gabe:/tmp/cvs-serv4264/data
Modified Files:
layers.xml roadster.glade
Log Message:
* src/mainwindow.c: Made zoom and history buttons (and menuitems) go insentitive when clicking them would do nothing. Changed single-click on border to always scroll half of window width/height/diagonal.
* src/map.c: Added map_can_zoom_in() and map_can_zoom_out().
* src/searchwindow.c: Added a "no results" message.
* src/db.c: Cleanup.
Index: layers.xml
===================================================================
RCS file: /cvs/cairo/roadster/data/layers.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- layers.xml 23 Mar 2005 22:43:04 -0000 1.13
+++ layers.xml 26 Mar 2005 07:51:54 -0000 1.14
@@ -266,6 +266,7 @@
</sublayer>
<label>
<property name="color" value="#404040ff" />
+ <property name="font-size" level="6" value="10" />
<property name="font-size" level="7" value="10" />
<property name="font-size" level="8" value="12" />
<property name="font-size" level="10" value="14" />
Index: roadster.glade
===================================================================
RCS file: /cvs/cairo/roadster/data/roadster.glade,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- roadster.glade 23 Mar 2005 09:21:49 -0000 1.16
+++ roadster.glade 26 Mar 2005 07:51:54 -0000 1.17
@@ -1807,7 +1807,7 @@
<property name="is_important">False</property>
<child>
- <widget class="GtkButton" id="button34">
+ <widget class="GtkButton" id="zoomoutbutton">
<property name="visible">True</property>
<property name="relief">GTK_RELIEF_NONE</property>
<property name="focus_on_click">False</property>
@@ -1876,7 +1876,7 @@
<property name="is_important">False</property>
<child>
- <widget class="GtkButton" id="button35">
+ <widget class="GtkButton" id="zoominbutton">
<property name="visible">True</property>
<property name="relief">GTK_RELIEF_NONE</property>
<property name="focus_on_click">False</property>
@@ -2031,7 +2031,7 @@
<child>
<widget class="GtkLabel" id="label92260">
<property name="visible">True</property>
- <property name="label" translatable="yes"><span size="small">_Plot Results</span></property>
+ <property name="label" translatable="yes"><span size="small">_Label all results on map</span></property>
<property name="use_underline">True</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
@@ -2416,6 +2416,7 @@
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">True</property>
+ <property name="pack_type">GTK_PACK_END</property>
</packing>
</child>
</widget>
- Previous message: [cairo-commit] roadster ChangeLog,1.61,1.62
- Next message: [cairo-commit] roadster/src db.c, 1.18, 1.19 mainwindow.c, 1.31,
1.32 map.c, 1.33, 1.34 map.h, 1.12, 1.13 searchwindow.c, 1.14, 1.15
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list