navit:cleanup_build

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

Branch merges

Branch information

Name:
cleanup_build
Repository:
lp:navit

Recent commits

c8cc216... by jkoan <email address hidden>

delete:build:Delete old tooling from android (now fastlane is used)

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

remove:ports:removed files from unsupported ports, i.e. Maemo and WebOS (#1145)

* 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

* removed webos and maemo from other files

* changed according to comments from @jkoan

 ändrad: CMakeLists.txt

* removed autoload and osso

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

Co-authored-by: jkoan <email address hidden>

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)

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.

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

Fix:maptool:osm fix multipolygon filter. (#1143)

Change done at #1129 causes maptool to filter out all multipolygons
if -n is given due to not correctly initializing item_bin buffer
prior check. Sorry my fault.

d841662... by Poussinou <email address hidden>

fix:core:Update README.md (#1144)

b9916f4... by jkoan <email address hidden>

rework:graphics:win32:Rework win32 drawing to remove the old Unicode, (#1140)

Inc. Sourcecode