summaryrefslogtreecommitdiff
path: root/navit
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'trunk' into trac/1341trac/1341Pierre Grandin2016-12-01117-3417/+4278
|\ | | | | | | | | | | | | Conflicts: navit/Makefile.am navit/xpm/Makefile.am po/Makefile.am
| * Merge remote-tracking branch 'origin/trunk' into CI_trustyPierre Grandin2016-11-3060-136/+153
| |\ | | | | | | | | | | | | Conflicts: ci/build_linux.sh
| | * Fix:maptool:Correct OSM tag is shop=chemist, not drogist.Sebastian Leske2016-11-261-2/+1
| | |
| | * Fix:map_csv:If we cannot open a CSV map file, log error and return failure.Sebastian Leske2016-10-311-1/+3
| | |
| | * Refactor:core:For plugins, use term 'category' instead of 'type'.Sebastian Leske2016-10-3159-133/+149
| | | | | | | | | | | | | | | | | | | | | Use the term 'category' for all plugins with the same API (GUI plugins, map plugins etc.). This used to be called 'type', which was confusing, because in the XML config, 'type' refers to what is called 'name' in the code.
| * | Update Navit.javajandegr2016-11-031-1/+2
| | |
| * | sdk 23jandegr2016-11-031-1/+1
| |/
| * missing layerjandegr2016-10-221-0/+1
| |
| * update tomtomjandegr2016-10-191-63/+61
| |
| * cmake based build for tomtomjandegr2016-10-161-0/+63
| |
| * Update Makefile.amautotools2jandegr2016-09-211-0/+1
| | | | | | This will not properly set the version for release builds, but it should be another step forward in getting the autotools builds on the Navit server going again.
| * gui_internal: free heightlines and diagram_pointsR6785jandegr2016-09-161-3/+24
| |
| * Create gui_heightprofile.svggui_internal_heightprofilejandegr2016-09-071-0/+20
| |
| * Delete gui_heightprofile.xpmjandegr2016-09-071-156/+0
| |
| * update xml for heightlinesjandegr2016-09-051-5/+19
| |
| * Merge pull request #114 from navit-gps/trunkjandegr2016-09-053-0/+46
| |\ | | | | | | update from trunk
| | * add gui_layers.svgjandegr2016-09-041-0/+33
| | |
| | * gui_internal: layer controljandegr2016-09-041-0/+12
| | |
| | * Merge pull request #111 from navit-gps/gui_internal_heightprofileR6759Pierre GRANDIN2016-09-011-30/+57
| | |\ | | | | | | | | Gui internal heightprofile
| | * | fix old iOS jailbreak buildiOS_jailbreak_fixjandegr2016-09-011-0/+1
| | | | | | | | | | | | I suppose https://github.com/navit-gps/navit/commit/f18e9dfb5110db7943d719ffe90171ac888326aa broke the build on the Navit server of the old iOS jailbreak packages
| * | | gui_internal_heightprofilejandegr2016-09-051-5/+10
| | | | | | | | | | | | show a notification in heightprofile when no map is found providing heightlines
| * | | Create gui_heightprofile.xpmjandegr2016-09-051-0/+156
| | | |
| * | | update docjandegr2016-09-041-4/+0
| | | |
| * | | gui_internal: fix occasional crash of heightprofilejandegr2016-09-041-21/+12
| | |/ | |/|
| * | Update gui_internal_command.cjandegr2016-09-011-0/+1
| | |
| * | gui internal : some more heightprofile fixesjandegr2016-09-011-25/+45
| | |
| * | CI triggerjandegr2016-08-301-1/+0
| | |
| * | gui_internal : fix heightprofilejandegr2016-08-301-9/+16
| |/
| * fix:maptool:properly check node reference markR6739Michael Dankov2016-08-261-1/+2
| |
| * fix:maptool:proper signednessR6737Michael Dankov2016-08-242-4/+4
| |
| * Fix:Core:Added link to the OSD wiki page in navit_shipped.xmlR6735Pierre Grandin2016-08-151-1/+3
| |
| * refactor:maptool:Support 56 bit node IDsR6731Michael Dankov2016-07-275-36/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | We need it because openstreetmap data recently has passed 2^32 node id value. Also, running maptool on 32 bit systems won't work at least in following cases: - a node with osm id=>2^32 is a via member of a turn restriction relation; - input file has unordered node ids, that's the case, for example, for overpass turbo exported data. To avoid confusion, I have disabled maptool build for 32bit systems.
| * fix:core:Prevent crash on exit if csv map was usedR6708Michael Dankov2016-07-121-1/+2
| | | | | | | | | | Do not attempt to free(attr->data) of attr_item_type attribute, it holds a number, not a pointer.
| * Fix:core:initialize value to suppress valgrind warningMichael Dankov2016-07-121-0/+1
| | | | | | | | | | The warning had no actual effect, as final result of the expression was not depending on uninitialized value being tested in it.
| * Revert "Fix:gui_internal:Hide native keyboard when displaying POI search ↵R6702Michael Dankov2016-07-101-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | results" This reverts commit 53b333a617146bc304063f8ddd0dfe2927bb6064. That commit made POI filtering behave unexpectedly, returning empty result sets sometimes. I was able to reproduce it on x64 linux in following way: start POI filtering, then press "POIs" on the top to return to POI list, then press looking glass to start POI filter once again. I was unable to get non-empty results on my Android device. It also has introduced some valgrind warnings about accessing an already freed location after query text is entered and actual search is fired. Hope @mvglasow will take a closer look on this issue.
| * fix:gui_internal:Properly switch keyboard to lower/uppercaseR6698Michael Dankov2016-07-103-17/+36
| | | | | | | | | | | | Do the automatic switch in gui_internal_keypress_do instead of gui_internal_search_changed so that other text input widgets would benefit, e.g. poi search.
| * Fix:gui_internal:Fix Cyrillic caps switch buttonR6695Michael Dankov2016-07-101-1/+1
| |
| * Fix:port_android:Hide osd buttons during map scrollR6693Michael Dankov2016-07-104-5/+7
| | | | | | | | | | Setting use_overlay attr of <osd type="button"> now is supported and enabled in default config.
| * Fix:port_android:No system bars tinting before KITKATR6691Michael Dankov2016-07-101-2/+3
| | | | | | | | | | | | | | | | | | There's no way to make navigation and status bar translucent nor transparent before KITKAT, see https://developer.android.com/about/versions/android-4.4.html#UI So corresponding code realted to SystemBarTintView should be enabled since API 19, KITKAT. It actually was breaking navit on my API 17 device, drawing unrelated semitransparent bars on the top and right sides of the screen.
| * Refactor:port_android:Move system bars tinting code to a separate functionMichael Dankov2016-07-101-70/+84
| |
| * Fix:port_android:Do not tint on pre-API-17Michael Dankov2016-07-091-9/+14
| | | | | | | | | | | | | | Tinting the navigation and status bars (introduced in a3e9e7) makes the whole screen tinted on my Gingerbread (API level 9) device. As the actual tint code in handleResize is anyway activated on API>=17, there's no reason to create navigationTintView and statusTintView on API<17.
| * Merge pull request #95 from pohlinkzei/paused_autozoomR6671Pierre GRANDIN2016-06-141-1/+15
| |\ | | | | | | Pause the autozoom feature when zoom_in() or zoom_out() is called
| | * remove debug messagepohlinkzei2016-04-271-1/+1
| | |
| | * Add a feature to change zoom level in autozoom modepohlinkzei2016-04-271-1/+15
| | |
| * | Fix:core:Make some counters unsigned to avoid UB on overflow.R6668Sebastian Leske2016-05-311-3/+3
| | |
| * | Fix:gui_internal:Repair "Set distance to"/"Get more" menu items. Fixes #1342.Sebastian Leske2016-05-313-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | During table rendering, do not disable off-screen table entries by toggling STATE_SENSITIVE. Doing so breaks the menu items "Set distance to"/ "Get more"; these must never be STATE_SENSITIVE, since their sub-widgets should receive clicks. Instead, use STATE_OFFSCREEN to mark off-screen entries and skip them during traversal with a rotary encoder.
| * | Refactor:gui_internal:Remove out-ifdefed code and unused widget states.Sebastian Leske2016-05-313-17/+15
| | |
| * | Refactor:gui_internal:Code cleanup.Sebastian Leske2016-05-311-4/+3
| | |
| * | add set_position to command tableR6652jandegr2016-04-091-0/+1
| | |
| * | Merge pull request #90 from navit-gps/layoutswitcherR6647Pierre GRANDIN2016-04-061-58/+133
| |\ \ | | | | | | | | Layoutswitcher