diff options
author | Ian McIntosh <ian_mcintosh@linuxadvocate.org> | 2005-03-01 13:48:21 +0000 |
---|---|---|
committer | Ian McIntosh <ian_mcintosh@linuxadvocate.org> | 2005-03-01 13:48:21 +0000 |
commit | 86efa4a29af703a0d8f07ffab7f64c424b2343f5 (patch) | |
tree | 212bd9c56e3e3164cc72aed42da7e057748f93d0 /data | |
parent | efb2198f9560c887284ac931b1aaa7bbee2cccbd (diff) |
Added with code removed from map module.
Removed.
Moved static data to road.c. Removed global map object and moved to
allocated map object (all map_* functions take a map pointer now).
Trying to switch to threaded rendering (currently disabled).
Added support for locking.
Now owns an allocated map object. Switched from single-click to
double-click to move around.
Talk to mainwindow only, not map.
Don't store loaded map data in the layers settings structure. (Stored in
map object now.)
Changed main_init() to return boolean.
Removed global data, switched to allocated (a scenemanager is owned by a
map).
Can now deal with search strings containing newlines and other whitespace
junk.
Perform exact-match for street names of 3 or fewer chars for speed and
results quality.
Diffstat (limited to 'data')
-rw-r--r-- | data/roadster.glade | 40 |
1 files changed, 1 insertions, 39 deletions
diff --git a/data/roadster.glade b/data/roadster.glade index 32bbc7a..13aabcd 100644 --- a/data/roadster.glade +++ b/data/roadster.glade @@ -335,44 +335,6 @@ </child> <child> - <widget class="GtkToolItem" id="toolitem17"> - <property name="visible">True</property> - <property name="visible_horizontal">True</property> - <property name="visible_vertical">True</property> - <property name="is_important">False</property> - - <child> - <widget class="GtkToolButton" id="gotobutton"> - <property name="label" translatable="yes"></property> - <property name="use_underline">True</property> - <property name="stock_id">gtk-jump-to</property> - <property name="visible_horizontal">True</property> - <property name="visible_vertical">True</property> - <property name="is_important">False</property> - <signal name="clicked" handler="on_gotobutton_clicked" last_modification_time="Thu, 09 Sep 2004 20:11:08 GMT"/> - </widget> - </child> - </widget> - <packing> - <property name="expand">False</property> - <property name="homogeneous">False</property> - </packing> - </child> - - <child> - <widget class="GtkSeparatorToolItem" id="separatortoolitem2"> - <property name="sensitive">False</property> - <property name="draw">True</property> - <property name="visible_horizontal">True</property> - <property name="visible_vertical">True</property> - </widget> - <packing> - <property name="expand">False</property> - <property name="homogeneous">False</property> - </packing> - </child> - - <child> <widget class="GtkToolItem" id="toolitem20"> <property name="visible">True</property> <property name="visible_horizontal">True</property> @@ -489,7 +451,7 @@ <property name="has_frame">True</property> <property name="invisible_char" translatable="yes">*</property> <property name="activates_default">True</property> - <property name="width_chars">28</property> + <property name="width_chars">23</property> </widget> </child> </widget> |