summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix some typos.fix_cursor_layer_sizemetalstrolch2019-08-181-2/+2
|
* Merge branch 'trunk' into fix_cursor_layer_sizeStefan Wildemann2019-08-1621-168/+456
|\
| * Android build fix and update (#827)jandegr2019-08-167-20/+31
| |
| * fix:core: Correct default layout handling. (#816)Stefan Wildemann2019-08-074-7/+21
| | | | | | | | | | This commit corrects the default layout handling broken when splitting the layouts to own files. It restores the layout saving of the internal gui. So now it starts again with the last selected layout.
| * add:graphics:dpi scaling support (#813)Stefan Wildemann2019-07-288-131/+390
| | | | | | | | | | This commit adds calculating a scaling factor out of the virtual_dpi assumed when the layout was created, and the real_dpi value of the hardware. It is activated if "virtual_dpi" tag is set into the "graphics" tag on navit.xml. Currently only qt5 graphics implment returning the hardware dpi. But this can be simulated and overwritten by setting "real_dpi" tag to "graphics" tag on navit.xm on all available graphics.l
| * Merge pull request #814 from hoehnp/trunkStefan Wildemann2019-07-252-10/+14
| |\ | | | | | | fix:osd: no redraw of map when stopping drag over osd_speed_warner, osd_stopwatch and osd_odometer
| | * Fix include order of layout.hStefan Wildemann2019-07-241-1/+1
| | |
| | * fix: no redraw of map when stopping drag over osd_speed_warner, ↵Patrick Höhn2019-07-221-8/+14
| | | | | | | | | | | | | | | | | | osd_stopwatch and osd_odometer ändrad: navit/osd/core/osd_core.c
| | * refactor: remove duplicate include statementsPatrick Höhn2019-07-081-2/+0
| |/ | | | | | | ändrad: navit/binding/dbus/binding_dbus.c
* | fix: vehicle: Increase layer for cursor for rotationWildemann Stefan2019-07-231-22/+51
|/ | | | | | | | This commit increases the layer used for drawing the cursor that the cursor fits on it regardless its rotation. This is required as some graphics (e.g. qt5) clip drawings leaving the overlay size. This cripples the cursor if the layout creter did not mind this. This patch adds extra space to compensate.
* Fix the readthedocs url for the development guidelines (#807)Joseph Herlant2019-07-012-4/+4
|
* Testing jandegr's fix for the windows builds issues (#806)Pierre GRANDIN2019-06-282-0/+5
|
* Migrate the programming guidelines documentation to readthedocs (#799)Joseph Herlant2019-06-194-4/+193
|
* fix:graphics:qt5: Remove unnecessary moc includes. (#798)Stefan Wildemann2019-06-184-3/+6
| | | | | | | | | | | | | | | | * Remove unnecessary moc includes. This commit removes moc file includes for some classes which do not define new qt classes. This caused a long standing warning which seems to be treated as error on some setups. * Make (in)sanity check happy. Here you got your bloody spaces. Uber picky, isn't it? * Remove QAudio::interruptedState again Sailfish version of QT doesn't feature this yet.
* Disable maptool if protobuf-c not foundWildemann Stefan2019-06-181-0/+7
|
* update:doc: Update the contributing.md to add the contributing section of ↵Joseph Herlant2019-06-141-3/+21
| | | | the Programming guidelines (#793)
* fix:style:Fix tabs vs. spacesjkoan2019-06-141-2/+2
|
* Fix:bookmarks:Ensure that bookmarks are synced to diskjkoan2019-06-141-0/+7
|
* Fix typosJoseph Herlant2019-06-131-2/+2
|
* update:doc: add the submit patches section from the old wiki close to the codeJoseph Herlant2019-06-131-0/+35
|
* Readthedocs import (#784)Pierre GRANDIN2019-06-0614-0/+1029
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First rftd.io import * Testing Markdown doc * Testing Markdown doc * Testing RST * Datetime is required * Testing RST * Adding a basic configuration page from the wiki * Testing RST * Testing syntax highlighting * Testing syntax highlighting * Testing syntax highlighting * Importing https://wiki.navit-project.org/index.php/Maps * Importing https://wiki.navit-project.org/index.php/Maps * Importing https://wiki.navit-project.org/index.php/Binfile * Importing https://wiki.navit-project.org/index.php/Binfile * Importing https://wiki.navit-project.org/index.php/Binfile * Importing https://wiki.navit-project.org/index.php/Binfile * Importing https://wiki.navit-project.org/index.php/Binfile * Importing https://wiki.navit-project.org/index.php/Binfile * Importing https://wiki.navit-project.org/index.php/Binfile * Importing https://wiki.navit-project.org/index.php/Binfile * Importing https://wiki.navit-project.org/index.php/Binfile * Importing https://wiki.navit-project.org/index.php/Binfile * Importing https://wiki.navit-project.org/index.php/Binfile * Importing https://wiki.navit-project.org/index.php/Binfile * Importing https://wiki.navit-project.org/index.php/OpenStreetMap * Importing https://wiki.navit-project.org/index.php/OpenStreetMap * Importing https://wiki.navit-project.org/index.php/OpenStreetMap * Importing https://wiki.navit-project.org/index.php/OpenStreetMap * Importing https://wiki.navit-project.org/index.php/OpenStreetMap * Importing https://wiki.navit-project.org/index.php/OpenStreetMap * Importing https://wiki.navit-project.org/index.php/OpenStreetMap * Importing https://wiki.navit-project.org/index.php/OpenStreetMap * Fixing links * Fixing links * Fixing links * Fixing links * Fixing links * Minor improvments * Minor improvments * Minor fixes * Importing detailed configuration * Improving the index page * Removing copyright, it makes CodeFactor unhappy * Added misspell checks * Fixed wrong copy pasta * Install curl, required to install misspell * Fixed some typos * Removed a bunch of trailing spaces * Removed a bunch of trailing spaces * Probably don't need "please" here. * Reworking content * Apply suggestions from code review Remove unneeded white spaces before colon * Apply suggestions from code review Setting song for software or file names like the other occurences * Update docs/binfile.rst Co-Authored-By: Joseph Herlant <aerostitch@users.noreply.github.com> * Update docs/configuration/advanced.rst Co-Authored-By: Joseph Herlant <aerostitch@users.noreply.github.com> * Update docs/configuration/advanced.rst Co-Authored-By: Joseph Herlant <aerostitch@users.noreply.github.com> * Removed wiki comment * Update docs/configuration/display.rst Co-Authored-By: Joseph Herlant <aerostitch@users.noreply.github.com> * Update docs/configuration/display.rst Co-Authored-By: Joseph Herlant <aerostitch@users.noreply.github.com> * Update docs/configuration/general.rst Co-Authored-By: Joseph Herlant <aerostitch@users.noreply.github.com> * Update docs/configuration/general.rst Co-Authored-By: Joseph Herlant <aerostitch@users.noreply.github.com> * Update docs/configuration/general.rst Co-Authored-By: Joseph Herlant <aerostitch@users.noreply.github.com> * Update docs/configuration/index.rst Co-Authored-By: Joseph Herlant <aerostitch@users.noreply.github.com> * Update docs/configuration/index.rst Co-Authored-By: Joseph Herlant <aerostitch@users.noreply.github.com> * Update docs/configuration/layout.rst Co-Authored-By: Joseph Herlant <aerostitch@users.noreply.github.com> * Update docs/configuration/vehicle.rst Co-Authored-By: Joseph Herlant <aerostitch@users.noreply.github.com> * Update docs/configuration/vehicle.rst Co-Authored-By: Joseph Herlant <aerostitch@users.noreply.github.com> * Update docs/configuration/vehicle.rst Co-Authored-By: Joseph Herlant <aerostitch@users.noreply.github.com> * Update docs/configuration/vehicle.rst Co-Authored-By: Joseph Herlant <aerostitch@users.noreply.github.com> * Update docs/configuration/index.rst Co-Authored-By: Joseph Herlant <aerostitch@users.noreply.github.com> * Update docs/configuration/index.rst Co-Authored-By: Joseph Herlant <aerostitch@users.noreply.github.com> * Update docs/configuration/index.rst Co-Authored-By: Joseph Herlant <aerostitch@users.noreply.github.com> * Update docs/configuration/index.rst Co-Authored-By: Joseph Herlant <aerostitch@users.noreply.github.com> * Update docs/configuration/display.rst Co-Authored-By: Joseph Herlant <aerostitch@users.noreply.github.com> * Apply suggestions from code review Co-Authored-By: Joseph Herlant <aerostitch@users.noreply.github.com>
* Add:Gui/Internal: Adding missing escape modes and fixing generic html escape ↵lains2019-06-051-24/+72
| | | | | | | | | | | | mode (#785) * Adding missing escape modes and fixing generic html escape mode * Fixing comment * Lining-up style * Small typo fix
* Merge pull request #771 from navit-gps/ide_fix_for_not_foundmvglasow2019-06-051-0/+7
|\ | | | | Fix:core:Fix item_def.h when used whithout defined macros (like in IDE)
| * Change Variable to y because it holds the real stringide_fix_for_not_foundjkoan2019-05-171-1/+1
| |
| * Merge branch 'trunk' of https://github.com/navit-gps/navit into ↵jkoan2019-04-052-2/+9
| |\ | | | | | | | | | ide_fix_for_not_found
| * | Fix:core:Fix item_def.h when used whithout defined macros (like in IDE)jkoan2019-04-041-0/+7
| | |
* | | Merge pull request #778 from navit-gps/attr_def_fix_for_idemvglasow2019-06-051-0/+6
|\ \ \ | | | | | | | | Fix:core:Fix Warning in IDE for Items not found
| * | | Fix:core:Fix Warning in IDE for Items not foundattr_def_fix_for_idejkoan2019-05-191-0/+6
| | | |
* | | | Merge pull request #788 from lains/comments-and-constmvglasow2019-06-053-7/+25
|\ \ \ \ | | | | | | | | | | Adding comments and const
| * | | | Adding comments and constLionel AINS2019-05-153-7/+25
| | | | |
* | | | | Fixed typosPierre Grandin2019-06-051-2/+2
| | | | |
* | | | | Merge pull request #651 from bignaux/cmakeBignaux Ronan2019-05-2512-766/+67
|\ \ \ \ \ | | | | | | | | | | | | Refactoring:cmake:from 2.6 to 3.2
| * | | | | Refactoring:cmake:from 2.6 to 3.2Bignaux Ronan2019-05-2512-766/+67
|/ / / / /
* | | | | Refactoring:cmake:simplify version managementBignaux Ronan2019-05-2411-95/+15
| | | | |
* | | | | fixBignaux Ronan2019-05-201-9/+0
| | | | |
* | | | | Refactoring:mingw:simplify toolchainBignaux Ronan2019-05-208-45/+59
| |/ / / |/| | |
* | | | fix:graphics:Fix isues when try to close the SDL window ion non webosjkoan2019-05-061-0/+2
| |_|/ |/| |
* | | Update config.ymljkoan2019-04-041-1/+1
|/ /
* | Replace hyphens with white spaces when using android speechLionel AINS2019-03-261-1/+8
|/
* Refactor:GUI/GTK:Adding pointer and label when displaying POI on map (#729)lains2019-03-059-199/+336
| | | | | | | | | | | | | | | | | | | | | | | | | | * Moving get_search_results_map from internal gui to generic navit functions * Moving square_shape_str() and populate_search_results_map() in generic files (not making them gui_internal-specific) * Adding GList cleanup after adding search results to a map, setting result names properly in GTK POI * Using common navit_populate_search_results_map() in internal GUI (factorizing code) * Adding doxygen comments * Reverting added empty lines * Applying expected style (indentation) * Adding dedicated code to free payload for GList (instead of using unavailable g_list_free_full()) * Avoiding for loop initial declarations * Remove obsolete FIXME comment * Minor tweaking doxygen comments and variables * Removing highlighted points on result map when starting routing
* Merge pull request #756 from mvglasow/android-notificationmvglasow2019-02-262-7/+44
|\ | | | | Fix:port/Android:Create notification channel on API 26+
| * Fix:build/android:Make sure variable is accessiblemvglasow2019-02-261-2/+3
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
| * Fix:port/android:Fix bug that broke notifications on APIs 9/10mvglasow2019-02-261-10/+18
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
| * Fix:port/Android:Create notification channel on API 26+mvglasow2019-02-262-1/+29
|/ | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Merge pull request #754 from mvglasow/android-startupmvglasow2019-02-228-48/+98
|\ | | | | Android: Do not reinitialize everything when the activity is recreated
| * Fix:plugin/pedestrian:Register sensors in application contextmvglasow2019-02-221-1/+1
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
| * Fix:port/android:Do not reinitialize everything on activity recreationmvglasow2019-02-217-16/+36
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
| * Refactor:graphics/android:Separate methods to set activity and cameramvglasow2019-02-211-31/+61
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Add:gui/internal: Greek keyboard (#753)OLFDB2019-02-212-4/+125
|/
* Merge pull request #737 from mvglasow/osd-layoutmvglasow2019-02-2017-282/+1051
|\ | | | | New default OSD layout