summaryrefslogtreecommitdiff
path: root/navit/script
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring:Xmlconfig:Moving layout definition in their own .xml file (makes ↵lains2018-11-182-56/+78
| | | | | | | | | | 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.
* cleanup:scripts:Fix condefactor complaints (#646)Joseph Herlant2018-08-292-68/+68
|
* cleanup:scripts:Use $(..) instead of legacy `..` to make codefactor happy (#623)Joseph Herlant2018-06-051-5/+5
|
* update:scripts:avoid iterating over ls output by using glob (#614)Joseph Herlant2018-06-041-1/+1
|
* cleanup:cmake:remove trailing spacesJoseph Herlant2018-05-2530-360/+360
|
* cleanup:general:Declaring war to control-MJoseph Herlant2018-05-012-370/+370
|
* Fix:typo:Fix various mispells (#421)Joseph Herlant2018-03-311-1/+1
| | | | | | | | | | | | | | | | * doc/comments: fix typo: chosen not choosen * doc/comments: fix typo: truncated not trucated * doc/comments: fix typo: unknown not unkown * doc/comments: fix typo: attribute not atribute * doc/comments: fix typo: Convenience not Convinience * doc/comments: fix typo: forbidden not forbiden * doc/comments: fix typo: government not goverment
* Moved xpm to icons (#307)jkoan2017-08-251-2/+2
|
* Add:script:gps_emu4 rate via cmdlinemartin-s2011-06-091-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4523 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:maptool:Some cleanupsmartin-s2011-01-021-0/+26
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3845 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:script:Made prettiermartin-s2010-12-161-14/+9
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3793 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:script:Made independent of calling locationmartin-s2010-12-161-3/+5
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3792 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:script:Script to dump attr and item idsmartin-s2010-12-161-0/+29
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3791 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Ticket #566, osm2navit not renamed to maptool everywherekazer_2010-04-151-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3176 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Script:Script to check itemgra definitionsmartin-s2009-10-251-0/+57
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2687 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:script:Remove now obsolete osm2navit_seamartin-s2009-10-122-1131/+0
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2664 ffa7fe5e-494d-0410-b361-a75ebd5db220
* dbus activationmartin-s2009-10-081-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2653 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:script:Converted to new osm apimartin-s2009-08-2720-2/+5380
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2534 ffa7fe5e-494d-0410-b361-a75ebd5db220
* osm2navit_sea: add missing / in the shebang - thanks udovdhlatouche2009-06-191-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2348 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Tools:Add possibility to specify starting time at command linemartin-s2009-04-241-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2228 ffa7fe5e-494d-0410-b361-a75ebd5db220
* script:osm2navit_sea:does not round anymore the width and height of the ↵latouche2009-03-151-17/+21
| | | | | | bounding box to a multiple of 0.5 git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2122 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Typo:Fixed a small typokazer_2009-03-151-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2121 ffa7fe5e-494d-0410-b361-a75ebd5db220
* script:osm2navit_sea:added a test to check if if the given lat and lon are ↵latouche2009-03-141-1/+8
| | | | | | correct git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2120 ffa7fe5e-494d-0410-b361-a75ebd5db220
* * improve parsing of .osm fileslatouche2009-03-141-75/+151
| | | | | | | | * improve way to compute the intersection of a segment and the border of a tile * ignore nodes out of the bounding box specified in the arguments of the command line git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2119 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Script:Add 4 Hz Button for simulating ublox receiversmartin-s2009-03-111-0/+6
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2096 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Removed old version of asc2navitsingesang2009-01-111-66/+0
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1925 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Core:Added new item typesmartin-s2008-12-031-7/+23
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1768 ffa7fe5e-494d-0410-b361-a75ebd5db220
* A parser for .asc files (usually used by poiwarner)singesang2008-11-141-0/+66
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1726 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:scripts: Simple script to make installation cab for wincezaxl2008-11-111-0/+83
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1720 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Script:Added support for roundaboutsmartin-s2008-11-081-0/+122
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1699 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:script:Improved gensvgmartin-s2008-11-081-54/+88
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1696 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:xpm:Script to generate navigation arrows and generated arrowsmartin-s2008-11-071-0/+110
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1677 ffa7fe5e-494d-0410-b361-a75ebd5db220
* osm2navit_sea: use natural=land for islands and natural=water for the sealatouche2008-10-101-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1446 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:script:Exit when pipe is brokenmartin-s2008-09-251-2/+9
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1418 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:script:Made entry actually workmartin-s2008-09-231-2/+22
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1409 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:script:Made timer an entry for future improvementmartin-s2008-09-231-3/+4
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1408 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:script:Added graphical gps emulatormartin-s2008-09-231-0/+94
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1407 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Added script to render the sea with OSM mapslatouche2008-09-232-0/+1044
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1401 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:core:Added wifi icon from latouchemartin-s2008-07-031-2/+25
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1194 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:script:View offending point also in firefoxmartin-s2008-07-011-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1187 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:script:Added new script osmtool.pl, improved border_followermartin-s2008-07-012-11/+151
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1186 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:script:Tell the neighbours in border_followermartin-s2008-06-291-2/+9
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1179 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:script:Added an osm support scriptmartin-s2008-06-291-0/+116
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1178 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Updated web server filesmartin-s2008-05-212-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1073 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Renamed src to navit for cleanup of includesmartin-s2008-05-1811-0/+876
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1059 ffa7fe5e-494d-0410-b361-a75ebd5db220