Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix:core:Fix ISO8601 parsing for time zones (+0200 format) | mvglasow | 2018-07-22 | 1 | -3/+5 |
| | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> | ||||
* | Fix:traffic:Make XML parsing work correctly with EZXML | mvglasow | 2018-07-22 | 1 | -7/+32 |
| | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> | ||||
* | Refactor:traffic/traff_android:Reorder imports | mvglasow | 2018-07-21 | 1 | -2/+2 |
| | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> | ||||
* | Refactor:traffic/traff_android:Fix style | mvglasow | 2018-07-21 | 1 | -2/+2 |
| | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> | ||||
* | Fix:traffic/traff_android:Add missing import | mvglasow | 2018-07-21 | 1 | -0/+1 |
| | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> | ||||
* | Merge branch 'master' into traffic | mvglasow | 2018-07-20 | 314 | -7142/+15767 |
|\ | |||||
| * | Add:build:Ignore gradle artifacts | mvglasow | 2018-07-20 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> | ||||
| * | update in-tree espeak to espeak-1.48.04 (#624) | Stefan Wildemann | 2018-07-15 | 309 | -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 ↵ | lains | 2018-07-15 | 1 | -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) | lains | 2018-07-15 | 3 | -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 functionality | mvglasow | 2018-07-20 | 3 | -1/+186 |
| | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> | ||||
* | | Add:traffic:API function to parse XML data from a string | mvglasow | 2018-07-16 | 2 | -0/+39 |
| | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> | ||||
* | | Refactor:traffic:new name for traffic_get_messages_from_xml_file() | mvglasow | 2018-07-16 | 3 | -4/+4 |
| | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> | ||||
* | | Add:traffic/traff_android:Skeleton plugin, not functional yet | mvglasow | 2018-07-15 | 3 | -0/+102 |
| | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> | ||||
* | | Fix:binding/dbus:Before writing to a file, check if open was successful | mvglasow | 2018-06-18 | 1 | -0/+11 |
| | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> | ||||
* | | Fix:core:Check for route graph before adding a traffic distortion | mvglasow | 2018-06-18 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> | ||||
* | | Fix:core:Always return a value in xml_parse_text() | mvglasow | 2018-06-14 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> | ||||
* | | Fix:core:Get rid of more compoiler warnings | mvglasow | 2018-06-14 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> | ||||
* | | Fix:core:Add (presumably) missing include | mvglasow | 2018-06-14 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> | ||||
* | | Add:core:Determine which end points of a traffic distortion meed updating | mvglasow | 2018-06-14 | 1 | -3/+4 |
| | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> | ||||
* | | Add:traffic:Add new segments rather than updating them | mvglasow | 2018-06-14 | 1 | -3/+4 |
| | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> | ||||
* | | Add:traffic:Drop obsoleted newlines from plugin debug output | mvglasow | 2018-06-14 | 2 | -4/+4 |
| | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> | ||||
* | | Fix:core:Attempt to silence some compiler warnings | mvglasow | 2018-06-12 | 2 | -11/+7 |
| | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> | ||||
* | | Refactor:traffic:Remove obsolete FIXME comment | mvglasow | 2018-06-12 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> | ||||
* | | Add:traffic:Update route graph when traffic distortions are removed | mvglasow | 2018-06-11 | 1 | -3/+13 |
| | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> | ||||
* | | Refactor:core:Remove temporary conditionals | mvglasow | 2018-06-11 | 1 | -6/+0 |
| | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> | ||||
* | | Fix:core:Make LPA* deal with loop segments correctly | mvglasow | 2018-06-11 | 1 | -2/+5 |
| | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> | ||||
* | | Fix:core:Rewind coordinates before retrieving them | mvglasow | 2018-06-11 | 2 | -0/+3 |
| | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> | ||||
* | | Fix:route:LPA* fixes | mvglasow | 2018-06-11 | 1 | -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 traffic | mvglasow | 2018-06-11 | 188 | -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() | mvglasow | 2018-06-10 | 1 | -9/+16 |
| | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> | ||||
| * | Merge pull request #625 from aerostitch/sanity_support | Stefan Wildemann | 2018-06-05 | 1 | -30/+34 |
| |\ | | | | | | | update:scripts:change the sanity script to exclude fib and support | ||||
| | * | update:scripts:change the sanity script to exclude fib and support | Joseph Herlant | 2018-06-05 | 1 | -30/+34 |
| |/ | |||||
| * | cleanup:scripts:Use $(..) instead of legacy `..` to make codefactor happy (#623) | Joseph Herlant | 2018-06-05 | 9 | -55/+55 |
| | | |||||
| * | cleanup:python:cleanup python scripts (#622) | Joseph Herlant | 2018-06-05 | 3 | -18/+18 |
| | | |||||
| * | update:scripts:simplify the variables concatenation (#620) | Joseph Herlant | 2018-06-05 | 2 | -2/+2 |
| | | |||||
| * | cleanup:osd&support_espeak:get rid of unused-variables compilation warnings ↵ | Joseph Herlant | 2018-06-05 | 2 | -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_sailfish | Stefan Wildemann | 2018-06-05 | 1 | -2/+6 |
| |\ | | | | | | | Revert #612 for sailfish build script | ||||
| | * | move the file name to the right spot | Joseph Herlant | 2018-06-04 | 1 | -2/+2 |
| | | | |||||
| | * | Change parenthesis substitutuin as per CodeFactor request | Stefan Wildemann | 2018-06-05 | 1 | -2/+2 |
| | | | |||||
| | * | Revert #612 for sailfish build script | Stefan Wildemann | 2018-06-05 | 1 | -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 Herlant | 2018-06-04 | 2 | -2/+2 |
| | | | | | | | | bash v2 (#618) | ||||
| * | fix:scripts:replace \s with the supported use of the space class (#617) | Joseph Herlant | 2018-06-04 | 1 | -1/+1 |
| | | |||||
| * | cleanup:scripts:removes deprecated usage of egrep (#616) | Joseph Herlant | 2018-06-04 | 1 | -1/+1 |
| | | |||||
| * | fix:scripts:fix malformed shebang (#615) | Joseph Herlant | 2018-06-04 | 1 | -1/+1 |
| | | |||||
| * | update:scripts:avoid iterating over ls output by using glob (#614) | Joseph Herlant | 2018-06-04 | 1 | -1/+1 |
| | | |||||
| * | update:scripts:change the scripts that use non-POSIX functionnalities to ↵ | Joseph Herlant | 2018-06-04 | 4 | -4/+4 |
| | | | | | | | | bash (#613) | ||||
| * | update:style:optimize the usage of cat in shell scripts (#612) | Joseph Herlant | 2018-06-04 | 2 | -13/+8 |
| | | |||||
| * | cleanup:win32:Remove unused variables (#611) | Joseph Herlant | 2018-06-04 | 1 | -5/+0 |
| | | |||||
| * | Fix:cmake:Fix the way we set the LIB_DIR when LIBDIR is set for backward ↵ | Joseph Herlant | 2018-06-03 | 1 | -4/+4 |
| | | | | | | | | compatibility (#574) |