Icons filesystem structure cleanup
@ -63,7 +63,7 @@ GPXSee is licensed under GPL-3.0 (only). However, some 3rd party parts are using
|
|||||||
different, GPL compatible, licenses:
|
different, GPL compatible, licenses:
|
||||||
|
|
||||||
* [Oxygen icons](icons/GUI) - LGPLv3
|
* [Oxygen icons](icons/GUI) - LGPLv3
|
||||||
* [Mapbox Maki icons](icons/IMG) - CC0
|
* [Mapbox Maki icons](icons/IMG/POI) - CC0
|
||||||
* [Map Icons Collection](icons/symbols) - CC BY SA 3.0
|
* [Map Icons Collection](icons/symbols) - CC BY SA 3.0
|
||||||
* [RTree implementation](src/common/rtree.h) - Public domain
|
* [RTree implementation](src/common/rtree.h) - Public domain
|
||||||
* [Albers](src/map/proj/albersequal.cpp), [Geocentric](src/map/geocentric.cpp),
|
* [Albers](src/map/proj/albersequal.cpp), [Geocentric](src/map/geocentric.cpp),
|
||||||
|
172
gpxsee.qrc
@ -57,93 +57,93 @@
|
|||||||
|
|
||||||
<!-- IMG map style -->
|
<!-- IMG map style -->
|
||||||
<qresource prefix="/IMG">
|
<qresource prefix="/IMG">
|
||||||
<file alias="airfield-11.png">icons/IMG/airfield-11.png</file>
|
<file alias="airfield-11.png">icons/IMG/POI/airfield-11.png</file>
|
||||||
<file alias="airport-11.png">icons/IMG/airport-11.png</file>
|
<file alias="airport-11.png">icons/IMG/POI/airport-11.png</file>
|
||||||
<file alias="amusement-park-11.png">icons/IMG/amusement-park-11.png</file>
|
<file alias="amusement-park-11.png">icons/IMG/POI/amusement-park-11.png</file>
|
||||||
<file alias="bakery-11.png">icons/IMG/bakery-11.png</file>
|
<file alias="bakery-11.png">icons/IMG/POI/bakery-11.png</file>
|
||||||
<file alias="bank-11.png">icons/IMG/bank-11.png</file>
|
<file alias="bank-11.png">icons/IMG/POI/bank-11.png</file>
|
||||||
<file alias="bar-11.png">icons/IMG/bar-11.png</file>
|
<file alias="bar-11.png">icons/IMG/POI/bar-11.png</file>
|
||||||
<file alias="bbq-11.png">icons/IMG/bbq-11.png</file>
|
<file alias="bbq-11.png">icons/IMG/POI/bbq-11.png</file>
|
||||||
<file alias="beach-11.png">icons/IMG/beach-11.png</file>
|
<file alias="beach-11.png">icons/IMG/POI/beach-11.png</file>
|
||||||
<file alias="bowling-alley-11.png">icons/IMG/bowling-alley-11.png</file>
|
<file alias="bowling-alley-11.png">icons/IMG/POI/bowling-alley-11.png</file>
|
||||||
<file alias="building-alt1-11.png">icons/IMG/building-alt1-11.png</file>
|
<file alias="building-alt1-11.png">icons/IMG/POI/building-alt1-11.png</file>
|
||||||
<file alias="bridge-11.png">icons/IMG/bridge-11.png</file>
|
<file alias="bridge-11.png">icons/IMG/POI/bridge-11.png</file>
|
||||||
<file alias="bus-11.png">icons/IMG/bus-11.png</file>
|
<file alias="bus-11.png">icons/IMG/POI/bus-11.png</file>
|
||||||
<file alias="cafe-11.png">icons/IMG/cafe-11.png</file>
|
<file alias="cafe-11.png">icons/IMG/POI/cafe-11.png</file>
|
||||||
<file alias="campsite-11.png">icons/IMG/campsite-11.png</file>
|
<file alias="campsite-11.png">icons/IMG/POI/campsite-11.png</file>
|
||||||
<file alias="car-11.png">icons/IMG/car-11.png</file>
|
<file alias="car-11.png">icons/IMG/POI/car-11.png</file>
|
||||||
<file alias="car-rental-11.png">icons/IMG/car-rental-11.png</file>
|
<file alias="car-rental-11.png">icons/IMG/POI/car-rental-11.png</file>
|
||||||
<file alias="car-repair-11.png">icons/IMG/car-repair-11.png</file>
|
<file alias="car-repair-11.png">icons/IMG/POI/car-repair-11.png</file>
|
||||||
<file alias="casino-11.png">icons/IMG/casino-11.png</file>
|
<file alias="casino-11.png">icons/IMG/POI/casino-11.png</file>
|
||||||
<file alias="cemetery-11.png">icons/IMG/cemetery-11.png</file>
|
<file alias="cemetery-11.png">icons/IMG/POI/cemetery-11.png</file>
|
||||||
<file alias="cinema-11.png">icons/IMG/cinema-11.png</file>
|
<file alias="cinema-11.png">icons/IMG/POI/cinema-11.png</file>
|
||||||
<file alias="clothing-store-11.png">icons/IMG/clothing-store-11.png</file>
|
<file alias="clothing-store-11.png">icons/IMG/POI/clothing-store-11.png</file>
|
||||||
<file alias="communications-tower-11.png">icons/IMG/communications-tower-11.png</file>
|
<file alias="communications-tower-11.png">icons/IMG/POI/communications-tower-11.png</file>
|
||||||
<file alias="convenience-11.png">icons/IMG/convenience-11.png</file>
|
<file alias="convenience-11.png">icons/IMG/POI/convenience-11.png</file>
|
||||||
<file alias="dam-11.png">icons/IMG/dam-11.png</file>
|
<file alias="dam-11.png">icons/IMG/POI/dam-11.png</file>
|
||||||
<file alias="danger-11.png">icons/IMG/danger-11.png</file>
|
<file alias="danger-11.png">icons/IMG/POI/danger-11.png</file>
|
||||||
<file alias="drinking-water-11.png">icons/IMG/drinking-water-11.png</file>
|
<file alias="drinking-water-11.png">icons/IMG/POI/drinking-water-11.png</file>
|
||||||
<file alias="fast-food-11.png">icons/IMG/fast-food-11.png</file>
|
<file alias="fast-food-11.png">icons/IMG/POI/fast-food-11.png</file>
|
||||||
<file alias="entrance-alt1-11.png">icons/IMG/entrance-alt1-11.png</file>
|
<file alias="entrance-alt1-11.png">icons/IMG/POI/entrance-alt1-11.png</file>
|
||||||
<file alias="fire-station-11.png">icons/IMG/fire-station-11.png</file>
|
<file alias="fire-station-11.png">icons/IMG/POI/fire-station-11.png</file>
|
||||||
<file alias="fitness-centre-11.png">icons/IMG/fitness-centre-11.png</file>
|
<file alias="fitness-centre-11.png">icons/IMG/POI/fitness-centre-11.png</file>
|
||||||
<file alias="fuel-11.png">icons/IMG/fuel-11.png</file>
|
<file alias="fuel-11.png">icons/IMG/POI/fuel-11.png</file>
|
||||||
<file alias="furniture-11.png">icons/IMG/furniture-11.png</file>
|
<file alias="furniture-11.png">icons/IMG/POI/furniture-11.png</file>
|
||||||
<file alias="garden-11.png">icons/IMG/garden-11.png</file>
|
<file alias="garden-11.png">icons/IMG/POI/garden-11.png</file>
|
||||||
<file alias="garden-centre-11.png">icons/IMG/garden-centre-11.png</file>
|
<file alias="garden-centre-11.png">icons/IMG/POI/garden-centre-11.png</file>
|
||||||
<file alias="golf-11.png">icons/IMG/golf-11.png</file>
|
<file alias="golf-11.png">icons/IMG/POI/golf-11.png</file>
|
||||||
<file alias="grocery-11.png">icons/IMG/grocery-11.png</file>
|
<file alias="grocery-11.png">icons/IMG/POI/grocery-11.png</file>
|
||||||
<file alias="hairdresser-11.png">icons/IMG/hairdresser-11.png</file>
|
<file alias="hairdresser-11.png">icons/IMG/POI/hairdresser-11.png</file>
|
||||||
<file alias="harbor-11.png">icons/IMG/harbor-11.png</file>
|
<file alias="harbor-11.png">icons/IMG/POI/harbor-11.png</file>
|
||||||
<file alias="hardware-11.png">icons/IMG/hardware-11.png</file>
|
<file alias="hardware-11.png">icons/IMG/POI/hardware-11.png</file>
|
||||||
<file alias="heliport-11.png">icons/IMG/heliport-11.png</file>
|
<file alias="heliport-11.png">icons/IMG/POI/heliport-11.png</file>
|
||||||
<file alias="hospital-11.png">icons/IMG/hospital-11.png</file>
|
<file alias="hospital-11.png">icons/IMG/POI/hospital-11.png</file>
|
||||||
<file alias="information-11.png">icons/IMG/information-11.png</file>
|
<file alias="information-11.png">icons/IMG/POI/information-11.png</file>
|
||||||
<file alias="landmark-11.png">icons/IMG/landmark-11.png</file>
|
<file alias="landmark-11.png">icons/IMG/POI/landmark-11.png</file>
|
||||||
<file alias="library-11.png">icons/IMG/library-11.png</file>
|
<file alias="library-11.png">icons/IMG/POI/library-11.png</file>
|
||||||
<file alias="lodging-11.png">icons/IMG/lodging-11.png</file>
|
<file alias="lodging-11.png">icons/IMG/POI/lodging-11.png</file>
|
||||||
<file alias="mountain-11.png">icons/IMG/mountain-11.png</file>
|
<file alias="mountain-11.png">icons/IMG/POI/mountain-11.png</file>
|
||||||
<file alias="museum-11.png">icons/IMG/museum-11.png</file>
|
<file alias="museum-11.png">icons/IMG/POI/museum-11.png</file>
|
||||||
<file alias="park-11.png">icons/IMG/park-11.png</file>
|
<file alias="park-11.png">icons/IMG/POI/park-11.png</file>
|
||||||
<file alias="parking-11.png">icons/IMG/parking-11.png</file>
|
<file alias="parking-11.png">icons/IMG/POI/parking-11.png</file>
|
||||||
<file alias="pharmacy-11.png">icons/IMG/pharmacy-11.png</file>
|
<file alias="pharmacy-11.png">icons/IMG/POI/pharmacy-11.png</file>
|
||||||
<file alias="picnic-site-11.png">icons/IMG/picnic-site-11.png</file>
|
<file alias="picnic-site-11.png">icons/IMG/POI/picnic-site-11.png</file>
|
||||||
<file alias="place-of-worship-11.png">icons/IMG/place-of-worship-11.png</file>
|
<file alias="place-of-worship-11.png">icons/IMG/POI/place-of-worship-11.png</file>
|
||||||
<file alias="police-11.png">icons/IMG/police-11.png</file>
|
<file alias="police-11.png">icons/IMG/POI/police-11.png</file>
|
||||||
<file alias="post-11.png">icons/IMG/post-11.png</file>
|
<file alias="post-11.png">icons/IMG/POI/post-11.png</file>
|
||||||
<file alias="religious-christian-11.png">icons/IMG/religious-christian-11.png</file>
|
<file alias="religious-christian-11.png">icons/IMG/POI/religious-christian-11.png</file>
|
||||||
<file alias="religious-jewish-11.png">icons/IMG/religious-jewish-11.png</file>
|
<file alias="religious-jewish-11.png">icons/IMG/POI/religious-jewish-11.png</file>
|
||||||
<file alias="religious-muslim-11.png">icons/IMG/religious-muslim-11.png</file>
|
<file alias="religious-muslim-11.png">icons/IMG/POI/religious-muslim-11.png</file>
|
||||||
<file alias="restaurant-11.png">icons/IMG/restaurant-11.png</file>
|
<file alias="restaurant-11.png">icons/IMG/POI/restaurant-11.png</file>
|
||||||
<file alias="restaurant-noodle-11.png">icons/IMG/restaurant-noodle-11.png</file>
|
<file alias="restaurant-noodle-11.png">icons/IMG/POI/restaurant-noodle-11.png</file>
|
||||||
<file alias="restaurant-pizza-11.png">icons/IMG/restaurant-pizza-11.png</file>
|
<file alias="restaurant-pizza-11.png">icons/IMG/POI/restaurant-pizza-11.png</file>
|
||||||
<file alias="restaurant-seafood-11.png">icons/IMG/restaurant-seafood-11.png</file>
|
<file alias="restaurant-seafood-11.png">icons/IMG/POI/restaurant-seafood-11.png</file>
|
||||||
<file alias="roadblock-11.png">icons/IMG/roadblock-11.png</file>
|
<file alias="roadblock-11.png">icons/IMG/POI/roadblock-11.png</file>
|
||||||
<file alias="school-11.png">icons/IMG/school-11.png</file>
|
<file alias="school-11.png">icons/IMG/POI/school-11.png</file>
|
||||||
<file alias="shelter-11.png">icons/IMG/shelter-11.png</file>
|
<file alias="shelter-11.png">icons/IMG/POI/shelter-11.png</file>
|
||||||
<file alias="shop-11.png">icons/IMG/shop-11.png</file>
|
<file alias="shop-11.png">icons/IMG/POI/shop-11.png</file>
|
||||||
<file alias="skiing-11.png">icons/IMG/skiing-11.png</file>
|
<file alias="skiing-11.png">icons/IMG/POI/skiing-11.png</file>
|
||||||
<file alias="soccer-11.png">icons/IMG/soccer-11.png</file>
|
<file alias="soccer-11.png">icons/IMG/POI/soccer-11.png</file>
|
||||||
<file alias="swimming-11.png">icons/IMG/swimming-11.png</file>
|
<file alias="swimming-11.png">icons/IMG/POI/swimming-11.png</file>
|
||||||
<file alias="theatre-11.png">icons/IMG/theatre-11.png</file>
|
<file alias="theatre-11.png">icons/IMG/POI/theatre-11.png</file>
|
||||||
<file alias="telephone-11.png">icons/IMG/telephone-11.png</file>
|
<file alias="telephone-11.png">icons/IMG/POI/telephone-11.png</file>
|
||||||
<file alias="toilet-11.png">icons/IMG/toilet-11.png</file>
|
<file alias="toilet-11.png">icons/IMG/POI/toilet-11.png</file>
|
||||||
<file alias="town-hall-11.png">icons/IMG/town-hall-11.png</file>
|
<file alias="town-hall-11.png">icons/IMG/POI/town-hall-11.png</file>
|
||||||
<file alias="viewpoint-11.png">icons/IMG/viewpoint-11.png</file>
|
<file alias="viewpoint-11.png">icons/IMG/POI/viewpoint-11.png</file>
|
||||||
<file alias="village-11.png">icons/IMG/village-11.png</file>
|
<file alias="village-11.png">icons/IMG/POI/village-11.png</file>
|
||||||
<file alias="waterfall-11.png">icons/IMG/waterfall-11.png</file>
|
<file alias="waterfall-11.png">icons/IMG/POI/waterfall-11.png</file>
|
||||||
<file alias="wetland-11.png">icons/IMG/wetland-11.png</file>
|
<file alias="wetland-11.png">icons/IMG/POI/wetland-11.png</file>
|
||||||
<file alias="zoo-11.png">icons/IMG/zoo-11.png</file>
|
<file alias="zoo-11.png">icons/IMG/POI/zoo-11.png</file>
|
||||||
|
|
||||||
<file alias="light-major.png">icons/IMG/light-major.png</file>
|
<file alias="light-major.png">icons/IMG/marine/light-major.png</file>
|
||||||
<file alias="light-platform.png">icons/IMG/light-platform.png</file>
|
<file alias="light-platform.png">icons/IMG/marine/light-platform.png</file>
|
||||||
<file alias="beacon.png">icons/IMG/beacon.png</file>
|
<file alias="beacon.png">icons/IMG/marine/beacon.png</file>
|
||||||
<file alias="rock.png">icons/IMG/rock.png</file>
|
<file alias="rock.png">icons/IMG/marine/rock.png</file>
|
||||||
<file alias="wreck.png">icons/IMG/wreck.png</file>
|
<file alias="wreck.png">icons/IMG/marine/wreck.png</file>
|
||||||
<file alias="obstruction.png">icons/IMG/obstruction.png</file>
|
<file alias="obstruction.png">icons/IMG/marine/obstruction.png</file>
|
||||||
<file alias="anchor-line.png">icons/IMG/anchor-line.png</file>
|
<file alias="anchor-line.png">icons/IMG/marine/anchor-line.png</file>
|
||||||
<file alias="pipeline.png">icons/IMG/pipeline.png</file>
|
<file alias="pipeline.png">icons/IMG/marine/pipeline.png</file>
|
||||||
<file alias="cable.png">icons/IMG/cable.png</file>
|
<file alias="cable.png">icons/IMG/marine/cable.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
|
|
||||||
<!-- Mapsforge rendertheme -->
|
<!-- Mapsforge rendertheme -->
|
||||||
|
Before Width: | Height: | Size: 380 B After Width: | Height: | Size: 380 B |
Before Width: | Height: | Size: 402 B After Width: | Height: | Size: 402 B |
Before Width: | Height: | Size: 428 B After Width: | Height: | Size: 428 B |
Before Width: | Height: | Size: 383 B After Width: | Height: | Size: 383 B |
Before Width: | Height: | Size: 363 B After Width: | Height: | Size: 363 B |
Before Width: | Height: | Size: 374 B After Width: | Height: | Size: 374 B |
Before Width: | Height: | Size: 393 B After Width: | Height: | Size: 393 B |
Before Width: | Height: | Size: 395 B After Width: | Height: | Size: 395 B |
Before Width: | Height: | Size: 386 B After Width: | Height: | Size: 386 B |
Before Width: | Height: | Size: 365 B After Width: | Height: | Size: 365 B |
Before Width: | Height: | Size: 343 B After Width: | Height: | Size: 343 B |
Before Width: | Height: | Size: 378 B After Width: | Height: | Size: 378 B |
Before Width: | Height: | Size: 351 B After Width: | Height: | Size: 351 B |
Before Width: | Height: | Size: 366 B After Width: | Height: | Size: 366 B |
Before Width: | Height: | Size: 368 B After Width: | Height: | Size: 368 B |
Before Width: | Height: | Size: 390 B After Width: | Height: | Size: 390 B |
Before Width: | Height: | Size: 381 B After Width: | Height: | Size: 381 B |
Before Width: | Height: | Size: 369 B After Width: | Height: | Size: 369 B |
Before Width: | Height: | Size: 357 B After Width: | Height: | Size: 357 B |
Before Width: | Height: | Size: 356 B After Width: | Height: | Size: 356 B |
Before Width: | Height: | Size: 351 B After Width: | Height: | Size: 351 B |
Before Width: | Height: | Size: 402 B After Width: | Height: | Size: 402 B |
Before Width: | Height: | Size: 650 B After Width: | Height: | Size: 650 B |
Before Width: | Height: | Size: 376 B After Width: | Height: | Size: 376 B |
Before Width: | Height: | Size: 421 B After Width: | Height: | Size: 421 B |
Before Width: | Height: | Size: 367 B After Width: | Height: | Size: 367 B |
Before Width: | Height: | Size: 611 B After Width: | Height: | Size: 611 B |
Before Width: | Height: | Size: 344 B After Width: | Height: | Size: 344 B |
Before Width: | Height: | Size: 403 B After Width: | Height: | Size: 403 B |
Before Width: | Height: | Size: 326 B After Width: | Height: | Size: 326 B |
Before Width: | Height: | Size: 377 B After Width: | Height: | Size: 377 B |
Before Width: | Height: | Size: 348 B After Width: | Height: | Size: 348 B |
Before Width: | Height: | Size: 402 B After Width: | Height: | Size: 402 B |
Before Width: | Height: | Size: 352 B After Width: | Height: | Size: 352 B |
Before Width: | Height: | Size: 394 B After Width: | Height: | Size: 394 B |
Before Width: | Height: | Size: 355 B After Width: | Height: | Size: 355 B |
Before Width: | Height: | Size: 380 B After Width: | Height: | Size: 380 B |
Before Width: | Height: | Size: 404 B After Width: | Height: | Size: 404 B |
Before Width: | Height: | Size: 366 B After Width: | Height: | Size: 366 B |
Before Width: | Height: | Size: 390 B After Width: | Height: | Size: 390 B |
Before Width: | Height: | Size: 326 B After Width: | Height: | Size: 326 B |
Before Width: | Height: | Size: 359 B After Width: | Height: | Size: 359 B |
Before Width: | Height: | Size: 341 B After Width: | Height: | Size: 341 B |
Before Width: | Height: | Size: 410 B After Width: | Height: | Size: 410 B |
Before Width: | Height: | Size: 345 B After Width: | Height: | Size: 345 B |
Before Width: | Height: | Size: 384 B After Width: | Height: | Size: 384 B |
Before Width: | Height: | Size: 366 B After Width: | Height: | Size: 366 B |
Before Width: | Height: | Size: 399 B After Width: | Height: | Size: 399 B |
Before Width: | Height: | Size: 369 B After Width: | Height: | Size: 369 B |
Before Width: | Height: | Size: 364 B After Width: | Height: | Size: 364 B |
Before Width: | Height: | Size: 377 B After Width: | Height: | Size: 377 B |
Before Width: | Height: | Size: 344 B After Width: | Height: | Size: 344 B |
Before Width: | Height: | Size: 394 B After Width: | Height: | Size: 394 B |
Before Width: | Height: | Size: 365 B After Width: | Height: | Size: 365 B |
Before Width: | Height: | Size: 311 B After Width: | Height: | Size: 311 B |
Before Width: | Height: | Size: 359 B After Width: | Height: | Size: 359 B |
Before Width: | Height: | Size: 401 B After Width: | Height: | Size: 401 B |
Before Width: | Height: | Size: 361 B After Width: | Height: | Size: 361 B |
Before Width: | Height: | Size: 396 B After Width: | Height: | Size: 396 B |
Before Width: | Height: | Size: 396 B After Width: | Height: | Size: 396 B |
Before Width: | Height: | Size: 407 B After Width: | Height: | Size: 407 B |
Before Width: | Height: | Size: 383 B After Width: | Height: | Size: 383 B |
Before Width: | Height: | Size: 333 B After Width: | Height: | Size: 333 B |
Before Width: | Height: | Size: 325 B After Width: | Height: | Size: 325 B |
Before Width: | Height: | Size: 381 B After Width: | Height: | Size: 381 B |
Before Width: | Height: | Size: 399 B After Width: | Height: | Size: 399 B |
Before Width: | Height: | Size: 397 B After Width: | Height: | Size: 397 B |
Before Width: | Height: | Size: 404 B After Width: | Height: | Size: 404 B |
Before Width: | Height: | Size: 377 B After Width: | Height: | Size: 377 B |
Before Width: | Height: | Size: 428 B After Width: | Height: | Size: 428 B |
Before Width: | Height: | Size: 407 B After Width: | Height: | Size: 407 B |
Before Width: | Height: | Size: 348 B After Width: | Height: | Size: 348 B |
Before Width: | Height: | Size: 383 B After Width: | Height: | Size: 383 B |
Before Width: | Height: | Size: 373 B After Width: | Height: | Size: 373 B |
Before Width: | Height: | Size: 392 B After Width: | Height: | Size: 392 B |
Before Width: | Height: | Size: 427 B After Width: | Height: | Size: 427 B |
Before Width: | Height: | Size: 382 B After Width: | Height: | Size: 382 B |
Before Width: | Height: | Size: 245 B After Width: | Height: | Size: 245 B |
Before Width: | Height: | Size: 256 B After Width: | Height: | Size: 256 B |
Before Width: | Height: | Size: 175 B After Width: | Height: | Size: 175 B |
Before Width: | Height: | Size: 555 B After Width: | Height: | Size: 555 B |
Before Width: | Height: | Size: 415 B After Width: | Height: | Size: 415 B |
Before Width: | Height: | Size: 162 B After Width: | Height: | Size: 162 B |
Before Width: | Height: | Size: 139 B After Width: | Height: | Size: 139 B |
Before Width: | Height: | Size: 204 B After Width: | Height: | Size: 204 B |
Before Width: | Height: | Size: 232 B After Width: | Height: | Size: 232 B |