summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add:CI:Expand UI tests with a clean exitqt5_metalstrolchPierre Grandin2017-02-231-0/+8
|
* Merge remote-tracking branch 'upstream/trunk' into qt5_metalstrolchWildemann Stefan2017-02-233-3/+100
|\
| * Add:CI:Add basic UI tests (#197)R7311Pierre GRANDIN2017-02-233-3/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Ensures that navit has time to start before starting tests * Adding basic UI town search tests * Add pointer icon when clicking via CI * Fetch zlib from github, reduces download issues * Download a sample map for UI tests * Start navit in the background * Fixed Demo vehicle activation * Set a destination for UI tests * UI tests to switch to 3d view * Capture image when clicking for UI tests * Append 5 frames of usage to the UI tests * Use keyboard instead of mouse emulation for UI tests * Temporarily disabling dbus test because of issues in circleCI
* | Merge remote-tracking branch 'upstream/trunk' into qt5_metalstrolchWildemann Stefan2017-02-238-88/+1618
|\ \ | |/
| * add:graphics:RaspberryPI hardware accelerated graphics support (#208)R7308Cedric PAILLE2017-02-233-0/+1470
| | | | | | | | | | | | | | | | | | | | * cleanup * Renamed rpi to egl + polygon filling method and lot of fixes * Fix overlay crash * Cleanup
| * Ensure that we use jarsigner w/ jdk 1.8R7306Pierre Grandin2017-02-211-1/+1
| |
| * Extract android publishing credentials to current folderR7303Pierre Grandin2017-02-211-1/+1
| |
| * Extract publishing credentials in the right folderR7298Pierre Grandin2017-02-211-2/+2
| |
| * Fixed Store client_secrets pathR7295Pierre Grandin2017-02-201-1/+1
| |
| * Ensures that google-api-python-client is installed for apk publishingR7293Pierre Grandin2017-02-201-0/+2
| |
| * Fixed keyrings pathPierre Grandin2017-02-201-1/+1
| |
| * Merge branch 'trunk' of https://github.com/navit-gps/navit into trunkPierre Grandin2017-02-202-88/+49
| |\
| | * removed autotools lefotover (#204)R7284jandegr2017-02-191-37/+0
| | |
| | * sunrise near poles simplification (#206)R7283jandegr2017-02-191-51/+49
| | | | | | | | | | | | | | | | | | * sunrise near poles simplification * Update navit.c
| * | Added automatic publishing to Playstore BetaPierre Grandin2017-02-203-0/+97
| |/
* | Revert "Temporary: Enable Qt5 graphics in navit_shipped.xml"Wildemann Stefan2017-02-211-1/+1
| | | | | | | | This reverts commit d7da3842b3170c179049eb3348e152646788fb91.
* | Fix: remove autotools leftoversWildemann Stefan2017-02-212-18/+0
| |
* | Temporary: Enable Qt5 graphics in navit_shipped.xmlWildemann Stefan2017-02-211-1/+1
| | | | | | | | | | Enable Qt5 for in branch CircleCI. This should be reverted before or after merge to trunk as this breaks
* | Add libqt5svg5-dev to test environmentStefan Wildemann2017-02-051-1/+1
| |
* | Fix: Qt5: only update navit geometry if root window changed size.Stefan Wildemann2017-02-043-9/+8
| |
* | Fix: Qt5: fix resizing. Add config params w,h,fullscreenStefan Wildemann2017-02-043-56/+99
| |
* | Fix: Qt5: clean up things even if there i no app objectStefan Wildemann2017-02-041-2/+5
| |
* | Fix: Qt5: allow passing Qt backend via config.xmlStefan Wildemann2017-02-043-7/+35
| |
* | Fix: Qt5: integer to pinter cast as suggested by GLibStefan Wildemann2017-02-041-7/+7
| |
* | refactor: qt5: follow api changes brought with commit ↵Stefan Wildemann2017-02-043-4/+4
| | | | | | | | 60bc2797f0bd71d87a4eece306e2368afe2a8866
* | Qt5: Use default svg size if size not givenStefan Wildemann2017-02-041-3/+3
| |
* | Qt5 image loading more robust on navit image guessingStefan Wildemann2017-02-041-27/+70
| |
* | Improve dash handling. Cope with impair patterns.Stefan Wildemann2017-02-041-0/+11
| |
* | Ignore old fix provided by Qt5 on startupStefan Wildemann2017-02-041-1/+12
| |
* | Clear surfaces if transparent. Fix dash setting.Stefan Wildemann2017-02-041-5/+24
| |
* | Sailfish needs periodic trigger for display on.Stefan Wildemann2017-02-042-4/+39
| |
* | Add screen blanking for Sailfish OS.Stefan Wildemann2017-02-042-3/+11
| |
* | Add Qt5 based vehicleStefan Wildemann2017-02-045-0/+370
| |
* | Remove most debug messagesStefan Wildemann2017-02-041-29/+28
| |
* | Fix overlay text functions.Stefan Wildemann2017-02-041-16/+32
| |
* | Add QT5 graphics. Works on Sailfish OS.Stefan Wildemann2017-02-049-5/+1127
|/
* Merge pull request #205 from mvglasow/trac1348R7275mvglasow2017-01-311-3/+0
|\ | | | | Fix:port/android:Fix "invalid DT_NEEDED" warnings on API 23+, fixes #1348
| * Fix:port/android:Fix "invalid DT_NEEDED" warnings on API 23+, fixes #1348mvglasow2017-01-311-3/+0
|/ | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Reducing code duplication in the tomtom builds (#201)R7272Pierre GRANDIN2017-01-305-4/+314
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Reducing code duplication in the tomtom builds * Reducing code duplication in the tomtom builds * Reducing code duplication in the tomtom builds * Track each build result to catch errors * Track each build result to catch errors * Stop builds on errors * Working on the tomtom plugin build * Moving espeak for tomtom to the common script * Moving sdl tests for tomtom to the common script * fix espeakdsp buffer usage for tomtom (#200) * fix buffer usage dont send more bytes then received. * remove last blank line * Disabling dbus tests, needs investigation
* Merge branch 'trunk' of https://github.com/navit-gps/navit into trunkR7266Pierre Grandin2017-01-258-12/+26
|\
| * Jandegr patch 1 (#203)R7263jandegr2017-01-252-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ndk downgrade ndk downgrade * ndk downgrade * Update build_android.sh * Update build_android_x86.sh * Update build_android.sh * Update build_android_x86.sh * Update build_android_x86.sh * Update build_android.sh * Update NavitAppConfig.java * Add files via upload * Delete acra-4.3.0b2.jar * Update NavitAppConfig.java * Update Navit.java * Update AndroidManifest.xml.cmake * Update Navit.java * Update Navit.java
| * Android patches from Jandegr (#202)R7256Pierre GRANDIN2017-01-256-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ndk downgrade ndk downgrade * ndk downgrade * Update build_android.sh * Update build_android_x86.sh * Update build_android.sh * Update build_android_x86.sh * Update build_android_x86.sh * Update build_android.sh * Update NavitAppConfig.java * Add files via upload * Delete acra-4.3.0b2.jar * Update NavitAppConfig.java
* | Improved documentationPierre Grandin2017-01-251-0/+9
|/
* bump zlibjandegr2017-01-231-3/+3
|
* bump zlibjandegr2017-01-231-3/+3
|
* Updated: F-Droid download link (#199)zintor2017-01-131-1/+1
|
* Update:i18n:Updated German translation from launchpadR7220Pierre GRANDIN2017-01-121-1/+2
|
* Merge branch 'trunk' of https://github.com/navit-gps/navit into trunkR7217Pierre Grandin2017-01-121-0/+6
|\
| * Added download links for PlayStore and F-Droid in the READMEPierre GRANDIN2017-01-111-0/+6
| |
* | Fix:Tomtom:Switching to mirrored toolchainPierre Grandin2017-01-122-2/+2
|/