summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* catch the proper tarballmaemo-cmakemdankov2016-02-031-1/+4
| | | Artifacts on circleci have a different source tarball than is specified in dsc. Why the hell?
* Add:build:maemo source packageMichael Dankov2016-02-0334-0/+3102
| | | | Build maemo source package on circleci
* Fix:core:Fix typo in nav_status_to_text()R6563mvglasow2016-02-011-1/+1
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Fix:osd:Draw correct icon for navigation_status OSD when resizing windowmvglasow2016-02-011-4/+31
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Fix:core:Make attr_dup_content support attr_item_type. Fixes trac #1340.R6560Sebastian Leske2016-01-311-0/+2
| | | | | attr_dup_content did not support attr_item_type, which caused a warning. attr_item_type is now handled correctly.
* Merge pull request #72 from navit-gps/no-HOVR6558jandegr2016-01-283-1/+4
|\ | | | | No hov
| * no-HOVjandegr2016-01-271-0/+2
| |
| * no-HOVjandegr2016-01-271-1/+1
| |
| * Update attr.hjandegr2016-01-271-0/+1
|/
* Refactor:core:Document navit_get_cursor_pnt()R6552mvglasow2016-01-251-1/+13
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Refactor:gui_internal:Document gui_internal_menu.cR6550mvglasow2016-01-241-0/+15
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Refactor:core:Add Doxygen docs, #define IMAGE_W_H_UNSET for image dimensions.R6547Sebastian Leske2016-01-216-22/+52
|
* Refactor:core:Update Doxyfile to Doxygen 1.8.9.1Sebastian Leske2016-01-211-713/+1869
|
* Refactor:core:Fix Doxygen comments; @code only for code blocks.Sebastian Leske2016-01-211-6/+10
|
* Refactor:osd:Document osd_set_std_graphicR6544mvglasow2016-01-211-0/+10
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Refactor:osd:Minor documentation improvementsR6539mvglasow2016-01-201-1/+3
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Refactor:core:Document window.hR6537mvglasow2016-01-191-3/+6
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Fix:core:Exit if GUI or graphics init / connection fails.R6534Sebastian Leske2016-01-113-13/+9
| | | | | | If the initialization of GUI or graphics plugin or connecting the two fails, exit immediately. In that state we cannot reliably continue running, plus there's probably no point anyway.
* Merge pull request #49 from metalstrolch/to_upstreamR6533Sebastian Leske2016-01-111-5/+19
|\ | | | | Add:osd:Make osd button accept h and w props.
| * fix:osd: Convert zero button size to magic indicator size -1Stefan Wildemann2016-01-061-1/+6
| |
| * fix:osd: Make osd "Button" accept h and w propsStefan Wildemann2016-01-061-5/+14
| |
* | Merge pull request #68 from navit-gps/i18n/huR6531Pierre GRANDIN2016-01-101-106/+118
|\ \ | | | | | | Automatic translation import
| * | Updated Hungarian translation from launchpadPierre GRANDIN2016-01-091-106/+118
|/ /
* | Merge pull request #67 from navit-gps/i18n/ltR6528Pierre GRANDIN2016-01-091-63/+76
|\ \ | | | | | | Automatic translation import
| * | Updated Lithuanian translation from launchpadPierre GRANDIN2016-01-091-63/+76
|/ /
* | Refactor:core:Fix GCC warning about uninitialized data.dangerous_goodsR6524Sebastian Leske2016-01-061-3/+4
| |
* | Refactor:core:Remove out-ifdefed codeSebastian Leske2016-01-061-96/+2
|/
* Archive the xpms from the linux build on CIR6511Pierre Grandin2016-01-041-1/+1
|
* Archive the xpms from the linux build on CIPierre Grandin2016-01-041-0/+1
|
* Merge pull request #65 from navit-gps/trac-832R6508Pierre GRANDIN2016-01-041-2/+2
|\ | | | | Fix:Trac:832:Fixes cmake issues for debian packaging
| * Applying patch from trac-832Pierre GRANDIN2015-12-311-2/+2
| |
* | Merge pull request #52 from mvglasow/trac1325.rebasedR6505mvglasow2016-01-0310-14/+286
|\ \ | | | | | | Add:port_android:OSD button to show Android menu
| * | Add:port_android:Remove ActionBar as it is no longer neededmvglasow2015-12-201-11/+5
| | | | | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
| * | Refactor:osd_core:Document osd_button_adjust_sizes()mvglasow2015-12-201-0/+14
| | |
| * | Add:port_android:OSD button and command to show Android menumvglasow2015-12-2010-3/+267
| | | | | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | | Merge pull request #64 from navit-gps/i18n/caR6502Pierre GRANDIN2016-01-031-15/+16
|\ \ \ | | | | | | | | Update:Core:Updated Catalan translation from launchpad
| * | | Updated Catalan translation from launchpadPierre GRANDIN2016-01-031-15/+16
|/ / /
* | | Fix:build:Fetch android app version from tags.R6499Michael Dankov2016-01-022-4/+0
| | | | | | | | | | | | | | | | | | | | | Use value queried by cmake/version.cmake for circle ci builds instead of guessing it from circleci environment variables, which are properly set only for navit-gps organization builds. Related to #1336.
* | | Fix:ci:properly format git commandR6497Michael Dankov2016-01-021-1/+1
| | |
* | | Fix:ci:Do not hang on multiline git commentsMichael Dankov2016-01-021-1/+1
| | |
* | | Fix:core:Crash in country_search_newMichael Dankov2016-01-021-2/+3
| | | | | | | | | | | | | | | | | | Properly handle coutry search by attr_country_id to fix crash in internal gui when there's a gps fix and a map supporting attr_country_id such as Reiseplaner is active. Fixes #1337.
* | | Merge pull request #63 from navit-gps/android-x86R6492jandegr2016-01-013-3/+33
|\ \ \ | |_|/ |/| | Android x86 build
| * | Update circle.ymljandegr2016-01-011-0/+2
| | |
| * | Update circle.ymljandegr2016-01-011-1/+1
| | |
| * | Update build_android_x86.shjandegr2016-01-011-0/+15
| | |
| * | Update i686-android.cmakejandegr2016-01-011-1/+1
| | |
| * | Update build_android_x86.shjandegr2015-12-311-1/+5
| | |
| * | Update i686-android.cmakejandegr2015-12-311-2/+2
| | |
| * | Update build_android_x86.shjandegr2015-12-311-1/+6
| | |
| * | Update circle.ymljandegr2015-12-311-1/+1
| | |