summaryrefslogtreecommitdiff
path: root/navit/gui/internal/gui_internal_command.c
Commit message (Collapse)AuthorAgeFilesLines
* change:core:Remove unused argument from attr_searchjkoan2020-08-081-1/+1
|
* fix:various:fix compiler warnings (#940)Stefan Wildemann2019-11-051-102/+103
| | | | | | | | | | | | | | | | * fix:core:build without warnings on my setup navit_core build without non avoidable warnings. * fix:dbus:fix compiler warnings * fix:gui/internal: remov compiler warnings * fix:various:remove compiler warnings * fix:various remove compiler warnings. * fix:various: fix android compiler warnings
* fix:all:fix compiler warnings (#935)Stefan Wildemann2019-10-291-4/+4
| | | * fix:core:remove many compiler warnings from core
* Add/Android: Provide geo coordinates for clicked position in contextual menu ↵lains2019-09-221-163/+8
| | | | | | | | | | | | | | | | | | | | (#794) * Adding unescape string utility and unescaping alls values in textfile attributes * Moving coordinates_geo out of internal use in gui_internal_command.c (to coord.c) * Moving gui_internal_escape() into generic str_escape() function in util.c * Moving strncpy_unescape() into generic function in util.c * Using geo coords as item name in Android contextual menu "Route Here" * Using string escaping (for double quotes) when writing former destinations to file * Adding new type DEGREES_MINUTES_SECONDS_BRIEF to factorize coordinates_geo() And fixing the example strings to match what is actually output by the function * Adding support for DEGREES_MINUTES_SECONDS_BRIEF format into coord_format And add internal coord_format_with_sep() to specify the separator * Fixing doxygen doc for coord_format_with_sep() * Making coord_format() inline * Using new factorized generic function coord_geo_format_short() instead of coordinates_geo() * Changing single contextual window title with GPS coords on Android * Adding string bytes length for each coord to string format, using short format in pcoord_format_short() and coord_geo_format_short() * Using pcoord_format_short() in android
* 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
* Refactoring:cmake:simplify version managementBignaux Ronan2019-05-241-3/+1
|
* Cleanup:global:force the re-attach the return type to the function ↵Joseph Herlant2018-05-301-82/+69
| | | | | | | | declaration (#605) * Cleanup:global:force the re-attach the return type to the function declaration * cleanup:global:some loose ends
* cleanup:global:Use astyle to reformat everythingJoseph Herlant2018-05-251-1130/+1106
|
* Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-261-29/+29
| | | | | | | | * Fix:debug:Change line separators for dbg to work also on win* platform * Fix:debug:Break multiline dbg statements to use the new model * Fix:debug:Move the EOL into debug_vprintf
* Fix:gui_internal:use max/min instead of fmax/fmin as absent from winceJoseph Herlant2018-04-211-2/+2
|
* show min/max elevation and distance in height profileTimo2018-04-151-0/+17
|
* Fixes displaying the heightline route info (#294)Pierre GRANDIN2017-08-231-6/+6
| | | | | | | | | | | | * Fixes displaying the heightline route info * Use cached copy for libpng / tomtom (#276) * Update build_tomtom_plugin.sh * Update build_tomtom_minimal.sh * Renamed the Links to fit navit repo
* Add network info menu in gui/internal for Linux (#228)Pierre GRANDIN2017-04-291-1/+59
| | | | | | | | | | * Add network info menu in gui/internal for Linux * Ensures that ifaddrs.h is available before enabling network info code * Add network info to sailfish config as well * Prevent linker and undefined reference errors for non-unix builds
* gui_internal: free heightlines and diagram_pointsR6785jandegr2016-09-161-3/+24
|
* gui_internal_heightprofilejandegr2016-09-051-5/+10
| | | show a notification in heightprofile when no map is found providing heightlines
* update docjandegr2016-09-041-4/+0
|
* Update gui_internal_command.cjandegr2016-09-011-0/+1
|
* gui internal : some more heightprofile fixesjandegr2016-09-011-25/+45
|
* CI triggerjandegr2016-08-301-1/+0
|
* gui_internal : fix heightprofilejandegr2016-08-301-9/+16
|
* Add:gui_internal:Rudimentary native on-screen keyboard implementationmvglasow2016-02-241-0/+4
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Fix navigation messages translations in Android LollipopR6372Michael Dankov2015-11-151-2/+1
| | | | | | | | Do not set locale to "C" for LC_NUMERIC, and do not call setlocale at all on Android, because: - Since Lollipop, Android attempts to do something in setlocale, but its implementation is far from complete and makes no sense for us at this point. - Older Android versions used to completely ignore setlocale() calls.
* Fix:gui_internal:memleakR6368mdankov2015-11-141-16/+2
| | | Different implementation of #1331 to fix memory leak
* Refactor:gui_internal:Use enum for keyboard modes and flagsmvglasow2015-11-131-3/+3
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Refactor:gui_internal:Some documentation updatesmvglasow2015-11-121-0/+13
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Fix:gui_internal:Format coordinates properly on Android Lollipopmvglasow2015-11-121-1/+26
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it ↵sleske2014-11-221-12/+12
| | | | | | looks like an error message.|#1269, part 5 git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5967 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First ↵sleske2014-11-221-26/+26
| | | | | | part of #1269. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5960 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:gui_internal:New POI filtering to include zipcode in address ↵mdankov2014-11-021-1/+1
| | | | | | search|thanks bafplus for zipcode.svg git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5918 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:gui_internal:Made back_to_map work from dbusmartin-s2014-07-181-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5821 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:gui_internal:Fix coordinates input box tip.|Thank you dpam44 for ↵mdankov2014-02-221-1/+1
| | | | | | reporting this. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5747 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:gui_internal:Fix format specifier to kill warnings.mdankov2013-05-111-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5495 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:gui_internal:Clean up the code to get rid of compilation time warnings ↵mdankov2013-05-111-1/+1
| | | | | | about const qualifier removal. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5494 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:gui_internal:Let escape function convert integers to stringsmartin-s2013-04-281-3/+11
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5461 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:gui_internal:Allow set to work also as unsetmartin-s2013-04-261-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5451 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:gui_internatl:In town and street search dialogs, select default keyboard ↵mdankov2013-04-061-1/+1
| | | | | | based on the country selected, not on interface language. Expand Cyrillic country list. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5429 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:gui_internal:Select cyrillian keyboard for cyrillic languages|Thanks alxmartin-s2013-03-241-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5421 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:gui_internal:Support for decimal format stringmartin-s2013-03-101-2/+21
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5403 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:gui_internal:New command img for easier creation of buttons from scriptmartin-s2013-03-101-33/+189
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5402 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Core:Allow layer tag to reference layers within navit context, object ↵martin-s2013-01-191-0/+1
| | | | | | handling cleanup git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5340 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:gui_internal:Moved vehicle config to xmlmartin-s2012-12-251-68/+0
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5328 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:gui_internal:Removed obsolete maps config pagemartin-s2012-12-251-36/+0
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5325 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:gui_internal:Improved escape and write functionsmartin-s2012-12-251-1/+24
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5321 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:gui_internal:Removed obsolete layouts setting pagemartin-s2012-12-251-22/+0
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5320 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:gui_internal:Added debug command and let write command accept multiple ↵martin-s2012-12-251-9/+33
| | | | | | arguments git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5317 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:gui_internal:More functionality for vehicle config pagemartin-s2012-12-231-4/+4
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5315 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:gui_internal:New config pages for vehiclemartin-s2012-12-231-9/+85
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5314 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:gui_internal:New map configuration pagemartin-s2012-12-221-0/+43
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5307 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:gui_internal:Improved new layout pagemartin-s2012-12-221-5/+6
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5305 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:gui_internal:Experimental new layout setting screenmartin-s2012-12-221-1/+22
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5303 ffa7fe5e-494d-0410-b361-a75ebd5db220