summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add:maptool:Option to keep tile timestampstile-versionsMichael Dankov2016-09-046-22/+180
| | | | | | | New maptool option -F allows to specify a reFerence map file to which tiles of the new map file would be compared. Tiles which have the same contents as in the previous map version, would also have timestamps inherited from the old map file.
* refactor:core:move zipfile read functions to coreMichael Dankov2016-08-286-247/+293
|
* refactor:map/binfile:generalize zipfile functionsMichael Dankov2016-08-281-43/+88
| | | | Prepare to move zipfile reading functions into a separate file.
* 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-276-36/+55
| | | | | | | | | | | | | 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.
* Merge pull request #108 from navit-gps/i18n/frR6724Pierre GRANDIN2016-07-151-4/+23
|\ | | | | Automatic translation import for i18n/fr
| * Update:i18n:Updated French (fr) translation from launchpadPierre GRANDIN2016-07-141-4/+23
|/
* Merge pull request #107 from navit-gps/i18n/csR6721Pierre GRANDIN2016-07-131-48/+52
|\ | | | | Automatic translation import
| * Update:i18n:Updated Čeština translation from launchpadPierre GRANDIN2016-07-131-48/+52
|/
* Merge pull request #106 from navit-gps/i18n/ruR6718Pierre GRANDIN2016-07-131-8/+8
|\ | | | | Automatic translation import
| * Update:i18n:Updated Russian (ru) translation from launchpadPierre GRANDIN2016-07-131-8/+8
|/
* 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.
* Merge pull request #85 from navit-gps/Android_pedestrian_disableR6706Pierre GRANDIN2016-07-111-1/+0
|\ | | | | Android: disable pedestrian default build
| * Android: disable pedestrian default buildAndroid_pedestrian_disablejandegr2016-03-031-1/+0
| | | | | | disable the building of the pedestrian plugin by default for the Android port
* | 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 #105 from navit-gps/i18n/esR6683Pierre GRANDIN2016-06-211-35/+45
|\ \ | | | | | | Automatic translation import
| * | Update:i18n:Updated Spanish translation from launchpadPierre GRANDIN2016-06-211-35/+45
|/ /
* | Merge pull request #104 from navit-gps/i18n/itR6678Pierre GRANDIN2016-06-211-7/+7
|\ \ | | | | | | Automatic translation import
| * | Update:i18n:Updated Italian translation from launchpadPierre GRANDIN2016-06-211-7/+7
| | |
* | | Merge pull request #103 from navit-gps/i18n/ltR6677Pierre GRANDIN2016-06-211-13/+17
|\ \ \ | | | | | | | | Automatic translation import
| * | | Update:i18n:Updated Lithuanian translation from launchpadPierre GRANDIN2016-06-211-13/+17
| |/ /
* | | Merge pull request #102 from navit-gps/i18n/cyR6676Pierre GRANDIN2016-06-211-8/+8
|\ \ \ | |/ / |/| | Automatic translation import
| * | Update:i18n:Updated Welsh translation from launchpadPierre GRANDIN2016-06-211-8/+8
|/ /
* | 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
| | |
* | | Merge pull request #99 from navit-gps/i18n/zh_TWR6666Pierre GRANDIN2016-05-281-111/+117
|\ \ \ | | | | | | | | Automatic translation import
| * | | Update:i18n:Updated Chinese (Traditional) translation from launchpadPierre GRANDIN2016-05-201-111/+117
|/ / /
* | | Merge pull request #98 from navit-gps/i18n/zh_TWR6660Pierre GRANDIN2016-05-101-10/+10
|\ \ \ | | | | | | | | Automatic translation import
| * | | Update:i18n:Updated Chinese (Traditional) translation from launchpadPierre GRANDIN2016-05-101-10/+10
| | | |
* | | | Merge pull request #97 from navit-gps/i18n/nlR6659Pierre GRANDIN2016-05-101-8/+9
|\ \ \ \ | |/ / / |/| | | Automatic translation import
| * | | Update:i18n:Updated Dutch translation from launchpadPierre GRANDIN2016-05-101-8/+9
|/ / /
* | | Merge pull request #96 from navit-gps/i18n/zh_TWR6655Pierre GRANDIN2016-05-011-0/+2747
|\ \ \ | | | | | | | | Automatic translation import
| * | | Update:i18n:Updated Chinese (Traditional) translation from launchpadPierre GRANDIN2016-04-301-0/+2747
|/ / /
* | | add set_position to command tableR6652jandegr2016-04-091-0/+1
| | |
* | | Merge pull request #90 from navit-gps/layoutswitcherR6647Pierre GRANDIN2016-04-061-58/+133
|\ \ \ | | | | | | | | Layoutswitcher
| * | | typolayoutswitcherjandegr2016-03-061-15/+15
| | | |