Skip to content

Merge trunk #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 28 commits into from
Oct 9, 2021
Merged

Merge trunk #14

merged 28 commits into from
Oct 9, 2021

Conversation

OLFDB
Copy link
Owner

@OLFDB OLFDB commented Jun 11, 2021

Thanks for contributing to Navit!
Before opening a pull request on navit, make sure your commit message follows our guidelines:
https://navit.readthedocs.io/en/trunk/development/commit_guidelines.html

and that your code is compliant with out coding style guidelines:
https://navit.readthedocs.io/en/trunk/development/programming_guidelines.html

mvglasow and others added 28 commits April 24, 2021 23:49
Signed-off-by: mvglasow <michael -at- vonglasow.com>

Co-authored-by: mvglasow <michael -at- vonglasow.com>
Signed-off-by: mvglasow <michael -at- vonglasow.com>
Signed-off-by: mvglasow <michael -at- vonglasow.com>
Signed-off-by: mvglasow <michael -at- vonglasow.com>
Signed-off-by: mvglasow <michael -at- vonglasow.com>
Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Added minimum dependencies for Raspberry Pi OS

* astyle

* astyle
Fix issues resulting in ignored traffic messages
…items (#1116)

Signed-off-by: mvglasow <michael -at- vonglasow.com>

Co-authored-by: mvglasow <michael -at- vonglasow.com>
…1122)

Only copy files when SOURCE and DESTINATION directory differs.
No need to copy files into themselves when doing in-tree build.

Removes annoying warning.

```
make[2]: Circular navit/textures/diagonal-stripes.svg <- navit/textures/diagonal-stripes.svg dependency dropped.
```

Signed-off-by: David Heidelberg <david@ixit.cz>
Default to private external storage dir
/navit is not appended to paths which contain the package ID

Signed-off-by: mvglasow <michael -at- vonglasow.com>
Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit causes maptool to filter out multipolygon relations
whose tags result in unknown binfile type if -n is given on command
line. May save a lot of processing time.
* Fix #1135

* Fix #1130

* Revert "Fix #1135"

This reverts commit 585ab7b.
* Fix #1135

* Revert "Fix #1135"

This reverts commit 585ab7b.

* Revert "Revert "Fix #1135""

This reverts commit 97ff13f.
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.
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.
* 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.
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">
…OS (#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 <jkoan@users.noreply.github.com>
@OLFDB OLFDB merged commit 1da3ccb into OLFDB:trunk Oct 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants