summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update:i18n:Updated Norwegian translation from launchpadi18n/nbPierre GRANDIN2016-10-211-17/+27
|
* Merge pull request #118 from navit-gps/autotools2R6789Pierre GRANDIN2016-09-211-0/+1
|\ | | | | Update Makefile.am to attempt to fix autotools on the legacy build server
| * 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
|
* Merge pull request #117 from navit-gps/autotoolsfixR6782Pierre GRANDIN2016-09-151-2/+0
|\ | | | | Removed NavitAndroidOverlay.java include for autotools
| * autotoolsautotoolsfixjandegr2016-09-141-2/+0
|/ | | try to fix a few builds on the old server still using autotools now breaking on removed NavitAndroidOverlay.java
* Merge pull request #115 from navit-gps/gui_internal_heightprofileR6778Pierre GRANDIN2016-09-134-35/+61
|\ | | | | Gui internal heightprofile
| * 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
| * | 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
| | |
* | | Merge pull request #116 from navit-gps/i18n/zh_TWR6777Pierre GRANDIN2016-09-131-3/+6
|\ \ \ | |_|/ |/| | Automatic Chinese (Traditional) translation import
| * | Update:i18n:Updated Chinese (Traditional) translation from launchpadPierre GRANDIN2016-09-131-3/+6
|/ /
* | Merge pull request #113 from navit-gps/gui_internal_layercontrolR6767Pierre GRANDIN2016-09-042-0/+45
|\ \ | | | | | | Gui internal layercontrol
| * | 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
| * 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
| |
* | Merge pull request #110 from navit-gps/iOS_jailbreak_fixR6757Pierre GRANDIN2016-09-011-0/+1
|\ \ | |/ |/| fix old iOS jailbreak build
| * 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
* Merge pull request #109 from navit-gps/i18n/deR6746Pierre GRANDIN2016-08-291-7/+7
|\ | | | | Automatic translation import of German from 2016-08-26
| * Update:i18n:Updated German translation from launchpadPierre GRANDIN2016-08-291-7/+7
|/
* 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.