| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When deactivating vehicle, profile is choosen from "car" vehicle_profile or by
default the first vehicle_profile in list. So, by example,
car_avoid_tolls never work when manually selecting current position (and
deactivate vehicle).
Now, if there is a selected vehicle profile, we keep it as
vehicle_profile (not changing it).
Aditionnaly, in internal gui, selecting a vehicle profile when wehicle
is deactivated, in gui_internal_cmd_set_active_profile(), call navit_set_vehicleprofile_name() with new
vehicle_profile (by name) before setting vehicle_attr to NULL (like in
gui_internal_cmd_set_position()).
Now, we can switch profile when vehicle is deactivatied and route is
update correctly.
TO DO : Same in other gui
TO TEST : with more than one vehicle enable
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
possible ones (leftover from PR5) (#210)
* Add:gui_internal:In search, hide on-screen keys which will not find a result.
During incremental search in the search dialog, hide keys on the
on-screen keyboard which will not lead to any search result.
Before, keys where highlighted if they would lead to a result.
* Remap special characters in Search to standard characters to enable useful hide-key-functionality
* Fix highlight (hide) possible next keys for search internal
Now only shows possible keys, not the nth key of the searched item. Takes care of umlauts.
* Add a switch attr for gui internal to decide to use hide_keys or the old highlight key behaviour
usage: add the attr 'hide_next_possible_keys="1"' to <gui type="internal" [...] />
|
|
|
|
|
|
|
| |
Use the term 'category' for all plugins with the same API (GUI plugins,
map plugins etc.). This used to be called 'type', which was confusing,
because in the XML config, 'type' refers to what is called 'name' in the
code.
|
| |
|
|
|
|
|
|
| |
Do the automatic switch in gui_internal_keypress_do instead of
gui_internal_search_changed so that other text input widgets would benefit,
e.g. poi search.
|
|
|
|
|
|
|
|
|
| |
During table rendering, do not disable off-screen table entries by
toggling STATE_SENSITIVE. Doing so breaks the menu items "Set distance to"/
"Get more"; these must never be STATE_SENSITIVE, since their sub-widgets
should receive clicks.
Instead, use STATE_OFFSCREEN to mark off-screen entries and skip them
during traversal with a rotary encoder.
|
|
|
|
| |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
|
|
|
| |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
| |
|
|
|
|
|
|
| |
Simplify gui_internal_keynav_find_prev, and fix small bug:
In the search menu, if the Prev/Next buttons are visible and the
keyboard is hidden, going backwards with PgUp skips some widgets.
|
|
|
|
|
|
|
| |
Allow navigating the menus of the internal GUI with only PgUp/PgDown
keys, instead of using arrow and Enter keys (which remains supported).
This allows to operate the menus with a rotary encoder, if its two
actions are mapped to PgUp/PgDown.
|
|
|
|
| |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
|
|
|
| |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@6025 ffa7fe5e-494d-0410-b361-a75ebd5db220
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
part of #1269.
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5960 ffa7fe5e-494d-0410-b361-a75ebd5db220
|
|
|
|
|
|
| |
working on systems where rename() fails if newname already exists, esp. Win32.
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5856 ffa7fe5e-494d-0410-b361-a75ebd5db220
|
|
|
|
|
|
| |
leading to crashes on some android devices.
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5829 ffa7fe5e-494d-0410-b361-a75ebd5db220
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5798 ffa7fe5e-494d-0410-b361-a75ebd5db220
|
|
|
|
|
|
| |
them.
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5763 ffa7fe5e-494d-0410-b361-a75ebd5db220
|
|
|
|
|
|
| |
condition 'fullscreen==0' works again (broken by rev 5190).
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5647 ffa7fe5e-494d-0410-b361-a75ebd5db220
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5592 ffa7fe5e-494d-0410-b361-a75ebd5db220
|
|
|
|
|
|
| |
of #1154.
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5570 ffa7fe5e-494d-0410-b361-a75ebd5db220
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5527 ffa7fe5e-494d-0410-b361-a75ebd5db220
|
|
|
|
|
|
| |
about const qualifier removal.
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5494 ffa7fe5e-494d-0410-b361-a75ebd5db220
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5493 ffa7fe5e-494d-0410-b361-a75ebd5db220
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5486 ffa7fe5e-494d-0410-b361-a75ebd5db220
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5484 ffa7fe5e-494d-0410-b361-a75ebd5db220
|
|
|
|
|
|
| |
on each GPS update.|Thank you alxchr for pointing this out!
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5477 ffa7fe5e-494d-0410-b361-a75ebd5db220
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5451 ffa7fe5e-494d-0410-b361-a75ebd5db220
|
|
|
|
|
|
| |
identification
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5438 ffa7fe5e-494d-0410-b361-a75ebd5db220
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5375 ffa7fe5e-494d-0410-b361-a75ebd5db220
|
|
|
|
|
|
| |
handling cleanup
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5340 ffa7fe5e-494d-0410-b361-a75ebd5db220
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5336 ffa7fe5e-494d-0410-b361-a75ebd5db220
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5309 ffa7fe5e-494d-0410-b361-a75ebd5db220
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5298 ffa7fe5e-494d-0410-b361-a75ebd5db220
|
|
|
|
|
|
| |
Cyrillic in town and POI filter. Do Cyrilic case insensitive filtering of POIs.
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5296 ffa7fe5e-494d-0410-b361-a75ebd5db220
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5281 ffa7fe5e-494d-0410-b361-a75ebd5db220
|
|
|
|
|
|
| |
called directly from osd. Fixes #1073,
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5278 ffa7fe5e-494d-0410-b361-a75ebd5db220
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5272 ffa7fe5e-494d-0410-b361-a75ebd5db220
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5267 ffa7fe5e-494d-0410-b361-a75ebd5db220
|
|
|
|
|
|
| |
valgrind for pointing these out
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5266 ffa7fe5e-494d-0410-b361-a75ebd5db220
|
|
|
|
|
|
| |
pini and antiram
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5264 ffa7fe5e-494d-0410-b361-a75ebd5db220
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5256 ffa7fe5e-494d-0410-b361-a75ebd5db220
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5247 ffa7fe5e-494d-0410-b361-a75ebd5db220
|
|
|
|
|
|
| |
because MS renamed it _snprintf
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5198 ffa7fe5e-494d-0410-b361-a75ebd5db220
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5188 ffa7fe5e-494d-0410-b361-a75ebd5db220
|
|
|
|
|
|
|
|
| |
after upcase mode have switched automatically to lowercase.
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5180 ffa7fe5e-494d-0410-b361-a75ebd5db220
|
|
|
|
|
|
| |
screen resolutions. Allow to hide keyboard to look at samples if they are obscured. Related to http://trac.navit-project.org/ticket/951.
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5179 ffa7fe5e-494d-0410-b361-a75ebd5db220
|