navit:cancel_drawing_on_resize

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

Branch merges

Branch information

Name:
cancel_drawing_on_resize
Repository:
lp:navit

Recent commits

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

Merge branch 'trunk' into cancel_drawing_on_resize

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.

6879f0a... by Stefan Wildemann <email address hidden>

Merge branch 'trunk' into cancel_drawing_on_resize

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)

1730a71... by Stefan Wildemann <email address hidden>

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.

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

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.

b9916f4... by jkoan <email address hidden>

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

Inc. Sourcecode

0cd682b... by OLFDB <email address hidden>

fix:core:Fix #1135 (#1136)

* Fix #1135

* Revert "Fix #1135"

This reverts commit 585ab7bbe2020b574e35ce08153ff2991131b3f3.

* Revert "Revert "Fix #1135""

This reverts commit 97ff13fa761a884019e341dd77e62a2735b52213.

e0e21a0... by OLFDB <email address hidden>

fix:core:use default icons as fallback (#1121)