summaryrefslogtreecommitdiff
path: root/navit/binding
Commit message (Collapse)AuthorAgeFilesLines
* Refactor:core:Make indentation compliant with style guidemvglasow2018-09-291-10/+9
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Add:traffic:Include segment direction in GPX exportmvglasow2018-08-171-3/+15
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Refactor:binding/dbus:attr on heap in request_navit_traffic_export_gpx()mvglasow2018-08-161-5/+3
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Add:traffic:Include items in traffic GPX exportmvglasow2018-08-151-1/+38
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Add:traffic:Rudimentary function to export traffic distortions to GPXmvglasow2018-08-151-0/+87
| | | | | | Currently exports points only, no segments yet Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Refactor:traffic:new name for traffic_get_messages_from_xml_file()mvglasow2018-07-161-1/+1
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Fix:binding/dbus:Before writing to a file, check if open was successfulmvglasow2018-06-181-0/+11
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Merge branch 'trunk' into trafficmvglasow2018-06-1113-358/+193
|\ | | | | | | | | | | | | | | | | # Conflicts: # navit/binding/dbus/binding_dbus.c # navit/gui/internal/gui_internal_html.c # navit/route.c # navit/util.c # navit/xmlconfig.c
| * cleanup:python:cleanup python scripts (#622)Joseph Herlant2018-06-053-18/+18
| |
| * Cleanup:global:force the re-attach the return type to the function ↵Joseph Herlant2018-05-3010-338/+174
| | | | | | | | | | | | | | | | declaration (#605) * Cleanup:global:force the re-attach the return type to the function declaration * cleanup:global:some loose ends
* | Add:core:Remove now-obsolete newlines in debug outputmvglasow2018-05-261-2/+2
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Merge branch 'master' into trafficmvglasow2018-05-262-4/+4
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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-252-4/+4
| |
| * cleanup:cmake:remove trailing spacesJoseph Herlant2018-05-253-5/+5
| |
| * cleanup:global:Use astyle to reformat everythingJoseph Herlant2018-05-2511-2230/+2093
| |
* | cleanup:global:Reformat with astyle and remove trailing spacesmvglasow2018-05-2614-2271/+2133
| | | | | | | | | | | | Mirrors 8a76acb and 41a1264 Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Merge branch 'trunk' into trafficmvglasow2018-05-095-50/+50
|\ \ | |/ | | | | | | | | # Conflicts: # navit/route.c # navit/xmlconfig.c
| * Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-265-50/+50
| | | | | | | | | | | | | | | | * 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:Fix several memory leaksmvglasow2018-04-251-0/+2
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Merge branch 'trunk' into trafficmvglasow2018-04-181-6/+7
|\ \ | |/
| * Refactor:core:Some doxygen additions and corrections (#406)v0.5.1-rc2mvglasow2018-02-181-6/+7
| | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Add:binding/dbus:Log traffic injectionmvglasow2018-03-011-0/+1
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Refactor:traffic:traffic_process_messages_int() with post-update logicmvglasow2018-02-201-6/+1
| | | | | | | | | | | | | | | | Redraw is always triggered, expiration and dump to file depend on flags. Exported version dumps the message store but does not deal with expiration. Message store is now dumped after injecting a feed. Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Add:traffic:Inject traffic feed via dbusmvglasow2018-02-201-0/+60
|/ | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Fix:core:Fix warnings from -Wmissing-prototypesSebastian Leske2017-09-221-1/+1
|
* Removing autotools supportPierre GRANDIN2015-12-314-54/+0
|
* Fix:binding_dbus:Fix warnings and remove wrong, unused code in GeoJSON export.sleske2015-05-101-6/+3
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@6089 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Dbus:Fixed return value of route_export_geojson, addresses Coverity #25343kazer_2015-04-151-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@6084 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:binding_dbus:expose zoom_to_route over dbuskazer_2015-04-131-0/+20
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@6074 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:binding_dbus:Fix 64 bit issue with ints and booleansmartin-s2015-03-241-2/+6
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@6027 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:binding_dbus:Added a command to dump the route as GeoJSON and another ↵kazer_2015-03-091-1/+126
| | | | | | one to do a graceful quit git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@6024 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:binding_dbus:Command to dump a map into a given file namemartin-s2015-03-061-0/+26
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@6019 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Refactor:binding_dbus:Remove unused (and wrong) code, add missing #include.sleske2015-01-191-12/+2
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5999 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:binding_dbus:Do not crash if navigation is not configured.|It really ↵sleske2015-01-191-5/+11
| | | | | | helps to read the compiler warnings :-). git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5998 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it ↵sleske2014-11-225-36/+36
| | | | | | 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
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First ↵sleske2014-11-225-47/+47
| | | | | | part of #1269. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5960 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Refactoring:dbus:Removed unneeded local variablemvglasow2014-11-141-1/+1
| | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5947 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:dbus:Include maneuver type in GPS exportmvglasow2014-11-091-3/+3
| | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5938 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Bindings:Added a dbus method to dump a route to a gpxkazer_2014-10-231-0/+72
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5912 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:binding_dbus:Implement new routing functionsmartin-s2014-05-291-0/+66
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5791 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:binding_python:Fix compiler warning by including common.h first.sleske2013-11-251-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5720 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Build:Enable binding_python for cmake buildsmartin-s2013-08-271-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5612 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Corrected c standardmartin-s2013-05-051-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5478 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:binding_win32:Better debug outputmartin-s2013-04-121-2/+3
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5433 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:binding_python:Implement missing functionmartin-s2013-02-171-0/+11
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5381 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:binding_dbus:Support for postal code and house numbermartin-s2013-01-251-0/+21
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5353 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Compile problems with r5340martin-s2013-01-201-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5342 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Core:Allow layer tag to reference layers within navit context, object ↵martin-s2013-01-191-0/+1
| | | | | | handling cleanup git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5340 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:wince buildmartin-s2012-12-231-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5312 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:binding_dbus:Implemented attribute iter for roadprofilemartin-s2012-12-151-0/+15
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5295 ffa7fe5e-494d-0410-b361-a75ebd5db220