summaryrefslogtreecommitdiff
path: root/navit/main.h
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:Xmlconfig:Moving layout definition in their own .xml file (makes ↵lains2018-11-181-0/+1
| | | | | | | | | | 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.
* Fix:Core:Some const problemsmartin-s2010-07-151-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3498 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Make c++ happymartin-s2010-05-251-0/+7
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3294 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Fix some more warningshorwitz2009-04-271-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2239 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Some cleanupsmartin-s2009-01-051-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1886 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Various:Fixed some warningsmartin-s2008-11-041-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1642 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Core:Add:Added libnavit for better integration with osm2navitmartin-s2008-07-061-1/+0
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1198 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add license files and headershorwitz2008-06-051-0/+19
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1100 ffa7fe5e-494d-0410-b361-a75ebd5db220
* add a command line option parsing, using getopt. It currently does -v ↵spaetz2008-05-201-0/+1
| | | | | | (version) and -h (usage info). git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1067 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Renamed src to navit for cleanup of includesmartin-s2008-05-181-0/+16
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1059 ffa7fe5e-494d-0410-b361-a75ebd5db220