1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-28 05:34:47 +01:00

Compare commits

..

No commits in common. "073f4dc9b60f8f35c542155d7fc5f789a5a25786" and "2abc9ae2468411c54e3c505dbffc7a8695fa03e5" have entirely different histories.

11 changed files with 8 additions and 19 deletions

View File

@ -1,4 +1,4 @@
version: 11.7.{build}
version: 11.6.{build}
configuration:
- Release

View File

@ -3,7 +3,7 @@ unix:!macx:!android {
} else {
TARGET = GPXSee
}
VERSION = 11.7
VERSION = 11.6
QT += core \
gui \

View File

@ -136,15 +136,9 @@
<file alias="zoo-11.png">icons/IMG/POI/zoo-11.png</file>
<file alias="light-major.png">icons/IMG/marine/light-major.png</file>
<file alias="light-major-port.png">icons/IMG/marine/light-major-port.png</file>
<file alias="light-major-starboard.png">icons/IMG/marine/light-major-starboard.png</file>
<file alias="light-platform.png">icons/IMG/marine/light-platform.png</file>
<file alias="buoy.png">icons/IMG/marine/buoy.png</file>
<file alias="buoy-starboard.png">icons/IMG/marine/buoy-starboard.png</file>
<file alias="buoy-port.png">icons/IMG/marine/buoy-port.png</file>
<file alias="beacon.png">icons/IMG/marine/beacon.png</file>
<file alias="beacon-port.png">icons/IMG/marine/beacon-port.png</file>
<file alias="beacon-starboard.png">icons/IMG/marine/beacon-starboard.png</file>
<file alias="rock-exposed.png">icons/IMG/marine/rock-exposed.png</file>
<file alias="rock-dangerous.png">icons/IMG/marine/rock-dangerous.png</file>
<file alias="wreck.png">icons/IMG/marine/wreck.png</file>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 346 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 349 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 492 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 487 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 799 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 814 B

View File

@ -37,7 +37,7 @@ Unicode true
; The name of the installer
Name "GPXSee"
; Program version
!define VERSION "11.7"
!define VERSION "11.6"
; The file to write
OutFile "GPXSee-${VERSION}_x64.exe"

View File

@ -269,8 +269,6 @@ void Style::defaultPolygonStyle()
_polygons[0x10302] = Polygon(QBrush("#a0a0ff"));
_polygons[0x10303] = Polygon(QBrush("#b0b0ff"));
_polygons[0x10304] = Polygon(QBrush("#c0c0ff"));
_polygons[0x10305] = Polygon(QBrush("#c0d0ff"));
_polygons[0x10306] = Polygon(QBrush("#c0e0ff"));
_polygons[0x10409] = Polygon(QBrush("#ff4040", Qt::FDiagPattern));
_polygons[0x10503] = Polygon(QBrush("#ff4040", Qt::FDiagPattern));
_polygons[0x10601] = Polygon(QBrush("#aaaaaa"));
@ -280,8 +278,7 @@ void Style::defaultPolygonStyle()
_drawOrder
<< TYPE(0x4b) << 0x10d01 << 0x10104 << 0x10613 << TYPE(0x4a)
<< 0x10101 << 0x10102 << 0x10301 << 0x10302 << 0x10303
<< 0x10304 << 0x10305 << 0x10306 << 0x10105 << 0x10409
<< 0x10503 << 0x10601 << 0x1060a
<< 0x10304 << 0x10105 << 0x10409 << 0x10503 << 0x10601 << 0x1060a
<< TYPE(0x01) << 0x10800 << TYPE(0x02) << 0x10801 << TYPE(0x03) << 0x10802
<< TYPE(0x17) << 0x10a04 << TYPE(0x18) << 0x1090c << TYPE(0x1a) << 0x1090e
<< TYPE(0x28) << 0x10b01 << TYPE(0x32) << 0x10b02 << TYPE(0x3c) << 0x10b03
@ -636,8 +633,8 @@ void Style::defaultPointStyle()
_points[0x10104] = Point(QImage(":/IMG/light-major.png"));
_points[0x10105] = Point(QImage(":/IMG/light-major.png"));
_points[0x10106] = Point(QImage(":/IMG/light-major.png"));
_points[0x10107] = Point(QImage(":/IMG/light-major-port.png"));
_points[0x10108] = Point(QImage(":/IMG/light-major-starboard.png"));
_points[0x10107] = Point(QImage(":/IMG/light-major.png"));
_points[0x10108] = Point(QImage(":/IMG/light-major.png"));
_points[0x10109] = Point(QImage(":/IMG/light-major.png"));
_points[0x1010a] = Point(QImage(":/IMG/light-major.png"));
_points[0x10200] = Point(QImage(":/IMG/buoy.png"));
@ -648,8 +645,6 @@ void Style::defaultPointStyle()
_points[0x10205] = Point(QImage(":/IMG/buoy.png"));
_points[0x10206] = Point(QImage(":/IMG/beacon.png"));
_points[0x10207] = Point(QImage(":/IMG/spar-buoy.png"));
_points[0x10209] = Point(QImage(":/IMG/buoy-port.png"));
_points[0x1020a] = Point(QImage(":/IMG/buoy-starboard.png"));
_points[0x1020b] = Point(QImage(":/IMG/buoy.png"));
_points[0x1020d] = Point(QImage(":/IMG/light-platform.png"));
_points[0x1020e] = Point(QImage(":/IMG/beacon.png"));
@ -657,8 +652,8 @@ void Style::defaultPointStyle()
_points[0x10210] = Point(QImage(":/IMG/beacon.png"));
_points[0x10211] = Point(QImage(":/IMG/beacon.png"));
_points[0x10212] = Point(QImage(":/IMG/beacon.png"));
_points[0x10213] = Point(QImage(":/IMG/beacon-port.png"));
_points[0x10214] = Point(QImage(":/IMG/beacon-starboard.png"));
_points[0x10213] = Point(QImage(":/IMG/beacon.png"));
_points[0x10214] = Point(QImage(":/IMG/beacon.png"));
_points[0x10215] = Point(QImage(":/IMG/beacon.png"));
_points[0x10216] = Point(QImage(":/IMG/mooring-buoy.png"));
_points[0x10305] = Point(QImage(":/IMG/chimney.png"));