summaryrefslogtreecommitdiff
path: root/navit/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add:Core+Graphics+Qt5:Add support for textured polygons (#989)Stefan Wildemann2020-04-261-0/+1
| | | | | | | | | | This pull request adds the basic support for textured polygons. It adds a function to graphics plugins to set texture. It enhances itemgra configuration that allows to set a picture to polygon map elements Basic support for Qt5 graphics. Some example textures added to car layout. Texture files have own resource directory.
* Fix run when in build dir (#957)jkoan2020-01-181-0/+2
| | | | | * add:build:core:Add file which is only visible to devs to detect when navit is running in build dir
* Android build fix and update (#827)jandegr2019-08-161-6/+5
|
* Refactoring:cmake:from 2.6 to 3.2Bignaux Ronan2019-05-251-6/+8
|
* Refactoring:cmake:simplify version managementBignaux Ronan2019-05-241-9/+0
|
* Refactoring:Xmlconfig:Moving layout definition in their own .xml file (makes ↵lains2018-11-181-16/+70
| | | | | | | | | | 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 'master' into trafficmvglasow2018-05-261-128/+128
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # CMakeLists.txt # man/CMakeLists.txt # navit/CMakeLists.txt # navit/android/CMakeLists.txt # navit/binding/dbus/binding_dbus.c # navit/fonts/CMakeLists.txt # navit/gui/internal/gui_internal_html.c # navit/icons/CMakeLists.txt # navit/item.c # navit/navit.c # navit/route.c # navit/start_real.c # navit/util.c # navit/xmlconfig.c # po/CMakeLists.txt
| * cleanup:cmake:retab all CMakeLists.txt filesJoseph Herlant2018-05-251-128/+128
| |
| * cleanup:cmake:remove trailing spacesJoseph Herlant2018-05-251-5/+5
| |
* | cleanup:global:Reformat with astyle and remove trailing spacesmvglasow2018-05-261-5/+5
| | | | | | | | | | | | Mirrors 8a76acb and 41a1264 Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Merge branch 'trunk' into trafficmvglasow2017-12-071-44/+53
|\ \ | |/
| * fix:cmake:Rework of xslt convert process to fix the copy issue of the ↵jkoan2017-12-031-44/+53
| | | | | | | | | | navit.dtd file in android build (see process_xslt) (#381) Also forced tab with of 3 space
* | Add:traffic:Build traffic.cmvglasow2017-11-211-1/+1
|/ | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Moved xpm to icons (#307)jkoan2017-08-251-3/+3
|
* Fix:build:Regenerate navit*.xml if XSLT files change. Fixes first part of #1333.Sebastian Leske2017-06-171-1/+6
|
* Fix: Allow unusual building (#215)R7404Stefan Wildemann2017-04-241-1/+3
| | | | | | | | | | | | | | | | | | | * Support unusual building This patch updates navits cmake system to allow more unusual build and install path configurations as well as renaming the navit binary. This sis required for restricted environments like Sailfish OS harbour that do not follow usual path conventions. You can now: redefine the binary name (NAVIT_BINARY) control the translation file names (PACKAGE) select the library directory (LIB_DIR) select the share directory (SHARE_DIR) select the locales directory (LOCALE_DIR) select the images directory (IMAGE_DIR) select the man directory (MAN_DIR) the .desktop file is updated and the man file is renamed according to this and the install prefix is still honoured.
* Refactor:Remove unused file routech.cR6370Sebastian Leske2015-11-141-1/+1
|
* Fix:build:Detect current git version, remove Subversion checks. We don't do ↵Sebastian Leske2015-08-301-4/+3
| | | | Subversion anymore...
* Add:port_android:Better image sizes for high dpi screens, scale icons ↵mdankov2015-01-071-6/+6
| | | | | | consistently, scale dashes of dashed lines propotionally to other graphic parameters. Related to #1181. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5994 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:port_android:Support xhdpi, xxhdpi, xxxhdpi display densities. Related ↵mdankov2014-12-231-1/+4
| | | | | | to #1181. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5983 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Refactor:core:Remove unused files compass.c/.hsleske2014-08-311-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5879 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Refactor:core:Extract house number interpolation to search_houseno_interpol.csleske2014-07-071-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5807 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Refactor:build/cmake:Rename dir intl_cmake to support/gettext_intl for ↵sleske2013-09-271-1/+1
| | | | | | consistency.|Fixes #1119. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5648 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:port_android:Build localized Android string resources from gettext db.mdankov2013-08-241-6/+3
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5599 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Let it be buildable for win* platforms with CMake.mdankov2013-08-031-1/+0
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5558 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Properly specify explicit dependency on intl_cmake/libintl.h.mdankov2013-08-031-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5557 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Define explicit CMake dependency of support/glib header files on ↵mdankov2013-08-031-0/+1
| | | | | | libintl.h built by intl_cmake. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5555 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Core:New xml tag for adding scripts to objectsmartin-s2013-05-241-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5503 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Core:Made a central entry point for translation in preparation of future ↵martin-s2013-04-281-1/+1
| | | | | | changes git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5456 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Core:Beginning of work to create vehicleprofile options instead of ↵martin-s2013-03-051-1/+1
| | | | | | multiple vehicle profiles git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5400 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:core:Move maptool/geom.c code to navit core.mdankov2013-03-051-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5398 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Core:Integrated obj_filter.c into command.cmartin-s2012-07-161-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5190 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Core:Customized Info.plist for iphone portmartin-s2012-07-081-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5184 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:option to configure multiple maps with similar attributes with one tagmartin-s2012-06-201-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5155 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Build:Add icon for iphone buildmartin-s2012-05-091-3/+5
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5092 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Build:Fixed iphone buildmartin-s2012-05-061-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5079 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Make translations work on iphonemartin-s2012-05-031-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5068 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Build:Save more required settings for external pluginsmartin-s2012-03-251-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4995 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:CMake target navit_config_xml should depend on navit.xml from ↵mdankov2012-01-271-2/+2
| | | | | | binary directory, not from source one. Fixes out-of-source builds. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4913 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Build:Save more state for pluginsmartin-s2011-09-291-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4799 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Build:Write settings to file for plugin reusemartin-s2011-09-291-0/+11
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4794 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:build/cmake:Fixed setting of medium sized iconsrikky2011-09-121-6/+7
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4779 ffa7fe5e-494d-0410-b361-a75ebd5db220
* add:core: -added obj_filter.c tegzed2011-09-081-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4771 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Build:Better bundle buildingmartin-s2011-09-051-5/+15
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4761 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Build:Optionally use xsltproc for xslt processingmartin-s2011-09-041-1/+5
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4759 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Build:Create navit as bundlemartin-s2011-08-231-1/+5
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4697 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Build:Use android subdir only when building for android, closes partly ↵woglinde2011-08-181-1/+3
| | | | | | ticket#832 git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4686 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Build:Make map_shapefile build again on cmakemartin-s2011-07-281-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4662 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:build/cmake:Test for -snone support of saxon, to support more saxon variantsrikky2011-07-061-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4590 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Build:Don't let saxon strip whitespacesmartin-s2011-06-281-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4549 ffa7fe5e-494d-0410-b361-a75ebd5db220