[cairo-commit] roadster ChangeLog, 1.98, 1.99 README, 1.5, 1.6 TODO, 1.4, 1.5

Ian McIntosh commit at pdx.freedesktop.org
Tue Oct 25 23:53:25 PDT 2005


Committed by: ian

Update of /cvs/cairo/roadster
In directory gabe:/tmp/cvs-serv7242

Modified Files:
	ChangeLog README TODO 
Log Message:
	* src/*: Fix all compiler warnings that showed up after adding -Wall.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/roadster/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- ChangeLog	26 Oct 2005 05:09:26 -0000	1.98
+++ ChangeLog	26 Oct 2005 06:53:22 -0000	1.99
@@ -1,5 +1,9 @@
 2005-10-26  Ian McIntosh  <ian_mcintosh at linuxadvocate.org>
 
+	* src/*: Fix all compiler warnings that showed up after adding -Wall.
+
+2005-10-26  Ian McIntosh  <ian_mcintosh at linuxadvocate.org>
+
 	* src/road.c:
 	* src/road.h: Remove hardcoded road suffix list.
 

Index: README
===================================================================
RCS file: /cvs/cairo/roadster/README,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- README	16 Mar 2005 20:37:04 -0000	1.5
+++ README	26 Oct 2005 06:53:22 -0000	1.6
@@ -1,2 +1,51 @@
 See http://cairographics.org/Roadster/BuildingIt for notes on building.
 
+Main:
+- main.c
+
+Windows:
+- directionswindow.c
+- importwindow.c (will be deleted when importing moves to external app)
+- gotowindow.c
+- locationeditwindow.c
+- mainwindow.c
+- mapinfowindow.c
+- tooltipwindow.c
+- searchwindow.c
+- gui.c
+
+Import (moving to external app):
+- import.c
+ - import_tiger.c
+
+Map:
+- map.c
+ - map_draw_cairo.c
+ - map_draw_gdk.c
+ - map_tilemanager.c
+- map_style.c
+- map_history.c
+- map_hittest.c
+- map_math.c
+
+Search:
+- search.c
+ - search_city.c
+ - search_coordinate.c
+ - search_location.c
+ - search_road.c
+
+Other / Utility:
+- util.c
+- animator.c
+- db.c
+- downloadmanager.c
+- glyph.c
+- gpsclient.c
+- location.c
+- locationset.c
+- road.c
+- scenemanager.c
+
+Debug (not included in release build):
+- test_poly.c

Index: TODO
===================================================================
RCS file: /cvs/cairo/roadster/TODO,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- TODO	20 Oct 2005 06:56:22 -0000	1.4
+++ TODO	26 Oct 2005 06:53:22 -0000	1.5
@@ -4,21 +4,24 @@
 x Hide sidebar by default
 x Hide all tabs but Results
 x Remove Tooltips
-o Remove Road Search no longer works with just "Main St"
+
 o Choose logo
+o Tile cache needs to free tiles
 o Tile generator
 o Tile parser
-o Tile cache needs to free tiles
+o Make road search no longer works with just "Main St"
 o Remove Debug menu
 
 === OPTIONAL ===
-o Better toolbar icons for mouse tools
-o Better mouse cursor for zoom tool
+o Coordinate search type
+o Fix multi-segment line labeler
 o River sexifier
 o Polygon stitcher for importer
 o Map makeover
-o Road icons (highway, etc.)
+o Map road icons (highway, etc.)
 o Switch to sqlite
+o Better toolbar icons for mouse tools
+o Better mouse cursor for zoom tool
 
 ======================================
 



More information about the cairo-commit mailing list