summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorIan McIntosh <ian_mcintosh@linuxadvocate.org>2005-03-31 02:29:53 +0000
committerIan McIntosh <ian_mcintosh@linuxadvocate.org>2005-03-31 02:29:53 +0000
commitf41eb18e327512b86bdf9cc3ab4c1e51d6654d35 (patch)
treeecdbd303d8499a96047d2b15923fedfbb902b2ef /ChangeLog
parent853c83c0503fd48416b922878999126e774c6a56 (diff)
Inserting of POI and POI attributes.
Keep track of whether a set is visible. Add basic POI searching. Sidebar now shows POI sets and can toggle their visibility. Some changes to layer draw order to facilitate river borders. Also made important roads get labeled first. Fixed Cairo road drawing bug from 2005-03-28's switch to road_t. Respect a POI set's visibility status. Remove incorrect attempt to set results list not-sorted before adding results. Major style changes. Changed colors and added outlines for parks, lakes, rivers.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a8f020..e07be8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2005-03-30 Ian McIntosh <ian_mcintosh@linuxadvocate.org>
+
+ * src/location.c: Inserting of POI and POI attributes.
+ * src/locationset.c: Keep track of whether a set is visible.
+ * src/search_road.c:
+ * src/search_location.c: Add basic POI searching.
+ * src/mainwindow.c: Sidebar now shows POI sets and can toggle their visibility.
+ * src/map.c: Some changes to layer draw order to facilitate river borders. Also made important roads get labeled first.
+ * src/map_draw_cairo.c: Fixed Cairo road drawing bug from 2005-03-28's switch to road_t.
+ * src/map_draw_gdk.c: Respect a POI set's visibility status.
+ * src/searchwindow.c: Remove incorrect attempt to set results list not-sorted before adding results.
+ * data/layers.xml: Major style changes. Changed colors and added outlines for parks, lakes, rivers.
+
2005-03-29 Ian McIntosh <ian_mcintosh@linuxadvocate.org>
* src/db.c: Add parsing for WKB points. Change an index on the LocationAttributeValue table.