summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix:vehicle_qt5:Properly update position statusfix_qt5_vehiclemetalstrolch2019-01-301-6/+17
|
* Merge pull request #682 from lains/fixing_resizeStefan Wildemann2019-01-306-81/+376
|\ | | | | | | | | | | Fix:gui/internal:Handling resize/rotation This fixes long standing problem that internal GUI gets reset when resizing the screen. Since rotating a handheld device triggers screen resize this was really annoying. Now you can rotate your device while entering into town search...
| * CleanupLionel AINS2018-11-261-1/+0
| |
| * Fixing indentationLionel AINS2018-11-262-4/+8
| |
| * Moving widget-related swap and move functions to gui_internal_widget.cLionel AINS2018-11-263-53/+55
| |
| * Removing unused codeLionel AINS2018-11-262-57/+110
| |
| * Fixing redraw of menus when going back from a submenu (if no window resize ↵Lionel AINS2018-11-201-8/+8
| | | | | | | | has been done in the meantime)
| * Moving debugging logs to lvl_debugLionel AINS2018-11-192-3/+3
| |
| * Merge branch 'trunk' into fixing_resizeLionel AINS2018-11-1929-7061/+7317
| |\
| * | Reverting unrelated changes committed by mistakeLionel AINS2018-11-191-2/+2
| | |
| * | Removing debug logs, adding doxygen commentsLionel AINS2018-11-193-16/+64
| | |
| * | Fixing bug that has been inserted during re-indentationLionel AINS2018-11-171-1/+1
| | |
| * | Fixing indentationLionel AINS2018-11-171-1/+1
| | |
| * | Fixing indentationLionel AINS2018-11-171-1/+2
| | |
| * | Fixing indentationLionel AINS2018-11-171-10/+10
| | |
| * | Forcing resize when display is resized then the user goes back in submenusLionel AINS2018-11-162-10/+15
| | |
| * | Creating gui_internal_menu_needs_resizing() function from existing codeLionel AINS2018-11-164-9/+28
| | |
| * | Repacking virtual keyboard box on resize eventsLionel AINS2018-11-051-0/+2
| | |
| * | Adding declaration of gui_internal_box_resize() in headersLionel AINS2018-10-291-0/+1
| | |
| * | Merge branch 'trunk' into fixing_resizeLionel AINS2018-10-2972-9394/+15427
| |\ \
| * | | Fixing indentation for sanity checkLionel AINS2018-10-292-2/+4
| | | |
| * | | Adding virtual keyboard resize handler, improving resize for menu topboxLionel AINS2018-10-291-51/+28
| | | |
| * | | Adding virtual keyboard resize handler, improving resize for menu topboxLionel AINS2018-10-292-17/+20
| | | |
| * | | Cleanup and doxygen docLionel AINS2018-10-153-16/+40
| | | |
| * | | Fixing compilation warning and indentation according to styleLionel AINS2018-10-143-18/+17
| | | |
| * | | Fixing previous mergeLionel AINS2018-10-131-1/+1
| | | |
| * | | Merge branch 'trunk' into fixing_resizeLionel AINS2018-10-1323-605/+676
| |\ \ \
| * | | | Handling resize differently on menus (reloading the whole menu instead of ↵Lionel AINS2018-10-133-29/+73
| | | | | | | | | | | | | | | | | | | | resizing widgets)
| * | | | Fixing indentation to comply to guidelinesLionel AINS2018-10-071-12/+12
| | | | |
| * | | | Handling resize for boxesLionel AINS2018-10-055-42/+154
| | | | |
* | | | | Merge pull request #741 from navit-gps/qt5_osd_layer_fixStefan Wildemann2019-01-308-50/+79
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix:graphics_qt5:fix overlay handling This merge fixes graphics_qt5 to properly handle (osd) overlays. - They display properly - Enable and disable is handled right - They are redrawn after changes
| * | | | | Fix:graphics_qt5:redraw after overlay actionqt5_osd_layer_fixWildemann Stefan2019-01-291-0/+20
| | | | | |
| * | | | | Fix:graphics_qt5:reorder class members to workaround astyleWildemann Stefan2019-01-291-2/+3
| | | | | |
| * | | | | Fix:graphics_qt5:Correctly disable single overlay.Wildemann Stefan2019-01-293-145/+145
| | | | | | | | | | | | | | | | | | | | | | | | Only disable "all" overlays, if root pane got disabled.
| * | | | | Fix:graphics_qt5: stlye with astyle to comply with styleWildemann Stefan2019-01-298-161/+157
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use astyle --indent=spaces=4 --style=attach -n --max-code-length=120 -xf -xh to obey styling rules. Btw. a big hurdle for newbies to just fix !one line" if one needs to restyle a whole module for ci...
| * | | | | Fix:graphics_qt5:Dont't clear windows on fake resizeStefan Wildemann2019-01-292-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sometimes it happeenes that resize is called, but the new size equals the old one. This change keeps the contents intact if that happens.
| * | | | | Fix:graphics_qt5:Dont't clear overlays on moveStefan Wildemann2019-01-281-6/+13
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | This commit keeps the internal pixmap of an overlay intact if resize is called for the overlay, but the actual size was not changed. This keeps icons and so on intact as they are not repainted after resize.
* | | | | Merge pull request #740 from mvglasow/build_android2mvglasow2019-01-264-123/+67
|\ \ \ \ \ | | | | | | | | | | | | Improvements to the Android build script
| * | | | | Refactor:build:Rename files after copying, reduces source tree pollutionmvglasow2019-01-261-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
| * | | | | Refactor:build:Use pushd and popd instead of cdmvglasow2019-01-261-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
| * | | | | Add:circleci:Do not install ndk-bundle (already part of image)mvglasow2019-01-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
| * | | | | Merge branch 'master' into build_android2mvglasow2019-01-261-1/+1
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #739 from navit-gps/android-buildmvglasow2019-01-261-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix:build:Fix android build on circleci
| * | | | | | Update imageandroid-buildjkoan2019-01-261-1/+1
|/ / / / / /
| * | | | | Refactor:toolchain:Rename build script to build_android.shmvglasow2019-01-214-130/+70
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | | | | Merge pull request #731 from navit-gps/trafficmvglasow2019-01-121-8/+5
|\ \ \ \ \ | | | | | | | | | | | | Add:traffic:Use compare_name_systematic for all road refs
| * \ \ \ \ Merge branch 'master' into trafficmvglasow2019-01-127-86/+142
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #730 from mvglasow/coverity_bypassmvglasow2019-01-121-30/+30
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix:circleci:Temporarily disable Coverity as it is currently down
| * \ \ \ \ \ Merge branch 'trunk' into coverity_bypassmvglasow2019-01-119-109/+289
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | fix:correct link in Markdownjkoan2019-01-111-2/+2
| | | | | | |