summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Adding branch ignore in the defaultdoxygenJoseph Herlant2017-10-291-1/+4
|
* native branch filtering is not working, switching to good old ifJoseph Herlant2017-10-291-17/+17
|
* Fix job filtering declarationJoseph Herlant2017-10-291-1/+1
|
* Add branch filtering and git configJoseph Herlant2017-10-291-0/+6
|
* Add non-existing .ssh folderJoseph Herlant2017-10-291-3/+2
|
* Fix github ssh The authenticity of host 'github.com (192.30.253.112)' can't ↵Joseph Herlant2017-10-291-1/+1
| | | | be established.
* Move the job to a separate workflowJoseph Herlant2017-10-291-6/+3
|
* Try simplifying the git configJoseph Herlant2017-10-291-4/+4
|
* Use CIRCLE_SHA1 env variableJoseph Herlant2017-10-291-2/+1
|
* Allow push to githubJoseph Herlant2017-10-291-1/+2
|
* Do not trigger app builds for the gh-pages branchJoseph Herlant2017-10-291-0/+3
|
* Update the doxygen build to push to the gh-pages branchJoseph Herlant2017-10-291-4/+10
|
* Push generated doxygen docs to githubPierre Grandin2017-10-231-0/+8
|
* Updated doxygen's project versionPierre Grandin2017-10-211-1/+1
|
* Don't prompt user when installing packagesPierre Grandin2017-10-211-1/+1
|
* ca-certificates are required to push to S3Pierre Grandin2017-10-211-1/+1
|
* Store doxygen content as artefactPierre Grandin2017-10-211-1/+3
|
* apt-get update before apt-get installPierre Grandin2017-10-211-3/+4
|
* Fixed typo in circleci configPierre Grandin2017-10-211-1/+1
|
* Run doxygen as part of CIv2 workflowPierre Grandin2017-10-211-0/+12
|
* Navit medium GUI icon size fixStefan Wildemann2017-10-181-1/+1
| | | | | | This changes the medium size icon for HMI to 64x64px. This is neccesary because of changed icon set and therefore different icon default sizes. Otherwise the icons on POI screen were way too big.
* Sailfsh version bumpStefan Wildemann2017-10-181-1/+5
|
* add:icon:diving (#329)youte622017-10-161-0/+256
|
* add:icon:drinking_water (#325)youte622017-10-161-212/+117
| | | | | | * add drinking_water.svg designed by me - free to use * 200*200
* add:icon:dam (#324)youte622017-10-161-356/+348
|
* Add:Icon:crossing (#323)youte622017-10-131-0/+191
| | | * add icon crossing - designed by youte62 - free to use
* Add:Icon:concert (#322)youte622017-10-131-0/+147
| | | * add icon concert - designed by youte62 - free to use
* Add:Icon:communication (#321)youte622017-10-131-0/+130
| | | * add icon communication - designed by youte62 - free to use
* Add:icon:carwash (#320)youte622017-10-131-0/+135
| | | * add icon carwash - designed by youte62 - free to use
* Add:Icon bridge (#319)youte622017-10-121-0/+157
| | | Added missing bridge icon
* add:icon:bowling (#318)youte622017-10-121-0/+121
|
* add:icon:autoservice (#317)youte622017-10-121-0/+115
| | | Add missing auto service icon
* Fix:core:Reduce POST_SHIFT to avoid int overflowSebastian Leske2017-10-121-1/+23
| | | | | | | | | | During coordinate transformation, map coordinates are multiplied by POST_SHIFT (and later divided again). This can cause integer overflows during the multiplication with the transformation matrix in transform_rotate, when a map contains large objects and is zoomed in all the way. Reduce POST_SHIFT to avoid this.
* Update:QML2:Various updates on the QML2 UI (#316)Pierre GRANDIN2017-10-0420-89/+697
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding qt5/qml2 UI proof of concept * Code cleanup * Minor cleanup * Apply coding style by clang-format -style=WebKit For better diff tracking, I applied coding style once more. * Removed useless QtQuick.Controls dependency * QML2 : Minor work around POIs * QML2 : Use real POIs icons * More minor work around POIs. This commit adds a draft of POI display, and the possibility to set a POI as destination. Also sets the current position to wherever we clicked on the map, to simulate routing using the Demo vehicle * Renamed default skin to 'modern' This will allow us to easily create other skins and make the skin to load configurable * Added town search capability * Resize the QNavitQuick object when exiting the menu * Minor work on the qml2 gui * Implemented street search * Disabled virtual keyboard until it's ready * More modular default country code * Block draw operations when displaying the menu * Removed useless QML ressources * Prevents a segfault on country/town/street selection * Prevents segfault when changing country * Added bookmarks listing * Added basic vehicles and bookmarks menu * Removed useless QDebug * Removed useless QDebug * Added bookmarks list as a destination * Code cleanup * Switching to a reusable result list * Added basic vehicles and bookmarks menu * Added a basic bookmark QObject * Added basic vehicles and bookmarks menu * Added basic vehicles and bookmarks menu * Code cleanup * Use update path for icons assets
* Merge branch 'trunk' of https://github.com/navit-gps/navit into trunkjkoan2017-09-303-15/+17
|\
| * Patch:core:More Talker IDs other than GP accepted (#314)naggety2017-09-273-15/+17
| | | | | | | | | | | | | | | | | | | | | | NMEA messages starts with '$' followed by 2 digits that indicates the Talker ID. The most common was GP for GPS, but now many modules can use other satellites systems or even 2 systems at the same time. Other Talker IDs are: - GL:russian GLONASS - GA: european Galileo - BD: chinesse BeiDu - GN: Global Navigation: a combination of 2 or more systems.
* | Add msissing itemsjkoan2017-09-301-2/+18
|/
* Fix:build:Add -Wformat-securitySebastian Leske2017-09-221-1/+2
|
* Fix:core:Fix warnings from -Wstrict-prototypesSebastian Leske2017-09-222-2/+2
|
* Fix:core:Fix warnings from -Wmissing-prototypesSebastian Leske2017-09-225-8/+8
|
* Fix:core:Fix compiler warningsSebastian Leske2017-09-222-3/+3
| | | | Fix warnings from -Wextra.
* Fix:build:Fix conditional compiler warning optionsSebastian Leske2017-09-221-2/+2
| | | | | | | Convert add_compiler_flag_if_available from a CMake function to a macro so it can change the global variables CMAKE_C(XX)_FLAG to add compiler warning options. Without this fix, the compiler warning options that depend on the compiler version are never used.
* Merge branch 'trunk' of github.com:navit-gps/navit into trunkPierre Grandin2017-09-201-0/+3
|\
| * Importing wince build scriptPierre Grandin2017-09-202-0/+12
| |
* | Revert last commit.Pierre Grandin2017-09-201-0/+9
|/ | | | Meant to push it to a branch.
* Fix:core:Remove unused macros min/max, which conflict with C++ standard macros.Sebastian Leske2017-09-181-3/+0
| | | | Thanks to trldp for pointing this out in PR #312.
* Fix:core:Use fprintf with string literal instead of variable.trldp2017-09-181-1/+1
| | | | Allows building with -Werror=format-security.
* Coverity upgrade (#313)Pierre GRANDIN2017-09-168-19/+140
| | | | | | | | | | | | | | | | | | | | | | * Switching to a pre-built image to build Tomtom builds * Archive less artifacts for Tomtom builds * Ensures that the /output directory for build artefacts exists * Updated coverity tools version * Run coverity report for the coverity_upgrade branch * Fixed potential path issues * Fixed coverity path issues for ci v2 * Fixed tar permission issues for ci v2 * Ensures that curl is installed, needed for coverity * Run coverity builds only for trunk
* Revert "Fix:core:Rename README.md to README..." - does not work on GitHubSebastian Leske2017-09-072-1/+1
| | | | | | This reverts commit 3299ac4db939c0cf964244e94bcb3de4156b2d86. Revert renaming, because GitHub does not render MarkDown in a file named "README" - it must be "README.md".
* Fix:core:Rename README.md to README, since some external builds need a README.Sebastian Leske2017-09-062-1/+1
|