Compare commits
154 Commits
Author | SHA1 | Date | |
---|---|---|---|
cdc9e51696 | |||
975d9816f4 | |||
187a909b4f | |||
1e6a49673e | |||
3b7905fe8c | |||
f70a4536b2 | |||
b989d0e086 | |||
c3deab5369 | |||
f49e0223b2 | |||
96940c28d4 | |||
e9ebc999fd | |||
c724bf134c | |||
203f44b75a | |||
d0edd825cf | |||
e3013bf815 | |||
d4fd60b1d8 | |||
ba2347f363 | |||
93a912a34a | |||
fb779840ce | |||
dd183edd8d | |||
679bae0d67 | |||
8fb4acc4c2 | |||
6194519b18 | |||
3ce3de119b | |||
872ecdfa58 | |||
121a262ea1 | |||
06c9fbd849 | |||
aa928d96e0 | |||
004e9bfef3 | |||
34de55cf0c | |||
c0e458a437 | |||
33739acafe | |||
fe4eed8aa2 | |||
f5ca757348 | |||
476f26752f | |||
588859ca3a | |||
cc8d237786 | |||
5dde297210 | |||
d1469290cf | |||
51d4284ebe | |||
531eb256f1 | |||
79388aa753 | |||
2980299a2a | |||
796e61ada4 | |||
90473300e0 | |||
5706cdcfa1 | |||
d794ee4b22 | |||
262ee5bb5f | |||
5547cf668e | |||
dd9e42ad27 | |||
e192116191 | |||
67c8602efd | |||
a324698a67 | |||
23bf3397b8 | |||
db2d0b63e8 | |||
e7cfeb0d1a | |||
366e84c9fc | |||
3424b3e265 | |||
cb80389d74 | |||
40276e8b95 | |||
106904a763 | |||
e21d89e998 | |||
a432ff3461 | |||
201256d882 | |||
b2a34bd10f | |||
63cf4c039a | |||
ca97ca392e | |||
ec5ad67a3e | |||
569ded1e25 | |||
8e713a1f06 | |||
f07173ab22 | |||
cf6d27b1f5 | |||
fc18283172 | |||
1cd726691e | |||
24835db090 | |||
2352827d9b | |||
c5a060ed6b | |||
026cc68bf2 | |||
ec247d5d1d | |||
815cb6cb91 | |||
ca7016176f | |||
2c816a509b | |||
58e752a022 | |||
7d412a274d | |||
6bee2a46f1 | |||
eeab6a399e | |||
9e04bf0fa7 | |||
2842c6c125 | |||
bafd0b6af2 | |||
eb89ef2f2b | |||
f9822b7c78 | |||
e4feeae064 | |||
31ff81576c | |||
0d879e61a9 | |||
ba7074f902 | |||
f371500570 | |||
7324535bfc | |||
59c95e53c4 | |||
a66ca7b3a8 | |||
273a918ed9 | |||
7198d610c5 | |||
a6389f0174 | |||
d9c922aa47 | |||
0156d2fbc0 | |||
650eb1c302 | |||
33919c501c | |||
be9da5aabe | |||
f341219613 | |||
a486f9e78d | |||
b3940283a8 | |||
74aebce357 | |||
0cd6a82a0f | |||
81a5c712c6 | |||
025a403c73 | |||
a762445bce | |||
e1a87c84f3 | |||
5f47383648 | |||
7a702be012 | |||
abfb0c637a | |||
c9cedebeb0 | |||
be1c7fa4c2 | |||
2b421f3b63 | |||
80f13d7057 | |||
ab05014896 | |||
c8433f7b55 | |||
bb52003743 | |||
22ea1b0bca | |||
adb407dcf5 | |||
3b0a4a30bb | |||
792ec17a20 | |||
bd6c6ef344 | |||
dfb48d17bf | |||
362d065020 | |||
b0f4f2294a | |||
4463241e50 | |||
abc987cb0c | |||
81f0c40bec | |||
cf81e42f52 | |||
1aedc1de93 | |||
beb966c58f | |||
9eb2e38499 | |||
247eef5261 | |||
9c125a0583 | |||
bcff05c37c | |||
266a1d037e | |||
2b0989438a | |||
f8c92cf036 | |||
2fb9a59bf0 | |||
566f3185f9 | |||
62962b5de2 | |||
cb09ea0681 | |||
e5d566807a | |||
0ce2cfd13c | |||
e1532b978f |
@ -1,14 +1,14 @@
|
|||||||
version: 5.8.{build}
|
version: 5.17.{build}
|
||||||
configuration: Release
|
configuration: Release
|
||||||
platform: Any CPU
|
platform: Any CPU
|
||||||
environment:
|
environment:
|
||||||
NSISDIR: C:\Program Files (x86)\NSIS
|
NSISDIR: C:\Program Files (x86)\NSIS
|
||||||
matrix:
|
matrix:
|
||||||
- QTDIR: C:\Qt\5.9\msvc2015
|
- QTDIR: C:\Qt\5.11\msvc2015
|
||||||
PLATFORM: x86
|
PLATFORM: x86
|
||||||
NSI: gpxsee.nsi
|
NSI: gpxsee.nsi
|
||||||
OPENSSLDIR: C:\OpenSSL-Win32\bin
|
OPENSSLDIR: C:\OpenSSL-Win32\bin
|
||||||
- QTDIR: C:\Qt\5.9\msvc2015_64
|
- QTDIR: C:\Qt\5.11\msvc2015_64
|
||||||
PLATFORM: x86_amd64
|
PLATFORM: x86_amd64
|
||||||
NSI: gpxsee64.nsi
|
NSI: gpxsee64.nsi
|
||||||
OPENSSLDIR: C:\OpenSSL-Win64\bin
|
OPENSSLDIR: C:\OpenSSL-Win64\bin
|
||||||
|
10
README.md
@ -1,17 +1,17 @@
|
|||||||
# GPXSee
|
# GPXSee
|
||||||
GPXSee is a Qt-based GPS log file viewer and analyzer that supports GPX, TCX,
|
GPXSee is a Qt-based GPS log file viewer and analyzer that supports GPX, TCX,
|
||||||
KML, FIT, IGC, NMEA and OziExplorer files.
|
KML, FIT, IGC, NMEA, SLF, LOC and OziExplorer files.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
* User-definable online maps (OSM/Google tiles, WMTS, WMS).
|
* [User-definable online maps](https://github.com/tumic0/GPXSee-maps) (OSM/Google tiles, WMTS, WMS).
|
||||||
* Offline maps (OziExplorer maps, TrekBuddy maps/atlases, GeoTIFF images).
|
* Offline maps (OziExplorer maps, TrekBuddy maps/atlases, Garmin JNX maps, GeoTIFF images).
|
||||||
* Elevation, speed, heart rate, cadence, power and temperature graphs.
|
* Elevation, speed, heart rate, cadence, power, temperature and gear ratio/shifts graphs.
|
||||||
* Support for multiple tracks in one view.
|
* Support for multiple tracks in one view.
|
||||||
* Support for POI files.
|
* Support for POI files.
|
||||||
* Print/export to PDF.
|
* Print/export to PDF.
|
||||||
* Full-screen mode.
|
* Full-screen mode.
|
||||||
* Native GUI for Windows, Mac OS X and Linux.
|
* Native GUI for Windows, Mac OS X and Linux.
|
||||||
* Opens GPX, TCX, FIT, KML, IGC, NMEA, OziExplorer (PLT, RTE, WPT) and Garmin CSV files.
|
* Opens GPX, TCX, FIT, KML, IGC, NMEA, SLF, LOC, OziExplorer (PLT, RTE, WPT) and Garmin CSV files.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
55
gpxsee.pro
@ -1,12 +1,16 @@
|
|||||||
TARGET = GPXSee
|
TARGET = GPXSee
|
||||||
VERSION = 5.8
|
VERSION = 5.17
|
||||||
|
|
||||||
QT += core \
|
QT += core \
|
||||||
gui \
|
gui \
|
||||||
network
|
network
|
||||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
greaterThan(QT_MAJOR_VERSION, 4) {
|
||||||
greaterThan(QT_MAJOR_VERSION, 4): QT += printsupport
|
QT += widgets
|
||||||
lessThan(QT_VERSION, 5.4): QT += opengl
|
QT += printsupport
|
||||||
macx: QT += opengl
|
}
|
||||||
|
lessThan(QT_MAJOR_VERSION, 5) {QT += opengl}
|
||||||
|
equals(QT_MAJOR_VERSION, 5) : lessThan(QT_MINOR_VERSION, 4) {QT += opengl}
|
||||||
|
|
||||||
INCLUDEPATH += ./src
|
INCLUDEPATH += ./src
|
||||||
HEADERS += src/config.h \
|
HEADERS += src/config.h \
|
||||||
src/common/staticassert.h \
|
src/common/staticassert.h \
|
||||||
@ -15,6 +19,7 @@ HEADERS += src/config.h \
|
|||||||
src/common/rectc.h \
|
src/common/rectc.h \
|
||||||
src/common/wgs84.h \
|
src/common/wgs84.h \
|
||||||
src/common/str2int.h \
|
src/common/str2int.h \
|
||||||
|
src/common/rtree.h \
|
||||||
src/GUI/app.h \
|
src/GUI/app.h \
|
||||||
src/GUI/icons.h \
|
src/GUI/icons.h \
|
||||||
src/GUI/gui.h \
|
src/GUI/gui.h \
|
||||||
@ -48,6 +53,7 @@ HEADERS += src/config.h \
|
|||||||
src/GUI/format.h \
|
src/GUI/format.h \
|
||||||
src/GUI/cadencegraph.h \
|
src/GUI/cadencegraph.h \
|
||||||
src/GUI/powergraph.h \
|
src/GUI/powergraph.h \
|
||||||
|
src/GUI/gearratiograph.h \
|
||||||
src/GUI/optionsdialog.h \
|
src/GUI/optionsdialog.h \
|
||||||
src/GUI/colorbox.h \
|
src/GUI/colorbox.h \
|
||||||
src/GUI/stylecombobox.h \
|
src/GUI/stylecombobox.h \
|
||||||
@ -60,6 +66,7 @@ HEADERS += src/config.h \
|
|||||||
src/GUI/temperaturegraphitem.h \
|
src/GUI/temperaturegraphitem.h \
|
||||||
src/GUI/cadencegraphitem.h \
|
src/GUI/cadencegraphitem.h \
|
||||||
src/GUI/powergraphitem.h \
|
src/GUI/powergraphitem.h \
|
||||||
|
src/GUI/gearratiographitem.h \
|
||||||
src/GUI/oddspinbox.h \
|
src/GUI/oddspinbox.h \
|
||||||
src/GUI/settings.h \
|
src/GUI/settings.h \
|
||||||
src/GUI/nicenum.h \
|
src/GUI/nicenum.h \
|
||||||
@ -69,7 +76,7 @@ HEADERS += src/config.h \
|
|||||||
src/map/projection.h \
|
src/map/projection.h \
|
||||||
src/map/ellipsoid.h \
|
src/map/ellipsoid.h \
|
||||||
src/map/datum.h \
|
src/map/datum.h \
|
||||||
src/map/mercator.h \
|
src/map/webmercator.h \
|
||||||
src/map/transversemercator.h \
|
src/map/transversemercator.h \
|
||||||
src/map/latlon.h \
|
src/map/latlon.h \
|
||||||
src/map/utm.h \
|
src/map/utm.h \
|
||||||
@ -117,7 +124,6 @@ HEADERS += src/config.h \
|
|||||||
src/data/trackdata.h \
|
src/data/trackdata.h \
|
||||||
src/data/routedata.h \
|
src/data/routedata.h \
|
||||||
src/data/path.h \
|
src/data/path.h \
|
||||||
src/data/rtree.h \
|
|
||||||
src/data/gpxparser.h \
|
src/data/gpxparser.h \
|
||||||
src/data/tcxparser.h \
|
src/data/tcxparser.h \
|
||||||
src/data/csvparser.h \
|
src/data/csvparser.h \
|
||||||
@ -125,7 +131,15 @@ HEADERS += src/config.h \
|
|||||||
src/data/fitparser.h \
|
src/data/fitparser.h \
|
||||||
src/data/igcparser.h \
|
src/data/igcparser.h \
|
||||||
src/data/nmeaparser.h \
|
src/data/nmeaparser.h \
|
||||||
src/data/oziparsers.h
|
src/data/oziparsers.h \
|
||||||
|
src/map/rectd.h \
|
||||||
|
src/map/geocentric.h \
|
||||||
|
src/map/mercator.h \
|
||||||
|
src/map/jnxmap.h \
|
||||||
|
src/map/krovak.h \
|
||||||
|
src/GUI/kv.h \
|
||||||
|
src/data/locparser.h \
|
||||||
|
src/data/slfparser.h
|
||||||
SOURCES += src/main.cpp \
|
SOURCES += src/main.cpp \
|
||||||
src/common/coordinates.cpp \
|
src/common/coordinates.cpp \
|
||||||
src/common/rectc.cpp \
|
src/common/rectc.cpp \
|
||||||
@ -159,6 +173,7 @@ SOURCES += src/main.cpp \
|
|||||||
src/GUI/format.cpp \
|
src/GUI/format.cpp \
|
||||||
src/GUI/cadencegraph.cpp \
|
src/GUI/cadencegraph.cpp \
|
||||||
src/GUI/powergraph.cpp \
|
src/GUI/powergraph.cpp \
|
||||||
|
src/GUI/gearratiograph.cpp \
|
||||||
src/GUI/optionsdialog.cpp \
|
src/GUI/optionsdialog.cpp \
|
||||||
src/GUI/colorbox.cpp \
|
src/GUI/colorbox.cpp \
|
||||||
src/GUI/stylecombobox.cpp \
|
src/GUI/stylecombobox.cpp \
|
||||||
@ -170,6 +185,7 @@ SOURCES += src/main.cpp \
|
|||||||
src/GUI/temperaturegraphitem.cpp \
|
src/GUI/temperaturegraphitem.cpp \
|
||||||
src/GUI/cadencegraphitem.cpp \
|
src/GUI/cadencegraphitem.cpp \
|
||||||
src/GUI/powergraphitem.cpp \
|
src/GUI/powergraphitem.cpp \
|
||||||
|
src/GUI/gearratiographitem.cpp \
|
||||||
src/GUI/nicenum.cpp \
|
src/GUI/nicenum.cpp \
|
||||||
src/GUI/mapview.cpp \
|
src/GUI/mapview.cpp \
|
||||||
src/map/maplist.cpp \
|
src/map/maplist.cpp \
|
||||||
@ -183,7 +199,7 @@ SOURCES += src/main.cpp \
|
|||||||
src/map/matrix.cpp \
|
src/map/matrix.cpp \
|
||||||
src/map/ellipsoid.cpp \
|
src/map/ellipsoid.cpp \
|
||||||
src/map/datum.cpp \
|
src/map/datum.cpp \
|
||||||
src/map/mercator.cpp \
|
src/map/webmercator.cpp \
|
||||||
src/map/transversemercator.cpp \
|
src/map/transversemercator.cpp \
|
||||||
src/map/utm.cpp \
|
src/map/utm.cpp \
|
||||||
src/map/lambertconic.cpp \
|
src/map/lambertconic.cpp \
|
||||||
@ -219,7 +235,15 @@ SOURCES += src/main.cpp \
|
|||||||
src/data/fitparser.cpp \
|
src/data/fitparser.cpp \
|
||||||
src/data/igcparser.cpp \
|
src/data/igcparser.cpp \
|
||||||
src/data/nmeaparser.cpp \
|
src/data/nmeaparser.cpp \
|
||||||
src/data/oziparsers.cpp
|
src/data/oziparsers.cpp \
|
||||||
|
src/map/geocentric.cpp \
|
||||||
|
src/map/mercator.cpp \
|
||||||
|
src/map/jnxmap.cpp \
|
||||||
|
src/map/krovak.cpp \
|
||||||
|
src/map/map.cpp \
|
||||||
|
src/data/locparser.cpp \
|
||||||
|
src/data/slfparser.cpp
|
||||||
|
|
||||||
RESOURCES += gpxsee.qrc
|
RESOURCES += gpxsee.qrc
|
||||||
TRANSLATIONS = lang/gpxsee_cs.ts \
|
TRANSLATIONS = lang/gpxsee_cs.ts \
|
||||||
lang/gpxsee_sv.ts \
|
lang/gpxsee_sv.ts \
|
||||||
@ -228,6 +252,7 @@ TRANSLATIONS = lang/gpxsee_cs.ts \
|
|||||||
lang/gpxsee_fi.ts \
|
lang/gpxsee_fi.ts \
|
||||||
lang/gpxsee_fr.ts \
|
lang/gpxsee_fr.ts \
|
||||||
lang/gpxsee_pl.ts
|
lang/gpxsee_pl.ts
|
||||||
|
|
||||||
macx {
|
macx {
|
||||||
ICON = icons/gpxsee.icns
|
ICON = icons/gpxsee.icns
|
||||||
QMAKE_INFO_PLIST = pkg/Info.plist
|
QMAKE_INFO_PLIST = pkg/Info.plist
|
||||||
@ -252,7 +277,9 @@ macx {
|
|||||||
icons/nmea.icns \
|
icons/nmea.icns \
|
||||||
icons/plt.icns \
|
icons/plt.icns \
|
||||||
icons/rte.icns \
|
icons/rte.icns \
|
||||||
icons/wpt.icns
|
icons/wpt.icns \
|
||||||
|
icons/loc.icns \
|
||||||
|
icons/slf.icns
|
||||||
QMAKE_BUNDLE_DATA += LOCALE MAPS ICONS CSV
|
QMAKE_BUNDLE_DATA += LOCALE MAPS ICONS CSV
|
||||||
}
|
}
|
||||||
win32 {
|
win32 {
|
||||||
@ -265,6 +292,10 @@ win32 {
|
|||||||
icons/nmea.ico \
|
icons/nmea.ico \
|
||||||
icons/plt.ico \
|
icons/plt.ico \
|
||||||
icons/rte.ico \
|
icons/rte.ico \
|
||||||
icons/wpt.ico
|
icons/wpt.ico \
|
||||||
|
icons/loc.ico \
|
||||||
|
icons/slf.ico
|
||||||
|
DEFINES += _USE_MATH_DEFINES
|
||||||
}
|
}
|
||||||
|
|
||||||
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
|
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
|
||||||
|
64
gpxsee.qrc
@ -1,24 +1,44 @@
|
|||||||
<RCC>
|
<RCC>
|
||||||
<qresource prefix="/">
|
<qresource prefix="/">
|
||||||
<file>icons/dialog-close.png</file>
|
<file>icons/dialog-close.png</file>
|
||||||
<file>icons/document-open.png</file>
|
<file>icons/dialog-close@2x.png</file>
|
||||||
<file>icons/document-print.png</file>
|
<file>icons/document-open.png</file>
|
||||||
<file>icons/document-export.png</file>
|
<file>icons/document-open@2x.png</file>
|
||||||
<file>icons/flag.png</file>
|
<file>icons/document-print.png</file>
|
||||||
<file>icons/gpxsee.png</file>
|
<file>icons/document-print@2x.png</file>
|
||||||
<file>icons/application-exit.png</file>
|
<file>icons/document-export.png</file>
|
||||||
<file>icons/applications-internet.png</file>
|
<file>icons/document-export@2x.png</file>
|
||||||
<file>icons/view-refresh.png</file>
|
<file>icons/flag.png</file>
|
||||||
<file>icons/arrow-left.png</file>
|
<file>icons/flag@2x.png</file>
|
||||||
<file>icons/arrow-right.png</file>
|
<file>icons/gpxsee.png</file>
|
||||||
<file>icons/arrow-left-double.png</file>
|
<file>icons/gpxsee@2x.png</file>
|
||||||
<file>icons/arrow-right-double.png</file>
|
<file>icons/application-exit.png</file>
|
||||||
<file>icons/view-fullscreen.png</file>
|
<file>icons/application-exit@2x.png</file>
|
||||||
<file>icons/office-chart-line.png</file>
|
<file>icons/applications-internet.png</file>
|
||||||
<file>icons/preferences-desktop-display.png</file>
|
<file>icons/applications-internet@2x.png</file>
|
||||||
<file>icons/flag_48.png</file>
|
<file>icons/view-refresh.png</file>
|
||||||
<file>icons/system-run.png</file>
|
<file>icons/view-refresh@2x.png</file>
|
||||||
<file>icons/document-print-preview.png</file>
|
<file>icons/arrow-left.png</file>
|
||||||
<file>icons/view-filter.png</file>
|
<file>icons/arrow-left@2x.png</file>
|
||||||
</qresource>
|
<file>icons/arrow-right.png</file>
|
||||||
|
<file>icons/arrow-right@2x.png</file>
|
||||||
|
<file>icons/arrow-left-double.png</file>
|
||||||
|
<file>icons/arrow-left-double@2x.png</file>
|
||||||
|
<file>icons/arrow-right-double.png</file>
|
||||||
|
<file>icons/arrow-right-double@2x.png</file>
|
||||||
|
<file>icons/view-fullscreen.png</file>
|
||||||
|
<file>icons/view-fullscreen@2x.png</file>
|
||||||
|
<file>icons/office-chart-line.png</file>
|
||||||
|
<file>icons/office-chart-line@2x.png</file>
|
||||||
|
<file>icons/format-stroke-color.png</file>
|
||||||
|
<file>icons/format-stroke-color@2x.png</file>
|
||||||
|
<file>icons/flag_32.png</file>
|
||||||
|
<file>icons/flag_32@2x.png</file>
|
||||||
|
<file>icons/preferences-system.png</file>
|
||||||
|
<file>icons/preferences-system@2x.png</file>
|
||||||
|
<file>icons/document-print_32.png</file>
|
||||||
|
<file>icons/document-print_32@2x.png</file>
|
||||||
|
<file>icons/view-filter.png</file>
|
||||||
|
<file>icons/view-filter@2x.png</file>
|
||||||
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
BIN
icons/application-exit@2x.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
icons/applications-internet@2x.png
Normal file
After Width: | Height: | Size: 4.0 KiB |
BIN
icons/arrow-left-double@2x.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
icons/arrow-left@2x.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
icons/arrow-right-double@2x.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
icons/arrow-right@2x.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
icons/dialog-close@2x.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
icons/document-export@2x.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 796 B After Width: | Height: | Size: 1.1 KiB |
BIN
icons/document-open@2x.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 3.3 KiB |
BIN
icons/document-print@2x.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
icons/document-print_32.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
icons/document-print_32@2x.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
icons/fit.icns
BIN
icons/fit.ico
Before Width: | Height: | Size: 302 KiB After Width: | Height: | Size: 302 KiB |
BIN
icons/flag@2x.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
icons/flag_32.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
icons/flag_32@2x.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 7.1 KiB |
BIN
icons/format-stroke-color.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
icons/format-stroke-color@2x.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
icons/gpx.icns
BIN
icons/gpx.ico
Before Width: | Height: | Size: 305 KiB After Width: | Height: | Size: 305 KiB |
BIN
icons/gpxsee@2x.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
icons/igc.icns
BIN
icons/igc.ico
Before Width: | Height: | Size: 304 KiB After Width: | Height: | Size: 304 KiB |
BIN
icons/kml.icns
BIN
icons/kml.ico
Before Width: | Height: | Size: 304 KiB After Width: | Height: | Size: 304 KiB |
BIN
icons/loc.icns
Normal file
BIN
icons/loc.ico
Normal file
After Width: | Height: | Size: 305 KiB |
BIN
icons/nmea.icns
BIN
icons/nmea.ico
Before Width: | Height: | Size: 304 KiB After Width: | Height: | Size: 305 KiB |
BIN
icons/office-chart-line@2x.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
icons/plt.icns
BIN
icons/plt.ico
Before Width: | Height: | Size: 302 KiB After Width: | Height: | Size: 302 KiB |
Before Width: | Height: | Size: 3.3 KiB |
BIN
icons/preferences-system.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
icons/preferences-system@2x.png
Normal file
After Width: | Height: | Size: 6.1 KiB |
BIN
icons/rte.icns
BIN
icons/rte.ico
Before Width: | Height: | Size: 303 KiB After Width: | Height: | Size: 302 KiB |
11
icons/scripts/extensions
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
fit:#006600
|
||||||
|
gpx:#003399
|
||||||
|
igc:#ff3300
|
||||||
|
kml:#990000
|
||||||
|
nmea:#0083d7
|
||||||
|
plt:#66ff00
|
||||||
|
rte:#66ff00
|
||||||
|
tcx:#ffcc00
|
||||||
|
wpt:#66ff00
|
||||||
|
loc:#556677
|
||||||
|
slf:#881199
|
@ -1,9 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
EXTENSIONS="fit:#006600 gpx:#003399 igc:#ff3300 kml:#990000 nmea:#0083d7 \
|
while read e; do
|
||||||
plt:#66ff00 rte:#66ff00 tcx:#ffcc00 wpt:#66ff00"
|
|
||||||
|
|
||||||
for e in $EXTENSIONS; do
|
|
||||||
IFS=":"; set $e
|
IFS=":"; set $e
|
||||||
|
|
||||||
EXT=`echo $1 | tr /a-z/ /A-Z/`
|
EXT=`echo $1 | tr /a-z/ /A-Z/`
|
||||||
@ -25,4 +22,4 @@ for e in $EXTENSIONS; do
|
|||||||
|
|
||||||
iconutil -c icns -o $1.icns "$ICONSET"
|
iconutil -c icns -o $1.icns "$ICONSET"
|
||||||
rm -R "$ICONSET" $1.svg
|
rm -R "$ICONSET" $1.svg
|
||||||
done
|
done < extensions
|
||||||
|
@ -1,13 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
EXTENSIONS="fit:#006600 gpx:#003399 igc:#ff3300 kml:#990000 nmea:#0083d7 \
|
while read e; do
|
||||||
plt:#66ff00 rte:#66ff00 tcx:#ffcc00 wpt:#66ff00"
|
|
||||||
|
|
||||||
for e in $EXTENSIONS; do
|
|
||||||
IFS=":"; set $e
|
IFS=":"; set $e
|
||||||
|
|
||||||
EXT=`echo $1 | tr /a-z/ /A-Z/`
|
EXT=`echo $1 | tr /a-z/ /A-Z/`
|
||||||
sed -e "s/\$EXTENSION/$EXT/" -e "s/\$COLOR/$2/" icon-template.svg > $1.svg
|
sed -e "s/\$EXTENSION/$EXT/" -e "s/\$COLOR/$2/" icon-template.svg > $1.svg
|
||||||
convert -density 400 $1.svg -define icon:auto-resize $1.ico
|
convert -density 400 $1.svg -define icon:auto-resize $1.ico
|
||||||
rm $1.svg
|
rm $1.svg
|
||||||
done
|
done < extensions
|
||||||
|
@ -12,6 +12,9 @@
|
|||||||
</g>
|
</g>
|
||||||
<g transform="translate(16.573463,124.9782)">
|
<g transform="translate(16.573463,124.9782)">
|
||||||
<rect y="0" x="0" id="textrect" height="50" width="120" style="fill:$COLOR;fill-opacity:1;stroke:none;"/>
|
<rect y="0" x="0" id="textrect" height="50" width="120" style="fill:$COLOR;fill-opacity:1;stroke:none;"/>
|
||||||
<text y="28" x="60" dominant-baseline="central" text-anchor="middle" style="fill:#FFFFFF;font-size:39px;font-family:sans-serif;font-weight:bold;">$EXTENSION</text>
|
<!--
|
||||||
|
<text y="28" x="60" dominant-baseline="central" text-anchor="middle" style="fill:#FFFFFF;font-size:39px;font-family:Helvetica;font-weight:bold;">$EXTENSION</text>
|
||||||
|
-->
|
||||||
|
<text y="25" x="60" dy="0.36em" text-anchor="middle" style="fill:#FFFFFF;font-size:39px;font-family:Helvetica;font-weight:bold;">$EXTENSION</text>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.5 KiB |
BIN
icons/slf.icns
Normal file
BIN
icons/slf.ico
Normal file
After Width: | Height: | Size: 304 KiB |
Before Width: | Height: | Size: 3.1 KiB |
BIN
icons/tcx.icns
BIN
icons/tcx.ico
Before Width: | Height: | Size: 304 KiB After Width: | Height: | Size: 304 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 885 B |
BIN
icons/view-filter@2x.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
icons/view-fullscreen@2x.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
icons/view-refresh@2x.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
icons/wpt.icns
BIN
icons/wpt.ico
Before Width: | Height: | Size: 304 KiB After Width: | Height: | Size: 304 KiB |
@ -67,6 +67,38 @@
|
|||||||
<key>CFBundleTypeRole</key>
|
<key>CFBundleTypeRole</key>
|
||||||
<string>Viewer</string>
|
<string>Viewer</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>CFBundleTypeExtensions</key>
|
||||||
|
<array>
|
||||||
|
<string>loc</string>
|
||||||
|
</array>
|
||||||
|
<key>CFBundleTypeMIMETypes</key>
|
||||||
|
<array>
|
||||||
|
<string>application/loc+xml</string>
|
||||||
|
</array>
|
||||||
|
<key>CFBundleTypeIconFile</key>
|
||||||
|
<string>icons/loc.icns</string>
|
||||||
|
<key>CFBundleTypeName</key>
|
||||||
|
<string>Geocaching.com Waypoint File</string>
|
||||||
|
<key>CFBundleTypeRole</key>
|
||||||
|
<string>Viewer</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>CFBundleTypeExtensions</key>
|
||||||
|
<array>
|
||||||
|
<string>slf</string>
|
||||||
|
</array>
|
||||||
|
<key>CFBundleTypeMIMETypes</key>
|
||||||
|
<array>
|
||||||
|
<string>application/slf+xml</string>
|
||||||
|
</array>
|
||||||
|
<key>CFBundleTypeIconFile</key>
|
||||||
|
<string>icons/slf.icns</string>
|
||||||
|
<key>CFBundleTypeName</key>
|
||||||
|
<string>Sigma Log Format</string>
|
||||||
|
<key>CFBundleTypeRole</key>
|
||||||
|
<string>Viewer</string>
|
||||||
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
<key>CFBundleTypeExtensions</key>
|
<key>CFBundleTypeExtensions</key>
|
||||||
<array>
|
<array>
|
||||||
@ -230,6 +262,48 @@
|
|||||||
<string>application/vnd.google-earth.kml+xml</string>
|
<string>application/vnd.google-earth.kml+xml</string>
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>UTTypeIdentifier</key>
|
||||||
|
<string>com.geocaching.loc</string>
|
||||||
|
<key>UTTypeReferenceURL</key>
|
||||||
|
<string>https://www.geocaching.com</string>
|
||||||
|
<key>UTTypeDescription</key>
|
||||||
|
<string>Geocaching.com Waypoint File</string>
|
||||||
|
<key>UTTypeConformsTo</key>
|
||||||
|
<array>
|
||||||
|
<string>public.xml</string>
|
||||||
|
</array>
|
||||||
|
<key>UTTypeTagSpecification</key>
|
||||||
|
<dict>
|
||||||
|
<key>public.filename-extension</key>
|
||||||
|
<array>
|
||||||
|
<string>loc</string>
|
||||||
|
</array>
|
||||||
|
<key>public.mime-type</key>
|
||||||
|
<string>application/loc+xml</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>UTTypeIdentifier</key>
|
||||||
|
<string>com.sigmasport.slf</string>
|
||||||
|
<key>UTTypeReferenceURL</key>
|
||||||
|
<string>https://www.sigmasport.com</string>
|
||||||
|
<key>UTTypeDescription</key>
|
||||||
|
<string>Sigma Log Format</string>
|
||||||
|
<key>UTTypeConformsTo</key>
|
||||||
|
<array>
|
||||||
|
<string>public.xml</string>
|
||||||
|
</array>
|
||||||
|
<key>UTTypeTagSpecification</key>
|
||||||
|
<dict>
|
||||||
|
<key>public.filename-extension</key>
|
||||||
|
<array>
|
||||||
|
<string>slf</string>
|
||||||
|
</array>
|
||||||
|
<key>public.mime-type</key>
|
||||||
|
<string>application/slf+xml</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
<key>UTTypeIdentifier</key>
|
<key>UTTypeIdentifier</key>
|
||||||
<string>com.thisisant.fit</string>
|
<string>com.thisisant.fit</string>
|
||||||
|
@ -3,6 +3,7 @@ Modified Airy,7002,6377340.189,299.3249646
|
|||||||
Australian National,7003,6378160.0,298.25
|
Australian National,7003,6378160.0,298.25
|
||||||
Bessel 1841,7004,6377397.155,299.1528128
|
Bessel 1841,7004,6377397.155,299.1528128
|
||||||
Bessel 1841 (Norway),7005,6377492.0176,299.1528
|
Bessel 1841 (Norway),7005,6377492.0176,299.1528
|
||||||
|
Clarke 1858,7007,6378293.645,294.26
|
||||||
Clarke 1866,7008,6378206.4,294.9786982
|
Clarke 1866,7008,6378206.4,294.9786982
|
||||||
Clarke 1880 (Palestine),7010,6378300.789,293.466
|
Clarke 1880 (Palestine),7010,6378300.789,293.466
|
||||||
Clarke 1880 (IGN),7011,6378249.2,293.466021
|
Clarke 1880 (IGN),7011,6378249.2,293.466021
|
||||||
@ -11,9 +12,17 @@ Everest 1830 (1937 Adjustment),7015,6377276.345,300.8017
|
|||||||
Everest 1830 Modified,7018,6377304.063,300.8017
|
Everest 1830 Modified,7018,6377304.063,300.8017
|
||||||
GRS 80,7019,6378137.0,298.257222101
|
GRS 80,7019,6378137.0,298.257222101
|
||||||
Helmert 1906,7020,6378200.0,298.3
|
Helmert 1906,7020,6378200.0,298.3
|
||||||
|
Indonesian National Spheroid,7021,6378160.0,298.247
|
||||||
International 1924,7022,6378388.0,297.0
|
International 1924,7022,6378388.0,297.0
|
||||||
Krassovsky 1940,7024,6378245.0,298.3
|
Krassovsky 1940,7024,6378245.0,298.3
|
||||||
|
War Office,7029,6378300.0,296.0
|
||||||
South American 1969,7036,6378160.0,298.25
|
South American 1969,7036,6378160.0,298.25
|
||||||
WGS 72,7043,6378135.0,298.26
|
WGS 72,7043,6378135.0,298.26
|
||||||
|
Everest 1830 (1962 Definition),7044,6377301.243,300.8017255
|
||||||
|
Everest 1830 (1975 Definition),7045,6377299.151,300.8017255
|
||||||
Bessel 1841 (Namibia),7046,6377483.865,299.1528128
|
Bessel 1841 (Namibia),7046,6377483.865,299.1528128
|
||||||
|
GRS 1967 Modified,7050,6378160.0,298.25
|
||||||
|
Danish 1876,7051,6377019.27,300.0
|
||||||
Hough 1960,7053,6378270.0,297.0
|
Hough 1960,7053,6378270.0,297.0
|
||||||
|
Clarke 1880 (international foot),7055,6378306.370,293.4663077
|
||||||
|
PZ-90,7054,6378136.0,298.257839303
|
||||||
|
|
497
pkg/csv/gcs.csv
@ -1,123 +1,374 @@
|
|||||||
Adindan,4201,6201,9122,7012,8901,9603,-162,-12,206
|
HD1909,3819,1024,9122,7004,8901,9607,595.48,121.69,515.35,-4.115,2.9383,-0.853,-3.408
|
||||||
Afgooye,4205,6205,9122,7024,8901,9603,-43,-163,45
|
TWD97,3824,1026,9122,7019,8901,9603,0,0,0,,,,
|
||||||
Ain el Abd 1970,4204,6204,9122,7022,8901,9603,-150,-251,-2
|
IGRS,3889,1029,9122,7019,8901,9603,0,0,0,,,,
|
||||||
Anna 1 Astro 1965,4708,6708,9122,7003,8901,9603,-491,-22,435
|
Hermannskogel,3906,1031,9122,7004,8901,9603,653,-212,449,,,,
|
||||||
Arc 1950,4209,6209,9122,7012,8901,9603,-143,-90,-294
|
MOLDREF99,4023,1032,9122,7019,8901,9603,0,0,0,,,,
|
||||||
Arc 1960,4210,6210,9122,7012,8901,9603,-160,-8,-300
|
RGRDC 2005,4046,1033,9122,7019,8901,9603,0,0,0,,,,
|
||||||
Ascension Island 1958,4712,6712,9122,7022,8901,9603,-207,107,52
|
SREF98,4075,1034,9122,7019,8901,9603,0,0,0,,,,
|
||||||
Astro B4 Sorol Atoll,4707,6707,9122,7022,8901,9603,114,-116,-333
|
REGCAN95,4081,1035,9122,7019,8901,9603,0,0,0,,,,
|
||||||
Astro Beacon 1945,4709,6709,9122,7022,8901,9603,145,75,-272
|
GGRS 87,4121,6121,9122,7019,8901,9603,-199.87,74.79,246.62,,,,
|
||||||
Astro DOS 71/4,4710,6710,9122,7022,8901,9603,-320,550,-494
|
Finland Hayford,4123,6123,9122,7022,8901,9603,-78,-231,-97,,,,
|
||||||
Astronomic Stn 1952,4711,6711,9122,7022,8901,9603,124,-234,-25
|
RT 90,4124,6124,9122,7004,8901,9603,498,-36,568,,,,
|
||||||
Australian Geodetic 1966,4202,6202,9122,7003,8901,9603,-133,-48,148
|
Samboja,4125,6125,9108,7004,8901,9603,-404.78,685.68,45.47,,,,
|
||||||
Australian Geodetic 1984,4203,6203,9122,7003,8901,9603,-134,-48,149
|
Tete,4127,6127,9122,7008,8901,9603,-80,-100,-228,,,,
|
||||||
Australian Geocentric 1994 (GDA94),4283,6283,9122,7019,8901,9603,0,0,0
|
Observatario,4129,6129,9122,7008,8901,9603,-132,-110,-335,,,,
|
||||||
Austrian,4312,6312,9122,7004,8901,9603,594,84,471
|
Moznet,4130,6130,9122,7030,8901,9607,0,0,0,0,0,0,0
|
||||||
Bellevue (IGN),4714,6714,9122,7022,8901,9603,-127,-769,472
|
Indian 1960,4131,6131,9122,7015,8901,9603,198,881,317,,,,
|
||||||
Bermuda 1957,4216,6216,9122,7008,8901,9603,-73,213,296
|
FD58,4132,6132,9122,7012,8901,9603,-241.54,-163.64,396.06,,,,
|
||||||
Bogota Observatory,4218,6218,9122,7022,8901,9603,307,304,-318
|
EST92,4133,6133,9122,7019,8901,9607,0.055,-0.541,-0.185,-0.0183,0.0003,0.007,-0.014
|
||||||
Campo Inchauspe,4221,6221,9122,7022,8901,9603,-148,136,90
|
PSD93,4134,6134,9122,7012,8901,9606,-180.624,-225.516,173.919,-0.81,-1.898,8.336,16.71006
|
||||||
Canton Astro 1966,4716,6716,9122,7022,8901,9603,298,-304,-375
|
Old Hawaiian,4135,6135,9122,7008,8901,9603,61,-285,-181,,,,
|
||||||
Cape,4222,6222,9122,7012,8901,9603,-136,-108,-292
|
Puerto Rico,4139,6139,9122,7008,8901,9603,11,72,-101,,,,
|
||||||
Cape Canaveral,4717,6717,9122,7008,8901,9603,-2,150,181
|
NAD83(CSRS98),4140,6140,9108,7019,8901,9603,0,0,0,,,,
|
||||||
Carthage,4223,6223,9122,7012,8901,9603,-263,6,431
|
Israel 1993,4141,6141,9122,7019,8901,9603,-48,55,52,,,,
|
||||||
CH-1903,4149,6149,9122,7004,8901,9603,674.374,15.056,405.343
|
Locodjo 1965,4142,6142,9122,7012,8901,9603,-125,53,467,,,,
|
||||||
Chatham 1971,4672,6672,9122,7022,8901,9603,175,-38,113
|
Abidjan 1987,4143,6143,9122,7012,8901,9603,-124.76,53,466.79,,,,
|
||||||
Chua Astro,4224,6224,9122,7022,8901,9603,-134,229,-29
|
Kalianpur 1937,4144,6144,9122,7015,8901,9603,214,804,268,,,,
|
||||||
Corrego Alegre,4225,6225,9122,7022,8901,9603,-206,172,-6
|
Kalianpur 1962,4145,6145,9122,7044,8901,9603,283,682,231,,,,
|
||||||
Djakarta (Batavia),4211,6211,9122,7004,8901,9603,-377,681,-50
|
Kalianpur 1975,4146,6146,9122,7045,8901,9603,295,736,257,,,,
|
||||||
DOS 1968,,,9122,7022,8901,9603,230,-199,-752
|
Hanoi 1972,4147,6147,9122,7024,8901,9603,-17.51,-108.32,-62.39,,,,
|
||||||
Easter Island 1967,4719,6719,9122,7022,8901,9603,211,147,111
|
Hartebeeshoek94,4148,6148,9122,7030,8901,9603,0,0,0,,,,
|
||||||
Egypt,4199,6199,9122,7022,8901,9603,-130,-117,-151
|
CH-1903,4149,6149,9122,7004,8901,9603,674.374,15.056,405.343,,,,
|
||||||
ETRS 89,4258,6258,9122,7019,8901,9603,0,0,0
|
CH1903+,4150,6150,9122,7004,8901,9603,674.374,15.056,405.346,,,,
|
||||||
European 1950,4230,6230,9122,7022,8901,9603,-87,-98,-121
|
CHTRF95,4151,6151,9122,7019,8901,9603,0,0,0,,,,
|
||||||
European 1950 (Mean France),,,9122,7022,8901,9603,-87,-96,-120
|
NAD83(HARN),4152,6152,9122,7019,8901,9603,0,0,0,,,,
|
||||||
European 1950 (Spain and Portugal),,,9122,7022,8901,9603,-84,-107,-120
|
Rassadiran,4153,6153,9122,7022,8901,9603,-133.63,-157.5,-158.62,,,,
|
||||||
European 1979,4668,6668,9122,7022,8901,9603,-86,-98,-119
|
ED50(ED77),4154,6154,9122,7022,8901,9603,-117,-132,-164,,,,
|
||||||
Finland Hayford,4123,6123,9122,7022,8901,9603,-78,-231,-97
|
Dabola 1981,4155,6155,9122,7011,8901,9603,-83,37,124,,,,
|
||||||
Gandajika Base,4233,6233,9122,7022,8901,9603,-133,-321,50
|
S-JTSK,4156,6156,9122,7004,8901,9603,589,76,480,,,,
|
||||||
Geodetic Datum 1949,4272,6272,9122,7022,8901,9603,84,-22,209
|
Naparima 1955,4158,6158,9122,7022,8901,9603,-0.465,372.095,171.736,,,,
|
||||||
GGRS 87,4121,6121,9122,7019,8901,9603,-199.87,74.79,246.62
|
ELD79,4159,6159,9122,7022,8901,9603,-115.8543,-99.0583,-152.4616,,,,
|
||||||
Guam 1963,4675,6675,9122,7008,8901,9603,-100,-248,259
|
Pampa del Castillo,4161,6161,9122,7022,8901,9603,27.5,14,186.4,,,,
|
||||||
GUX 1 Astro,4718,6718,9122,7022,8901,9603,252,-209,-751
|
Yemen NGN96,4163,6163,9122,7030,8901,9603,0,0,0,,,,
|
||||||
Hartebeeshoek94,4148,6148,9122,7030,8901,9603,0,0,0
|
South Yemen,4164,6164,9122,7024,8901,9603,-76,-138,67,,,,
|
||||||
Hermannskogel,3906,1031,9122,7004,8901,9603,653,-212,449
|
Bissau,4165,6165,9122,7022,8901,9603,-173,253,27,,,,
|
||||||
Hjorsey 1955,4658,6658,9122,7022,8901,9603,-73,46,-86
|
Korean 1995,4166,6166,9122,7030,8901,9603,0,0,0,,,,
|
||||||
Hong Kong 1963,4739,6739,9122,7022,8901,9603,-156,-271,-189
|
NZGD2000,4167,6167,9122,7030,8901,9603,0,0,0,,,,
|
||||||
Hu-Tzu-Shan,4236,6236,9122,7022,8901,9603,-634,-549,-201
|
Accra,4168,6168,9122,7029,8901,9603,-199,32,322,,,,
|
||||||
Indian Bangladesh,4682,6682,9122,7015,8901,9603,289,734,257
|
American Samoa 1962,4169,6169,9122,7008,8901,9603,-115,118,426,,,,
|
||||||
Indian Thailand,4240,6240,9122,7015,8901,9603,214,836,303
|
SIRGAS 1995,4170,6170,9122,7019,8901,9603,0,0,0,,,,
|
||||||
Israeli,4281,6281,9122,7010,8901,9603,-235,-85,264
|
RGF93,4171,6171,9122,7019,8901,9603,0,0,0,,,,
|
||||||
Ireland 1965,4299,6299,9122,7002,8901,9603,506,-122,611
|
POSGAR,4172,6172,9108,7019,8901,9603,0,0,0,,,,
|
||||||
ISTS 073 Astro 1969,4724,6724,9122,7022,8901,9603,208,-435,-229
|
IRENET95,4173,6173,9122,7019,8901,9603,0,0,0,,,,
|
||||||
Johnston Island,4725,6725,9122,7022,8901,9603,191,-77,-204
|
Sierra Leone 1968,4175,6175,9122,7012,8901,9603,-88,4,101,,,,
|
||||||
Kandawala,4244,6244,9122,7015,8901,9603,-97,787,86
|
Australian Antarctic,4176,6176,9122,7019,8901,9603,0,0,0,,,,
|
||||||
Kerguelen Island,4698,6698,9122,7022,8901,9603,145,-187,103
|
S42 (83),4178,6178,9122,7024,8901,9603,26,-121,-78,,,,
|
||||||
Kertau 1948,4245,6245,9122,7018,8901,9603,-11,851,5
|
S42,4179,6179,9122,7024,8901,9603,28,-121,-77,,,,
|
||||||
L.C. 5 Astro,4726,6726,9122,7008,8901,9603,42,124,147
|
EST97,4180,6180,9122,7019,8901,9603,0,0,0,,,,
|
||||||
Liberia 1964,4251,6251,9122,7012,8901,9603,-90,40,88
|
Luxembourg 1930,4181,6181,9122,7022,8901,9607,-189.6806,18.3463,-42.7695,0.33746,3.09264,-2.53861,0.4598
|
||||||
Luzon Mindanao,,,9122,7008,8901,9603,-133,-79,-72
|
Observatorio 1966,4182,6182,9122,7022,8901,9603,-425,-169,81,,,,
|
||||||
Luzon Philippines,4253,6253,9122,7008,8901,9603,-133,-77,-51
|
Southwest Base,4183,6183,9122,7022,8901,9603,-104,167,-38,,,,
|
||||||
Mahe 1971,4256,6256,9122,7012,8901,9603,41,-220,-134
|
Sao Braz,4184,6184,9122,7022,8901,9603,-203,141,53,,,,
|
||||||
Marco Astro,4616,6616,9122,7022,8901,9603,-289,-124,60
|
OSNI 1952,4188,6188,9122,7001,8901,9606,482.5,-130.6,564.6,-1.042,-0.214,-0.631,8.15
|
||||||
Massawa,4262,6262,9122,7004,8901,9603,639,405,60
|
REGVEN,4189,6189,9122,7019,8901,9603,0,0,0,,,,
|
||||||
Merchich,4261,6261,9122,7012,8901,9603,31,146,47
|
POSGAR 98,4190,6190,9122,7019,8901,9603,0,0,0,,,,
|
||||||
Midway Astro 1961,4727,6727,9122,7022,8901,9603,912,-58,1227
|
Albanian 1987,4191,6191,9122,7024,8901,9607,-44.183,-0.58,-38.489,-2.3867,-2.7072,3.5196,-8.2703
|
||||||
Minna,4263,6263,9122,7012,8901,9603,-92,-93,122
|
Douala 1948,4192,6192,9122,7022,8901,9603,-206.1,-174.7,-87.7,,,,
|
||||||
NAD27 Alaska,,,9122,7008,8901,9603,-5,135,172
|
Manoca 1962,4193,6193,9122,7011,8901,9603,-70.9,-151.8,-41.4,,,,
|
||||||
NAD27 Bahamas,,,9122,7008,8901,9603,-4,154,178
|
Qornoq 1927,4194,6194,9122,7022,8901,9603,164,138,-189,,,,
|
||||||
NAD27 Canada,,,9122,7008,8901,9603,-10,158,187
|
Scoresbysund 1952,4195,6195,9122,7022,8901,9606,105,326,-102.5,0,0,0.814,-0.6
|
||||||
NAD27 Canal Zone,,,9122,7008,8901,9603,0,125,201
|
Ammassalik 1958,4196,6196,9122,7022,8901,9606,-45,417,-3.5,0,0,0.814,-0.6
|
||||||
NAD27 Caribbean,,,9122,7008,8901,9603,-3,142,183
|
Egypt,4199,6199,9122,7022,8901,9603,-130,-117,-151,,,,
|
||||||
NAD27 Central,,,9122,7008,8901,9603,0,125,194
|
Pulkovo 1995,4200,6200,9122,7024,8901,9607,24.47,-130.89,-81.56,0,0,-0.13,-0.22
|
||||||
NAD27 CONUS,4267,6267,9122,7008,8901,9603,-8,160,176
|
Adindan,4201,6201,9122,7012,8901,9603,-162,-12,206,,,,
|
||||||
NAD27 Cuba,,,9122,7008,8901,9603,-9,152,178
|
Australian Geodetic 1966,4202,6202,9122,7003,8901,9603,-133,-48,148,,,,
|
||||||
NAD27 Greenland,,,9122,7008,8901,9603,11,114,195
|
Australian Geodetic 1984,4203,6203,9122,7003,8901,9603,-134,-48,149,,,,
|
||||||
NAD27 Mexico,,,9122,7008,8901,9603,-12,130,190
|
Ain el Abd 1970,4204,6204,9122,7022,8901,9603,-150,-251,-2,,,,
|
||||||
NAD27 San Salvador,,,9122,7008,8901,9603,1,140,165
|
Afgooye,4205,6205,9122,7024,8901,9603,-43,-163,45,,,,
|
||||||
NAD83,4269,6269,9122,7019,8901,9603,0,0,0
|
Lisbon,4207,6207,9122,7022,8901,9603,-304.046,-60.576,103.64,,,,
|
||||||
Nahrwn Masirah Ilnd,,,9122,7012,8901,9603,-247,-148,369
|
Aratu,4208,6208,9122,7022,8901,9603,-151.99,287.04,-147.45,,,,
|
||||||
Nahrwn Saudi Arbia,,,9122,7012,8901,9603,-231,-196,482
|
Arc 1950,4209,6209,9122,7012,8901,9603,-143,-90,-294,,,,
|
||||||
Nahrwn United Arab,4270,6270,9122,7012,8901,9603,-249,-156,381
|
Arc 1960,4210,6210,9122,7012,8901,9603,-160,-8,-300,,,,
|
||||||
Naparima BWI,4271,6271,9122,7022,8901,9603,-2,374,172
|
Djakarta (Batavia),4211,6211,9122,7004,8901,9603,-377,681,-50,,,,
|
||||||
NGO1948,4273,6273,9122,7005,8901,9603,315,-217,528
|
Barbados 1938,4212,6212,9122,7012,8901,9603,31.95,300.99,419.19,,,,
|
||||||
NTF France,4275,6275,9122,7011,8901,9603,-168,-60,320
|
Beduaram,4213,6213,9122,7011,8901,9603,-106,-87,188,,,,
|
||||||
Norsk,4817,6817,9122,7005,8913,9603,278,93,474
|
Beijing 1954,4214,6214,9122,7024,8901,9603,15.8,-154.4,-82.3,,,,
|
||||||
NZGD1949,4272,6272,9122,7022,8901,9603,84,-22,209
|
Bermuda 1957,4216,6216,9122,7008,8901,9603,-73,213,296,,,,
|
||||||
NZGD2000,4167,6167,9122,7030,8901,9603,0,0,0
|
Bogota Observatory,4218,6218,9122,7022,8901,9603,307,304,-318,,,,
|
||||||
Observatorio 1966,4182,6182,9122,7022,8901,9603,-425,-169,81
|
Bukit Rimpah,4219,6219,9122,7004,8901,9603,-384,664,-48,,,,
|
||||||
Old Egyptian,4229,6229,9122,7020,8901,9603,-130,110,-13
|
Camacupa,4220,6220,9122,7012,8901,9603,-50.9,-347.6,-231,,,,
|
||||||
Old Hawaiian,4135,6135,9122,7008,8901,9603,61,-285,-181
|
Campo Inchauspe,4221,6221,9122,7022,8901,9603,-148,136,90,,,,
|
||||||
Oman,4232,6232,9122,7012,8901,9603,-346,-1,224
|
Cape,4222,6222,9122,7012,8901,9603,-136,-108,-292,,,,
|
||||||
Ord Srvy Grt Britn,4277,6277,9122,7001,8901,9603,375,-111,431
|
Carthage,4223,6223,9122,7012,8901,9603,-263,6,431,,,,
|
||||||
Pico De Las Nieves,4728,6728,9122,7022,8901,9603,-307,-92,127
|
Chua Astro,4224,6224,9122,7022,8901,9603,-134,229,-29,,,,
|
||||||
Pitcairn Astro 1967,4729,6729,9122,7022,8901,9603,185,165,42
|
Corrego Alegre,4225,6225,9122,7022,8901,9603,-206,172,-6,,,,
|
||||||
Potsdam Rauenberg DHDN,4314,6314,9122,7004,8901,9603,606,23,413
|
Deir ez Zor,4227,6227,9122,7011,8901,9603,-190.421,8.532,238.69,,,,
|
||||||
Prov So Amrican 1956,4248,6248,9122,7022,8901,9603,-288,175,-376
|
Old Egyptian,4229,6229,9122,7020,8901,9603,-130,110,-13,,,,
|
||||||
Prov So Chilean 1963,4254,6254,9122,7022,8901,9603,16,196,93
|
European 1950,4230,6230,9122,7022,8901,9603,-87,-98,-121,,,,
|
||||||
Puerto Rico,4139,6139,9122,7008,8901,9603,11,72,-101
|
ED87,4231,6231,9122,7022,8901,9606,-83.11,-97.38,-117.22,0.005693,-0.044698,0.044285,0.1218
|
||||||
Pulkovo 1942 (1),4284,6284,9122,7024,8901,9603,28,-130,-95
|
Oman,4232,6232,9122,7012,8901,9603,-346,-1,224,,,,
|
||||||
Pulkovo 1942 (2),,,9122,7024,8901,9603,28,-130,-95
|
Gandajika Base,4233,6233,9122,7022,8901,9603,-133,-321,50,,,,
|
||||||
Qatar National,4285,6285,9122,7022,8901,9603,-128,-283,22
|
Hu-Tzu-Shan,4236,6236,9122,7022,8901,9603,-634,-549,-201,,,,
|
||||||
Qornoq,4287,6287,9108,7022,8901,9603,164,138,-189
|
HD72,4237,6237,9122,7036,8901,9603,52.17,-71.82,-14.9,,,,
|
||||||
Reunion,4626,6626,9122,7022,8901,9603,94,-948,-1262
|
ID74,4238,6238,9122,7021,8901,9603,-24,-15,5,,,,
|
||||||
Rijksdriehoeksmeting,4289,6289,9122,7004,8901,9603,593,26,478
|
Indian 1954,4239,6239,9122,7015,8901,9603,217,823,299,,,,
|
||||||
Rome 1940,4806,6806,9122,7022,8906,9603,-225,-65,9
|
Indian Thailand,4240,6240,9122,7015,8901,9603,214,836,303,,,,
|
||||||
RT 90,4124,6124,9122,7004,8901,9603,498,-36,568
|
JAD69,4242,6242,9122,7008,8901,9603,70,207,389.5,,,,
|
||||||
S42,4179,6179,9122,7024,8901,9603,28,-121,-77
|
Kandawala,4244,6244,9122,7015,8901,9603,-97,787,86,,,,
|
||||||
S42 (83),4178,6178,9122,7024,8901,9603,26,-121,-78
|
Kertau 1948,4245,6245,9122,7018,8901,9603,-11,851,5,,,,
|
||||||
Santo (DOS),4730,6730,9122,7022,8901,9603,170,42,84
|
KOC,4246,6246,9122,7012,8901,9603,-294.7,-200.1,525.5,,,,
|
||||||
Sao Braz,4184,6184,9122,7022,8901,9603,-203,141,53
|
La Canoa,4247,6247,9122,7022,8901,9603,-273.5,110.6,-357.9,,,,
|
||||||
Sapper Hill 1943,4292,6292,9122,7022,8901,9603,-355,16,74
|
Prov So Amrican 1956,4248,6248,9122,7022,8901,9603,-288,175,-376,,,,
|
||||||
Schwarzeck,4293,6293,9122,7046,8901,9603,616,97,-251
|
Leigon,4250,6250,9122,7012,8901,9603,-130,29,364,,,,
|
||||||
South American 1969,4291,6291,9108,7036,8901,9603,-57,1,-41
|
Liberia 1964,4251,6251,9122,7012,8901,9603,-90,40,88,,,,
|
||||||
Southeast Base,4615,6615,9122,7022,8901,9603,-499,-249,314
|
Luzon Philippines,4253,6253,9122,7008,8901,9603,-133,-77,-51,,,,
|
||||||
Southwest Base,4183,6183,9122,7022,8901,9603,-104,167,-38
|
Prov So Chilean 1963,4254,6254,9122,7022,8901,9603,16,196,93,,,,
|
||||||
Timbalai 1948,4298,6298,9122,7015,8901,9603,-689,691,-46
|
Herat North,4255,6255,9122,7022,8901,9603,-333,-222,114,,,,
|
||||||
Tokyo,4301,6301,9122,7004,8901,9603,-128,481,664
|
Mahe 1971,4256,6256,9122,7012,8901,9603,41,-220,-134,,,,
|
||||||
Tristan Astro 1968,4734,6734,9122,7022,8901,9603,-632,438,-609
|
Makassar,4257,6257,9122,7004,8901,9603,-587.8,519.75,145.76,,,,
|
||||||
Viti Levu 1916,4731,6731,9122,7012,8901,9603,51,391,-36
|
ETRS 89,4258,6258,9122,7019,8901,9603,0,0,0,,,,
|
||||||
Wake-Eniwetok 1960,4732,6732,9122,7053,8901,9603,101,52,-39
|
Malongo 1987,4259,6259,9122,7022,8901,9603,-254.1,-5.36,-100.29,,,,
|
||||||
WGS 72,4322,6322,9122,7043,8901,9603,0,0,5
|
Manoca,4260,6260,9108,7012,8901,9603,-70.9,-151.8,-41.4,,,,
|
||||||
Yacare,4309,6309,9122,7022,8901,9603,-155,171,37
|
Merchich,4261,6261,9122,7012,8901,9603,31,146,47,,,,
|
||||||
Zanderij,4311,6311,9122,7022,8901,9603,-265,120,-358
|
Massawa,4262,6262,9122,7004,8901,9603,639,405,60,,,,
|
||||||
|
Minna,4263,6263,9122,7012,8901,9603,-92,-93,122,,,,
|
||||||
|
Mhast,4264,6264,9122,7022,8901,9603,-252.95,-4.11,-96.38,,,,
|
||||||
|
Monte Mario,4265,6265,9122,7022,8901,9606,-104.1,-49.1,-9.9,0.971,-2.917,0.714,-11.68
|
||||||
|
M'poraloko,4266,6266,9122,7011,8901,9603,-74,-130,42,,,,
|
||||||
|
NAD27 CONUS,4267,6267,9122,7008,8901,9603,-8,160,176,,,,
|
||||||
|
NAD83,4269,6269,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
Nahrwn United Arab,4270,6270,9122,7012,8901,9603,-249,-156,381,,,,
|
||||||
|
Naparima BWI,4271,6271,9122,7022,8901,9603,-2,374,172,,,,
|
||||||
|
Geodetic Datum 1949,4272,6272,9122,7022,8901,9603,84,-22,209,,,,
|
||||||
|
NZGD1949,4272,6272,9122,7022,8901,9603,84,-22,209,,,,
|
||||||
|
NGO1948,4273,6273,9122,7005,8901,9603,315,-217,528,,,,
|
||||||
|
Datum 73,4274,6274,9122,7022,8901,9603,-223.237,110.193,36.649,,,,
|
||||||
|
NTF France,4275,6275,9122,7011,8901,9603,-168,-60,320,,,,
|
||||||
|
Ord Srvy Grt Britn,4277,6277,9122,7001,8901,9603,375,-111,431,,,,
|
||||||
|
Israeli,4281,6281,9122,7010,8901,9603,-235,-85,264,,,,
|
||||||
|
Pointe Noire,4282,6282,9122,7011,8901,9603,-148,51,-291,,,,
|
||||||
|
Australian Geocentric 1994 (GDA94),4283,6283,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
Pulkovo 1942 (1),4284,6284,9122,7024,8901,9603,28,-130,-95,,,,
|
||||||
|
Qatar National,4285,6285,9122,7022,8901,9603,-128,-283,22,,,,
|
||||||
|
Qornoq,4287,6287,9108,7022,8901,9603,164,138,-189,,,,
|
||||||
|
Rijksdriehoeksmeting,4289,6289,9122,7004,8901,9603,593,26,478,,,,
|
||||||
|
South American 1969,4291,6291,9108,7036,8901,9603,-57,1,-41,,,,
|
||||||
|
Sapper Hill 1943,4292,6292,9122,7022,8901,9603,-355,16,74,,,,
|
||||||
|
Schwarzeck,4293,6293,9122,7046,8901,9603,616,97,-251,,,,
|
||||||
|
Segora,4294,6294,9108,7004,8901,9603,-403,684,41,,,,
|
||||||
|
Tananarive,4297,6297,9122,7022,8901,9603,-189,-242,-91,,,,
|
||||||
|
Timbalai 1948,4298,6298,9122,7015,8901,9603,-689,691,-46,,,,
|
||||||
|
Ireland 1965,4299,6299,9122,7002,8901,9603,506,-122,611,,,,
|
||||||
|
TM75,4300,6300,9122,7002,8901,9606,482.5,-130.6,564.6,-1.042,-0.214,-0.631,8.15
|
||||||
|
Tokyo,4301,6301,9122,7004,8901,9603,-128,481,664,,,,
|
||||||
|
Trinidad 1903,4302,6302,9122,7007,8901,9603,-61.702,284.488,472.052,,,,
|
||||||
|
Voirol 1875,4304,6304,9122,7011,8901,9603,-73,-247,227,,,,
|
||||||
|
Nord Sahara 1959,4307,6307,9122,7012,8901,9606,-209.3622,-87.8162,404.6198,0.0046,3.4784,0.5805,-1.4547
|
||||||
|
Yacare,4309,6309,9122,7022,8901,9603,-155,171,37,,,,
|
||||||
|
Yoff,4310,6310,9122,7011,8901,9603,-30,190,89,,,,
|
||||||
|
Zanderij,4311,6311,9122,7022,8901,9603,-265,120,-358,,,,
|
||||||
|
Austrian,4312,6312,9122,7004,8901,9603,594,84,471,,,,
|
||||||
|
Belge 1972,4313,6313,9122,7022,8901,9607,-106.8686,52.2978,-103.7239,-0.3366,0.457,-1.8422,-1.2747
|
||||||
|
Potsdam Rauenberg DHDN,4314,6314,9122,7004,8901,9603,606,23,413,,,,
|
||||||
|
Conakry 1905,4315,6315,9122,7011,8901,9603,-23,259,-9,,,,
|
||||||
|
Dealul Piscului 1930,4316,6316,9122,7022,8901,9603,103.25,-100.4,-307.19,,,,
|
||||||
|
Dealul Piscului 1970,4317,6317,9122,7024,8901,9603,28,-121,-77,,,,
|
||||||
|
NGN,4318,6318,9122,7030,8901,9603,-3.2,-5.7,2.8,,,,
|
||||||
|
KUDAMS,4319,6319,9122,7019,8901,9603,-20.8,11.3,2.4,,,,
|
||||||
|
WGS 72,4322,6322,9122,7043,8901,9603,0,0,5,,,,
|
||||||
|
WGS 72BE,4324,6324,9122,7043,8901,9606,0,0,1.9,0,0,0.814,-0.38
|
||||||
|
RGSPM06,4463,1038,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
RGM04,4470,1036,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
Cadastre 1997,4475,1037,9122,7022,8901,9603,-381.788,-57.501,-256.673,,,,
|
||||||
|
Mexico ITRF92,4483,1042,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
RRAF 1991,4558,1047,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
Antigua 1943,4601,6601,9122,7012,8901,9603,-255,-15,71,,,,
|
||||||
|
Dominica 1945,4602,6602,9122,7012,8901,9603,725,685,536,,,,
|
||||||
|
Grenada 1953,4603,6603,9122,7012,8901,9603,72,213.7,93,,,,
|
||||||
|
Montserrat 1958,4604,6604,9122,7012,8901,9603,174,359,365,,,,
|
||||||
|
St. Kitts 1955,4605,6605,9122,7012,8901,9603,9,183,236,,,,
|
||||||
|
St. Lucia 1955,4606,6606,9122,7012,8901,9603,-149,128,296,,,,
|
||||||
|
St. Vincent 1945,4607,6607,9122,7012,8901,9603,195.671,332.517,274.607,,,,
|
||||||
|
Hong Kong 1980,4611,6611,9122,7022,8901,9606,-162.619,-276.959,-161.764,0.067753,-2.243649,-1.158827,-1.094246
|
||||||
|
JGD2000,4612,6612,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
Segara,4613,6613,9122,7004,8901,9603,-403,684,41,,,,
|
||||||
|
QND95,4614,6614,9122,7022,8901,9606,-119.4248,-303.65872,-11.00061,1.164298,0.174458,1.096259,3.657065
|
||||||
|
Southeast Base,4615,6615,9122,7022,8901,9603,-499,-249,314,,,,
|
||||||
|
Marco Astro,4616,6616,9122,7022,8901,9603,-289,-124,60,,,,
|
||||||
|
NAD83(CSRS),4617,6140,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
SAD69,4618,6618,9122,7050,8901,9603,-66.87,4.37,-38.52,,,,
|
||||||
|
SWEREF99,4619,6619,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
Point 58,4620,6620,9122,7012,8901,9603,-106,-129,165,,,,
|
||||||
|
Fort Marigot,4621,6621,9122,7022,8901,9603,137,248,-430,,,,
|
||||||
|
Guadeloupe 1948,4622,6622,9122,7022,8901,9603,-467,-16,-300,,,,
|
||||||
|
CSG67,4623,6623,9122,7022,8901,9603,-186,230,110,,,,
|
||||||
|
RGFG95,4624,6624,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
Martinique 1938,4625,6625,9122,7022,8901,9603,186,482,151,,,,
|
||||||
|
Reunion,4626,6626,9122,7022,8901,9603,94,-948,-1262,,,,
|
||||||
|
RGR92,4627,6627,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
Tahiti 52,4628,6628,9122,7022,8901,9603,162,117,154,,,,
|
||||||
|
Tahaa 54,4629,6629,9122,7022,8901,9607,72.438,345.918,79.486,-1.6045,-0.8823,-0.5565,1.3746
|
||||||
|
IGN72 Nuku Hiva,4630,6630,9122,7022,8901,9603,84,274,65,,,,
|
||||||
|
K0 1949,4631,6631,9122,7022,8901,9603,145,-187,103,,,,
|
||||||
|
Combani 1950,4632,6632,9122,7022,8901,9603,-382,-59,-262,,,,
|
||||||
|
IGN56 Lifou,4633,6633,9122,7022,8901,9603,335.47,222.58,-230.94,,,,
|
||||||
|
IGN72 Grand Terre,4634,6634,9108,7022,8901,9603,-13,-348,292,,,,
|
||||||
|
ST87 Ouvea,4635,6635,9122,7022,8901,9606,-122.383,-188.696,103.344,3.5107,-4.9668,-5.7047,4.4798
|
||||||
|
Petrels 1972,4636,6636,9122,7022,8901,9603,365,194,166,,,,
|
||||||
|
Perroud 1950,4637,6637,9122,7022,8901,9603,325,154,172,,,,
|
||||||
|
Saint Pierre et Miquelon 1950,4638,6638,9122,7008,8901,9603,30,430,368,,,,
|
||||||
|
MOP78,4639,6639,9122,7022,8901,9603,253,-132,-127,,,,
|
||||||
|
RRAF 1991,4640,6640,9122,7030,8901,9603,0,0,0,,,,
|
||||||
|
IGN53 Mare,4641,6641,9122,7022,8901,9603,287.58,177.78,-135.41,,,,
|
||||||
|
ST84 Ile des Pins,4642,6642,9122,7022,8901,9603,-13,-348,292,,,,
|
||||||
|
ST71 Belep,4643,6643,9122,7022,8901,9606,-480.26,-438.32,-643.429,16.3119,20.1721,-4.0349,-111.7002
|
||||||
|
NEA74 Noumea,4644,6644,9122,7022,8901,9603,-10.18,-350.43,291.37,,,,
|
||||||
|
RGNC 1991,4645,6645,9122,7022,8901,9603,0,0,0,,,,
|
||||||
|
Grand Comoros,4646,6646,9122,7022,8901,9603,-963,510,-359,,,,
|
||||||
|
Reykjavik 1900,4657,6657,9122,7051,8901,9603,-28,199,5,,,,
|
||||||
|
Hjorsey 1955,4658,6658,9122,7022,8901,9603,-73,46,-86,,,,
|
||||||
|
ISN93,4659,6659,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
Helle 1954,4660,6660,9122,7022,8901,9606,982.6087,552.753,-540.873,6.6816266,-31.6114924,-19.84816,16.805
|
||||||
|
LKS92,4661,6661,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
IGN72 Grande Terre,4662,6634,9122,7022,8901,9603,-11.64,-348.6,291.98,,,,
|
||||||
|
Porto Santo 1995,4663,6663,9122,7022,8901,9603,-502.862,-247.438,312.724,,,,
|
||||||
|
Azores Oriental 1995,4664,6664,9122,7022,8901,9603,-204.619,140.176,55.226,,,,
|
||||||
|
Azores Central 1995,4665,6665,9122,7022,8901,9603,-106.226,166.366,-37.893,,,,
|
||||||
|
Lisbon 1890,4666,6666,9122,7004,8901,9603,508.088,-191.042,565.223,,,,
|
||||||
|
IKBD-92,4667,6667,9122,7030,8901,9603,0,0,0,,,,
|
||||||
|
European 1979,4668,6668,9122,7022,8901,9603,-86,-98,-119,,,,
|
||||||
|
LKS94,4669,6126,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
IGM95,4670,6670,9122,7030,8901,9603,0,0,0,,,,
|
||||||
|
Chatham 1971,4672,6672,9122,7022,8901,9603,175,-38,113,,,,
|
||||||
|
Chatham Islands 1979,4673,6673,9122,7022,8901,9607,174.05,-25.49,112.57,0,0,-0.554,0.2263
|
||||||
|
SIRGAS 2000,4674,6674,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
Guam 1963,4675,6675,9122,7008,8901,9603,-100,-248,259,,,,
|
||||||
|
Lao 1997,4678,6678,9122,7024,8901,9603,44.585,-131.212,-39.544,,,,
|
||||||
|
Jouik 1961,4679,6679,9122,7012,8901,9603,-80.01,253.26,291.19,,,,
|
||||||
|
Nouakchott 1965,4680,6680,9122,7012,8901,9603,124.5,-63.5,-281,,,,
|
||||||
|
Indian Bangladesh,4682,6682,9122,7015,8901,9603,289,734,257,,,,
|
||||||
|
PRS92,4683,6683,9122,7008,8901,9607,-127.62,-67.24,-47.04,3.068,-4.903,-1.578,-1.06
|
||||||
|
Gan 1970,4684,6684,9122,7022,8901,9603,-133,-321,50,,,,
|
||||||
|
MAGNA-SIRGAS,4686,6686,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
RGPF,4687,6687,9122,7019,8901,9607,0.072,-0.507,-0.245,0.0183,-0.0003,0.007,-0.0093
|
||||||
|
Fatu Iva 72,4688,6688,9122,7022,8901,9607,347.103,1078.125,2623.922,33.8875,-70.6773,9.3943,186.074
|
||||||
|
IGN63 Hiva Oa,4689,6689,9122,7022,8901,9607,410.721,55.049,80.746,-2.5779,-2.3514,-0.6664,17.3311
|
||||||
|
Tahiti 79,4690,6690,9122,7022,8901,9607,221.525,152.948,176.768,2.3847,1.3896,0.877,11.4741
|
||||||
|
Moorea 87,4691,6691,9122,7022,8901,9607,215.525,149.593,176.229,3.2624,1.692,1.1571,10.4773
|
||||||
|
Maupiti 83,4692,6692,9122,7022,8901,9603,217.037,86.959,23.956,,,,
|
||||||
|
Nakhl-e Ghanem,4693,6693,9122,7030,8901,9603,0,-0.15,0.68,,,,
|
||||||
|
POSGAR 94,4694,6694,9122,7030,8901,9603,0,0,0,,,,
|
||||||
|
Katanga 1955,4695,6695,9122,7008,8901,9603,-103.746,-9.614,-255.95,,,,
|
||||||
|
Kerguelen Island,4698,6698,9122,7022,8901,9603,145,-187,103,,,,
|
||||||
|
Le Pouce 1934,4699,6699,9122,7012,8901,9603,-770.1,158.4,-498.2,,,,
|
||||||
|
IGCB 1955,4701,6701,9122,7012,8901,9603,-79.9,-158,-168.9,,,,
|
||||||
|
Mauritania 1999,4702,6702,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
Egypt Gulf of Suez S-650 TL,4706,6706,9122,7020,8901,9603,-146.21,112.63,4.05,,,,
|
||||||
|
Astro B4 Sorol Atoll,4707,6707,9122,7022,8901,9603,114,-116,-333,,,,
|
||||||
|
Anna 1 Astro 1965,4708,6708,9122,7003,8901,9603,-491,-22,435,,,,
|
||||||
|
Astro Beacon 1945,4709,6709,9122,7022,8901,9603,145,75,-272,,,,
|
||||||
|
Astro DOS 71/4,4710,6710,9122,7022,8901,9603,-320,550,-494,,,,
|
||||||
|
Astronomic Stn 1952,4711,6711,9122,7022,8901,9603,124,-234,-25,,,,
|
||||||
|
Ascension Island 1958,4712,6712,9122,7022,8901,9603,-207,107,52,,,,
|
||||||
|
Ayabelle Lighthouse,4713,6713,9122,7012,8901,9603,-77,-128,142,,,,
|
||||||
|
Bellevue (IGN),4714,6714,9122,7022,8901,9603,-127,-769,472,,,,
|
||||||
|
Camp Area Astro,4715,6715,9122,7022,8901,9603,-104,-129,239,,,,
|
||||||
|
Canton Astro 1966,4716,6716,9122,7022,8901,9603,298,-304,-375,,,,
|
||||||
|
Cape Canaveral,4717,6717,9122,7008,8901,9603,-2,150,181,,,,
|
||||||
|
GUX 1 Astro,4718,6718,9122,7022,8901,9603,252,-209,-751,,,,
|
||||||
|
Easter Island 1967,4719,6719,9122,7022,8901,9603,211,147,111,,,,
|
||||||
|
Fiji 1986,4720,6720,9122,7043,8901,9606,0,0,4.5,0,0,0.554,0.2263
|
||||||
|
Fiji 1956,4721,6721,9122,7022,8901,9603,265.025,384.929,-194.046,,,,
|
||||||
|
South Georgia 1968,4722,6722,9122,7022,8901,9603,-794,119,-298,,,,
|
||||||
|
GCGD59,4723,6723,9122,7008,8901,9607,-179.483,-69.379,-27.584,7.862,-8.163,-6.042,-13.925
|
||||||
|
ISTS 073 Astro 1969,4724,6724,9122,7022,8901,9603,208,-435,-229,,,,
|
||||||
|
Johnston Island,4725,6725,9122,7022,8901,9603,191,-77,-204,,,,
|
||||||
|
L.C. 5 Astro,4726,6726,9122,7008,8901,9603,42,124,147,,,,
|
||||||
|
Midway Astro 1961,4727,6727,9122,7022,8901,9603,912,-58,1227,,,,
|
||||||
|
Pico De Las Nieves,4728,6728,9122,7022,8901,9603,-307,-92,127,,,,
|
||||||
|
Pitcairn Astro 1967,4729,6729,9122,7022,8901,9603,185,165,42,,,,
|
||||||
|
Santo (DOS),4730,6730,9122,7022,8901,9603,170,42,84,,,,
|
||||||
|
Viti Levu 1916,4731,6731,9122,7012,8901,9603,51,391,-36,,,,
|
||||||
|
Wake-Eniwetok 1960,4732,6732,9122,7053,8901,9603,101,52,-39,,,,
|
||||||
|
Wake Island 1952,4733,6733,9122,7022,8901,9603,276,-57,149,,,,
|
||||||
|
Tristan Astro 1968,4734,6734,9122,7022,8901,9603,-632,438,-609,,,,
|
||||||
|
Kusaie 1951,4735,6735,9122,7022,8901,9603,647,1777,-1124,,,,
|
||||||
|
Deception Island,4736,6736,9122,7012,8901,9603,260,12,-147,,,,
|
||||||
|
Korea 2000,4737,6737,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
Hong Kong 1963,4739,6739,9122,7022,8901,9603,-156,-271,-189,,,,
|
||||||
|
PZ-90,4740,6740,9122,7054,8901,9607,0,0,1.5,0,0,-0.076,0
|
||||||
|
Karbala 1979,4743,6743,9122,7012,8901,9603,70.995,-335.916,262.898,,,,
|
||||||
|
Nahrwan 1934,4744,6744,9122,7012,8901,9603,-242.2,-144.9,370.3,,,,
|
||||||
|
GR96,4747,6747,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
Vanua Levu 1915,4748,6748,9122,7055,8901,9603,51,391,-36,,,,
|
||||||
|
RGNC91-93,4749,6749,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
ST87 Ouvea,4750,6750,9122,7030,8901,9603,-56.263,16.136,-22.856,,,,
|
||||||
|
Viti Levu 1912,4752,6752,9122,7055,8901,9603,98,390,-22,,,,
|
||||||
|
LGD2006,4754,6754,9122,7022,8901,9603,-208.4058,-109.8777,-2.5764,,,,
|
||||||
|
DGN95,4755,6755,9122,7030,8901,9603,0,0,0,,,,
|
||||||
|
VN-2000,4756,6756,9122,7030,8901,9607,-191.90441429,-39.30318279,-111.45032835,-0.00928836,0.01975479,-0.00427372,0.252906278
|
||||||
|
JAD2001,4758,6758,9122,7030,8901,9603,0,0,0,,,,
|
||||||
|
NAD83(NSRS2007),4759,6759,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
HTRS96,4761,6761,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
BDA2000,4762,6762,9122,7030,8901,9603,0,0,0,,,,
|
||||||
|
Pitcairn 2006,4763,6763,9122,7030,8901,9603,0,0,0,,,,
|
||||||
|
RSRGD2000,4764,6764,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
Slovenia 1996,4765,6765,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
Bern 1898 (Bern),4801,6801,9122,7004,8907,9603,674.374,15.056,405.346,,,,
|
||||||
|
Bogota 1975 (Bogota),4802,6802,9122,7022,8904,9603,307,304,-318,,,,
|
||||||
|
Lisbon (Lisbon),4803,6803,9122,7022,8902,9603,-304.046,-60.576,103.64,,,,
|
||||||
|
Makassar (Jakarta),4804,6804,9122,7004,8908,9603,-587.8,519.75,145.76,,,,
|
||||||
|
MGI (Ferro),4805,6805,9122,7004,8909,9603,682,-203,480,,,,
|
||||||
|
Rome 1940,4806,6806,9122,7022,8906,9603,-225,-65,9,,,,
|
||||||
|
NTF (Paris),4807,6807,9105,7011,8903,9603,-168,-60,320,,,,
|
||||||
|
Tananarive (Paris),4810,6810,9105,7022,8903,9603,-189,-242,-91,,,,
|
||||||
|
Voirol 1875 (Paris),4811,6811,9105,7011,8903,9603,-73,-247,227,,,,
|
||||||
|
Batavia (Jakarta),4813,6813,9122,7004,8908,9603,-377,681,-50,,,,
|
||||||
|
Carthage (Paris),4816,6816,9105,7011,8903,9603,-263,6,431,,,,
|
||||||
|
Norsk,4817,6817,9122,7005,8913,9603,278,93,474,,,,
|
||||||
|
S-JTSK (Ferro),4818,6818,9122,7004,8909,9603,589,76,480,,,,
|
||||||
|
Nord Sahara 1959 (Paris),4819,6819,9105,7012,8903,9606,-209.3622,-87.8162,404.6198,0.0046,3.4784,0.5805,-1.4547
|
||||||
|
Segara (Jakarta),4820,6820,9122,7004,8908,9603,-403,684,41,,,,
|
||||||
|
Lisbon 1890 (Lisbon),4904,6904,9122,7004,8902,9603,508.088,-191.042,565.223,,,,
|
||||||
|
PTRA08,5013,1041,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
S-JTSK/05,5228,1052,9122,7004,8901,9607,572.213,85.334,461.94,-4.9732,-1.529,-5.2484,3.5378
|
||||||
|
S-JTSK/05 (Ferro),5229,1055,9122,7004,8909,9607,572.213,85.334,461.94,-4.9732,-1.529,-5.2484,3.5378
|
||||||
|
SLD99,5233,1053,9122,7015,8901,9607,-0.293,766.95,87.713,-0.195704,-1.695068,-3.473016,-0.039338
|
||||||
|
GDBD2009,5246,1056,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
TUREF,5252,1057,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
DRUKREF 03,5264,1058,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
ISN2004,5324,1060,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
POSGAR 2007,5340,1062,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
MARGEN,5354,1063,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
SIRGAS-Chile,5360,1064,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
CR05,5365,1065,9122,7030,8901,9603,0,0,0,,,,
|
||||||
|
MACARIO SOLIS,5371,1066,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
Peru96,5373,1067,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
SIRGAS-ROU98,5381,1068,9122,7030,8901,9603,0,0,0,,,,
|
||||||
|
SIRGAS_ES2007.8,5393,1069,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
Ocotepeque 1935,5451,1070,9122,7008,8901,9603,205,96,-98,,,,
|
||||||
|
RGAF09,5489,1073,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
SAD69(96),5527,1075,9122,7050,8901,9603,-67.35,3.88,-38.22,,,,
|
||||||
|
PNG94,5546,1076,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
UCS-2000,5561,1077,9122,7024,8901,9607,25,-141,-78.5,0,-0.35,-0.736,0
|
||||||
|
FEH2010,5593,1078,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
CIGD11,6135,1100,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
Nepal 1981,6207,1111,9122,7015,8901,9603,293.17,726.18,245.36,,,,
|
||||||
|
CGRS93,6311,1112,9122,7030,8901,9607,8.846,-4.394,-1.122,0.00237,0.146528,-0.130428,0.783926
|
||||||
|
Mexico ITRF2008,6365,1120,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
RDN2008,6706,1132,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
Aden 1925,6881,1135,9122,7012,8901,9603,-24,-203,268,,,,
|
||||||
|
Bekaa Valley 1920,6882,1137,9122,7012,8901,9603,-183,-15,273,,,,
|
||||||
|
Bioko,6883,1136,9122,7022,8901,9603,-235,-110,393,,,,
|
||||||
|
South East Island 1943,6892,1138,9122,7012,8901,9603,-43.685,-179.785,-267.721,,,,
|
||||||
|
Gambia,6894,1139,9122,7012,8901,9603,-63,176,185,,,,
|
||||||
|
ONGD14,7373,1147,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
St. Helena Tritan,7881,1173,9122,7030,8901,9603,-0.077,0.079,0.086,,,,
|
||||||
|
SHGD2015,7886,1174,9122,7019,8901,9603,0,0,0,,,,
|
||||||
|
DOS 1968,,,9122,7022,8901,9603,230,-199,-752,,,,
|
||||||
|
European 1950 (Mean France),,,9122,7022,8901,9603,-87,-96,-120,,,,
|
||||||
|
European 1950 (Spain and Portugal),,,9122,7022,8901,9603,-84,-107,-120,,,,
|
||||||
|
Luzon Mindanao,,,9122,7008,8901,9603,-133,-79,-72,,,,
|
||||||
|
NAD27 Alaska,,,9122,7008,8901,9603,-5,135,172,,,,
|
||||||
|
NAD27 Bahamas,,,9122,7008,8901,9603,-4,154,178,,,,
|
||||||
|
NAD27 Canada,,,9122,7008,8901,9603,-10,158,187,,,,
|
||||||
|
NAD27 Canal Zone,,,9122,7008,8901,9603,0,125,201,,,,
|
||||||
|
NAD27 Caribbean,,,9122,7008,8901,9603,-3,142,183,,,,
|
||||||
|
NAD27 Central,,,9122,7008,8901,9603,0,125,194,,,,
|
||||||
|
NAD27 Cuba,,,9122,7008,8901,9603,-9,152,178,,,,
|
||||||
|
NAD27 Greenland,,,9122,7008,8901,9603,11,114,195,,,,
|
||||||
|
NAD27 Mexico,,,9122,7008,8901,9603,-12,130,190,,,,
|
||||||
|
NAD27 San Salvador,,,9122,7008,8901,9603,1,140,165,,,,
|
||||||
|
Nahrwn Masirah Ilnd,,,9122,7012,8901,9603,-247,-148,369,,,,
|
||||||
|
Nahrwn Saudi Arbia,,,9122,7012,8901,9603,-231,-196,482,,,,
|
||||||
|
Pulkovo 1942 (2),,,9122,7024,8901,9603,28,-130,-95,,,,
|
||||||
|
|
1896
pkg/csv/pcs.csv
@ -3,6 +3,7 @@ Name=GPXSee
|
|||||||
Comment=GPS log file viewer and analyzer
|
Comment=GPS log file viewer and analyzer
|
||||||
Comment[cz]=Prohlížeč a analyzátor GPS logů
|
Comment[cz]=Prohlížeč a analyzátor GPS logů
|
||||||
Comment[fi]=Ohjelma GPS-lokien katseluun ja analysointiin
|
Comment[fi]=Ohjelma GPS-lokien katseluun ja analysointiin
|
||||||
|
Comment[pl]=Przeglądarka i analizator plików dziennika GPS
|
||||||
Comment[ru]=Программа для просмотра и анализа GPS логов
|
Comment[ru]=Программа для просмотра и анализа GPS логов
|
||||||
Comment[sv]=GPS-loggfilsläsare och analysator
|
Comment[sv]=GPS-loggfilsläsare och analysator
|
||||||
Exec=gpxsee %F
|
Exec=gpxsee %F
|
||||||
@ -10,4 +11,4 @@ Icon=gpxsee
|
|||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Graphics;Viewer;Maps;Qt;
|
Categories=Graphics;Viewer;Maps;Qt;
|
||||||
MimeType=application/gpx+xml;application/tcx+xml;application/vnd.ant.fit;application/vnd.google-earth.kml+xml;application/vnd.fai.igc;application/vnd.nmea.nmea;application/vnd.oziexplorer.plt;application/vnd.oziexplorer.rte;application/vnd.oziexplorer.wpt;
|
MimeType=application/gpx+xml;application/tcx+xml;application/vnd.ant.fit;application/vnd.google-earth.kml+xml;application/vnd.fai.igc;application/vnd.nmea.nmea;application/vnd.oziexplorer.plt;application/vnd.oziexplorer.rte;application/vnd.oziexplorer.wpt;application/loc+xml;application/slf+xml;
|
||||||
|
158
pkg/gpxsee.nsi
@ -2,10 +2,35 @@
|
|||||||
!include "x64.nsh"
|
!include "x64.nsh"
|
||||||
!include "WinVer.nsh"
|
!include "WinVer.nsh"
|
||||||
|
|
||||||
|
|
||||||
|
; Macros
|
||||||
|
!macro FILE_ASSOCIATION_ADD EXT DESC ICON
|
||||||
|
WriteRegStr HKCR ".${EXT}" "" "GPXSee.${EXT}"
|
||||||
|
WriteRegStr HKCR "GPXSee.${EXT}" "" "${DESC}"
|
||||||
|
WriteRegStr HKCR "GPXSee.${EXT}\DefaultIcon" "" "$INSTDIR\GPXSee.exe,${ICON}"
|
||||||
|
WriteRegStr HKCR "GPXSee.${EXT}\shell\open\command" "" "$\"$INSTDIR\GPXSee.exe$\" $\"%1$\""
|
||||||
|
!macroend
|
||||||
|
|
||||||
|
!macro FILE_ASSOCIATION_REMOVE EXT
|
||||||
|
DeleteRegKey HKCR "GPXSee.${EXT}"
|
||||||
|
DeleteRegKey HKCR ".${EXT}"
|
||||||
|
!macroend
|
||||||
|
|
||||||
|
!macro LOCALIZATION LANG CODE
|
||||||
|
Section "${LANG}"
|
||||||
|
CreateDirectory "$INSTDIR\translations"
|
||||||
|
File /oname=translations\gpxsee_${CODE}.qm translations\gpxsee_${CODE}.qm
|
||||||
|
!if /FileExists translations\qt_${CODE}.qm
|
||||||
|
File /oname=translations\qt_${CODE}.qm translations\qt_${CODE}.qm
|
||||||
|
!endif
|
||||||
|
SectionEnd
|
||||||
|
!macroend
|
||||||
|
|
||||||
|
|
||||||
; The name of the installer
|
; The name of the installer
|
||||||
Name "GPXSee"
|
Name "GPXSee"
|
||||||
; Program version
|
; Program version
|
||||||
!define VERSION "5.8"
|
!define VERSION "5.17"
|
||||||
|
|
||||||
; The file to write
|
; The file to write
|
||||||
OutFile "GPXSee-${VERSION}.exe"
|
OutFile "GPXSee-${VERSION}.exe"
|
||||||
@ -32,16 +57,6 @@ InstallDirRegKey HKLM "Software\GPXSee" "Install_Dir"
|
|||||||
|
|
||||||
; Registry key for uninstaller
|
; Registry key for uninstaller
|
||||||
!define REGENTRY "Software\Microsoft\Windows\CurrentVersion\Uninstall\GPXSee"
|
!define REGENTRY "Software\Microsoft\Windows\CurrentVersion\Uninstall\GPXSee"
|
||||||
; File types registry entries
|
|
||||||
!define REGGPX "GPXSee.gpx"
|
|
||||||
!define REGTCX "GPXSee.tcx"
|
|
||||||
!define REGKML "GPXSee.kml"
|
|
||||||
!define REGFIT "GPXSee.fit"
|
|
||||||
!define REGIGC "GPXSee.igc"
|
|
||||||
!define REGNMEA "GPXSee.nmea"
|
|
||||||
!define REGPLT "GPXSee.plt"
|
|
||||||
!define REGRTE "GPXSee.rte"
|
|
||||||
!define REGWPT "GPXSee.wpt"
|
|
||||||
|
|
||||||
; Start menu page configuration
|
; Start menu page configuration
|
||||||
!define MUI_STARTMENUPAGE_REGISTRY_ROOT "HKLM"
|
!define MUI_STARTMENUPAGE_REGISTRY_ROOT "HKLM"
|
||||||
@ -114,43 +129,17 @@ Section "GPXSee" SEC_APP
|
|||||||
|
|
||||||
; Associate file formats
|
; Associate file formats
|
||||||
DetailPrint "Associating file types..."
|
DetailPrint "Associating file types..."
|
||||||
WriteRegStr HKCR ".gpx" "" "${REGGPX}"
|
!insertmacro FILE_ASSOCIATION_ADD "gpx" "GPS Exchange Format" 4
|
||||||
WriteRegStr HKCR "${REGGPX}" "" "GPS Exchange Format"
|
!insertmacro FILE_ASSOCIATION_ADD "tcx" "Training Center XML" 5
|
||||||
WriteRegStr HKCR "${REGGPX}\DefaultIcon" "" "$INSTDIR\GPXSee.exe,2"
|
!insertmacro FILE_ASSOCIATION_ADD "kml" "Keyhole Markup Language" 6
|
||||||
WriteRegStr HKCR "${REGGPX}\shell\open\command" "" "$\"$INSTDIR\GPXSee.exe$\" $\"%1$\""
|
!insertmacro FILE_ASSOCIATION_ADD "fit" "Flexible and Interoperable Data Transfer" 7
|
||||||
WriteRegStr HKCR ".tcx" "" "${REGTCX}"
|
!insertmacro FILE_ASSOCIATION_ADD "igc" "Flight Recorder Data Format" 8
|
||||||
WriteRegStr HKCR "${REGTCX}" "" "Training Center XML"
|
!insertmacro FILE_ASSOCIATION_ADD "nmea" "NMEA 0183 data" 9
|
||||||
WriteRegStr HKCR "${REGTCX}\DefaultIcon" "" "$INSTDIR\GPXSee.exe,3"
|
!insertmacro FILE_ASSOCIATION_ADD "plt" "OziExplorer Track Point File" 10
|
||||||
WriteRegStr HKCR "${REGTCX}\shell\open\command" "" "$\"$INSTDIR\GPXSee.exe$\" $\"%1$\""
|
!insertmacro FILE_ASSOCIATION_ADD "rte" "OziExplorer Route File" 11
|
||||||
WriteRegStr HKCR ".kml" "" "${REGKML}"
|
!insertmacro FILE_ASSOCIATION_ADD "wpt" "OziExplorer Waypoint File" 1
|
||||||
WriteRegStr HKCR "${REGKML}" "" "Keyhole Markup Language"
|
!insertmacro FILE_ASSOCIATION_ADD "loc" "Geocaching.com Waypoint File" 2
|
||||||
WriteRegStr HKCR "${REGKML}\DefaultIcon" "" "$INSTDIR\GPXSee.exe,4"
|
!insertmacro FILE_ASSOCIATION_ADD "slf" "Sigma Log File" 3
|
||||||
WriteRegStr HKCR "${REGKML}\shell\open\command" "" "$\"$INSTDIR\GPXSee.exe$\" $\"%1$\""
|
|
||||||
WriteRegStr HKCR ".fit" "" "${REGFIT}"
|
|
||||||
WriteRegStr HKCR "${REGFIT}" "" "Flexible and Interoperable Data Transfer"
|
|
||||||
WriteRegStr HKCR "${REGFIT}\DefaultIcon" "" "$INSTDIR\GPXSee.exe,5"
|
|
||||||
WriteRegStr HKCR "${REGFIT}\shell\open\command" "" "$\"$INSTDIR\GPXSee.exe$\" $\"%1$\""
|
|
||||||
WriteRegStr HKCR ".igc" "" "${REGIGC}"
|
|
||||||
WriteRegStr HKCR "${REGIGC}" "" "Flight Recorder Data Format"
|
|
||||||
WriteRegStr HKCR "${REGIGC}\DefaultIcon" "" "$INSTDIR\GPXSee.exe,6"
|
|
||||||
WriteRegStr HKCR "${REGIGC}\shell\open\command" "" "$\"$INSTDIR\GPXSee.exe$\" $\"%1$\""
|
|
||||||
WriteRegStr HKCR ".nmea" "" "${REGNMEA}"
|
|
||||||
WriteRegStr HKCR "${REGNMEA}" "" "NMEA 0183 data"
|
|
||||||
WriteRegStr HKCR "${REGNMEA}\DefaultIcon" "" "$INSTDIR\GPXSee.exe,7"
|
|
||||||
WriteRegStr HKCR "${REGNMEA}\shell\open\command" "" "$\"$INSTDIR\GPXSee.exe$\" $\"%1$\""
|
|
||||||
WriteRegStr HKCR ".plt" "" "${REGPLT}"
|
|
||||||
WriteRegStr HKCR "${REGPLT}" "" "OziExplorer Track Point File"
|
|
||||||
WriteRegStr HKCR "${REGPLT}\DefaultIcon" "" "$INSTDIR\GPXSee.exe,8"
|
|
||||||
WriteRegStr HKCR "${REGPLT}\shell\open\command" "" "$\"$INSTDIR\GPXSee.exe$\" $\"%1$\""
|
|
||||||
WriteRegStr HKCR ".rte" "" "${REGRTE}"
|
|
||||||
WriteRegStr HKCR "${REGRTE}" "" "OziExplorer Route File"
|
|
||||||
WriteRegStr HKCR "${REGRTE}\DefaultIcon" "" "$INSTDIR\GPXSee.exe,9"
|
|
||||||
WriteRegStr HKCR "${REGRTE}\shell\open\command" "" "$\"$INSTDIR\GPXSee.exe$\" $\"%1$\""
|
|
||||||
WriteRegStr HKCR ".wpt" "" "${REGWPT}"
|
|
||||||
WriteRegStr HKCR "${REGWPT}" "" "OziExplorer Waypoint File"
|
|
||||||
WriteRegStr HKCR "${REGWPT}\DefaultIcon" "" "$INSTDIR\GPXSee.exe,1"
|
|
||||||
WriteRegStr HKCR "${REGWPT}\shell\open\command" "" "$\"$INSTDIR\GPXSee.exe$\" $\"%1$\""
|
|
||||||
|
|
||||||
System::Call 'shell32.dll::SHChangeNotify(i, i, i, i) v (0x08000000, 0, 0, 0)'
|
System::Call 'shell32.dll::SHChangeNotify(i, i, i, i) v (0x08000000, 0, 0, 0)'
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
@ -167,6 +156,7 @@ Section "QT framework" SEC_QT
|
|||||||
File /r "platforms"
|
File /r "platforms"
|
||||||
File /r "imageformats"
|
File /r "imageformats"
|
||||||
File /r "printsupport"
|
File /r "printsupport"
|
||||||
|
File /r "styles"
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
@ -210,40 +200,13 @@ Section "ANGLE" SEC_ANGLE
|
|||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
SectionGroup "Localization" SEC_LOCALIZATION
|
SectionGroup "Localization" SEC_LOCALIZATION
|
||||||
Section "Czech"
|
!insertmacro LOCALIZATION "Czech" "cs"
|
||||||
CreateDirectory "$INSTDIR\translations"
|
!insertmacro LOCALIZATION "Finnish" "fi"
|
||||||
File /oname=translations\gpxsee_cs.qm translations\gpxsee_cs.qm
|
!insertmacro LOCALIZATION "French" "fr"
|
||||||
File /oname=translations\qt_cs.qm translations\qt_cs.qm
|
!insertmacro LOCALIZATION "German" "de"
|
||||||
SectionEnd
|
!insertmacro LOCALIZATION "Polish" "pl"
|
||||||
Section "Finnish"
|
!insertmacro LOCALIZATION "Russian" "ru"
|
||||||
CreateDirectory "$INSTDIR\translations"
|
!insertmacro LOCALIZATION "Swedish" "sv"
|
||||||
File /oname=translations\gpxsee_fi.qm translations\gpxsee_fi.qm
|
|
||||||
File /oname=translations\qt_fi.qm translations\qt_fi.qm
|
|
||||||
SectionEnd
|
|
||||||
Section "French"
|
|
||||||
CreateDirectory "$INSTDIR\translations"
|
|
||||||
File /oname=translations\gpxsee_fr.qm translations\gpxsee_fr.qm
|
|
||||||
File /oname=translations\qt_fr.qm translations\qt_fr.qm
|
|
||||||
SectionEnd
|
|
||||||
Section "German"
|
|
||||||
CreateDirectory "$INSTDIR\translations"
|
|
||||||
File /oname=translations\gpxsee_de.qm translations\gpxsee_de.qm
|
|
||||||
File /oname=translations\qt_de.qm translations\qt_de.qm
|
|
||||||
SectionEnd
|
|
||||||
Section "Polish"
|
|
||||||
CreateDirectory "$INSTDIR\translations"
|
|
||||||
File /oname=translations\gpxsee_pl.qm translations\gpxsee_pl.qm
|
|
||||||
File /oname=translations\qt_pl.qm translations\qt_pl.qm
|
|
||||||
SectionEnd
|
|
||||||
Section "Russian"
|
|
||||||
CreateDirectory "$INSTDIR\translations"
|
|
||||||
File /oname=translations\gpxsee_ru.qm translations\gpxsee_ru.qm
|
|
||||||
File /oname=translations\qt_ru.qm translations\qt_ru.qm
|
|
||||||
SectionEnd
|
|
||||||
Section "Swedish"
|
|
||||||
CreateDirectory "$INSTDIR\translations"
|
|
||||||
File /oname=translations\gpxsee_sv.qm translations\gpxsee_sv.qm
|
|
||||||
SectionEnd
|
|
||||||
SectionGroupEnd
|
SectionGroupEnd
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
@ -266,24 +229,17 @@ Section "Uninstall"
|
|||||||
RMDir "$SMPROGRAMS\$StartMenuFolder"
|
RMDir "$SMPROGRAMS\$StartMenuFolder"
|
||||||
|
|
||||||
; Remove GPX file association
|
; Remove GPX file association
|
||||||
DeleteRegKey HKCR "${REGGPX}"
|
!insertmacro FILE_ASSOCIATION_REMOVE "gpx"
|
||||||
DeleteRegKey HKCR ".gpx"
|
!insertmacro FILE_ASSOCIATION_REMOVE "tcx"
|
||||||
DeleteRegKey HKCR "${REGTCX}"
|
!insertmacro FILE_ASSOCIATION_REMOVE "kml"
|
||||||
DeleteRegKey HKCR ".tcx"
|
!insertmacro FILE_ASSOCIATION_REMOVE "fit"
|
||||||
DeleteRegKey HKCR "${REGKML}"
|
!insertmacro FILE_ASSOCIATION_REMOVE "igc"
|
||||||
DeleteRegKey HKCR ".kml"
|
!insertmacro FILE_ASSOCIATION_REMOVE "nmea"
|
||||||
DeleteRegKey HKCR "${REGFIT}"
|
!insertmacro FILE_ASSOCIATION_REMOVE "plt"
|
||||||
DeleteRegKey HKCR ".fit"
|
!insertmacro FILE_ASSOCIATION_REMOVE "rte"
|
||||||
DeleteRegKey HKCR "${REGIGC}"
|
!insertmacro FILE_ASSOCIATION_REMOVE "wpt"
|
||||||
DeleteRegKey HKCR ".igc"
|
!insertmacro FILE_ASSOCIATION_REMOVE "loc"
|
||||||
DeleteRegKey HKCR "${REGNMEA}"
|
!insertmacro FILE_ASSOCIATION_REMOVE "slf"
|
||||||
DeleteRegKey HKCR ".nmea"
|
|
||||||
DeleteRegKey HKCR "${REGPLT}"
|
|
||||||
DeleteRegKey HKCR ".plt"
|
|
||||||
DeleteRegKey HKCR "${REGRTE}"
|
|
||||||
DeleteRegKey HKCR ".rte"
|
|
||||||
DeleteRegKey HKCR "${REGWPT}"
|
|
||||||
DeleteRegKey HKCR ".wpt"
|
|
||||||
System::Call 'shell32.dll::SHChangeNotify(i, i, i, i) v (0x08000000, 0, 0, 0)'
|
System::Call 'shell32.dll::SHChangeNotify(i, i, i, i) v (0x08000000, 0, 0, 0)'
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
@ -314,4 +270,4 @@ LangString DESC_LOCALIZATION ${LANG_ENGLISH} \
|
|||||||
!insertmacro MUI_DESCRIPTION_TEXT ${SEC_MSVC} $(DESC_MSVC)
|
!insertmacro MUI_DESCRIPTION_TEXT ${SEC_MSVC} $(DESC_MSVC)
|
||||||
!insertmacro MUI_DESCRIPTION_TEXT ${SEC_APP} $(DESC_APP)
|
!insertmacro MUI_DESCRIPTION_TEXT ${SEC_APP} $(DESC_APP)
|
||||||
!insertmacro MUI_DESCRIPTION_TEXT ${SEC_LOCALIZATION} $(DESC_LOCALIZATION)
|
!insertmacro MUI_DESCRIPTION_TEXT ${SEC_LOCALIZATION} $(DESC_LOCALIZATION)
|
||||||
!insertmacro MUI_FUNCTION_DESCRIPTION_END
|
!insertmacro MUI_FUNCTION_DESCRIPTION_END
|
@ -22,6 +22,20 @@
|
|||||||
<glob pattern="*.kml"/>
|
<glob pattern="*.kml"/>
|
||||||
</mime-type>
|
</mime-type>
|
||||||
|
|
||||||
|
<mime-type type="application/loc+xml">
|
||||||
|
<comment>Geocaching.com Waypoint File</comment>
|
||||||
|
<sub-class-of type="application/xml"/>
|
||||||
|
<generic-icon name="application-xml"/>
|
||||||
|
<glob pattern="*.loc"/>
|
||||||
|
</mime-type>
|
||||||
|
|
||||||
|
<mime-type type="application/slf+xml">
|
||||||
|
<comment>Sigma Log Format</comment>
|
||||||
|
<sub-class-of type="application/xml"/>
|
||||||
|
<generic-icon name="application-xml"/>
|
||||||
|
<glob pattern="*.slf"/>
|
||||||
|
</mime-type>
|
||||||
|
|
||||||
<mime-type type="application/vnd.ant.fit">
|
<mime-type type="application/vnd.ant.fit">
|
||||||
<comment>Flexible and Interoperable Data Transfer</comment>
|
<comment>Flexible and Interoperable Data Transfer</comment>
|
||||||
<sub-class-of type="application/octet-stream"/>
|
<sub-class-of type="application/octet-stream"/>
|
||||||
|
158
pkg/gpxsee64.nsi
@ -2,10 +2,35 @@
|
|||||||
!include "x64.nsh"
|
!include "x64.nsh"
|
||||||
!include "WinVer.nsh"
|
!include "WinVer.nsh"
|
||||||
|
|
||||||
|
|
||||||
|
; Macros
|
||||||
|
!macro FILE_ASSOCIATION_ADD EXT DESC ICON
|
||||||
|
WriteRegStr HKCR ".${EXT}" "" "GPXSee.${EXT}"
|
||||||
|
WriteRegStr HKCR "GPXSee.${EXT}" "" "${DESC}"
|
||||||
|
WriteRegStr HKCR "GPXSee.${EXT}\DefaultIcon" "" "$INSTDIR\GPXSee.exe,${ICON}"
|
||||||
|
WriteRegStr HKCR "GPXSee.${EXT}\shell\open\command" "" "$\"$INSTDIR\GPXSee.exe$\" $\"%1$\""
|
||||||
|
!macroend
|
||||||
|
|
||||||
|
!macro FILE_ASSOCIATION_REMOVE EXT
|
||||||
|
DeleteRegKey HKCR "GPXSee.${EXT}"
|
||||||
|
DeleteRegKey HKCR ".${EXT}"
|
||||||
|
!macroend
|
||||||
|
|
||||||
|
!macro LOCALIZATION LANG CODE
|
||||||
|
Section "${LANG}"
|
||||||
|
CreateDirectory "$INSTDIR\translations"
|
||||||
|
File /oname=translations\gpxsee_${CODE}.qm translations\gpxsee_${CODE}.qm
|
||||||
|
!if /FileExists translations\qt_${CODE}.qm
|
||||||
|
File /oname=translations\qt_${CODE}.qm translations\qt_${CODE}.qm
|
||||||
|
!endif
|
||||||
|
SectionEnd
|
||||||
|
!macroend
|
||||||
|
|
||||||
|
|
||||||
; The name of the installer
|
; The name of the installer
|
||||||
Name "GPXSee"
|
Name "GPXSee"
|
||||||
; Program version
|
; Program version
|
||||||
!define VERSION "5.8"
|
!define VERSION "5.17"
|
||||||
|
|
||||||
; The file to write
|
; The file to write
|
||||||
OutFile "GPXSee-${VERSION}_x64.exe"
|
OutFile "GPXSee-${VERSION}_x64.exe"
|
||||||
@ -32,16 +57,6 @@ InstallDirRegKey HKLM "Software\GPXSee" "Install_Dir"
|
|||||||
|
|
||||||
; Registry key for uninstaller
|
; Registry key for uninstaller
|
||||||
!define REGENTRY "Software\Microsoft\Windows\CurrentVersion\Uninstall\GPXSee"
|
!define REGENTRY "Software\Microsoft\Windows\CurrentVersion\Uninstall\GPXSee"
|
||||||
; File types registry entries
|
|
||||||
!define REGGPX "GPXSee.gpx"
|
|
||||||
!define REGTCX "GPXSee.tcx"
|
|
||||||
!define REGKML "GPXSee.kml"
|
|
||||||
!define REGFIT "GPXSee.fit"
|
|
||||||
!define REGIGC "GPXSee.igc"
|
|
||||||
!define REGNMEA "GPXSee.nmea"
|
|
||||||
!define REGPLT "GPXSee.plt"
|
|
||||||
!define REGRTE "GPXSee.rte"
|
|
||||||
!define REGWPT "GPXSee.wpt"
|
|
||||||
|
|
||||||
; Start menu page configuration
|
; Start menu page configuration
|
||||||
!define MUI_STARTMENUPAGE_REGISTRY_ROOT "HKLM"
|
!define MUI_STARTMENUPAGE_REGISTRY_ROOT "HKLM"
|
||||||
@ -121,43 +136,17 @@ Section "GPXSee" SEC_APP
|
|||||||
|
|
||||||
; Associate file formats
|
; Associate file formats
|
||||||
DetailPrint "Associating file types..."
|
DetailPrint "Associating file types..."
|
||||||
WriteRegStr HKCR ".gpx" "" "${REGGPX}"
|
!insertmacro FILE_ASSOCIATION_ADD "gpx" "GPS Exchange Format" 4
|
||||||
WriteRegStr HKCR "${REGGPX}" "" "GPS Exchange Format"
|
!insertmacro FILE_ASSOCIATION_ADD "tcx" "Training Center XML" 5
|
||||||
WriteRegStr HKCR "${REGGPX}\DefaultIcon" "" "$INSTDIR\GPXSee.exe,2"
|
!insertmacro FILE_ASSOCIATION_ADD "kml" "Keyhole Markup Language" 6
|
||||||
WriteRegStr HKCR "${REGGPX}\shell\open\command" "" "$\"$INSTDIR\GPXSee.exe$\" $\"%1$\""
|
!insertmacro FILE_ASSOCIATION_ADD "fit" "Flexible and Interoperable Data Transfer" 7
|
||||||
WriteRegStr HKCR ".tcx" "" "${REGTCX}"
|
!insertmacro FILE_ASSOCIATION_ADD "igc" "Flight Recorder Data Format" 8
|
||||||
WriteRegStr HKCR "${REGTCX}" "" "Training Center XML"
|
!insertmacro FILE_ASSOCIATION_ADD "nmea" "NMEA 0183 data" 9
|
||||||
WriteRegStr HKCR "${REGTCX}\DefaultIcon" "" "$INSTDIR\GPXSee.exe,3"
|
!insertmacro FILE_ASSOCIATION_ADD "plt" "OziExplorer Track Point File" 10
|
||||||
WriteRegStr HKCR "${REGTCX}\shell\open\command" "" "$\"$INSTDIR\GPXSee.exe$\" $\"%1$\""
|
!insertmacro FILE_ASSOCIATION_ADD "rte" "OziExplorer Route File" 11
|
||||||
WriteRegStr HKCR ".kml" "" "${REGKML}"
|
!insertmacro FILE_ASSOCIATION_ADD "wpt" "OziExplorer Waypoint File" 1
|
||||||
WriteRegStr HKCR "${REGKML}" "" "Keyhole Markup Language"
|
!insertmacro FILE_ASSOCIATION_ADD "loc" "Geocaching.com Waypoint File" 2
|
||||||
WriteRegStr HKCR "${REGKML}\DefaultIcon" "" "$INSTDIR\GPXSee.exe,4"
|
!insertmacro FILE_ASSOCIATION_ADD "slf" "Sigma Log File" 3
|
||||||
WriteRegStr HKCR "${REGKML}\shell\open\command" "" "$\"$INSTDIR\GPXSee.exe$\" $\"%1$\""
|
|
||||||
WriteRegStr HKCR ".fit" "" "${REGFIT}"
|
|
||||||
WriteRegStr HKCR "${REGFIT}" "" "Flexible and Interoperable Data Transfer"
|
|
||||||
WriteRegStr HKCR "${REGFIT}\DefaultIcon" "" "$INSTDIR\GPXSee.exe,5"
|
|
||||||
WriteRegStr HKCR "${REGFIT}\shell\open\command" "" "$\"$INSTDIR\GPXSee.exe$\" $\"%1$\""
|
|
||||||
WriteRegStr HKCR ".igc" "" "${REGIGC}"
|
|
||||||
WriteRegStr HKCR "${REGIGC}" "" "Flight Recorder Data Format"
|
|
||||||
WriteRegStr HKCR "${REGIGC}\DefaultIcon" "" "$INSTDIR\GPXSee.exe,6"
|
|
||||||
WriteRegStr HKCR "${REGIGC}\shell\open\command" "" "$\"$INSTDIR\GPXSee.exe$\" $\"%1$\""
|
|
||||||
WriteRegStr HKCR ".nmea" "" "${REGNMEA}"
|
|
||||||
WriteRegStr HKCR "${REGNMEA}" "" "NMEA 0183 data"
|
|
||||||
WriteRegStr HKCR "${REGNMEA}\DefaultIcon" "" "$INSTDIR\GPXSee.exe,7"
|
|
||||||
WriteRegStr HKCR "${REGNMEA}\shell\open\command" "" "$\"$INSTDIR\GPXSee.exe$\" $\"%1$\""
|
|
||||||
WriteRegStr HKCR ".plt" "" "${REGPLT}"
|
|
||||||
WriteRegStr HKCR "${REGPLT}" "" "OziExplorer Track Point File"
|
|
||||||
WriteRegStr HKCR "${REGPLT}\DefaultIcon" "" "$INSTDIR\GPXSee.exe,8"
|
|
||||||
WriteRegStr HKCR "${REGPLT}\shell\open\command" "" "$\"$INSTDIR\GPXSee.exe$\" $\"%1$\""
|
|
||||||
WriteRegStr HKCR ".rte" "" "${REGRTE}"
|
|
||||||
WriteRegStr HKCR "${REGRTE}" "" "OziExplorer Route File"
|
|
||||||
WriteRegStr HKCR "${REGRTE}\DefaultIcon" "" "$INSTDIR\GPXSee.exe,9"
|
|
||||||
WriteRegStr HKCR "${REGRTE}\shell\open\command" "" "$\"$INSTDIR\GPXSee.exe$\" $\"%1$\""
|
|
||||||
WriteRegStr HKCR ".wpt" "" "${REGWPT}"
|
|
||||||
WriteRegStr HKCR "${REGWPT}" "" "OziExplorer Waypoint File"
|
|
||||||
WriteRegStr HKCR "${REGWPT}\DefaultIcon" "" "$INSTDIR\GPXSee.exe,1"
|
|
||||||
WriteRegStr HKCR "${REGWPT}\shell\open\command" "" "$\"$INSTDIR\GPXSee.exe$\" $\"%1$\""
|
|
||||||
|
|
||||||
System::Call 'shell32.dll::SHChangeNotify(i, i, i, i) v (0x08000000, 0, 0, 0)'
|
System::Call 'shell32.dll::SHChangeNotify(i, i, i, i) v (0x08000000, 0, 0, 0)'
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
@ -174,6 +163,7 @@ Section "QT framework" SEC_QT
|
|||||||
File /r "platforms"
|
File /r "platforms"
|
||||||
File /r "imageformats"
|
File /r "imageformats"
|
||||||
File /r "printsupport"
|
File /r "printsupport"
|
||||||
|
File /r "styles"
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
@ -212,40 +202,13 @@ Section "ANGLE" SEC_ANGLE
|
|||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
SectionGroup "Localization" SEC_LOCALIZATION
|
SectionGroup "Localization" SEC_LOCALIZATION
|
||||||
Section "Czech"
|
!insertmacro LOCALIZATION "Czech" "cs"
|
||||||
CreateDirectory "$INSTDIR\translations"
|
!insertmacro LOCALIZATION "Finnish" "fi"
|
||||||
File /oname=translations\gpxsee_cs.qm translations\gpxsee_cs.qm
|
!insertmacro LOCALIZATION "French" "fr"
|
||||||
File /oname=translations\qt_cs.qm translations\qt_cs.qm
|
!insertmacro LOCALIZATION "German" "de"
|
||||||
SectionEnd
|
!insertmacro LOCALIZATION "Polish" "pl"
|
||||||
Section "Finnish"
|
!insertmacro LOCALIZATION "Russian" "ru"
|
||||||
CreateDirectory "$INSTDIR\translations"
|
!insertmacro LOCALIZATION "Swedish" "sv"
|
||||||
File /oname=translations\gpxsee_fi.qm translations\gpxsee_fi.qm
|
|
||||||
File /oname=translations\qt_fi.qm translations\qt_fi.qm
|
|
||||||
SectionEnd
|
|
||||||
Section "French"
|
|
||||||
CreateDirectory "$INSTDIR\translations"
|
|
||||||
File /oname=translations\gpxsee_fr.qm translations\gpxsee_fr.qm
|
|
||||||
File /oname=translations\qt_fr.qm translations\qt_fr.qm
|
|
||||||
SectionEnd
|
|
||||||
Section "German"
|
|
||||||
CreateDirectory "$INSTDIR\translations"
|
|
||||||
File /oname=translations\gpxsee_de.qm translations\gpxsee_de.qm
|
|
||||||
File /oname=translations\qt_de.qm translations\qt_de.qm
|
|
||||||
SectionEnd
|
|
||||||
Section "Polish"
|
|
||||||
CreateDirectory "$INSTDIR\translations"
|
|
||||||
File /oname=translations\gpxsee_pl.qm translations\gpxsee_pl.qm
|
|
||||||
File /oname=translations\qt_pl.qm translations\qt_pl.qm
|
|
||||||
SectionEnd
|
|
||||||
Section "Russian"
|
|
||||||
CreateDirectory "$INSTDIR\translations"
|
|
||||||
File /oname=translations\gpxsee_ru.qm translations\gpxsee_ru.qm
|
|
||||||
File /oname=translations\qt_ru.qm translations\qt_ru.qm
|
|
||||||
SectionEnd
|
|
||||||
Section "Swedish"
|
|
||||||
CreateDirectory "$INSTDIR\translations"
|
|
||||||
File /oname=translations\gpxsee_sv.qm translations\gpxsee_sv.qm
|
|
||||||
SectionEnd
|
|
||||||
SectionGroupEnd
|
SectionGroupEnd
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
@ -269,24 +232,17 @@ Section "Uninstall"
|
|||||||
RMDir "$SMPROGRAMS\$StartMenuFolder"
|
RMDir "$SMPROGRAMS\$StartMenuFolder"
|
||||||
|
|
||||||
; Remove File associations
|
; Remove File associations
|
||||||
DeleteRegKey HKCR "${REGGPX}"
|
!insertmacro FILE_ASSOCIATION_REMOVE "gpx"
|
||||||
DeleteRegKey HKCR ".gpx"
|
!insertmacro FILE_ASSOCIATION_REMOVE "tcx"
|
||||||
DeleteRegKey HKCR "${REGTCX}"
|
!insertmacro FILE_ASSOCIATION_REMOVE "kml"
|
||||||
DeleteRegKey HKCR ".tcx"
|
!insertmacro FILE_ASSOCIATION_REMOVE "fit"
|
||||||
DeleteRegKey HKCR "${REGKML}"
|
!insertmacro FILE_ASSOCIATION_REMOVE "igc"
|
||||||
DeleteRegKey HKCR ".kml"
|
!insertmacro FILE_ASSOCIATION_REMOVE "nmea"
|
||||||
DeleteRegKey HKCR "${REGFIT}"
|
!insertmacro FILE_ASSOCIATION_REMOVE "plt"
|
||||||
DeleteRegKey HKCR ".fit"
|
!insertmacro FILE_ASSOCIATION_REMOVE "rte"
|
||||||
DeleteRegKey HKCR "${REGIGC}"
|
!insertmacro FILE_ASSOCIATION_REMOVE "wpt"
|
||||||
DeleteRegKey HKCR ".igc"
|
!insertmacro FILE_ASSOCIATION_REMOVE "loc"
|
||||||
DeleteRegKey HKCR "${REGNMEA}"
|
!insertmacro FILE_ASSOCIATION_REMOVE "slf"
|
||||||
DeleteRegKey HKCR ".nmea"
|
|
||||||
DeleteRegKey HKCR "${REGPLT}"
|
|
||||||
DeleteRegKey HKCR ".plt"
|
|
||||||
DeleteRegKey HKCR "${REGRTE}"
|
|
||||||
DeleteRegKey HKCR ".rte"
|
|
||||||
DeleteRegKey HKCR "${REGWPT}"
|
|
||||||
DeleteRegKey HKCR ".wpt"
|
|
||||||
System::Call 'shell32.dll::SHChangeNotify(i, i, i, i) v (0x08000000, 0, 0, 0)'
|
System::Call 'shell32.dll::SHChangeNotify(i, i, i, i) v (0x08000000, 0, 0, 0)'
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
@ -317,4 +273,4 @@ LangString DESC_LOCALIZATION ${LANG_ENGLISH} \
|
|||||||
!insertmacro MUI_DESCRIPTION_TEXT ${SEC_MSVC} $(DESC_MSVC)
|
!insertmacro MUI_DESCRIPTION_TEXT ${SEC_MSVC} $(DESC_MSVC)
|
||||||
!insertmacro MUI_DESCRIPTION_TEXT ${SEC_APP} $(DESC_APP)
|
!insertmacro MUI_DESCRIPTION_TEXT ${SEC_APP} $(DESC_APP)
|
||||||
!insertmacro MUI_DESCRIPTION_TEXT ${SEC_LOCALIZATION} $(DESC_LOCALIZATION)
|
!insertmacro MUI_DESCRIPTION_TEXT ${SEC_LOCALIZATION} $(DESC_LOCALIZATION)
|
||||||
!insertmacro MUI_FUNCTION_DESCRIPTION_END
|
!insertmacro MUI_FUNCTION_DESCRIPTION_END
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<map xmlns="http://www.gpxsee.org/map/1">
|
<map xmlns="http://www.gpxsee.org/map/1">
|
||||||
<name>4UMaps</name>
|
<name>4UMaps</name>
|
||||||
<url>http://4umaps.eu/$z/$x/$y.png</url>
|
<url>https://4umaps.com/$z/$x/$y.png</url>
|
||||||
<copyright>Map data: © OpenStreetMap contributors (ODbL) | Rendering: © 4UMaps.eu</copyright>
|
<copyright>Map data: © OpenStreetMap contributors (ODbL) | Rendering: © 4UMaps.eu</copyright>
|
||||||
<zoom min="2" max="15"/>
|
<zoom min="2" max="15"/>
|
||||||
<bounds bottom="-65"/>
|
<bounds bottom="-65"/>
|
||||||
|
@ -3,10 +3,8 @@
|
|||||||
#include <QLocale>
|
#include <QLocale>
|
||||||
#include <QFileOpenEvent>
|
#include <QFileOpenEvent>
|
||||||
#include <QNetworkProxyFactory>
|
#include <QNetworkProxyFactory>
|
||||||
|
#include <QNetworkAccessManager>
|
||||||
#include <QLibraryInfo>
|
#include <QLibraryInfo>
|
||||||
#include "map/wmts.h"
|
|
||||||
#include "map/wms.h"
|
|
||||||
#include "map/tileloader.h"
|
|
||||||
#include "map/downloader.h"
|
#include "map/downloader.h"
|
||||||
#include "map/ellipsoid.h"
|
#include "map/ellipsoid.h"
|
||||||
#include "map/gcs.h"
|
#include "map/gcs.h"
|
||||||
@ -38,10 +36,7 @@ App::App(int &argc, char **argv) : QApplication(argc, argv),
|
|||||||
#endif // Q_OS_MAC
|
#endif // Q_OS_MAC
|
||||||
|
|
||||||
QNetworkProxyFactory::setUseSystemConfiguration(true);
|
QNetworkProxyFactory::setUseSystemConfiguration(true);
|
||||||
Downloader *dl = new Downloader(this);
|
Downloader::setNetworkAccessManager(new QNetworkAccessManager(this));
|
||||||
TileLoader::setDownloader(dl);
|
|
||||||
WMTS::setDownloader(dl);
|
|
||||||
WMS::setDownloader(dl);
|
|
||||||
OPENGL_SET_SAMPLES(4);
|
OPENGL_SET_SAMPLES(4);
|
||||||
loadDatums();
|
loadDatums();
|
||||||
loadPCSs();
|
loadPCSs();
|
||||||
|
@ -11,23 +11,28 @@
|
|||||||
#define XTICKS 15
|
#define XTICKS 15
|
||||||
#define YTICKS 10
|
#define YTICKS 10
|
||||||
|
|
||||||
struct Label {
|
class Ticks
|
||||||
double min;
|
{
|
||||||
double max;
|
public:
|
||||||
double d;
|
Ticks(double minValue, double maxValue, int maxCount);
|
||||||
|
|
||||||
|
int count() const {return ((int)((_max - _min) / _d)) + 1;}
|
||||||
|
double val(int i) const {return _min + i * _d;}
|
||||||
|
double min() const {return _min;}
|
||||||
|
double max() const {return _max;}
|
||||||
|
|
||||||
|
private:
|
||||||
|
double _min;
|
||||||
|
double _max;
|
||||||
|
double _d;
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct Label label(double min, double max, int ticks)
|
Ticks::Ticks(double minValue, double maxValue, int maxCount)
|
||||||
{
|
{
|
||||||
double range;
|
double range = niceNum(maxValue - minValue, 0);
|
||||||
struct Label l;
|
_d = niceNum(range / maxCount, 1);
|
||||||
|
_min = ceil(minValue / _d) * _d;
|
||||||
range = niceNum(max - min, 0);
|
_max = floor(maxValue / _d) * _d;
|
||||||
l.d = niceNum(range / ticks, 1);
|
|
||||||
l.min = ceil(min / l.d) * l.d;
|
|
||||||
l.max = floor(max / l.d) * l.d;
|
|
||||||
|
|
||||||
return l;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -36,15 +41,24 @@ AxisItem::AxisItem(Type type, QGraphicsItem *parent) : QGraphicsItem(parent)
|
|||||||
_type = type;
|
_type = type;
|
||||||
_size = 0;
|
_size = 0;
|
||||||
|
|
||||||
#ifndef Q_OS_MAC
|
_font.setPixelSize(FONT_SIZE);
|
||||||
setCacheMode(QGraphicsItem::DeviceCoordinateCache);
|
_font.setFamily(FONT_FAMILY);
|
||||||
#endif // Q_OS_MAC
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void AxisItem::setRange(const RangeF &range)
|
void AxisItem::setRange(const RangeF &range)
|
||||||
{
|
{
|
||||||
prepareGeometryChange();
|
prepareGeometryChange();
|
||||||
_range = range;
|
_range = range;
|
||||||
|
|
||||||
|
QFontMetrics fm(_font);
|
||||||
|
Ticks ticks(_range.min(), _range.max(), (_type == X) ? XTICKS : YTICKS);
|
||||||
|
_ticks = QVector<Tick>(ticks.count());
|
||||||
|
for (int i = 0; i < ticks.count(); i++) {
|
||||||
|
Tick &t = _ticks[i];
|
||||||
|
t.value = ticks.val(i);
|
||||||
|
t.boundingBox = fm.tightBoundingRect(QString::number(t.value));
|
||||||
|
}
|
||||||
|
|
||||||
updateBoundingRect();
|
updateBoundingRect();
|
||||||
update();
|
update();
|
||||||
}
|
}
|
||||||
@ -60,42 +74,28 @@ void AxisItem::setSize(qreal size)
|
|||||||
void AxisItem::setLabel(const QString& label)
|
void AxisItem::setLabel(const QString& label)
|
||||||
{
|
{
|
||||||
prepareGeometryChange();
|
prepareGeometryChange();
|
||||||
|
QFontMetrics fm(_font);
|
||||||
_label = label;
|
_label = label;
|
||||||
|
_labelBB = fm.tightBoundingRect(label);
|
||||||
updateBoundingRect();
|
updateBoundingRect();
|
||||||
update();
|
update();
|
||||||
}
|
}
|
||||||
|
|
||||||
void AxisItem::updateBoundingRect()
|
void AxisItem::updateBoundingRect()
|
||||||
{
|
{
|
||||||
QFont font;
|
QFontMetrics fm(_font);
|
||||||
font.setPixelSize(FONT_SIZE);
|
QRect es = _ticks.isEmpty() ? QRect() : _ticks.last().boundingBox;
|
||||||
font.setFamily(FONT_FAMILY);
|
QRect ss = _ticks.isEmpty() ? QRect() : _ticks.first().boundingBox;
|
||||||
QFontMetrics fm(font);
|
QRect ls(_labelBB);
|
||||||
QRect ss, es, ls;
|
|
||||||
struct Label l;
|
|
||||||
|
|
||||||
|
|
||||||
l = label(_range.min(), _range.max(), (_type == X) ? XTICKS : YTICKS);
|
|
||||||
es = fm.tightBoundingRect(QString::number(l.max));
|
|
||||||
ss = fm.tightBoundingRect(QString::number(l.min));
|
|
||||||
ls = fm.tightBoundingRect(_label);
|
|
||||||
|
|
||||||
if (_type == X) {
|
if (_type == X) {
|
||||||
_boundingRect = QRectF(-ss.width()/2, -TICK/2,
|
_boundingRect = QRectF(-ss.width()/2, -TICK/2, _size + es.width()/2
|
||||||
_size + es.width()/2 + ss.width()/2,
|
+ ss.width()/2, ls.height() + es.height() - fm.descent() + TICK
|
||||||
ls.height() + es.height() - fm.descent() + TICK + 2*PADDING + 1);
|
+ 2*PADDING + 1);
|
||||||
} else {
|
} else {
|
||||||
int mtw = 0;
|
int mtw = 0;
|
||||||
QRect ts;
|
for (int i = 0; i < _ticks.count(); i++)
|
||||||
qreal val;
|
mtw = qMax(_ticks.at(i).boundingBox.width(), mtw);
|
||||||
|
|
||||||
for (int i = 0; i < ((l.max - l.min) / l.d) + 1; i++) {
|
|
||||||
val = l.min + i * l.d;
|
|
||||||
QString str = QString::number(val);
|
|
||||||
ts = fm.tightBoundingRect(str);
|
|
||||||
mtw = qMax(ts.width(), mtw);
|
|
||||||
}
|
|
||||||
|
|
||||||
_boundingRect = QRectF(-(ls.height() + mtw + 2*PADDING + TICK/2),
|
_boundingRect = QRectF(-(ls.height() + mtw + 2*PADDING + TICK/2),
|
||||||
-(_size + es.height()/2 + fm.descent()), ls.height() + mtw + 2*PADDING
|
-(_size + es.height()/2 + fm.descent()), ls.height() + mtw + 2*PADDING
|
||||||
+ TICK, _size + es.height()/2 + fm.descent() + ss.height()/2);
|
+ TICK, _size + es.height()/2 + fm.descent() + ss.height()/2);
|
||||||
@ -107,60 +107,50 @@ void AxisItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *option,
|
|||||||
{
|
{
|
||||||
Q_UNUSED(option);
|
Q_UNUSED(option);
|
||||||
Q_UNUSED(widget);
|
Q_UNUSED(widget);
|
||||||
QFont font;
|
QFontMetrics fm(_font);
|
||||||
font.setPixelSize(FONT_SIZE);
|
QRect ts;
|
||||||
font.setFamily(FONT_FAMILY);
|
|
||||||
QFontMetrics fm(font);
|
|
||||||
QRect ts, ls;
|
|
||||||
struct Label l;
|
|
||||||
qreal range = _range.size();
|
|
||||||
qreal val;
|
|
||||||
QPen pen = QPen(Qt::black, AXIS_WIDTH);
|
|
||||||
|
|
||||||
|
|
||||||
painter->setRenderHint(QPainter::Antialiasing, false);
|
painter->setRenderHint(QPainter::Antialiasing, false);
|
||||||
painter->setFont(font);
|
painter->setFont(_font);
|
||||||
painter->setPen(pen);
|
painter->setPen(QPen(Qt::black, AXIS_WIDTH));
|
||||||
|
|
||||||
ls = fm.tightBoundingRect(_label);
|
|
||||||
|
|
||||||
if (_type == X) {
|
if (_type == X) {
|
||||||
painter->drawLine(0, 0, _size, 0);
|
painter->drawLine(0, 0, _size, 0);
|
||||||
|
|
||||||
l = label(_range.min(), _range.max(), XTICKS);
|
for (int i = 0; i < _ticks.count(); i++) {
|
||||||
for (int i = 0; i < ((l.max - l.min) / l.d) + 1; i++) {
|
qreal val = _ticks.at(i).value;
|
||||||
val = l.min + i * l.d;
|
ts = _ticks.at(i).boundingBox;
|
||||||
QString str = QString::number(val);
|
|
||||||
|
|
||||||
painter->drawLine((_size/range) * (val - _range.min()), TICK/2,
|
painter->drawLine((_size/_range.size()) * (val - _range.min()),
|
||||||
(_size/range) * (val - _range.min()), -TICK/2);
|
TICK/2, (_size/_range.size()) * (val - _range.min()), -TICK/2);
|
||||||
ts = fm.tightBoundingRect(str);
|
painter->drawText(((_size/_range.size()) * (val - _range.min()))
|
||||||
painter->drawText(((_size/range) * (val - _range.min()))
|
- (ts.width()/2), ts.height() + TICK/2 + PADDING,
|
||||||
- (ts.width()/2), ts.height() + TICK/2 + PADDING, str);
|
QString::number(val));
|
||||||
}
|
}
|
||||||
|
|
||||||
painter->drawText(_size/2 - ls.width()/2, ls.height() + ts.height()
|
painter->drawText(_size/2 - _labelBB.width()/2, _labelBB.height()
|
||||||
- 2*fm.descent() + TICK/2 + 2*PADDING, _label);
|
+ ts.height() - 2*fm.descent() + TICK/2 + 2*PADDING, _label);
|
||||||
} else {
|
} else {
|
||||||
painter->drawLine(0, 0, 0, -_size);
|
painter->drawLine(0, 0, 0, -_size);
|
||||||
|
|
||||||
l = label(_range.min(), _range.max(), YTICKS);
|
|
||||||
int mtw = 0;
|
int mtw = 0;
|
||||||
for (int i = 0; i < ((l.max - l.min) / l.d) + 1; i++) {
|
for (int i = 0; i < _ticks.count(); i++) {
|
||||||
val = l.min + i * l.d;
|
qreal val = _ticks.at(i).value;
|
||||||
QString str = QString::number(val);
|
ts = _ticks.at(i).boundingBox;
|
||||||
|
|
||||||
painter->drawLine(TICK/2, -((_size/range) * (val - _range.min())),
|
|
||||||
-TICK/2, -((_size/range) * (val - _range.min())));
|
|
||||||
ts = fm.tightBoundingRect(str);
|
|
||||||
mtw = qMax(ts.width(), mtw);
|
mtw = qMax(ts.width(), mtw);
|
||||||
painter->drawText(-(ts.width() + PADDING + TICK/2), -((_size/range)
|
|
||||||
* (val - _range.min())) + (ts.height()/2), str);
|
painter->drawLine(TICK/2, -((_size/_range.size())
|
||||||
|
* (val - _range.min())), -TICK/2, -((_size/_range.size())
|
||||||
|
* (val - _range.min())));
|
||||||
|
painter->drawText(-(ts.width() + PADDING + TICK/2),
|
||||||
|
-((_size/_range.size()) * (val - _range.min())) + (ts.height()/2),
|
||||||
|
QString::number(val));
|
||||||
}
|
}
|
||||||
|
|
||||||
painter->rotate(-90);
|
painter->rotate(-90);
|
||||||
painter->drawText(_size/2 - ls.width()/2, -(mtw + 2*PADDING + TICK/2),
|
painter->drawText(_size/2 - _labelBB.width()/2, -(mtw + 2*PADDING
|
||||||
_label);
|
+ TICK/2), _label);
|
||||||
painter->rotate(90);
|
painter->rotate(90);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -172,46 +162,28 @@ void AxisItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *option,
|
|||||||
|
|
||||||
QSizeF AxisItem::margin() const
|
QSizeF AxisItem::margin() const
|
||||||
{
|
{
|
||||||
QFont font;
|
QFontMetrics fm(_font);
|
||||||
font.setPixelSize(FONT_SIZE);
|
QRect es = _ticks.isEmpty() ? QRect() : _ticks.last().boundingBox;
|
||||||
QFontMetrics fm(font);
|
|
||||||
QRect ss, es, ls;
|
|
||||||
struct Label l;
|
|
||||||
|
|
||||||
|
|
||||||
l = label(_range.min(), _range.max(), (_type == X) ? XTICKS : YTICKS);
|
|
||||||
es = fm.tightBoundingRect(QString::number(l.max));
|
|
||||||
ss = fm.tightBoundingRect(QString::number(l.min));
|
|
||||||
ls = fm.tightBoundingRect(_label);
|
|
||||||
|
|
||||||
if (_type == X) {
|
if (_type == X) {
|
||||||
return QSizeF(es.width()/2,
|
return QSizeF(es.width()/2, _labelBB.height() + es.height()
|
||||||
ls.height() + es.height() - fm.descent() + TICK/2 + 2*PADDING);
|
- fm.descent() + TICK/2 + 2*PADDING);
|
||||||
} else {
|
} else {
|
||||||
int mtw = 0;
|
int mtw = 0;
|
||||||
QRect ts;
|
for (int i = 0; i < _ticks.count(); i++)
|
||||||
qreal val;
|
mtw = qMax(_ticks.at(i).boundingBox.width(), mtw);
|
||||||
|
|
||||||
for (int i = 0; i < ((l.max - l.min) / l.d) + 1; i++) {
|
return QSizeF(_labelBB.height() -fm.descent() + mtw + 2*PADDING
|
||||||
val = l.min + i * l.d;
|
|
||||||
QString str = QString::number(val);
|
|
||||||
ts = fm.tightBoundingRect(str);
|
|
||||||
mtw = qMax(ts.width(), mtw);
|
|
||||||
}
|
|
||||||
|
|
||||||
return QSizeF(ls.height() -fm.descent() + mtw + 2*PADDING
|
|
||||||
+ TICK/2, es.height()/2 + fm.descent());
|
+ TICK/2, es.height()/2 + fm.descent());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
QList<qreal> AxisItem::ticks() const
|
QList<qreal> AxisItem::ticks() const
|
||||||
{
|
{
|
||||||
struct Label l;
|
|
||||||
QList<qreal> list;
|
QList<qreal> list;
|
||||||
|
|
||||||
l = label(_range.min(), _range.max(), (_type == X) ? XTICKS : YTICKS);
|
for (int i = 0; i < _ticks.count(); i++)
|
||||||
for (int i = 0; i < ((l.max - l.min) / l.d) + 1; i++)
|
list.append(((_size/_range.size()) * (_ticks.at(i).value
|
||||||
list.append(((_size/_range.size()) * ((l.min + i * l.d)
|
|
||||||
- _range.min())));
|
- _range.min())));
|
||||||
|
|
||||||
return list;
|
return list;
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
#define AXISITEM_H
|
#define AXISITEM_H
|
||||||
|
|
||||||
#include <QGraphicsItem>
|
#include <QGraphicsItem>
|
||||||
|
#include <QVector>
|
||||||
#include "common/range.h"
|
#include "common/range.h"
|
||||||
|
|
||||||
class AxisItem : public QGraphicsItem
|
class AxisItem : public QGraphicsItem
|
||||||
@ -23,13 +24,21 @@ public:
|
|||||||
QList<qreal> ticks() const;
|
QList<qreal> ticks() const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
struct Tick {
|
||||||
|
double value;
|
||||||
|
QRect boundingBox;
|
||||||
|
};
|
||||||
|
|
||||||
void updateBoundingRect();
|
void updateBoundingRect();
|
||||||
|
|
||||||
Type _type;
|
Type _type;
|
||||||
RangeF _range;
|
RangeF _range;
|
||||||
qreal _size;
|
qreal _size;
|
||||||
QString _label;
|
QString _label;
|
||||||
|
QRect _labelBB;
|
||||||
|
QVector<Tick> _ticks;
|
||||||
QRectF _boundingRect;
|
QRectF _boundingRect;
|
||||||
|
QFont _font;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // AXISITEM_H
|
#endif // AXISITEM_H
|
||||||
|
@ -24,28 +24,33 @@ void CadenceGraph::setInfo()
|
|||||||
clearInfo();
|
clearInfo();
|
||||||
}
|
}
|
||||||
|
|
||||||
void CadenceGraph::loadData(const Data &data, const QList<PathItem *> &paths)
|
QList<GraphItem*> CadenceGraph::loadData(const Data &data)
|
||||||
{
|
{
|
||||||
|
QList<GraphItem*> graphs;
|
||||||
|
|
||||||
for (int i = 0; i < data.tracks().count(); i++) {
|
for (int i = 0; i < data.tracks().count(); i++) {
|
||||||
const Graph &graph = data.tracks().at(i)->cadence();
|
const Graph &graph = data.tracks().at(i)->cadence();
|
||||||
|
|
||||||
if (graph.size() < 2) {
|
if (graph.size() < 2) {
|
||||||
skipColor();
|
skipColor();
|
||||||
continue;
|
graphs.append(0);
|
||||||
|
} else {
|
||||||
|
CadenceGraphItem *gi = new CadenceGraphItem(graph, _graphType);
|
||||||
|
GraphView::addGraph(gi);
|
||||||
|
_avg.append(QPointF(data.tracks().at(i)->distance(), gi->avg()));
|
||||||
|
graphs.append(gi);
|
||||||
}
|
}
|
||||||
|
|
||||||
CadenceGraphItem *gi = new CadenceGraphItem(graph, _graphType);
|
|
||||||
GraphView::addGraph(gi, paths.at(i));
|
|
||||||
|
|
||||||
_avg.append(QPointF(data.tracks().at(i)->distance(), gi->avg()));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
for (int i = 0; i < data.routes().count(); i++)
|
for (int i = 0; i < data.routes().count(); i++) {
|
||||||
skipColor();
|
skipColor();
|
||||||
|
graphs.append(0);
|
||||||
|
}
|
||||||
|
|
||||||
setInfo();
|
setInfo();
|
||||||
|
|
||||||
redraw();
|
redraw();
|
||||||
|
|
||||||
|
return graphs;
|
||||||
}
|
}
|
||||||
|
|
||||||
qreal CadenceGraph::avg() const
|
qreal CadenceGraph::avg() const
|
||||||
|
@ -11,7 +11,7 @@ public:
|
|||||||
CadenceGraph(QWidget *parent = 0);
|
CadenceGraph(QWidget *parent = 0);
|
||||||
|
|
||||||
QString label() const {return tr("Cadence");}
|
QString label() const {return tr("Cadence");}
|
||||||
void loadData(const Data &data, const QList<PathItem *> &paths);
|
QList<GraphItem*> loadData(const Data &data);
|
||||||
void clear();
|
void clear();
|
||||||
void showTracks(bool show);
|
void showTracks(bool show);
|
||||||
void showRoutes(bool show) {Q_UNUSED(show);}
|
void showRoutes(bool show) {Q_UNUSED(show);}
|
||||||
|
@ -65,15 +65,15 @@ void ElevationGraph::setInfo()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void ElevationGraph::loadGraph(const Graph &graph, Type type, PathItem *path)
|
GraphItem *ElevationGraph::loadGraph(const Graph &graph, Type type)
|
||||||
{
|
{
|
||||||
if (graph.size() < 2) {
|
if (graph.size() < 2) {
|
||||||
skipColor();
|
skipColor();
|
||||||
return;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
ElevationGraphItem *gi = new ElevationGraphItem(graph, _graphType);
|
ElevationGraphItem *gi = new ElevationGraphItem(graph, _graphType);
|
||||||
GraphView::addGraph(gi, path, type);
|
GraphView::addGraph(gi, type);
|
||||||
|
|
||||||
if (type == Track) {
|
if (type == Track) {
|
||||||
_trackAscent += gi->ascent();
|
_trackAscent += gi->ascent();
|
||||||
@ -86,20 +86,23 @@ void ElevationGraph::loadGraph(const Graph &graph, Type type, PathItem *path)
|
|||||||
_routeMax = nMax(_routeMax, gi->max());
|
_routeMax = nMax(_routeMax, gi->max());
|
||||||
_routeMin = nMin(_routeMin, gi->min());
|
_routeMin = nMin(_routeMin, gi->min());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return gi;
|
||||||
}
|
}
|
||||||
|
|
||||||
void ElevationGraph::loadData(const Data &data, const QList<PathItem *> &paths)
|
QList<GraphItem*> ElevationGraph::loadData(const Data &data)
|
||||||
{
|
{
|
||||||
int p = 0;
|
QList<GraphItem*> graphs;
|
||||||
|
|
||||||
for (int i = 0; i < data.tracks().count(); i++)
|
for (int i = 0; i < data.tracks().count(); i++)
|
||||||
loadGraph(data.tracks().at(i)->elevation(), Track, paths.at(p++));
|
graphs.append(loadGraph(data.tracks().at(i)->elevation(), Track));
|
||||||
for (int i = 0; i < data.routes().count(); i++)
|
for (int i = 0; i < data.routes().count(); i++)
|
||||||
loadGraph(data.routes().at(i)->elevation(), Route, paths.at(p++));
|
graphs.append(loadGraph(data.routes().at(i)->elevation(), Route));
|
||||||
|
|
||||||
setInfo();
|
setInfo();
|
||||||
|
|
||||||
redraw();
|
redraw();
|
||||||
|
|
||||||
|
return graphs;
|
||||||
}
|
}
|
||||||
|
|
||||||
void ElevationGraph::clear()
|
void ElevationGraph::clear()
|
||||||
|
@ -11,7 +11,7 @@ public:
|
|||||||
ElevationGraph(QWidget *parent = 0);
|
ElevationGraph(QWidget *parent = 0);
|
||||||
|
|
||||||
QString label() const {return tr("Elevation");}
|
QString label() const {return tr("Elevation");}
|
||||||
void loadData(const Data &data, const QList<PathItem *> &paths);
|
QList<GraphItem*> loadData(const Data &data);
|
||||||
void clear();
|
void clear();
|
||||||
void setUnits(enum Units units);
|
void setUnits(enum Units units);
|
||||||
void showTracks(bool show);
|
void showTracks(bool show);
|
||||||
@ -28,7 +28,7 @@ private:
|
|||||||
void setYUnits(Units units);
|
void setYUnits(Units units);
|
||||||
void setInfo();
|
void setInfo();
|
||||||
|
|
||||||
void loadGraph(const Graph &graph, Type type, PathItem *path);
|
GraphItem *loadGraph(const Graph &graph, Type type);
|
||||||
|
|
||||||
qreal _trackAscent, _trackDescent;
|
qreal _trackAscent, _trackDescent;
|
||||||
qreal _routeAscent, _routeDescent;
|
qreal _routeAscent, _routeDescent;
|
||||||
|
@ -42,9 +42,9 @@ ExportDialog::ExportDialog(Export *exp, QWidget *parent)
|
|||||||
_paperSize->setCurrentIndex(index);
|
_paperSize->setCurrentIndex(index);
|
||||||
|
|
||||||
_resolution = new QComboBox();
|
_resolution = new QComboBox();
|
||||||
|
_resolution->addItem("150 DPI", 150);
|
||||||
_resolution->addItem("300 DPI", 300);
|
_resolution->addItem("300 DPI", 300);
|
||||||
_resolution->addItem("600 DPI", 600);
|
_resolution->addItem("600 DPI", 600);
|
||||||
_resolution->addItem("1200 DPI", 1200);
|
|
||||||
if ((index = _resolution->findData(_export->resolution)) >= 0)
|
if ((index = _resolution->findData(_export->resolution)) >= 0)
|
||||||
_resolution->setCurrentIndex(index);
|
_resolution->setCurrentIndex(index);
|
||||||
|
|
||||||
|
@ -13,11 +13,6 @@ FileBrowser::FileBrowser(QObject *parent) : QObject(parent)
|
|||||||
_index = -1;
|
_index = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
FileBrowser::~FileBrowser()
|
|
||||||
{
|
|
||||||
delete _watcher;
|
|
||||||
}
|
|
||||||
|
|
||||||
void FileBrowser::setCurrent(const QString &path)
|
void FileBrowser::setCurrent(const QString &path)
|
||||||
{
|
{
|
||||||
QFileInfo file(path);
|
QFileInfo file(path);
|
||||||
|
@ -13,7 +13,6 @@ class FileBrowser : public QObject
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
FileBrowser(QObject *parent = 0);
|
FileBrowser(QObject *parent = 0);
|
||||||
~FileBrowser();
|
|
||||||
|
|
||||||
void setFilter(const QStringList &filter);
|
void setFilter(const QStringList &filter);
|
||||||
void setCurrent(const QString &path);
|
void setCurrent(const QString &path);
|
||||||
|
94
src/GUI/gearratiograph.cpp
Normal file
@ -0,0 +1,94 @@
|
|||||||
|
#include "data/data.h"
|
||||||
|
#include "gearratiographitem.h"
|
||||||
|
#include "gearratiograph.h"
|
||||||
|
|
||||||
|
|
||||||
|
GearRatioGraph::GearRatioGraph(QWidget *parent) : GraphTab(parent)
|
||||||
|
{
|
||||||
|
_showTracks = true;
|
||||||
|
|
||||||
|
GraphView::setYUnits("");
|
||||||
|
setYLabel(tr("Gear ratio"));
|
||||||
|
|
||||||
|
setSliderPrecision(2);
|
||||||
|
}
|
||||||
|
|
||||||
|
void GearRatioGraph::setInfo()
|
||||||
|
{
|
||||||
|
if (_showTracks) {
|
||||||
|
GraphView::addInfo(tr("Most used"), QString::number(top() * yScale(),
|
||||||
|
'f', 2) + UNIT_SPACE + yUnits());
|
||||||
|
GraphView::addInfo(tr("Minimum"), QString::number(min() * yScale(), 'f',
|
||||||
|
2) + UNIT_SPACE + yUnits());
|
||||||
|
GraphView::addInfo(tr("Maximum"), QString::number(max() * yScale(), 'f',
|
||||||
|
2) + UNIT_SPACE + yUnits());
|
||||||
|
} else
|
||||||
|
clearInfo();
|
||||||
|
}
|
||||||
|
|
||||||
|
QList<GraphItem*> GearRatioGraph::loadData(const Data &data)
|
||||||
|
{
|
||||||
|
QList<GraphItem*> graphs;
|
||||||
|
|
||||||
|
for (int i = 0; i < data.tracks().count(); i++) {
|
||||||
|
const Graph &graph = data.tracks().at(i)->ratio();
|
||||||
|
|
||||||
|
if (graph.size() < 2) {
|
||||||
|
skipColor();
|
||||||
|
graphs.append(0);
|
||||||
|
} else {
|
||||||
|
GearRatioGraphItem *gi = new GearRatioGraphItem(graph, _graphType);
|
||||||
|
GraphView::addGraph(gi);
|
||||||
|
|
||||||
|
for (QMap<qreal, qreal>::const_iterator it = gi->map().constBegin();
|
||||||
|
it != gi->map().constEnd(); ++it)
|
||||||
|
_map.insert(it.key(), _map.value(it.key()) + it.value());
|
||||||
|
graphs.append(gi);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
for (int i = 0; i < data.routes().count(); i++) {
|
||||||
|
skipColor();
|
||||||
|
graphs.append(0);
|
||||||
|
}
|
||||||
|
|
||||||
|
setInfo();
|
||||||
|
redraw();
|
||||||
|
|
||||||
|
return graphs;
|
||||||
|
}
|
||||||
|
|
||||||
|
qreal GearRatioGraph::top() const
|
||||||
|
{
|
||||||
|
qreal key = NAN, val = NAN;
|
||||||
|
|
||||||
|
for (QMap<qreal, qreal>::const_iterator it = _map.constBegin();
|
||||||
|
it != _map.constEnd(); ++it) {
|
||||||
|
if (it == _map.constBegin()) {
|
||||||
|
val = it.value();
|
||||||
|
key = it.key();
|
||||||
|
} else if (it.value() > val) {
|
||||||
|
val = it.value();
|
||||||
|
key = it.key();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return key;
|
||||||
|
}
|
||||||
|
|
||||||
|
void GearRatioGraph::clear()
|
||||||
|
{
|
||||||
|
_map.clear();
|
||||||
|
|
||||||
|
GraphView::clear();
|
||||||
|
}
|
||||||
|
|
||||||
|
void GearRatioGraph::showTracks(bool show)
|
||||||
|
{
|
||||||
|
_showTracks = show;
|
||||||
|
|
||||||
|
showGraph(show);
|
||||||
|
setInfo();
|
||||||
|
|
||||||
|
redraw();
|
||||||
|
}
|
30
src/GUI/gearratiograph.h
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
#ifndef GEARRATIOGRAPH_H
|
||||||
|
#define GEARRATIOGRAPH_H
|
||||||
|
|
||||||
|
#include <QMap>
|
||||||
|
#include "graphtab.h"
|
||||||
|
|
||||||
|
class GearRatioGraph : public GraphTab
|
||||||
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
|
public:
|
||||||
|
GearRatioGraph(QWidget *parent = 0);
|
||||||
|
|
||||||
|
QString label() const {return tr("Gear ratio");}
|
||||||
|
QList<GraphItem*> loadData(const Data &data);
|
||||||
|
void clear();
|
||||||
|
void showTracks(bool show);
|
||||||
|
|
||||||
|
private:
|
||||||
|
qreal top() const;
|
||||||
|
qreal min() const {return bounds().top();}
|
||||||
|
qreal max() const {return bounds().bottom();}
|
||||||
|
void setInfo();
|
||||||
|
|
||||||
|
QMap<qreal, qreal> _map;
|
||||||
|
|
||||||
|
bool _showTracks;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // GEARRATIOGRAPH_H
|
39
src/GUI/gearratiographitem.cpp
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
#include <QMap>
|
||||||
|
#include "tooltip.h"
|
||||||
|
#include "gearratiographitem.h"
|
||||||
|
|
||||||
|
GearRatioGraphItem::GearRatioGraphItem(const Graph &graph, GraphType type,
|
||||||
|
QGraphicsItem *parent) : GraphItem(graph, type, parent), _top(NAN)
|
||||||
|
{
|
||||||
|
qreal val = NAN;
|
||||||
|
|
||||||
|
for (int j = 1; j < graph.size(); j++) {
|
||||||
|
const GraphPoint &p = graph.at(j);
|
||||||
|
qreal val = _map.value(p.y());
|
||||||
|
_map.insert(p.y(), val + (p.s() - graph.at(j-1).s()));
|
||||||
|
}
|
||||||
|
|
||||||
|
for (QMap<qreal, qreal>::const_iterator it = _map.constBegin();
|
||||||
|
it != _map.constEnd(); ++it) {
|
||||||
|
if (it == _map.constBegin()) {
|
||||||
|
val = it.value();
|
||||||
|
_top = it.key();
|
||||||
|
} else if (it.value() > val) {
|
||||||
|
val = it.value();
|
||||||
|
_top = it.key();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
setToolTip(toolTip());
|
||||||
|
}
|
||||||
|
|
||||||
|
QString GearRatioGraphItem::toolTip() const
|
||||||
|
{
|
||||||
|
ToolTip tt;
|
||||||
|
|
||||||
|
tt.insert(tr("Minimum"), QString::number(min(), 'f', 2));
|
||||||
|
tt.insert(tr("Maximum"), QString::number(max(), 'f', 2));
|
||||||
|
tt.insert(tr("Most used"), QString::number(top(), 'f', 2));
|
||||||
|
|
||||||
|
return tt.toString();
|
||||||
|
}
|
28
src/GUI/gearratiographitem.h
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
#ifndef GEARRATIOGRAPHITEM_H
|
||||||
|
#define GEARRATIOGRAPHITEM_H
|
||||||
|
|
||||||
|
#include <QMap>
|
||||||
|
#include "graphitem.h"
|
||||||
|
|
||||||
|
class GearRatioGraphItem : public GraphItem
|
||||||
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
|
public:
|
||||||
|
GearRatioGraphItem(const Graph &graph, GraphType type,
|
||||||
|
QGraphicsItem *parent = 0);
|
||||||
|
|
||||||
|
qreal min() const {return -bounds().bottom();}
|
||||||
|
qreal max() const {return -bounds().top();}
|
||||||
|
qreal top() const {return _top;}
|
||||||
|
|
||||||
|
const QMap<qreal, qreal> &map() const {return _map;}
|
||||||
|
|
||||||
|
private:
|
||||||
|
QString toolTip() const;
|
||||||
|
|
||||||
|
QMap<qreal, qreal> _map;
|
||||||
|
qreal _top;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // GEARRATIOGRAPHITEM_H
|
@ -7,7 +7,7 @@
|
|||||||
#include "timetype.h"
|
#include "timetype.h"
|
||||||
|
|
||||||
class Data;
|
class Data;
|
||||||
class PathItem;
|
class GraphItem;
|
||||||
|
|
||||||
class GraphTab : public GraphView
|
class GraphTab : public GraphView
|
||||||
{
|
{
|
||||||
@ -19,7 +19,7 @@ public:
|
|||||||
virtual ~GraphTab() {}
|
virtual ~GraphTab() {}
|
||||||
|
|
||||||
virtual QString label() const = 0;
|
virtual QString label() const = 0;
|
||||||
virtual void loadData(const Data &data, const QList<PathItem *> &paths) = 0;
|
virtual QList<GraphItem*> loadData(const Data &data) = 0;
|
||||||
virtual void clear() {GraphView::clear();}
|
virtual void clear() {GraphView::clear();}
|
||||||
virtual void setUnits(enum Units units) {GraphView::setUnits(units);}
|
virtual void setUnits(enum Units units) {GraphView::setUnits(units);}
|
||||||
virtual void setGraphType(GraphType type) {GraphView::setGraphType(type);}
|
virtual void setGraphType(GraphType type) {GraphView::setGraphType(type);}
|
||||||
|
@ -3,6 +3,8 @@
|
|||||||
#include <QMouseEvent>
|
#include <QMouseEvent>
|
||||||
#include <QPaintEngine>
|
#include <QPaintEngine>
|
||||||
#include <QPaintDevice>
|
#include <QPaintDevice>
|
||||||
|
#include <QGraphicsSimpleTextItem>
|
||||||
|
#include <QPalette>
|
||||||
#include "data/graph.h"
|
#include "data/graph.h"
|
||||||
#include "opengl.h"
|
#include "opengl.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
@ -41,6 +43,9 @@ GraphView::GraphView(QWidget *parent)
|
|||||||
_sliderInfo->setZValue(3.0);
|
_sliderInfo->setZValue(3.0);
|
||||||
_info = new InfoItem();
|
_info = new InfoItem();
|
||||||
_grid = new GridItem();
|
_grid = new GridItem();
|
||||||
|
_message = new QGraphicsSimpleTextItem(tr("Data not available"));
|
||||||
|
_message->setBrush(QPalette().brush(QPalette::Disabled,
|
||||||
|
QPalette::WindowText));
|
||||||
|
|
||||||
connect(_slider, SIGNAL(positionChanged(const QPointF&)), this,
|
connect(_slider, SIGNAL(positionChanged(const QPointF&)), this,
|
||||||
SLOT(emitSliderPositionChanged(const QPointF&)));
|
SLOT(emitSliderPositionChanged(const QPointF&)));
|
||||||
@ -63,30 +68,27 @@ GraphView::GraphView(QWidget *parent)
|
|||||||
|
|
||||||
GraphView::~GraphView()
|
GraphView::~GraphView()
|
||||||
{
|
{
|
||||||
if (_xAxis->scene() != _scene)
|
delete _xAxis;
|
||||||
delete _xAxis;
|
delete _yAxis;
|
||||||
if (_yAxis->scene() != _scene)
|
delete _slider;
|
||||||
delete _yAxis;
|
delete _info;
|
||||||
if (_slider->scene() != _scene)
|
delete _grid;
|
||||||
delete _slider;
|
delete _message;
|
||||||
if (_info->scene() != _scene)
|
|
||||||
delete _info;
|
|
||||||
if (_grid->scene() != _scene)
|
|
||||||
delete _grid;
|
|
||||||
|
|
||||||
for (int i = 0; i < _graphs.count(); i++)
|
for (int i = 0; i < _graphs.count(); i++)
|
||||||
if (_graphs.at(i)->scene() != _scene)
|
delete _graphs[i];
|
||||||
delete _graphs[i];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void GraphView::createXLabel()
|
void GraphView::createXLabel()
|
||||||
{
|
{
|
||||||
_xAxis->setLabel(QString("%1 [%2]").arg(_xLabel, _xUnits));
|
_xAxis->setLabel(QString("%1 [%2]").arg(_xLabel,
|
||||||
|
_xUnits.isEmpty() ? "-" : _xUnits));
|
||||||
}
|
}
|
||||||
|
|
||||||
void GraphView::createYLabel()
|
void GraphView::createYLabel()
|
||||||
{
|
{
|
||||||
_yAxis->setLabel(QString("%1 [%2]").arg(_yLabel, _yUnits));
|
_yAxis->setLabel(QString("%1 [%2]").arg(_yLabel,
|
||||||
|
_yUnits.isEmpty() ? "-" : _yUnits));
|
||||||
}
|
}
|
||||||
|
|
||||||
void GraphView::setYLabel(const QString &label)
|
void GraphView::setYLabel(const QString &label)
|
||||||
@ -163,9 +165,16 @@ void GraphView::setGraphType(GraphType type)
|
|||||||
_bounds = QRectF();
|
_bounds = QRectF();
|
||||||
|
|
||||||
for (int i = 0; i < _graphs.count(); i++) {
|
for (int i = 0; i < _graphs.count(); i++) {
|
||||||
_graphs.at(i)->setGraphType(type);
|
GraphItem *gi = _graphs.at(i);
|
||||||
if (_graphs.at(i)->scene() == _scene)
|
gi->setGraphType(type);
|
||||||
_bounds |= _graphs.at(i)->bounds();
|
if (!_hide.contains(gi->id())) {
|
||||||
|
if (gi->bounds().width() > 0)
|
||||||
|
addItem(gi);
|
||||||
|
else
|
||||||
|
removeItem(gi);
|
||||||
|
}
|
||||||
|
if (gi->scene() == _scene)
|
||||||
|
_bounds |= gi->bounds();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (type == Distance)
|
if (type == Distance)
|
||||||
@ -187,7 +196,7 @@ void GraphView::showSliderInfo(bool show)
|
|||||||
_sliderInfo->setVisible(show);
|
_sliderInfo->setVisible(show);
|
||||||
}
|
}
|
||||||
|
|
||||||
void GraphView::addGraph(GraphItem *graph, PathItem *path, int id)
|
void GraphView::addGraph(GraphItem *graph, int id)
|
||||||
{
|
{
|
||||||
QColor color(_palette.nextColor());
|
QColor color(_palette.nextColor());
|
||||||
color.setAlpha(255);
|
color.setAlpha(255);
|
||||||
@ -199,17 +208,15 @@ void GraphView::addGraph(GraphItem *graph, PathItem *path, int id)
|
|||||||
|
|
||||||
connect(this, SIGNAL(sliderPositionChanged(qreal)), graph,
|
connect(this, SIGNAL(sliderPositionChanged(qreal)), graph,
|
||||||
SLOT(emitSliderPositionChanged(qreal)));
|
SLOT(emitSliderPositionChanged(qreal)));
|
||||||
connect(graph, SIGNAL(sliderPositionChanged(qreal)), path,
|
|
||||||
SLOT(moveMarker(qreal)));
|
|
||||||
connect(path, SIGNAL(selected(bool)), graph, SLOT(hover(bool)));
|
|
||||||
connect(graph, SIGNAL(selected(bool)), path, SLOT(hover(bool)));
|
|
||||||
|
|
||||||
_graphs.append(graph);
|
_graphs.append(graph);
|
||||||
|
|
||||||
if (!_hide.contains(id)) {
|
if (!_hide.contains(id)) {
|
||||||
_visible.append(graph);
|
_visible.append(graph);
|
||||||
_scene->addItem(graph);
|
if (graph->bounds().width() > 0) {
|
||||||
_bounds |= graph->bounds();
|
_scene->addItem(graph);
|
||||||
|
_bounds |= graph->bounds();
|
||||||
|
}
|
||||||
setXUnits();
|
setXUnits();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -236,13 +243,15 @@ void GraphView::showGraph(bool show, int id)
|
|||||||
_visible.clear();
|
_visible.clear();
|
||||||
_bounds = QRectF();
|
_bounds = QRectF();
|
||||||
for (int i = 0; i < _graphs.count(); i++) {
|
for (int i = 0; i < _graphs.count(); i++) {
|
||||||
GraphItem* gi = _graphs.at(i);
|
GraphItem *gi = _graphs.at(i);
|
||||||
if (_hide.contains(gi->id()))
|
if (_hide.contains(gi->id()))
|
||||||
removeItem(gi);
|
removeItem(gi);
|
||||||
else {
|
else {
|
||||||
addItem(gi);
|
|
||||||
_visible.append(gi);
|
_visible.append(gi);
|
||||||
_bounds |= gi->bounds();
|
if (gi->bounds().width() > 0) {
|
||||||
|
addItem(gi);
|
||||||
|
_bounds |= gi->bounds();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -256,7 +265,8 @@ QRectF GraphView::bounds() const
|
|||||||
|
|
||||||
void GraphView::redraw()
|
void GraphView::redraw()
|
||||||
{
|
{
|
||||||
redraw(viewport()->size() - QSizeF(MARGIN, MARGIN));
|
if (!_graphs.isEmpty())
|
||||||
|
redraw(viewport()->size() - QSizeF(MARGIN, MARGIN));
|
||||||
}
|
}
|
||||||
|
|
||||||
void GraphView::redraw(const QSizeF &size)
|
void GraphView::redraw(const QSizeF &size)
|
||||||
@ -267,16 +277,18 @@ void GraphView::redraw(const QSizeF &size)
|
|||||||
qreal sx, sy;
|
qreal sx, sy;
|
||||||
|
|
||||||
|
|
||||||
if (_visible.isEmpty() || _bounds.isNull()) {
|
if (_bounds.isNull()) {
|
||||||
removeItem(_xAxis);
|
removeItem(_xAxis);
|
||||||
removeItem(_yAxis);
|
removeItem(_yAxis);
|
||||||
removeItem(_slider);
|
removeItem(_slider);
|
||||||
removeItem(_info);
|
removeItem(_info);
|
||||||
removeItem(_grid);
|
removeItem(_grid);
|
||||||
_scene->setSceneRect(QRectF());
|
addItem(_message);
|
||||||
|
_scene->setSceneRect(_scene->itemsBoundingRect());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
removeItem(_message);
|
||||||
addItem(_xAxis);
|
addItem(_xAxis);
|
||||||
addItem(_yAxis);
|
addItem(_yAxis);
|
||||||
addItem(_slider);
|
addItem(_slider);
|
||||||
@ -312,6 +324,7 @@ void GraphView::redraw(const QSizeF &size)
|
|||||||
if (r.height() < _minYRange * sy)
|
if (r.height() < _minYRange * sy)
|
||||||
r.adjust(0, -(_minYRange/2 * sy - r.height()/2), 0,
|
r.adjust(0, -(_minYRange/2 * sy - r.height()/2), 0,
|
||||||
(_minYRange/2) * sy - r.height()/2);
|
(_minYRange/2) * sy - r.height()/2);
|
||||||
|
r = r.toRect();
|
||||||
|
|
||||||
_xAxis->setSize(r.width());
|
_xAxis->setSize(r.width());
|
||||||
_yAxis->setSize(r.height());
|
_yAxis->setSize(r.height());
|
||||||
@ -333,9 +346,11 @@ void GraphView::redraw(const QSizeF &size)
|
|||||||
_scene->setSceneRect(_scene->itemsBoundingRect());
|
_scene->setSceneRect(_scene->itemsBoundingRect());
|
||||||
}
|
}
|
||||||
|
|
||||||
void GraphView::resizeEvent(QResizeEvent *)
|
void GraphView::resizeEvent(QResizeEvent *e)
|
||||||
{
|
{
|
||||||
redraw();
|
redraw(e->size() - QSizeF(MARGIN, MARGIN));
|
||||||
|
|
||||||
|
QGraphicsView::resizeEvent(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
void GraphView::mousePressEvent(QMouseEvent *e)
|
void GraphView::mousePressEvent(QMouseEvent *e)
|
||||||
|
@ -7,15 +7,16 @@
|
|||||||
#include "data/graph.h"
|
#include "data/graph.h"
|
||||||
#include "palette.h"
|
#include "palette.h"
|
||||||
#include "units.h"
|
#include "units.h"
|
||||||
|
#include "infoitem.h"
|
||||||
|
|
||||||
|
|
||||||
class AxisItem;
|
class AxisItem;
|
||||||
class SliderItem;
|
class SliderItem;
|
||||||
class SliderInfoItem;
|
class SliderInfoItem;
|
||||||
class InfoItem;
|
|
||||||
class GraphItem;
|
class GraphItem;
|
||||||
class PathItem;
|
class PathItem;
|
||||||
class GridItem;
|
class GridItem;
|
||||||
|
class QGraphicsSimpleTextItem;
|
||||||
|
|
||||||
class GraphView : public QGraphicsView
|
class GraphView : public QGraphicsView
|
||||||
{
|
{
|
||||||
@ -26,6 +27,7 @@ public:
|
|||||||
~GraphView();
|
~GraphView();
|
||||||
|
|
||||||
bool isEmpty() const {return _graphs.isEmpty();}
|
bool isEmpty() const {return _graphs.isEmpty();}
|
||||||
|
const QList<KV> &info() const {return _info->info();}
|
||||||
void clear();
|
void clear();
|
||||||
|
|
||||||
void plot(QPainter *painter, const QRectF &target, qreal scale);
|
void plot(QPainter *painter, const QRectF &target, qreal scale);
|
||||||
@ -44,7 +46,7 @@ signals:
|
|||||||
void sliderPositionChanged(qreal);
|
void sliderPositionChanged(qreal);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void addGraph(GraphItem *graph, PathItem *path, int id = 0);
|
void addGraph(GraphItem *graph, int id = 0);
|
||||||
|
|
||||||
void showGraph(bool show, int id = 0);
|
void showGraph(bool show, int id = 0);
|
||||||
void setGraphType(GraphType type);
|
void setGraphType(GraphType type);
|
||||||
@ -64,7 +66,6 @@ protected:
|
|||||||
|
|
||||||
QRectF bounds() const;
|
QRectF bounds() const;
|
||||||
void redraw();
|
void redraw();
|
||||||
void redraw(const QSizeF &size);
|
|
||||||
void addInfo(const QString &key, const QString &value);
|
void addInfo(const QString &key, const QString &value);
|
||||||
void clearInfo();
|
void clearInfo();
|
||||||
void skipColor() {_palette.nextColor();}
|
void skipColor() {_palette.nextColor();}
|
||||||
@ -77,6 +78,7 @@ private slots:
|
|||||||
void newSliderPosition(const QPointF &pos);
|
void newSliderPosition(const QPointF &pos);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
void redraw(const QSizeF &size);
|
||||||
void setXUnits();
|
void setXUnits();
|
||||||
void createXLabel();
|
void createXLabel();
|
||||||
void createYLabel();
|
void createYLabel();
|
||||||
@ -85,8 +87,8 @@ private:
|
|||||||
void removeItem(QGraphicsItem *item);
|
void removeItem(QGraphicsItem *item);
|
||||||
void addItem(QGraphicsItem *item);
|
void addItem(QGraphicsItem *item);
|
||||||
|
|
||||||
void resizeEvent(QResizeEvent *);
|
void resizeEvent(QResizeEvent *e);
|
||||||
void mousePressEvent(QMouseEvent *);
|
void mousePressEvent(QMouseEvent *e);
|
||||||
|
|
||||||
Units _units;
|
Units _units;
|
||||||
qreal _xScale, _yScale;
|
qreal _xScale, _yScale;
|
||||||
@ -104,6 +106,7 @@ private:
|
|||||||
SliderInfoItem *_sliderInfo;
|
SliderInfoItem *_sliderInfo;
|
||||||
InfoItem *_info;
|
InfoItem *_info;
|
||||||
GridItem *_grid;
|
GridItem *_grid;
|
||||||
|
QGraphicsSimpleTextItem *_message;
|
||||||
|
|
||||||
QList<GraphItem*> _visible;
|
QList<GraphItem*> _visible;
|
||||||
QSet<int> _hide;
|
QSet<int> _hide;
|
||||||
|
@ -4,13 +4,6 @@
|
|||||||
|
|
||||||
#define GRID_WIDTH 0
|
#define GRID_WIDTH 0
|
||||||
|
|
||||||
GridItem::GridItem(QGraphicsItem *parent) : QGraphicsItem(parent)
|
|
||||||
{
|
|
||||||
#ifndef Q_OS_MAC
|
|
||||||
setCacheMode(QGraphicsItem::DeviceCoordinateCache);
|
|
||||||
#endif // Q_OS_MAC
|
|
||||||
}
|
|
||||||
|
|
||||||
void GridItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *option,
|
void GridItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *option,
|
||||||
QWidget *widget)
|
QWidget *widget)
|
||||||
{
|
{
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
class GridItem : public QGraphicsItem
|
class GridItem : public QGraphicsItem
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
GridItem(QGraphicsItem *parent = 0);
|
GridItem(QGraphicsItem *parent = 0): QGraphicsItem(parent) {}
|
||||||
|
|
||||||
QRectF boundingRect() const {return _boundingRect;}
|
QRectF boundingRect() const {return _boundingRect;}
|
||||||
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option,
|
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option,
|
||||||
|
379
src/GUI/gui.cpp
@ -1,3 +1,4 @@
|
|||||||
|
#include "config.h"
|
||||||
#include <QApplication>
|
#include <QApplication>
|
||||||
#include <QSplitter>
|
#include <QSplitter>
|
||||||
#include <QVBoxLayout>
|
#include <QVBoxLayout>
|
||||||
@ -22,10 +23,16 @@
|
|||||||
#include <QMimeData>
|
#include <QMimeData>
|
||||||
#include <QUrl>
|
#include <QUrl>
|
||||||
#include <QPixmapCache>
|
#include <QPixmapCache>
|
||||||
|
#ifdef ENABLE_HIDPI
|
||||||
|
#include <QWindow>
|
||||||
|
#include <QScreen>
|
||||||
|
#endif // ENABLE_HIDPI
|
||||||
|
#include <QStyle>
|
||||||
#include "data/data.h"
|
#include "data/data.h"
|
||||||
|
#include "data/poi.h"
|
||||||
#include "map/maplist.h"
|
#include "map/maplist.h"
|
||||||
#include "map/emptymap.h"
|
#include "map/emptymap.h"
|
||||||
#include "config.h"
|
#include "map/downloader.h"
|
||||||
#include "icons.h"
|
#include "icons.h"
|
||||||
#include "keys.h"
|
#include "keys.h"
|
||||||
#include "settings.h"
|
#include "settings.h"
|
||||||
@ -35,14 +42,19 @@
|
|||||||
#include "temperaturegraph.h"
|
#include "temperaturegraph.h"
|
||||||
#include "cadencegraph.h"
|
#include "cadencegraph.h"
|
||||||
#include "powergraph.h"
|
#include "powergraph.h"
|
||||||
|
#include "gearratiograph.h"
|
||||||
#include "mapview.h"
|
#include "mapview.h"
|
||||||
#include "trackinfo.h"
|
#include "trackinfo.h"
|
||||||
#include "filebrowser.h"
|
#include "filebrowser.h"
|
||||||
#include "cpuarch.h"
|
#include "cpuarch.h"
|
||||||
#include "graphtab.h"
|
#include "graphtab.h"
|
||||||
|
#include "graphitem.h"
|
||||||
|
#include "pathitem.h"
|
||||||
#include "gui.h"
|
#include "gui.h"
|
||||||
|
|
||||||
|
|
||||||
|
#define TOOLBAR_ICON_SIZE 22
|
||||||
|
|
||||||
GUI::GUI()
|
GUI::GUI()
|
||||||
{
|
{
|
||||||
loadMaps();
|
loadMaps();
|
||||||
@ -57,17 +69,17 @@ GUI::GUI()
|
|||||||
|
|
||||||
createBrowser();
|
createBrowser();
|
||||||
|
|
||||||
QSplitter *splitter = new QSplitter();
|
_splitter = new QSplitter();
|
||||||
splitter->setOrientation(Qt::Vertical);
|
_splitter->setOrientation(Qt::Vertical);
|
||||||
splitter->setChildrenCollapsible(false);
|
_splitter->setChildrenCollapsible(false);
|
||||||
splitter->addWidget(_mapView);
|
_splitter->addWidget(_mapView);
|
||||||
splitter->addWidget(_graphTabWidget);
|
_splitter->addWidget(_graphTabWidget);
|
||||||
splitter->setContentsMargins(0, 0, 0, 0);
|
_splitter->setContentsMargins(0, 0, 0, 0);
|
||||||
splitter->setStretchFactor(0, 255);
|
_splitter->setStretchFactor(0, 255);
|
||||||
splitter->setStretchFactor(1, 1);
|
_splitter->setStretchFactor(1, 1);
|
||||||
setCentralWidget(splitter);
|
setCentralWidget(_splitter);
|
||||||
|
|
||||||
setWindowIcon(QIcon(QPixmap(APP_ICON)));
|
setWindowIcon(QIcon(APP_ICON));
|
||||||
setWindowTitle(APP_NAME);
|
setWindowTitle(APP_NAME);
|
||||||
setUnifiedTitleAndToolBarOnMac(true);
|
setUnifiedTitleAndToolBarOnMac(true);
|
||||||
setAcceptDrops(true);
|
setAcceptDrops(true);
|
||||||
@ -93,14 +105,6 @@ GUI::GUI()
|
|||||||
updateStatusBarInfo();
|
updateStatusBarInfo();
|
||||||
}
|
}
|
||||||
|
|
||||||
GUI::~GUI()
|
|
||||||
{
|
|
||||||
for (int i = 0; i < _tabs.size(); i++) {
|
|
||||||
if (_graphTabWidget->indexOf(_tabs.at(i)) < 0)
|
|
||||||
delete _tabs.at(i);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
void GUI::loadMaps()
|
void GUI::loadMaps()
|
||||||
{
|
{
|
||||||
_ml = new MapList(this);
|
_ml = new MapList(this);
|
||||||
@ -145,6 +149,7 @@ void GUI::createMapActions()
|
|||||||
|
|
||||||
for (int i = 0; i < _ml->maps().count(); i++) {
|
for (int i = 0; i < _ml->maps().count(); i++) {
|
||||||
QAction *a = new QAction(_ml->maps().at(i)->name(), this);
|
QAction *a = new QAction(_ml->maps().at(i)->name(), this);
|
||||||
|
a->setMenuRole(QAction::NoRole);
|
||||||
a->setCheckable(true);
|
a->setCheckable(true);
|
||||||
a->setActionGroup(_mapsActionGroup);
|
a->setActionGroup(_mapsActionGroup);
|
||||||
|
|
||||||
@ -173,6 +178,7 @@ QAction *GUI::createPOIFileAction(int index)
|
|||||||
{
|
{
|
||||||
QAction *a = new QAction(QFileInfo(_poi->files().at(index)).fileName(),
|
QAction *a = new QAction(QFileInfo(_poi->files().at(index)).fileName(),
|
||||||
this);
|
this);
|
||||||
|
a->setMenuRole(QAction::NoRole);
|
||||||
a->setCheckable(true);
|
a->setCheckable(true);
|
||||||
|
|
||||||
_poiFilesSignalMapper->setMapping(a, index);
|
_poiFilesSignalMapper->setMapping(a, index);
|
||||||
@ -196,7 +202,7 @@ void GUI::createActions()
|
|||||||
_navigationActionGroup->setEnabled(false);
|
_navigationActionGroup->setEnabled(false);
|
||||||
|
|
||||||
// General actions
|
// General actions
|
||||||
_exitAction = new QAction(QIcon(QPixmap(QUIT_ICON)), tr("Quit"), this);
|
_exitAction = new QAction(QIcon(QUIT_ICON), tr("Quit"), this);
|
||||||
_exitAction->setShortcut(QUIT_SHORTCUT);
|
_exitAction->setShortcut(QUIT_SHORTCUT);
|
||||||
_exitAction->setMenuRole(QAction::QuitRole);
|
_exitAction->setMenuRole(QAction::QuitRole);
|
||||||
connect(_exitAction, SIGNAL(triggered()), this, SLOT(close()));
|
connect(_exitAction, SIGNAL(triggered()), this, SLOT(close()));
|
||||||
@ -204,61 +210,75 @@ void GUI::createActions()
|
|||||||
|
|
||||||
// Help & About
|
// Help & About
|
||||||
_pathsAction = new QAction(tr("Paths"), this);
|
_pathsAction = new QAction(tr("Paths"), this);
|
||||||
|
_pathsAction->setMenuRole(QAction::NoRole);
|
||||||
connect(_pathsAction, SIGNAL(triggered()), this, SLOT(paths()));
|
connect(_pathsAction, SIGNAL(triggered()), this, SLOT(paths()));
|
||||||
_keysAction = new QAction(tr("Keyboard controls"), this);
|
_keysAction = new QAction(tr("Keyboard controls"), this);
|
||||||
|
_keysAction->setMenuRole(QAction::NoRole);
|
||||||
connect(_keysAction, SIGNAL(triggered()), this, SLOT(keys()));
|
connect(_keysAction, SIGNAL(triggered()), this, SLOT(keys()));
|
||||||
_aboutAction = new QAction(QIcon(QPixmap(APP_ICON)),
|
_aboutAction = new QAction(QIcon(APP_ICON), tr("About GPXSee"), this);
|
||||||
tr("About GPXSee"), this);
|
|
||||||
_aboutAction->setMenuRole(QAction::AboutRole);
|
_aboutAction->setMenuRole(QAction::AboutRole);
|
||||||
connect(_aboutAction, SIGNAL(triggered()), this, SLOT(about()));
|
connect(_aboutAction, SIGNAL(triggered()), this, SLOT(about()));
|
||||||
|
|
||||||
// File actions
|
// File actions
|
||||||
_openFileAction = new QAction(QIcon(QPixmap(OPEN_FILE_ICON)),
|
_openFileAction = new QAction(QIcon(OPEN_FILE_ICON), tr("Open..."), this);
|
||||||
tr("Open..."), this);
|
_openFileAction->setMenuRole(QAction::NoRole);
|
||||||
_openFileAction->setShortcut(OPEN_SHORTCUT);
|
_openFileAction->setShortcut(OPEN_SHORTCUT);
|
||||||
connect(_openFileAction, SIGNAL(triggered()), this, SLOT(openFile()));
|
connect(_openFileAction, SIGNAL(triggered()), this, SLOT(openFile()));
|
||||||
addAction(_openFileAction);
|
addAction(_openFileAction);
|
||||||
_printFileAction = new QAction(QIcon(QPixmap(PRINT_FILE_ICON)),
|
_printFileAction = new QAction(QIcon(PRINT_FILE_ICON), tr("Print..."),
|
||||||
tr("Print..."), this);
|
this);
|
||||||
|
_printFileAction->setMenuRole(QAction::NoRole);
|
||||||
_printFileAction->setActionGroup(_fileActionGroup);
|
_printFileAction->setActionGroup(_fileActionGroup);
|
||||||
connect(_printFileAction, SIGNAL(triggered()), this, SLOT(printFile()));
|
connect(_printFileAction, SIGNAL(triggered()), this, SLOT(printFile()));
|
||||||
addAction(_printFileAction);
|
addAction(_printFileAction);
|
||||||
_exportFileAction = new QAction(QIcon(QPixmap(EXPORT_FILE_ICON)),
|
_exportFileAction = new QAction(QIcon(EXPORT_FILE_ICON),
|
||||||
tr("Export to PDF..."), this);
|
tr("Export to PDF..."), this);
|
||||||
|
_exportFileAction->setMenuRole(QAction::NoRole);
|
||||||
_exportFileAction->setShortcut(EXPORT_SHORTCUT);
|
_exportFileAction->setShortcut(EXPORT_SHORTCUT);
|
||||||
_exportFileAction->setActionGroup(_fileActionGroup);
|
_exportFileAction->setActionGroup(_fileActionGroup);
|
||||||
connect(_exportFileAction, SIGNAL(triggered()), this, SLOT(exportFile()));
|
connect(_exportFileAction, SIGNAL(triggered()), this, SLOT(exportFile()));
|
||||||
addAction(_exportFileAction);
|
addAction(_exportFileAction);
|
||||||
_closeFileAction = new QAction(QIcon(QPixmap(CLOSE_FILE_ICON)),
|
_closeFileAction = new QAction(QIcon(CLOSE_FILE_ICON), tr("Close"), this);
|
||||||
tr("Close"), this);
|
_closeFileAction->setMenuRole(QAction::NoRole);
|
||||||
_closeFileAction->setShortcut(CLOSE_SHORTCUT);
|
_closeFileAction->setShortcut(CLOSE_SHORTCUT);
|
||||||
_closeFileAction->setActionGroup(_fileActionGroup);
|
_closeFileAction->setActionGroup(_fileActionGroup);
|
||||||
connect(_closeFileAction, SIGNAL(triggered()), this, SLOT(closeAll()));
|
connect(_closeFileAction, SIGNAL(triggered()), this, SLOT(closeAll()));
|
||||||
addAction(_closeFileAction);
|
addAction(_closeFileAction);
|
||||||
_reloadFileAction = new QAction(QIcon(QPixmap(RELOAD_FILE_ICON)),
|
_reloadFileAction = new QAction(QIcon(RELOAD_FILE_ICON), tr("Reload"),
|
||||||
tr("Reload"), this);
|
this);
|
||||||
|
_reloadFileAction->setMenuRole(QAction::NoRole);
|
||||||
_reloadFileAction->setShortcut(RELOAD_SHORTCUT);
|
_reloadFileAction->setShortcut(RELOAD_SHORTCUT);
|
||||||
_reloadFileAction->setActionGroup(_fileActionGroup);
|
_reloadFileAction->setActionGroup(_fileActionGroup);
|
||||||
connect(_reloadFileAction, SIGNAL(triggered()), this, SLOT(reloadFile()));
|
connect(_reloadFileAction, SIGNAL(triggered()), this, SLOT(reloadFile()));
|
||||||
addAction(_reloadFileAction);
|
addAction(_reloadFileAction);
|
||||||
|
_statisticsAction = new QAction(tr("Statistics..."), this);
|
||||||
|
_statisticsAction->setMenuRole(QAction::NoRole);
|
||||||
|
_statisticsAction->setShortcut(STATISTICS_SHORTCUT);
|
||||||
|
_statisticsAction->setActionGroup(_fileActionGroup);
|
||||||
|
connect(_statisticsAction, SIGNAL(triggered()), this, SLOT(statistics()));
|
||||||
|
addAction(_statisticsAction);
|
||||||
|
|
||||||
// POI actions
|
// POI actions
|
||||||
_openPOIAction = new QAction(QIcon(QPixmap(OPEN_FILE_ICON)),
|
_openPOIAction = new QAction(QIcon(OPEN_FILE_ICON), tr("Load POI file..."),
|
||||||
tr("Load POI file..."), this);
|
this);
|
||||||
|
_openPOIAction->setMenuRole(QAction::NoRole);
|
||||||
connect(_openPOIAction, SIGNAL(triggered()), this, SLOT(openPOIFile()));
|
connect(_openPOIAction, SIGNAL(triggered()), this, SLOT(openPOIFile()));
|
||||||
_closePOIAction = new QAction(QIcon(QPixmap(CLOSE_FILE_ICON)),
|
_closePOIAction = new QAction(QIcon(CLOSE_FILE_ICON), tr("Close POI files"),
|
||||||
tr("Close POI files"), this);
|
this);
|
||||||
|
_closePOIAction->setMenuRole(QAction::NoRole);
|
||||||
connect(_closePOIAction, SIGNAL(triggered()), this, SLOT(closePOIFiles()));
|
connect(_closePOIAction, SIGNAL(triggered()), this, SLOT(closePOIFiles()));
|
||||||
_overlapPOIAction = new QAction(tr("Overlap POIs"), this);
|
_overlapPOIAction = new QAction(tr("Overlap POIs"), this);
|
||||||
|
_overlapPOIAction->setMenuRole(QAction::NoRole);
|
||||||
_overlapPOIAction->setCheckable(true);
|
_overlapPOIAction->setCheckable(true);
|
||||||
connect(_overlapPOIAction, SIGNAL(triggered(bool)), _mapView,
|
connect(_overlapPOIAction, SIGNAL(triggered(bool)), _mapView,
|
||||||
SLOT(setPOIOverlap(bool)));
|
SLOT(setPOIOverlap(bool)));
|
||||||
_showPOILabelsAction = new QAction(tr("Show POI labels"), this);
|
_showPOILabelsAction = new QAction(tr("Show POI labels"), this);
|
||||||
|
_showPOILabelsAction->setMenuRole(QAction::NoRole);
|
||||||
_showPOILabelsAction->setCheckable(true);
|
_showPOILabelsAction->setCheckable(true);
|
||||||
connect(_showPOILabelsAction, SIGNAL(triggered(bool)), _mapView,
|
connect(_showPOILabelsAction, SIGNAL(triggered(bool)), _mapView,
|
||||||
SLOT(showPOILabels(bool)));
|
SLOT(showPOILabels(bool)));
|
||||||
_showPOIAction = new QAction(QIcon(QPixmap(SHOW_POI_ICON)),
|
_showPOIAction = new QAction(QIcon(SHOW_POI_ICON), tr("Show POIs"), this);
|
||||||
tr("Show POIs"), this);
|
_showPOIAction->setMenuRole(QAction::NoRole);
|
||||||
_showPOIAction->setCheckable(true);
|
_showPOIAction->setCheckable(true);
|
||||||
_showPOIAction->setShortcut(SHOW_POI_SHORTCUT);
|
_showPOIAction->setShortcut(SHOW_POI_SHORTCUT);
|
||||||
connect(_showPOIAction, SIGNAL(triggered(bool)), _mapView,
|
connect(_showPOIAction, SIGNAL(triggered(bool)), _mapView,
|
||||||
@ -267,25 +287,30 @@ void GUI::createActions()
|
|||||||
createPOIFilesActions();
|
createPOIFilesActions();
|
||||||
|
|
||||||
// Map actions
|
// Map actions
|
||||||
_showMapAction = new QAction(QIcon(QPixmap(SHOW_MAP_ICON)), tr("Show map"),
|
_showMapAction = new QAction(QIcon(SHOW_MAP_ICON), tr("Show map"),
|
||||||
this);
|
this);
|
||||||
|
_showMapAction->setMenuRole(QAction::NoRole);
|
||||||
_showMapAction->setCheckable(true);
|
_showMapAction->setCheckable(true);
|
||||||
_showMapAction->setShortcut(SHOW_MAP_SHORTCUT);
|
_showMapAction->setShortcut(SHOW_MAP_SHORTCUT);
|
||||||
connect(_showMapAction, SIGNAL(triggered(bool)), _mapView,
|
connect(_showMapAction, SIGNAL(triggered(bool)), _mapView,
|
||||||
SLOT(showMap(bool)));
|
SLOT(showMap(bool)));
|
||||||
addAction(_showMapAction);
|
addAction(_showMapAction);
|
||||||
_loadMapAction = new QAction(QIcon(QPixmap(OPEN_FILE_ICON)),
|
_loadMapAction = new QAction(QIcon(OPEN_FILE_ICON), tr("Load map..."),
|
||||||
tr("Load map..."), this);
|
this);
|
||||||
|
_loadMapAction->setMenuRole(QAction::NoRole);
|
||||||
connect(_loadMapAction, SIGNAL(triggered()), this, SLOT(loadMap()));
|
connect(_loadMapAction, SIGNAL(triggered()), this, SLOT(loadMap()));
|
||||||
_clearMapCacheAction = new QAction(tr("Clear tile cache"), this);
|
_clearMapCacheAction = new QAction(tr("Clear tile cache"), this);
|
||||||
|
_clearMapCacheAction->setMenuRole(QAction::NoRole);
|
||||||
connect(_clearMapCacheAction, SIGNAL(triggered()), _mapView,
|
connect(_clearMapCacheAction, SIGNAL(triggered()), _mapView,
|
||||||
SLOT(clearMapCache()));
|
SLOT(clearMapCache()));
|
||||||
createMapActions();
|
createMapActions();
|
||||||
_nextMapAction = new QAction(tr("Next map"), this);
|
_nextMapAction = new QAction(tr("Next map"), this);
|
||||||
|
_nextMapAction->setMenuRole(QAction::NoRole);
|
||||||
_nextMapAction->setShortcut(NEXT_MAP_SHORTCUT);
|
_nextMapAction->setShortcut(NEXT_MAP_SHORTCUT);
|
||||||
connect(_nextMapAction, SIGNAL(triggered()), this, SLOT(nextMap()));
|
connect(_nextMapAction, SIGNAL(triggered()), this, SLOT(nextMap()));
|
||||||
addAction(_nextMapAction);
|
addAction(_nextMapAction);
|
||||||
_prevMapAction = new QAction(tr("Next map"), this);
|
_prevMapAction = new QAction(tr("Next map"), this);
|
||||||
|
_prevMapAction->setMenuRole(QAction::NoRole);
|
||||||
_prevMapAction->setShortcut(PREV_MAP_SHORTCUT);
|
_prevMapAction->setShortcut(PREV_MAP_SHORTCUT);
|
||||||
connect(_prevMapAction, SIGNAL(triggered()), this, SLOT(prevMap()));
|
connect(_prevMapAction, SIGNAL(triggered()), this, SLOT(prevMap()));
|
||||||
addAction(_prevMapAction);
|
addAction(_prevMapAction);
|
||||||
@ -296,29 +321,35 @@ void GUI::createActions()
|
|||||||
|
|
||||||
// Data actions
|
// Data actions
|
||||||
_showTracksAction = new QAction(tr("Show tracks"), this);
|
_showTracksAction = new QAction(tr("Show tracks"), this);
|
||||||
|
_showTracksAction->setMenuRole(QAction::NoRole);
|
||||||
_showTracksAction->setCheckable(true);
|
_showTracksAction->setCheckable(true);
|
||||||
connect(_showTracksAction, SIGNAL(triggered(bool)), this,
|
connect(_showTracksAction, SIGNAL(triggered(bool)), this,
|
||||||
SLOT(showTracks(bool)));
|
SLOT(showTracks(bool)));
|
||||||
_showRoutesAction = new QAction(tr("Show routes"), this);
|
_showRoutesAction = new QAction(tr("Show routes"), this);
|
||||||
|
_showRoutesAction->setMenuRole(QAction::NoRole);
|
||||||
_showRoutesAction->setCheckable(true);
|
_showRoutesAction->setCheckable(true);
|
||||||
connect(_showRoutesAction, SIGNAL(triggered(bool)), this,
|
connect(_showRoutesAction, SIGNAL(triggered(bool)), this,
|
||||||
SLOT(showRoutes(bool)));
|
SLOT(showRoutes(bool)));
|
||||||
_showWaypointsAction = new QAction(tr("Show waypoints"), this);
|
_showWaypointsAction = new QAction(tr("Show waypoints"), this);
|
||||||
|
_showWaypointsAction->setMenuRole(QAction::NoRole);
|
||||||
_showWaypointsAction->setCheckable(true);
|
_showWaypointsAction->setCheckable(true);
|
||||||
connect(_showWaypointsAction, SIGNAL(triggered(bool)), _mapView,
|
connect(_showWaypointsAction, SIGNAL(triggered(bool)), _mapView,
|
||||||
SLOT(showWaypoints(bool)));
|
SLOT(showWaypoints(bool)));
|
||||||
_showWaypointLabelsAction = new QAction(tr("Waypoint labels"), this);
|
_showWaypointLabelsAction = new QAction(tr("Waypoint labels"), this);
|
||||||
|
_showWaypointLabelsAction->setMenuRole(QAction::NoRole);
|
||||||
_showWaypointLabelsAction->setCheckable(true);
|
_showWaypointLabelsAction->setCheckable(true);
|
||||||
connect(_showWaypointLabelsAction, SIGNAL(triggered(bool)), _mapView,
|
connect(_showWaypointLabelsAction, SIGNAL(triggered(bool)), _mapView,
|
||||||
SLOT(showWaypointLabels(bool)));
|
SLOT(showWaypointLabels(bool)));
|
||||||
_showRouteWaypointsAction = new QAction(tr("Route waypoints"), this);
|
_showRouteWaypointsAction = new QAction(tr("Route waypoints"), this);
|
||||||
|
_showRouteWaypointsAction->setMenuRole(QAction::NoRole);
|
||||||
_showRouteWaypointsAction->setCheckable(true);
|
_showRouteWaypointsAction->setCheckable(true);
|
||||||
connect(_showRouteWaypointsAction, SIGNAL(triggered(bool)), _mapView,
|
connect(_showRouteWaypointsAction, SIGNAL(triggered(bool)), _mapView,
|
||||||
SLOT(showRouteWaypoints(bool)));
|
SLOT(showRouteWaypoints(bool)));
|
||||||
|
|
||||||
// Graph actions
|
// Graph actions
|
||||||
_showGraphsAction = new QAction(QIcon(QPixmap(SHOW_GRAPHS_ICON)),
|
_showGraphsAction = new QAction(QIcon(SHOW_GRAPHS_ICON), tr("Show graphs"),
|
||||||
tr("Show graphs"), this);
|
this);
|
||||||
|
_showGraphsAction->setMenuRole(QAction::NoRole);
|
||||||
_showGraphsAction->setCheckable(true);
|
_showGraphsAction->setCheckable(true);
|
||||||
_showGraphsAction->setShortcut(SHOW_GRAPHS_SHORTCUT);
|
_showGraphsAction->setShortcut(SHOW_GRAPHS_SHORTCUT);
|
||||||
connect(_showGraphsAction, SIGNAL(triggered(bool)), this,
|
connect(_showGraphsAction, SIGNAL(triggered(bool)), this,
|
||||||
@ -327,39 +358,46 @@ void GUI::createActions()
|
|||||||
ag = new QActionGroup(this);
|
ag = new QActionGroup(this);
|
||||||
ag->setExclusive(true);
|
ag->setExclusive(true);
|
||||||
_distanceGraphAction = new QAction(tr("Distance"), this);
|
_distanceGraphAction = new QAction(tr("Distance"), this);
|
||||||
|
_distanceGraphAction->setMenuRole(QAction::NoRole);
|
||||||
_distanceGraphAction->setCheckable(true);
|
_distanceGraphAction->setCheckable(true);
|
||||||
_distanceGraphAction->setActionGroup(ag);
|
_distanceGraphAction->setActionGroup(ag);
|
||||||
connect(_distanceGraphAction, SIGNAL(triggered()), this,
|
connect(_distanceGraphAction, SIGNAL(triggered()), this,
|
||||||
SLOT(setDistanceGraph()));
|
SLOT(setDistanceGraph()));
|
||||||
addAction(_distanceGraphAction);
|
addAction(_distanceGraphAction);
|
||||||
_timeGraphAction = new QAction(tr("Time"), this);
|
_timeGraphAction = new QAction(tr("Time"), this);
|
||||||
|
_timeGraphAction->setMenuRole(QAction::NoRole);
|
||||||
_timeGraphAction->setCheckable(true);
|
_timeGraphAction->setCheckable(true);
|
||||||
_timeGraphAction->setActionGroup(ag);
|
_timeGraphAction->setActionGroup(ag);
|
||||||
connect(_timeGraphAction, SIGNAL(triggered()), this,
|
connect(_timeGraphAction, SIGNAL(triggered()), this,
|
||||||
SLOT(setTimeGraph()));
|
SLOT(setTimeGraph()));
|
||||||
addAction(_timeGraphAction);
|
addAction(_timeGraphAction);
|
||||||
_showGraphGridAction = new QAction(tr("Show grid"), this);
|
_showGraphGridAction = new QAction(tr("Show grid"), this);
|
||||||
|
_showGraphGridAction->setMenuRole(QAction::NoRole);
|
||||||
_showGraphGridAction->setCheckable(true);
|
_showGraphGridAction->setCheckable(true);
|
||||||
connect(_showGraphGridAction, SIGNAL(triggered(bool)), this,
|
connect(_showGraphGridAction, SIGNAL(triggered(bool)), this,
|
||||||
SLOT(showGraphGrids(bool)));
|
SLOT(showGraphGrids(bool)));
|
||||||
_showGraphSliderInfoAction = new QAction(tr("Show slider info"), this);
|
_showGraphSliderInfoAction = new QAction(tr("Show slider info"), this);
|
||||||
|
_showGraphSliderInfoAction->setMenuRole(QAction::NoRole);
|
||||||
_showGraphSliderInfoAction->setCheckable(true);
|
_showGraphSliderInfoAction->setCheckable(true);
|
||||||
connect(_showGraphSliderInfoAction, SIGNAL(triggered(bool)), this,
|
connect(_showGraphSliderInfoAction, SIGNAL(triggered(bool)), this,
|
||||||
SLOT(showGraphSliderInfo(bool)));
|
SLOT(showGraphSliderInfo(bool)));
|
||||||
|
|
||||||
// Settings actions
|
// Settings actions
|
||||||
_showToolbarsAction = new QAction(tr("Show toolbars"), this);
|
_showToolbarsAction = new QAction(tr("Show toolbars"), this);
|
||||||
|
_showToolbarsAction->setMenuRole(QAction::NoRole);
|
||||||
_showToolbarsAction->setCheckable(true);
|
_showToolbarsAction->setCheckable(true);
|
||||||
connect(_showToolbarsAction, SIGNAL(triggered(bool)), this,
|
connect(_showToolbarsAction, SIGNAL(triggered(bool)), this,
|
||||||
SLOT(showToolbars(bool)));
|
SLOT(showToolbars(bool)));
|
||||||
ag = new QActionGroup(this);
|
ag = new QActionGroup(this);
|
||||||
ag->setExclusive(true);
|
ag->setExclusive(true);
|
||||||
_totalTimeAction = new QAction(tr("Total time"), this);
|
_totalTimeAction = new QAction(tr("Total time"), this);
|
||||||
|
_totalTimeAction->setMenuRole(QAction::NoRole);
|
||||||
_totalTimeAction->setCheckable(true);
|
_totalTimeAction->setCheckable(true);
|
||||||
_totalTimeAction->setActionGroup(ag);
|
_totalTimeAction->setActionGroup(ag);
|
||||||
connect(_totalTimeAction, SIGNAL(triggered()), this,
|
connect(_totalTimeAction, SIGNAL(triggered()), this,
|
||||||
SLOT(setTotalTime()));
|
SLOT(setTotalTime()));
|
||||||
_movingTimeAction = new QAction(tr("Moving time"), this);
|
_movingTimeAction = new QAction(tr("Moving time"), this);
|
||||||
|
_movingTimeAction->setMenuRole(QAction::NoRole);
|
||||||
_movingTimeAction->setCheckable(true);
|
_movingTimeAction->setCheckable(true);
|
||||||
_movingTimeAction->setActionGroup(ag);
|
_movingTimeAction->setActionGroup(ag);
|
||||||
connect(_movingTimeAction, SIGNAL(triggered()), this,
|
connect(_movingTimeAction, SIGNAL(triggered()), this,
|
||||||
@ -367,16 +405,19 @@ void GUI::createActions()
|
|||||||
ag = new QActionGroup(this);
|
ag = new QActionGroup(this);
|
||||||
ag->setExclusive(true);
|
ag->setExclusive(true);
|
||||||
_metricUnitsAction = new QAction(tr("Metric"), this);
|
_metricUnitsAction = new QAction(tr("Metric"), this);
|
||||||
|
_metricUnitsAction->setMenuRole(QAction::NoRole);
|
||||||
_metricUnitsAction->setCheckable(true);
|
_metricUnitsAction->setCheckable(true);
|
||||||
_metricUnitsAction->setActionGroup(ag);
|
_metricUnitsAction->setActionGroup(ag);
|
||||||
connect(_metricUnitsAction, SIGNAL(triggered()), this,
|
connect(_metricUnitsAction, SIGNAL(triggered()), this,
|
||||||
SLOT(setMetricUnits()));
|
SLOT(setMetricUnits()));
|
||||||
_imperialUnitsAction = new QAction(tr("Imperial"), this);
|
_imperialUnitsAction = new QAction(tr("Imperial"), this);
|
||||||
|
_imperialUnitsAction->setMenuRole(QAction::NoRole);
|
||||||
_imperialUnitsAction->setCheckable(true);
|
_imperialUnitsAction->setCheckable(true);
|
||||||
_imperialUnitsAction->setActionGroup(ag);
|
_imperialUnitsAction->setActionGroup(ag);
|
||||||
connect(_imperialUnitsAction, SIGNAL(triggered()), this,
|
connect(_imperialUnitsAction, SIGNAL(triggered()), this,
|
||||||
SLOT(setImperialUnits()));
|
SLOT(setImperialUnits()));
|
||||||
_nauticalUnitsAction = new QAction(tr("Nautical"), this);
|
_nauticalUnitsAction = new QAction(tr("Nautical"), this);
|
||||||
|
_nauticalUnitsAction->setMenuRole(QAction::NoRole);
|
||||||
_nauticalUnitsAction->setCheckable(true);
|
_nauticalUnitsAction->setCheckable(true);
|
||||||
_nauticalUnitsAction->setActionGroup(ag);
|
_nauticalUnitsAction->setActionGroup(ag);
|
||||||
connect(_nauticalUnitsAction, SIGNAL(triggered()), this,
|
connect(_nauticalUnitsAction, SIGNAL(triggered()), this,
|
||||||
@ -384,22 +425,26 @@ void GUI::createActions()
|
|||||||
ag = new QActionGroup(this);
|
ag = new QActionGroup(this);
|
||||||
ag->setExclusive(true);
|
ag->setExclusive(true);
|
||||||
_decimalDegreesAction = new QAction(tr("Decimal degrees (DD)"), this);
|
_decimalDegreesAction = new QAction(tr("Decimal degrees (DD)"), this);
|
||||||
|
_decimalDegreesAction->setMenuRole(QAction::NoRole);
|
||||||
_decimalDegreesAction->setCheckable(true);
|
_decimalDegreesAction->setCheckable(true);
|
||||||
_decimalDegreesAction->setActionGroup(ag);
|
_decimalDegreesAction->setActionGroup(ag);
|
||||||
connect(_decimalDegreesAction, SIGNAL(triggered()), this,
|
connect(_decimalDegreesAction, SIGNAL(triggered()), this,
|
||||||
SLOT(setDecimalDegrees()));
|
SLOT(setDecimalDegrees()));
|
||||||
_degreesMinutesAction = new QAction(tr("Degrees and decimal minutes (DMM)"),
|
_degreesMinutesAction = new QAction(tr("Degrees and decimal minutes (DMM)"),
|
||||||
this);
|
this);
|
||||||
|
_degreesMinutesAction->setMenuRole(QAction::NoRole);
|
||||||
_degreesMinutesAction->setCheckable(true);
|
_degreesMinutesAction->setCheckable(true);
|
||||||
_degreesMinutesAction->setActionGroup(ag);
|
_degreesMinutesAction->setActionGroup(ag);
|
||||||
connect(_degreesMinutesAction, SIGNAL(triggered()), this,
|
connect(_degreesMinutesAction, SIGNAL(triggered()), this,
|
||||||
SLOT(setDegreesMinutes()));
|
SLOT(setDegreesMinutes()));
|
||||||
_DMSAction = new QAction(tr("Degrees, minutes, seconds (DMS)"), this);
|
_DMSAction = new QAction(tr("Degrees, minutes, seconds (DMS)"), this);
|
||||||
|
_DMSAction->setMenuRole(QAction::NoRole);
|
||||||
_DMSAction->setCheckable(true);
|
_DMSAction->setCheckable(true);
|
||||||
_DMSAction->setActionGroup(ag);
|
_DMSAction->setActionGroup(ag);
|
||||||
connect(_DMSAction, SIGNAL(triggered()), this, SLOT(setDMS()));
|
connect(_DMSAction, SIGNAL(triggered()), this, SLOT(setDMS()));
|
||||||
_fullscreenAction = new QAction(QIcon(QPixmap(FULLSCREEN_ICON)),
|
_fullscreenAction = new QAction(QIcon(FULLSCREEN_ICON),
|
||||||
tr("Fullscreen mode"), this);
|
tr("Fullscreen mode"), this);
|
||||||
|
_fullscreenAction->setMenuRole(QAction::NoRole);
|
||||||
_fullscreenAction->setCheckable(true);
|
_fullscreenAction->setCheckable(true);
|
||||||
_fullscreenAction->setShortcut(FULLSCREEN_SHORTCUT);
|
_fullscreenAction->setShortcut(FULLSCREEN_SHORTCUT);
|
||||||
connect(_fullscreenAction, SIGNAL(triggered(bool)), this,
|
connect(_fullscreenAction, SIGNAL(triggered(bool)), this,
|
||||||
@ -411,18 +456,20 @@ void GUI::createActions()
|
|||||||
SLOT(openOptions()));
|
SLOT(openOptions()));
|
||||||
|
|
||||||
// Navigation actions
|
// Navigation actions
|
||||||
_nextAction = new QAction(QIcon(QPixmap(NEXT_FILE_ICON)), tr("Next"), this);
|
_nextAction = new QAction(QIcon(NEXT_FILE_ICON), tr("Next"), this);
|
||||||
_nextAction->setActionGroup(_navigationActionGroup);
|
_nextAction->setActionGroup(_navigationActionGroup);
|
||||||
|
_nextAction->setMenuRole(QAction::NoRole);
|
||||||
connect(_nextAction, SIGNAL(triggered()), this, SLOT(next()));
|
connect(_nextAction, SIGNAL(triggered()), this, SLOT(next()));
|
||||||
_prevAction = new QAction(QIcon(QPixmap(PREV_FILE_ICON)), tr("Previous"),
|
_prevAction = new QAction(QIcon(PREV_FILE_ICON), tr("Previous"), this);
|
||||||
this);
|
_prevAction->setMenuRole(QAction::NoRole);
|
||||||
_prevAction->setActionGroup(_navigationActionGroup);
|
_prevAction->setActionGroup(_navigationActionGroup);
|
||||||
connect(_prevAction, SIGNAL(triggered()), this, SLOT(prev()));
|
connect(_prevAction, SIGNAL(triggered()), this, SLOT(prev()));
|
||||||
_lastAction = new QAction(QIcon(QPixmap(LAST_FILE_ICON)), tr("Last"), this);
|
_lastAction = new QAction(QIcon(LAST_FILE_ICON), tr("Last"), this);
|
||||||
|
_lastAction->setMenuRole(QAction::NoRole);
|
||||||
_lastAction->setActionGroup(_navigationActionGroup);
|
_lastAction->setActionGroup(_navigationActionGroup);
|
||||||
connect(_lastAction, SIGNAL(triggered()), this, SLOT(last()));
|
connect(_lastAction, SIGNAL(triggered()), this, SLOT(last()));
|
||||||
_firstAction = new QAction(QIcon(QPixmap(FIRST_FILE_ICON)), tr("First"),
|
_firstAction = new QAction(QIcon(FIRST_FILE_ICON), tr("First"), this);
|
||||||
this);
|
_firstAction->setMenuRole(QAction::NoRole);
|
||||||
_firstAction->setActionGroup(_navigationActionGroup);
|
_firstAction->setActionGroup(_navigationActionGroup);
|
||||||
connect(_firstAction, SIGNAL(triggered()), this, SLOT(first()));
|
connect(_firstAction, SIGNAL(triggered()), this, SLOT(first()));
|
||||||
}
|
}
|
||||||
@ -435,8 +482,9 @@ void GUI::createMenus()
|
|||||||
fileMenu->addAction(_printFileAction);
|
fileMenu->addAction(_printFileAction);
|
||||||
fileMenu->addAction(_exportFileAction);
|
fileMenu->addAction(_exportFileAction);
|
||||||
fileMenu->addSeparator();
|
fileMenu->addSeparator();
|
||||||
fileMenu->addAction(_reloadFileAction);
|
fileMenu->addAction(_statisticsAction);
|
||||||
fileMenu->addSeparator();
|
fileMenu->addSeparator();
|
||||||
|
fileMenu->addAction(_reloadFileAction);
|
||||||
fileMenu->addAction(_closeFileAction);
|
fileMenu->addAction(_closeFileAction);
|
||||||
#ifndef Q_OS_MAC
|
#ifndef Q_OS_MAC
|
||||||
fileMenu->addSeparator();
|
fileMenu->addSeparator();
|
||||||
@ -508,22 +556,28 @@ void GUI::createMenus()
|
|||||||
|
|
||||||
void GUI::createToolBars()
|
void GUI::createToolBars()
|
||||||
{
|
{
|
||||||
|
int is = style()->pixelMetric(QStyle::PM_ToolBarIconSize);
|
||||||
|
QSize iconSize(qMin(is, TOOLBAR_ICON_SIZE), qMin(is, TOOLBAR_ICON_SIZE));
|
||||||
|
|
||||||
#ifdef Q_OS_MAC
|
#ifdef Q_OS_MAC
|
||||||
setToolButtonStyle(Qt::ToolButtonTextUnderIcon);
|
setToolButtonStyle(Qt::ToolButtonTextUnderIcon);
|
||||||
#endif // Q_OS_MAC
|
#endif // Q_OS_MAC
|
||||||
|
|
||||||
_fileToolBar = addToolBar(tr("File"));
|
_fileToolBar = addToolBar(tr("File"));
|
||||||
|
_fileToolBar->setIconSize(iconSize);
|
||||||
_fileToolBar->addAction(_openFileAction);
|
_fileToolBar->addAction(_openFileAction);
|
||||||
_fileToolBar->addAction(_reloadFileAction);
|
_fileToolBar->addAction(_reloadFileAction);
|
||||||
_fileToolBar->addAction(_closeFileAction);
|
_fileToolBar->addAction(_closeFileAction);
|
||||||
_fileToolBar->addAction(_printFileAction);
|
_fileToolBar->addAction(_printFileAction);
|
||||||
|
|
||||||
_showToolBar = addToolBar(tr("Show"));
|
_showToolBar = addToolBar(tr("Show"));
|
||||||
|
_showToolBar->setIconSize(iconSize);
|
||||||
_showToolBar->addAction(_showPOIAction);
|
_showToolBar->addAction(_showPOIAction);
|
||||||
_showToolBar->addAction(_showMapAction);
|
_showToolBar->addAction(_showMapAction);
|
||||||
_showToolBar->addAction(_showGraphsAction);
|
_showToolBar->addAction(_showGraphsAction);
|
||||||
|
|
||||||
_navigationToolBar = addToolBar(tr("Navigation"));
|
_navigationToolBar = addToolBar(tr("Navigation"));
|
||||||
|
_navigationToolBar->setIconSize(iconSize);
|
||||||
_navigationToolBar->addAction(_firstAction);
|
_navigationToolBar->addAction(_firstAction);
|
||||||
_navigationToolBar->addAction(_prevAction);
|
_navigationToolBar->addAction(_prevAction);
|
||||||
_navigationToolBar->addAction(_nextAction);
|
_navigationToolBar->addAction(_nextAction);
|
||||||
@ -554,12 +608,13 @@ void GUI::createGraphTabs()
|
|||||||
_graphTabWidget->setDocumentMode(true);
|
_graphTabWidget->setDocumentMode(true);
|
||||||
#endif // Q_OS_WIN32
|
#endif // Q_OS_WIN32
|
||||||
|
|
||||||
_tabs.append(new ElevationGraph);
|
_tabs.append(new ElevationGraph(_graphTabWidget));
|
||||||
_tabs.append(new SpeedGraph);
|
_tabs.append(new SpeedGraph(_graphTabWidget));
|
||||||
_tabs.append(new HeartRateGraph);
|
_tabs.append(new HeartRateGraph(_graphTabWidget));
|
||||||
_tabs.append(new CadenceGraph);
|
_tabs.append(new CadenceGraph(_graphTabWidget));
|
||||||
_tabs.append(new PowerGraph);
|
_tabs.append(new PowerGraph(_graphTabWidget));
|
||||||
_tabs.append(new TemperatureGraph);
|
_tabs.append(new TemperatureGraph(_graphTabWidget));
|
||||||
|
_tabs.append(new GearRatioGraph(_graphTabWidget));
|
||||||
|
|
||||||
for (int i = 0; i < _tabs.count(); i++)
|
for (int i = 0; i < _tabs.count(); i++)
|
||||||
connect(_tabs.at(i), SIGNAL(sliderPositionChanged(qreal)), this,
|
connect(_tabs.at(i), SIGNAL(sliderPositionChanged(qreal)), this,
|
||||||
@ -643,19 +698,19 @@ void GUI::paths()
|
|||||||
msgBox.setWindowTitle(tr("Paths"));
|
msgBox.setWindowTitle(tr("Paths"));
|
||||||
msgBox.setText("<h3>" + tr("Paths") + "</h3>");
|
msgBox.setText("<h3>" + tr("Paths") + "</h3>");
|
||||||
msgBox.setInformativeText(
|
msgBox.setInformativeText(
|
||||||
"<style>td {white-space: pre; padding-right: 1em;}</style>"
|
"<style>td {white-space: pre; padding-right: 1em;}</style><h4>"
|
||||||
"<div><table><tr><td>" + tr("Map directory:") + "</td><td><code>"
|
+ tr("Global") + "</h4><table><tr><td>" + tr("Map directory:")
|
||||||
+ QDir::cleanPath(GLOBAL_MAP_DIR) + "</code></td></tr><tr><td>"
|
+ "</td><td><code>" + QDir::cleanPath(GLOBAL_MAP_DIR)
|
||||||
+ tr("POI directory:") + "</td><td><code>"
|
+ "</code></td></tr><tr><td>" + tr("POI directory:") + "</td><td><code>"
|
||||||
+ QDir::cleanPath(GLOBAL_POI_DIR) + "</code></td></tr><tr><td>"
|
+ QDir::cleanPath(GLOBAL_POI_DIR) + "</code></td></tr><tr><td>"
|
||||||
+ tr("GCS file:") + "</td><td><code>" + QDir::cleanPath(GLOBAL_GCS_FILE)
|
+ tr("GCS/PCS directory:") + "</td><td><code>"
|
||||||
+ "</code></td></tr><tr><td>" + tr("PCS file:") + "</td><td><code>"
|
+ QDir::cleanPath(GLOBAL_CSV_DIR) + "</code></td></tr></table>"
|
||||||
+ QDir::cleanPath(GLOBAL_PCS_FILE) + "</code></td></tr><tr><td>"
|
+ "<h4>" + tr("User-specific") + "</h4><table><tr><td>"
|
||||||
+ tr("Ellipsoids file:") + "</td><td><code>"
|
+ tr("Map directory:") + "</td><td><code>" + QDir::cleanPath(USER_MAP_DIR)
|
||||||
+ QDir::cleanPath(GLOBAL_ELLIPSOID_FILE) + "</code></td></tr>"
|
+ "</code></td></tr><tr><td>" + tr("POI directory:") + "</td><td><code>"
|
||||||
+ "<tr><td></td><td></td></tr></table></div><div><table><tr><td>"
|
+ QDir::cleanPath(USER_POI_DIR) + "</code></td></tr><tr><td>"
|
||||||
+ tr("User override directory:") + "</td><td><code>"
|
+ tr("GCS/PCS directory:") + "</td><td><code>"
|
||||||
+ QDir::cleanPath(USER_DIR) + "</td></tr></table></div>"
|
+ QDir::cleanPath(USER_CSV_DIR) + "</code></td></tr></table>"
|
||||||
);
|
);
|
||||||
|
|
||||||
msgBox.exec();
|
msgBox.exec();
|
||||||
@ -687,8 +742,6 @@ bool GUI::openFile(const QString &fileName)
|
|||||||
updateNavigationActions();
|
updateNavigationActions();
|
||||||
updateStatusBarInfo();
|
updateStatusBarInfo();
|
||||||
updateWindowTitle();
|
updateWindowTitle();
|
||||||
updateGraphTabs();
|
|
||||||
updateMapView();
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
@ -702,13 +755,10 @@ bool GUI::openFile(const QString &fileName)
|
|||||||
bool GUI::loadFile(const QString &fileName)
|
bool GUI::loadFile(const QString &fileName)
|
||||||
{
|
{
|
||||||
Data data;
|
Data data;
|
||||||
|
QList<QList<GraphItem*> > graphs;
|
||||||
QList<PathItem*> paths;
|
QList<PathItem*> paths;
|
||||||
|
|
||||||
if (data.loadFile(fileName)) {
|
if (data.loadFile(fileName)) {
|
||||||
paths = _mapView->loadData(data);
|
|
||||||
for (int i = 0; i < _tabs.count(); i++)
|
|
||||||
_tabs.at(i)->loadData(data, paths);
|
|
||||||
|
|
||||||
for (int i = 0; i < data.tracks().count(); i++) {
|
for (int i = 0; i < data.tracks().count(); i++) {
|
||||||
_trackDistance += data.tracks().at(i)->distance();
|
_trackDistance += data.tracks().at(i)->distance();
|
||||||
_time += data.tracks().at(i)->time();
|
_time += data.tracks().at(i)->time();
|
||||||
@ -735,6 +785,25 @@ bool GUI::loadFile(const QString &fileName)
|
|||||||
} else
|
} else
|
||||||
_pathName = QString();
|
_pathName = QString();
|
||||||
|
|
||||||
|
for (int i = 0; i < _tabs.count(); i++)
|
||||||
|
graphs.append(_tabs.at(i)->loadData(data));
|
||||||
|
if (updateGraphTabs() | updateMapView())
|
||||||
|
_splitter->refresh();
|
||||||
|
paths = _mapView->loadData(data);
|
||||||
|
|
||||||
|
for (int i = 0; i < paths.count(); i++) {
|
||||||
|
const PathItem *pi = paths.at(i);
|
||||||
|
for (int j = 0; j < graphs.count(); j++) {
|
||||||
|
const GraphItem *gi = graphs.at(j).at(i);
|
||||||
|
if (!gi)
|
||||||
|
continue;
|
||||||
|
connect(gi, SIGNAL(sliderPositionChanged(qreal)), pi,
|
||||||
|
SLOT(moveMarker(qreal)));
|
||||||
|
connect(pi, SIGNAL(selected(bool)), gi, SLOT(hover(bool)));
|
||||||
|
connect(gi, SIGNAL(selected(bool)), pi, SLOT(hover(bool)));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
updateNavigationActions();
|
updateNavigationActions();
|
||||||
@ -850,11 +919,18 @@ void GUI::openOptions()
|
|||||||
SET_TRACK_OPTION(outlierEliminate, setOutlierElimination);
|
SET_TRACK_OPTION(outlierEliminate, setOutlierElimination);
|
||||||
SET_TRACK_OPTION(pauseSpeed, setPauseSpeed);
|
SET_TRACK_OPTION(pauseSpeed, setPauseSpeed);
|
||||||
SET_TRACK_OPTION(pauseInterval, setPauseInterval);
|
SET_TRACK_OPTION(pauseInterval, setPauseInterval);
|
||||||
|
SET_TRACK_OPTION(useReportedSpeed, useReportedSpeed);
|
||||||
|
|
||||||
if (options.poiRadius != _options.poiRadius)
|
if (options.poiRadius != _options.poiRadius)
|
||||||
_poi->setRadius(options.poiRadius);
|
_poi->setRadius(options.poiRadius);
|
||||||
if (options.pixmapCache != _options.pixmapCache)
|
if (options.pixmapCache != _options.pixmapCache)
|
||||||
QPixmapCache::setCacheLimit(options.pixmapCache * 1024);
|
QPixmapCache::setCacheLimit(options.pixmapCache * 1024);
|
||||||
|
if (options.connectionTimeout != _options.connectionTimeout)
|
||||||
|
Downloader::setTimeout(options.connectionTimeout);
|
||||||
|
#ifdef ENABLE_HTTP2
|
||||||
|
if (options.enableHTTP2 != _options.enableHTTP2)
|
||||||
|
Downloader::enableHTTP2(options.enableHTTP2);
|
||||||
|
#endif // ENABLE_HTTP2
|
||||||
|
|
||||||
if (reload)
|
if (reload)
|
||||||
reloadFile();
|
reloadFile();
|
||||||
@ -893,14 +969,78 @@ void GUI::exportFile()
|
|||||||
plot(&printer);
|
plot(&printer);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void GUI::statistics()
|
||||||
|
{
|
||||||
|
#ifdef Q_OS_WIN32
|
||||||
|
QString text = "<style>td {white-space: pre; padding-right: 4em;}"
|
||||||
|
"th {text-align: left; padding-top: 0.5em;}</style><table>";
|
||||||
|
#else // Q_OS_WIN32
|
||||||
|
QString text = "<style>td {white-space: pre; padding-right: 2em;}"
|
||||||
|
"th {text-align: left; padding-top: 0.5em;}</style><table>";
|
||||||
|
#endif // Q_OS_WIN32
|
||||||
|
|
||||||
|
if (_showTracksAction->isChecked() && _trackCount > 1)
|
||||||
|
text.append("<tr><td>" + tr("Tracks") + ":</td><td>"
|
||||||
|
+ QString::number(_trackCount) + "</td></tr>");
|
||||||
|
if (_showRoutesAction->isChecked() && _routeCount > 1)
|
||||||
|
text.append("<tr><td>" + tr("Routes") + ":</td><td>"
|
||||||
|
+ QString::number(_routeCount) + "</td></tr>");
|
||||||
|
if (_showWaypointsAction->isChecked() && _waypointCount > 1)
|
||||||
|
text.append("<tr><td>" + tr("Waypoints") + ":</td><td>"
|
||||||
|
+ QString::number(_waypointCount) + "</td></tr>");
|
||||||
|
|
||||||
|
if (_dateRange.first.isValid()) {
|
||||||
|
if (_dateRange.first == _dateRange.second) {
|
||||||
|
QString format = QLocale::system().dateFormat(QLocale::LongFormat);
|
||||||
|
text.append("<tr><td>" + tr("Date") + ":</td><td>"
|
||||||
|
+ _dateRange.first.toString(format) + "</td></tr>");
|
||||||
|
} else {
|
||||||
|
QString format = QLocale::system().dateFormat(QLocale::ShortFormat);
|
||||||
|
text.append("<tr><td>" + tr("Date") + ":</td><td>"
|
||||||
|
+ QString("%1 - %2").arg(_dateRange.first.toString(format),
|
||||||
|
_dateRange.second.toString(format)) + "</td></tr>");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (distance() > 0)
|
||||||
|
text.append("<tr><td>" + tr("Distance") + ":</td><td>"
|
||||||
|
+ Format::distance(distance(), units()) + "</td></tr>");
|
||||||
|
if (time() > 0) {
|
||||||
|
text.append("<tr><td>" + tr("Time") + ":</td><td>"
|
||||||
|
+ Format::timeSpan(time()) + "</td></tr>");
|
||||||
|
text.append("<tr><td>" + tr("Moving time") + ":</td><td>"
|
||||||
|
+ Format::timeSpan(movingTime()) + "</td></tr>");
|
||||||
|
}
|
||||||
|
|
||||||
|
for (int i = 0; i < _tabs.count(); i++) {
|
||||||
|
const GraphTab *tab = _tabs.at(i);
|
||||||
|
if (tab->isEmpty())
|
||||||
|
continue;
|
||||||
|
|
||||||
|
text.append("<tr><th colspan=\"2\">" + tab->label() + "</th></tr>");
|
||||||
|
for (int j = 0; j < tab->info().size(); j++) {
|
||||||
|
const KV &kv = tab->info().at(j);
|
||||||
|
text.append("<tr><td>" + kv.key() + ":</td><td>" + kv.value()
|
||||||
|
+ "</td></tr>");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
text.append("</table>");
|
||||||
|
|
||||||
|
|
||||||
|
QMessageBox msgBox(this);
|
||||||
|
msgBox.setWindowTitle(tr("Statistics"));
|
||||||
|
msgBox.setText("<h3>" + tr("Statistics") + "</h3>");
|
||||||
|
msgBox.setInformativeText(text);
|
||||||
|
msgBox.exec();
|
||||||
|
}
|
||||||
|
|
||||||
void GUI::plot(QPrinter *printer)
|
void GUI::plot(QPrinter *printer)
|
||||||
{
|
{
|
||||||
QPainter p(printer);
|
QPainter p(printer);
|
||||||
TrackInfo info;
|
TrackInfo info;
|
||||||
qreal ih, gh, mh, ratio;
|
qreal ih, gh, mh, ratio;
|
||||||
qreal d = distance();
|
|
||||||
qreal t = time();
|
|
||||||
qreal tm = movingTime();
|
|
||||||
|
|
||||||
if (!_pathName.isNull() && _options.printName)
|
if (!_pathName.isNull() && _options.printName)
|
||||||
info.insert(tr("Name"), _pathName);
|
info.insert(tr("Name"), _pathName);
|
||||||
@ -910,7 +1050,7 @@ void GUI::plot(QPrinter *printer)
|
|||||||
info.insert(tr("Tracks"), QString::number(_trackCount));
|
info.insert(tr("Tracks"), QString::number(_trackCount));
|
||||||
if (_showRoutesAction->isChecked() && _routeCount > 1)
|
if (_showRoutesAction->isChecked() && _routeCount > 1)
|
||||||
info.insert(tr("Routes"), QString::number(_routeCount));
|
info.insert(tr("Routes"), QString::number(_routeCount));
|
||||||
if (_showWaypointsAction->isChecked() && _waypointCount > 2)
|
if (_showWaypointsAction->isChecked() && _waypointCount > 1)
|
||||||
info.insert(tr("Waypoints"), QString::number(_waypointCount));
|
info.insert(tr("Waypoints"), QString::number(_waypointCount));
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -926,12 +1066,12 @@ void GUI::plot(QPrinter *printer)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (d > 0 && _options.printDistance)
|
if (distance() > 0 && _options.printDistance)
|
||||||
info.insert(tr("Distance"), Format::distance(d, units()));
|
info.insert(tr("Distance"), Format::distance(distance(), units()));
|
||||||
if (t > 0 && _options.printTime)
|
if (time() > 0 && _options.printTime)
|
||||||
info.insert(tr("Time"), Format::timeSpan(t));
|
info.insert(tr("Time"), Format::timeSpan(time()));
|
||||||
if (tm > 0 && _options.printMovingTime)
|
if (movingTime() > 0 && _options.printMovingTime)
|
||||||
info.insert(tr("Moving time"), Format::timeSpan(tm));
|
info.insert(tr("Moving time"), Format::timeSpan(movingTime()));
|
||||||
|
|
||||||
qreal fsr = 1085.0 / (qMax(printer->width(), printer->height())
|
qreal fsr = 1085.0 / (qMax(printer->width(), printer->height())
|
||||||
/ (qreal)printer->resolution());
|
/ (qreal)printer->resolution());
|
||||||
@ -1007,8 +1147,6 @@ void GUI::reloadFile()
|
|||||||
|
|
||||||
updateStatusBarInfo();
|
updateStatusBarInfo();
|
||||||
updateWindowTitle();
|
updateWindowTitle();
|
||||||
updateGraphTabs();
|
|
||||||
updateMapView();
|
|
||||||
if (_files.isEmpty())
|
if (_files.isEmpty())
|
||||||
_fileActionGroup->setEnabled(false);
|
_fileActionGroup->setEnabled(false);
|
||||||
else
|
else
|
||||||
@ -1149,6 +1287,7 @@ bool GUI::loadMap(const QString &fileName)
|
|||||||
|
|
||||||
if (_ml->loadFile(fileName)) {
|
if (_ml->loadFile(fileName)) {
|
||||||
QAction *a = new QAction(_ml->maps().last()->name(), this);
|
QAction *a = new QAction(_ml->maps().last()->name(), this);
|
||||||
|
a->setMenuRole(QAction::NoRole);
|
||||||
a->setCheckable(true);
|
a->setCheckable(true);
|
||||||
a->setActionGroup(_mapsActionGroup);
|
a->setActionGroup(_mapsActionGroup);
|
||||||
_mapsSignalMapper->setMapping(a, _ml->maps().size() - 1);
|
_mapsSignalMapper->setMapping(a, _ml->maps().size() - 1);
|
||||||
@ -1273,10 +1412,11 @@ void GUI::updateNavigationActions()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void GUI::updateGraphTabs()
|
bool GUI::updateGraphTabs()
|
||||||
{
|
{
|
||||||
int index;
|
int index;
|
||||||
GraphTab *tab;
|
GraphTab *tab;
|
||||||
|
bool hidden = _graphTabWidget->isHidden();
|
||||||
|
|
||||||
for (int i = 0; i < _tabs.size(); i++) {
|
for (int i = 0; i < _tabs.size(); i++) {
|
||||||
tab = _tabs.at(i);
|
tab = _tabs.at(i);
|
||||||
@ -1300,14 +1440,20 @@ void GUI::updateGraphTabs()
|
|||||||
_graphTabWidget->setHidden(true);
|
_graphTabWidget->setHidden(true);
|
||||||
_showGraphsAction->setEnabled(false);
|
_showGraphsAction->setEnabled(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return (hidden != _graphTabWidget->isHidden());
|
||||||
}
|
}
|
||||||
|
|
||||||
void GUI::updateMapView()
|
bool GUI::updateMapView()
|
||||||
{
|
{
|
||||||
|
bool hidden = _mapView->isHidden();
|
||||||
|
|
||||||
if (_options.alwaysShowMap)
|
if (_options.alwaysShowMap)
|
||||||
_mapView->setHidden(false);
|
_mapView->setHidden(false);
|
||||||
else
|
else
|
||||||
_mapView->setHidden(!(_trackCount + _routeCount + _waypointCount));
|
_mapView->setHidden(!(_trackCount + _routeCount + _waypointCount));
|
||||||
|
|
||||||
|
return (hidden != _mapView->isHidden());
|
||||||
}
|
}
|
||||||
|
|
||||||
void GUI::setTimeType(TimeType type)
|
void GUI::setTimeType(TimeType type)
|
||||||
@ -1614,12 +1760,20 @@ void GUI::writeSettings()
|
|||||||
settings.setValue(PAUSE_SPEED_SETTING, _options.pauseSpeed);
|
settings.setValue(PAUSE_SPEED_SETTING, _options.pauseSpeed);
|
||||||
if (_options.pauseInterval != PAUSE_INTERVAL_DEFAULT)
|
if (_options.pauseInterval != PAUSE_INTERVAL_DEFAULT)
|
||||||
settings.setValue(PAUSE_INTERVAL_SETTING, _options.pauseInterval);
|
settings.setValue(PAUSE_INTERVAL_SETTING, _options.pauseInterval);
|
||||||
|
if (_options.useReportedSpeed != USE_REPORTED_SPEED_DEFAULT)
|
||||||
|
settings.setValue(USE_REPORTED_SPEED_SETTING, _options.useReportedSpeed);
|
||||||
if (_options.poiRadius != POI_RADIUS_DEFAULT)
|
if (_options.poiRadius != POI_RADIUS_DEFAULT)
|
||||||
settings.setValue(POI_RADIUS_SETTING, _options.poiRadius);
|
settings.setValue(POI_RADIUS_SETTING, _options.poiRadius);
|
||||||
if (_options.useOpenGL != USE_OPENGL_DEFAULT)
|
if (_options.useOpenGL != USE_OPENGL_DEFAULT)
|
||||||
settings.setValue(USE_OPENGL_SETTING, _options.useOpenGL);
|
settings.setValue(USE_OPENGL_SETTING, _options.useOpenGL);
|
||||||
|
#ifdef ENABLE_HTTP2
|
||||||
|
if (_options.enableHTTP2 != ENABLE_HTTP2_DEFAULT)
|
||||||
|
settings.setValue(ENABLE_HTTP2_SETTING, _options.enableHTTP2);
|
||||||
|
#endif // ENABLE_HTTP2
|
||||||
if (_options.pixmapCache != PIXMAP_CACHE_DEFAULT)
|
if (_options.pixmapCache != PIXMAP_CACHE_DEFAULT)
|
||||||
settings.setValue(PIXMAP_CACHE_SETTING, _options.pixmapCache);
|
settings.setValue(PIXMAP_CACHE_SETTING, _options.pixmapCache);
|
||||||
|
if (_options.connectionTimeout != CONNECTION_TIMEOUT_DEFAULT)
|
||||||
|
settings.setValue(CONNECTION_TIMEOUT_SETTING, _options.connectionTimeout);
|
||||||
if (_options.hiresPrint != HIRES_PRINT_DEFAULT)
|
if (_options.hiresPrint != HIRES_PRINT_DEFAULT)
|
||||||
settings.setValue(HIRES_PRINT_SETTING, _options.hiresPrint);
|
settings.setValue(HIRES_PRINT_SETTING, _options.hiresPrint);
|
||||||
if (_options.printName != PRINT_NAME_DEFAULT)
|
if (_options.printName != PRINT_NAME_DEFAULT)
|
||||||
@ -1840,14 +1994,22 @@ void GUI::readSettings()
|
|||||||
OUTLIER_ELIMINATE_DEFAULT).toBool();
|
OUTLIER_ELIMINATE_DEFAULT).toBool();
|
||||||
_options.pauseSpeed = settings.value(PAUSE_SPEED_SETTING,
|
_options.pauseSpeed = settings.value(PAUSE_SPEED_SETTING,
|
||||||
PAUSE_SPEED_DEFAULT).toFloat();
|
PAUSE_SPEED_DEFAULT).toFloat();
|
||||||
|
_options.useReportedSpeed = settings.value(USE_REPORTED_SPEED_SETTING,
|
||||||
|
USE_REPORTED_SPEED_DEFAULT).toBool();
|
||||||
_options.pauseInterval = settings.value(PAUSE_INTERVAL_SETTING,
|
_options.pauseInterval = settings.value(PAUSE_INTERVAL_SETTING,
|
||||||
PAUSE_INTERVAL_DEFAULT).toInt();
|
PAUSE_INTERVAL_DEFAULT).toInt();
|
||||||
_options.poiRadius = settings.value(POI_RADIUS_SETTING, POI_RADIUS_DEFAULT)
|
_options.poiRadius = settings.value(POI_RADIUS_SETTING, POI_RADIUS_DEFAULT)
|
||||||
.toInt();
|
.toInt();
|
||||||
_options.useOpenGL = settings.value(USE_OPENGL_SETTING, USE_OPENGL_DEFAULT)
|
_options.useOpenGL = settings.value(USE_OPENGL_SETTING, USE_OPENGL_DEFAULT)
|
||||||
.toBool();
|
.toBool();
|
||||||
|
#ifdef ENABLE_HTTP2
|
||||||
|
_options.enableHTTP2 = settings.value(ENABLE_HTTP2_SETTING,
|
||||||
|
ENABLE_HTTP2_DEFAULT).toBool();
|
||||||
|
#endif // ENABLE_HTTP2
|
||||||
_options.pixmapCache = settings.value(PIXMAP_CACHE_SETTING,
|
_options.pixmapCache = settings.value(PIXMAP_CACHE_SETTING,
|
||||||
PIXMAP_CACHE_DEFAULT).toInt();
|
PIXMAP_CACHE_DEFAULT).toInt();
|
||||||
|
_options.connectionTimeout = settings.value(CONNECTION_TIMEOUT_SETTING,
|
||||||
|
CONNECTION_TIMEOUT_DEFAULT).toInt();
|
||||||
_options.hiresPrint = settings.value(HIRES_PRINT_SETTING,
|
_options.hiresPrint = settings.value(HIRES_PRINT_SETTING,
|
||||||
HIRES_PRINT_DEFAULT).toBool();
|
HIRES_PRINT_DEFAULT).toBool();
|
||||||
_options.printName = settings.value(PRINT_NAME_SETTING, PRINT_NAME_DEFAULT)
|
_options.printName = settings.value(PRINT_NAME_SETTING, PRINT_NAME_DEFAULT)
|
||||||
@ -1903,10 +2065,15 @@ void GUI::readSettings()
|
|||||||
Track::setOutlierElimination(_options.outlierEliminate);
|
Track::setOutlierElimination(_options.outlierEliminate);
|
||||||
Track::setPauseSpeed(_options.pauseSpeed);
|
Track::setPauseSpeed(_options.pauseSpeed);
|
||||||
Track::setPauseInterval(_options.pauseInterval);
|
Track::setPauseInterval(_options.pauseInterval);
|
||||||
|
Track::useReportedSpeed(_options.useReportedSpeed);
|
||||||
|
|
||||||
_poi->setRadius(_options.poiRadius);
|
_poi->setRadius(_options.poiRadius);
|
||||||
|
|
||||||
QPixmapCache::setCacheLimit(_options.pixmapCache * 1024);
|
QPixmapCache::setCacheLimit(_options.pixmapCache * 1024);
|
||||||
|
Downloader::setTimeout(_options.connectionTimeout);
|
||||||
|
#ifdef ENABLE_HTTP2
|
||||||
|
Downloader::enableHTTP2(_options.enableHTTP2);
|
||||||
|
#endif // ENABLE_HTTP2
|
||||||
|
|
||||||
settings.endGroup();
|
settings.endGroup();
|
||||||
}
|
}
|
||||||
@ -1947,3 +2114,39 @@ qreal GUI::movingTime() const
|
|||||||
{
|
{
|
||||||
return (_showTracksAction->isChecked()) ? _movingTime : 0;
|
return (_showTracksAction->isChecked()) ? _movingTime : 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void GUI::show()
|
||||||
|
{
|
||||||
|
QMainWindow::show();
|
||||||
|
|
||||||
|
#ifdef ENABLE_HIDPI
|
||||||
|
QWindow *w = windowHandle();
|
||||||
|
connect(w->screen(), SIGNAL(logicalDotsPerInchChanged(qreal)), this,
|
||||||
|
SLOT(logicalDotsPerInchChanged(qreal)));
|
||||||
|
connect(w, SIGNAL(screenChanged(QScreen*)), this,
|
||||||
|
SLOT(screenChanged(QScreen*)));
|
||||||
|
#endif // ENABLE_HIDPI
|
||||||
|
}
|
||||||
|
|
||||||
|
void GUI::screenChanged(QScreen *screen)
|
||||||
|
{
|
||||||
|
#ifdef ENABLE_HIDPI
|
||||||
|
_mapView->updateDevicePixelRatio();
|
||||||
|
|
||||||
|
disconnect(SIGNAL(logicalDotsPerInchChanged(qreal)), this,
|
||||||
|
SLOT(logicalDotsPerInchChanged(qreal)));
|
||||||
|
connect(screen, SIGNAL(logicalDotsPerInchChanged(qreal)), this,
|
||||||
|
SLOT(logicalDotsPerInchChanged(qreal)));
|
||||||
|
#else // ENABLE_HIDPI
|
||||||
|
Q_UNUSED(screen);
|
||||||
|
#endif // ENABLE_HIDPI
|
||||||
|
}
|
||||||
|
|
||||||
|
void GUI::logicalDotsPerInchChanged(qreal dpi)
|
||||||
|
{
|
||||||
|
Q_UNUSED(dpi)
|
||||||
|
|
||||||
|
#ifdef ENABLE_HIDPI
|
||||||
|
_mapView->updateDevicePixelRatio();
|
||||||
|
#endif // ENBLE_HIDPI
|
||||||
|
}
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
#include <QDate>
|
#include <QDate>
|
||||||
#include <QPrinter>
|
#include <QPrinter>
|
||||||
#include "data/graph.h"
|
#include "data/graph.h"
|
||||||
#include "data/poi.h"
|
|
||||||
#include "units.h"
|
#include "units.h"
|
||||||
#include "timetype.h"
|
#include "timetype.h"
|
||||||
#include "format.h"
|
#include "format.h"
|
||||||
@ -20,6 +19,7 @@ class QTabWidget;
|
|||||||
class QActionGroup;
|
class QActionGroup;
|
||||||
class QAction;
|
class QAction;
|
||||||
class QLabel;
|
class QLabel;
|
||||||
|
class QSplitter;
|
||||||
class QSignalMapper;
|
class QSignalMapper;
|
||||||
class QPrinter;
|
class QPrinter;
|
||||||
class FileBrowser;
|
class FileBrowser;
|
||||||
@ -27,6 +27,8 @@ class GraphTab;
|
|||||||
class MapView;
|
class MapView;
|
||||||
class Map;
|
class Map;
|
||||||
class MapList;
|
class MapList;
|
||||||
|
class POI;
|
||||||
|
class QScreen;
|
||||||
|
|
||||||
class GUI : public QMainWindow
|
class GUI : public QMainWindow
|
||||||
{
|
{
|
||||||
@ -34,9 +36,9 @@ class GUI : public QMainWindow
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
GUI();
|
GUI();
|
||||||
~GUI();
|
|
||||||
|
|
||||||
bool openFile(const QString &fileName);
|
bool openFile(const QString &fileName);
|
||||||
|
void show();
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void about();
|
void about();
|
||||||
@ -47,6 +49,7 @@ private slots:
|
|||||||
void openFile();
|
void openFile();
|
||||||
void closeAll();
|
void closeAll();
|
||||||
void reloadFile();
|
void reloadFile();
|
||||||
|
void statistics();
|
||||||
void openPOIFile();
|
void openPOIFile();
|
||||||
void closePOIFiles();
|
void closePOIFiles();
|
||||||
void showGraphs(bool show);
|
void showGraphs(bool show);
|
||||||
@ -82,6 +85,8 @@ private slots:
|
|||||||
void setDMS() {setCoordinatesFormat(DMS);}
|
void setDMS() {setCoordinatesFormat(DMS);}
|
||||||
|
|
||||||
void sliderPositionChanged(qreal pos);
|
void sliderPositionChanged(qreal pos);
|
||||||
|
void screenChanged(QScreen *screen);
|
||||||
|
void logicalDotsPerInchChanged(qreal dpi);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
typedef QPair<QDate, QDate> DateRange;
|
typedef QPair<QDate, QDate> DateRange;
|
||||||
@ -109,8 +114,8 @@ private:
|
|||||||
void updateStatusBarInfo();
|
void updateStatusBarInfo();
|
||||||
void updateWindowTitle();
|
void updateWindowTitle();
|
||||||
void updateNavigationActions();
|
void updateNavigationActions();
|
||||||
void updateGraphTabs();
|
bool updateGraphTabs();
|
||||||
void updateMapView();
|
bool updateMapView();
|
||||||
|
|
||||||
TimeType timeType() const;
|
TimeType timeType() const;
|
||||||
Units units() const;
|
Units units() const;
|
||||||
@ -150,6 +155,7 @@ private:
|
|||||||
QAction *_openFileAction;
|
QAction *_openFileAction;
|
||||||
QAction *_closeFileAction;
|
QAction *_closeFileAction;
|
||||||
QAction *_reloadFileAction;
|
QAction *_reloadFileAction;
|
||||||
|
QAction *_statisticsAction;
|
||||||
QAction *_openPOIAction;
|
QAction *_openPOIAction;
|
||||||
QAction *_closePOIAction;
|
QAction *_closePOIAction;
|
||||||
QAction *_showPOIAction;
|
QAction *_showPOIAction;
|
||||||
@ -196,6 +202,7 @@ private:
|
|||||||
QLabel *_distanceLabel;
|
QLabel *_distanceLabel;
|
||||||
QLabel *_timeLabel;
|
QLabel *_timeLabel;
|
||||||
|
|
||||||
|
QSplitter *_splitter;
|
||||||
MapView *_mapView;
|
MapView *_mapView;
|
||||||
QTabWidget *_graphTabWidget;
|
QTabWidget *_graphTabWidget;
|
||||||
QList<GraphTab*> _tabs;
|
QList<GraphTab*> _tabs;
|
||||||
|
@ -24,28 +24,33 @@ void HeartRateGraph::setInfo()
|
|||||||
clearInfo();
|
clearInfo();
|
||||||
}
|
}
|
||||||
|
|
||||||
void HeartRateGraph::loadData(const Data &data, const QList<PathItem *> &paths)
|
QList<GraphItem*> HeartRateGraph::loadData(const Data &data)
|
||||||
{
|
{
|
||||||
|
QList<GraphItem*> graphs;
|
||||||
|
|
||||||
for (int i = 0; i < data.tracks().count(); i++) {
|
for (int i = 0; i < data.tracks().count(); i++) {
|
||||||
const Graph &graph = data.tracks().at(i)->heartRate();
|
const Graph &graph = data.tracks().at(i)->heartRate();
|
||||||
|
|
||||||
if (graph.size() < 2) {
|
if (graph.size() < 2) {
|
||||||
skipColor();
|
skipColor();
|
||||||
continue;
|
graphs.append(0);
|
||||||
|
} else {
|
||||||
|
HeartRateGraphItem *gi = new HeartRateGraphItem(graph, _graphType);
|
||||||
|
GraphView::addGraph(gi);
|
||||||
|
_avg.append(QPointF(data.tracks().at(i)->distance(), gi->avg()));
|
||||||
|
graphs.append(gi);
|
||||||
}
|
}
|
||||||
|
|
||||||
HeartRateGraphItem *gi = new HeartRateGraphItem(graph, _graphType);
|
|
||||||
GraphView::addGraph(gi, paths.at(i));
|
|
||||||
|
|
||||||
_avg.append(QPointF(data.tracks().at(i)->distance(), gi->avg()));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
for (int i = 0; i < data.routes().count(); i++)
|
for (int i = 0; i < data.routes().count(); i++) {
|
||||||
skipColor();
|
skipColor();
|
||||||
|
graphs.append(0);
|
||||||
|
}
|
||||||
|
|
||||||
setInfo();
|
setInfo();
|
||||||
|
|
||||||
redraw();
|
redraw();
|
||||||
|
|
||||||
|
return graphs;
|
||||||
}
|
}
|
||||||
|
|
||||||
qreal HeartRateGraph::avg() const
|
qreal HeartRateGraph::avg() const
|
||||||
|
@ -11,7 +11,7 @@ public:
|
|||||||
HeartRateGraph(QWidget *parent = 0);
|
HeartRateGraph(QWidget *parent = 0);
|
||||||
|
|
||||||
QString label() const {return tr("Heart rate");}
|
QString label() const {return tr("Heart rate");}
|
||||||
void loadData(const Data &data, const QList<PathItem *> &paths);
|
QList<GraphItem*> loadData(const Data &data);
|
||||||
void clear();
|
void clear();
|
||||||
void showTracks(bool show);
|
void showTracks(bool show);
|
||||||
|
|
||||||
|