summaryrefslogtreecommitdiff
path: root/navit/start_real.c
Commit message (Collapse)AuthorAgeFilesLines
* fix:core: Correct default layout handling. (#816)Stefan Wildemann2019-08-071-1/+0
| | | | | This commit corrects the default layout handling broken when splitting the layouts to own files. It restores the layout saving of the internal gui. So now it starts again with the last selected layout.
* Refactoring:cmake:simplify version managementBignaux Ronan2019-05-241-3/+1
|
* Refactoring:Xmlconfig:Moving layout definition in their own .xml file (makes ↵lains2018-11-181-1/+2
| | | | | | | | | | main navit.xml file lighter) (#559) Layouts contain quite heavy xml code, and there are many layouts available for navit. They are all inserted inside the main navit.xml, which makes it hard to edit because of its size, even if changes or customizations by users are very rarely on the layout code. I have thus moved the layout code away from navit.xml, each layout having its own xml definition file, called navit_layout_*.xml These files are inserted inside the main navit.xml file by using the already existing xi:include mechanism, this also allow for backwards compatibility (old monolithic navit.xml files are still valid and can be used). The other advantage for this is that f the user wants to have his/her own customized navit.xml, he/she can still include the shipped layout files, making their xml lighter. This also allow to enable/disable specific layouts easily by including or not each layout file. It is also easier to perform side-by-side comparison between two layout files.
* Merge branch 'trunk' into trafficmvglasow2018-06-111-2/+1
|\ | | | | | | | | | | | | | | | | # Conflicts: # navit/binding/dbus/binding_dbus.c # navit/gui/internal/gui_internal_html.c # navit/route.c # navit/util.c # navit/xmlconfig.c
| * Cleanup:global:force the re-attach the return type to the function ↵Joseph Herlant2018-05-301-2/+1
| | | | | | | | | | | | | | | | declaration (#605) * Cleanup:global:force the re-attach the return type to the function declaration * cleanup:global:some loose ends
| * cleanup:global:Use astyle to reformat everythingJoseph Herlant2018-05-251-155/+153
| |
* | cleanup:global:Reformat with astyle and remove trailing spacesmvglasow2018-05-261-156/+154
| | | | | | | | | | | | Mirrors 8a76acb and 41a1264 Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Merge branch 'trunk' into trafficmvglasow2018-05-091-8/+8
|\ \ | |/ | | | | | | | | # Conflicts: # navit/route.c # navit/xmlconfig.c
| * Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-261-8/+8
| | | | | | | | | | | | | | | | * Fix:debug:Change line separators for dbg to work also on win* platform * Fix:debug:Break multiline dbg statements to use the new model * Fix:debug:Move the EOL into debug_vprintf
* | Fix:traffic:Call one traffic function from core to make it work for pluginsmvglasow2017-11-241-0/+2
|/ | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Fix:build:Detect current git version, remove Subversion checks. We don't do ↵Sebastian Leske2015-08-301-1/+1
| | | | Subversion anymore...
* Fix:core:close the filehandle when using a startup file, found by coveritywoglinde2015-04-121-2/+9
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@6070 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:port_android:Made map and custom navit.xml path user-selectable|Related ↵mdankov2015-04-061-6/+0
| | | | | | to #1290. Thank you, jandegr! git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@6050 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it ↵sleske2014-11-221-3/+3
| | | | | | looks like an error message.|#1269, part 5 git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5967 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Mention debug level names in help for -d.|#1269, part 4sleske2014-11-221-3/+4
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5965 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First ↵sleske2014-11-221-7/+7
| | | | | | part of #1269. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5960 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Do not crash if config file contains no Navit config.sleske2014-07-251-1/+4
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5824 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Fix warning for undeclared use of textdomain.sleske2013-08-191-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5580 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Format string in start_real.c|Thank you christianschwambornmdankov2013-06-021-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5531 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Fix warnings in start_real.cmdankov2013-05-111-3/+4
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5496 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Make geom.c code usable in the navit core.mdankov2013-03-171-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5414 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Make buffer large enough, remove obsolete debug codemartin-s2013-01-311-18/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5361 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Core:Temporary debug codemartin-s2013-01-301-1/+18
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5359 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Don't crash on Android when search hits non-latin-1 symbols. Fixes ↵mdankov2012-12-261-2/+4
| | | | | | #1086 and its duplicate #1088. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5330 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:core:Cyrillic search improvements: Do accent insensitive search for ↵mdankov2012-12-181-0/+2
| | | | | | Cyrillic in town and POI filter. Do Cyrilic case insensitive filtering of POIs. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5296 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Fix some warningsrikky2012-09-211-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5231 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Code cleanup.sleske2012-07-241-7/+6
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5195 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Make command line option -d override the global debug level in ↵sleske2012-07-081-3/+8
| | | | | | navit.xml. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5186 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Improve log messagessleske2012-05-301-4/+4
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5122 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Core:New "global" debug level; activate option -d.sleske2012-01-291-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4915 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Better return codesmartin-s2011-08-291-4/+5
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4725 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:graphics_cocoa:Better main argument handlingmartin-s2011-08-251-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4712 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Core:Option to specify a file for startup commands or set a startup ↵martin-s2011-07-201-3/+24
| | | | | | command as command line parameter git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4647 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Fixed crash of MSVC build when started without parametersrikky2011-03-031-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4291 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Android:dont clutter sdcard root dir, manual navit.xml also first in ↵zoff992011-02-201-0/+5
| | | | | | /sdcard/navit/ dir, legacy support still there git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4220 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Typomartin-s2011-01-251-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4016 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Typomartin-s2011-01-251-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4015 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:MSVC fixes|Thanks chollyamartin-s2011-01-251-4/+17
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4014 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:support/glib:Added g_slice* support to internal glib with virtual memory ↵Rikky2010-07-031-3/+5
| | | | | | quirks for WinCE. Fix for some crashs while calculating long routes. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3472 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Don't destroy debug on android since the main loop exits there ↵martin-s2010-03-251-0/+2
| | | | | | immediately git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3085 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Fix some memory leaks for debug stuff and one unreachable codelinewoglinde2010-03-181-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3045 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Core:Export command line argumentsmartin-s2009-12-221-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2890 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Core:Allow empty configmartin-s2009-12-221-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2888 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Split out main_ functions from main.c, updated dtdmartin-s2009-11-021-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2715 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Fixed various compiler warningsseralph2009-10-061-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2640 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Correct path to ~/.navit/navit.xmlmartin-s2009-08-211-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2515 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Some cleanups in environment setupmartin-s2009-08-201-21/+4
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2498 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Core:Again android...martin-s2009-08-151-0/+190
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2466 ffa7fe5e-494d-0410-b361-a75ebd5db220