summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix:core:Fix ISO8601 parsing for time zones (+0200 format)mvglasow2018-07-221-3/+5
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Fix:traffic:Make XML parsing work correctly with EZXMLmvglasow2018-07-221-7/+32
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Refactor:traffic/traff_android:Reorder importsmvglasow2018-07-211-2/+2
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Refactor:traffic/traff_android:Fix stylemvglasow2018-07-211-2/+2
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Fix:traffic/traff_android:Add missing importmvglasow2018-07-211-0/+1
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Merge branch 'master' into trafficmvglasow2018-07-20314-7142/+15767
|\
| * Add:build:Ignore gradle artifactsmvglasow2018-07-201-0/+4
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
| * update in-tree espeak to espeak-1.48.04 (#624)Stefan Wildemann2018-07-15309-7119/+15711
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update in-tree espeak to espeak-1.48.04 Update the C-ified version of espeak to espeak-1.48.04. Currently builds and links for Sailfish. Untested for Windows builds yet. Throws a lot of warnings still. * Make private functions static in espeak. Convert the obviously private functions to static in order to fix warnings. There are a lot not so obvious left that are used in other files by extern statement. Silly. * correctly assign exported methods to headers This asigns exported functions to headers avoiding missing prototypes warning. * move vars out of for loop as Sailfish disallows c99 Standard build under Sailfosh disallows c99 features. Therefore move variables out of for loop declaration. * espeak prepare for Windows build * fix:speech:espeak Adapt to newer espeak version 1.48.04 * redo. removing the files from build was the false way * Disable mbrola support as this fails on windows * remove uneccesary posix calls on windows
| * Refactoring:graphics Improving quality of circles on platforms without ↵lains2018-07-151-18/+33
| | | | | | | | | | | | | | | | | | | | native circle method (#628) * Improving quality of circles on platforms without native circle draw methods. Adding doxygen comments. * Updating verbiage * in circle_to_points(): renaming pnt to center and making in const
| * Fix:scripts:WinCE build script (remove sample map, add espeak-data) (#632)lains2018-07-153-5/+19
| | | | | | | | | | | | | | | | | | | | | | | | * Fixing WinCE build script Remove inclusion of sample map in zip package (which, in addition, fails currently because map server is down) Allow running script twice by performing cleanup on directories if already created Adding missing espeak-data to zip package (currently missing and makes navit speech synthesis fail on current WinCE builds) * Adding xslt processor to build env * Pre-filling <vehicle> tag for WinCE
* | Add:traffic/traff_android:Complete TraFF feed processing functionalitymvglasow2018-07-203-1/+186
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Add:traffic:API function to parse XML data from a stringmvglasow2018-07-162-0/+39
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Refactor:traffic:new name for traffic_get_messages_from_xml_file()mvglasow2018-07-163-4/+4
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Add:traffic/traff_android:Skeleton plugin, not functional yetmvglasow2018-07-153-0/+102
| | | | | | | | 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>
* | Fix:core:Check for route graph before adding a traffic distortionmvglasow2018-06-181-1/+2
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Fix:core:Always return a value in xml_parse_text()mvglasow2018-06-141-1/+1
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Fix:core:Get rid of more compoiler warningsmvglasow2018-06-141-1/+1
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Fix:core:Add (presumably) missing includemvglasow2018-06-141-0/+1
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Add:core:Determine which end points of a traffic distortion meed updatingmvglasow2018-06-141-3/+4
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Add:traffic:Add new segments rather than updating themmvglasow2018-06-141-3/+4
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Add:traffic:Drop obsoleted newlines from plugin debug outputmvglasow2018-06-142-4/+4
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Fix:core:Attempt to silence some compiler warningsmvglasow2018-06-122-11/+7
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Refactor:traffic:Remove obsolete FIXME commentmvglasow2018-06-121-1/+0
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Add:traffic:Update route graph when traffic distortions are removedmvglasow2018-06-111-3/+13
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Refactor:core:Remove temporary conditionalsmvglasow2018-06-111-6/+0
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Fix:core:Make LPA* deal with loop segments correctlymvglasow2018-06-111-2/+5
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Fix:core:Rewind coordinates before retrieving themmvglasow2018-06-112-0/+3
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Fix:route:LPA* fixesmvglasow2018-06-111-4/+4
| | | | | | | | | | | | | | Pass correct from arg to route_value_seg() in route_graph_point_update() Ignore traffic when finding predecessors of current point Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Merge branch 'trunk' into trafficmvglasow2018-06-11188-6708/+3817
|\ \ | |/ | | | | | | | | | | | | | | # Conflicts: # navit/binding/dbus/binding_dbus.c # navit/gui/internal/gui_internal_html.c # navit/route.c # navit/util.c # navit/xmlconfig.c
| * Refactor:core:Improve documentation of route_value_seg()mvglasow2018-06-101-9/+16
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
| * Merge pull request #625 from aerostitch/sanity_supportStefan Wildemann2018-06-051-30/+34
| |\ | | | | | | update:scripts:change the sanity script to exclude fib and support
| | * update:scripts:change the sanity script to exclude fib and supportJoseph Herlant2018-06-051-30/+34
| |/
| * cleanup:scripts:Use $(..) instead of legacy `..` to make codefactor happy (#623)Joseph Herlant2018-06-059-55/+55
| |
| * cleanup:python:cleanup python scripts (#622)Joseph Herlant2018-06-053-18/+18
| |
| * update:scripts:simplify the variables concatenation (#620)Joseph Herlant2018-06-052-2/+2
| |
| * cleanup:osd&support_espeak:get rid of unused-variables compilation warnings ↵Joseph Herlant2018-06-052-21/+20
| | | | | | | | | | | | | | | | (#619) * update:support_espeak:only declare the variable if used * cleanup:osd:remove unused variable
| * Merge pull request #621 from navit-gps/revert_612_for_sailfishStefan Wildemann2018-06-051-2/+6
| |\ | | | | | | Revert #612 for sailfish build script
| | * move the file name to the right spotJoseph Herlant2018-06-041-2/+2
| | |
| | * Change parenthesis substitutuin as per CodeFactor requestStefan Wildemann2018-06-051-2/+2
| | |
| | * Revert #612 for sailfish build scriptStefan Wildemann2018-06-051-2/+6
| |/ | | | | | | | | | | | | Whatever the 'enhancement' done in #612 should bring, it causes grep to complain for non existing file in Sailfish's MER SDK. Most probably because the escaping of the parenthesis was wrongly considered. Never mind - revert.
| * update:scripts:change the scripts that use non-POSIX functionnalities to ↵Joseph Herlant2018-06-042-2/+2
| | | | | | | | bash v2 (#618)
| * fix:scripts:replace \s with the supported use of the space class (#617)Joseph Herlant2018-06-041-1/+1
| |
| * cleanup:scripts:removes deprecated usage of egrep (#616)Joseph Herlant2018-06-041-1/+1
| |
| * fix:scripts:fix malformed shebang (#615)Joseph Herlant2018-06-041-1/+1
| |
| * update:scripts:avoid iterating over ls output by using glob (#614)Joseph Herlant2018-06-041-1/+1
| |
| * update:scripts:change the scripts that use non-POSIX functionnalities to ↵Joseph Herlant2018-06-044-4/+4
| | | | | | | | bash (#613)
| * update:style:optimize the usage of cat in shell scripts (#612)Joseph Herlant2018-06-042-13/+8
| |
| * cleanup:win32:Remove unused variables (#611)Joseph Herlant2018-06-041-5/+0
| |
| * Fix:cmake:Fix the way we set the LIB_DIR when LIBDIR is set for backward ↵Joseph Herlant2018-06-031-4/+4
| | | | | | | | compatibility (#574)