summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2008-04-17Replace deprecated AC_PROG_INTLTOOL with IT_PROG_INTLHEADmasterJeff Garrett1-1/+1
2008-01-25Include gpsd_config.h before gps.hJeff Garrett1-0/+1
Compile fix, gps.h is not guaranteed to include it
2007-11-20Explicitly export public symbols for gladeJeff Garrett1-0/+1
Otherwise, sometimes not all the signal handlers are found.
2007-09-08Add configuration for external MySQL serverJeff Garrett1-2/+1
Remove MySQL embedded server
2005-10-17Added -Wall compiler option (show all warnings).Ian McIntosh1-0/+2
The return of Cairo! Now drawing from tile data and using bounding box overlap tests. The return of hittesting! Remove dead code. Properly return a value from a GnomeVFS callback. Switch from GPtrArrays to GArrays for points. Properly include libintl.h Cleanups. Dead code removal. Add random road segment color option for debugging. Added polygon clipping and line stitching. Do basic line stitching at load time. Cleanups. Move some code to util.c Receive some code from mainwindow.c
2005-09-24New "Go" menu with web maps. General GUI cleanup.Ian McIntosh1-1/+1
Complete rework. Removes direct usage of librsvg. Now uses only gdkpixbuf loaders (including the librsvg one!) Use GLADE_LINK_WIDGET. Add "web maps" menu options. Add glyph reload debug menu option. Possibly fix 'failure to stop scrolling' bug. Beginning of support for "enhancing" map objects at run-time (adding points, smoothing sharp edges). Fix a few 'double' which should be 'gdouble' New search type matches city names. Removed common code. No longer do wildcard "search*" matching. No longer display house #s in results. Removed common code. Moved common search code here. Add icon. Lots of small "look & feel" updates. Add new word-in-sentence matching for treeview searches. Add some treeview utility functions. Add util_str_replace_many() for replacing eg "{LAT}" with a number for web map URLs. Update currently unused TIGER Data Web URL. Playing with soundex() matching for roads and city names. Bumped version. Hey why not.
2005-09-05Better error handling (silences "duplicate key" warning on startup).Ian McIntosh1-8/+3
Comment out some cleanup code that has a crasher bug somewhere (now it's just a memory leak!). Updated comments, removed some dead code. Add a printf showing # of files received from file chooser dialog. Implemented new layers XML format. Draw order is now dictated by the XML file. Removed concept of "sublayers". Unlimited layers are now supported. Removed layer draw order table. Changed scenemanager test from a rectangle to a diamond. Added map scale rendering. Cairo rendering commented out until it can be updated to new layer style stuff. Updated for new layer format. Complete rewrite for new layers format. Remove old/incorrect tests. Removed some old/unused dialogs.
2005-03-03Enable directives to disable deprecated features.Nathan Fredrickson1-5/+1
Call gnome_program_init() instead of deprecated gnome_program_init(). Call gdk_draw_drawable() instead of deprecated gdk_draw_pixmap().
2005-03-03Add dependency on libxml-2.0.Nathan Fredrickson1-1/+1
Map layer styles defined in XML. Load map layer styles from an XML file.
2005-03-02Check separately for libsvg and continue if not found. Define HAVE_LIBSVGNathan Fredrickson1-1/+9
if present.
2005-02-28re-add important whitespaceNathan Fredrickson1-1/+1
2005-02-28Update dependency list.Nathan Fredrickson1-7/+3
Re-add -lmygcc. Clean up.
2005-02-28Make main_init() return a value.Nathan Fredrickson1-7/+7
Add missing prototype. Add pkgconfig check for libsvg and libsvg-cairo. Remove the hacky inclusion of libsvg-cairo.
2005-02-27Added libsvg-cairo as dependency. (Not quite correct? Nate will fix it.:)Ian McIntosh1-1/+1
Added glyph.c. Removed Import button. Removed debugging comments. City with the same name are no longer shared between states. Expired a bunch of old code. Use mappoint_t instead of loose lat/lon variables. Changed an error message. Move init/deinit code from main() to main_init() and main_deinit() Some cleanup and early support for SVG icon loading. Renamed some variables and functions. Moved start location from arbitrary spot in MA, USA to (0,0) Clean up. Use new map_* function names. Use city, state, and zip if present. Correctly use G_TYPE_DOUBLE to store coordinates. Use mappoint_t instead of loose variables.
2005-02-25Added.Ian McIntosh1-2/+8
Updated for embedded mysql. Added new files. Made all dead code. (No need for database window with embedded mysql) Assume string format from embedded DB is reasonable in db_parse_point() and db_parse_pointstring(). Move point and pointstring code into separate files. Misc cleanup. Remove databasewindow from startup code path. Remove GnomeVFS init. Add GnomeVFS init. Create ~/.roadster if missing. Style tweaks. Add quasi-hack to record/draw GPS tracks. Layer "halo" setting is now a stroke width number, not a boolean. Don't call cairo_set_dash for solid lines. New track drawing. Use renamed pointstring functions.
2005-02-24Removed, this is generated.Nathan Fredrickson1-1/+1
Add glade file to the translatable files. Added. Add some more build files. Look for MySQL in given prefix before $PATH.
2005-02-23Added.Ian McIntosh1-1/+1
Removed GNOME_DEBUG_CHECK.
2005-02-23*** empty log message ***Ian McIntosh1-0/+146