navit:remove_unsupported_ports

Last commit made on 2021-09-24
Get this branch:
git clone -b remove_unsupported_ports https://git.launchpad.net/navit

Branch merges

Branch information

Name:
remove_unsupported_ports
Repository:
lp:navit

Recent commits

a719525... by jkoan <email address hidden>

Merge branch 'trunk' into remove_unsupported_ports

da80ff7... by OLFDB <email address hidden>

Add:gui/internal: New attribute for gui tag town_use_postal (#1156)

If set to 0 navit will use the old town search method which will speed up the search on low performance hardware. Available only with gui_internal.

<gui type="internal" enabled="yes" town_use_postal="0">

91280a3... by OLFDB <email address hidden>

Fix:gui/gtk:Enable housenumbers in destination dialog (#1155)

834b398... by OLFDB <email address hidden>

patch:gui/gtk:Unique icon for POI dialog (#1154)

510f60e... by =?utf-8?q?Patrick_H=C3=B6hn?= <email address hidden>

removed autoload and osso

 ändrad: CMakeLists.txt
 borttagen: navit/autoload/osso/CMakeLists.txt
 borttagen: navit/autoload/osso/osso.c
 ändrad: navit/navit_shipped.xml

b062e82... by =?utf-8?q?Patrick_H=C3=B6hn?= <email address hidden>

changed according to comments from @jkoan

 ändrad: CMakeLists.txt

0ed1660... by Stefan Wildemann <email address hidden>

Fix:core: cancel drawing on resize request (#1142)

* Fix:core: cancel drawing on resize request

This commit causes navit to cancel async drawing in case of resize
request. Drawing is started again after that. this should effectively
cause a redraw on subsequent calls to resize. Some graphics like qt5
call resize for both dimension changes if the wigdet get's resized.

* Fix:graphics:qt5 Clear pixmap on resize

To remove ugly artefacts after resizing the widget until navit completes
to redraw the screen the widgets pixmap is cleared.

da065b4... by Stefan Wildemann <email address hidden>

FIX:maptool: remove assertion from item_bin_copy_attr (#1149)

The removed assertion disallowed the use of item_bin_copy_attr for
anything else than attr_osm_wayid when debug build was enabled. This
used to work prior the introduction of multipolygon support. There
item_bin_copy_attr is used to copy al kind of attrs not knowing about
the assert.
So remove the assert as it seems to have been never correct.

916b588... by =?utf-8?q?Patrick_H=C3=B6hn?= <email address hidden>

removed webos and maemo from other files

be76d3d... by =?utf-8?q?Patrick_H=C3=B6hn?= <email address hidden>

removed files from unsupported ports, i.e. Maemo and WebOS

 borttagen: maemo/CMakeLists.txt
 borttagen: maemo/vehicle_maemo.c
 borttagen: webos/CMakeLists.txt
 borttagen: webos/bluetooth.c
 borttagen: webos/bluetooth.h
 borttagen: webos/cJSON.c
 borttagen: webos/cJSON.h
 borttagen: webos/vehicle_webos.c
 borttagen: webos/vehicle_webos.h