mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-01 21:39:15 +02:00
Compare commits
104 Commits
Author | SHA1 | Date | |
---|---|---|---|
106d4c6e0b | |||
8f815a6af0 | |||
60f107d7cd | |||
e87fff4bf8 | |||
e6547d92f0 | |||
bfcc577f64 | |||
a56ad8a933 | |||
b1748c848b | |||
3763d44662 | |||
b3e8081942 | |||
b3dc886afc | |||
431002fd62 | |||
63c3a50ca6 | |||
7fd30bbda3 | |||
c1844f9557 | |||
0c7601c831 | |||
19eb3fba7f | |||
bde3c8cc3d | |||
b0ce471ea8 | |||
bd23120c2c | |||
ac4ef0631e | |||
60d9a172b6 | |||
b8eede21c0 | |||
70ddbe192f | |||
d8477571cc | |||
92545acba0 | |||
2bf66ea912 | |||
b21c2267cf | |||
278aa904c1 | |||
b369985f0a | |||
6a5781771f | |||
1b616f3c81 | |||
99dfbc1d2f | |||
f83e3376b4 | |||
311aeecb27 | |||
338ace6dff | |||
51e9ef4416 | |||
ebefe54510 | |||
1ec732c78d | |||
ff733b2705 | |||
99e32b1a15 | |||
f4a992a66f | |||
f52fa9a9ef | |||
61f3a1c932 | |||
93313da01d | |||
a253ac1796 | |||
e6a0eeefcc | |||
214d7c40dc | |||
cd89706d74 | |||
961eac9324 | |||
ddacac8d2e | |||
bd9b5dbc6a | |||
8b813b5879 | |||
b79de29464 | |||
ae2765528d | |||
0356917790 | |||
7352b24473 | |||
3a9ec6247c | |||
e74ac78138 | |||
5fa91be4ac | |||
536b4fd121 | |||
0556ae0f58 | |||
e38fdb26d7 | |||
e420602c69 | |||
b2a49eaa23 | |||
211a4e4cef | |||
8ff8d4bf16 | |||
46598a85fc | |||
32cbd33c91 | |||
0e356d0222 | |||
1a29ab6304 | |||
5581cff55b | |||
a458b82e37 | |||
bd946fb477 | |||
7e6ed0933c | |||
1586a5e912 | |||
3e340ab941 | |||
ea178d1acb | |||
f61488fcfa | |||
b68ca92add | |||
0448ae5eea | |||
2bc112c7b4 | |||
ccd92edb8d | |||
0cbf79870b | |||
7e8530555d | |||
2fd16e5e31 | |||
a5033c8b19 | |||
b0c6176ddd | |||
6edd7a8c61 | |||
8a299be65b | |||
cde4c65c53 | |||
b24136a580 | |||
da1b2bb90a | |||
30e198cf46 | |||
0f2deca4fa | |||
1055c4fd98 | |||
18c501b610 | |||
71310116e3 | |||
34e48199b2 | |||
4cf027df58 | |||
a9668ca86e | |||
181f60ed40 | |||
307405d661 | |||
1242423ca8 |
15
README.md
15
README.md
@ -1,17 +1,18 @@
|
|||||||
# GPXSee
|
# GPXSee
|
||||||
GPXSee is a Qt-based application for visualizing and analyzing GPX, TCX, FIT,
|
GPXSee is a Qt-based GPS log file viewer and analyzer that supports GPX, TCX,
|
||||||
IGC and KML files.
|
KML, FIT, IGC and NMEA files.
|
||||||
|
|
||||||
|
## Features
|
||||||
* User-definable map sources.
|
* User-definable map sources.
|
||||||
* Elevation, speed, heart rate, cadence, power and temperature graphs.
|
* Elevation, speed, heart rate, cadence, power and temperature 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 and Garmin CSV files.
|
* Opens GPX, TCX, FIT, KML, IGC, NMEA and Garmin CSV files.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
### Linux/OS X
|
### Linux/OS X
|
||||||
@ -28,8 +29,8 @@ nmake release
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Binaries
|
## Binaries
|
||||||
* Windows & OS X builds: http://sourceforge.net/projects/gpxsee
|
* [Windows & OS X builds](http://sourceforge.net/projects/gpxsee)
|
||||||
* Linux packages: https://build.opensuse.org/project/repositories/home:tumic:GPXSee
|
* [Linux packages](http://software.opensuse.org/download.html?project=home%3Atumic%3AGPXSee&package=gpxsee)
|
||||||
|
|
||||||
## Homepage
|
## Homepage
|
||||||
GPXSee homepage: http://tumic.wz.cz/gpxsee
|
GPXSee homepage: http://tumic.wz.cz/gpxsee
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
|
|
||||||
set PATH=C:\qt\qtbase\bin;%PATH%
|
|
||||||
set PATH=C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin;%PATH%
|
|
||||||
set INCLUDE=C:\Program Files\Microsoft SDKs\Windows\v7.1\Include;%INCLUDE%
|
|
||||||
set LIB=C:\Program Files\Microsoft SDKs\Windows\v7.1\Lib;%LIB%
|
|
||||||
set CL=/D_USING_V110_SDK71_
|
|
@ -1,6 +0,0 @@
|
|||||||
CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
|
|
||||||
set PATH=C:\qt64\qtbase\bin;%PATH%
|
|
||||||
set PATH=C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin;%PATH%
|
|
||||||
set INCLUDE=C:\Program Files\Microsoft SDKs\Windows\v7.1\Include;%INCLUDE%
|
|
||||||
set LIB=C:\Program Files\Microsoft SDKs\Windows\v7.1\Lib\x64;%LIB%
|
|
||||||
set CL=/D_USING_V110_SDK71_
|
|
42
gpxsee.pro
42
gpxsee.pro
@ -1,10 +1,12 @@
|
|||||||
TARGET = GPXSee
|
TARGET = GPXSee
|
||||||
VERSION = 3.2
|
VERSION = 4.0
|
||||||
QT += core \
|
QT += core \
|
||||||
gui \
|
gui \
|
||||||
network
|
network
|
||||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||||
greaterThan(QT_MAJOR_VERSION, 4): QT += printsupport
|
greaterThan(QT_MAJOR_VERSION, 4): QT += printsupport
|
||||||
|
lessThan(QT_VERSION, 5.4): QT += opengl
|
||||||
|
macx: QT += opengl
|
||||||
HEADERS += src/config.h \
|
HEADERS += src/config.h \
|
||||||
src/icons.h \
|
src/icons.h \
|
||||||
src/gui.h \
|
src/gui.h \
|
||||||
@ -20,6 +22,7 @@ HEADERS += src/config.h \
|
|||||||
src/sliderinfoitem.h \
|
src/sliderinfoitem.h \
|
||||||
src/filebrowser.h \
|
src/filebrowser.h \
|
||||||
src/map.h \
|
src/map.h \
|
||||||
|
src/onlinemap.h \
|
||||||
src/maplist.h \
|
src/maplist.h \
|
||||||
src/downloader.h \
|
src/downloader.h \
|
||||||
src/units.h \
|
src/units.h \
|
||||||
@ -70,7 +73,23 @@ HEADERS += src/config.h \
|
|||||||
src/cadencegraph.h \
|
src/cadencegraph.h \
|
||||||
src/powergraph.h \
|
src/powergraph.h \
|
||||||
src/igcparser.h \
|
src/igcparser.h \
|
||||||
src/nmeaparser.h
|
src/nmeaparser.h \
|
||||||
|
src/optionsdialog.h \
|
||||||
|
src/colorbox.h \
|
||||||
|
src/stylecombobox.h \
|
||||||
|
src/opengl.h \
|
||||||
|
src/timetype.h \
|
||||||
|
src/emptymap.h \
|
||||||
|
src/offlinemap.h \
|
||||||
|
src/mapdir.h \
|
||||||
|
src/matrix.h \
|
||||||
|
src/tar.h \
|
||||||
|
src/atlas.h \
|
||||||
|
src/projection.h \
|
||||||
|
src/mercator.h \
|
||||||
|
src/transversemercator.h \
|
||||||
|
src/latlon.h \
|
||||||
|
src/utm.h
|
||||||
SOURCES += src/main.cpp \
|
SOURCES += src/main.cpp \
|
||||||
src/gui.cpp \
|
src/gui.cpp \
|
||||||
src/poi.cpp \
|
src/poi.cpp \
|
||||||
@ -82,7 +101,7 @@ SOURCES += src/main.cpp \
|
|||||||
src/speedgraph.cpp \
|
src/speedgraph.cpp \
|
||||||
src/sliderinfoitem.cpp \
|
src/sliderinfoitem.cpp \
|
||||||
src/filebrowser.cpp \
|
src/filebrowser.cpp \
|
||||||
src/map.cpp \
|
src/onlinemap.cpp \
|
||||||
src/maplist.cpp \
|
src/maplist.cpp \
|
||||||
src/downloader.cpp \
|
src/downloader.cpp \
|
||||||
src/scaleitem.cpp \
|
src/scaleitem.cpp \
|
||||||
@ -121,9 +140,22 @@ SOURCES += src/main.cpp \
|
|||||||
src/powergraph.cpp \
|
src/powergraph.cpp \
|
||||||
src/igcparser.cpp \
|
src/igcparser.cpp \
|
||||||
src/path.cpp \
|
src/path.cpp \
|
||||||
src/nmeaparser.cpp
|
src/nmeaparser.cpp \
|
||||||
|
src/optionsdialog.cpp \
|
||||||
|
src/colorbox.cpp \
|
||||||
|
src/stylecombobox.cpp \
|
||||||
|
src/emptymap.cpp \
|
||||||
|
src/offlinemap.cpp \
|
||||||
|
src/mapdir.cpp \
|
||||||
|
src/matrix.cpp \
|
||||||
|
src/tar.cpp \
|
||||||
|
src/atlas.cpp \
|
||||||
|
src/mercator.cpp \
|
||||||
|
src/transversemercator.cpp \
|
||||||
|
src/utm.cpp
|
||||||
RESOURCES += gpxsee.qrc
|
RESOURCES += gpxsee.qrc
|
||||||
TRANSLATIONS = lang/gpxsee_cs.ts
|
TRANSLATIONS = lang/gpxsee_cs.ts \
|
||||||
|
lang/gpxsee_sv.ts
|
||||||
macx {
|
macx {
|
||||||
ICON = icons/gpxsee.icns
|
ICON = icons/gpxsee.icns
|
||||||
QMAKE_INFO_PLIST = Info.plist
|
QMAKE_INFO_PLIST = Info.plist
|
||||||
|
@ -15,6 +15,11 @@
|
|||||||
<file>icons/arrow-right-double.png</file>
|
<file>icons/arrow-right-double.png</file>
|
||||||
<file>icons/view-fullscreen.png</file>
|
<file>icons/view-fullscreen.png</file>
|
||||||
<file>icons/office-chart-line-stacked.png</file>
|
<file>icons/office-chart-line-stacked.png</file>
|
||||||
|
<file>icons/preferences-desktop-display.png</file>
|
||||||
|
<file>icons/flag_48.png</file>
|
||||||
|
<file>icons/system-run.png</file>
|
||||||
|
<file>icons/document-print-preview.png</file>
|
||||||
<file>lang/gpxsee_cs.qm</file>
|
<file>lang/gpxsee_cs.qm</file>
|
||||||
|
<file>lang/gpxsee_sv.qm</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
BIN
icons/document-print-preview.png
Normal file
BIN
icons/document-print-preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
BIN
icons/flag_48.png
Normal file
BIN
icons/flag_48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.1 KiB |
BIN
icons/preferences-desktop-display.png
Normal file
BIN
icons/preferences-desktop-display.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
BIN
icons/system-run.png
Normal file
BIN
icons/system-run.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
File diff suppressed because it is too large
Load Diff
1059
lang/gpxsee_sv.ts
Normal file
1059
lang/gpxsee_sv.ts
Normal file
File diff suppressed because it is too large
Load Diff
BIN
pkg/gpxsee.cer
Normal file
BIN
pkg/gpxsee.cer
Normal file
Binary file not shown.
@ -1,10 +1,11 @@
|
|||||||
!include "MUI2.nsh"
|
!include "MUI2.nsh"
|
||||||
!include "x64.nsh"
|
!include "x64.nsh"
|
||||||
|
!include "WinVer.nsh"
|
||||||
|
|
||||||
; The name of the installer
|
; The name of the installer
|
||||||
Name "GPXSee"
|
Name "GPXSee"
|
||||||
; Program version
|
; Program version
|
||||||
!define VERSION "3.2"
|
!define VERSION "4.0"
|
||||||
|
|
||||||
; The file to write
|
; The file to write
|
||||||
OutFile "GPXSee-${VERSION}.exe"
|
OutFile "GPXSee-${VERSION}.exe"
|
||||||
@ -15,6 +16,14 @@ RequestExecutionLevel admin
|
|||||||
; The default installation directory
|
; The default installation directory
|
||||||
InstallDir "$PROGRAMFILES\GPXSee"
|
InstallDir "$PROGRAMFILES\GPXSee"
|
||||||
|
|
||||||
|
; Installer executable info
|
||||||
|
VIProductVersion "${VERSION}.0.0"
|
||||||
|
VIAddVersionKey "ProductVersion" ${VERSION}
|
||||||
|
VIAddVersionKey "FileVersion" "${VERSION}.0.0"
|
||||||
|
VIAddVersionKey "ProductName" "GPXSee"
|
||||||
|
VIAddVersionKey "LegalCopyright" "GPXSee project"
|
||||||
|
VIAddVersionKey "FileDescription" "GPXSee installer"
|
||||||
|
|
||||||
; Registry key to check for directory (so if you install again, it will
|
; Registry key to check for directory (so if you install again, it will
|
||||||
; overwrite the old one automatically)
|
; overwrite the old one automatically)
|
||||||
InstallDirRegKey HKLM "Software\GPXSee" "Install_Dir"
|
InstallDirRegKey HKLM "Software\GPXSee" "Install_Dir"
|
||||||
@ -55,9 +64,15 @@ Var StartMenuFolder
|
|||||||
; Languages
|
; Languages
|
||||||
!insertmacro MUI_LANGUAGE "English"
|
!insertmacro MUI_LANGUAGE "English"
|
||||||
|
|
||||||
|
Function .onInit
|
||||||
|
${IfNot} ${AtLeastWin7}
|
||||||
|
MessageBox MB_OK "GPXSee can only be installed on Windows 7 or later."
|
||||||
|
Abort
|
||||||
|
${EndIf}
|
||||||
|
FunctionEnd
|
||||||
|
|
||||||
; The stuff to install
|
; The stuff to install
|
||||||
Section "GPXSee (required)" SEC_APP
|
Section "GPXSee" SEC_APP
|
||||||
|
|
||||||
SectionIn RO
|
SectionIn RO
|
||||||
|
|
||||||
@ -122,14 +137,15 @@ Section "GPXSee (required)" SEC_APP
|
|||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "QT libs" SEC_QT
|
Section "QT framework" SEC_QT
|
||||||
|
|
||||||
|
SectionIn RO
|
||||||
|
|
||||||
File "Qt5Core.dll"
|
File "Qt5Core.dll"
|
||||||
File "Qt5Gui.dll"
|
File "Qt5Gui.dll"
|
||||||
File "Qt5Widgets.dll"
|
File "Qt5Widgets.dll"
|
||||||
File "Qt5PrintSupport.dll"
|
File "Qt5PrintSupport.dll"
|
||||||
File "Qt5Network.dll"
|
File "Qt5Network.dll"
|
||||||
File "libGLESv2.dll"
|
|
||||||
File /r "platforms"
|
File /r "platforms"
|
||||||
File /r "imageformats"
|
File /r "imageformats"
|
||||||
File /r "printsupport"
|
File /r "printsupport"
|
||||||
@ -138,6 +154,8 @@ SectionEnd
|
|||||||
|
|
||||||
Section "MSVC runtime" SEC_MSVC
|
Section "MSVC runtime" SEC_MSVC
|
||||||
|
|
||||||
|
SectionIn RO
|
||||||
|
|
||||||
DetailPrint "Checking whether Visual C++ 2015 Redistributable is already installed..."
|
DetailPrint "Checking whether Visual C++ 2015 Redistributable is already installed..."
|
||||||
${If} ${RunningX64}
|
${If} ${RunningX64}
|
||||||
ReadRegDword $R0 HKLM "SOFTWARE\Wow6432Node\Microsoft\VisualStudio\14.0\VC\Runtimes\x86" "Installed"
|
ReadRegDword $R0 HKLM "SOFTWARE\Wow6432Node\Microsoft\VisualStudio\14.0\VC\Runtimes\x86" "Installed"
|
||||||
@ -153,10 +171,26 @@ Section "MSVC runtime" SEC_MSVC
|
|||||||
SetOutPath $TEMP
|
SetOutPath $TEMP
|
||||||
File "VC_redist.x86.exe"
|
File "VC_redist.x86.exe"
|
||||||
ExecWait '"$TEMP/VC_redist.x86.exe" /install /quiet /norestart'
|
ExecWait '"$TEMP/VC_redist.x86.exe" /install /quiet /norestart'
|
||||||
|
SetOutPath $INSTDIR
|
||||||
|
|
||||||
done:
|
done:
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
Section "OpenSSL" SEC_OPENSSL
|
||||||
|
|
||||||
|
File "libeay32.dll"
|
||||||
|
File "ssleay32.dll"
|
||||||
|
|
||||||
|
SectionEnd
|
||||||
|
|
||||||
|
Section "ANGLE" SEC_ANGLE
|
||||||
|
|
||||||
|
File "libGLESv2.dll"
|
||||||
|
File "libEGL.dll"
|
||||||
|
File "D3DCompiler_47.dll"
|
||||||
|
|
||||||
|
SectionEnd
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
|
|
||||||
; Uninstaller
|
; Uninstaller
|
||||||
@ -199,15 +233,21 @@ SectionEnd
|
|||||||
|
|
||||||
;Language strings
|
;Language strings
|
||||||
LangString DESC_QT ${LANG_ENGLISH} \
|
LangString DESC_QT ${LANG_ENGLISH} \
|
||||||
"QT Library. Unselct only if you have QT already installed!"
|
"QT cross-platform application framework."
|
||||||
LangString DESC_MSVC ${LANG_ENGLISH} \
|
LangString DESC_MSVC ${LANG_ENGLISH} \
|
||||||
"Visual C++ 2015 runtime components. Unselct only if you have the runtime already installed!"
|
"Visual C++ 2015 runtime components. If already installed, will be skipped."
|
||||||
|
LangString DESC_OPENSSL ${LANG_ENGLISH} \
|
||||||
|
"OpenSSL library. Required for HTTPS to work."
|
||||||
|
LangString DESC_ANGLE ${LANG_ENGLISH} \
|
||||||
|
"ANGLE (OpenGL via Direct3D). Enables OpenGL on systems without native OpenGL drivers."
|
||||||
LangString DESC_APP ${LANG_ENGLISH} \
|
LangString DESC_APP ${LANG_ENGLISH} \
|
||||||
"GPXSee application"
|
"GPXSee application"
|
||||||
|
|
||||||
;Assign language strings to sections
|
;Assign language strings to sections
|
||||||
!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
|
!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
|
||||||
!insertmacro MUI_DESCRIPTION_TEXT ${SEC_QT} $(DESC_QT)
|
!insertmacro MUI_DESCRIPTION_TEXT ${SEC_QT} $(DESC_QT)
|
||||||
|
!insertmacro MUI_DESCRIPTION_TEXT ${SEC_OPENSSL} $(DESC_OPENSSL)
|
||||||
|
!insertmacro MUI_DESCRIPTION_TEXT ${SEC_ANGLE} $(DESC_ANGLE)
|
||||||
!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_FUNCTION_DESCRIPTION_END
|
!insertmacro MUI_FUNCTION_DESCRIPTION_END
|
@ -1,10 +1,11 @@
|
|||||||
!include "MUI2.nsh"
|
!include "MUI2.nsh"
|
||||||
!include "x64.nsh"
|
!include "x64.nsh"
|
||||||
|
!include "WinVer.nsh"
|
||||||
|
|
||||||
; The name of the installer
|
; The name of the installer
|
||||||
Name "GPXSee"
|
Name "GPXSee"
|
||||||
; Program version
|
; Program version
|
||||||
!define VERSION "3.2"
|
!define VERSION "4.0"
|
||||||
|
|
||||||
; The file to write
|
; The file to write
|
||||||
OutFile "GPXSee-${VERSION}_x64.exe"
|
OutFile "GPXSee-${VERSION}_x64.exe"
|
||||||
@ -15,6 +16,14 @@ RequestExecutionLevel admin
|
|||||||
; The default installation directory
|
; The default installation directory
|
||||||
InstallDir "$PROGRAMFILES64\GPXSee"
|
InstallDir "$PROGRAMFILES64\GPXSee"
|
||||||
|
|
||||||
|
; Installer executable info
|
||||||
|
VIProductVersion "${VERSION}.0.0"
|
||||||
|
VIAddVersionKey "ProductVersion" ${VERSION}
|
||||||
|
VIAddVersionKey "FileVersion" "${VERSION}.0.0"
|
||||||
|
VIAddVersionKey "ProductName" "GPXSee"
|
||||||
|
VIAddVersionKey "LegalCopyright" "GPXSee project"
|
||||||
|
VIAddVersionKey "FileDescription" "GPXSee installer (x64)"
|
||||||
|
|
||||||
; Registry key to check for directory (so if you install again, it will
|
; Registry key to check for directory (so if you install again, it will
|
||||||
; overwrite the old one automatically)
|
; overwrite the old one automatically)
|
||||||
InstallDirRegKey HKLM "Software\GPXSee" "Install_Dir"
|
InstallDirRegKey HKLM "Software\GPXSee" "Install_Dir"
|
||||||
@ -55,7 +64,12 @@ Var StartMenuFolder
|
|||||||
; Languages
|
; Languages
|
||||||
!insertmacro MUI_LANGUAGE "English"
|
!insertmacro MUI_LANGUAGE "English"
|
||||||
|
|
||||||
Function .onInit
|
Function .onInit
|
||||||
|
${IfNot} ${AtLeastWin7}
|
||||||
|
MessageBox MB_OK "GPXSee can only be installed on Windows 7 or later."
|
||||||
|
Abort
|
||||||
|
${EndIf}
|
||||||
|
|
||||||
${If} ${RunningX64}
|
${If} ${RunningX64}
|
||||||
SetRegView 64
|
SetRegView 64
|
||||||
${Else}
|
${Else}
|
||||||
@ -65,7 +79,7 @@ Function .onInit
|
|||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
; The stuff to install
|
; The stuff to install
|
||||||
Section "GPXSee (required)" SEC_APP
|
Section "GPXSee" SEC_APP
|
||||||
|
|
||||||
SectionIn RO
|
SectionIn RO
|
||||||
|
|
||||||
@ -92,7 +106,7 @@ Section "GPXSee (required)" SEC_APP
|
|||||||
WriteRegStr HKLM SOFTWARE\GPXSee "Install_Dir" "$INSTDIR"
|
WriteRegStr HKLM SOFTWARE\GPXSee "Install_Dir" "$INSTDIR"
|
||||||
|
|
||||||
; Write the uninstall keys for Windows
|
; Write the uninstall keys for Windows
|
||||||
WriteRegStr HKLM "${REGENTRY}" "DisplayName" "GPXSee"
|
WriteRegStr HKLM "${REGENTRY}" "DisplayName" "GPXSee (x64)"
|
||||||
WriteRegStr HKLM "${REGENTRY}" "Publisher" "Martin Tuma"
|
WriteRegStr HKLM "${REGENTRY}" "Publisher" "Martin Tuma"
|
||||||
WriteRegStr HKLM "${REGENTRY}" "DisplayVersion" "${VERSION}"
|
WriteRegStr HKLM "${REGENTRY}" "DisplayVersion" "${VERSION}"
|
||||||
WriteRegStr HKLM "${REGENTRY}" "UninstallString" '"$INSTDIR\uninstall.exe"'
|
WriteRegStr HKLM "${REGENTRY}" "UninstallString" '"$INSTDIR\uninstall.exe"'
|
||||||
@ -130,14 +144,15 @@ Section "GPXSee (required)" SEC_APP
|
|||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "QT libs" SEC_QT
|
Section "QT framework" SEC_QT
|
||||||
|
|
||||||
|
SectionIn RO
|
||||||
|
|
||||||
File "Qt5Core.dll"
|
File "Qt5Core.dll"
|
||||||
File "Qt5Gui.dll"
|
File "Qt5Gui.dll"
|
||||||
File "Qt5Widgets.dll"
|
File "Qt5Widgets.dll"
|
||||||
File "Qt5PrintSupport.dll"
|
File "Qt5PrintSupport.dll"
|
||||||
File "Qt5Network.dll"
|
File "Qt5Network.dll"
|
||||||
File "libGLESv2.dll"
|
|
||||||
File /r "platforms"
|
File /r "platforms"
|
||||||
File /r "imageformats"
|
File /r "imageformats"
|
||||||
File /r "printsupport"
|
File /r "printsupport"
|
||||||
@ -146,6 +161,8 @@ SectionEnd
|
|||||||
|
|
||||||
Section "MSVC runtime" SEC_MSVC
|
Section "MSVC runtime" SEC_MSVC
|
||||||
|
|
||||||
|
SectionIn RO
|
||||||
|
|
||||||
DetailPrint "Checking whether Visual C++ 2015 Redistributable is already installed..."
|
DetailPrint "Checking whether Visual C++ 2015 Redistributable is already installed..."
|
||||||
ReadRegDword $R0 HKLM "SOFTWARE\Wow6432Node\Microsoft\VisualStudio\14.0\VC\Runtimes\x64" "Installed"
|
ReadRegDword $R0 HKLM "SOFTWARE\Wow6432Node\Microsoft\VisualStudio\14.0\VC\Runtimes\x64" "Installed"
|
||||||
StrCmp $R0 "1" 0 +3
|
StrCmp $R0 "1" 0 +3
|
||||||
@ -156,10 +173,26 @@ Section "MSVC runtime" SEC_MSVC
|
|||||||
SetOutPath $TEMP
|
SetOutPath $TEMP
|
||||||
File "VC_redist.x64.exe"
|
File "VC_redist.x64.exe"
|
||||||
ExecWait '"$TEMP/VC_redist.x64.exe" /install /quiet /norestart'
|
ExecWait '"$TEMP/VC_redist.x64.exe" /install /quiet /norestart'
|
||||||
|
SetOutPath $INSTDIR
|
||||||
|
|
||||||
done:
|
done:
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
Section "OpenSSL" SEC_OPENSSL
|
||||||
|
|
||||||
|
File "libeay32.dll"
|
||||||
|
File "ssleay32.dll"
|
||||||
|
|
||||||
|
SectionEnd
|
||||||
|
|
||||||
|
Section "ANGLE" SEC_ANGLE
|
||||||
|
|
||||||
|
File "libGLESv2.dll"
|
||||||
|
File "libEGL.dll"
|
||||||
|
File "D3DCompiler_47.dll"
|
||||||
|
|
||||||
|
SectionEnd
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
|
|
||||||
; Uninstaller
|
; Uninstaller
|
||||||
@ -203,15 +236,21 @@ SectionEnd
|
|||||||
|
|
||||||
;Language strings
|
;Language strings
|
||||||
LangString DESC_QT ${LANG_ENGLISH} \
|
LangString DESC_QT ${LANG_ENGLISH} \
|
||||||
"QT Library. Unselct only if you have QT already installed!"
|
"QT cross-platform application framework."
|
||||||
LangString DESC_MSVC ${LANG_ENGLISH} \
|
LangString DESC_MSVC ${LANG_ENGLISH} \
|
||||||
"Visual C++ 2015 runtime components. Unselct only if you have the runtime already installed!"
|
"Visual C++ 2015 runtime components. If already installed, will be skipped."
|
||||||
|
LangString DESC_OPENSSL ${LANG_ENGLISH} \
|
||||||
|
"OpenSSL library. Required for HTTPS to work."
|
||||||
|
LangString DESC_ANGLE ${LANG_ENGLISH} \
|
||||||
|
"ANGLE (OpenGL via Direct3D). Enables OpenGL on systems without native OpenGL drivers."
|
||||||
LangString DESC_APP ${LANG_ENGLISH} \
|
LangString DESC_APP ${LANG_ENGLISH} \
|
||||||
"GPXSee application"
|
"GPXSee application"
|
||||||
|
|
||||||
;Assign language strings to sections
|
;Assign language strings to sections
|
||||||
!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
|
!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
|
||||||
!insertmacro MUI_DESCRIPTION_TEXT ${SEC_QT} $(DESC_QT)
|
!insertmacro MUI_DESCRIPTION_TEXT ${SEC_QT} $(DESC_QT)
|
||||||
|
!insertmacro MUI_DESCRIPTION_TEXT ${SEC_OPENSSL} $(DESC_OPENSSL)
|
||||||
|
!insertmacro MUI_DESCRIPTION_TEXT ${SEC_ANGLE} $(DESC_ANGLE)
|
||||||
!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_FUNCTION_DESCRIPTION_END
|
!insertmacro MUI_FUNCTION_DESCRIPTION_END
|
@ -1,2 +1,3 @@
|
|||||||
|
Open Topo Map https://a.tile.opentopomap.org/$z/$x/$y.png
|
||||||
Thunderforest http://tile.thunderforest.com/outdoors/$z/$x/$y.png
|
Thunderforest http://tile.thunderforest.com/outdoors/$z/$x/$y.png
|
||||||
Open Street Map http://tile.openstreetmap.org/$z/$x/$y.png
|
Open Street Map http://tile.openstreetmap.org/$z/$x/$y.png
|
||||||
|
14
src/app.cpp
14
src/app.cpp
@ -3,23 +3,30 @@
|
|||||||
#include <QLocale>
|
#include <QLocale>
|
||||||
#include <QFileOpenEvent>
|
#include <QFileOpenEvent>
|
||||||
#include <QNetworkProxyFactory>
|
#include <QNetworkProxyFactory>
|
||||||
|
#include <QPixmapCache>
|
||||||
|
#include "opengl.h"
|
||||||
#include "gui.h"
|
#include "gui.h"
|
||||||
|
#include "onlinemap.h"
|
||||||
|
#include "downloader.h"
|
||||||
#include "app.h"
|
#include "app.h"
|
||||||
|
|
||||||
|
|
||||||
App::App(int &argc, char **argv) : QApplication(argc, argv),
|
App::App(int &argc, char **argv) : QApplication(argc, argv),
|
||||||
_argc(argc), _argv(argv)
|
_argc(argc), _argv(argv)
|
||||||
{
|
{
|
||||||
_translator = new QTranslator();
|
QTranslator *translator = new QTranslator(this);
|
||||||
|
|
||||||
QString locale = QLocale::system().name();
|
QString locale = QLocale::system().name();
|
||||||
_translator->load(QString(":/lang/gpxsee_") + locale);
|
translator->load(QString(":/lang/gpxsee_") + locale);
|
||||||
installTranslator(_translator);
|
installTranslator(translator);
|
||||||
#ifdef Q_OS_MAC
|
#ifdef Q_OS_MAC
|
||||||
setAttribute(Qt::AA_DontShowIconsInMenus);
|
setAttribute(Qt::AA_DontShowIconsInMenus);
|
||||||
#endif // Q_OS_MAC
|
#endif // Q_OS_MAC
|
||||||
|
|
||||||
QNetworkProxyFactory::setUseSystemConfiguration(true);
|
QNetworkProxyFactory::setUseSystemConfiguration(true);
|
||||||
|
QPixmapCache::setCacheLimit(65536);
|
||||||
|
OnlineMap::setDownloader(new Downloader(this));
|
||||||
|
OPENGL_SET_SAMPLES(4);
|
||||||
|
|
||||||
_gui = new GUI();
|
_gui = new GUI();
|
||||||
}
|
}
|
||||||
@ -27,7 +34,6 @@ App::App(int &argc, char **argv) : QApplication(argc, argv),
|
|||||||
App::~App()
|
App::~App()
|
||||||
{
|
{
|
||||||
delete _gui;
|
delete _gui;
|
||||||
delete _translator;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void App::run()
|
void App::run()
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
#include <QApplication>
|
#include <QApplication>
|
||||||
|
|
||||||
class GUI;
|
class GUI;
|
||||||
class QTranslator;
|
|
||||||
|
|
||||||
class App : QApplication
|
class App : QApplication
|
||||||
{
|
{
|
||||||
@ -22,7 +21,6 @@ private:
|
|||||||
int &_argc;
|
int &_argc;
|
||||||
char **_argv;
|
char **_argv;
|
||||||
GUI *_gui;
|
GUI *_gui;
|
||||||
QTranslator *_translator;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // APP_H
|
#endif // APP_H
|
||||||
|
282
src/atlas.cpp
Normal file
282
src/atlas.cpp
Normal file
@ -0,0 +1,282 @@
|
|||||||
|
#include <QDir>
|
||||||
|
#include <QtAlgorithms>
|
||||||
|
#include <QPainter>
|
||||||
|
#include "tar.h"
|
||||||
|
#include "atlas.h"
|
||||||
|
|
||||||
|
|
||||||
|
#define ZOOM_THRESHOLD 0.9
|
||||||
|
|
||||||
|
#define TL(m) ((m)->xy2pp((m)->bounds().topLeft()))
|
||||||
|
#define BR(m) ((m)->xy2pp((m)->bounds().bottomRight()))
|
||||||
|
|
||||||
|
static bool resCmp(const OfflineMap *m1, const OfflineMap *m2)
|
||||||
|
{
|
||||||
|
qreal r1, r2;
|
||||||
|
|
||||||
|
r1 = m1->resolution(m1->bounds().center());
|
||||||
|
r2 = m2->resolution(m2->bounds().center());
|
||||||
|
|
||||||
|
return r1 > r2;
|
||||||
|
}
|
||||||
|
|
||||||
|
static bool xCmp(const OfflineMap *m1, const OfflineMap *m2)
|
||||||
|
{
|
||||||
|
return TL(m1).x() < TL(m2).x();
|
||||||
|
}
|
||||||
|
|
||||||
|
static bool yCmp(const OfflineMap *m1, const OfflineMap *m2)
|
||||||
|
{
|
||||||
|
return TL(m1).y() > TL(m2).y();
|
||||||
|
}
|
||||||
|
|
||||||
|
bool Atlas::isAtlas(const QFileInfoList &files)
|
||||||
|
{
|
||||||
|
for (int i = 0; i < files.count(); i++) {
|
||||||
|
const QString &fileName = files.at(i).fileName();
|
||||||
|
if (fileName.endsWith(".tar")) {
|
||||||
|
if (!_tar.load(files.at(i).absoluteFilePath())) {
|
||||||
|
qWarning("%s: %s: error loading tar file", qPrintable(_name),
|
||||||
|
qPrintable(fileName));
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
QStringList tarFiles = _tar.files();
|
||||||
|
for (int j = 0; j < tarFiles.size(); j++)
|
||||||
|
if (tarFiles.at(j).endsWith(".tba"))
|
||||||
|
return true;
|
||||||
|
} else if (fileName.endsWith(".tba"))
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
void Atlas::computeZooms()
|
||||||
|
{
|
||||||
|
qSort(_maps.begin(), _maps.end(), resCmp);
|
||||||
|
|
||||||
|
_zooms.append(QPair<int, int>(0, _maps.count() - 1));
|
||||||
|
for (int i = 1; i < _maps.count(); i++) {
|
||||||
|
qreal last = _maps.at(i-1)->resolution(_maps.at(i)->bounds().center());
|
||||||
|
qreal cur = _maps.at(i)->resolution(_maps.at(i)->bounds().center());
|
||||||
|
if (cur < last * ZOOM_THRESHOLD) {
|
||||||
|
_zooms.last().second = i-1;
|
||||||
|
_zooms.append(QPair<int, int>(i, _maps.count() - 1));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void Atlas::computeBounds()
|
||||||
|
{
|
||||||
|
QList<QPointF> offsets;
|
||||||
|
|
||||||
|
for (int i = 0; i < _maps.count(); i++)
|
||||||
|
offsets.append(QPointF());
|
||||||
|
|
||||||
|
for (int z = 0; z < _zooms.count(); z++) {
|
||||||
|
qreal w = 0, h = 0;
|
||||||
|
|
||||||
|
QList<OfflineMap*> m;
|
||||||
|
for (int i = _zooms.at(z).first; i <= _zooms.at(z).second; i++)
|
||||||
|
m.append(_maps.at(i));
|
||||||
|
|
||||||
|
qSort(m.begin(), m.end(), xCmp);
|
||||||
|
offsets[_maps.indexOf(m.first())].setX(w);
|
||||||
|
for (int i = 1; i < m.size(); i++) {
|
||||||
|
if (TL(m.at(i)).x() > TL(m.at(i-1)).x()) {
|
||||||
|
w += round(m.at(i-1)->pp2xy(TL(m.at(i))).x());
|
||||||
|
offsets[_maps.indexOf(m.at(i))].setX(w);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
qSort(m.begin(), m.end(), yCmp);
|
||||||
|
offsets[_maps.indexOf(m.first())].setY(h);
|
||||||
|
for (int i = 1; i < m.size(); i++) {
|
||||||
|
if (TL(m.at(i)).y() < TL(m.at(i-1)).y()) {
|
||||||
|
h += round(m.at(i-1)->pp2xy(TL(m.at(i))).y());
|
||||||
|
offsets[_maps.indexOf(m.at(i))].setY(h);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
for (int i = 0; i < _maps.count(); i++)
|
||||||
|
_bounds.append(QPair<QRectF, QRectF>(QRectF(TL(_maps.at(i)),
|
||||||
|
BR(_maps.at(i))), QRectF(offsets.at(i), _maps.at(i)->bounds().size())));
|
||||||
|
}
|
||||||
|
|
||||||
|
Atlas::Atlas(const QString &path, QObject *parent) : Map(parent)
|
||||||
|
{
|
||||||
|
_valid = false;
|
||||||
|
|
||||||
|
QFileInfo fi(path);
|
||||||
|
_name = fi.fileName();
|
||||||
|
|
||||||
|
QDir dir(path);
|
||||||
|
QFileInfoList files = dir.entryInfoList(QDir::Files);
|
||||||
|
if (!isAtlas(files))
|
||||||
|
return;
|
||||||
|
|
||||||
|
QFileInfoList layers = dir.entryInfoList(QDir::Dirs | QDir::NoDotAndDotDot);
|
||||||
|
for (int n = 0; n < layers.count(); n++) {
|
||||||
|
QDir zdir(layers.at(n).absoluteFilePath());
|
||||||
|
QFileInfoList maps = zdir.entryInfoList(QDir::Dirs
|
||||||
|
| QDir::NoDotAndDotDot);
|
||||||
|
for (int i = 0; i < maps.count(); i++) {
|
||||||
|
OfflineMap *map;
|
||||||
|
if (_tar.isOpen())
|
||||||
|
map = new OfflineMap(_tar, maps.at(i).absoluteFilePath(), this);
|
||||||
|
else
|
||||||
|
map = new OfflineMap(maps.at(i).absoluteFilePath(), this);
|
||||||
|
if (map->isValid())
|
||||||
|
_maps.append(map);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (_maps.isEmpty()) {
|
||||||
|
qWarning("%s: No usable maps available", qPrintable(_name));
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
computeZooms();
|
||||||
|
computeBounds();
|
||||||
|
|
||||||
|
_zoom = 0;
|
||||||
|
_valid = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
Atlas::~Atlas()
|
||||||
|
{
|
||||||
|
for (int i = 0; i < _maps.size(); i++)
|
||||||
|
delete _maps.at(i);
|
||||||
|
}
|
||||||
|
|
||||||
|
QRectF Atlas::bounds() const
|
||||||
|
{
|
||||||
|
QSizeF s(0, 0);
|
||||||
|
|
||||||
|
for (int i = _zooms.at(_zoom).first; i <= _zooms.at(_zoom).second; i++) {
|
||||||
|
if (_bounds.at(i).second.right() > s.width())
|
||||||
|
s.setWidth(_bounds.at(i).second.right());
|
||||||
|
if (_bounds.at(i).second.bottom() > s.height())
|
||||||
|
s.setHeight(_bounds.at(i).second.bottom());
|
||||||
|
}
|
||||||
|
|
||||||
|
return QRectF(QPointF(0, 0), s);
|
||||||
|
}
|
||||||
|
|
||||||
|
qreal Atlas::resolution(const QPointF &p) const
|
||||||
|
{
|
||||||
|
int idx = _zooms.at(_zoom).first;
|
||||||
|
|
||||||
|
for (int i = _zooms.at(_zoom).first; i <= _zooms.at(_zoom).second; i++) {
|
||||||
|
if (_bounds.at(i).second.contains(_maps.at(i)->xy2pp(p))) {
|
||||||
|
idx = i;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return _maps.at(idx)->resolution(p);
|
||||||
|
}
|
||||||
|
|
||||||
|
qreal Atlas::zoom() const
|
||||||
|
{
|
||||||
|
return _zoom;
|
||||||
|
}
|
||||||
|
|
||||||
|
qreal Atlas::zoomFit(const QSize &size, const QRectF &br)
|
||||||
|
{
|
||||||
|
_zoom = 0;
|
||||||
|
|
||||||
|
for (int z = 0; z < _zooms.count(); z++) {
|
||||||
|
for (int i = _zooms.at(z).first; i <= _zooms.at(z).second; i++) {
|
||||||
|
if (_bounds.at(i).first.contains(_maps.at(i)->ll2pp(br.center())))
|
||||||
|
continue;
|
||||||
|
|
||||||
|
QRect sbr = QRectF(_maps.at(i)->ll2xy(br.topLeft()),
|
||||||
|
_maps.at(i)->ll2xy(br.bottomRight())).toRect().normalized();
|
||||||
|
|
||||||
|
if (sbr.size().width() > size.width()
|
||||||
|
|| sbr.size().height() > size.height())
|
||||||
|
return _zoom;
|
||||||
|
|
||||||
|
_zoom = z;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return _zoom;
|
||||||
|
}
|
||||||
|
|
||||||
|
qreal Atlas::zoomIn()
|
||||||
|
{
|
||||||
|
_zoom = qMin(_zoom + 1, _zooms.size() - 1);
|
||||||
|
return _zoom;
|
||||||
|
}
|
||||||
|
|
||||||
|
qreal Atlas::zoomOut()
|
||||||
|
{
|
||||||
|
_zoom = qMax(_zoom - 1, 0);
|
||||||
|
return _zoom;
|
||||||
|
}
|
||||||
|
|
||||||
|
QPointF Atlas::ll2xy(const Coordinates &c) const
|
||||||
|
{
|
||||||
|
int idx = _zooms.at(_zoom).first;
|
||||||
|
|
||||||
|
for (int i = _zooms.at(_zoom).first; i <= _zooms.at(_zoom).second; i++) {
|
||||||
|
if (_bounds.at(i).first.contains(_maps.at(i)->ll2pp(c))) {
|
||||||
|
idx = i;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
QPointF p = _maps.at(idx)->ll2xy(c);
|
||||||
|
return p + _bounds.at(idx).second.topLeft();
|
||||||
|
}
|
||||||
|
|
||||||
|
Coordinates Atlas::xy2ll(const QPointF &p) const
|
||||||
|
{
|
||||||
|
int idx = _zooms.at(_zoom).first;
|
||||||
|
|
||||||
|
for (int i = _zooms.at(_zoom).first; i <= _zooms.at(_zoom).second; i++) {
|
||||||
|
if (_bounds.at(i).second.contains(_maps.at(i)->xy2pp(p))) {
|
||||||
|
idx = i;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
QPointF p2 = p - _bounds.at(idx).second.topLeft();
|
||||||
|
return _maps.at(idx)->xy2ll(p2);
|
||||||
|
}
|
||||||
|
|
||||||
|
void Atlas::draw(QPainter *painter, const QRectF &rect)
|
||||||
|
{
|
||||||
|
// All in one map
|
||||||
|
for (int i = _zooms.at(_zoom).first; i <= _zooms.at(_zoom).second; i++) {
|
||||||
|
QRectF ir = rect.intersected(_bounds.at(i).second);
|
||||||
|
if (ir == rect) {
|
||||||
|
draw(painter, rect, i);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Multiple maps
|
||||||
|
painter->fillRect(rect, Qt::white);
|
||||||
|
for (int i = _zooms.at(_zoom).first; i <= _zooms.at(_zoom).second; i++) {
|
||||||
|
QRectF ir = rect.intersected(_bounds.at(i).second);
|
||||||
|
if (!ir.isNull())
|
||||||
|
draw(painter, ir, i);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void Atlas::draw(QPainter *painter, const QRectF &rect, int mapIndex)
|
||||||
|
{
|
||||||
|
OfflineMap *map = _maps.at(mapIndex);
|
||||||
|
const QPointF offset = _bounds.at(mapIndex).second.topLeft();
|
||||||
|
QRectF pr = QRectF(rect.topLeft() - offset, rect.size());
|
||||||
|
|
||||||
|
map->load();
|
||||||
|
|
||||||
|
painter->translate(offset);
|
||||||
|
map->draw(painter, pr);
|
||||||
|
painter->translate(-offset);
|
||||||
|
}
|
50
src/atlas.h
Normal file
50
src/atlas.h
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
#ifndef ATLAS_H
|
||||||
|
#define ATLAS_H
|
||||||
|
|
||||||
|
#include <QFileInfoList>
|
||||||
|
#include "map.h"
|
||||||
|
#include "offlinemap.h"
|
||||||
|
|
||||||
|
|
||||||
|
class Atlas : public Map
|
||||||
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
|
public:
|
||||||
|
Atlas(const QString &path, QObject *parent = 0);
|
||||||
|
~Atlas();
|
||||||
|
|
||||||
|
const QString &name() const {return _name;}
|
||||||
|
|
||||||
|
QRectF bounds() const;
|
||||||
|
qreal resolution(const QPointF &p) const;
|
||||||
|
|
||||||
|
qreal zoom() const;
|
||||||
|
qreal zoomFit(const QSize &size, const QRectF &br);
|
||||||
|
qreal zoomIn();
|
||||||
|
qreal zoomOut();
|
||||||
|
|
||||||
|
QPointF ll2xy(const Coordinates &c) const;
|
||||||
|
Coordinates xy2ll(const QPointF &p) const;
|
||||||
|
|
||||||
|
void draw(QPainter *painter, const QRectF &rect);
|
||||||
|
|
||||||
|
bool isValid() {return _valid;}
|
||||||
|
|
||||||
|
private:
|
||||||
|
void draw(QPainter *painter, const QRectF &rect, int mapIndex);
|
||||||
|
bool isAtlas(const QFileInfoList &files);
|
||||||
|
void computeZooms();
|
||||||
|
void computeBounds();
|
||||||
|
|
||||||
|
QString _name;
|
||||||
|
bool _valid;
|
||||||
|
|
||||||
|
Tar _tar;
|
||||||
|
QList<OfflineMap*> _maps;
|
||||||
|
QVector<QPair<int, int> > _zooms;
|
||||||
|
QVector<QPair<QRectF, QRectF> > _bounds;
|
||||||
|
int _zoom;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // ATLAS_H
|
68
src/colorbox.cpp
Normal file
68
src/colorbox.cpp
Normal file
@ -0,0 +1,68 @@
|
|||||||
|
#include <QStylePainter>
|
||||||
|
#include <QStyleOptionComboBox>
|
||||||
|
#include <QMouseEvent>
|
||||||
|
#include <QColorDialog>
|
||||||
|
#include <QComboBox>
|
||||||
|
#include "colorbox.h"
|
||||||
|
|
||||||
|
|
||||||
|
ColorBox::ColorBox(QWidget *parent) : QWidget(parent)
|
||||||
|
{
|
||||||
|
_color = Qt::red;
|
||||||
|
setSizePolicy(QSizePolicy::QSizePolicy::Minimum, QSizePolicy::Fixed);
|
||||||
|
}
|
||||||
|
|
||||||
|
QSize ColorBox::sizeHint() const
|
||||||
|
{
|
||||||
|
static QSize size;
|
||||||
|
if (size.isValid())
|
||||||
|
return size;
|
||||||
|
|
||||||
|
QComboBox cb;
|
||||||
|
size = cb.sizeHint();
|
||||||
|
return size;
|
||||||
|
}
|
||||||
|
|
||||||
|
void ColorBox::paintEvent(QPaintEvent *event)
|
||||||
|
{
|
||||||
|
Q_UNUSED(event);
|
||||||
|
|
||||||
|
QStylePainter painter(this);
|
||||||
|
|
||||||
|
QStyleOptionComboBox option;
|
||||||
|
option.initFrom(this);
|
||||||
|
|
||||||
|
#if defined(Q_OS_MAC) || defined(Q_OS_WIN32)
|
||||||
|
painter.setBrush(_color);
|
||||||
|
painter.drawPrimitive(QStyle::PE_Frame, option);
|
||||||
|
#else // Q_OS_MAC || Q_OS_WIN32
|
||||||
|
// Fallback for some broken QT4 styles that do not draw the background
|
||||||
|
painter.setBrush(_color);
|
||||||
|
painter.setPen(Qt::NoPen);
|
||||||
|
painter.drawRect(event->rect().adjusted(2, 2, -2, -2));
|
||||||
|
// If works (QT5 and most QT4 styles) overpaints the previous rectangle
|
||||||
|
option.palette.setBrush(QPalette::Base, _color);
|
||||||
|
painter.drawPrimitive(QStyle::PE_PanelLineEdit, option);
|
||||||
|
painter.drawPrimitive(QStyle::PE_FrameLineEdit, option);
|
||||||
|
#endif // Q_OS_MAC || Q_OS_WIN32
|
||||||
|
}
|
||||||
|
|
||||||
|
void ColorBox::mousePressEvent(QMouseEvent *event)
|
||||||
|
{
|
||||||
|
if (event->button() != Qt::LeftButton)
|
||||||
|
return;
|
||||||
|
|
||||||
|
QColor color = QColorDialog::getColor(_color, this, QString(),
|
||||||
|
QColorDialog::ShowAlphaChannel);
|
||||||
|
if (color.isValid()) {
|
||||||
|
_color = color;
|
||||||
|
update();
|
||||||
|
emit colorChanged(_color);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void ColorBox::setColor(const QColor &color)
|
||||||
|
{
|
||||||
|
_color = color;
|
||||||
|
update();
|
||||||
|
}
|
29
src/colorbox.h
Normal file
29
src/colorbox.h
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
#ifndef COLORBOX_H
|
||||||
|
#define COLORBOX_H
|
||||||
|
|
||||||
|
#include <QWidget>
|
||||||
|
|
||||||
|
class ColorBox : public QWidget
|
||||||
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
|
public:
|
||||||
|
ColorBox(QWidget *parent = 0);
|
||||||
|
|
||||||
|
const QColor &color() const {return _color;}
|
||||||
|
void setColor(const QColor &color);
|
||||||
|
|
||||||
|
QSize sizeHint() const;
|
||||||
|
|
||||||
|
signals:
|
||||||
|
void colorChanged(const QColor &color);
|
||||||
|
|
||||||
|
protected:
|
||||||
|
void mousePressEvent(QMouseEvent *event);
|
||||||
|
void paintEvent(QPaintEvent *event);
|
||||||
|
|
||||||
|
private:
|
||||||
|
QColor _color;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // COLORBOX_H
|
@ -14,6 +14,7 @@
|
|||||||
#define SCREEN_DPI 96.0
|
#define SCREEN_DPI 96.0
|
||||||
|
|
||||||
#define MAP_FILE QString("maps.txt")
|
#define MAP_FILE QString("maps.txt")
|
||||||
|
#define MAP_DIR QString("maps")
|
||||||
#define POI_DIR QString("POI")
|
#define POI_DIR QString("POI")
|
||||||
|
|
||||||
#if defined(Q_OS_WIN32)
|
#if defined(Q_OS_WIN32)
|
||||||
@ -28,8 +29,10 @@
|
|||||||
#define GLOBAL_DIR QString("/usr/share/gpxsee")
|
#define GLOBAL_DIR QString("/usr/share/gpxsee")
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define USER_MAP_DIR USER_DIR + QString("/") + MAP_DIR
|
||||||
#define USER_MAP_FILE USER_DIR + QString("/") + MAP_FILE
|
#define USER_MAP_FILE USER_DIR + QString("/") + MAP_FILE
|
||||||
#define USER_POI_DIR USER_DIR + QString("/") + POI_DIR
|
#define USER_POI_DIR USER_DIR + QString("/") + POI_DIR
|
||||||
|
#define GLOBAL_MAP_DIR GLOBAL_DIR + QString("/") + MAP_DIR
|
||||||
#define GLOBAL_MAP_FILE GLOBAL_DIR + QString("/") + MAP_FILE
|
#define GLOBAL_MAP_FILE GLOBAL_DIR + QString("/") + MAP_FILE
|
||||||
#define GLOBAL_POI_DIR GLOBAL_DIR + QString("/") + POI_DIR
|
#define GLOBAL_POI_DIR GLOBAL_DIR + QString("/") + POI_DIR
|
||||||
#define TILES_DIR USER_DIR + QString("/tiles")
|
#define TILES_DIR USER_DIR + QString("/tiles")
|
||||||
|
@ -2,6 +2,10 @@
|
|||||||
#include "wgs84.h"
|
#include "wgs84.h"
|
||||||
#include "coordinates.h"
|
#include "coordinates.h"
|
||||||
|
|
||||||
|
#define MIN_LAT deg2rad(-90.0)
|
||||||
|
#define MAX_LAT deg2rad(90.0)
|
||||||
|
#define MIN_LON deg2rad(-180.0)
|
||||||
|
#define MAX_LON deg2rad(180.0)
|
||||||
|
|
||||||
qreal Coordinates::distanceTo(const Coordinates &c) const
|
qreal Coordinates::distanceTo(const Coordinates &c) const
|
||||||
{
|
{
|
||||||
@ -13,25 +17,39 @@ qreal Coordinates::distanceTo(const Coordinates &c) const
|
|||||||
return (WGS84_RADIUS * (2.0 * atan2(sqrt(a), sqrt(1.0 - a))));
|
return (WGS84_RADIUS * (2.0 * atan2(sqrt(a), sqrt(1.0 - a))));
|
||||||
}
|
}
|
||||||
|
|
||||||
QPointF Coordinates::toMercator() const
|
|
||||||
{
|
|
||||||
return QPointF(_lon, rad2deg(log(tan(M_PI/4.0 + deg2rad(_lat)/2.0))));
|
|
||||||
}
|
|
||||||
|
|
||||||
Coordinates Coordinates::fromMercator(const QPointF &m)
|
|
||||||
{
|
|
||||||
return Coordinates(m.x(), rad2deg(2 * atan(exp(deg2rad(m.y()))) - M_PI/2));
|
|
||||||
}
|
|
||||||
|
|
||||||
bool operator==(const Coordinates &c1, const Coordinates &c2)
|
|
||||||
{
|
|
||||||
return (c1.lat() == c2.lat() && c1.lon() == c2.lon());
|
|
||||||
}
|
|
||||||
|
|
||||||
QDebug operator<<(QDebug dbg, const Coordinates &coordinates)
|
QDebug operator<<(QDebug dbg, const Coordinates &coordinates)
|
||||||
{
|
{
|
||||||
dbg.nospace() << "Coordinates(" << coordinates.lon() << ", "
|
dbg.nospace() << "Coordinates(" << coordinates.lon() << ", "
|
||||||
<< coordinates.lat() << ")";
|
<< coordinates.lat() << ")";
|
||||||
|
|
||||||
return dbg.maybeSpace();
|
return dbg.space();
|
||||||
|
}
|
||||||
|
|
||||||
|
QPair<Coordinates, Coordinates> Coordinates::boundingRect(qreal distance) const
|
||||||
|
{
|
||||||
|
qreal radDist = distance / WGS84_RADIUS;
|
||||||
|
|
||||||
|
qreal minLat = deg2rad(_lat) - radDist;
|
||||||
|
qreal maxLat = deg2rad(_lat) + radDist;
|
||||||
|
|
||||||
|
qreal minLon, maxLon;
|
||||||
|
if (minLat > MIN_LAT && maxLat < MAX_LAT) {
|
||||||
|
qreal deltaLon = asin(sin(radDist) / cos(_lat));
|
||||||
|
minLon = deg2rad(_lon) - deltaLon;
|
||||||
|
if (minLon < MIN_LON)
|
||||||
|
minLon += 2.0 * M_PI;
|
||||||
|
maxLon = deg2rad(_lon) + deltaLon;
|
||||||
|
if (maxLon > MAX_LON)
|
||||||
|
maxLon -= 2.0 * M_PI;
|
||||||
|
} else {
|
||||||
|
// a pole is within the distance
|
||||||
|
minLat = qMax(minLat, MIN_LAT);
|
||||||
|
maxLat = qMin(maxLat, MAX_LAT);
|
||||||
|
minLon = MIN_LON;
|
||||||
|
maxLon = MAX_LON;
|
||||||
|
}
|
||||||
|
|
||||||
|
return QPair<Coordinates, Coordinates>(Coordinates(rad2deg(qMin(minLon,
|
||||||
|
maxLon)), rad2deg(qMin(minLat, maxLat))), Coordinates(rad2deg(qMax(minLon,
|
||||||
|
maxLon)), rad2deg(qMax(minLat, maxLat))));
|
||||||
}
|
}
|
||||||
|
@ -12,6 +12,9 @@ public:
|
|||||||
Coordinates(const Coordinates &c) {_lon = c._lon; _lat = c._lat;}
|
Coordinates(const Coordinates &c) {_lon = c._lon; _lat = c._lat;}
|
||||||
Coordinates(qreal lon, qreal lat) {_lon = lon; _lat = lat;}
|
Coordinates(qreal lon, qreal lat) {_lon = lon; _lat = lat;}
|
||||||
|
|
||||||
|
Coordinates(const QPointF &p) {_lon = p.x(), _lat = p.y();}
|
||||||
|
QPointF toPointF() const {return QPointF(_lon, _lat);}
|
||||||
|
|
||||||
qreal &rlon() {return _lon;}
|
qreal &rlon() {return _lon;}
|
||||||
qreal &rlat() {return _lat;}
|
qreal &rlat() {return _lat;}
|
||||||
void setLon(qreal lon) {_lon = lon;}
|
void setLon(qreal lon) {_lon = lon;}
|
||||||
@ -26,15 +29,16 @@ public:
|
|||||||
&& _lat <= 90.0) ? true : false;}
|
&& _lat <= 90.0) ? true : false;}
|
||||||
|
|
||||||
qreal distanceTo(const Coordinates &c) const;
|
qreal distanceTo(const Coordinates &c) const;
|
||||||
|
QPair<Coordinates, Coordinates> boundingRect(qreal distance) const;
|
||||||
QPointF toMercator() const;
|
|
||||||
static Coordinates fromMercator(const QPointF &m);
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
qreal _lat, _lon;
|
qreal _lat, _lon;
|
||||||
};
|
};
|
||||||
|
|
||||||
bool operator==(const Coordinates &c1, const Coordinates &c2);
|
inline bool operator==(const Coordinates &c1, const Coordinates &c2)
|
||||||
|
{return (c1.lat() == c2.lat() && c1.lon() == c2.lon());}
|
||||||
|
inline bool operator!=(const Coordinates &c1, const Coordinates &c2)
|
||||||
|
{return !(c1 == c2);}
|
||||||
QDebug operator<<(QDebug dbg, const Coordinates &trackpoint);
|
QDebug operator<<(QDebug dbg, const Coordinates &trackpoint);
|
||||||
|
|
||||||
#endif // COORDINATES_H
|
#endif // COORDINATES_H
|
||||||
|
@ -82,9 +82,9 @@ bool Data::loadFile(const QString &fileName)
|
|||||||
file.reset();
|
file.reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
fprintf(stderr, "Error loading data file: %s:\n", qPrintable(fileName));
|
qWarning("Error loading data file: %s:\n", qPrintable(fileName));
|
||||||
for (it = _parsers.begin(); it != _parsers.end(); it++)
|
for (it = _parsers.begin(); it != _parsers.end(); it++)
|
||||||
fprintf(stderr, "%s: line %d: %s\n", qPrintable(it.key()),
|
qWarning("%s: line %d: %s\n", qPrintable(it.key()),
|
||||||
it.value()->errorLine(), qPrintable(it.value()->errorString()));
|
it.value()->errorLine(), qPrintable(it.value()->errorString()));
|
||||||
|
|
||||||
_errorLine = 0;
|
_errorLine = 0;
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
#include <QFile>
|
#include <QFile>
|
||||||
#include <QFileInfo>
|
#include <QFileInfo>
|
||||||
|
#include <QNetworkRequest>
|
||||||
|
#include <QNetworkReply>
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "downloader.h"
|
#include "downloader.h"
|
||||||
|
|
||||||
@ -17,25 +19,39 @@
|
|||||||
#define USER_AGENT \
|
#define USER_AGENT \
|
||||||
APP_NAME "/" APP_VERSION " (" PLATFORM_STR "; Qt " QT_VERSION_STR ")"
|
APP_NAME "/" APP_VERSION " (" PLATFORM_STR "; Qt " QT_VERSION_STR ")"
|
||||||
|
|
||||||
Downloader::Downloader()
|
#define ATTR_REDIRECT QNetworkRequest::RedirectionTargetAttribute
|
||||||
|
#define ATTR_FILE QNetworkRequest::User
|
||||||
|
#define ATTR_ORIGIN (QNetworkRequest::Attribute)(QNetworkRequest::User + 1)
|
||||||
|
#define ATTR_LEVEL (QNetworkRequest::Attribute)(QNetworkRequest::User + 2)
|
||||||
|
|
||||||
|
#define MAX_REDIRECT_LEVEL 5
|
||||||
|
|
||||||
|
|
||||||
|
Downloader::Downloader(QObject *parent) : QObject(parent)
|
||||||
{
|
{
|
||||||
connect(&_manager, SIGNAL(finished(QNetworkReply*)),
|
connect(&_manager, SIGNAL(finished(QNetworkReply*)),
|
||||||
SLOT(downloadFinished(QNetworkReply*)));
|
SLOT(downloadFinished(QNetworkReply*)));
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Downloader::doDownload(const Download &dl)
|
bool Downloader::doDownload(const Download &dl, const Redirect &redirect)
|
||||||
{
|
{
|
||||||
QUrl url(dl.url());
|
QUrl url(dl.url());
|
||||||
|
|
||||||
if (_errorDownloads.contains(url))
|
if (_errorDownloads.contains(url))
|
||||||
return false;
|
return false;
|
||||||
|
if (_currentDownloads.contains(url))
|
||||||
|
return false;
|
||||||
|
|
||||||
QNetworkRequest request(url);
|
QNetworkRequest request(url);
|
||||||
request.setAttribute(QNetworkRequest::User, QVariant(dl.file()));
|
request.setAttribute(ATTR_FILE, QVariant(dl.file()));
|
||||||
|
if (!redirect.isNull()) {
|
||||||
|
request.setAttribute(ATTR_ORIGIN, QVariant(redirect.origin()));
|
||||||
|
request.setAttribute(ATTR_LEVEL, QVariant(redirect.level()));
|
||||||
|
}
|
||||||
request.setRawHeader("User-Agent", USER_AGENT);
|
request.setRawHeader("User-Agent", USER_AGENT);
|
||||||
QNetworkReply *reply = _manager.get(request);
|
QNetworkReply *reply = _manager.get(request);
|
||||||
|
|
||||||
_currentDownloads.append(reply);
|
_currentDownloads.insert(url, reply);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
@ -45,7 +61,7 @@ bool Downloader::saveToDisk(const QString &filename, QIODevice *data)
|
|||||||
QFile file(filename);
|
QFile file(filename);
|
||||||
|
|
||||||
if (!file.open(QIODevice::WriteOnly)) {
|
if (!file.open(QIODevice::WriteOnly)) {
|
||||||
fprintf(stderr, "Error writing map tile: %s: %s\n",
|
qWarning("Error writing map tile: %s: %s\n",
|
||||||
qPrintable(filename), qPrintable(file.errorString()));
|
qPrintable(filename), qPrintable(file.errorString()));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
@ -58,26 +74,49 @@ bool Downloader::saveToDisk(const QString &filename, QIODevice *data)
|
|||||||
|
|
||||||
void Downloader::downloadFinished(QNetworkReply *reply)
|
void Downloader::downloadFinished(QNetworkReply *reply)
|
||||||
{
|
{
|
||||||
QUrl url = reply->url();
|
QUrl url = reply->request().url();
|
||||||
|
|
||||||
if (reply->error()) {
|
if (reply->error()) {
|
||||||
_errorDownloads.insert(url);
|
QUrl origin = reply->request().attribute(ATTR_ORIGIN).toUrl();
|
||||||
fprintf(stderr, "Error downloading map tile: %s: %s\n",
|
if (origin.isEmpty()) {
|
||||||
url.toEncoded().constData(), qPrintable(reply->errorString()));
|
_errorDownloads.insert(url);
|
||||||
|
qWarning("Error downloading map tile: %s: %s\n",
|
||||||
|
url.toEncoded().constData(), qPrintable(reply->errorString()));
|
||||||
|
} else {
|
||||||
|
_errorDownloads.insert(origin);
|
||||||
|
qWarning("Error downloading map tile: %s -> %s: %s\n",
|
||||||
|
origin.toEncoded().constData(), url.toEncoded().constData(),
|
||||||
|
qPrintable(reply->errorString()));
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
QUrl redirect = reply->attribute(
|
QUrl location = reply->attribute(ATTR_REDIRECT).toUrl();
|
||||||
QNetworkRequest::RedirectionTargetAttribute).toUrl();
|
QString filename = reply->request().attribute(ATTR_FILE)
|
||||||
QString filename = reply->request().attribute(QNetworkRequest::User)
|
|
||||||
.toString();
|
.toString();
|
||||||
|
|
||||||
if (!redirect.isEmpty()) {
|
if (!location.isEmpty()) {
|
||||||
Download dl(redirect, filename);
|
QUrl origin = reply->request().attribute(ATTR_ORIGIN).toUrl();
|
||||||
doDownload(dl);
|
int level = reply->request().attribute(ATTR_LEVEL).toInt();
|
||||||
|
|
||||||
|
if (location == url) {
|
||||||
|
_errorDownloads.insert(url);
|
||||||
|
qWarning("Error downloading map tile: %s: "
|
||||||
|
"redirect loop\n", url.toEncoded().constData());
|
||||||
|
} else if (level >= MAX_REDIRECT_LEVEL) {
|
||||||
|
_errorDownloads.insert(origin);
|
||||||
|
qWarning("Error downloading map tile: %s: "
|
||||||
|
"redirect level limit reached\n",
|
||||||
|
origin.toEncoded().constData());
|
||||||
|
} else {
|
||||||
|
Redirect redirect(origin.isEmpty() ? url : origin, level + 1);
|
||||||
|
Download dl(location, filename);
|
||||||
|
doDownload(dl, redirect);
|
||||||
|
}
|
||||||
} else
|
} else
|
||||||
if (!saveToDisk(filename, reply))
|
if (!saveToDisk(filename, reply))
|
||||||
_errorDownloads.insert(url);
|
_errorDownloads.insert(url);
|
||||||
}
|
}
|
||||||
|
|
||||||
_currentDownloads.removeAll(reply);
|
_currentDownloads.remove(url);
|
||||||
reply->deleteLater();
|
reply->deleteLater();
|
||||||
|
|
||||||
if (_currentDownloads.isEmpty())
|
if (_currentDownloads.isEmpty())
|
||||||
|
@ -2,13 +2,14 @@
|
|||||||
#define DOWNLOADER_H
|
#define DOWNLOADER_H
|
||||||
|
|
||||||
#include <QNetworkAccessManager>
|
#include <QNetworkAccessManager>
|
||||||
#include <QNetworkRequest>
|
|
||||||
#include <QNetworkReply>
|
|
||||||
#include <QUrl>
|
#include <QUrl>
|
||||||
#include <QList>
|
#include <QList>
|
||||||
|
#include <QMap>
|
||||||
#include <QSet>
|
#include <QSet>
|
||||||
|
|
||||||
|
|
||||||
|
class QNetworkReply;
|
||||||
|
|
||||||
class Download
|
class Download
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
@ -28,8 +29,8 @@ class Downloader : public QObject
|
|||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
static Downloader& instance()
|
Downloader(QObject *parent = 0);
|
||||||
{static Downloader i; return i;}
|
|
||||||
bool get(const QList<Download> &list);
|
bool get(const QList<Download> &list);
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
@ -39,15 +40,28 @@ private slots:
|
|||||||
void downloadFinished(QNetworkReply *reply);
|
void downloadFinished(QNetworkReply *reply);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Downloader();
|
class Redirect
|
||||||
Downloader(Downloader const&);
|
{
|
||||||
void operator=(Downloader const&);
|
public:
|
||||||
|
Redirect() : _level(0) {}
|
||||||
|
Redirect(const QUrl &origin, int level) :
|
||||||
|
_origin(origin), _level(level) {}
|
||||||
|
|
||||||
bool doDownload(const Download &dl);
|
const QUrl &origin() const {return _origin;}
|
||||||
|
int level() const {return _level;}
|
||||||
|
|
||||||
|
bool isNull() const {return (_level == 0);}
|
||||||
|
|
||||||
|
private:
|
||||||
|
QUrl _origin;
|
||||||
|
int _level;
|
||||||
|
};
|
||||||
|
|
||||||
|
bool doDownload(const Download &dl, const Redirect &redirect = Redirect());
|
||||||
bool saveToDisk(const QString &filename, QIODevice *data);
|
bool saveToDisk(const QString &filename, QIODevice *data);
|
||||||
|
|
||||||
QNetworkAccessManager _manager;
|
QNetworkAccessManager _manager;
|
||||||
QList<QNetworkReply *> _currentDownloads;
|
QMap<QUrl, QNetworkReply *> _currentDownloads;
|
||||||
QSet<QUrl> _errorDownloads;
|
QSet<QUrl> _errorDownloads;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
77
src/emptymap.cpp
Normal file
77
src/emptymap.cpp
Normal file
@ -0,0 +1,77 @@
|
|||||||
|
#include <QtGlobal>
|
||||||
|
#include <QPainter>
|
||||||
|
#include "misc.h"
|
||||||
|
#include "rd.h"
|
||||||
|
#include "wgs84.h"
|
||||||
|
#include "coordinates.h"
|
||||||
|
#include "mercator.h"
|
||||||
|
#include "emptymap.h"
|
||||||
|
|
||||||
|
|
||||||
|
#define SCALE_MIN 0.5
|
||||||
|
#define SCALE_MAX 1.0E-6
|
||||||
|
|
||||||
|
EmptyMap::EmptyMap(QObject *parent) : Map(parent)
|
||||||
|
{
|
||||||
|
_scale = SCALE_MAX;
|
||||||
|
}
|
||||||
|
|
||||||
|
QRectF EmptyMap::bounds() const
|
||||||
|
{
|
||||||
|
return scaled(QRectF(QPointF(-180, -180), QSizeF(360, 360)), 1.0/_scale);
|
||||||
|
}
|
||||||
|
|
||||||
|
qreal EmptyMap::zoomFit(const QSize &size, const QRectF &br)
|
||||||
|
{
|
||||||
|
if (br.isNull())
|
||||||
|
_scale = SCALE_MAX;
|
||||||
|
else {
|
||||||
|
Coordinates topLeft(br.topLeft());
|
||||||
|
Coordinates bottomRight(br.bottomRight());
|
||||||
|
QRectF tbr(Mercator().ll2xy(topLeft), Mercator().ll2xy(bottomRight));
|
||||||
|
|
||||||
|
QPointF sc(tbr.width() / size.width(), tbr.height() / size.height());
|
||||||
|
|
||||||
|
_scale = qMax(sc.x(), sc.y());
|
||||||
|
}
|
||||||
|
|
||||||
|
_scale = qMax(_scale, SCALE_MAX);
|
||||||
|
_scale = qMin(_scale, SCALE_MIN);
|
||||||
|
|
||||||
|
return _scale;
|
||||||
|
}
|
||||||
|
|
||||||
|
qreal EmptyMap::resolution(const QPointF &p) const
|
||||||
|
{
|
||||||
|
return (WGS84_RADIUS * 2 * M_PI * _scale / 360.0
|
||||||
|
* cos(2.0 * atan(exp(deg2rad(-p.y() * _scale))) - M_PI/2));
|
||||||
|
}
|
||||||
|
|
||||||
|
qreal EmptyMap::zoomIn()
|
||||||
|
{
|
||||||
|
_scale = qMax(_scale / 2.0, SCALE_MAX);
|
||||||
|
return _scale;
|
||||||
|
}
|
||||||
|
|
||||||
|
qreal EmptyMap::zoomOut()
|
||||||
|
{
|
||||||
|
_scale = qMin(_scale * 2.0, SCALE_MIN);
|
||||||
|
return _scale;
|
||||||
|
}
|
||||||
|
|
||||||
|
void EmptyMap::draw(QPainter *painter, const QRectF &rect)
|
||||||
|
{
|
||||||
|
painter->fillRect(rect, Qt::white);
|
||||||
|
}
|
||||||
|
|
||||||
|
QPointF EmptyMap::ll2xy(const Coordinates &c) const
|
||||||
|
{
|
||||||
|
QPointF m = Mercator().ll2xy(c);
|
||||||
|
return QPointF(m.x() / _scale, m.y() / -_scale);
|
||||||
|
}
|
||||||
|
|
||||||
|
Coordinates EmptyMap::xy2ll(const QPointF &p) const
|
||||||
|
{
|
||||||
|
QPointF m(p.x() * _scale, -p.y() * _scale);
|
||||||
|
return Mercator().xy2ll(m);
|
||||||
|
}
|
33
src/emptymap.h
Normal file
33
src/emptymap.h
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
#ifndef EMPTYMAP_H
|
||||||
|
#define EMPTYMAP_H
|
||||||
|
|
||||||
|
#include "map.h"
|
||||||
|
|
||||||
|
class EmptyMap : public Map
|
||||||
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
|
public:
|
||||||
|
EmptyMap(QObject *parent = 0);
|
||||||
|
|
||||||
|
const QString &name() const {return _name;}
|
||||||
|
|
||||||
|
QRectF bounds() const;
|
||||||
|
qreal resolution(const QPointF &p) const;
|
||||||
|
|
||||||
|
qreal zoom() const {return _scale;}
|
||||||
|
qreal zoomFit(const QSize &size, const QRectF &br);
|
||||||
|
qreal zoomIn();
|
||||||
|
qreal zoomOut();
|
||||||
|
|
||||||
|
QPointF ll2xy(const Coordinates &c) const;
|
||||||
|
Coordinates xy2ll(const QPointF &p) const;
|
||||||
|
|
||||||
|
void draw(QPainter *painter, const QRectF &rect);
|
||||||
|
|
||||||
|
private:
|
||||||
|
QString _name;
|
||||||
|
qreal _scale;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // EMPTYMAP_H
|
@ -11,23 +11,19 @@
|
|||||||
#include <QMessageBox>
|
#include <QMessageBox>
|
||||||
#include <QTabWidget>
|
#include <QTabWidget>
|
||||||
#include <QDoubleSpinBox>
|
#include <QDoubleSpinBox>
|
||||||
#include <QLocale>
|
|
||||||
#include "fileselectwidget.h"
|
#include "fileselectwidget.h"
|
||||||
#include "units.h"
|
#include "units.h"
|
||||||
#include "exportdialog.h"
|
#include "exportdialog.h"
|
||||||
|
|
||||||
|
|
||||||
ExportDialog::ExportDialog(QPrinter *printer, QWidget *parent)
|
ExportDialog::ExportDialog(Export *exp, QWidget *parent)
|
||||||
: QDialog(parent), _printer(printer)
|
: QDialog(parent), _export(exp)
|
||||||
{
|
{
|
||||||
int index;
|
int index;
|
||||||
|
|
||||||
_units = (QLocale::system().measurementSystem()
|
|
||||||
== QLocale::ImperialSystem) ? QPrinter::Inch : QPrinter::Millimeter;
|
|
||||||
|
|
||||||
_fileSelect = new FileSelectWidget();
|
_fileSelect = new FileSelectWidget();
|
||||||
_fileSelect->setFilter(tr("PDF files (*.pdf);;All files (*)"));
|
_fileSelect->setFilter(tr("PDF files (*.pdf);;All files (*)"));
|
||||||
_fileSelect->setFile(_printer->outputFileName());
|
_fileSelect->setFile(_export->fileName);
|
||||||
|
|
||||||
_paperSize = new QComboBox();
|
_paperSize = new QComboBox();
|
||||||
_paperSize->addItem("A3", QPrinter::A3);
|
_paperSize->addItem("A3", QPrinter::A3);
|
||||||
@ -36,7 +32,7 @@ ExportDialog::ExportDialog(QPrinter *printer, QWidget *parent)
|
|||||||
_paperSize->addItem("Tabloid", QPrinter::Tabloid);
|
_paperSize->addItem("Tabloid", QPrinter::Tabloid);
|
||||||
_paperSize->addItem("Legal", QPrinter::Legal);
|
_paperSize->addItem("Legal", QPrinter::Legal);
|
||||||
_paperSize->addItem("Letter", QPrinter::Letter);
|
_paperSize->addItem("Letter", QPrinter::Letter);
|
||||||
if ((index = _paperSize->findData(_printer->paperSize())) >= 0)
|
if ((index = _paperSize->findData(_export->paperSize)) >= 0)
|
||||||
_paperSize->setCurrentIndex(index);
|
_paperSize->setCurrentIndex(index);
|
||||||
|
|
||||||
_portrait = new QRadioButton(tr("Portrait"));
|
_portrait = new QRadioButton(tr("Portrait"));
|
||||||
@ -44,32 +40,34 @@ ExportDialog::ExportDialog(QPrinter *printer, QWidget *parent)
|
|||||||
QHBoxLayout *orientationLayout = new QHBoxLayout();
|
QHBoxLayout *orientationLayout = new QHBoxLayout();
|
||||||
orientationLayout->addWidget(_portrait);
|
orientationLayout->addWidget(_portrait);
|
||||||
orientationLayout->addWidget(_landscape);
|
orientationLayout->addWidget(_landscape);
|
||||||
if (_printer->orientation() == QPrinter::Portrait)
|
if (_export->orientation == QPrinter::Portrait)
|
||||||
_portrait->setChecked(true);
|
_portrait->setChecked(true);
|
||||||
else
|
else
|
||||||
_landscape->setChecked(true);
|
_landscape->setChecked(true);
|
||||||
|
|
||||||
qreal top, bottom, left, right;
|
|
||||||
|
|
||||||
_printer->getPageMargins(&left, &top, &right, &bottom, _units);
|
|
||||||
QString us = _units == QPrinter::Inch ? tr("in") : tr("mm");
|
|
||||||
_topMargin = new QDoubleSpinBox();
|
_topMargin = new QDoubleSpinBox();
|
||||||
_bottomMargin = new QDoubleSpinBox();
|
_bottomMargin = new QDoubleSpinBox();
|
||||||
_leftMargin = new QDoubleSpinBox();
|
_leftMargin = new QDoubleSpinBox();
|
||||||
_rightMargin = new QDoubleSpinBox();
|
_rightMargin = new QDoubleSpinBox();
|
||||||
_topMargin->setValue(top);
|
QString us = (_export->units == Imperial) ? tr("in") : tr("mm");
|
||||||
_topMargin->setSuffix(UNIT_SPACE + us);
|
_topMargin->setSuffix(UNIT_SPACE + us);
|
||||||
_bottomMargin->setValue(bottom);
|
|
||||||
_bottomMargin->setSuffix(UNIT_SPACE + us);
|
_bottomMargin->setSuffix(UNIT_SPACE + us);
|
||||||
_leftMargin->setValue(left);
|
|
||||||
_leftMargin->setSuffix(UNIT_SPACE + us);
|
_leftMargin->setSuffix(UNIT_SPACE + us);
|
||||||
_rightMargin->setValue(right);
|
|
||||||
_rightMargin->setSuffix(UNIT_SPACE + us);
|
_rightMargin->setSuffix(UNIT_SPACE + us);
|
||||||
if (_units == QPrinter::Inch) {
|
if (_export->units == Imperial) {
|
||||||
|
_topMargin->setValue(_export->margins.top() * MM2IN);
|
||||||
|
_bottomMargin->setValue(_export->margins.bottom() * MM2IN);
|
||||||
|
_leftMargin->setValue(_export->margins.left() * MM2IN);
|
||||||
|
_rightMargin->setValue(_export->margins.right() * MM2IN);
|
||||||
_topMargin->setSingleStep(0.1);
|
_topMargin->setSingleStep(0.1);
|
||||||
_bottomMargin->setSingleStep(0.1);
|
_bottomMargin->setSingleStep(0.1);
|
||||||
_leftMargin->setSingleStep(0.1);
|
_leftMargin->setSingleStep(0.1);
|
||||||
_rightMargin->setSingleStep(0.1);
|
_rightMargin->setSingleStep(0.1);
|
||||||
|
} else {
|
||||||
|
_topMargin->setValue(_export->margins.top());
|
||||||
|
_bottomMargin->setValue(_export->margins.bottom());
|
||||||
|
_leftMargin->setValue(_export->margins.left());
|
||||||
|
_rightMargin->setValue(_export->margins.right());
|
||||||
}
|
}
|
||||||
|
|
||||||
QGridLayout *marginsLayout = new QGridLayout();
|
QGridLayout *marginsLayout = new QGridLayout();
|
||||||
@ -164,12 +162,16 @@ void ExportDialog::accept()
|
|||||||
QPrinter::PaperSize paperSize = static_cast<QPrinter::PaperSize>
|
QPrinter::PaperSize paperSize = static_cast<QPrinter::PaperSize>
|
||||||
(_paperSize->itemData(_paperSize->currentIndex()).toInt());
|
(_paperSize->itemData(_paperSize->currentIndex()).toInt());
|
||||||
|
|
||||||
_printer->setOutputFormat(QPrinter::PdfFormat);
|
_export->fileName = _fileSelect->file();
|
||||||
_printer->setOutputFileName(_fileSelect->file());
|
_export->paperSize = paperSize;
|
||||||
_printer->setPaperSize(paperSize);
|
_export->orientation = orientation;
|
||||||
_printer->setOrientation(orientation);
|
if (_export->units == Imperial)
|
||||||
_printer->setPageMargins(_leftMargin->value(), _topMargin->value(),
|
_export->margins = MarginsF(_leftMargin->value() / MM2IN,
|
||||||
_rightMargin->value(), _bottomMargin->value(), _units);
|
_topMargin->value() / MM2IN, _rightMargin->value() / MM2IN,
|
||||||
|
_bottomMargin->value() / MM2IN);
|
||||||
|
else
|
||||||
|
_export->margins = MarginsF(_leftMargin->value(), _topMargin->value(),
|
||||||
|
_rightMargin->value(), _bottomMargin->value());
|
||||||
|
|
||||||
QDialog::accept();
|
QDialog::accept();
|
||||||
}
|
}
|
||||||
|
@ -3,18 +3,29 @@
|
|||||||
|
|
||||||
#include <QDialog>
|
#include <QDialog>
|
||||||
#include <QPrinter>
|
#include <QPrinter>
|
||||||
|
#include "margins.h"
|
||||||
|
#include "units.h"
|
||||||
|
|
||||||
class QComboBox;
|
class QComboBox;
|
||||||
class QRadioButton;
|
class QRadioButton;
|
||||||
class FileSelectWidget;
|
class FileSelectWidget;
|
||||||
class QDoubleSpinBox;
|
class QDoubleSpinBox;
|
||||||
|
|
||||||
|
struct Export {
|
||||||
|
QString fileName;
|
||||||
|
QPrinter::PaperSize paperSize;
|
||||||
|
QPrinter::Orientation orientation;
|
||||||
|
MarginsF margins;
|
||||||
|
|
||||||
|
Units units;
|
||||||
|
};
|
||||||
|
|
||||||
class ExportDialog : public QDialog
|
class ExportDialog : public QDialog
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
ExportDialog(QPrinter *printer, QWidget *parent = 0);
|
ExportDialog(Export *exp, QWidget *parent = 0);
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
void accept();
|
void accept();
|
||||||
@ -22,9 +33,7 @@ public slots:
|
|||||||
private:
|
private:
|
||||||
bool checkFile();
|
bool checkFile();
|
||||||
|
|
||||||
QPrinter *_printer;
|
Export *_export;
|
||||||
|
|
||||||
QPrinter::Unit _units;
|
|
||||||
|
|
||||||
FileSelectWidget *_fileSelect;
|
FileSelectWidget *_fileSelect;
|
||||||
QComboBox *_paperSize;
|
QComboBox *_paperSize;
|
||||||
|
@ -36,8 +36,7 @@ void FITParser::clearDefinitions()
|
|||||||
void FITParser::warning(const char *text) const
|
void FITParser::warning(const char *text) const
|
||||||
{
|
{
|
||||||
const QFile *file = static_cast<QFile *>(_device);
|
const QFile *file = static_cast<QFile *>(_device);
|
||||||
fprintf(stderr, "%s:%d: %s\n", qPrintable(file->fileName()),
|
qWarning("%s:%d: %s\n", qPrintable(file->fileName()), _len, text);
|
||||||
_len, text);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool FITParser::readData(char *data, size_t size)
|
bool FITParser::readData(char *data, size_t size)
|
||||||
|
@ -2,20 +2,20 @@
|
|||||||
#include "graphitem.h"
|
#include "graphitem.h"
|
||||||
|
|
||||||
|
|
||||||
#define GRAPH_WIDTH 1
|
|
||||||
#define HOVER_WIDTH 2
|
|
||||||
|
|
||||||
GraphItem::GraphItem(const Graph &graph, QGraphicsItem *parent)
|
GraphItem::GraphItem(const Graph &graph, QGraphicsItem *parent)
|
||||||
: QGraphicsObject(parent)
|
: QGraphicsObject(parent)
|
||||||
{
|
{
|
||||||
_id = 0;
|
_id = 0;
|
||||||
|
_width = 1;
|
||||||
|
|
||||||
_pen = QPen(Qt::black, GRAPH_WIDTH);
|
_pen = QPen(Qt::black, _width);
|
||||||
|
|
||||||
_type = Distance;
|
_type = Distance;
|
||||||
_graph = graph;
|
_graph = graph;
|
||||||
_sx = 1.0; _sy = 1.0;
|
_sx = 1.0; _sy = 1.0;
|
||||||
|
|
||||||
|
setZValue(1.0);
|
||||||
|
|
||||||
updatePath();
|
updatePath();
|
||||||
updateBounds();
|
updateBounds();
|
||||||
}
|
}
|
||||||
@ -51,6 +51,14 @@ void GraphItem::setColor(const QColor &color)
|
|||||||
update();
|
update();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void GraphItem::setWidth(int width)
|
||||||
|
{
|
||||||
|
prepareGeometryChange();
|
||||||
|
|
||||||
|
_width = width;
|
||||||
|
_pen.setWidth(width);
|
||||||
|
}
|
||||||
|
|
||||||
qreal GraphItem::yAtX(qreal x)
|
qreal GraphItem::yAtX(qreal x)
|
||||||
{
|
{
|
||||||
int low = 0;
|
int low = 0;
|
||||||
@ -130,10 +138,10 @@ void GraphItem::emitSliderPositionChanged(qreal pos)
|
|||||||
void GraphItem::selected(bool selected)
|
void GraphItem::selected(bool selected)
|
||||||
{
|
{
|
||||||
if (selected) {
|
if (selected) {
|
||||||
_pen.setWidth(HOVER_WIDTH);
|
_pen.setWidth(_width + 1);
|
||||||
setZValue(zValue() + 1.0);
|
setZValue(zValue() + 1.0);
|
||||||
} else {
|
} else {
|
||||||
_pen.setWidth(GRAPH_WIDTH);
|
_pen.setWidth(_width);
|
||||||
setZValue(zValue() - 1.0);
|
setZValue(zValue() - 1.0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -24,6 +24,7 @@ public:
|
|||||||
int id() const {return _id;}
|
int id() const {return _id;}
|
||||||
void setId(int id) {_id = id;}
|
void setId(int id) {_id = id;}
|
||||||
void setColor(const QColor &color);
|
void setColor(const QColor &color);
|
||||||
|
void setWidth(int width);
|
||||||
|
|
||||||
qreal yAtX(qreal x);
|
qreal yAtX(qreal x);
|
||||||
qreal distanceAtTime(qreal time);
|
qreal distanceAtTime(qreal time);
|
||||||
@ -41,6 +42,7 @@ private:
|
|||||||
|
|
||||||
int _id;
|
int _id;
|
||||||
QPen _pen;
|
QPen _pen;
|
||||||
|
int _width;
|
||||||
|
|
||||||
Graph _graph;
|
Graph _graph;
|
||||||
GraphType _type;
|
GraphType _type;
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
#include <QList>
|
#include <QList>
|
||||||
#include "graphview.h"
|
#include "graphview.h"
|
||||||
#include "units.h"
|
#include "units.h"
|
||||||
|
#include "timetype.h"
|
||||||
|
|
||||||
class Data;
|
class Data;
|
||||||
class PathItem;
|
class PathItem;
|
||||||
@ -18,10 +19,11 @@ public:
|
|||||||
|
|
||||||
virtual QString label() const = 0;
|
virtual QString label() const = 0;
|
||||||
virtual void loadData(const Data &data, const QList<PathItem *> &paths) = 0;
|
virtual void loadData(const Data &data, const QList<PathItem *> &paths) = 0;
|
||||||
virtual void clear() = 0;
|
virtual void clear() {}
|
||||||
virtual void setUnits(enum Units units) = 0;
|
virtual void setUnits(enum Units units) {Q_UNUSED(units)}
|
||||||
virtual void showTracks(bool show) = 0;
|
virtual void setTimeType(enum TimeType type) {Q_UNUSED(type)}
|
||||||
virtual void showRoutes(bool show) = 0;
|
virtual void showTracks(bool show) {Q_UNUSED(show)}
|
||||||
|
virtual void showRoutes(bool show) {Q_UNUSED(show)}
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // GRAPHTAB_H
|
#endif // GRAPHTAB_H
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
#include <QMouseEvent>
|
#include <QMouseEvent>
|
||||||
#include <QPaintEngine>
|
#include <QPaintEngine>
|
||||||
#include <QPaintDevice>
|
#include <QPaintDevice>
|
||||||
|
#include "opengl.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "axisitem.h"
|
#include "axisitem.h"
|
||||||
#include "slideritem.h"
|
#include "slideritem.h"
|
||||||
@ -20,26 +21,31 @@
|
|||||||
GraphView::GraphView(QWidget *parent)
|
GraphView::GraphView(QWidget *parent)
|
||||||
: QGraphicsView(parent)
|
: QGraphicsView(parent)
|
||||||
{
|
{
|
||||||
_scene = new QGraphicsScene();
|
_scene = new QGraphicsScene(this);
|
||||||
setScene(_scene);
|
setScene(_scene);
|
||||||
|
|
||||||
|
setBackgroundBrush(QBrush(Qt::white));
|
||||||
|
setViewportUpdateMode(QGraphicsView::FullViewportUpdate);
|
||||||
|
setRenderHint(QPainter::Antialiasing, true);
|
||||||
setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
|
setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
|
||||||
setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
|
setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
|
||||||
|
|
||||||
_xAxis = new AxisItem(AxisItem::X);
|
_xAxis = new AxisItem(AxisItem::X);
|
||||||
_xAxis->setZValue(1.0);
|
_xAxis->setZValue(2.0);
|
||||||
_yAxis = new AxisItem(AxisItem::Y);
|
_yAxis = new AxisItem(AxisItem::Y);
|
||||||
_yAxis->setZValue(1.0);
|
_yAxis->setZValue(2.0);
|
||||||
_slider = new SliderItem();
|
_slider = new SliderItem();
|
||||||
_slider->setZValue(2.0);
|
_slider->setZValue(3.0);
|
||||||
_sliderInfo = new SliderInfoItem(_slider);
|
_sliderInfo = new SliderInfoItem(_slider);
|
||||||
_sliderInfo->setZValue(2.0);
|
_sliderInfo->setZValue(3.0);
|
||||||
_info = new InfoItem();
|
_info = new InfoItem();
|
||||||
_grid = new GridItem();
|
_grid = new GridItem();
|
||||||
|
|
||||||
connect(_slider, SIGNAL(positionChanged(const QPointF&)), this,
|
connect(_slider, SIGNAL(positionChanged(const QPointF&)), this,
|
||||||
SLOT(emitSliderPositionChanged(const QPointF&)));
|
SLOT(emitSliderPositionChanged(const QPointF&)));
|
||||||
|
|
||||||
|
_width = 1;
|
||||||
|
|
||||||
_xScale = 1;
|
_xScale = 1;
|
||||||
_yScale = 1;
|
_yScale = 1;
|
||||||
_yOffset = 0;
|
_yOffset = 0;
|
||||||
@ -169,7 +175,8 @@ void GraphView::loadGraph(const Graph &graph, PathItem *path, int id)
|
|||||||
GraphItem *gi = new GraphItem(graph);
|
GraphItem *gi = new GraphItem(graph);
|
||||||
gi->setGraphType(_graphType);
|
gi->setGraphType(_graphType);
|
||||||
gi->setId(id);
|
gi->setId(id);
|
||||||
gi->setColor(_palette.color());
|
gi->setColor(_palette.nextColor());
|
||||||
|
gi->setWidth(_width);
|
||||||
|
|
||||||
connect(this, SIGNAL(sliderPositionChanged(qreal)), gi,
|
connect(this, SIGNAL(sliderPositionChanged(qreal)), gi,
|
||||||
SLOT(emitSliderPositionChanged(qreal)));
|
SLOT(emitSliderPositionChanged(qreal)));
|
||||||
@ -431,3 +438,28 @@ void GraphView::clearInfo()
|
|||||||
{
|
{
|
||||||
_info->clear();
|
_info->clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void GraphView::setPalette(const Palette &palette)
|
||||||
|
{
|
||||||
|
_palette = palette;
|
||||||
|
_palette.reset();
|
||||||
|
|
||||||
|
for (int i = 0; i < _graphs.count(); i++)
|
||||||
|
_graphs.at(i)->setColor(_palette.nextColor());
|
||||||
|
}
|
||||||
|
|
||||||
|
void GraphView::setGraphWidth(int width)
|
||||||
|
{
|
||||||
|
_width = width;
|
||||||
|
|
||||||
|
for (int i = 0; i < _graphs.count(); i++)
|
||||||
|
_graphs.at(i)->setWidth(width);
|
||||||
|
}
|
||||||
|
|
||||||
|
void GraphView::useOpenGL(bool use)
|
||||||
|
{
|
||||||
|
if (use)
|
||||||
|
setViewport(new OPENGL_WIDGET);
|
||||||
|
else
|
||||||
|
setViewport(new QWidget);
|
||||||
|
}
|
||||||
|
@ -35,6 +35,9 @@ public:
|
|||||||
void setUnits(Units units);
|
void setUnits(Units units);
|
||||||
void showGrid(bool show);
|
void showGrid(bool show);
|
||||||
|
|
||||||
|
void setPalette(const Palette &palette);
|
||||||
|
void setGraphWidth(int width);
|
||||||
|
|
||||||
const QString &yLabel() const {return _yLabel;}
|
const QString &yLabel() const {return _yLabel;}
|
||||||
const QString &yUnits() const {return _yUnits;}
|
const QString &yUnits() const {return _yUnits;}
|
||||||
qreal yScale() const {return _yScale;}
|
qreal yScale() const {return _yScale;}
|
||||||
@ -52,6 +55,8 @@ public:
|
|||||||
|
|
||||||
void plot(QPainter *painter, const QRectF &target);
|
void plot(QPainter *painter, const QRectF &target);
|
||||||
|
|
||||||
|
void useOpenGL(bool use);
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void sliderPositionChanged(qreal);
|
void sliderPositionChanged(qreal);
|
||||||
|
|
||||||
@ -60,7 +65,7 @@ protected:
|
|||||||
void redraw(const QSizeF &size);
|
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.color();}
|
void skipColor() {_palette.nextColor();}
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void emitSliderPositionChanged(const QPointF &pos);
|
void emitSliderPositionChanged(const QPointF &pos);
|
||||||
@ -99,6 +104,7 @@ private:
|
|||||||
QSet<int> _hide;
|
QSet<int> _hide;
|
||||||
QRectF _bounds;
|
QRectF _bounds;
|
||||||
Palette _palette;
|
Palette _palette;
|
||||||
|
int _width;
|
||||||
|
|
||||||
Units _units;
|
Units _units;
|
||||||
GraphType _graphType;
|
GraphType _graphType;
|
||||||
|
@ -6,7 +6,9 @@
|
|||||||
|
|
||||||
GridItem::GridItem(QGraphicsItem *parent) : QGraphicsItem(parent)
|
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,
|
||||||
|
625
src/gui.cpp
625
src/gui.cpp
@ -21,7 +21,6 @@
|
|||||||
#include <QLocale>
|
#include <QLocale>
|
||||||
#include <QMimeData>
|
#include <QMimeData>
|
||||||
#include <QUrl>
|
#include <QUrl>
|
||||||
#include <QPixmapCache>
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "icons.h"
|
#include "icons.h"
|
||||||
#include "keys.h"
|
#include "keys.h"
|
||||||
@ -29,6 +28,8 @@
|
|||||||
#include "data.h"
|
#include "data.h"
|
||||||
#include "map.h"
|
#include "map.h"
|
||||||
#include "maplist.h"
|
#include "maplist.h"
|
||||||
|
#include "mapdir.h"
|
||||||
|
#include "emptymap.h"
|
||||||
#include "elevationgraph.h"
|
#include "elevationgraph.h"
|
||||||
#include "speedgraph.h"
|
#include "speedgraph.h"
|
||||||
#include "heartrategraph.h"
|
#include "heartrategraph.h"
|
||||||
@ -39,13 +40,12 @@
|
|||||||
#include "trackinfo.h"
|
#include "trackinfo.h"
|
||||||
#include "filebrowser.h"
|
#include "filebrowser.h"
|
||||||
#include "cpuarch.h"
|
#include "cpuarch.h"
|
||||||
#include "exportdialog.h"
|
|
||||||
#include "graphtab.h"
|
#include "graphtab.h"
|
||||||
#include "format.h"
|
#include "format.h"
|
||||||
#include "gui.h"
|
#include "gui.h"
|
||||||
|
|
||||||
|
|
||||||
GUI::GUI(QWidget *parent) : QMainWindow(parent)
|
GUI::GUI()
|
||||||
{
|
{
|
||||||
loadMaps();
|
loadMaps();
|
||||||
loadPOIs();
|
loadPOIs();
|
||||||
@ -72,6 +72,7 @@ GUI::GUI(QWidget *parent) : QMainWindow(parent)
|
|||||||
setWindowIcon(QIcon(QPixmap(APP_ICON)));
|
setWindowIcon(QIcon(QPixmap(APP_ICON)));
|
||||||
setWindowTitle(APP_NAME);
|
setWindowTitle(APP_NAME);
|
||||||
setUnifiedTitleAndToolBarOnMac(true);
|
setUnifiedTitleAndToolBarOnMac(true);
|
||||||
|
setAcceptDrops(true);
|
||||||
|
|
||||||
_trackCount = 0;
|
_trackCount = 0;
|
||||||
_routeCount = 0;
|
_routeCount = 0;
|
||||||
@ -79,6 +80,7 @@ GUI::GUI(QWidget *parent) : QMainWindow(parent)
|
|||||||
_trackDistance = 0;
|
_trackDistance = 0;
|
||||||
_routeDistance = 0;
|
_routeDistance = 0;
|
||||||
_time = 0;
|
_time = 0;
|
||||||
|
_movingTime = 0;
|
||||||
|
|
||||||
_sliderPos = 0;
|
_sliderPos = 0;
|
||||||
|
|
||||||
@ -87,15 +89,6 @@ GUI::GUI(QWidget *parent) : QMainWindow(parent)
|
|||||||
updateStatusBarInfo();
|
updateStatusBarInfo();
|
||||||
|
|
||||||
readSettings();
|
readSettings();
|
||||||
|
|
||||||
_exportPaperSize = (QLocale::system().measurementSystem()
|
|
||||||
== QLocale::ImperialSystem) ? QPrinter::Letter : QPrinter::A4;
|
|
||||||
_exportOrientation = QPrinter::Portrait;
|
|
||||||
_exportFileName = QString("%1/export.pdf").arg(QDir::currentPath());
|
|
||||||
_exportMargins = MarginsF(5.0, 5.0, 5.0, 5.0);
|
|
||||||
|
|
||||||
setAcceptDrops(true);
|
|
||||||
QPixmapCache::setCacheLimit(65536);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
GUI::~GUI()
|
GUI::~GUI()
|
||||||
@ -126,10 +119,21 @@ void GUI::createBrowser()
|
|||||||
|
|
||||||
void GUI::loadMaps()
|
void GUI::loadMaps()
|
||||||
{
|
{
|
||||||
|
QList<Map*> online, offline;
|
||||||
|
|
||||||
if (QFile::exists(USER_MAP_FILE))
|
if (QFile::exists(USER_MAP_FILE))
|
||||||
_maps = MapList::load(this, USER_MAP_FILE);
|
online = MapList::load(USER_MAP_FILE, this);
|
||||||
else
|
else
|
||||||
_maps = MapList::load(this, GLOBAL_MAP_FILE);
|
online = MapList::load(GLOBAL_MAP_FILE, this);
|
||||||
|
|
||||||
|
if (QFile::exists(USER_MAP_DIR))
|
||||||
|
offline = MapDir::load(USER_MAP_DIR, this);
|
||||||
|
else
|
||||||
|
offline = MapDir::load(GLOBAL_MAP_DIR, this);
|
||||||
|
|
||||||
|
_maps = online + offline;
|
||||||
|
|
||||||
|
_map = _maps.isEmpty() ? new EmptyMap(this) : _maps.first();
|
||||||
}
|
}
|
||||||
|
|
||||||
void GUI::loadPOIs()
|
void GUI::loadPOIs()
|
||||||
@ -145,8 +149,15 @@ void GUI::loadPOIs()
|
|||||||
else
|
else
|
||||||
list = globalDir.entryInfoList(QStringList(), QDir::Files);
|
list = globalDir.entryInfoList(QStringList(), QDir::Files);
|
||||||
|
|
||||||
for (int i = 0; i < list.size(); ++i)
|
for (int i = 0; i < list.size(); ++i) {
|
||||||
_poi->loadFile(list.at(i).absoluteFilePath());
|
if (!_poi->loadFile(list.at(i).absoluteFilePath())) {
|
||||||
|
qWarning("Error loading POI file: %s: %s\n",
|
||||||
|
qPrintable(list.at(i).fileName()),
|
||||||
|
qPrintable(_poi->errorString()));
|
||||||
|
if (_poi->errorLine())
|
||||||
|
qWarning("Line: %d\n", _poi->errorLine());
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void GUI::createMapActions()
|
void GUI::createMapActions()
|
||||||
@ -198,7 +209,6 @@ void GUI::createActions()
|
|||||||
{
|
{
|
||||||
QActionGroup *ag;
|
QActionGroup *ag;
|
||||||
|
|
||||||
|
|
||||||
// Action Groups
|
// Action Groups
|
||||||
_fileActionGroup = new QActionGroup(this);
|
_fileActionGroup = new QActionGroup(this);
|
||||||
_fileActionGroup->setExclusive(false);
|
_fileActionGroup->setExclusive(false);
|
||||||
@ -281,7 +291,8 @@ void GUI::createActions()
|
|||||||
this);
|
this);
|
||||||
_showMapAction->setCheckable(true);
|
_showMapAction->setCheckable(true);
|
||||||
_showMapAction->setShortcut(SHOW_MAP_SHORTCUT);
|
_showMapAction->setShortcut(SHOW_MAP_SHORTCUT);
|
||||||
connect(_showMapAction, SIGNAL(triggered(bool)), this, SLOT(showMap(bool)));
|
connect(_showMapAction, SIGNAL(triggered(bool)), _pathView,
|
||||||
|
SLOT(showMap(bool)));
|
||||||
addAction(_showMapAction);
|
addAction(_showMapAction);
|
||||||
_clearMapCacheAction = new QAction(tr("Clear tile cache"), this);
|
_clearMapCacheAction = new QAction(tr("Clear tile cache"), this);
|
||||||
connect(_clearMapCacheAction, SIGNAL(triggered()), this,
|
connect(_clearMapCacheAction, SIGNAL(triggered()), this,
|
||||||
@ -360,6 +371,18 @@ void GUI::createActions()
|
|||||||
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->setCheckable(true);
|
||||||
|
_totalTimeAction->setActionGroup(ag);
|
||||||
|
connect(_totalTimeAction, SIGNAL(triggered()), this,
|
||||||
|
SLOT(setTotalTime()));
|
||||||
|
_movingTimeAction = new QAction(tr("Moving time"), this);
|
||||||
|
_movingTimeAction->setCheckable(true);
|
||||||
|
_movingTimeAction->setActionGroup(ag);
|
||||||
|
connect(_movingTimeAction, SIGNAL(triggered()), this,
|
||||||
|
SLOT(setMovingTime()));
|
||||||
|
ag = new QActionGroup(this);
|
||||||
|
ag->setExclusive(true);
|
||||||
_metricUnitsAction = new QAction(tr("Metric"), this);
|
_metricUnitsAction = new QAction(tr("Metric"), this);
|
||||||
_metricUnitsAction->setCheckable(true);
|
_metricUnitsAction->setCheckable(true);
|
||||||
_metricUnitsAction->setActionGroup(ag);
|
_metricUnitsAction->setActionGroup(ag);
|
||||||
@ -377,6 +400,9 @@ void GUI::createActions()
|
|||||||
connect(_fullscreenAction, SIGNAL(triggered(bool)), this,
|
connect(_fullscreenAction, SIGNAL(triggered(bool)), this,
|
||||||
SLOT(showFullscreen(bool)));
|
SLOT(showFullscreen(bool)));
|
||||||
addAction(_fullscreenAction);
|
addAction(_fullscreenAction);
|
||||||
|
_openOptionsAction = new QAction(tr("Options..."), this);
|
||||||
|
connect(_openOptionsAction, SIGNAL(triggered()), this,
|
||||||
|
SLOT(openOptions()));
|
||||||
|
|
||||||
// Navigation actions
|
// Navigation actions
|
||||||
_nextAction = new QAction(QIcon(QPixmap(NEXT_FILE_ICON)), tr("Next"), this);
|
_nextAction = new QAction(QIcon(QPixmap(NEXT_FILE_ICON)), tr("Next"), this);
|
||||||
@ -448,13 +474,17 @@ void GUI::createMenus()
|
|||||||
dataMenu->addAction(_showWaypointsAction);
|
dataMenu->addAction(_showWaypointsAction);
|
||||||
|
|
||||||
QMenu *settingsMenu = menuBar()->addMenu(tr("Settings"));
|
QMenu *settingsMenu = menuBar()->addMenu(tr("Settings"));
|
||||||
|
QMenu *timeMenu = settingsMenu->addMenu(tr("Time"));
|
||||||
|
timeMenu->addAction(_totalTimeAction);
|
||||||
|
timeMenu->addAction(_movingTimeAction);
|
||||||
QMenu *unitsMenu = settingsMenu->addMenu(tr("Units"));
|
QMenu *unitsMenu = settingsMenu->addMenu(tr("Units"));
|
||||||
unitsMenu->addAction(_metricUnitsAction);
|
unitsMenu->addAction(_metricUnitsAction);
|
||||||
unitsMenu->addAction(_imperialUnitsAction);
|
unitsMenu->addAction(_imperialUnitsAction);
|
||||||
settingsMenu->addSeparator();
|
settingsMenu->addSeparator();
|
||||||
settingsMenu->addAction(_showToolbarsAction);
|
settingsMenu->addAction(_showToolbarsAction);
|
||||||
settingsMenu->addSeparator();
|
|
||||||
settingsMenu->addAction(_fullscreenAction);
|
settingsMenu->addAction(_fullscreenAction);
|
||||||
|
settingsMenu->addSeparator();
|
||||||
|
settingsMenu->addAction(_openOptionsAction);
|
||||||
|
|
||||||
QMenu *helpMenu = menuBar()->addMenu(tr("Help"));
|
QMenu *helpMenu = menuBar()->addMenu(tr("Help"));
|
||||||
helpMenu->addAction(_dataSourcesAction);
|
helpMenu->addAction(_dataSourcesAction);
|
||||||
@ -489,15 +519,13 @@ void GUI::createToolBars()
|
|||||||
|
|
||||||
void GUI::createPathView()
|
void GUI::createPathView()
|
||||||
{
|
{
|
||||||
_pathView = new PathView(this);
|
_pathView = new PathView(_map, _poi, this);
|
||||||
_pathView->setSizePolicy(QSizePolicy(QSizePolicy::Ignored,
|
_pathView->setSizePolicy(QSizePolicy(QSizePolicy::Ignored,
|
||||||
QSizePolicy::Expanding));
|
QSizePolicy::Expanding));
|
||||||
_pathView->setMinimumHeight(200);
|
_pathView->setMinimumHeight(200);
|
||||||
#ifdef Q_OS_WIN32
|
#ifdef Q_OS_WIN32
|
||||||
_pathView->setFrameShape(QFrame::NoFrame);
|
_pathView->setFrameShape(QFrame::NoFrame);
|
||||||
#endif // Q_OS_WIN32
|
#endif // Q_OS_WIN32
|
||||||
|
|
||||||
_pathView->setPOI(_poi);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void GUI::createGraphTabs()
|
void GUI::createGraphTabs()
|
||||||
@ -544,15 +572,13 @@ void GUI::about()
|
|||||||
QMessageBox msgBox(this);
|
QMessageBox msgBox(this);
|
||||||
|
|
||||||
msgBox.setWindowTitle(tr("About GPXSee"));
|
msgBox.setWindowTitle(tr("About GPXSee"));
|
||||||
msgBox.setText(QString("<h2>") + QString(APP_NAME) + QString("</h2><p>")
|
msgBox.setText("<h2>" + QString(APP_NAME) + "</h2><p><p>" + tr("Version ")
|
||||||
+ QString("<p>") + tr("Version ") + APP_VERSION + QString(" (")
|
+ APP_VERSION + " (" + CPU_ARCH + ", Qt " + QT_VERSION_STR + ")</p>");
|
||||||
+ CPU_ARCH + QString(", Qt ") + QString(QT_VERSION_STR)
|
msgBox.setInformativeText("<table width=\"300\"><tr><td>"
|
||||||
+ QString(")</p>"));
|
|
||||||
msgBox.setInformativeText(QString("<table width=\"300\"><tr><td>")
|
|
||||||
+ tr("GPXSee is distributed under the terms of the GNU General Public "
|
+ tr("GPXSee is distributed under the terms of the GNU General Public "
|
||||||
"License version 3. For more info about GPXSee visit the project "
|
"License version 3. For more info about GPXSee visit the project "
|
||||||
"homepage at ") + QString("<a href=\"" APP_HOMEPAGE "\">" APP_HOMEPAGE
|
"homepage at ") + "<a href=\"" + APP_HOMEPAGE + "\">" + APP_HOMEPAGE
|
||||||
"</a>.</td></tr></table>"));
|
+ "</a>.</td></tr></table>");
|
||||||
|
|
||||||
QIcon icon = msgBox.windowIcon();
|
QIcon icon = msgBox.windowIcon();
|
||||||
QSize size = icon.actualSize(QSize(64, 64));
|
QSize size = icon.actualSize(QSize(64, 64));
|
||||||
@ -566,20 +592,20 @@ void GUI::keys()
|
|||||||
QMessageBox msgBox(this);
|
QMessageBox msgBox(this);
|
||||||
|
|
||||||
msgBox.setWindowTitle(tr("Keyboard controls"));
|
msgBox.setWindowTitle(tr("Keyboard controls"));
|
||||||
msgBox.setText(QString("<h3>") + tr("Keyboard controls") + QString("</h3>"));
|
msgBox.setText("<h3>" + tr("Keyboard controls") + "</h3>");
|
||||||
msgBox.setInformativeText(
|
msgBox.setInformativeText(
|
||||||
QString("<div><table width=\"300\"><tr><td>") + tr("Next file")
|
"<div><table width=\"300\"><tr><td>" + tr("Next file")
|
||||||
+ QString("</td><td><i>SPACE</i></td></tr><tr><td>") + tr("Previous file")
|
+ "</td><td><i>" + QKeySequence(NEXT_KEY).toString()
|
||||||
+ QString("</td><td><i>BACKSPACE</i></td></tr><tr><td>")
|
+ "</i></td></tr><tr><td>" + tr("Previous file")
|
||||||
+ tr("First file") + QString("</td><td><i>HOME</i></td></tr><tr><td>")
|
+ "</td><td><i>" + QKeySequence(PREV_KEY).toString()
|
||||||
+ tr("Last file") + QString("</td><td><i>END</i></td></tr><tr><td>")
|
+ "</i></td></tr><tr><td>" + tr("First file") + "</td><td><i>"
|
||||||
+ tr("Append modifier") + QString("</td><td><i>SHIFT</i></td></tr>"
|
+ QKeySequence(FIRST_KEY).toString() + "</i></td></tr><tr><td>"
|
||||||
"<tr><td></td><td></td></tr><tr><td>")
|
+ tr("Last file") + "</td><td><i>" + QKeySequence(LAST_KEY).toString()
|
||||||
+ tr("Next map") + QString("</td><td><i>")
|
+ "</i></td></tr><tr><td>" + tr("Append modifier")
|
||||||
+ _nextMapAction->shortcut().toString() + QString("</i></td></tr><tr><td>")
|
+ "</td><td><i>SHIFT</i></td></tr><tr><td></td><td></td></tr><tr><td>"
|
||||||
+ tr("Previous map") + QString("</td><td><i>")
|
+ tr("Next map") + "</td><td><i>" + NEXT_MAP_SHORTCUT.toString()
|
||||||
+ _prevMapAction->shortcut().toString() + QString("</i></td></tr>"
|
+ "</i></td></tr><tr><td>" + tr("Previous map") + "</td><td><i>"
|
||||||
"</table></div>"));
|
+ PREV_MAP_SHORTCUT.toString() + "</i></td></tr></table></div>");
|
||||||
|
|
||||||
msgBox.exec();
|
msgBox.exec();
|
||||||
}
|
}
|
||||||
@ -589,23 +615,31 @@ void GUI::dataSources()
|
|||||||
QMessageBox msgBox(this);
|
QMessageBox msgBox(this);
|
||||||
|
|
||||||
msgBox.setWindowTitle(tr("Data sources"));
|
msgBox.setWindowTitle(tr("Data sources"));
|
||||||
msgBox.setText(QString("<h3>") + tr("Data sources") + QString("</h3>"));
|
msgBox.setText("<h3>" + tr("Data sources") + "</h3>");
|
||||||
msgBox.setInformativeText(
|
msgBox.setInformativeText(
|
||||||
QString("<h4>") + tr("Map sources") + QString("</h4><p>")
|
"<h4>" + tr("Online maps") + "</h4><p>"
|
||||||
+ tr("Map (tiles) source URLs are read on program startup from the "
|
+ tr("Online map URLs are read on program startup from the "
|
||||||
"following file:")
|
"following file:")
|
||||||
+ QString("</p><p><code>") + USER_MAP_FILE + QString("</code></p><p>")
|
+ "</p><p><code>" + USER_MAP_FILE + "</code></p><p>"
|
||||||
+ tr("The file format is one map entry per line, consisting of the map "
|
+ tr("The file format is one map entry per line, consisting of the map "
|
||||||
"name and tiles URL delimited by a TAB character. The tile X and Y "
|
"name and tiles URL delimited by a TAB character. The tile X and Y "
|
||||||
"coordinates are replaced with $x and $y in the URL and the zoom "
|
"coordinates are replaced with $x and $y in the URL and the zoom "
|
||||||
"level is replaced with $z. An example map file could look like:")
|
"level is replaced with $z. An example map file could look like:")
|
||||||
+ QString("</p><p><code>Map1 http://tile.server.com/map/$z/$x/$y.png"
|
+ "</p><p><code>Map1 http://tile.server.com/map/$z/$x/$y.png"
|
||||||
"<br/>Map2 http://mapserver.org/map/$z-$x-$y</code></p>")
|
"<br/>Map2 http://mapserver.org/map/$z-$x-$y</code></p>"
|
||||||
|
|
||||||
+ QString("<h4>") + tr("POIs") + QString("</h4><p>")
|
+ "<h4>" + tr("Ofline maps") + "</h4><p>"
|
||||||
|
+ tr("Offline maps are loaded on program startup from the following "
|
||||||
|
"directory:")
|
||||||
|
+ "</p><p><code>" + USER_MAP_DIR + "</code></p><p>"
|
||||||
|
+ tr("The expected structure is one map/atlas in a separate subdirectory."
|
||||||
|
" Supported map formats are OziMap image-based maps and tiled TrekBuddy"
|
||||||
|
" maps/atlases (tared and non-tared).") + "</p>"
|
||||||
|
|
||||||
|
+ "<h4>" + tr("POIs") + "</h4><p>"
|
||||||
+ tr("To make GPXSee load a POI file automatically on startup, add "
|
+ tr("To make GPXSee load a POI file automatically on startup, add "
|
||||||
"the file to the following directory:")
|
"the file to the following directory:")
|
||||||
+ QString("</p><p><code>") + USER_POI_DIR + QString("</code></p>")
|
+ "</p><p><code>" + USER_POI_DIR + "</code></p>"
|
||||||
);
|
);
|
||||||
|
|
||||||
msgBox.exec();
|
msgBox.exec();
|
||||||
@ -661,6 +695,7 @@ bool GUI::loadFile(const QString &fileName)
|
|||||||
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();
|
||||||
|
_movingTime += data.tracks().at(i)->movingTime();
|
||||||
const QDate &date = data.tracks().at(i)->date().date();
|
const QDate &date = data.tracks().at(i)->date().date();
|
||||||
if (_dateRange.first.isNull() || _dateRange.first > date)
|
if (_dateRange.first.isNull() || _dateRange.first > date)
|
||||||
_dateRange.first = date;
|
_dateRange.first = date;
|
||||||
@ -675,6 +710,14 @@ bool GUI::loadFile(const QString &fileName)
|
|||||||
|
|
||||||
_waypointCount += data.waypoints().count();
|
_waypointCount += data.waypoints().count();
|
||||||
|
|
||||||
|
if (_pathName.isNull()) {
|
||||||
|
if (data.tracks().count() == 1 && !data.routes().count())
|
||||||
|
_pathName = data.tracks().first()->name();
|
||||||
|
else if (data.routes().count() == 1 && !data.tracks().count())
|
||||||
|
_pathName = data.routes().first()->name();
|
||||||
|
} else
|
||||||
|
_pathName = QString();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
updateNavigationActions();
|
updateNavigationActions();
|
||||||
@ -746,26 +789,67 @@ void GUI::printFile()
|
|||||||
plot(&printer);
|
plot(&printer);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void GUI::openOptions()
|
||||||
|
{
|
||||||
|
Options options(_options);
|
||||||
|
|
||||||
|
OptionsDialog dialog(&options, this);
|
||||||
|
if (dialog.exec() != QDialog::Accepted)
|
||||||
|
return;
|
||||||
|
|
||||||
|
if (options.palette != _options.palette) {
|
||||||
|
_pathView->setPalette(options.palette);
|
||||||
|
for (int i = 0; i < _tabs.count(); i++)
|
||||||
|
_tabs.at(i)->setPalette(options.palette);
|
||||||
|
}
|
||||||
|
if (options.trackWidth != _options.trackWidth)
|
||||||
|
_pathView->setTrackWidth(options.trackWidth);
|
||||||
|
if (options.routeWidth != _options.routeWidth)
|
||||||
|
_pathView->setRouteWidth(options.routeWidth);
|
||||||
|
if (options.trackStyle != _options.trackStyle)
|
||||||
|
_pathView->setTrackStyle(options.trackStyle);
|
||||||
|
if (options.routeStyle != _options.routeStyle)
|
||||||
|
_pathView->setRouteStyle(options.routeStyle);
|
||||||
|
if (options.pathAntiAliasing != _options.pathAntiAliasing)
|
||||||
|
_pathView->setRenderHint(QPainter::Antialiasing,
|
||||||
|
options.pathAntiAliasing);
|
||||||
|
if (options.graphWidth != _options.graphWidth)
|
||||||
|
for (int i = 0; i < _tabs.count(); i++)
|
||||||
|
_tabs.at(i)->setGraphWidth(options.graphWidth);
|
||||||
|
if (options.graphAntiAliasing != _options.graphAntiAliasing)
|
||||||
|
for (int i = 0; i < _tabs.count(); i++)
|
||||||
|
_tabs.at(i)->setRenderHint(QPainter::Antialiasing,
|
||||||
|
options.graphAntiAliasing);
|
||||||
|
|
||||||
|
if (options.poiRadius != _options.poiRadius)
|
||||||
|
_poi->setRadius(options.poiRadius);
|
||||||
|
|
||||||
|
if (options.useOpenGL != _options.useOpenGL) {
|
||||||
|
_pathView->useOpenGL(options.useOpenGL);
|
||||||
|
for (int i = 0; i < _tabs.count(); i++)
|
||||||
|
_tabs.at(i)->useOpenGL(options.useOpenGL);
|
||||||
|
}
|
||||||
|
|
||||||
|
_options = options;
|
||||||
|
}
|
||||||
|
|
||||||
void GUI::exportFile()
|
void GUI::exportFile()
|
||||||
{
|
{
|
||||||
QPrinter printer(QPrinter::HighResolution);
|
ExportDialog dialog(&_export, this);
|
||||||
printer.setCreator(QString(APP_NAME) + QString(" ") + QString(APP_VERSION));
|
if (dialog.exec() != QDialog::Accepted)
|
||||||
printer.setOrientation(_exportOrientation);
|
return;
|
||||||
printer.setOutputFileName(_exportFileName);
|
|
||||||
printer.setPaperSize(_exportPaperSize);
|
|
||||||
printer.setPageMargins(_exportMargins.left(), _exportMargins.top(),
|
|
||||||
_exportMargins.right(), _exportMargins.bottom(), QPrinter::Millimeter);
|
|
||||||
ExportDialog dialog(&printer, this);
|
|
||||||
|
|
||||||
if (dialog.exec() == QDialog::Accepted) {
|
QPrinter printer(QPrinter::HighResolution);
|
||||||
_exportFileName = printer.outputFileName();
|
printer.setOutputFormat(QPrinter::PdfFormat);
|
||||||
_exportPaperSize = printer.paperSize();
|
printer.setCreator(QString(APP_NAME) + QString(" ")
|
||||||
_exportOrientation = printer.orientation();
|
+ QString(APP_VERSION));
|
||||||
printer.getPageMargins(&(_exportMargins.rleft()),
|
printer.setOrientation(_export.orientation);
|
||||||
&(_exportMargins.rtop()), &(_exportMargins.rright()),
|
printer.setOutputFileName(_export.fileName);
|
||||||
&(_exportMargins.rbottom()), QPrinter::Millimeter);
|
printer.setPaperSize(_export.paperSize);
|
||||||
plot(&printer);
|
printer.setPageMargins(_export.margins.left(), _export.margins.top(),
|
||||||
}
|
_export.margins.right(), _export.margins.bottom(), QPrinter::Millimeter);
|
||||||
|
|
||||||
|
plot(&printer);
|
||||||
}
|
}
|
||||||
|
|
||||||
void GUI::plot(QPrinter *printer)
|
void GUI::plot(QPrinter *printer)
|
||||||
@ -773,11 +857,23 @@ 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;
|
||||||
Units units = _imperialUnitsAction->isChecked() ? Imperial : Metric;
|
|
||||||
qreal d = distance();
|
qreal d = distance();
|
||||||
qreal t = time();
|
qreal t = time();
|
||||||
|
qreal tm = movingTime();
|
||||||
|
|
||||||
if (_dateRange.first.isValid()) {
|
if (!_pathName.isNull() && _options.printName)
|
||||||
|
info.insert(tr("Name"), _pathName);
|
||||||
|
|
||||||
|
if (_options.printItemCount) {
|
||||||
|
if (_trackCount > 1)
|
||||||
|
info.insert(tr("Tracks"), QString::number(_trackCount));
|
||||||
|
if (_routeCount > 1)
|
||||||
|
info.insert(tr("Routes"), QString::number(_routeCount));
|
||||||
|
if (_waypointCount > 2)
|
||||||
|
info.insert(tr("Waypoints"), QString::number(_waypointCount));
|
||||||
|
}
|
||||||
|
|
||||||
|
if (_dateRange.first.isValid() && _options.printDate) {
|
||||||
if (_dateRange.first == _dateRange.second) {
|
if (_dateRange.first == _dateRange.second) {
|
||||||
QString format = QLocale::system().dateFormat(QLocale::LongFormat);
|
QString format = QLocale::system().dateFormat(QLocale::LongFormat);
|
||||||
info.insert(tr("Date"), _dateRange.first.toString(format));
|
info.insert(tr("Date"), _dateRange.first.toString(format));
|
||||||
@ -789,17 +885,12 @@ void GUI::plot(QPrinter *printer)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_trackCount > 1)
|
if (d > 0 && _options.printDistance)
|
||||||
info.insert(tr("Tracks"), QString::number(_trackCount));
|
info.insert(tr("Distance"), Format::distance(d, units()));
|
||||||
if (_routeCount > 1)
|
if (t > 0 && _options.printTime)
|
||||||
info.insert(tr("Routes"), QString::number(_routeCount));
|
|
||||||
if (_waypointCount > 2)
|
|
||||||
info.insert(tr("Waypoints"), QString::number(_waypointCount));
|
|
||||||
|
|
||||||
if (d > 0)
|
|
||||||
info.insert(tr("Distance"), Format::distance(d, units));
|
|
||||||
if (t > 0)
|
|
||||||
info.insert(tr("Time"), Format::timeSpan(t));
|
info.insert(tr("Time"), Format::timeSpan(t));
|
||||||
|
if (tm > 0 && _options.printMovingTime)
|
||||||
|
info.insert(tr("Moving time"), Format::timeSpan(tm));
|
||||||
|
|
||||||
|
|
||||||
ratio = p.paintEngine()->paintDevice()->logicalDpiX() / SCREEN_DPI;
|
ratio = p.paintEngine()->paintDevice()->logicalDpiX() / SCREEN_DPI;
|
||||||
@ -811,7 +902,7 @@ void GUI::plot(QPrinter *printer)
|
|||||||
mh = ih / 2;
|
mh = ih / 2;
|
||||||
info.plot(&p, QRectF(0, 0, printer->width(), ih));
|
info.plot(&p, QRectF(0, 0, printer->width(), ih));
|
||||||
}
|
}
|
||||||
if (_graphTabWidget->isVisible()) {
|
if (_graphTabWidget->isVisible() && !_options.separateGraphPage) {
|
||||||
qreal r = (((qreal)(printer)->width()) / (qreal)(printer->height()));
|
qreal r = (((qreal)(printer)->width()) / (qreal)(printer->height()));
|
||||||
gh = (printer->width() > printer->height())
|
gh = (printer->width() > printer->height())
|
||||||
? 0.15 * r * (printer->height() - ih - 2*mh)
|
? 0.15 * r * (printer->height() - ih - 2*mh)
|
||||||
@ -823,6 +914,27 @@ void GUI::plot(QPrinter *printer)
|
|||||||
gh = 0;
|
gh = 0;
|
||||||
_pathView->plot(&p, QRectF(0, ih + mh, printer->width(), printer->height()
|
_pathView->plot(&p, QRectF(0, ih + mh, printer->width(), printer->height()
|
||||||
- (ih + 2*mh + gh)));
|
- (ih + 2*mh + gh)));
|
||||||
|
|
||||||
|
if (_graphTabWidget->isVisible() && _options.separateGraphPage) {
|
||||||
|
printer->newPage();
|
||||||
|
|
||||||
|
int cnt = 0;
|
||||||
|
for (int i = 0; i < _tabs.size(); i++)
|
||||||
|
if (_tabs.at(i)->count())
|
||||||
|
cnt++;
|
||||||
|
|
||||||
|
qreal sp = ratio * 20;
|
||||||
|
gh = qMin((printer->height() - ((cnt - 1) * sp))/(qreal)cnt,
|
||||||
|
0.20 * printer->height());
|
||||||
|
|
||||||
|
qreal y = 0;
|
||||||
|
for (int i = 0; i < _tabs.size(); i++) {
|
||||||
|
if (_tabs.at(i)->count()) {
|
||||||
|
_tabs.at(i)->plot(&p, QRectF(0, y, printer->width(), gh));
|
||||||
|
y += gh + sp;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void GUI::reloadFile()
|
void GUI::reloadFile()
|
||||||
@ -833,7 +945,9 @@ void GUI::reloadFile()
|
|||||||
_trackDistance = 0;
|
_trackDistance = 0;
|
||||||
_routeDistance = 0;
|
_routeDistance = 0;
|
||||||
_time = 0;
|
_time = 0;
|
||||||
|
_movingTime = 0;
|
||||||
_dateRange = DateRange(QDate(), QDate());
|
_dateRange = DateRange(QDate(), QDate());
|
||||||
|
_pathName = QString();
|
||||||
|
|
||||||
for (int i = 0; i < _tabs.count(); i++)
|
for (int i = 0; i < _tabs.count(); i++)
|
||||||
_tabs.at(i)->clear();
|
_tabs.at(i)->clear();
|
||||||
@ -866,7 +980,9 @@ void GUI::closeFiles()
|
|||||||
_trackDistance = 0;
|
_trackDistance = 0;
|
||||||
_routeDistance = 0;
|
_routeDistance = 0;
|
||||||
_time = 0;
|
_time = 0;
|
||||||
|
_movingTime = 0;
|
||||||
_dateRange = DateRange(QDate(), QDate());
|
_dateRange = DateRange(QDate(), QDate());
|
||||||
|
_pathName = QString();
|
||||||
|
|
||||||
_sliderPos = 0;
|
_sliderPos = 0;
|
||||||
|
|
||||||
@ -888,14 +1004,6 @@ void GUI::closeAll()
|
|||||||
updatePathView();
|
updatePathView();
|
||||||
}
|
}
|
||||||
|
|
||||||
void GUI::showMap(bool show)
|
|
||||||
{
|
|
||||||
if (show)
|
|
||||||
_pathView->setMap(_currentMap);
|
|
||||||
else
|
|
||||||
_pathView->setMap(0);
|
|
||||||
}
|
|
||||||
|
|
||||||
void GUI::showGraphs(bool show)
|
void GUI::showGraphs(bool show)
|
||||||
{
|
{
|
||||||
_graphTabWidget->setHidden(!show);
|
_graphTabWidget->setHidden(!show);
|
||||||
@ -973,55 +1081,60 @@ void GUI::showGraphGrids(bool show)
|
|||||||
|
|
||||||
void GUI::clearMapCache()
|
void GUI::clearMapCache()
|
||||||
{
|
{
|
||||||
_currentMap->clearCache();
|
_map->clearCache();
|
||||||
_pathView->redraw();
|
_pathView->redraw();
|
||||||
}
|
}
|
||||||
|
|
||||||
void GUI::updateStatusBarInfo()
|
void GUI::updateStatusBarInfo()
|
||||||
{
|
{
|
||||||
if (_files.count() == 0)
|
if (_files.count() == 0)
|
||||||
_fileNameLabel->setText(tr("No GPX files loaded"));
|
_fileNameLabel->setText(tr("No files loaded"));
|
||||||
else if (_files.count() == 1)
|
else if (_files.count() == 1)
|
||||||
_fileNameLabel->setText(_files.at(0));
|
_fileNameLabel->setText(_files.at(0));
|
||||||
else
|
else
|
||||||
_fileNameLabel->setText(tr("%n files", "", _files.count()));
|
_fileNameLabel->setText(tr("%n files", "", _files.count()));
|
||||||
|
|
||||||
qreal d = distance();
|
if (distance() > 0)
|
||||||
Units units = _imperialUnitsAction->isChecked() ? Imperial : Metric;
|
_distanceLabel->setText(Format::distance(distance(), units()));
|
||||||
if (d > 0)
|
|
||||||
_distanceLabel->setText(Format::distance(distance(), units));
|
|
||||||
else
|
else
|
||||||
_distanceLabel->clear();
|
_distanceLabel->clear();
|
||||||
|
|
||||||
qreal t = time();
|
if (time() > 0) {
|
||||||
if (t > 0)
|
if (_movingTimeAction->isChecked()) {
|
||||||
_timeLabel->setText(Format::timeSpan(time()));
|
_timeLabel->setText(Format::timeSpan(movingTime())
|
||||||
else
|
+ "<sub>M</sub>");
|
||||||
|
_timeLabel->setToolTip(Format::timeSpan(time()));
|
||||||
|
} else {
|
||||||
|
_timeLabel->setText(Format::timeSpan(time()));
|
||||||
|
_timeLabel->setToolTip(Format::timeSpan(movingTime())
|
||||||
|
+ "<sub>M</sub>");
|
||||||
|
}
|
||||||
|
} else {
|
||||||
_timeLabel->clear();
|
_timeLabel->clear();
|
||||||
|
_timeLabel->setToolTip(QString());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void GUI::updateWindowTitle()
|
void GUI::updateWindowTitle()
|
||||||
{
|
{
|
||||||
if (_files.count() == 1)
|
if (_files.count() == 1)
|
||||||
setWindowTitle(QFileInfo(_files.at(0)).fileName()
|
setWindowTitle(QFileInfo(_files.at(0)).fileName() + " - " + APP_NAME);
|
||||||
+ QString(" - " APP_NAME));
|
|
||||||
else
|
else
|
||||||
setWindowTitle(APP_NAME);
|
setWindowTitle(APP_NAME);
|
||||||
}
|
}
|
||||||
|
|
||||||
void GUI::mapChanged(int index)
|
void GUI::mapChanged(int index)
|
||||||
{
|
{
|
||||||
_currentMap = _maps.at(index);
|
_map = _maps.at(index);
|
||||||
|
_pathView->setMap(_map);
|
||||||
if (_showMapAction->isChecked())
|
|
||||||
_pathView->setMap(_currentMap);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void GUI::nextMap()
|
void GUI::nextMap()
|
||||||
{
|
{
|
||||||
if (_maps.count() < 2)
|
if (_maps.count() < 2)
|
||||||
return;
|
return;
|
||||||
int next = (_maps.indexOf(_currentMap) + 1) % _maps.count();
|
|
||||||
|
int next = (_maps.indexOf(_map) + 1) % _maps.count();
|
||||||
_mapActions.at(next)->setChecked(true);
|
_mapActions.at(next)->setChecked(true);
|
||||||
mapChanged(next);
|
mapChanged(next);
|
||||||
}
|
}
|
||||||
@ -1030,7 +1143,8 @@ void GUI::prevMap()
|
|||||||
{
|
{
|
||||||
if (_maps.count() < 2)
|
if (_maps.count() < 2)
|
||||||
return;
|
return;
|
||||||
int prev = (_maps.indexOf(_currentMap) + _maps.count() - 1) % _maps.count();
|
|
||||||
|
int prev = (_maps.indexOf(_map) + _maps.count() - 1) % _maps.count();
|
||||||
_mapActions.at(prev)->setChecked(true);
|
_mapActions.at(prev)->setChecked(true);
|
||||||
mapChanged(prev);
|
mapChanged(prev);
|
||||||
}
|
}
|
||||||
@ -1107,8 +1221,19 @@ void GUI::updatePathView()
|
|||||||
+ _pathView->waypointCount()));
|
+ _pathView->waypointCount()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void GUI::setTimeType(TimeType type)
|
||||||
|
{
|
||||||
|
for (int i = 0; i <_tabs.count(); i++)
|
||||||
|
_tabs.at(i)->setTimeType(type);
|
||||||
|
|
||||||
|
updateStatusBarInfo();
|
||||||
|
}
|
||||||
|
|
||||||
void GUI::setUnits(Units units)
|
void GUI::setUnits(Units units)
|
||||||
{
|
{
|
||||||
|
_export.units = units;
|
||||||
|
_options.units = units;
|
||||||
|
|
||||||
_pathView->setUnits(units);
|
_pathView->setUnits(units);
|
||||||
for (int i = 0; i <_tabs.count(); i++)
|
for (int i = 0; i <_tabs.count(); i++)
|
||||||
_tabs.at(i)->setUnits(units);
|
_tabs.at(i)->setUnits(units);
|
||||||
@ -1229,57 +1354,136 @@ void GUI::dropEvent(QDropEvent *event)
|
|||||||
void GUI::writeSettings()
|
void GUI::writeSettings()
|
||||||
{
|
{
|
||||||
QSettings settings(APP_NAME, APP_NAME);
|
QSettings settings(APP_NAME, APP_NAME);
|
||||||
|
settings.clear();
|
||||||
|
|
||||||
settings.beginGroup(WINDOW_SETTINGS_GROUP);
|
settings.beginGroup(WINDOW_SETTINGS_GROUP);
|
||||||
settings.setValue(WINDOW_SIZE_SETTING, size());
|
if (size() != WINDOW_SIZE_DEFAULT)
|
||||||
settings.setValue(WINDOW_POS_SETTING, pos());
|
settings.setValue(WINDOW_SIZE_SETTING, size());
|
||||||
|
if (pos() != WINDOW_POS_DEFAULT)
|
||||||
|
settings.setValue(WINDOW_POS_SETTING, pos());
|
||||||
settings.endGroup();
|
settings.endGroup();
|
||||||
|
|
||||||
settings.beginGroup(SETTINGS_SETTINGS_GROUP);
|
settings.beginGroup(SETTINGS_SETTINGS_GROUP);
|
||||||
settings.setValue(UNITS_SETTING, _imperialUnitsAction->isChecked()
|
if ((_movingTimeAction->isChecked() ? Moving : Total) !=
|
||||||
|
TIME_TYPE_DEFAULT)
|
||||||
|
settings.setValue(TIME_TYPE_SETTING, _movingTimeAction->isChecked()
|
||||||
|
? Moving : Total);
|
||||||
|
if ((_imperialUnitsAction->isChecked() ? Imperial : Metric) !=
|
||||||
|
UNITS_DEFAULT)
|
||||||
|
settings.setValue(UNITS_SETTING, _imperialUnitsAction->isChecked()
|
||||||
? Imperial : Metric);
|
? Imperial : Metric);
|
||||||
settings.setValue(SHOW_TOOLBARS_SETTING, _showToolbarsAction->isChecked());
|
if (_showToolbarsAction->isChecked() != SHOW_TOOLBARS_DEFAULT)
|
||||||
|
settings.setValue(SHOW_TOOLBARS_SETTING,
|
||||||
|
_showToolbarsAction->isChecked());
|
||||||
settings.endGroup();
|
settings.endGroup();
|
||||||
|
|
||||||
settings.beginGroup(MAP_SETTINGS_GROUP);
|
settings.beginGroup(MAP_SETTINGS_GROUP);
|
||||||
if (_currentMap)
|
settings.setValue(CURRENT_MAP_SETTING, _map->name());
|
||||||
settings.setValue(CURRENT_MAP_SETTING, _currentMap->name());
|
if (_showMapAction->isChecked() != SHOW_MAP_DEFAULT)
|
||||||
settings.setValue(SHOW_MAP_SETTING, _showMapAction->isChecked());
|
settings.setValue(SHOW_MAP_SETTING, _showMapAction->isChecked());
|
||||||
settings.endGroup();
|
settings.endGroup();
|
||||||
|
|
||||||
settings.beginGroup(GRAPH_SETTINGS_GROUP);
|
settings.beginGroup(GRAPH_SETTINGS_GROUP);
|
||||||
settings.setValue(SHOW_GRAPHS_SETTING, _showGraphsAction->isChecked());
|
if (_showGraphsAction->isChecked() != SHOW_GRAPHS_DEFAULT)
|
||||||
settings.setValue(GRAPH_TYPE_SETTING, _timeGraphAction->isChecked()
|
settings.setValue(SHOW_GRAPHS_SETTING, _showGraphsAction->isChecked());
|
||||||
? Time : Distance);
|
if ((_timeGraphAction->isChecked() ? Time : Distance) != GRAPH_TYPE_DEFAULT)
|
||||||
settings.setValue(SHOW_GRAPH_GRIDS_SETTING,
|
settings.setValue(GRAPH_TYPE_SETTING, _timeGraphAction->isChecked()
|
||||||
_showGraphGridAction->isChecked());
|
? Time : Distance);
|
||||||
|
if (_showGraphGridAction->isChecked() != SHOW_GRAPH_GRIDS_DEFAULT)
|
||||||
|
settings.setValue(SHOW_GRAPH_GRIDS_SETTING,
|
||||||
|
_showGraphGridAction->isChecked());
|
||||||
settings.endGroup();
|
settings.endGroup();
|
||||||
|
|
||||||
settings.beginGroup(POI_SETTINGS_GROUP);
|
settings.beginGroup(POI_SETTINGS_GROUP);
|
||||||
settings.setValue(SHOW_POI_SETTING, _showPOIAction->isChecked());
|
if (_showPOIAction->isChecked() != SHOW_POI_DEFAULT)
|
||||||
settings.setValue(OVERLAP_POI_SETTING, _overlapPOIAction->isChecked());
|
settings.setValue(SHOW_POI_SETTING, _showPOIAction->isChecked());
|
||||||
|
if (_overlapPOIAction->isChecked() != OVERLAP_POI_DEFAULT)
|
||||||
|
settings.setValue(OVERLAP_POI_SETTING, _overlapPOIAction->isChecked());
|
||||||
|
|
||||||
settings.remove(DISABLED_POI_FILE_SETTINGS_PREFIX);
|
int j = 0;
|
||||||
settings.beginWriteArray(DISABLED_POI_FILE_SETTINGS_PREFIX);
|
for (int i = 0; i < _poiFilesActions.count(); i++) {
|
||||||
for (int i = 0, j = 0; i < _poiFilesActions.count(); i++) {
|
|
||||||
if (!_poiFilesActions.at(i)->isChecked()) {
|
if (!_poiFilesActions.at(i)->isChecked()) {
|
||||||
|
if (j == 0)
|
||||||
|
settings.beginWriteArray(DISABLED_POI_FILE_SETTINGS_PREFIX);
|
||||||
settings.setArrayIndex(j++);
|
settings.setArrayIndex(j++);
|
||||||
settings.setValue(DISABLED_POI_FILE_SETTING, _poi->files().at(i));
|
settings.setValue(DISABLED_POI_FILE_SETTING, _poi->files().at(i));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
settings.endArray();
|
if (j != 0)
|
||||||
|
settings.endArray();
|
||||||
settings.endGroup();
|
settings.endGroup();
|
||||||
|
|
||||||
settings.beginGroup(DATA_SETTINGS_GROUP);
|
settings.beginGroup(DATA_SETTINGS_GROUP);
|
||||||
settings.setValue(SHOW_TRACKS_SETTING, _showTracksAction->isChecked());
|
if (_showTracksAction->isChecked() != SHOW_TRACKS_DEFAULT)
|
||||||
settings.setValue(SHOW_ROUTES_SETTING, _showRoutesAction->isChecked());
|
settings.setValue(SHOW_TRACKS_SETTING, _showTracksAction->isChecked());
|
||||||
settings.setValue(SHOW_WAYPOINTS_SETTING,
|
if (_showRoutesAction->isChecked() != SHOW_ROUTES_DEFAULT)
|
||||||
_showWaypointsAction->isChecked());
|
settings.setValue(SHOW_ROUTES_SETTING, _showRoutesAction->isChecked());
|
||||||
settings.setValue(SHOW_WAYPOINT_LABELS_SETTING,
|
if (_showWaypointsAction->isChecked() != SHOW_WAYPOINTS_DEFAULT)
|
||||||
_showWaypointLabelsAction->isChecked());
|
settings.setValue(SHOW_WAYPOINTS_SETTING,
|
||||||
settings.setValue(SHOW_ROUTE_WAYPOINTS_SETTING,
|
_showWaypointsAction->isChecked());
|
||||||
_showRouteWaypointsAction->isChecked());
|
if (_showWaypointLabelsAction->isChecked() != SHOW_WAYPOINT_LABELS_DEFAULT)
|
||||||
|
settings.setValue(SHOW_WAYPOINT_LABELS_SETTING,
|
||||||
|
_showWaypointLabelsAction->isChecked());
|
||||||
|
if (_showRouteWaypointsAction->isChecked() != SHOW_ROUTE_WAYPOINTS_DEFAULT)
|
||||||
|
settings.setValue(SHOW_ROUTE_WAYPOINTS_SETTING,
|
||||||
|
_showRouteWaypointsAction->isChecked());
|
||||||
|
settings.endGroup();
|
||||||
|
|
||||||
|
settings.beginGroup(EXPORT_SETTINGS_GROUP);
|
||||||
|
if (_export.orientation != PAPER_ORIENTATION_DEFAULT)
|
||||||
|
settings.setValue(PAPER_ORIENTATION_SETTING, _export.orientation);
|
||||||
|
if (_export.paperSize != PAPER_SIZE_DEFAULT)
|
||||||
|
settings.setValue(PAPER_SIZE_SETTING, _export.paperSize);
|
||||||
|
if (_export.margins.left() != MARGIN_LEFT_DEFAULT)
|
||||||
|
settings.setValue(MARGIN_LEFT_SETTING, _export.margins.left());
|
||||||
|
if (_export.margins.top() != MARGIN_TOP_DEFAULT)
|
||||||
|
settings.setValue(MARGIN_TOP_SETTING, _export.margins.top());
|
||||||
|
if (_export.margins.right() != MARGIN_RIGHT_DEFAULT)
|
||||||
|
settings.setValue(MARGIN_RIGHT_SETTING, _export.margins.right());
|
||||||
|
if (_export.margins.bottom() != MARGIN_BOTTOM_DEFAULT)
|
||||||
|
settings.setValue(MARGIN_BOTTOM_SETTING, _export.margins.bottom());
|
||||||
|
if (_export.fileName != EXPORT_FILENAME_DEFAULT)
|
||||||
|
settings.setValue(EXPORT_FILENAME_SETTING, _export.fileName);
|
||||||
|
settings.endGroup();
|
||||||
|
|
||||||
|
settings.beginGroup(OPTIONS_SETTINGS_GROUP);
|
||||||
|
if (_options.palette.color() != PALETTE_COLOR_DEFAULT)
|
||||||
|
settings.setValue(PALETTE_COLOR_SETTING, _options.palette.color());
|
||||||
|
if (_options.palette.shift() != PALETTE_SHIFT_DEFAULT)
|
||||||
|
settings.setValue(PALETTE_SHIFT_SETTING, _options.palette.shift());
|
||||||
|
if (_options.trackWidth != TRACK_WIDTH_DEFAULT)
|
||||||
|
settings.setValue(TRACK_WIDTH_SETTING, _options.trackWidth);
|
||||||
|
if (_options.routeWidth != ROUTE_WIDTH_DEFAULT)
|
||||||
|
settings.setValue(ROUTE_WIDTH_SETTING, _options.routeWidth);
|
||||||
|
if (_options.trackStyle != TRACK_STYLE_DEFAULT)
|
||||||
|
settings.setValue(TRACK_STYLE_SETTING, (int)_options.trackStyle);
|
||||||
|
if (_options.routeStyle != ROUTE_STYLE_DEFAULT)
|
||||||
|
settings.setValue(ROUTE_STYLE_SETTING, (int)_options.routeStyle);
|
||||||
|
if (_options.graphWidth != GRAPH_WIDTH_DEFAULT)
|
||||||
|
settings.setValue(GRAPH_WIDTH_SETTING, _options.graphWidth);
|
||||||
|
if (_options.pathAntiAliasing != PATH_AA_DEFAULT)
|
||||||
|
settings.setValue(PATH_AA_SETTING, _options.pathAntiAliasing);
|
||||||
|
if (_options.graphAntiAliasing != GRAPH_AA_DEFAULT)
|
||||||
|
settings.setValue(GRAPH_AA_SETTING, _options.graphAntiAliasing);
|
||||||
|
if (_options.poiRadius != POI_RADIUS_DEFAULT)
|
||||||
|
settings.setValue(POI_RADIUS_SETTING, _options.poiRadius);
|
||||||
|
if (_options.useOpenGL != USE_OPENGL_DEFAULT)
|
||||||
|
settings.setValue(USE_OPENGL_SETTING, _options.useOpenGL);
|
||||||
|
if (_options.printName != PRINT_NAME_DEFAULT)
|
||||||
|
settings.setValue(PRINT_NAME_SETTING, _options.printName);
|
||||||
|
if (_options.printDate != PRINT_DATE_DEFAULT)
|
||||||
|
settings.setValue(PRINT_DATE_SETTING, _options.printDate);
|
||||||
|
if (_options.printDistance != PRINT_DISTANCE_DEFAULT)
|
||||||
|
settings.setValue(PRINT_DISTANCE_SETTING, _options.printDistance);
|
||||||
|
if (_options.printTime != PRINT_TIME_DEFAULT)
|
||||||
|
settings.setValue(PRINT_TIME_SETTING, _options.printTime);
|
||||||
|
if (_options.printMovingTime != PRINT_MOVING_TIME_DEFAULT)
|
||||||
|
settings.setValue(PRINT_MOVING_TIME_SETTING, _options.printMovingTime);
|
||||||
|
if (_options.printItemCount != PRINT_ITEM_COUNT_DEFAULT)
|
||||||
|
settings.setValue(PRINT_ITEM_COUNT_SETTING, _options.printItemCount);
|
||||||
|
if (_options.separateGraphPage != SEPARATE_GRAPH_PAGE_DEFAULT)
|
||||||
|
settings.setValue(SEPARATE_GRAPH_PAGE_SETTING,
|
||||||
|
_options.separateGraphPage);
|
||||||
settings.endGroup();
|
settings.endGroup();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1288,63 +1492,71 @@ void GUI::readSettings()
|
|||||||
QSettings settings(APP_NAME, APP_NAME);
|
QSettings settings(APP_NAME, APP_NAME);
|
||||||
|
|
||||||
settings.beginGroup(WINDOW_SETTINGS_GROUP);
|
settings.beginGroup(WINDOW_SETTINGS_GROUP);
|
||||||
resize(settings.value(WINDOW_SIZE_SETTING, QSize(600, 800)).toSize());
|
resize(settings.value(WINDOW_SIZE_SETTING, WINDOW_SIZE_DEFAULT).toSize());
|
||||||
move(settings.value(WINDOW_POS_SETTING, QPoint(10, 10)).toPoint());
|
move(settings.value(WINDOW_POS_SETTING, WINDOW_POS_DEFAULT).toPoint());
|
||||||
settings.endGroup();
|
settings.endGroup();
|
||||||
|
|
||||||
settings.beginGroup(SETTINGS_SETTINGS_GROUP);
|
settings.beginGroup(SETTINGS_SETTINGS_GROUP);
|
||||||
Units u = QLocale::system().measurementSystem() == QLocale::ImperialSystem
|
if (settings.value(TIME_TYPE_SETTING, TIME_TYPE_DEFAULT).toInt()
|
||||||
? Imperial : Metric;
|
== Moving) {
|
||||||
if (settings.value(UNITS_SETTING, u).toInt() == Imperial) {
|
setTimeType(Moving);
|
||||||
setImperialUnits();
|
_movingTimeAction->setChecked(true);
|
||||||
|
} else {
|
||||||
|
setTimeType(Total);
|
||||||
|
_totalTimeAction->setChecked(true);
|
||||||
|
}
|
||||||
|
if (settings.value(UNITS_SETTING, UNITS_DEFAULT).toInt() == Imperial) {
|
||||||
|
setUnits(Imperial);
|
||||||
_imperialUnitsAction->setChecked(true);
|
_imperialUnitsAction->setChecked(true);
|
||||||
} else
|
} else {
|
||||||
|
setUnits(Metric);
|
||||||
_metricUnitsAction->setChecked(true);
|
_metricUnitsAction->setChecked(true);
|
||||||
if (settings.value(SHOW_TOOLBARS_SETTING, true).toBool() == false)
|
}
|
||||||
|
if (!settings.value(SHOW_TOOLBARS_SETTING, SHOW_TOOLBARS_DEFAULT).toBool())
|
||||||
showToolbars(false);
|
showToolbars(false);
|
||||||
else
|
else
|
||||||
_showToolbarsAction->setChecked(true);
|
_showToolbarsAction->setChecked(true);
|
||||||
settings.endGroup();
|
settings.endGroup();
|
||||||
|
|
||||||
settings.beginGroup(MAP_SETTINGS_GROUP);
|
settings.beginGroup(MAP_SETTINGS_GROUP);
|
||||||
if (settings.value(SHOW_MAP_SETTING, true).toBool() == true)
|
if (settings.value(SHOW_MAP_SETTING, SHOW_MAP_DEFAULT).toBool())
|
||||||
_showMapAction->setChecked(true);
|
_showMapAction->setChecked(true);
|
||||||
if (_maps.count()) {
|
if (_maps.count()) {
|
||||||
int index = mapIndex(settings.value(CURRENT_MAP_SETTING).toString());
|
int index = mapIndex(settings.value(CURRENT_MAP_SETTING).toString());
|
||||||
_mapActions.at(index)->setChecked(true);
|
_mapActions.at(index)->setChecked(true);
|
||||||
_currentMap = _maps.at(index);
|
_map = _maps.at(index);
|
||||||
if (_showMapAction->isChecked())
|
_pathView->setMap(_map);
|
||||||
_pathView->setMap(_currentMap);
|
}
|
||||||
} else
|
|
||||||
_currentMap = 0;
|
|
||||||
settings.endGroup();
|
settings.endGroup();
|
||||||
|
|
||||||
settings.beginGroup(GRAPH_SETTINGS_GROUP);
|
settings.beginGroup(GRAPH_SETTINGS_GROUP);
|
||||||
if (settings.value(SHOW_GRAPHS_SETTING, true).toBool() == false)
|
if (!settings.value(SHOW_GRAPHS_SETTING, SHOW_GRAPHS_DEFAULT).toBool())
|
||||||
showGraphs(false);
|
showGraphs(false);
|
||||||
else
|
else
|
||||||
_showGraphsAction->setChecked(true);
|
_showGraphsAction->setChecked(true);
|
||||||
if (settings.value(GRAPH_TYPE_SETTING, Distance).toInt() == Time) {
|
if (settings.value(GRAPH_TYPE_SETTING, GRAPH_TYPE_DEFAULT).toInt()
|
||||||
|
== Time) {
|
||||||
setTimeGraph();
|
setTimeGraph();
|
||||||
_timeGraphAction->setChecked(true);
|
_timeGraphAction->setChecked(true);
|
||||||
} else
|
} else
|
||||||
_distanceGraphAction->setChecked(true);
|
_distanceGraphAction->setChecked(true);
|
||||||
if (settings.value(SHOW_GRAPH_GRIDS_SETTING, true).toBool() == false)
|
if (!settings.value(SHOW_GRAPH_GRIDS_SETTING, SHOW_GRAPH_GRIDS_DEFAULT)
|
||||||
|
.toBool())
|
||||||
showGraphGrids(false);
|
showGraphGrids(false);
|
||||||
else
|
else
|
||||||
_showGraphGridAction->setChecked(true);
|
_showGraphGridAction->setChecked(true);
|
||||||
settings.endGroup();
|
settings.endGroup();
|
||||||
|
|
||||||
settings.beginGroup(POI_SETTINGS_GROUP);
|
settings.beginGroup(POI_SETTINGS_GROUP);
|
||||||
if (settings.value(OVERLAP_POI_SETTING, true).toBool() == false)
|
if (!settings.value(OVERLAP_POI_SETTING, OVERLAP_POI_DEFAULT).toBool())
|
||||||
_pathView->setPOIOverlap(false);
|
_pathView->setPOIOverlap(false);
|
||||||
else
|
else
|
||||||
_overlapPOIAction->setChecked(true);
|
_overlapPOIAction->setChecked(true);
|
||||||
if (settings.value(LABELS_POI_SETTING, true).toBool() == false)
|
if (!settings.value(LABELS_POI_SETTING, LABELS_POI_DEFAULT).toBool())
|
||||||
_pathView->showPOILabels(false);
|
_pathView->showPOILabels(false);
|
||||||
else
|
else
|
||||||
_showPOILabelsAction->setChecked(true);
|
_showPOILabelsAction->setChecked(true);
|
||||||
if (settings.value(SHOW_POI_SETTING, false).toBool() == true)
|
if (settings.value(SHOW_POI_SETTING, SHOW_POI_DEFAULT).toBool())
|
||||||
_showPOIAction->setChecked(true);
|
_showPOIAction->setChecked(true);
|
||||||
else
|
else
|
||||||
_pathView->showPOI(false);
|
_pathView->showPOI(false);
|
||||||
@ -1364,31 +1576,112 @@ void GUI::readSettings()
|
|||||||
settings.endGroup();
|
settings.endGroup();
|
||||||
|
|
||||||
settings.beginGroup(DATA_SETTINGS_GROUP);
|
settings.beginGroup(DATA_SETTINGS_GROUP);
|
||||||
if (settings.value(SHOW_TRACKS_SETTING, true).toBool() == false) {
|
if (!settings.value(SHOW_TRACKS_SETTING, SHOW_TRACKS_DEFAULT).toBool()) {
|
||||||
_pathView->showTracks(false);
|
_pathView->showTracks(false);
|
||||||
for (int i = 0; i < _tabs.count(); i++)
|
for (int i = 0; i < _tabs.count(); i++)
|
||||||
_tabs.at(i)->showTracks(false);
|
_tabs.at(i)->showTracks(false);
|
||||||
} else
|
} else
|
||||||
_showTracksAction->setChecked(true);
|
_showTracksAction->setChecked(true);
|
||||||
if (settings.value(SHOW_ROUTES_SETTING, true).toBool() == false) {
|
if (!settings.value(SHOW_ROUTES_SETTING, SHOW_ROUTES_DEFAULT).toBool()) {
|
||||||
_pathView->showRoutes(false);
|
_pathView->showRoutes(false);
|
||||||
for (int i = 0; i < _tabs.count(); i++)
|
for (int i = 0; i < _tabs.count(); i++)
|
||||||
_tabs.at(i)->showRoutes(false);
|
_tabs.at(i)->showRoutes(false);
|
||||||
} else
|
} else
|
||||||
_showRoutesAction->setChecked(true);
|
_showRoutesAction->setChecked(true);
|
||||||
if (settings.value(SHOW_WAYPOINTS_SETTING, true).toBool() == false)
|
if (!settings.value(SHOW_WAYPOINTS_SETTING, SHOW_WAYPOINTS_DEFAULT)
|
||||||
|
.toBool())
|
||||||
_pathView->showWaypoints(false);
|
_pathView->showWaypoints(false);
|
||||||
else
|
else
|
||||||
_showWaypointsAction->setChecked(true);
|
_showWaypointsAction->setChecked(true);
|
||||||
if (settings.value(SHOW_WAYPOINT_LABELS_SETTING, true).toBool() == false)
|
if (!settings.value(SHOW_WAYPOINT_LABELS_SETTING,
|
||||||
|
SHOW_WAYPOINT_LABELS_DEFAULT).toBool())
|
||||||
_pathView->showWaypointLabels(false);
|
_pathView->showWaypointLabels(false);
|
||||||
else
|
else
|
||||||
_showWaypointLabelsAction->setChecked(true);
|
_showWaypointLabelsAction->setChecked(true);
|
||||||
if (settings.value(SHOW_ROUTE_WAYPOINTS_SETTING, true).toBool() == false)
|
if (!settings.value(SHOW_ROUTE_WAYPOINTS_SETTING,
|
||||||
|
SHOW_ROUTE_WAYPOINTS_SETTING).toBool())
|
||||||
_pathView->showRouteWaypoints(false);
|
_pathView->showRouteWaypoints(false);
|
||||||
else
|
else
|
||||||
_showRouteWaypointsAction->setChecked(true);
|
_showRouteWaypointsAction->setChecked(true);
|
||||||
settings.endGroup();
|
settings.endGroup();
|
||||||
|
|
||||||
|
settings.beginGroup(EXPORT_SETTINGS_GROUP);
|
||||||
|
_export.orientation = (QPrinter::Orientation) settings.value(
|
||||||
|
PAPER_ORIENTATION_SETTING, PAPER_ORIENTATION_DEFAULT).toInt();
|
||||||
|
_export.paperSize = (QPrinter::PaperSize) settings.value(PAPER_SIZE_SETTING,
|
||||||
|
PAPER_SIZE_DEFAULT).toInt();
|
||||||
|
qreal ml = settings.value(MARGIN_LEFT_SETTING, MARGIN_LEFT_DEFAULT)
|
||||||
|
.toReal();
|
||||||
|
qreal mt = settings.value(MARGIN_TOP_SETTING, MARGIN_TOP_DEFAULT).toReal();
|
||||||
|
qreal mr = settings.value(MARGIN_RIGHT_SETTING, MARGIN_RIGHT_DEFAULT)
|
||||||
|
.toReal();
|
||||||
|
qreal mb = settings.value(MARGIN_BOTTOM_SETTING, MARGIN_BOTTOM_DEFAULT)
|
||||||
|
.toReal();
|
||||||
|
_export.margins = MarginsF(ml, mt, mr, mb);
|
||||||
|
_export.fileName = settings.value(EXPORT_FILENAME_SETTING,
|
||||||
|
EXPORT_FILENAME_DEFAULT).toString();
|
||||||
|
settings.endGroup();
|
||||||
|
|
||||||
|
settings.beginGroup(OPTIONS_SETTINGS_GROUP);
|
||||||
|
QColor pc = settings.value(PALETTE_COLOR_SETTING, PALETTE_COLOR_DEFAULT)
|
||||||
|
.value<QColor>();
|
||||||
|
qreal ps = settings.value(PALETTE_SHIFT_SETTING, PALETTE_SHIFT_DEFAULT)
|
||||||
|
.toDouble();
|
||||||
|
_options.palette = Palette(pc, ps);
|
||||||
|
_options.trackWidth = settings.value(TRACK_WIDTH_SETTING,
|
||||||
|
TRACK_WIDTH_DEFAULT).toInt();
|
||||||
|
_options.routeWidth = settings.value(ROUTE_WIDTH_SETTING,
|
||||||
|
ROUTE_WIDTH_DEFAULT).toInt();
|
||||||
|
_options.trackStyle = (Qt::PenStyle) settings.value(TRACK_STYLE_SETTING,
|
||||||
|
(int)TRACK_STYLE_DEFAULT).toInt();
|
||||||
|
_options.routeStyle = (Qt::PenStyle) settings.value(ROUTE_STYLE_SETTING,
|
||||||
|
(int)ROUTE_STYLE_DEFAULT).toInt();
|
||||||
|
_options.pathAntiAliasing = settings.value(PATH_AA_SETTING, PATH_AA_DEFAULT)
|
||||||
|
.toBool();
|
||||||
|
_options.graphWidth = settings.value(GRAPH_WIDTH_SETTING,
|
||||||
|
GRAPH_WIDTH_DEFAULT).toInt();
|
||||||
|
_options.graphAntiAliasing = settings.value(GRAPH_AA_SETTING,
|
||||||
|
GRAPH_AA_DEFAULT).toBool();
|
||||||
|
_options.poiRadius = settings.value(POI_RADIUS_SETTING, POI_RADIUS_DEFAULT)
|
||||||
|
.toInt();
|
||||||
|
_options.useOpenGL = settings.value(USE_OPENGL_SETTING, USE_OPENGL_DEFAULT)
|
||||||
|
.toBool();
|
||||||
|
_options.printName = settings.value(PRINT_NAME_SETTING, PRINT_NAME_DEFAULT)
|
||||||
|
.toBool();
|
||||||
|
_options.printDate = settings.value(PRINT_DATE_SETTING, PRINT_DATE_DEFAULT)
|
||||||
|
.toBool();
|
||||||
|
_options.printDistance = settings.value(PRINT_DISTANCE_SETTING,
|
||||||
|
PRINT_DISTANCE_DEFAULT).toBool();
|
||||||
|
_options.printTime = settings.value(PRINT_TIME_SETTING, PRINT_TIME_DEFAULT)
|
||||||
|
.toBool();
|
||||||
|
_options.printMovingTime = settings.value(PRINT_MOVING_TIME_SETTING,
|
||||||
|
PRINT_MOVING_TIME_DEFAULT).toBool();
|
||||||
|
_options.printItemCount = settings.value(PRINT_ITEM_COUNT_SETTING,
|
||||||
|
PRINT_ITEM_COUNT_DEFAULT).toBool();
|
||||||
|
_options.separateGraphPage = settings.value(SEPARATE_GRAPH_PAGE_SETTING,
|
||||||
|
SEPARATE_GRAPH_PAGE_DEFAULT).toBool();
|
||||||
|
|
||||||
|
_pathView->setPalette(_options.palette);
|
||||||
|
_pathView->setTrackWidth(_options.trackWidth);
|
||||||
|
_pathView->setRouteWidth(_options.routeWidth);
|
||||||
|
_pathView->setTrackStyle(_options.trackStyle);
|
||||||
|
_pathView->setRouteStyle(_options.routeStyle);
|
||||||
|
_pathView->setRenderHint(QPainter::Antialiasing, _options.pathAntiAliasing);
|
||||||
|
if (_options.useOpenGL)
|
||||||
|
_pathView->useOpenGL(true);
|
||||||
|
|
||||||
|
for (int i = 0; i < _tabs.count(); i++) {
|
||||||
|
_tabs.at(i)->setPalette(_options.palette);
|
||||||
|
_tabs.at(i)->setGraphWidth(_options.graphWidth);
|
||||||
|
_tabs.at(i)->setRenderHint(QPainter::Antialiasing,
|
||||||
|
_options.graphAntiAliasing);
|
||||||
|
if (_options.useOpenGL)
|
||||||
|
_tabs.at(i)->useOpenGL(true);
|
||||||
|
}
|
||||||
|
|
||||||
|
_poi->setRadius(_options.poiRadius);
|
||||||
|
|
||||||
|
settings.endGroup();
|
||||||
}
|
}
|
||||||
|
|
||||||
int GUI::mapIndex(const QString &name)
|
int GUI::mapIndex(const QString &name)
|
||||||
@ -1400,6 +1693,11 @@ int GUI::mapIndex(const QString &name)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Units GUI::units() const
|
||||||
|
{
|
||||||
|
return _imperialUnitsAction->isChecked() ? Imperial : Metric;
|
||||||
|
}
|
||||||
|
|
||||||
qreal GUI::distance() const
|
qreal GUI::distance() const
|
||||||
{
|
{
|
||||||
qreal dist = 0;
|
qreal dist = 0;
|
||||||
@ -1416,3 +1714,8 @@ qreal GUI::time() const
|
|||||||
{
|
{
|
||||||
return (_showTracksAction->isChecked()) ? _time : 0;
|
return (_showTracksAction->isChecked()) ? _time : 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
qreal GUI::movingTime() const
|
||||||
|
{
|
||||||
|
return (_showTracksAction->isChecked()) ? _movingTime : 0;
|
||||||
|
}
|
||||||
|
27
src/gui.h
27
src/gui.h
@ -7,9 +7,11 @@
|
|||||||
#include <QDate>
|
#include <QDate>
|
||||||
#include <QPrinter>
|
#include <QPrinter>
|
||||||
#include "units.h"
|
#include "units.h"
|
||||||
|
#include "timetype.h"
|
||||||
#include "graph.h"
|
#include "graph.h"
|
||||||
#include "poi.h"
|
#include "poi.h"
|
||||||
#include "margins.h"
|
#include "exportdialog.h"
|
||||||
|
#include "optionsdialog.h"
|
||||||
|
|
||||||
class QMenu;
|
class QMenu;
|
||||||
class QToolBar;
|
class QToolBar;
|
||||||
@ -29,7 +31,7 @@ class GUI : public QMainWindow
|
|||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
GUI(QWidget *parent = 0);
|
GUI();
|
||||||
~GUI();
|
~GUI();
|
||||||
|
|
||||||
bool openFile(const QString &fileName);
|
bool openFile(const QString &fileName);
|
||||||
@ -45,7 +47,6 @@ private slots:
|
|||||||
void reloadFile();
|
void reloadFile();
|
||||||
void openPOIFile();
|
void openPOIFile();
|
||||||
void closePOIFiles();
|
void closePOIFiles();
|
||||||
void showMap(bool show);
|
|
||||||
void showGraphs(bool show);
|
void showGraphs(bool show);
|
||||||
void showGraphGrids(bool show);
|
void showGraphGrids(bool show);
|
||||||
void showToolbars(bool show);
|
void showToolbars(bool show);
|
||||||
@ -55,6 +56,7 @@ private slots:
|
|||||||
void clearMapCache();
|
void clearMapCache();
|
||||||
void nextMap();
|
void nextMap();
|
||||||
void prevMap();
|
void prevMap();
|
||||||
|
void openOptions();
|
||||||
|
|
||||||
void mapChanged(int);
|
void mapChanged(int);
|
||||||
void graphChanged(int);
|
void graphChanged(int);
|
||||||
@ -65,6 +67,8 @@ private slots:
|
|||||||
void last();
|
void last();
|
||||||
void first();
|
void first();
|
||||||
|
|
||||||
|
void setTotalTime() {setTimeType(Total);}
|
||||||
|
void setMovingTime() {setTimeType(Moving);}
|
||||||
void setMetricUnits() {setUnits(Metric);}
|
void setMetricUnits() {setUnits(Metric);}
|
||||||
void setImperialUnits() {setUnits(Imperial);}
|
void setImperialUnits() {setUnits(Imperial);}
|
||||||
void setDistanceGraph() {setGraphType(Distance);}
|
void setDistanceGraph() {setGraphType(Distance);}
|
||||||
@ -100,11 +104,15 @@ private:
|
|||||||
void updateGraphTabs();
|
void updateGraphTabs();
|
||||||
void updatePathView();
|
void updatePathView();
|
||||||
|
|
||||||
|
TimeType timeType() const;
|
||||||
|
Units units() const;
|
||||||
|
void setTimeType(TimeType type);
|
||||||
void setUnits(Units units);
|
void setUnits(Units units);
|
||||||
void setGraphType(GraphType type);
|
void setGraphType(GraphType type);
|
||||||
|
|
||||||
qreal distance() const;
|
qreal distance() const;
|
||||||
qreal time() const;
|
qreal time() const;
|
||||||
|
qreal movingTime() const;
|
||||||
int mapIndex(const QString &name);
|
int mapIndex(const QString &name);
|
||||||
void readSettings();
|
void readSettings();
|
||||||
void writeSettings();
|
void writeSettings();
|
||||||
@ -152,6 +160,8 @@ private:
|
|||||||
QAction *_firstAction;
|
QAction *_firstAction;
|
||||||
QAction *_metricUnitsAction;
|
QAction *_metricUnitsAction;
|
||||||
QAction *_imperialUnitsAction;
|
QAction *_imperialUnitsAction;
|
||||||
|
QAction *_totalTimeAction;
|
||||||
|
QAction *_movingTimeAction;
|
||||||
QAction *_nextMapAction;
|
QAction *_nextMapAction;
|
||||||
QAction *_prevMapAction;
|
QAction *_prevMapAction;
|
||||||
QAction *_showTracksAction;
|
QAction *_showTracksAction;
|
||||||
@ -159,6 +169,7 @@ private:
|
|||||||
QAction *_showWaypointsAction;
|
QAction *_showWaypointsAction;
|
||||||
QAction *_showWaypointLabelsAction;
|
QAction *_showWaypointLabelsAction;
|
||||||
QAction *_showRouteWaypointsAction;
|
QAction *_showRouteWaypointsAction;
|
||||||
|
QAction *_openOptionsAction;
|
||||||
QList<QAction*> _mapActions;
|
QList<QAction*> _mapActions;
|
||||||
QList<QAction*> _poiFilesActions;
|
QList<QAction*> _poiFilesActions;
|
||||||
|
|
||||||
@ -177,25 +188,25 @@ private:
|
|||||||
|
|
||||||
FileBrowser *_browser;
|
FileBrowser *_browser;
|
||||||
QList<QString> _files;
|
QList<QString> _files;
|
||||||
Map *_currentMap;
|
|
||||||
|
|
||||||
|
Map *_map;
|
||||||
int _trackCount;
|
int _trackCount;
|
||||||
int _routeCount;
|
int _routeCount;
|
||||||
int _waypointCount;
|
int _waypointCount;
|
||||||
qreal _trackDistance;
|
qreal _trackDistance;
|
||||||
qreal _routeDistance;
|
qreal _routeDistance;
|
||||||
qreal _time;
|
qreal _time;
|
||||||
|
qreal _movingTime;
|
||||||
DateRange _dateRange;
|
DateRange _dateRange;
|
||||||
|
QString _pathName;
|
||||||
|
|
||||||
qreal _sliderPos;
|
qreal _sliderPos;
|
||||||
|
|
||||||
int _frameStyle;
|
int _frameStyle;
|
||||||
bool _showGraphs;
|
bool _showGraphs;
|
||||||
|
|
||||||
QString _exportFileName;
|
Export _export;
|
||||||
QPrinter::PaperSize _exportPaperSize;
|
Options _options;
|
||||||
QPrinter::Orientation _exportOrientation;
|
|
||||||
MarginsF _exportMargins;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // GUI_H
|
#endif // GUI_H
|
||||||
|
@ -13,9 +13,7 @@ public:
|
|||||||
QString label() const {return tr("Heart rate");}
|
QString label() const {return tr("Heart rate");}
|
||||||
void loadData(const Data &data, const QList<PathItem *> &paths);
|
void loadData(const Data &data, const QList<PathItem *> &paths);
|
||||||
void clear();
|
void clear();
|
||||||
void setUnits(enum Units) {}
|
|
||||||
void showTracks(bool show);
|
void showTracks(bool show);
|
||||||
void showRoutes(bool show) {Q_UNUSED(show);}
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
qreal avg() const;
|
qreal avg() const;
|
||||||
|
38
src/icons.h
38
src/icons.h
@ -1,20 +1,28 @@
|
|||||||
#ifndef ICONS_H
|
#ifndef ICONS_H
|
||||||
#define ICONS_H
|
#define ICONS_H
|
||||||
|
|
||||||
#define APP_ICON ":/icons/gpxsee.png"
|
#define APP_ICON ":/icons/gpxsee.png"
|
||||||
#define OPEN_FILE_ICON ":/icons/document-open.png"
|
|
||||||
#define EXPORT_FILE_ICON ":/icons/document-export.png"
|
// Toolbar/menu icons
|
||||||
#define PRINT_FILE_ICON ":/icons/document-print.png"
|
#define OPEN_FILE_ICON ":/icons/document-open.png"
|
||||||
#define CLOSE_FILE_ICON ":/icons/dialog-close.png"
|
#define EXPORT_FILE_ICON ":/icons/document-export.png"
|
||||||
#define SHOW_POI_ICON ":/icons/flag.png"
|
#define PRINT_FILE_ICON ":/icons/document-print.png"
|
||||||
#define SHOW_MAP_ICON ":/icons/applications-internet.png"
|
#define CLOSE_FILE_ICON ":/icons/dialog-close.png"
|
||||||
#define SHOW_GRAPHS_ICON ":/icons/office-chart-line-stacked.png"
|
#define SHOW_POI_ICON ":/icons/flag.png"
|
||||||
#define QUIT_ICON ":/icons/application-exit.png"
|
#define SHOW_MAP_ICON ":/icons/applications-internet.png"
|
||||||
#define RELOAD_FILE_ICON ":/icons/view-refresh.png"
|
#define SHOW_GRAPHS_ICON ":/icons/office-chart-line-stacked.png"
|
||||||
#define NEXT_FILE_ICON ":/icons/arrow-right.png"
|
#define QUIT_ICON ":/icons/application-exit.png"
|
||||||
#define PREV_FILE_ICON ":/icons/arrow-left.png"
|
#define RELOAD_FILE_ICON ":/icons/view-refresh.png"
|
||||||
#define LAST_FILE_ICON ":/icons/arrow-right-double.png"
|
#define NEXT_FILE_ICON ":/icons/arrow-right.png"
|
||||||
#define FIRST_FILE_ICON ":/icons/arrow-left-double.png"
|
#define PREV_FILE_ICON ":/icons/arrow-left.png"
|
||||||
#define FULLSCREEN_ICON ":/icons/view-fullscreen.png"
|
#define LAST_FILE_ICON ":/icons/arrow-right-double.png"
|
||||||
|
#define FIRST_FILE_ICON ":/icons/arrow-left-double.png"
|
||||||
|
#define FULLSCREEN_ICON ":/icons/view-fullscreen.png"
|
||||||
|
|
||||||
|
// Options dialog icons
|
||||||
|
#define APPEARANCE_ICON ":/icons/preferences-desktop-display.png"
|
||||||
|
#define POI_ICON ":/icons/flag_48.png"
|
||||||
|
#define SYSTEM_ICON ":/icons/system-run.png"
|
||||||
|
#define PRINT_EXPORT_ICON ":/icons/document-print-preview.png"
|
||||||
|
|
||||||
#endif /* ICONS_H */
|
#endif /* ICONS_H */
|
||||||
|
@ -110,7 +110,8 @@ bool IGCParser::readHRecord(const char *line, int len)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
_date = QDate(2000 + y, m, d);
|
_date = QDate(y + 2000 < QDate::currentDate().year() ? 2000 + y : 1900 + y,
|
||||||
|
m, d);
|
||||||
if (!_date.isValid()) {
|
if (!_date.isValid()) {
|
||||||
_errorString = "Invalid date";
|
_errorString = "Invalid date";
|
||||||
return false;
|
return false;
|
||||||
|
@ -7,7 +7,9 @@
|
|||||||
|
|
||||||
InfoItem::InfoItem(QGraphicsItem *parent) : QGraphicsItem(parent)
|
InfoItem::InfoItem(QGraphicsItem *parent) : QGraphicsItem(parent)
|
||||||
{
|
{
|
||||||
|
#ifndef Q_OS_MAC
|
||||||
|
setCacheMode(QGraphicsItem::DeviceCoordinateCache);
|
||||||
|
#endif // Q_OS_MAC
|
||||||
}
|
}
|
||||||
|
|
||||||
void InfoItem::updateBoundingRect()
|
void InfoItem::updateBoundingRect()
|
||||||
@ -76,6 +78,7 @@ void InfoItem::insert(const QString &key, const QString &value)
|
|||||||
_list[i] = kv;
|
_list[i] = kv;
|
||||||
|
|
||||||
updateBoundingRect();
|
updateBoundingRect();
|
||||||
|
update();
|
||||||
}
|
}
|
||||||
|
|
||||||
void InfoItem::clear()
|
void InfoItem::clear()
|
||||||
|
12
src/keys.h
12
src/keys.h
@ -10,15 +10,15 @@
|
|||||||
#define LAST_KEY Qt::Key_End
|
#define LAST_KEY Qt::Key_End
|
||||||
#define MODIFIER Qt::ShiftModifier
|
#define MODIFIER Qt::ShiftModifier
|
||||||
|
|
||||||
#define QUIT_SHORTCUT QKeySequence::Quit
|
#define QUIT_SHORTCUT QKeySequence(QKeySequence::Quit)
|
||||||
#define OPEN_SHORTCUT QKeySequence::Open
|
#define OPEN_SHORTCUT QKeySequence(QKeySequence::Open)
|
||||||
#define CLOSE_SHORTCUT QKeySequence::Close
|
#define CLOSE_SHORTCUT QKeySequence(QKeySequence::Close)
|
||||||
#define RELOAD_SHORTCUT QKeySequence::Refresh
|
#define RELOAD_SHORTCUT QKeySequence(QKeySequence::Refresh)
|
||||||
#define EXPORT_SHORTCUT QKeySequence(Qt::CTRL + Qt::Key_E)
|
#define EXPORT_SHORTCUT QKeySequence(Qt::CTRL + Qt::Key_E)
|
||||||
#define SHOW_POI_SHORTCUT QKeySequence(Qt::CTRL + Qt::Key_P)
|
#define SHOW_POI_SHORTCUT QKeySequence(Qt::CTRL + Qt::Key_P)
|
||||||
#define SHOW_MAP_SHORTCUT QKeySequence(Qt::CTRL + Qt::Key_M)
|
#define SHOW_MAP_SHORTCUT QKeySequence(Qt::CTRL + Qt::Key_M)
|
||||||
#define NEXT_MAP_SHORTCUT QKeySequence::Forward
|
#define NEXT_MAP_SHORTCUT QKeySequence(QKeySequence::Forward)
|
||||||
#define PREV_MAP_SHORTCUT QKeySequence::Back
|
#define PREV_MAP_SHORTCUT QKeySequence(QKeySequence::Back)
|
||||||
#define SHOW_GRAPHS_SHORTCUT QKeySequence(Qt::CTRL + Qt::Key_G)
|
#define SHOW_GRAPHS_SHORTCUT QKeySequence(Qt::CTRL + Qt::Key_G)
|
||||||
#define DISTANCE_GRAPH_SHORTCUT QKeySequence(Qt::CTRL + Qt::Key_D)
|
#define DISTANCE_GRAPH_SHORTCUT QKeySequence(Qt::CTRL + Qt::Key_D)
|
||||||
#define TIME_GRAPH_SHORTCUT QKeySequence(Qt::CTRL + Qt::Key_T)
|
#define TIME_GRAPH_SHORTCUT QKeySequence(Qt::CTRL + Qt::Key_T)
|
||||||
|
15
src/latlon.h
Normal file
15
src/latlon.h
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
#ifndef LATLON_H
|
||||||
|
#define LATLON_H
|
||||||
|
|
||||||
|
#include "projection.h"
|
||||||
|
|
||||||
|
class LatLon : public Projection
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
virtual QPointF ll2xy(const Coordinates &c) const
|
||||||
|
{return c.toPointF();}
|
||||||
|
virtual Coordinates xy2ll(const QPointF &p) const
|
||||||
|
{return Coordinates(p);}
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // LATLON_H
|
134
src/map.cpp
134
src/map.cpp
@ -1,134 +0,0 @@
|
|||||||
#include <QFileInfo>
|
|
||||||
#include <QDir>
|
|
||||||
#include "downloader.h"
|
|
||||||
#include "config.h"
|
|
||||||
#include "map.h"
|
|
||||||
|
|
||||||
|
|
||||||
Map::Map(QObject *parent, const QString &name, const QString &url)
|
|
||||||
: QObject(parent)
|
|
||||||
{
|
|
||||||
_name = name;
|
|
||||||
_url = url;
|
|
||||||
|
|
||||||
connect(&Downloader::instance(), SIGNAL(finished()), this,
|
|
||||||
SLOT(emitLoaded()));
|
|
||||||
|
|
||||||
QString path = TILES_DIR + QString("/") + _name;
|
|
||||||
if (!QDir().mkpath(path))
|
|
||||||
fprintf(stderr, "Error creating tiles dir: %s\n", qPrintable(path));
|
|
||||||
}
|
|
||||||
|
|
||||||
void Map::emitLoaded()
|
|
||||||
{
|
|
||||||
emit loaded();
|
|
||||||
}
|
|
||||||
|
|
||||||
void Map::loadTiles(QList<Tile> &list, bool block)
|
|
||||||
{
|
|
||||||
if (block)
|
|
||||||
loadTilesSync(list);
|
|
||||||
else
|
|
||||||
loadTilesAsync(list);
|
|
||||||
}
|
|
||||||
|
|
||||||
void Map::loadTilesAsync(QList<Tile> &list)
|
|
||||||
{
|
|
||||||
QList<Download> dl;
|
|
||||||
|
|
||||||
for (int i = 0; i < list.size(); i++) {
|
|
||||||
Tile &t = list[i];
|
|
||||||
QString file = tileFile(t);
|
|
||||||
QFileInfo fi(file);
|
|
||||||
|
|
||||||
if (!fi.exists()) {
|
|
||||||
fillTile(t);
|
|
||||||
dl.append(Download(tileUrl(t), file));
|
|
||||||
} else
|
|
||||||
loadTileFile(t, file);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!dl.empty())
|
|
||||||
Downloader::instance().get(dl);
|
|
||||||
}
|
|
||||||
|
|
||||||
void Map::loadTilesSync(QList<Tile> &list)
|
|
||||||
{
|
|
||||||
QList<Download> dl;
|
|
||||||
|
|
||||||
for (int i = 0; i < list.size(); i++) {
|
|
||||||
Tile &t = list[i];
|
|
||||||
QString file = tileFile(t);
|
|
||||||
QFileInfo fi(file);
|
|
||||||
|
|
||||||
if (!fi.exists())
|
|
||||||
dl.append(Download(tileUrl(t), file));
|
|
||||||
else
|
|
||||||
loadTileFile(t, file);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (dl.empty())
|
|
||||||
return;
|
|
||||||
|
|
||||||
QEventLoop wait;
|
|
||||||
connect(&Downloader::instance(), SIGNAL(finished()), &wait, SLOT(quit()));
|
|
||||||
if (Downloader::instance().get(dl))
|
|
||||||
wait.exec();
|
|
||||||
|
|
||||||
for (int i = 0; i < list.size(); i++) {
|
|
||||||
Tile &t = list[i];
|
|
||||||
|
|
||||||
if (t.pixmap().isNull()) {
|
|
||||||
QString file = tileFile(t);
|
|
||||||
QFileInfo fi(file);
|
|
||||||
|
|
||||||
if (!(fi.exists() && loadTileFile(t, file)))
|
|
||||||
fillTile(t);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
void Map::fillTile(Tile &tile)
|
|
||||||
{
|
|
||||||
tile.pixmap() = QPixmap(Tile::size(), Tile::size());
|
|
||||||
tile.pixmap().fill();
|
|
||||||
}
|
|
||||||
|
|
||||||
bool Map::loadTileFile(Tile &tile, const QString &file)
|
|
||||||
{
|
|
||||||
if (!tile.pixmap().load(file)) {
|
|
||||||
fprintf(stderr, "%s: error loading tile file\n", qPrintable(file));
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
QString Map::tileUrl(const Tile &tile)
|
|
||||||
{
|
|
||||||
QString url(_url);
|
|
||||||
|
|
||||||
url.replace("$z", QString::number(tile.zoom()));
|
|
||||||
url.replace("$x", QString::number(tile.xy().x()));
|
|
||||||
url.replace("$y", QString::number(tile.xy().y()));
|
|
||||||
|
|
||||||
return url;
|
|
||||||
}
|
|
||||||
|
|
||||||
QString Map::tileFile(const Tile &tile)
|
|
||||||
{
|
|
||||||
QString file = TILES_DIR + QString("/%1/%2-%3-%4").arg(_name)
|
|
||||||
.arg(tile.zoom()).arg(tile.xy().x()).arg(tile.xy().y());
|
|
||||||
|
|
||||||
return file;
|
|
||||||
}
|
|
||||||
|
|
||||||
void Map::clearCache()
|
|
||||||
{
|
|
||||||
QString path = TILES_DIR + QString("/") + _name;
|
|
||||||
QDir dir = QDir(path);
|
|
||||||
QStringList list = dir.entryList();
|
|
||||||
|
|
||||||
for (int i = 0; i < list.count(); i++)
|
|
||||||
dir.remove(list.at(i));
|
|
||||||
}
|
|
47
src/map.h
47
src/map.h
@ -1,37 +1,42 @@
|
|||||||
#ifndef MAP_H
|
#ifndef MAP_H
|
||||||
#define MAP_H
|
#define MAP_H
|
||||||
|
|
||||||
#include "tile.h"
|
#include <QObject>
|
||||||
|
#include <QString>
|
||||||
|
#include <QRectF>
|
||||||
|
|
||||||
|
class QPainter;
|
||||||
|
class Coordinates;
|
||||||
|
|
||||||
class Map : public QObject
|
class Map : public QObject
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
Map(QObject *parent = 0, const QString &name = QString(),
|
Map(QObject *parent = 0) : QObject(parent) {}
|
||||||
const QString &url = QString());
|
|
||||||
|
|
||||||
const QString &name() const {return _name;}
|
virtual const QString &name() const = 0;
|
||||||
void loadTiles(QList<Tile> &list, bool block);
|
|
||||||
void clearCache();
|
virtual QRectF bounds() const = 0;
|
||||||
|
virtual qreal resolution(const QPointF &p) const = 0;
|
||||||
|
|
||||||
|
virtual qreal zoom() const = 0;
|
||||||
|
virtual qreal zoomFit(const QSize &size, const QRectF &br) = 0;
|
||||||
|
virtual qreal zoomIn() = 0;
|
||||||
|
virtual qreal zoomOut() = 0;
|
||||||
|
|
||||||
|
virtual QPointF ll2xy(const Coordinates &c) const = 0;
|
||||||
|
virtual Coordinates xy2ll(const QPointF &p) const = 0;
|
||||||
|
|
||||||
|
virtual void draw(QPainter *painter, const QRectF &rect) = 0;
|
||||||
|
|
||||||
|
virtual void setBlockingMode(bool block) {Q_UNUSED(block);}
|
||||||
|
virtual void clearCache() {}
|
||||||
|
virtual void load() {}
|
||||||
|
virtual void unload() {}
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void loaded();
|
void loaded();
|
||||||
|
|
||||||
private slots:
|
|
||||||
void emitLoaded();
|
|
||||||
|
|
||||||
private:
|
|
||||||
QString tileUrl(const Tile &tile);
|
|
||||||
QString tileFile(const Tile &tile);
|
|
||||||
bool loadTileFile(Tile &tile, const QString &file);
|
|
||||||
void fillTile(Tile &tile);
|
|
||||||
|
|
||||||
void loadTilesAsync(QList<Tile> &list);
|
|
||||||
void loadTilesSync(QList<Tile> &list);
|
|
||||||
|
|
||||||
QString _name;
|
|
||||||
QString _url;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // MAP_H
|
#endif // MAP_H
|
||||||
|
40
src/mapdir.cpp
Normal file
40
src/mapdir.cpp
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
#include <QDir>
|
||||||
|
#include "atlas.h"
|
||||||
|
#include "offlinemap.h"
|
||||||
|
#include "mapdir.h"
|
||||||
|
|
||||||
|
QList<Map*> MapDir::load(const QString &path, QObject *parent)
|
||||||
|
{
|
||||||
|
QList<Map*> maps;
|
||||||
|
QDir dir(path);
|
||||||
|
|
||||||
|
|
||||||
|
if (!dir.exists())
|
||||||
|
return maps;
|
||||||
|
|
||||||
|
if (!dir.isReadable()) {
|
||||||
|
qWarning("Map directory not readable: %s\n", qPrintable(path));
|
||||||
|
return maps;
|
||||||
|
}
|
||||||
|
|
||||||
|
QFileInfoList list = dir.entryInfoList(QDir::Dirs | QDir::NoDotAndDotDot);
|
||||||
|
for (int i = 0; i < list.size(); i++) {
|
||||||
|
QFileInfo fileInfo = list.at(i);
|
||||||
|
|
||||||
|
Atlas *atlas = new Atlas(fileInfo.absoluteFilePath(), parent);
|
||||||
|
if (atlas->isValid())
|
||||||
|
maps.append(atlas);
|
||||||
|
else {
|
||||||
|
delete atlas;
|
||||||
|
|
||||||
|
OfflineMap *map = new OfflineMap(fileInfo.absoluteFilePath(),
|
||||||
|
parent);
|
||||||
|
if (map->isValid())
|
||||||
|
maps.append(map);
|
||||||
|
else
|
||||||
|
delete map;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return maps;
|
||||||
|
}
|
16
src/mapdir.h
Normal file
16
src/mapdir.h
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
#ifndef MAPDIR_H
|
||||||
|
#define MAPDIR_H
|
||||||
|
|
||||||
|
#include <QList>
|
||||||
|
#include <QString>
|
||||||
|
|
||||||
|
class QObject;
|
||||||
|
class Map;
|
||||||
|
|
||||||
|
class MapDir
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
static QList<Map*> load(const QString &path, QObject *parent = 0);
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // MAPDIR_H
|
@ -1,23 +1,23 @@
|
|||||||
#include <QFile>
|
#include <QFile>
|
||||||
#include <QFileInfo>
|
#include <QFileInfo>
|
||||||
#include "map.h"
|
#include "onlinemap.h"
|
||||||
#include "maplist.h"
|
#include "maplist.h"
|
||||||
|
|
||||||
|
|
||||||
QList<Map*> MapList::load(QObject *parent, const QString &fileName)
|
QList<Map*> MapList::load(const QString &fileName, QObject *parent)
|
||||||
{
|
{
|
||||||
QList<Map*> mapList;
|
QList<Map*> maps;
|
||||||
QFileInfo fi(fileName);
|
QFileInfo fi(fileName);
|
||||||
|
|
||||||
if (!fi.exists())
|
if (!fi.exists())
|
||||||
return mapList;
|
return maps;
|
||||||
|
|
||||||
QFile file(fileName);
|
QFile file(fileName);
|
||||||
|
|
||||||
if (!file.open(QFile::ReadOnly | QFile::Text)) {
|
if (!file.open(QFile::ReadOnly | QFile::Text)) {
|
||||||
fprintf(stderr, "Error opening map list file: %s: %s\n",
|
qWarning("Error opening map list file: %s: %s\n",
|
||||||
qPrintable(fileName), qPrintable(file.errorString()));
|
qPrintable(fileName), qPrintable(file.errorString()));
|
||||||
return mapList;
|
return maps;
|
||||||
}
|
}
|
||||||
|
|
||||||
int ln = 0;
|
int ln = 0;
|
||||||
@ -26,16 +26,16 @@ QList<Map*> MapList::load(QObject *parent, const QString &fileName)
|
|||||||
QByteArray line = file.readLine();
|
QByteArray line = file.readLine();
|
||||||
QList<QByteArray> list = line.split('\t');
|
QList<QByteArray> list = line.split('\t');
|
||||||
if (list.size() != 2) {
|
if (list.size() != 2) {
|
||||||
fprintf(stderr, "Invalid map list entry on line %d\n", ln);
|
qWarning("Invalid map list entry on line %d\n", ln);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
QByteArray ba1 = list[0].trimmed();
|
QByteArray ba1 = list[0].trimmed();
|
||||||
QByteArray ba2 = list[1].trimmed();
|
QByteArray ba2 = list[1].trimmed();
|
||||||
|
|
||||||
mapList.append(new Map(parent, QString::fromUtf8(ba1.data(), ba1.size()),
|
maps.append(new OnlineMap(QString::fromUtf8(ba1.data(), ba1.size()),
|
||||||
QString::fromLatin1(ba2.data(), ba2.size())));
|
QString::fromLatin1(ba2.data(), ba2.size()), parent));
|
||||||
}
|
}
|
||||||
|
|
||||||
return mapList;
|
return maps;
|
||||||
}
|
}
|
||||||
|
@ -3,15 +3,14 @@
|
|||||||
|
|
||||||
#include <QList>
|
#include <QList>
|
||||||
#include <QString>
|
#include <QString>
|
||||||
#include <QObject>
|
|
||||||
|
|
||||||
|
class QObject;
|
||||||
class Map;
|
class Map;
|
||||||
|
|
||||||
class MapList
|
class MapList
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
static QList<Map*> load(QObject *parent = 0,
|
static QList<Map*> load(const QString &fileName, QObject *parent = 0);
|
||||||
const QString &fileName = QString());
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // MAPLIST_H
|
#endif // MAPLIST_H
|
||||||
|
117
src/matrix.cpp
Normal file
117
src/matrix.cpp
Normal file
@ -0,0 +1,117 @@
|
|||||||
|
#include "matrix.h"
|
||||||
|
|
||||||
|
|
||||||
|
#define abs(x) ((x)<0 ? -(x) : (x))
|
||||||
|
|
||||||
|
Matrix::~Matrix()
|
||||||
|
{
|
||||||
|
if (isNull())
|
||||||
|
return;
|
||||||
|
|
||||||
|
delete[] _m;
|
||||||
|
}
|
||||||
|
|
||||||
|
Matrix::Matrix(size_t h, size_t w)
|
||||||
|
{
|
||||||
|
_h = h; _w = w;
|
||||||
|
|
||||||
|
if (isNull())
|
||||||
|
_m = 0;
|
||||||
|
else
|
||||||
|
_m = new double[_h * _w];
|
||||||
|
}
|
||||||
|
|
||||||
|
Matrix::Matrix(const Matrix& M)
|
||||||
|
{
|
||||||
|
_h = M._h; _w = M._w;
|
||||||
|
|
||||||
|
if (isNull())
|
||||||
|
_m = 0;
|
||||||
|
else
|
||||||
|
_m = new double[_h * _w];
|
||||||
|
|
||||||
|
for (size_t i = 0; i < _h; i++)
|
||||||
|
for (size_t j = 0; j < _w; j++)
|
||||||
|
m(i,j) = M.m(i,j);
|
||||||
|
}
|
||||||
|
|
||||||
|
Matrix &Matrix::operator=(const Matrix &M)
|
||||||
|
{
|
||||||
|
if (_h != M._h || _w != M._w) {
|
||||||
|
if (!isNull())
|
||||||
|
delete[] _m;
|
||||||
|
|
||||||
|
_h = M._h; _w = M._w;
|
||||||
|
if (isNull())
|
||||||
|
_m = 0;
|
||||||
|
else
|
||||||
|
_m = new double[_h * _w];
|
||||||
|
}
|
||||||
|
|
||||||
|
for (size_t i = 0; i < _h; i++)
|
||||||
|
for (size_t j = 0; j < _w; j++)
|
||||||
|
m(i,j) = M.m(i,j);
|
||||||
|
|
||||||
|
return *this;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool Matrix::eliminate(double epsilon)
|
||||||
|
{
|
||||||
|
size_t i, j, k, maxrow;
|
||||||
|
double temp;
|
||||||
|
|
||||||
|
|
||||||
|
for (i = 0; i < _h; i++) {
|
||||||
|
maxrow = i;
|
||||||
|
for (j = i+1; j < _h; j++)
|
||||||
|
if (abs(m(j, i)) > abs(m(maxrow, i)))
|
||||||
|
maxrow = j;
|
||||||
|
for (j = 0; j < _w; j++) {
|
||||||
|
temp = m(i, j);
|
||||||
|
m(i, j) = m(maxrow, j);
|
||||||
|
m(maxrow, j) = temp;
|
||||||
|
}
|
||||||
|
if (abs(m(i, i)) <= epsilon)
|
||||||
|
return false;
|
||||||
|
for (j = i+1; j<_h; j++) {
|
||||||
|
temp = m(j, i) / m(i, i);
|
||||||
|
for (k = i; k < _w; k++)
|
||||||
|
m(j, k) -= m(i, k) * temp;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
for (i = _h-1; i < i+1; i--) {
|
||||||
|
temp = m(i, i);
|
||||||
|
for (j = 0; j < i; j++)
|
||||||
|
for (k = _w-1; k >= i; k--)
|
||||||
|
m(j, k) -= m(i, k) * m(j, i) / temp;
|
||||||
|
m(i, i) /= temp;
|
||||||
|
for (j = _h; j < _w; j++)
|
||||||
|
m(i, j) /= temp;
|
||||||
|
}
|
||||||
|
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
Matrix Matrix::augemented(const Matrix &M) const
|
||||||
|
{
|
||||||
|
if (_h != M._h)
|
||||||
|
return Matrix();
|
||||||
|
|
||||||
|
Matrix A(_h, _w + M._w);
|
||||||
|
|
||||||
|
for (size_t i = 0; i < _h; i++)
|
||||||
|
for (size_t j = 0; j < _w; j++)
|
||||||
|
A.m(i, j) = m(i, j);
|
||||||
|
|
||||||
|
for (size_t i = 0; i < _h; i++)
|
||||||
|
for (size_t j = _w; j < A._w; j++)
|
||||||
|
A.m(i, j) = M.m(i, j-_w);
|
||||||
|
|
||||||
|
return A;
|
||||||
|
}
|
||||||
|
|
||||||
|
void Matrix::zeroize()
|
||||||
|
{
|
||||||
|
for (size_t i = 0; i < _h * _w; i++)
|
||||||
|
_m[i] = 0;
|
||||||
|
}
|
33
src/matrix.h
Normal file
33
src/matrix.h
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
#ifndef MATRIX_H
|
||||||
|
#define MATRIX_H
|
||||||
|
|
||||||
|
#include <cstddef>
|
||||||
|
#include <cfloat>
|
||||||
|
|
||||||
|
class Matrix {
|
||||||
|
public:
|
||||||
|
Matrix() {_h = 0; _w = 0; _m = 0;}
|
||||||
|
Matrix(size_t h, size_t w);
|
||||||
|
Matrix(const Matrix& M);
|
||||||
|
~Matrix();
|
||||||
|
|
||||||
|
Matrix &operator=(const Matrix &M);
|
||||||
|
|
||||||
|
size_t h() const {return _h;}
|
||||||
|
size_t w() const {return _w;}
|
||||||
|
double &m(size_t i, size_t j) {return _m[_w * i + j];}
|
||||||
|
double const &m(size_t i, size_t j) const {return _m[_w * i + j];}
|
||||||
|
|
||||||
|
bool isNull() const {return (_h == 0 || _w == 0);}
|
||||||
|
|
||||||
|
void zeroize();
|
||||||
|
bool eliminate(double epsilon = DBL_EPSILON);
|
||||||
|
Matrix augemented(const Matrix &M) const;
|
||||||
|
|
||||||
|
private:
|
||||||
|
double *_m;
|
||||||
|
size_t _h;
|
||||||
|
size_t _w;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // MATRIX_H
|
13
src/mercator.cpp
Normal file
13
src/mercator.cpp
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
#include <cmath>
|
||||||
|
#include "rd.h"
|
||||||
|
#include "mercator.h"
|
||||||
|
|
||||||
|
QPointF Mercator::ll2xy(const Coordinates &c) const
|
||||||
|
{
|
||||||
|
return QPointF(c.lon(), rad2deg(log(tan(M_PI/4.0 + deg2rad(c.lat())/2.0))));
|
||||||
|
}
|
||||||
|
|
||||||
|
Coordinates Mercator::xy2ll(const QPointF &p) const
|
||||||
|
{
|
||||||
|
return Coordinates(p.x(), rad2deg(2 * atan(exp(deg2rad(p.y()))) - M_PI/2));
|
||||||
|
}
|
13
src/mercator.h
Normal file
13
src/mercator.h
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
#ifndef MERCATOR_H
|
||||||
|
#define MERCATOR_H
|
||||||
|
|
||||||
|
#include "projection.h"
|
||||||
|
|
||||||
|
class Mercator : public Projection
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
virtual QPointF ll2xy(const Coordinates &c) const;
|
||||||
|
virtual Coordinates xy2ll(const QPointF &p) const;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // MERCATOR_H
|
@ -48,3 +48,9 @@ int str2int(const char *str, int len)
|
|||||||
|
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QRectF scaled(const QRectF &rect, qreal factor)
|
||||||
|
{
|
||||||
|
return QRectF(QPointF(rect.left() * factor, rect.top() * factor),
|
||||||
|
QSizeF(rect.width() * factor, rect.height() * factor));
|
||||||
|
}
|
||||||
|
@ -1,7 +1,10 @@
|
|||||||
#ifndef MISC_H
|
#ifndef MISC_H
|
||||||
#define MISC_H
|
#define MISC_H
|
||||||
|
|
||||||
|
#include <QRectF>
|
||||||
|
|
||||||
double niceNum(double x, int round);
|
double niceNum(double x, int round);
|
||||||
int str2int(const char *str, int len);
|
int str2int(const char *str, int len);
|
||||||
|
QRectF scaled(const QRectF &rect, qreal factor);
|
||||||
|
|
||||||
#endif // MISC_H
|
#endif // MISC_H
|
||||||
|
@ -7,10 +7,10 @@ static bool validSentence(const char *line, int len)
|
|||||||
{
|
{
|
||||||
const char *lp;
|
const char *lp;
|
||||||
|
|
||||||
if (len < 10 || line[0] != '$')
|
if (len < 12 || line[0] != '$')
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
for (lp = line + len - 1; lp > line; lp--)
|
for (lp = line + len - 1; lp > line + 3; lp--)
|
||||||
if (!::isspace(*lp))
|
if (!::isspace(*lp))
|
||||||
break;
|
break;
|
||||||
if (*(lp-2) != '*' || !::isalnum(*(lp-1)) || !::isalnum(*(lp)))
|
if (*(lp-2) != '*' || !::isalnum(*(lp-1)) || !::isalnum(*(lp)))
|
||||||
@ -313,7 +313,7 @@ bool NMEAParser::readGGA(const char *line, int len)
|
|||||||
return false;
|
return false;
|
||||||
break;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
if (!readNS(vp, lp - vp, lon))
|
if (!readNS(vp, lp - vp, lat))
|
||||||
return false;
|
return false;
|
||||||
break;
|
break;
|
||||||
case 4:
|
case 4:
|
||||||
|
578
src/offlinemap.cpp
Normal file
578
src/offlinemap.cpp
Normal file
@ -0,0 +1,578 @@
|
|||||||
|
#include <QtGlobal>
|
||||||
|
#include <QPainter>
|
||||||
|
#include <QFileInfo>
|
||||||
|
#include <QMap>
|
||||||
|
#include <QDir>
|
||||||
|
#include <QBuffer>
|
||||||
|
#include <QImage>
|
||||||
|
#include <QImageReader>
|
||||||
|
#include <QPixmapCache>
|
||||||
|
#include "misc.h"
|
||||||
|
#include "rd.h"
|
||||||
|
#include "wgs84.h"
|
||||||
|
#include "coordinates.h"
|
||||||
|
#include "matrix.h"
|
||||||
|
#include "latlon.h"
|
||||||
|
#include "mercator.h"
|
||||||
|
#include "transversemercator.h"
|
||||||
|
#include "utm.h"
|
||||||
|
#include "offlinemap.h"
|
||||||
|
|
||||||
|
|
||||||
|
int OfflineMap::parseMapFile(QIODevice &device, QList<ReferencePoint> &points,
|
||||||
|
QString &projection, ProjectionSetup &setup)
|
||||||
|
{
|
||||||
|
bool res;
|
||||||
|
int ln = 1;
|
||||||
|
|
||||||
|
|
||||||
|
if (!device.open(QIODevice::ReadOnly))
|
||||||
|
return -1;
|
||||||
|
|
||||||
|
while (!device.atEnd()) {
|
||||||
|
QByteArray line = device.readLine();
|
||||||
|
|
||||||
|
if (ln == 1) {
|
||||||
|
if (!line.trimmed().startsWith("OziExplorer Map Data File"))
|
||||||
|
return ln;
|
||||||
|
} else if (ln == 3)
|
||||||
|
_imgPath = line.trimmed();
|
||||||
|
else {
|
||||||
|
QList<QByteArray> list = line.split(',');
|
||||||
|
QString key(list.at(0).trimmed());
|
||||||
|
bool ll = true; bool pp = true;
|
||||||
|
|
||||||
|
if (key.startsWith("Point") && list.count() == 17
|
||||||
|
&& !list.at(2).trimmed().isEmpty()) {
|
||||||
|
int x = list.at(2).trimmed().toInt(&res);
|
||||||
|
if (!res)
|
||||||
|
return ln;
|
||||||
|
int y = list.at(3).trimmed().toInt(&res);
|
||||||
|
if (!res)
|
||||||
|
return ln;
|
||||||
|
|
||||||
|
int latd = list.at(6).trimmed().toInt(&res);
|
||||||
|
if (!res)
|
||||||
|
ll = false;
|
||||||
|
qreal latm = list.at(7).trimmed().toFloat(&res);
|
||||||
|
if (!res)
|
||||||
|
ll = false;
|
||||||
|
int lond = list.at(9).trimmed().toInt(&res);
|
||||||
|
if (!res)
|
||||||
|
ll = false;
|
||||||
|
qreal lonm = list.at(10).trimmed().toFloat(&res);
|
||||||
|
if (!res)
|
||||||
|
ll = false;
|
||||||
|
if (ll && list.at(8).trimmed() == "S")
|
||||||
|
latd = -latd;
|
||||||
|
if (ll && list.at(11).trimmed() == "W")
|
||||||
|
lond = -lond;
|
||||||
|
|
||||||
|
int zone = list.at(13).trimmed().toInt(&res);
|
||||||
|
if (!res)
|
||||||
|
zone = 0;
|
||||||
|
qreal ppx = list.at(14).trimmed().toFloat(&res);
|
||||||
|
if (!res)
|
||||||
|
pp = false;
|
||||||
|
qreal ppy = list.at(15).trimmed().toFloat(&res);
|
||||||
|
if (!res)
|
||||||
|
pp = false;
|
||||||
|
if (list.at(16).trimmed() == "S")
|
||||||
|
zone = -zone;
|
||||||
|
|
||||||
|
ReferencePoint p;
|
||||||
|
p.xy = QPoint(x, y);
|
||||||
|
if (ll) {
|
||||||
|
p.ll = Coordinates(lond + lonm/60.0, latd + latm/60.0);
|
||||||
|
points.append(p);
|
||||||
|
} else if (pp) {
|
||||||
|
p.pp = QPointF(ppx, ppy);
|
||||||
|
setup.zone = zone;
|
||||||
|
points.append(p);
|
||||||
|
} else
|
||||||
|
return ln;
|
||||||
|
} else if (key == "IWH") {
|
||||||
|
int w = list.at(2).trimmed().toInt(&res);
|
||||||
|
if (!res)
|
||||||
|
return ln;
|
||||||
|
int h = list.at(3).trimmed().toInt(&res);
|
||||||
|
if (!res)
|
||||||
|
return ln;
|
||||||
|
_size = QSize(w, h);
|
||||||
|
} else if (key == "Map Projection") {
|
||||||
|
projection = list.at(1);
|
||||||
|
} else if (key == "Projection Setup") {
|
||||||
|
if (list.count() < 8)
|
||||||
|
return ln;
|
||||||
|
setup.centralMeridian = list.at(2).trimmed().toFloat(&res);
|
||||||
|
if (!res)
|
||||||
|
setup.centralMeridian = 0;
|
||||||
|
setup.scale = list.at(3).trimmed().toFloat(&res);
|
||||||
|
if (!res)
|
||||||
|
setup.scale = 0;
|
||||||
|
setup.falseEasting = list.at(4).trimmed().toFloat(&res);
|
||||||
|
if (!res)
|
||||||
|
setup.falseEasting = 0;
|
||||||
|
setup.falseNorthing = list.at(5).trimmed().toFloat(&res);
|
||||||
|
if (!res)
|
||||||
|
setup.falseNorthing = 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
ln++;
|
||||||
|
}
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool OfflineMap::createProjection(const QString &projection,
|
||||||
|
const ProjectionSetup &setup, QList<ReferencePoint> &points)
|
||||||
|
{
|
||||||
|
if (points.count() < 2) {
|
||||||
|
qWarning("%s: insufficient number of reference points",
|
||||||
|
qPrintable(_name));
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (projection == "Mercator")
|
||||||
|
_projection = new Mercator();
|
||||||
|
else if (projection == "Transverse Mercator")
|
||||||
|
_projection = new TransverseMercator(setup.centralMeridian, setup.scale,
|
||||||
|
setup.falseEasting, setup.falseNorthing);
|
||||||
|
else if (projection == "Latitude/Longitude")
|
||||||
|
_projection = new LatLon();
|
||||||
|
else if (projection == "(UTM) Universal Transverse Mercator") {
|
||||||
|
if (setup.zone)
|
||||||
|
_projection = new UTM(setup.zone);
|
||||||
|
else if (!points.first().ll.isNull())
|
||||||
|
_projection = new UTM(points.first().ll);
|
||||||
|
else {
|
||||||
|
qWarning("%s: Can not determine UTM zone", qPrintable(_name));
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
qWarning("%s: %s: unsupported map projection", qPrintable(_name),
|
||||||
|
qPrintable(projection));
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
for (int i = 0; i < points.size(); i++)
|
||||||
|
if (points.at(i).ll.isNull())
|
||||||
|
points[i].ll = _projection->xy2ll(points.at(i).pp);
|
||||||
|
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool OfflineMap::computeTransformation(const QList<ReferencePoint> &points)
|
||||||
|
{
|
||||||
|
Q_ASSERT(points.count() >= 2);
|
||||||
|
|
||||||
|
Matrix c(3, 2);
|
||||||
|
c.zeroize();
|
||||||
|
for (size_t j = 0; j < c.w(); j++) {
|
||||||
|
for (size_t k = 0; k < c.h(); k++) {
|
||||||
|
for (int i = 0; i < points.size(); i++) {
|
||||||
|
double f[3], t[2];
|
||||||
|
QPointF p = _projection->ll2xy(points.at(i).ll);
|
||||||
|
|
||||||
|
f[0] = p.x();
|
||||||
|
f[1] = p.y();
|
||||||
|
f[2] = 1.0;
|
||||||
|
t[0] = points.at(i).xy.x();
|
||||||
|
t[1] = points.at(i).xy.y();
|
||||||
|
c.m(k,j) += f[k] * t[j];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Matrix Q(3, 3);
|
||||||
|
Q.zeroize();
|
||||||
|
for (int qi = 0; qi < points.size(); qi++) {
|
||||||
|
double v[3];
|
||||||
|
QPointF p = _projection->ll2xy(points.at(qi).ll);
|
||||||
|
|
||||||
|
v[0] = p.x();
|
||||||
|
v[1] = p.y();
|
||||||
|
v[2] = 1.0;
|
||||||
|
for (size_t i = 0; i < Q.h(); i++)
|
||||||
|
for (size_t j = 0; j < Q.w(); j++)
|
||||||
|
Q.m(i,j) += v[i] * v[j];
|
||||||
|
}
|
||||||
|
|
||||||
|
Matrix M = Q.augemented(c);
|
||||||
|
if (!M.eliminate()) {
|
||||||
|
qWarning("%s: singular transformation matrix", qPrintable(_name));
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
_transform = QTransform(M.m(0,3), M.m(0,4), M.m(1,3), M.m(1,4), M.m(2,3),
|
||||||
|
M.m(2,4));
|
||||||
|
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool OfflineMap::computeResolution(QList<ReferencePoint> &points)
|
||||||
|
{
|
||||||
|
Q_ASSERT(points.count() >= 2);
|
||||||
|
|
||||||
|
int maxLon = 0, minLon = 0, maxLat = 0, minLat = 0;
|
||||||
|
qreal dLon, pLon, dLat, pLat;
|
||||||
|
|
||||||
|
for (int i = 1; i < points.size(); i++) {
|
||||||
|
if (points.at(i).ll.lon() < points.at(minLon).ll.lon())
|
||||||
|
minLon = i;
|
||||||
|
if (points.at(i).ll.lon() > points.at(maxLon).ll.lon())
|
||||||
|
maxLon = i;
|
||||||
|
if (points.at(i).ll.lat() < points.at(minLat).ll.lon())
|
||||||
|
minLat = i;
|
||||||
|
if (points.at(i).ll.lat() > points.at(maxLat).ll.lon())
|
||||||
|
maxLat = i;
|
||||||
|
}
|
||||||
|
|
||||||
|
dLon = points.at(minLon).ll.distanceTo(points.at(maxLon).ll);
|
||||||
|
pLon = QLineF(points.at(minLon).xy, points.at(maxLon).xy).length();
|
||||||
|
dLat = points.at(minLat).ll.distanceTo(points.at(maxLat).ll);
|
||||||
|
pLat = QLineF(points.at(minLat).xy, points.at(maxLat).xy).length();
|
||||||
|
|
||||||
|
_resolution = (dLon/pLon + dLat/pLat) / 2.0;
|
||||||
|
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool OfflineMap::getImageInfo(const QString &path)
|
||||||
|
{
|
||||||
|
QFileInfo ii(_imgPath);
|
||||||
|
if (ii.isRelative())
|
||||||
|
_imgPath = path + "/" + _imgPath;
|
||||||
|
|
||||||
|
QImageReader img(_imgPath);
|
||||||
|
_size = img.size();
|
||||||
|
if (!_size.isValid()) {
|
||||||
|
qWarning("%s: %s: error reading map image", qPrintable(_name),
|
||||||
|
qPrintable(ii.absoluteFilePath()));
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool OfflineMap::getTileInfo(const QStringList &tiles, const QString &path)
|
||||||
|
{
|
||||||
|
if (tiles.isEmpty()) {
|
||||||
|
qWarning("%s: empty tile set", qPrintable(_name));
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
QRegExp rx("_[0-9]+_[0-9]+\\.");
|
||||||
|
for (int i = 0; i < tiles.size(); i++) {
|
||||||
|
if (tiles.at(i).contains(rx)) {
|
||||||
|
_tileName = QString(tiles.at(i)).replace(rx, "_%1_%2.");
|
||||||
|
|
||||||
|
if (path.isNull()) {
|
||||||
|
QByteArray ba = _tar.file(tiles.at(i));
|
||||||
|
QBuffer buffer(&ba);
|
||||||
|
_tileSize = QImageReader(&buffer).size();
|
||||||
|
} else {
|
||||||
|
_tileName = path + "/" + _tileName;
|
||||||
|
_tileSize = QImageReader(path + "/" + tiles.at(i)).size();
|
||||||
|
}
|
||||||
|
if (!_tileSize.isValid()) {
|
||||||
|
qWarning("%s: error retrieving tile size: %s: invalid image",
|
||||||
|
qPrintable(_name), qPrintable(QFileInfo(tiles.at(i))
|
||||||
|
.fileName()));
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
qWarning("%s: invalid tile names", qPrintable(_name));
|
||||||
|
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool OfflineMap::mapLoaded(int res)
|
||||||
|
{
|
||||||
|
if (res) {
|
||||||
|
if (res == -2)
|
||||||
|
qWarning("%s: no map file found", qPrintable(_name));
|
||||||
|
else if (res == -1)
|
||||||
|
qWarning("%s: error opening map file", qPrintable(_name));
|
||||||
|
else
|
||||||
|
qWarning("%s: map file parse error on line: %d", qPrintable(_name),
|
||||||
|
res);
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool OfflineMap::totalSizeSet()
|
||||||
|
{
|
||||||
|
if (!_size.isValid()) {
|
||||||
|
qWarning("%s: missing total image size (IWH)", qPrintable(_name));
|
||||||
|
return false;
|
||||||
|
} else
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
OfflineMap::OfflineMap(const QString &path, QObject *parent) : Map(parent)
|
||||||
|
{
|
||||||
|
int errorLine = -2;
|
||||||
|
QList<ReferencePoint> points;
|
||||||
|
QString proj;
|
||||||
|
ProjectionSetup setup;
|
||||||
|
|
||||||
|
|
||||||
|
_valid = false;
|
||||||
|
_img = 0;
|
||||||
|
_projection = 0;
|
||||||
|
|
||||||
|
QFileInfo fi(path);
|
||||||
|
_name = fi.fileName();
|
||||||
|
|
||||||
|
QDir dir(path);
|
||||||
|
QFileInfoList mapFiles = dir.entryInfoList(QDir::Files);
|
||||||
|
for (int i = 0; i < mapFiles.count(); i++) {
|
||||||
|
const QString &fileName = mapFiles.at(i).fileName();
|
||||||
|
if (fileName.endsWith(".tar")) {
|
||||||
|
if (!_tar.load(mapFiles.at(i).absoluteFilePath())) {
|
||||||
|
qWarning("%s: %s: error loading tar file", qPrintable(_name),
|
||||||
|
qPrintable(fileName));
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
QStringList tarFiles = _tar.files();
|
||||||
|
for (int j = 0; j < tarFiles.size(); j++) {
|
||||||
|
if (tarFiles.at(j).endsWith(".map")) {
|
||||||
|
QByteArray ba = _tar.file(tarFiles.at(j));
|
||||||
|
QBuffer buffer(&ba);
|
||||||
|
errorLine = parseMapFile(buffer, points, proj, setup);
|
||||||
|
_imgPath = QString();
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
} else if (fileName.endsWith(".map")) {
|
||||||
|
QFile mapFile(mapFiles.at(i).absoluteFilePath());
|
||||||
|
errorLine = parseMapFile(mapFile, points, proj, setup);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (!mapLoaded(errorLine))
|
||||||
|
return;
|
||||||
|
|
||||||
|
if (!createProjection(proj, setup, points))
|
||||||
|
return;
|
||||||
|
if (!computeTransformation(points))
|
||||||
|
return;
|
||||||
|
computeResolution(points);
|
||||||
|
|
||||||
|
if (_tar.isOpen()) {
|
||||||
|
if (!totalSizeSet())
|
||||||
|
return;
|
||||||
|
if (!getTileInfo(_tar.files()))
|
||||||
|
return;
|
||||||
|
} else {
|
||||||
|
QDir set(fi.absoluteFilePath() + "/" + "set");
|
||||||
|
if (set.exists()) {
|
||||||
|
if (!totalSizeSet())
|
||||||
|
return;
|
||||||
|
if (!getTileInfo(set.entryList(), set.canonicalPath()))
|
||||||
|
return;
|
||||||
|
_imgPath = QString();
|
||||||
|
} else {
|
||||||
|
if (!getImageInfo(fi.absoluteFilePath()))
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
_valid = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
OfflineMap::OfflineMap(Tar &tar, const QString &path, QObject *parent)
|
||||||
|
: Map(parent)
|
||||||
|
{
|
||||||
|
int errorLine = -2;
|
||||||
|
QList<ReferencePoint> points;
|
||||||
|
QString proj;
|
||||||
|
ProjectionSetup setup;
|
||||||
|
|
||||||
|
|
||||||
|
_valid = false;
|
||||||
|
_img = 0;
|
||||||
|
_projection = 0;
|
||||||
|
|
||||||
|
QFileInfo fi(path);
|
||||||
|
_name = fi.fileName();
|
||||||
|
|
||||||
|
QFileInfo li(fi.absoluteDir().dirName());
|
||||||
|
QString prefix = li.fileName() + "/" + fi.fileName() + "/";
|
||||||
|
QStringList tarFiles = tar.files();
|
||||||
|
for (int j = 0; j < tarFiles.size(); j++) {
|
||||||
|
if (tarFiles.at(j).startsWith(prefix)) {
|
||||||
|
QByteArray ba = tar.file(tarFiles.at(j));
|
||||||
|
QBuffer buffer(&ba);
|
||||||
|
errorLine = parseMapFile(buffer, points, proj, setup);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (!mapLoaded(errorLine))
|
||||||
|
return;
|
||||||
|
|
||||||
|
if (!createProjection(proj, setup, points))
|
||||||
|
return;
|
||||||
|
if (!totalSizeSet())
|
||||||
|
return;
|
||||||
|
if (!computeTransformation(points))
|
||||||
|
return;
|
||||||
|
computeResolution(points);
|
||||||
|
|
||||||
|
QDir dir(path);
|
||||||
|
QFileInfoList mapFiles = dir.entryInfoList(QDir::Files);
|
||||||
|
for (int i = 0; i < mapFiles.count(); i++) {
|
||||||
|
const QString &fileName = mapFiles.at(i).absoluteFilePath();
|
||||||
|
if (fileName.endsWith(".tar"))
|
||||||
|
_tarPath = fileName;
|
||||||
|
}
|
||||||
|
|
||||||
|
_imgPath = QString();
|
||||||
|
_valid = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
OfflineMap::~OfflineMap()
|
||||||
|
{
|
||||||
|
if (_img)
|
||||||
|
delete _img;
|
||||||
|
if (_projection)
|
||||||
|
delete _projection;
|
||||||
|
}
|
||||||
|
|
||||||
|
void OfflineMap::load()
|
||||||
|
{
|
||||||
|
if (!_tarPath.isNull() && !_tileSize.isValid()) {
|
||||||
|
if (!_tar.load(_tarPath)) {
|
||||||
|
qWarning("%s: %s: error loading tar file", qPrintable(_name),
|
||||||
|
qPrintable(_tarPath));
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
getTileInfo(_tar.files());
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!_img && !_imgPath.isNull()) {
|
||||||
|
_img = new QImage(_imgPath);
|
||||||
|
if (_img->isNull())
|
||||||
|
qWarning("%s: error loading map image", qPrintable(_imgPath));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void OfflineMap::unload()
|
||||||
|
{
|
||||||
|
if (_img) {
|
||||||
|
delete _img;
|
||||||
|
_img = 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
QRectF OfflineMap::bounds() const
|
||||||
|
{
|
||||||
|
return QRectF(QPointF(0, 0), _size);
|
||||||
|
}
|
||||||
|
|
||||||
|
qreal OfflineMap::zoomFit(const QSize &size, const QRectF &br)
|
||||||
|
{
|
||||||
|
Q_UNUSED(size);
|
||||||
|
Q_UNUSED(br);
|
||||||
|
|
||||||
|
return 1.0;
|
||||||
|
}
|
||||||
|
|
||||||
|
qreal OfflineMap::resolution(const QPointF &p) const
|
||||||
|
{
|
||||||
|
Q_UNUSED(p);
|
||||||
|
|
||||||
|
return _resolution;
|
||||||
|
}
|
||||||
|
|
||||||
|
qreal OfflineMap::zoomIn()
|
||||||
|
{
|
||||||
|
return 1.0;
|
||||||
|
}
|
||||||
|
|
||||||
|
qreal OfflineMap::zoomOut()
|
||||||
|
{
|
||||||
|
return 1.0;
|
||||||
|
}
|
||||||
|
|
||||||
|
void OfflineMap::draw(QPainter *painter, const QRectF &rect)
|
||||||
|
{
|
||||||
|
if (_tileSize.isValid()) {
|
||||||
|
QPoint tl = QPoint((int)floor(rect.left() / (qreal)_tileSize.width())
|
||||||
|
* _tileSize.width(), (int)floor(rect.top() / _tileSize.height())
|
||||||
|
* _tileSize.height());
|
||||||
|
|
||||||
|
QSizeF s(rect.right() - tl.x(), rect.bottom() - tl.y());
|
||||||
|
for (int i = 0; i < ceil(s.width() / _tileSize.width()); i++) {
|
||||||
|
for (int j = 0; j < ceil(s.height() / _tileSize.height()); j++) {
|
||||||
|
int x = tl.x() + i * _tileSize.width();
|
||||||
|
int y = tl.y() + j * _tileSize.height();
|
||||||
|
QString tileName(_tileName.arg(QString::number(x),
|
||||||
|
QString::number(y)));
|
||||||
|
QPixmap pixmap;
|
||||||
|
|
||||||
|
if (_tar.isOpen()) {
|
||||||
|
QString key = _tar.fileName() + "/" + tileName;
|
||||||
|
if (!QPixmapCache::find(key, &pixmap)) {
|
||||||
|
QByteArray ba = _tar.file(tileName);
|
||||||
|
pixmap = QPixmap::fromImage(QImage::fromData(ba));
|
||||||
|
if (!pixmap.isNull())
|
||||||
|
QPixmapCache::insert(key, pixmap);
|
||||||
|
}
|
||||||
|
} else
|
||||||
|
pixmap = QPixmap(tileName);
|
||||||
|
|
||||||
|
if (pixmap.isNull()) {
|
||||||
|
qWarning("%s: error loading tile image", qPrintable(
|
||||||
|
_tileName.arg(QString::number(x), QString::number(y))));
|
||||||
|
painter->fillRect(QRectF(QPoint(x, y), _tileSize),
|
||||||
|
Qt::white);
|
||||||
|
} else
|
||||||
|
painter->drawPixmap(QPoint(x, y), pixmap);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
if (!_img || _img->isNull())
|
||||||
|
painter->fillRect(rect, Qt::white);
|
||||||
|
else {
|
||||||
|
QPoint p = rect.topLeft().toPoint();
|
||||||
|
QImage crop = _img->copy(QRect(p, rect.size().toSize()));
|
||||||
|
painter->drawImage(rect.topLeft(), crop);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
QPointF OfflineMap::ll2xy(const Coordinates &c) const
|
||||||
|
{
|
||||||
|
return _transform.map(_projection->ll2xy(c));
|
||||||
|
}
|
||||||
|
|
||||||
|
Coordinates OfflineMap::xy2ll(const QPointF &p) const
|
||||||
|
{
|
||||||
|
return _projection->xy2ll(_transform.inverted().map(p));
|
||||||
|
}
|
||||||
|
|
||||||
|
QPointF OfflineMap::ll2pp(const Coordinates &c) const
|
||||||
|
{
|
||||||
|
return _projection->ll2xy(c);
|
||||||
|
}
|
||||||
|
|
||||||
|
QPointF OfflineMap::xy2pp(const QPointF &p) const
|
||||||
|
{
|
||||||
|
return _transform.inverted().map(p);
|
||||||
|
}
|
||||||
|
|
||||||
|
QPointF OfflineMap::pp2xy(const QPointF &p) const
|
||||||
|
{
|
||||||
|
return _transform.map(p);
|
||||||
|
}
|
88
src/offlinemap.h
Normal file
88
src/offlinemap.h
Normal file
@ -0,0 +1,88 @@
|
|||||||
|
#ifndef OFFLINEMAP_H
|
||||||
|
#define OFFLINEMAP_H
|
||||||
|
|
||||||
|
#include <QTransform>
|
||||||
|
#include "map.h"
|
||||||
|
#include "tar.h"
|
||||||
|
#include "coordinates.h"
|
||||||
|
|
||||||
|
class QIODevice;
|
||||||
|
class QImage;
|
||||||
|
class Projection;
|
||||||
|
|
||||||
|
class OfflineMap : public Map
|
||||||
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
|
public:
|
||||||
|
OfflineMap(const QString &path, QObject *parent = 0);
|
||||||
|
OfflineMap(Tar &tar, const QString &path, QObject *parent = 0);
|
||||||
|
~OfflineMap();
|
||||||
|
|
||||||
|
const QString &name() const {return _name;}
|
||||||
|
|
||||||
|
QRectF bounds() const;
|
||||||
|
qreal resolution(const QPointF &p) const;
|
||||||
|
|
||||||
|
qreal zoom() const {return 1.0;}
|
||||||
|
qreal zoomFit(const QSize &size, const QRectF &br);
|
||||||
|
qreal zoomIn();
|
||||||
|
qreal zoomOut();
|
||||||
|
|
||||||
|
QPointF ll2xy(const Coordinates &c) const;
|
||||||
|
Coordinates xy2ll(const QPointF &p) const;
|
||||||
|
|
||||||
|
void draw(QPainter *painter, const QRectF &rect);
|
||||||
|
|
||||||
|
void load();
|
||||||
|
void unload();
|
||||||
|
|
||||||
|
bool isValid() {return _valid;}
|
||||||
|
|
||||||
|
QPointF ll2pp(const Coordinates &c) const;
|
||||||
|
QPointF xy2pp(const QPointF &p) const;
|
||||||
|
QPointF pp2xy(const QPointF &p) const;
|
||||||
|
|
||||||
|
private:
|
||||||
|
typedef struct {
|
||||||
|
QPoint xy;
|
||||||
|
Coordinates ll;
|
||||||
|
QPointF pp;
|
||||||
|
} ReferencePoint;
|
||||||
|
|
||||||
|
typedef struct {
|
||||||
|
double centralMeridian;
|
||||||
|
double scale;
|
||||||
|
double falseEasting;
|
||||||
|
double falseNorthing;
|
||||||
|
int zone;
|
||||||
|
} ProjectionSetup;
|
||||||
|
|
||||||
|
int parseMapFile(QIODevice &device, QList<ReferencePoint> &points,
|
||||||
|
QString &projection, ProjectionSetup &setup);
|
||||||
|
bool mapLoaded(int res);
|
||||||
|
bool totalSizeSet();
|
||||||
|
bool createProjection(const QString &projection,
|
||||||
|
const ProjectionSetup &setup, QList<ReferencePoint> &points);
|
||||||
|
bool computeTransformation(const QList<ReferencePoint> &points);
|
||||||
|
bool computeResolution(QList<ReferencePoint> &points);
|
||||||
|
bool getTileInfo(const QStringList &tiles, const QString &path = QString());
|
||||||
|
bool getImageInfo(const QString &path);
|
||||||
|
|
||||||
|
QString _name;
|
||||||
|
QSize _size;
|
||||||
|
Projection *_projection;
|
||||||
|
QTransform _transform;
|
||||||
|
qreal _resolution;
|
||||||
|
|
||||||
|
Tar _tar;
|
||||||
|
QString _tarPath;
|
||||||
|
QImage *_img;
|
||||||
|
QString _imgPath;
|
||||||
|
QSize _tileSize;
|
||||||
|
QString _tileName;
|
||||||
|
|
||||||
|
bool _valid;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // OFFLINEMAP_H
|
246
src/onlinemap.cpp
Normal file
246
src/onlinemap.cpp
Normal file
@ -0,0 +1,246 @@
|
|||||||
|
#include <QFileInfo>
|
||||||
|
#include <QDir>
|
||||||
|
#include <QPainter>
|
||||||
|
#include "downloader.h"
|
||||||
|
#include "config.h"
|
||||||
|
#include "rd.h"
|
||||||
|
#include "wgs84.h"
|
||||||
|
#include "misc.h"
|
||||||
|
#include "coordinates.h"
|
||||||
|
#include "mercator.h"
|
||||||
|
#include "onlinemap.h"
|
||||||
|
|
||||||
|
|
||||||
|
#define ZOOM_MAX 18
|
||||||
|
#define ZOOM_MIN 3
|
||||||
|
#define TILE_SIZE 256
|
||||||
|
|
||||||
|
static QPoint mercator2tile(const QPointF &m, int z)
|
||||||
|
{
|
||||||
|
QPoint tile;
|
||||||
|
|
||||||
|
tile.setX((int)(floor((m.x() + 180.0) / 360.0 * (1<<z))));
|
||||||
|
tile.setY((int)(floor((1.0 - (m.y() / 180.0)) / 2.0 * (1<<z))));
|
||||||
|
|
||||||
|
return tile;
|
||||||
|
}
|
||||||
|
|
||||||
|
static int scale2zoom(qreal scale)
|
||||||
|
{
|
||||||
|
int zoom = (int)log2(360.0/(scale * (qreal)TILE_SIZE));
|
||||||
|
|
||||||
|
if (zoom < ZOOM_MIN)
|
||||||
|
return ZOOM_MIN;
|
||||||
|
if (zoom > ZOOM_MAX)
|
||||||
|
return ZOOM_MAX;
|
||||||
|
|
||||||
|
return zoom;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Downloader *OnlineMap::downloader;
|
||||||
|
|
||||||
|
OnlineMap::OnlineMap(const QString &name, const QString &url, QObject *parent)
|
||||||
|
: Map(parent)
|
||||||
|
{
|
||||||
|
_name = name;
|
||||||
|
_url = url;
|
||||||
|
downloader = downloader;
|
||||||
|
_block = false;
|
||||||
|
_scale = ((360.0/(qreal)(1<<ZOOM_MAX))/(qreal)TILE_SIZE);
|
||||||
|
|
||||||
|
connect(downloader, SIGNAL(finished()), this, SLOT(emitLoaded()));
|
||||||
|
|
||||||
|
QString path = TILES_DIR + QString("/") + name;
|
||||||
|
if (!QDir().mkpath(path))
|
||||||
|
qWarning("Error creating tiles dir: %s\n", qPrintable(path));
|
||||||
|
}
|
||||||
|
|
||||||
|
void OnlineMap::emitLoaded()
|
||||||
|
{
|
||||||
|
emit loaded();
|
||||||
|
}
|
||||||
|
|
||||||
|
void OnlineMap::loadTilesAsync(QList<Tile> &list)
|
||||||
|
{
|
||||||
|
QList<Download> dl;
|
||||||
|
|
||||||
|
for (int i = 0; i < list.size(); i++) {
|
||||||
|
Tile &t = list[i];
|
||||||
|
QString file = tileFile(t);
|
||||||
|
QFileInfo fi(file);
|
||||||
|
|
||||||
|
if (!fi.exists()) {
|
||||||
|
fillTile(t);
|
||||||
|
dl.append(Download(tileUrl(t), file));
|
||||||
|
} else
|
||||||
|
loadTileFile(t, file);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!dl.empty())
|
||||||
|
downloader->get(dl);
|
||||||
|
}
|
||||||
|
|
||||||
|
void OnlineMap::loadTilesSync(QList<Tile> &list)
|
||||||
|
{
|
||||||
|
QList<Download> dl;
|
||||||
|
|
||||||
|
for (int i = 0; i < list.size(); i++) {
|
||||||
|
Tile &t = list[i];
|
||||||
|
QString file = tileFile(t);
|
||||||
|
QFileInfo fi(file);
|
||||||
|
|
||||||
|
if (!fi.exists())
|
||||||
|
dl.append(Download(tileUrl(t), file));
|
||||||
|
else
|
||||||
|
loadTileFile(t, file);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (dl.empty())
|
||||||
|
return;
|
||||||
|
|
||||||
|
QEventLoop wait;
|
||||||
|
connect(downloader, SIGNAL(finished()), &wait, SLOT(quit()));
|
||||||
|
if (downloader->get(dl))
|
||||||
|
wait.exec();
|
||||||
|
|
||||||
|
for (int i = 0; i < list.size(); i++) {
|
||||||
|
Tile &t = list[i];
|
||||||
|
|
||||||
|
if (t.pixmap().isNull()) {
|
||||||
|
QString file = tileFile(t);
|
||||||
|
QFileInfo fi(file);
|
||||||
|
|
||||||
|
if (!(fi.exists() && loadTileFile(t, file)))
|
||||||
|
fillTile(t);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void OnlineMap::fillTile(Tile &tile)
|
||||||
|
{
|
||||||
|
tile.pixmap() = QPixmap(TILE_SIZE, TILE_SIZE);
|
||||||
|
tile.pixmap().fill();
|
||||||
|
}
|
||||||
|
|
||||||
|
bool OnlineMap::loadTileFile(Tile &tile, const QString &file)
|
||||||
|
{
|
||||||
|
if (!tile.pixmap().load(file)) {
|
||||||
|
qWarning("%s: error loading tile file\n", qPrintable(file));
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
QString OnlineMap::tileUrl(const Tile &tile)
|
||||||
|
{
|
||||||
|
QString url(_url);
|
||||||
|
|
||||||
|
url.replace("$z", QString::number(tile.zoom()));
|
||||||
|
url.replace("$x", QString::number(tile.xy().x()));
|
||||||
|
url.replace("$y", QString::number(tile.xy().y()));
|
||||||
|
|
||||||
|
return url;
|
||||||
|
}
|
||||||
|
|
||||||
|
QString OnlineMap::tileFile(const Tile &tile)
|
||||||
|
{
|
||||||
|
QString file = TILES_DIR + QString("/%1/%2-%3-%4").arg(name())
|
||||||
|
.arg(tile.zoom()).arg(tile.xy().x()).arg(tile.xy().y());
|
||||||
|
|
||||||
|
return file;
|
||||||
|
}
|
||||||
|
|
||||||
|
void OnlineMap::clearCache()
|
||||||
|
{
|
||||||
|
QString path = TILES_DIR + QString("/") + name();
|
||||||
|
QDir dir = QDir(path);
|
||||||
|
QStringList list = dir.entryList();
|
||||||
|
|
||||||
|
for (int i = 0; i < list.count(); i++)
|
||||||
|
dir.remove(list.at(i));
|
||||||
|
}
|
||||||
|
|
||||||
|
QRectF OnlineMap::bounds() const
|
||||||
|
{
|
||||||
|
return scaled(QRectF(QPointF(-180, -180), QSizeF(360, 360)), 1.0/_scale);
|
||||||
|
}
|
||||||
|
|
||||||
|
qreal OnlineMap::zoomFit(const QSize &size, const QRectF &br)
|
||||||
|
{
|
||||||
|
if (br.isNull())
|
||||||
|
_scale = ((360.0/(qreal)(1<<ZOOM_MAX))/(qreal)TILE_SIZE);
|
||||||
|
else {
|
||||||
|
Coordinates topLeft(br.topLeft());
|
||||||
|
Coordinates bottomRight(br.bottomRight());
|
||||||
|
QRectF tbr(Mercator().ll2xy(topLeft), Mercator().ll2xy(bottomRight));
|
||||||
|
|
||||||
|
QPointF sc(tbr.width() / size.width(), tbr.height() / size.height());
|
||||||
|
|
||||||
|
_scale = ((360.0/(qreal)(1<<scale2zoom(qMax(sc.x(), sc.y()))))
|
||||||
|
/ (qreal)TILE_SIZE);
|
||||||
|
}
|
||||||
|
|
||||||
|
return _scale;
|
||||||
|
}
|
||||||
|
|
||||||
|
qreal OnlineMap::resolution(const QPointF &p) const
|
||||||
|
{
|
||||||
|
return (WGS84_RADIUS * 2 * M_PI * _scale / 360.0
|
||||||
|
* cos(2.0 * atan(exp(deg2rad(-p.y() * _scale))) - M_PI/2));
|
||||||
|
}
|
||||||
|
|
||||||
|
qreal OnlineMap::zoomIn()
|
||||||
|
{
|
||||||
|
int zoom = qMin(scale2zoom(_scale) + 1, ZOOM_MAX);
|
||||||
|
_scale = ((360.0/(qreal)(1<<zoom))/(qreal)TILE_SIZE);
|
||||||
|
return _scale;
|
||||||
|
}
|
||||||
|
|
||||||
|
qreal OnlineMap::zoomOut()
|
||||||
|
{
|
||||||
|
int zoom = qMax(scale2zoom(_scale) - 1, ZOOM_MIN);
|
||||||
|
_scale = ((360.0/(qreal)(1<<zoom))/(qreal)TILE_SIZE);
|
||||||
|
return _scale;
|
||||||
|
}
|
||||||
|
|
||||||
|
void OnlineMap::draw(QPainter *painter, const QRectF &rect)
|
||||||
|
{
|
||||||
|
int zoom = scale2zoom(_scale);
|
||||||
|
|
||||||
|
QPoint tile = mercator2tile(QPointF(rect.topLeft().x() * _scale,
|
||||||
|
-rect.topLeft().y() * _scale), zoom);
|
||||||
|
QPoint tl = QPoint((int)floor(rect.left() / (qreal)TILE_SIZE)
|
||||||
|
* TILE_SIZE, (int)floor(rect.top() / TILE_SIZE) * TILE_SIZE);
|
||||||
|
|
||||||
|
QList<Tile> tiles;
|
||||||
|
QSizeF s(rect.right() - tl.x(), rect.bottom() - tl.y());
|
||||||
|
for (int i = 0; i < ceil(s.width() / TILE_SIZE); i++)
|
||||||
|
for (int j = 0; j < ceil(s.height() / TILE_SIZE); j++)
|
||||||
|
tiles.append(Tile(QPoint(tile.x() + i, tile.y() + j), zoom));
|
||||||
|
|
||||||
|
if (_block)
|
||||||
|
loadTilesSync(tiles);
|
||||||
|
else
|
||||||
|
loadTilesAsync(tiles);
|
||||||
|
|
||||||
|
for (int i = 0; i < tiles.count(); i++) {
|
||||||
|
Tile &t = tiles[i];
|
||||||
|
QPoint tp(tl.x() + (t.xy().x() - tile.x()) * TILE_SIZE,
|
||||||
|
tl.y() + (t.xy().y() - tile.y()) * TILE_SIZE);
|
||||||
|
painter->drawPixmap(tp, t.pixmap());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
QPointF OnlineMap::ll2xy(const Coordinates &c) const
|
||||||
|
{
|
||||||
|
QPointF m = Mercator().ll2xy(c);
|
||||||
|
return QPointF(m.x() / _scale, m.y() / -_scale);
|
||||||
|
}
|
||||||
|
|
||||||
|
Coordinates OnlineMap::xy2ll(const QPointF &p) const
|
||||||
|
{
|
||||||
|
QPointF m(p.x() * _scale, -p.y() * _scale);
|
||||||
|
return Mercator().xy2ll(m);
|
||||||
|
}
|
56
src/onlinemap.h
Normal file
56
src/onlinemap.h
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
#ifndef ONLINEMAP_H
|
||||||
|
#define ONLINEMAP_H
|
||||||
|
|
||||||
|
#include "map.h"
|
||||||
|
#include "tile.h"
|
||||||
|
|
||||||
|
class Downloader;
|
||||||
|
|
||||||
|
class OnlineMap : public Map
|
||||||
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
|
public:
|
||||||
|
OnlineMap(const QString &name, const QString &url, QObject *parent = 0);
|
||||||
|
|
||||||
|
const QString &name() const {return _name;}
|
||||||
|
|
||||||
|
QRectF bounds() const;
|
||||||
|
qreal resolution(const QPointF &p) const;
|
||||||
|
|
||||||
|
qreal zoom() const {return _scale;}
|
||||||
|
qreal zoomFit(const QSize &size, const QRectF &br);
|
||||||
|
qreal zoomIn();
|
||||||
|
qreal zoomOut();
|
||||||
|
|
||||||
|
QPointF ll2xy(const Coordinates &c) const;
|
||||||
|
Coordinates xy2ll(const QPointF &p) const;
|
||||||
|
|
||||||
|
void draw(QPainter *painter, const QRectF &rect);
|
||||||
|
|
||||||
|
void setBlockingMode(bool block) {_block = block;}
|
||||||
|
void clearCache();
|
||||||
|
|
||||||
|
static void setDownloader(Downloader *downloader)
|
||||||
|
{OnlineMap::downloader = downloader;}
|
||||||
|
|
||||||
|
private slots:
|
||||||
|
void emitLoaded();
|
||||||
|
|
||||||
|
private:
|
||||||
|
QString tileUrl(const Tile &tile);
|
||||||
|
QString tileFile(const Tile &tile);
|
||||||
|
bool loadTileFile(Tile &tile, const QString &file);
|
||||||
|
void fillTile(Tile &tile);
|
||||||
|
void loadTilesAsync(QList<Tile> &list);
|
||||||
|
void loadTilesSync(QList<Tile> &list);
|
||||||
|
|
||||||
|
qreal _scale;
|
||||||
|
QString _name;
|
||||||
|
QString _url;
|
||||||
|
bool _block;
|
||||||
|
|
||||||
|
static Downloader *downloader;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // ONLINEMAP_H
|
26
src/opengl.h
Normal file
26
src/opengl.h
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
#include <QtGlobal>
|
||||||
|
#if QT_VERSION < QT_VERSION_CHECK(5, 4, 0) || defined(Q_OS_MAC)
|
||||||
|
#include <QGLWidget>
|
||||||
|
#include <QGLFormat>
|
||||||
|
#else
|
||||||
|
#include <QOpenGLWidget>
|
||||||
|
#include <QSurfaceFormat>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if QT_VERSION < QT_VERSION_CHECK(5, 4, 0) || defined(Q_OS_MAC)
|
||||||
|
#define OPENGL_WIDGET QGLWidget
|
||||||
|
#else
|
||||||
|
#define OPENGL_WIDGET QOpenGLWidget
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if QT_VERSION < QT_VERSION_CHECK(5, 4, 0) || defined(Q_OS_MAC)
|
||||||
|
#define OPENGL_SET_SAMPLES(samples) \
|
||||||
|
{QGLFormat fmt; \
|
||||||
|
fmt.setSamples(samples); \
|
||||||
|
QGLFormat::setDefaultFormat(fmt);}
|
||||||
|
#else
|
||||||
|
#define OPENGL_SET_SAMPLES(samples) \
|
||||||
|
{QSurfaceFormat fmt; \
|
||||||
|
fmt.setSamples(samples);\
|
||||||
|
QSurfaceFormat::setDefaultFormat(fmt);}
|
||||||
|
#endif
|
288
src/optionsdialog.cpp
Normal file
288
src/optionsdialog.cpp
Normal file
@ -0,0 +1,288 @@
|
|||||||
|
#include <QVBoxLayout>
|
||||||
|
#include <QFormLayout>
|
||||||
|
#include <QDialogButtonBox>
|
||||||
|
#include <QListWidget>
|
||||||
|
#include <QListWidgetItem>
|
||||||
|
#include <QStackedWidget>
|
||||||
|
#include <QTabWidget>
|
||||||
|
#include <QSpinBox>
|
||||||
|
#include <QGroupBox>
|
||||||
|
#include <QCheckBox>
|
||||||
|
#include <QComboBox>
|
||||||
|
#include <QSysInfo>
|
||||||
|
#include "config.h"
|
||||||
|
#include "icons.h"
|
||||||
|
#include "colorbox.h"
|
||||||
|
#include "stylecombobox.h"
|
||||||
|
#include "optionsdialog.h"
|
||||||
|
|
||||||
|
#define MENU_MARGIN 20
|
||||||
|
#define MENU_ICON_SIZE 32
|
||||||
|
|
||||||
|
|
||||||
|
QWidget *OptionsDialog::createAppearancePage()
|
||||||
|
{
|
||||||
|
_baseColor = new ColorBox();
|
||||||
|
_baseColor->setColor(_options->palette.color());
|
||||||
|
_colorOffset = new QDoubleSpinBox();
|
||||||
|
_colorOffset->setMinimum(0);
|
||||||
|
_colorOffset->setMaximum(1.0);
|
||||||
|
_colorOffset->setSingleStep(0.01);
|
||||||
|
_colorOffset->setValue(_options->palette.shift());
|
||||||
|
|
||||||
|
QFormLayout *paletteLayout = new QFormLayout();
|
||||||
|
paletteLayout->addRow(tr("Base color:"), _baseColor);
|
||||||
|
paletteLayout->addRow(tr("Palette shift:"), _colorOffset);
|
||||||
|
|
||||||
|
QWidget *colorTab = new QWidget();
|
||||||
|
colorTab->setLayout(paletteLayout);
|
||||||
|
|
||||||
|
|
||||||
|
_trackWidth = new QSpinBox();
|
||||||
|
_trackWidth->setValue(_options->trackWidth);
|
||||||
|
_trackWidth->setMinimum(1);
|
||||||
|
_trackStyle = new StyleComboBox();
|
||||||
|
_trackStyle->setValue(_options->trackStyle);
|
||||||
|
QFormLayout *trackLayout = new QFormLayout();
|
||||||
|
trackLayout->addRow(tr("Track width:"), _trackWidth);
|
||||||
|
trackLayout->addRow(tr("Track style:"), _trackStyle);
|
||||||
|
#ifndef Q_OS_MAC
|
||||||
|
QGroupBox *trackBox = new QGroupBox(tr("Tracks"));
|
||||||
|
trackBox->setLayout(trackLayout);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
_routeWidth = new QSpinBox();
|
||||||
|
_routeWidth->setValue(_options->routeWidth);
|
||||||
|
_routeWidth->setMinimum(1);
|
||||||
|
_routeStyle = new StyleComboBox();
|
||||||
|
_routeStyle->setValue(_options->routeStyle);
|
||||||
|
QFormLayout *routeLayout = new QFormLayout();
|
||||||
|
routeLayout->addRow(tr("Route width:"), _routeWidth);
|
||||||
|
routeLayout->addRow(tr("Route style:"), _routeStyle);
|
||||||
|
#ifndef Q_OS_MAC
|
||||||
|
QGroupBox *routeBox = new QGroupBox(tr("Routes"));
|
||||||
|
routeBox->setLayout(routeLayout);
|
||||||
|
#endif // Q_OS_MAC
|
||||||
|
|
||||||
|
_pathAA = new QCheckBox(tr("Use anti-aliasing"));
|
||||||
|
_pathAA->setChecked(_options->pathAntiAliasing);
|
||||||
|
QFormLayout *pathAALayout = new QFormLayout();
|
||||||
|
pathAALayout->addWidget(_pathAA);
|
||||||
|
|
||||||
|
QWidget *pathTab = new QWidget();
|
||||||
|
QVBoxLayout *pathTabLayout = new QVBoxLayout();
|
||||||
|
#ifdef Q_OS_MAC
|
||||||
|
QFrame *l1 = new QFrame();
|
||||||
|
l1->setFrameShape(QFrame::HLine);
|
||||||
|
l1->setFrameShadow(QFrame::Sunken);
|
||||||
|
QFrame *l2 = new QFrame();
|
||||||
|
l2->setFrameShape(QFrame::HLine);
|
||||||
|
l2->setFrameShadow(QFrame::Sunken);
|
||||||
|
|
||||||
|
pathTabLayout->addLayout(trackLayout);
|
||||||
|
pathTabLayout->addWidget(l1);
|
||||||
|
pathTabLayout->addLayout(routeLayout);
|
||||||
|
pathTabLayout->addWidget(l2);
|
||||||
|
#else
|
||||||
|
pathTabLayout->addWidget(trackBox);
|
||||||
|
pathTabLayout->addWidget(routeBox);
|
||||||
|
#endif
|
||||||
|
pathTabLayout->addLayout(pathAALayout);
|
||||||
|
pathTab->setLayout(pathTabLayout);
|
||||||
|
|
||||||
|
_graphWidth = new QSpinBox();
|
||||||
|
_graphWidth->setValue(_options->graphWidth);
|
||||||
|
_graphWidth->setMinimum(1);
|
||||||
|
QFormLayout *graphLayout = new QFormLayout();
|
||||||
|
graphLayout->addRow(tr("Line width:"), _graphWidth);
|
||||||
|
|
||||||
|
_graphAA = new QCheckBox(tr("Use anti-aliasing"));
|
||||||
|
_graphAA->setChecked(_options->graphAntiAliasing);
|
||||||
|
QFormLayout *graphAALayout = new QFormLayout();
|
||||||
|
graphAALayout->addWidget(_graphAA);
|
||||||
|
|
||||||
|
|
||||||
|
QWidget *graphTab = new QWidget();
|
||||||
|
QVBoxLayout *graphTabLayout = new QVBoxLayout();
|
||||||
|
graphTabLayout->addLayout(graphLayout);
|
||||||
|
graphTabLayout->addLayout(graphAALayout);
|
||||||
|
graphTabLayout->addStretch();
|
||||||
|
graphTab->setLayout(graphTabLayout);
|
||||||
|
|
||||||
|
QTabWidget *appearancePage = new QTabWidget();
|
||||||
|
appearancePage->addTab(colorTab, tr("Colors"));
|
||||||
|
appearancePage->addTab(pathTab, tr("Paths"));
|
||||||
|
appearancePage->addTab(graphTab, tr("Graphs"));
|
||||||
|
|
||||||
|
return appearancePage;
|
||||||
|
}
|
||||||
|
|
||||||
|
QWidget *OptionsDialog::createPOIPage()
|
||||||
|
{
|
||||||
|
_poiRadius = new QDoubleSpinBox();
|
||||||
|
_poiRadius->setSingleStep(1);
|
||||||
|
_poiRadius->setDecimals(1);
|
||||||
|
if (_options->units == Imperial) {
|
||||||
|
_poiRadius->setValue(_options->poiRadius / MIINM);
|
||||||
|
_poiRadius->setSuffix(UNIT_SPACE + tr("mi"));
|
||||||
|
} else {
|
||||||
|
_poiRadius->setValue(_options->poiRadius / KMINM);
|
||||||
|
_poiRadius->setSuffix(UNIT_SPACE + tr("km"));
|
||||||
|
}
|
||||||
|
|
||||||
|
QFormLayout *poiLayout = new QFormLayout();
|
||||||
|
poiLayout->addRow(tr("POI radius:"), _poiRadius);
|
||||||
|
|
||||||
|
QWidget *poiTab = new QWidget();
|
||||||
|
poiTab->setLayout(poiLayout);
|
||||||
|
|
||||||
|
QTabWidget *poiPage = new QTabWidget();
|
||||||
|
poiPage->addTab(poiTab, tr("POI"));
|
||||||
|
|
||||||
|
return poiPage;
|
||||||
|
}
|
||||||
|
|
||||||
|
QWidget *OptionsDialog::createExportPage()
|
||||||
|
{
|
||||||
|
_name = new QCheckBox(tr("Name"));
|
||||||
|
_name->setChecked(_options->printName);
|
||||||
|
_date = new QCheckBox(tr("Date"));
|
||||||
|
_date->setChecked(_options->printDate);
|
||||||
|
_distance = new QCheckBox(tr("Distance"));
|
||||||
|
_distance->setChecked(_options->printDistance);
|
||||||
|
_time = new QCheckBox(tr("Time"));
|
||||||
|
_time->setChecked(_options->printTime);
|
||||||
|
_movingTime = new QCheckBox(tr("Moving time"));
|
||||||
|
_movingTime->setChecked(_options->printMovingTime);
|
||||||
|
_itemCount = new QCheckBox(tr("Item count (>1)"));
|
||||||
|
_itemCount->setChecked(_options->printItemCount);
|
||||||
|
|
||||||
|
QFormLayout *headerTabLayout = new QFormLayout();
|
||||||
|
headerTabLayout->addWidget(_name);
|
||||||
|
headerTabLayout->addWidget(_date);
|
||||||
|
headerTabLayout->addWidget(_distance);
|
||||||
|
headerTabLayout->addWidget(_time);
|
||||||
|
headerTabLayout->addWidget(_movingTime);
|
||||||
|
headerTabLayout->addItem(new QSpacerItem(10, 10));
|
||||||
|
headerTabLayout->addWidget(_itemCount);
|
||||||
|
QWidget *headerTab = new QWidget();
|
||||||
|
headerTab->setLayout(headerTabLayout);
|
||||||
|
|
||||||
|
|
||||||
|
_separateGraphPage = new QCheckBox(tr("Separate graph page"));
|
||||||
|
_separateGraphPage->setChecked(_options->separateGraphPage);
|
||||||
|
|
||||||
|
QFormLayout *graphTabLayout = new QFormLayout();
|
||||||
|
graphTabLayout->addWidget(_separateGraphPage);
|
||||||
|
QWidget *graphTab = new QWidget();
|
||||||
|
graphTab->setLayout(graphTabLayout);
|
||||||
|
|
||||||
|
|
||||||
|
QTabWidget *exportPage = new QTabWidget();
|
||||||
|
exportPage->addTab(headerTab, tr("Header"));
|
||||||
|
exportPage->addTab(graphTab, tr("Graphs"));
|
||||||
|
|
||||||
|
return exportPage;
|
||||||
|
}
|
||||||
|
|
||||||
|
QWidget *OptionsDialog::createSystemPage()
|
||||||
|
{
|
||||||
|
_useOpenGL = new QCheckBox(tr("Use OpenGL"));
|
||||||
|
#ifdef Q_OS_WIN32
|
||||||
|
if (QSysInfo::WindowsVersion < QSysInfo::WV_VISTA) {
|
||||||
|
_useOpenGL->setChecked(false);
|
||||||
|
_useOpenGL->setEnabled(false);
|
||||||
|
} else
|
||||||
|
#endif // Q_OS_WIN32
|
||||||
|
_useOpenGL->setChecked(_options->useOpenGL);
|
||||||
|
|
||||||
|
QFormLayout *systemLayout = new QFormLayout();
|
||||||
|
systemLayout->addWidget(_useOpenGL);
|
||||||
|
|
||||||
|
QWidget *systemTab = new QWidget();
|
||||||
|
systemTab->setLayout(systemLayout);
|
||||||
|
|
||||||
|
QTabWidget *systemPage = new QTabWidget();
|
||||||
|
systemPage->addTab(systemTab, tr("System"));
|
||||||
|
|
||||||
|
return systemPage;
|
||||||
|
}
|
||||||
|
|
||||||
|
OptionsDialog::OptionsDialog(Options *options, QWidget *parent)
|
||||||
|
: QDialog(parent), _options(options)
|
||||||
|
{
|
||||||
|
QStackedWidget *pages = new QStackedWidget();
|
||||||
|
pages->addWidget(createAppearancePage());
|
||||||
|
pages->addWidget(createPOIPage());
|
||||||
|
pages->addWidget(createExportPage());
|
||||||
|
pages->addWidget(createSystemPage());
|
||||||
|
|
||||||
|
QListWidget *menu = new QListWidget();
|
||||||
|
menu->setIconSize(QSize(MENU_ICON_SIZE, MENU_ICON_SIZE));
|
||||||
|
new QListWidgetItem(QIcon(QPixmap(APPEARANCE_ICON)), tr("Appearance"),
|
||||||
|
menu);
|
||||||
|
new QListWidgetItem(QIcon(QPixmap(POI_ICON)), tr("POI"), menu);
|
||||||
|
new QListWidgetItem(QIcon(QPixmap(PRINT_EXPORT_ICON)), tr("Print & Export"),
|
||||||
|
menu);
|
||||||
|
new QListWidgetItem(QIcon(QPixmap(SYSTEM_ICON)), tr("System"), menu);
|
||||||
|
|
||||||
|
QHBoxLayout *contentLayout = new QHBoxLayout();
|
||||||
|
contentLayout->addWidget(menu);
|
||||||
|
contentLayout->addWidget(pages);
|
||||||
|
|
||||||
|
menu->setSizePolicy(QSizePolicy::Minimum, QSizePolicy::Preferred);
|
||||||
|
menu->setMaximumWidth(menu->sizeHintForColumn(0) + 2 * menu->frameWidth()
|
||||||
|
+ MENU_MARGIN);
|
||||||
|
pages->setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Preferred);
|
||||||
|
pages->setMinimumWidth(2 * menu->size().width());
|
||||||
|
|
||||||
|
connect(menu, SIGNAL(currentRowChanged(int)), pages,
|
||||||
|
SLOT(setCurrentIndex(int)));
|
||||||
|
menu->item(0)->setSelected(true);
|
||||||
|
|
||||||
|
|
||||||
|
QDialogButtonBox *buttonBox = new QDialogButtonBox(QDialogButtonBox::Ok
|
||||||
|
| QDialogButtonBox::Cancel);
|
||||||
|
connect(buttonBox, SIGNAL(accepted()), this, SLOT(accept()));
|
||||||
|
connect(buttonBox, SIGNAL(rejected()), this, SLOT(reject()));
|
||||||
|
|
||||||
|
QVBoxLayout *layout = new QVBoxLayout;
|
||||||
|
layout->addLayout(contentLayout);
|
||||||
|
layout->addWidget(buttonBox);
|
||||||
|
setLayout(layout);
|
||||||
|
|
||||||
|
setWindowTitle(tr("Options"));
|
||||||
|
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||||
|
}
|
||||||
|
|
||||||
|
void OptionsDialog::accept()
|
||||||
|
{
|
||||||
|
_options->palette.setColor(_baseColor->color());
|
||||||
|
_options->palette.setShift(_colorOffset->value());
|
||||||
|
_options->trackWidth = _trackWidth->value();
|
||||||
|
_options->trackStyle = (Qt::PenStyle) _trackStyle->itemData(
|
||||||
|
_trackStyle->currentIndex()).toInt();
|
||||||
|
_options->routeWidth = _routeWidth->value();
|
||||||
|
_options->routeStyle = (Qt::PenStyle) _routeStyle->itemData(
|
||||||
|
_routeStyle->currentIndex()).toInt();
|
||||||
|
_options->pathAntiAliasing = _pathAA->isChecked();
|
||||||
|
_options->graphWidth = _graphWidth->value();
|
||||||
|
_options->graphAntiAliasing = _graphAA->isChecked();
|
||||||
|
|
||||||
|
if (_options->units == Imperial)
|
||||||
|
_options->poiRadius = _poiRadius->value() * MIINM;
|
||||||
|
else
|
||||||
|
_options->poiRadius = _poiRadius->value() * KMINM;
|
||||||
|
|
||||||
|
_options->useOpenGL = _useOpenGL->isChecked();
|
||||||
|
|
||||||
|
_options->printName = _name->isChecked();
|
||||||
|
_options->printDate = _date->isChecked();
|
||||||
|
_options->printDistance = _distance->isChecked();
|
||||||
|
_options->printTime = _time->isChecked();
|
||||||
|
_options->printMovingTime = _movingTime->isChecked();
|
||||||
|
_options->printItemCount = _itemCount->isChecked();
|
||||||
|
_options->separateGraphPage = _separateGraphPage->isChecked();
|
||||||
|
|
||||||
|
QDialog::accept();
|
||||||
|
}
|
79
src/optionsdialog.h
Normal file
79
src/optionsdialog.h
Normal file
@ -0,0 +1,79 @@
|
|||||||
|
#ifndef OPTIONSDIALOG_H
|
||||||
|
#define OPTIONSDIALOG_H
|
||||||
|
|
||||||
|
#include <QDialog>
|
||||||
|
#include "palette.h"
|
||||||
|
#include "units.h"
|
||||||
|
|
||||||
|
class ColorBox;
|
||||||
|
class StyleComboBox;
|
||||||
|
class QSpinBox;
|
||||||
|
class QDoubleSpinBox;
|
||||||
|
class QComboBox;
|
||||||
|
class QCheckBox;
|
||||||
|
|
||||||
|
struct Options {
|
||||||
|
// Appearance
|
||||||
|
Palette palette;
|
||||||
|
int trackWidth;
|
||||||
|
int routeWidth;
|
||||||
|
Qt::PenStyle trackStyle;
|
||||||
|
Qt::PenStyle routeStyle;
|
||||||
|
int graphWidth;
|
||||||
|
bool pathAntiAliasing;
|
||||||
|
bool graphAntiAliasing;
|
||||||
|
// POI
|
||||||
|
int poiRadius;
|
||||||
|
// System
|
||||||
|
bool useOpenGL;
|
||||||
|
// Print/Export
|
||||||
|
bool printName;
|
||||||
|
bool printDate;
|
||||||
|
bool printDistance;
|
||||||
|
bool printTime;
|
||||||
|
bool printMovingTime;
|
||||||
|
bool printItemCount;
|
||||||
|
bool separateGraphPage;
|
||||||
|
|
||||||
|
Units units;
|
||||||
|
};
|
||||||
|
|
||||||
|
class OptionsDialog : public QDialog
|
||||||
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
|
public:
|
||||||
|
OptionsDialog(Options *options, QWidget *parent = 0);
|
||||||
|
|
||||||
|
public slots:
|
||||||
|
void accept();
|
||||||
|
|
||||||
|
private:
|
||||||
|
QWidget *createAppearancePage();
|
||||||
|
QWidget *createPOIPage();
|
||||||
|
QWidget *createSystemPage();
|
||||||
|
QWidget *createExportPage();
|
||||||
|
|
||||||
|
Options *_options;
|
||||||
|
|
||||||
|
ColorBox *_baseColor;
|
||||||
|
QDoubleSpinBox *_colorOffset;
|
||||||
|
QSpinBox *_trackWidth;
|
||||||
|
StyleComboBox *_trackStyle;
|
||||||
|
QSpinBox *_routeWidth;
|
||||||
|
StyleComboBox *_routeStyle;
|
||||||
|
QCheckBox *_pathAA;
|
||||||
|
QSpinBox *_graphWidth;
|
||||||
|
QCheckBox *_graphAA;
|
||||||
|
QDoubleSpinBox *_poiRadius;
|
||||||
|
QCheckBox *_useOpenGL;
|
||||||
|
QCheckBox *_name;
|
||||||
|
QCheckBox *_date;
|
||||||
|
QCheckBox *_distance;
|
||||||
|
QCheckBox *_time;
|
||||||
|
QCheckBox *_movingTime;
|
||||||
|
QCheckBox *_itemCount;
|
||||||
|
QCheckBox *_separateGraphPage;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // OPTIONSDIALOG_H
|
@ -1,62 +1,46 @@
|
|||||||
#include "palette.h"
|
#include "palette.h"
|
||||||
|
|
||||||
|
Palette::Palette(const QColor &color, qreal shift)
|
||||||
#define HUE_INIT 0.1f
|
|
||||||
#define HUE_INCREMENT 0.62f
|
|
||||||
#define SATURATION 0.99f
|
|
||||||
#define VALUE 0.99f
|
|
||||||
|
|
||||||
static unsigned hsv2rgb(float h, float s, float v)
|
|
||||||
{
|
{
|
||||||
unsigned hi;
|
_h = 0; _s = 0; _v = 0; _a = 1.0;
|
||||||
float r = 0, g = 0, b = 0, p, q, t, f;
|
|
||||||
|
|
||||||
hi = (unsigned)(h * 6.0f);
|
setColor(color);
|
||||||
f = h * 6.0f - hi;
|
setShift(shift);
|
||||||
p = v * (1.0f - s);
|
|
||||||
q = v * (1.0f - f * s);
|
|
||||||
t = v * (1.0f - (1.0f - f) * s);
|
|
||||||
|
|
||||||
switch (hi) {
|
_state = _h;
|
||||||
case 0:
|
|
||||||
r = v; g = t; b = p;
|
|
||||||
break;
|
|
||||||
case 1:
|
|
||||||
r = q; g = v; b = p;
|
|
||||||
break;
|
|
||||||
case 2:
|
|
||||||
r = p; g = v; b = t;
|
|
||||||
break;
|
|
||||||
case 3:
|
|
||||||
r = p; g = q; b = v;
|
|
||||||
break;
|
|
||||||
case 4:
|
|
||||||
r = t; g = p; b = v;
|
|
||||||
break;
|
|
||||||
case 5:
|
|
||||||
r = v; g = p; b = q;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
return ((unsigned)(r * 256) << 16)
|
|
||||||
+ ((unsigned)(g * 256) << 8)
|
|
||||||
+ (unsigned)(b * 256);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Palette::Palette()
|
void Palette::setColor(const QColor &color)
|
||||||
{
|
{
|
||||||
_hueState = HUE_INIT;
|
if (color.isValid())
|
||||||
|
color.getHsvF(&_h, &_s, &_v, &_a);
|
||||||
}
|
}
|
||||||
|
|
||||||
QColor Palette::color()
|
void Palette::setShift(qreal shift)
|
||||||
{
|
{
|
||||||
_hueState += HUE_INCREMENT;
|
if (shift >= 0 && shift <= 1.0)
|
||||||
_hueState -= (int) _hueState;
|
_shift = shift;
|
||||||
|
}
|
||||||
|
|
||||||
return QColor(hsv2rgb(_hueState, SATURATION, VALUE));
|
QColor Palette::nextColor()
|
||||||
|
{
|
||||||
|
QColor ret = QColor::fromHsvF(_state, _s, _v, _a);
|
||||||
|
|
||||||
|
_state += _shift;
|
||||||
|
_state -= (int) _state;
|
||||||
|
|
||||||
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Palette::reset()
|
void Palette::reset()
|
||||||
{
|
{
|
||||||
_hueState = HUE_INIT;
|
_state = _h;
|
||||||
|
}
|
||||||
|
|
||||||
|
QDebug operator<<(QDebug dbg, const Palette &palette)
|
||||||
|
{
|
||||||
|
dbg.nospace() << "Palette(" << palette.color() << ", " << palette.shift()
|
||||||
|
<< ")";
|
||||||
|
|
||||||
|
return dbg.maybeSpace();
|
||||||
}
|
}
|
||||||
|
@ -2,16 +2,32 @@
|
|||||||
#define PALETTE_H
|
#define PALETTE_H
|
||||||
|
|
||||||
#include <QColor>
|
#include <QColor>
|
||||||
|
#include <QDebug>
|
||||||
|
|
||||||
class Palette
|
class Palette
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
Palette();
|
Palette(const QColor &color = Qt::blue, qreal shift = 0.62);
|
||||||
QColor color();
|
|
||||||
|
QColor color() const {return QColor::fromHsvF(_h, _s, _v, _a).toRgb();}
|
||||||
|
qreal shift() const {return _shift;}
|
||||||
|
void setColor(const QColor &color);
|
||||||
|
void setShift(qreal shift);
|
||||||
|
|
||||||
|
QColor nextColor();
|
||||||
void reset();
|
void reset();
|
||||||
|
|
||||||
|
bool operator==(const Palette &other) const
|
||||||
|
{return (_h == other._h && _s == other._s && _v == other._v
|
||||||
|
&& _a == other._a && _shift == other._shift);}
|
||||||
|
bool operator!=(const Palette &other) const
|
||||||
|
{return !(*this == other);}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
float _hueState;
|
qreal _h, _s, _v, _a, _shift;
|
||||||
|
qreal _state;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
QDebug operator<<(QDebug dbg, const Palette &palette);
|
||||||
|
|
||||||
#endif // PALLETE_H
|
#endif // PALLETE_H
|
||||||
|
24
src/path.cpp
24
src/path.cpp
@ -1,5 +1,29 @@
|
|||||||
#include "path.h"
|
#include "path.h"
|
||||||
|
|
||||||
|
QRectF Path::boundingRect() const
|
||||||
|
{
|
||||||
|
if (size() < 2)
|
||||||
|
return QRectF();
|
||||||
|
|
||||||
|
QPointF topLeft(at(0).coordinates().lon(), at(0).coordinates().lat());
|
||||||
|
QPointF bottomRight(topLeft);
|
||||||
|
|
||||||
|
for (int i = 1; i < size(); i++) {
|
||||||
|
qreal x = at(i).coordinates().lon();
|
||||||
|
qreal y = at(i).coordinates().lat();
|
||||||
|
|
||||||
|
if (x < topLeft.x())
|
||||||
|
topLeft.setX(x);
|
||||||
|
if (y < topLeft.y())
|
||||||
|
topLeft.setY(y);
|
||||||
|
if (x > bottomRight.x())
|
||||||
|
bottomRight.setX(x);
|
||||||
|
if (y > bottomRight.y())
|
||||||
|
bottomRight.setY(y);
|
||||||
|
}
|
||||||
|
return QRectF(topLeft, bottomRight);
|
||||||
|
}
|
||||||
|
|
||||||
QDebug operator<<(QDebug dbg, const PathPoint &point)
|
QDebug operator<<(QDebug dbg, const PathPoint &point)
|
||||||
{
|
{
|
||||||
dbg.nospace() << "PathPoint(" << point.distance() << ", "
|
dbg.nospace() << "PathPoint(" << point.distance() << ", "
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
#define PATH_H
|
#define PATH_H
|
||||||
|
|
||||||
#include <QVector>
|
#include <QVector>
|
||||||
|
#include <QRectF>
|
||||||
#include "coordinates.h"
|
#include "coordinates.h"
|
||||||
|
|
||||||
class PathPoint
|
class PathPoint
|
||||||
@ -23,6 +24,11 @@ private:
|
|||||||
Q_DECLARE_TYPEINFO(PathPoint, Q_PRIMITIVE_TYPE);
|
Q_DECLARE_TYPEINFO(PathPoint, Q_PRIMITIVE_TYPE);
|
||||||
QDebug operator<<(QDebug dbg, const PathPoint &point);
|
QDebug operator<<(QDebug dbg, const PathPoint &point);
|
||||||
|
|
||||||
typedef QVector<PathPoint> Path;
|
|
||||||
|
class Path : public QVector<PathPoint>
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
QRectF boundingRect() const;
|
||||||
|
};
|
||||||
|
|
||||||
#endif // PATH_H
|
#endif // PATH_H
|
||||||
|
105
src/pathitem.cpp
105
src/pathitem.cpp
@ -3,35 +3,47 @@
|
|||||||
#include <QCursor>
|
#include <QCursor>
|
||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
#include "tooltip.h"
|
#include "tooltip.h"
|
||||||
|
#include "map.h"
|
||||||
|
#include "misc.h"
|
||||||
#include "pathitem.h"
|
#include "pathitem.h"
|
||||||
|
|
||||||
|
|
||||||
#define PATH_WIDTH 3
|
PathItem::PathItem(const Path &path, Map *map, QGraphicsItem *parent)
|
||||||
#define HOVER_WIDTH 4
|
: QGraphicsObject(parent)
|
||||||
|
{
|
||||||
|
Q_ASSERT(path.count() >= 2);
|
||||||
|
_path = path;
|
||||||
|
_map = map;
|
||||||
|
|
||||||
|
updatePainterPath(map);
|
||||||
|
updateShape();
|
||||||
|
|
||||||
|
_width = 3;
|
||||||
|
QBrush brush(Qt::SolidPattern);
|
||||||
|
_pen = QPen(brush, _width);
|
||||||
|
|
||||||
|
_marker = new MarkerItem(this);
|
||||||
|
_marker->setPos(position(_path.at(0).distance()));
|
||||||
|
_md = _path.at(0).distance();
|
||||||
|
|
||||||
|
setCursor(Qt::ArrowCursor);
|
||||||
|
setAcceptHoverEvents(true);
|
||||||
|
}
|
||||||
|
|
||||||
void PathItem::updateShape()
|
void PathItem::updateShape()
|
||||||
{
|
{
|
||||||
QPainterPathStroker s;
|
QPainterPathStroker s;
|
||||||
s.setWidth(HOVER_WIDTH * 1.0/scale());
|
s.setWidth((_width + 1) * 1.0/scale());
|
||||||
_shape = s.createStroke(_path);
|
_shape = s.createStroke(_painterPath);
|
||||||
|
|
||||||
if (qMax(boundingRect().width(), boundingRect().height()) * scale() <= 768)
|
|
||||||
setCacheMode(QGraphicsItem::DeviceCoordinateCache);
|
|
||||||
else
|
|
||||||
setCacheMode(QGraphicsItem::NoCache);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
PathItem::PathItem(QGraphicsItem *parent) : QGraphicsObject(parent)
|
void PathItem::updatePainterPath(Map *map)
|
||||||
{
|
{
|
||||||
QBrush brush(Qt::SolidPattern);
|
_painterPath = QPainterPath();
|
||||||
_pen = QPen(brush, PATH_WIDTH);
|
|
||||||
|
|
||||||
_units = Metric;
|
_painterPath.moveTo(map->ll2xy(_path.first().coordinates()));
|
||||||
|
for (int i = 1; i < _path.size(); i++)
|
||||||
_marker = new MarkerItem(this);
|
_painterPath.lineTo(map->ll2xy(_path.at(i).coordinates()));
|
||||||
|
|
||||||
setCursor(Qt::ArrowCursor);
|
|
||||||
setAcceptHoverEvents(true);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void PathItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *option,
|
void PathItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *option,
|
||||||
@ -41,7 +53,7 @@ void PathItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *option,
|
|||||||
Q_UNUSED(widget);
|
Q_UNUSED(widget);
|
||||||
|
|
||||||
painter->setPen(_pen);
|
painter->setPen(_pen);
|
||||||
painter->drawPath(_path);
|
painter->drawPath(_painterPath);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
QPen p = QPen(QBrush(Qt::red), 0);
|
QPen p = QPen(QBrush(Qt::red), 0);
|
||||||
@ -50,15 +62,15 @@ void PathItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *option,
|
|||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
void PathItem::setScale(qreal scale)
|
void PathItem::setMap(Map *map)
|
||||||
{
|
{
|
||||||
|
_map = map;
|
||||||
prepareGeometryChange();
|
prepareGeometryChange();
|
||||||
|
|
||||||
_pen.setWidthF(PATH_WIDTH * 1.0/scale);
|
updatePainterPath(map);
|
||||||
QGraphicsItem::setScale(scale);
|
|
||||||
_marker->setScale(1.0/scale);
|
|
||||||
|
|
||||||
updateShape();
|
updateShape();
|
||||||
|
|
||||||
|
_marker->setPos(position(_md));
|
||||||
}
|
}
|
||||||
|
|
||||||
void PathItem::setColor(const QColor &color)
|
void PathItem::setColor(const QColor &color)
|
||||||
@ -67,41 +79,52 @@ void PathItem::setColor(const QColor &color)
|
|||||||
update();
|
update();
|
||||||
}
|
}
|
||||||
|
|
||||||
void PathItem::setUnits(enum Units units)
|
void PathItem::setWidth(int width)
|
||||||
{
|
{
|
||||||
_units = units;
|
prepareGeometryChange();
|
||||||
|
|
||||||
|
_width = width;
|
||||||
|
_pen.setWidthF(_width * 1.0/scale());
|
||||||
|
|
||||||
|
updateShape();
|
||||||
|
}
|
||||||
|
|
||||||
|
void PathItem::setStyle(Qt::PenStyle style)
|
||||||
|
{
|
||||||
|
_pen.setStyle(style);
|
||||||
|
update();
|
||||||
}
|
}
|
||||||
|
|
||||||
QPointF PathItem::position(qreal x) const
|
QPointF PathItem::position(qreal x) const
|
||||||
{
|
{
|
||||||
int low = 0;
|
int low = 0;
|
||||||
int high = _distance.count() - 1;
|
int high = _path.count() - 1;
|
||||||
int mid = 0;
|
int mid = 0;
|
||||||
|
|
||||||
|
|
||||||
Q_ASSERT(_distance.count() == _path.elementCount());
|
|
||||||
Q_ASSERT(high > low);
|
Q_ASSERT(high > low);
|
||||||
Q_ASSERT(x >= _distance.at(low) && x <= _distance.at(high));
|
Q_ASSERT(x >= _path.at(low).distance() && x <= _path.at(high).distance());
|
||||||
|
|
||||||
while (low <= high) {
|
while (low <= high) {
|
||||||
mid = low + ((high - low) / 2);
|
mid = low + ((high - low) / 2);
|
||||||
qreal val = _distance.at(mid);
|
qreal val = _path.at(mid).distance();
|
||||||
if (val > x)
|
if (val > x)
|
||||||
high = mid - 1;
|
high = mid - 1;
|
||||||
else if (val < x)
|
else if (val < x)
|
||||||
low = mid + 1;
|
low = mid + 1;
|
||||||
else
|
else
|
||||||
return _path.elementAt(mid);
|
return _map->ll2xy(_path.at(mid).coordinates());
|
||||||
}
|
}
|
||||||
|
|
||||||
QLineF l;
|
QLineF l;
|
||||||
qreal p1, p2;
|
qreal p1, p2;
|
||||||
if (_distance.at(mid) < x) {
|
if (_path.at(mid).distance() < x) {
|
||||||
l = QLineF(_path.elementAt(mid), _path.elementAt(mid+1));
|
l = QLineF(_map->ll2xy(_path.at(mid).coordinates()),
|
||||||
p1 = _distance.at(mid); p2 = _distance.at(mid+1);
|
_map->ll2xy(_path.at(mid+1).coordinates()));
|
||||||
|
p1 = _path.at(mid).distance(); p2 = _path.at(mid+1).distance();
|
||||||
} else {
|
} else {
|
||||||
l = QLineF(_path.elementAt(mid-1), _path.elementAt(mid));
|
l = QLineF(_map->ll2xy(_path.at(mid-1).coordinates()),
|
||||||
p1 = _distance.at(mid-1); p2 = _distance.at(mid);
|
_map->ll2xy(_path.at(mid).coordinates()));
|
||||||
|
p1 = _path.at(mid-1).distance(); p2 = _path.at(mid).distance();
|
||||||
}
|
}
|
||||||
|
|
||||||
return l.pointAt((x - p1) / (p2 - p1));
|
return l.pointAt((x - p1) / (p2 - p1));
|
||||||
@ -109,9 +132,11 @@ QPointF PathItem::position(qreal x) const
|
|||||||
|
|
||||||
void PathItem::moveMarker(qreal distance)
|
void PathItem::moveMarker(qreal distance)
|
||||||
{
|
{
|
||||||
if (distance >= _distance.first() && distance <= _distance.last()) {
|
if (distance >= _path.first().distance()
|
||||||
|
&& distance <= _path.last().distance()) {
|
||||||
_marker->setVisible(true);
|
_marker->setVisible(true);
|
||||||
_marker->setPos(position(distance));
|
_marker->setPos(position(distance));
|
||||||
|
_md = distance;
|
||||||
} else
|
} else
|
||||||
_marker->setVisible(false);
|
_marker->setVisible(false);
|
||||||
}
|
}
|
||||||
@ -120,7 +145,7 @@ void PathItem::hoverEnterEvent(QGraphicsSceneHoverEvent *event)
|
|||||||
{
|
{
|
||||||
Q_UNUSED(event);
|
Q_UNUSED(event);
|
||||||
|
|
||||||
_pen.setWidthF(HOVER_WIDTH * 1.0/scale());
|
_pen.setWidthF((_width + 1) * 1.0/scale());
|
||||||
setZValue(zValue() + 1.0);
|
setZValue(zValue() + 1.0);
|
||||||
update();
|
update();
|
||||||
|
|
||||||
@ -131,7 +156,7 @@ void PathItem::hoverLeaveEvent(QGraphicsSceneHoverEvent *event)
|
|||||||
{
|
{
|
||||||
Q_UNUSED(event);
|
Q_UNUSED(event);
|
||||||
|
|
||||||
_pen.setWidthF(PATH_WIDTH * 1.0/scale());
|
_pen.setWidthF(_width * 1.0/scale());
|
||||||
setZValue(zValue() - 1.0);
|
setZValue(zValue() - 1.0);
|
||||||
update();
|
update();
|
||||||
|
|
||||||
|
@ -4,26 +4,32 @@
|
|||||||
#include <QGraphicsObject>
|
#include <QGraphicsObject>
|
||||||
#include <QPen>
|
#include <QPen>
|
||||||
#include "markeritem.h"
|
#include "markeritem.h"
|
||||||
#include "units.h"
|
#include "path.h"
|
||||||
|
|
||||||
|
|
||||||
|
class Map;
|
||||||
|
|
||||||
class PathItem : public QGraphicsObject
|
class PathItem : public QGraphicsObject
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
PathItem(QGraphicsItem *parent = 0);
|
PathItem(const Path &path, Map *map, QGraphicsItem *parent = 0);
|
||||||
|
|
||||||
QPainterPath shape() const {return _shape;}
|
QPainterPath shape() const {return _shape;}
|
||||||
QRectF boundingRect() const {return _shape.boundingRect();}
|
QRectF boundingRect() const {return _shape.boundingRect();}
|
||||||
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option,
|
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option,
|
||||||
QWidget *widget);
|
QWidget *widget);
|
||||||
|
|
||||||
const QPainterPath &path() const {return _path;}
|
const Path &path() const {return _path;}
|
||||||
void showMarker(bool show) {_marker->setVisible(show);}
|
|
||||||
void setScale(qreal scale);
|
void setMap(Map *map);
|
||||||
void setUnits(enum Units units);
|
|
||||||
void setColor(const QColor &color);
|
void setColor(const QColor &color);
|
||||||
|
void setWidth(int width);
|
||||||
|
void setStyle(Qt::PenStyle style);
|
||||||
|
|
||||||
|
void showMarker(bool show) {_marker->setVisible(show);}
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
void moveMarker(qreal distance);
|
void moveMarker(qreal distance);
|
||||||
@ -32,22 +38,24 @@ signals:
|
|||||||
void selected(bool);
|
void selected(bool);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void updateShape();
|
Path _path;
|
||||||
|
|
||||||
QVector<qreal> _distance;
|
|
||||||
QPainterPath _path;
|
|
||||||
QPainterPath _shape;
|
|
||||||
QPen _pen;
|
|
||||||
|
|
||||||
MarkerItem *_marker;
|
MarkerItem *_marker;
|
||||||
|
|
||||||
Units _units;
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QPointF position(qreal distance) const;
|
QPointF position(qreal distance) const;
|
||||||
|
void updatePainterPath(Map *map);
|
||||||
|
void updateShape();
|
||||||
|
|
||||||
void hoverEnterEvent(QGraphicsSceneHoverEvent *event);
|
void hoverEnterEvent(QGraphicsSceneHoverEvent *event);
|
||||||
void hoverLeaveEvent(QGraphicsSceneHoverEvent *event);
|
void hoverLeaveEvent(QGraphicsSceneHoverEvent *event);
|
||||||
|
|
||||||
|
Map *_map;
|
||||||
|
qreal _md;
|
||||||
|
|
||||||
|
int _width;
|
||||||
|
QPen _pen;
|
||||||
|
QPainterPath _shape;
|
||||||
|
QPainterPath _painterPath;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // PATHITEM_H
|
#endif // PATHITEM_H
|
||||||
|
480
src/pathview.cpp
480
src/pathview.cpp
@ -1,10 +1,13 @@
|
|||||||
#include <QGraphicsView>
|
#include <QGraphicsView>
|
||||||
#include <QGraphicsScene>
|
#include <QGraphicsScene>
|
||||||
#include <QWheelEvent>
|
#include <QWheelEvent>
|
||||||
#include "rd.h"
|
#include <QSysInfo>
|
||||||
|
#include "opengl.h"
|
||||||
|
#include "misc.h"
|
||||||
#include "poi.h"
|
#include "poi.h"
|
||||||
#include "data.h"
|
#include "data.h"
|
||||||
#include "map.h"
|
#include "map.h"
|
||||||
|
#include "emptymap.h"
|
||||||
#include "trackitem.h"
|
#include "trackitem.h"
|
||||||
#include "routeitem.h"
|
#include "routeitem.h"
|
||||||
#include "waypointitem.h"
|
#include "waypointitem.h"
|
||||||
@ -12,55 +15,9 @@
|
|||||||
#include "pathview.h"
|
#include "pathview.h"
|
||||||
|
|
||||||
|
|
||||||
#define ZOOM_MAX 18
|
|
||||||
#define ZOOM_MIN 3
|
|
||||||
#define MARGIN 10.0
|
#define MARGIN 10.0
|
||||||
#define SCALE_OFFSET 7
|
#define SCALE_OFFSET 7
|
||||||
|
|
||||||
static QPoint mercator2tile(const QPointF &m, int z)
|
|
||||||
{
|
|
||||||
QPoint tile;
|
|
||||||
|
|
||||||
tile.setX((int)(floor((m.x() + 180.0) / 360.0 * pow(2.0, z))));
|
|
||||||
tile.setY((int)(floor((1.0 - (m.y() / 180.0)) / 2.0 * pow(2.0, z))));
|
|
||||||
|
|
||||||
return tile;
|
|
||||||
}
|
|
||||||
|
|
||||||
static QPointF tile2mercator(const QPoint &tile, int z)
|
|
||||||
{
|
|
||||||
Coordinates m;
|
|
||||||
|
|
||||||
m.setLon(tile.x() / pow(2.0, z) * 360.0 - 180);
|
|
||||||
qreal n = M_PI - 2.0 * M_PI * tile.y() / pow(2.0, z);
|
|
||||||
m.setLat(rad2deg(atan(0.5 * (exp(n) - exp(-n)))));
|
|
||||||
|
|
||||||
return m.toMercator();
|
|
||||||
}
|
|
||||||
|
|
||||||
static int scale2zoom(qreal scale)
|
|
||||||
{
|
|
||||||
int zoom = (int)log2(360.0/(scale * (qreal)Tile::size()));
|
|
||||||
|
|
||||||
if (zoom < ZOOM_MIN)
|
|
||||||
return ZOOM_MIN;
|
|
||||||
if (zoom > ZOOM_MAX)
|
|
||||||
return ZOOM_MAX;
|
|
||||||
|
|
||||||
return zoom;
|
|
||||||
}
|
|
||||||
|
|
||||||
qreal mapScale(int zoom)
|
|
||||||
{
|
|
||||||
return ((360.0/(qreal)(1<<zoom))/(qreal)Tile::size());
|
|
||||||
}
|
|
||||||
|
|
||||||
static QRectF qrectf(const QPointF &p1, const QPointF &p2)
|
|
||||||
{
|
|
||||||
return QRectF(QPointF(qMin(p1.x(), p2.x()), qMin(p1.y(), p2.y())),
|
|
||||||
QPointF(qMax(p1.x(), p2.x()), qMax(p1.y(), p2.y())));
|
|
||||||
}
|
|
||||||
|
|
||||||
static void unite(QRectF &rect, const QPointF &p)
|
static void unite(QRectF &rect, const QPointF &p)
|
||||||
{
|
{
|
||||||
if (p.x() < rect.left())
|
if (p.x() < rect.left())
|
||||||
@ -73,16 +30,12 @@ static void unite(QRectF &rect, const QPointF &p)
|
|||||||
rect.setTop(p.y());
|
rect.setTop(p.y());
|
||||||
}
|
}
|
||||||
|
|
||||||
static QRectF scaled(const QRectF &rect, qreal factor)
|
PathView::PathView(Map *map, POI *poi, QWidget *parent)
|
||||||
{
|
|
||||||
return QRectF(QPointF(rect.left() * factor, rect.top() * factor),
|
|
||||||
QSizeF(rect.width() * factor, rect.height() * factor));
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
PathView::PathView(QWidget *parent)
|
|
||||||
: QGraphicsView(parent)
|
: QGraphicsView(parent)
|
||||||
{
|
{
|
||||||
|
Q_ASSERT(map != 0);
|
||||||
|
Q_ASSERT(poi != 0);
|
||||||
|
|
||||||
_scene = new QGraphicsScene(this);
|
_scene = new QGraphicsScene(this);
|
||||||
setScene(_scene);
|
setScene(_scene);
|
||||||
setCacheMode(QGraphicsView::CacheBackground);
|
setCacheMode(QGraphicsView::CacheBackground);
|
||||||
@ -90,18 +43,20 @@ PathView::PathView(QWidget *parent)
|
|||||||
setViewportUpdateMode(QGraphicsView::FullViewportUpdate);
|
setViewportUpdateMode(QGraphicsView::FullViewportUpdate);
|
||||||
setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
|
setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
|
||||||
setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
|
setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
|
||||||
setRenderHints(QPainter::Antialiasing);
|
setRenderHint(QPainter::Antialiasing, true);
|
||||||
setAcceptDrops(false);
|
setAcceptDrops(false);
|
||||||
|
|
||||||
_mapScale = new ScaleItem();
|
_mapScale = new ScaleItem();
|
||||||
_mapScale->setZValue(2.0);
|
_mapScale->setZValue(2.0);
|
||||||
|
|
||||||
_zoom = ZOOM_MAX;
|
_map = map;
|
||||||
_map = 0;
|
_poi = poi;
|
||||||
_poi = 0;
|
connect(_map, SIGNAL(loaded()), this, SLOT(redraw()));
|
||||||
|
connect(_poi, SIGNAL(pointsChanged()), this, SLOT(updatePOI()));
|
||||||
|
|
||||||
_units = Metric;
|
_units = Metric;
|
||||||
|
|
||||||
|
_showMap = true;
|
||||||
_showTracks = true;
|
_showTracks = true;
|
||||||
_showRoutes = true;
|
_showRoutes = true;
|
||||||
_showWaypoints = true;
|
_showWaypoints = true;
|
||||||
@ -110,8 +65,15 @@ PathView::PathView(QWidget *parent)
|
|||||||
_showPOILabels = true;
|
_showPOILabels = true;
|
||||||
_overlapPOIs = true;
|
_overlapPOIs = true;
|
||||||
_showRouteWaypoints = true;
|
_showRouteWaypoints = true;
|
||||||
|
_trackWidth = 3;
|
||||||
|
_routeWidth = 3;
|
||||||
|
_trackStyle = Qt::SolidLine;
|
||||||
|
_routeStyle = Qt::DashLine;
|
||||||
|
|
||||||
_plot = false;
|
_plot = false;
|
||||||
|
|
||||||
|
_scene->setSceneRect(_map->bounds());
|
||||||
|
_res = _map->resolution(_scene->sceneRect().center());
|
||||||
}
|
}
|
||||||
|
|
||||||
PathView::~PathView()
|
PathView::~PathView()
|
||||||
@ -123,21 +85,20 @@ PathView::~PathView()
|
|||||||
PathItem *PathView::addTrack(const Track &track)
|
PathItem *PathView::addTrack(const Track &track)
|
||||||
{
|
{
|
||||||
if (track.isNull()) {
|
if (track.isNull()) {
|
||||||
_palette.color();
|
_palette.nextColor();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
TrackItem *ti = new TrackItem(track);
|
TrackItem *ti = new TrackItem(track, _map);
|
||||||
_tracks.append(ti);
|
_tracks.append(ti);
|
||||||
_tr |= ti->path().boundingRect();
|
_tr |= ti->path().boundingRect();
|
||||||
_zoom = scale2zoom(contentsScale());
|
ti->setColor(_palette.nextColor());
|
||||||
ti->setScale(1.0/mapScale(_zoom));
|
ti->setWidth(_trackWidth);
|
||||||
ti->setColor(_palette.color());
|
ti->setStyle(_trackStyle);
|
||||||
ti->setVisible(_showTracks);
|
ti->setVisible(_showTracks);
|
||||||
_scene->addItem(ti);
|
_scene->addItem(ti);
|
||||||
|
|
||||||
if (_poi)
|
addPOI(_poi->points(ti->path()));
|
||||||
addPOI(_poi->points(ti));
|
|
||||||
|
|
||||||
return ti;
|
return ti;
|
||||||
}
|
}
|
||||||
@ -145,63 +106,48 @@ PathItem *PathView::addTrack(const Track &track)
|
|||||||
PathItem *PathView::addRoute(const Route &route)
|
PathItem *PathView::addRoute(const Route &route)
|
||||||
{
|
{
|
||||||
if (route.isNull()) {
|
if (route.isNull()) {
|
||||||
_palette.color();
|
_palette.nextColor();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
RouteItem *ri = new RouteItem(route);
|
RouteItem *ri = new RouteItem(route, _map);
|
||||||
_routes.append(ri);
|
_routes.append(ri);
|
||||||
_rr |= ri->path().boundingRect();
|
_rr |= ri->path().boundingRect();
|
||||||
_zoom = scale2zoom(contentsScale());
|
ri->setColor(_palette.nextColor());
|
||||||
ri->setScale(1.0/mapScale(_zoom));
|
ri->setWidth(_routeWidth);
|
||||||
ri->setColor(_palette.color());
|
ri->setStyle(_routeStyle);
|
||||||
ri->setVisible(_showRoutes);
|
ri->setVisible(_showRoutes);
|
||||||
ri->showWaypoints(_showRouteWaypoints);
|
ri->showWaypoints(_showRouteWaypoints);
|
||||||
ri->showWaypointLabels(_showWaypointLabels);
|
ri->showWaypointLabels(_showWaypointLabels);
|
||||||
_scene->addItem(ri);
|
_scene->addItem(ri);
|
||||||
|
|
||||||
if (_poi)
|
addPOI(_poi->points(ri->path()));
|
||||||
addPOI(_poi->points(ri));
|
|
||||||
|
|
||||||
return ri;
|
return ri;
|
||||||
}
|
}
|
||||||
|
|
||||||
void PathView::addWaypoints(const QList<Waypoint> &waypoints)
|
void PathView::addWaypoints(const QList<Waypoint> &waypoints)
|
||||||
{
|
{
|
||||||
qreal scale = mapScale(_zoom);
|
|
||||||
|
|
||||||
for (int i = 0; i < waypoints.count(); i++) {
|
for (int i = 0; i < waypoints.count(); i++) {
|
||||||
const Waypoint &w = waypoints.at(i);
|
const Waypoint &w = waypoints.at(i);
|
||||||
|
|
||||||
WaypointItem *wi = new WaypointItem(w);
|
WaypointItem *wi = new WaypointItem(w, _map);
|
||||||
wi->setScale(1.0/scale);
|
_waypoints.append(wi);
|
||||||
|
Coordinates c = wi->waypoint().coordinates();
|
||||||
|
updateWaypointsBoundingRect(QPointF(c.lon(), c.lat()));
|
||||||
wi->setZValue(1);
|
wi->setZValue(1);
|
||||||
wi->showLabel(_showWaypointLabels);
|
wi->showLabel(_showWaypointLabels);
|
||||||
wi->setVisible(_showWaypoints);
|
wi->setVisible(_showWaypoints);
|
||||||
_scene->addItem(wi);
|
_scene->addItem(wi);
|
||||||
|
|
||||||
if (_wr.isNull()) {
|
|
||||||
if (_wp.isNull())
|
|
||||||
_wp = wi->coordinates();
|
|
||||||
else
|
|
||||||
_wr = qrectf(_wp, wi->coordinates());
|
|
||||||
} else
|
|
||||||
unite(_wr, wi->coordinates());
|
|
||||||
|
|
||||||
_waypoints.append(wi);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_poi)
|
addPOI(_poi->points(waypoints));
|
||||||
addPOI(_poi->points(waypoints));
|
|
||||||
|
|
||||||
_zoom = scale2zoom(contentsScale());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
QList<PathItem *> PathView::loadData(const Data &data)
|
QList<PathItem *> PathView::loadData(const Data &data)
|
||||||
{
|
{
|
||||||
QList<PathItem *> paths;
|
QList<PathItem *> paths;
|
||||||
int zoom = _zoom;
|
qreal scale = _map->zoom();
|
||||||
|
|
||||||
|
|
||||||
for (int i = 0; i < data.tracks().count(); i++)
|
for (int i = 0; i < data.tracks().count(); i++)
|
||||||
paths.append(addTrack(*(data.tracks().at(i))));
|
paths.append(addTrack(*(data.tracks().at(i))));
|
||||||
@ -212,47 +158,54 @@ QList<PathItem *> PathView::loadData(const Data &data)
|
|||||||
if (_tracks.empty() && _routes.empty() && _waypoints.empty())
|
if (_tracks.empty() && _routes.empty() && _waypoints.empty())
|
||||||
return paths;
|
return paths;
|
||||||
|
|
||||||
if ((_tracks.size() + _routes.size() > 1 && _zoom < zoom)
|
if (mapScale() != scale)
|
||||||
|| (_waypoints.size() && _zoom < zoom))
|
rescale();
|
||||||
rescale(_zoom);
|
|
||||||
else
|
else
|
||||||
updatePOIVisibility();
|
updatePOIVisibility();
|
||||||
|
|
||||||
QRectF sr = contentsSceneRect();
|
QPointF center = contentCenter();
|
||||||
_scene->setSceneRect(sr);
|
centerOn(center);
|
||||||
centerOn(sr.center());
|
|
||||||
|
|
||||||
_mapScale->setZoom(_zoom, -(sr.center().ry() * mapScale(_zoom)));
|
_res = _map->resolution(center);
|
||||||
|
_mapScale->setResolution(_res);
|
||||||
if (_mapScale->scene() != _scene)
|
if (_mapScale->scene() != _scene)
|
||||||
_scene->addItem(_mapScale);
|
_scene->addItem(_mapScale);
|
||||||
|
|
||||||
return paths;
|
return paths;
|
||||||
}
|
}
|
||||||
|
|
||||||
qreal PathView::contentsScale() const
|
void PathView::updateWaypointsBoundingRect(const QPointF &wp)
|
||||||
{
|
{
|
||||||
QRectF br = _tr | _rr | _wr;
|
if (_wr.isNull()) {
|
||||||
|
if (_wp.isNull())
|
||||||
if (br.isNull())
|
_wp = wp;
|
||||||
return mapScale(ZOOM_MAX);
|
else {
|
||||||
|
_wr = QRectF(_wp, wp).normalized();
|
||||||
QPointF sc(br.width() / (viewport()->width() - MARGIN/2),
|
_wp = QPointF();
|
||||||
br.height() / (viewport()->height() - MARGIN/2));
|
}
|
||||||
|
} else
|
||||||
return qMax(sc.x(), sc.y());
|
unite(_wr, wp);
|
||||||
}
|
}
|
||||||
|
|
||||||
QRectF PathView::contentsSceneRect() const
|
qreal PathView::mapScale() const
|
||||||
{
|
{
|
||||||
qreal scale = mapScale(_zoom);
|
QRectF br = _tr | _rr | _wr;
|
||||||
QRectF br = scaled(_tr | _rr | _wr, 1.0/scale);
|
if (!br.isNull() && !_wp.isNull())
|
||||||
|
unite(br, _wp);
|
||||||
|
|
||||||
|
return _map->zoomFit(viewport()->size() - QSize(MARGIN/2, MARGIN/2), br);
|
||||||
|
}
|
||||||
|
|
||||||
|
QPointF PathView::contentCenter() const
|
||||||
|
{
|
||||||
|
QRectF br = _tr | _rr | _wr;
|
||||||
|
if (!br.isNull() && !_wp.isNull())
|
||||||
|
unite(br, _wp);
|
||||||
|
|
||||||
if (br.isNull())
|
if (br.isNull())
|
||||||
return QRectF(QPointF(_wp.x() / scale - Tile::size()/2,
|
return _map->ll2xy(_wp);
|
||||||
_wp.y() /scale - Tile::size()/2), QSizeF(Tile::size(), Tile::size()));
|
|
||||||
else
|
else
|
||||||
return br.adjusted(-Tile::size(), -Tile::size(), Tile::size(),
|
return _map->ll2xy(br.center());
|
||||||
Tile::size());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void PathView::updatePOIVisibility()
|
void PathView::updatePOIVisibility()
|
||||||
@ -276,37 +229,71 @@ void PathView::updatePOIVisibility()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void PathView::rescale(int zoom)
|
void PathView::rescale()
|
||||||
{
|
{
|
||||||
_zoom = zoom;
|
_scene->setSceneRect(_map->bounds());
|
||||||
qreal scale = mapScale(zoom);
|
resetCachedContent();
|
||||||
|
|
||||||
for (int i = 0; i < _tracks.size(); i++)
|
for (int i = 0; i < _tracks.size(); i++)
|
||||||
_tracks.at(i)->setScale(1.0/scale);
|
_tracks.at(i)->setMap(_map);
|
||||||
|
|
||||||
for (int i = 0; i < _routes.size(); i++)
|
for (int i = 0; i < _routes.size(); i++)
|
||||||
_routes.at(i)->setScale(1.0/scale);
|
_routes.at(i)->setMap(_map);
|
||||||
|
|
||||||
for (int i = 0; i < _waypoints.size(); i++)
|
for (int i = 0; i < _waypoints.size(); i++)
|
||||||
_waypoints.at(i)->setScale(1.0/scale);
|
_waypoints.at(i)->setMap(_map);
|
||||||
|
|
||||||
QHash<Waypoint, WaypointItem*>::const_iterator it;
|
QHash<Waypoint, WaypointItem*>::const_iterator it;
|
||||||
for (it = _pois.constBegin(); it != _pois.constEnd(); it++)
|
for (it = _pois.constBegin(); it != _pois.constEnd(); it++)
|
||||||
it.value()->setScale(1.0/scale);
|
it.value()->setMap(_map);
|
||||||
|
|
||||||
updatePOIVisibility();
|
updatePOIVisibility();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void PathView::setPalette(const Palette &palette)
|
||||||
|
{
|
||||||
|
_palette = palette;
|
||||||
|
_palette.reset();
|
||||||
|
|
||||||
|
for (int i = 0; i < _tracks.count(); i++)
|
||||||
|
_tracks.at(i)->setColor(_palette.nextColor());
|
||||||
|
for (int i = 0; i < _routes.count(); i++)
|
||||||
|
_routes.at(i)->setColor(_palette.nextColor());
|
||||||
|
}
|
||||||
|
|
||||||
|
void PathView::setMap(Map *map)
|
||||||
|
{
|
||||||
|
_map->unload();
|
||||||
|
disconnect(_map, SIGNAL(loaded()), this, SLOT(redraw()));
|
||||||
|
|
||||||
|
_map = map;
|
||||||
|
_map->load();
|
||||||
|
connect(_map, SIGNAL(loaded()), this, SLOT(redraw()));
|
||||||
|
|
||||||
|
mapScale();
|
||||||
|
_scene->setSceneRect(_map->bounds());
|
||||||
|
|
||||||
|
for (int i = 0; i < _tracks.size(); i++)
|
||||||
|
_tracks.at(i)->setMap(map);
|
||||||
|
for (int i = 0; i < _routes.size(); i++)
|
||||||
|
_routes.at(i)->setMap(map);
|
||||||
|
for (int i = 0; i < _waypoints.size(); i++)
|
||||||
|
_waypoints.at(i)->setMap(map);
|
||||||
|
|
||||||
|
QPointF center = contentCenter();
|
||||||
|
centerOn(center);
|
||||||
|
|
||||||
|
_res = _map->resolution(center);
|
||||||
|
_mapScale->setResolution(_res);
|
||||||
|
|
||||||
|
resetCachedContent();
|
||||||
|
}
|
||||||
|
|
||||||
void PathView::setPOI(POI *poi)
|
void PathView::setPOI(POI *poi)
|
||||||
{
|
{
|
||||||
if (_poi)
|
disconnect(_poi, SIGNAL(pointsChanged()), this, SLOT(updatePOI()));
|
||||||
disconnect(_poi, SIGNAL(pointsChanged()), this, SLOT(updatePOI()));
|
connect(poi, SIGNAL(pointsChanged()), this, SLOT(updatePOI()));
|
||||||
|
|
||||||
_poi = poi;
|
_poi = poi;
|
||||||
|
|
||||||
if (_poi)
|
|
||||||
connect(_poi, SIGNAL(pointsChanged()), this, SLOT(updatePOI()));
|
|
||||||
|
|
||||||
updatePOI();
|
updatePOI();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -320,13 +307,10 @@ void PathView::updatePOI()
|
|||||||
}
|
}
|
||||||
_pois.clear();
|
_pois.clear();
|
||||||
|
|
||||||
if (!_poi)
|
|
||||||
return;
|
|
||||||
|
|
||||||
for (int i = 0; i < _tracks.size(); i++)
|
for (int i = 0; i < _tracks.size(); i++)
|
||||||
addPOI(_poi->points(_tracks.at(i)));
|
addPOI(_poi->points(_tracks.at(i)->path()));
|
||||||
for (int i = 0; i < _routes.size(); i++)
|
for (int i = 0; i < _routes.size(); i++)
|
||||||
addPOI(_poi->points(_routes.at(i)));
|
addPOI(_poi->points(_routes.at(i)->path()));
|
||||||
addPOI(_poi->points(_waypoints));
|
addPOI(_poi->points(_waypoints));
|
||||||
|
|
||||||
updatePOIVisibility();
|
updatePOIVisibility();
|
||||||
@ -334,16 +318,13 @@ void PathView::updatePOI()
|
|||||||
|
|
||||||
void PathView::addPOI(const QVector<Waypoint> &waypoints)
|
void PathView::addPOI(const QVector<Waypoint> &waypoints)
|
||||||
{
|
{
|
||||||
qreal scale = mapScale(_zoom);
|
|
||||||
|
|
||||||
for (int i = 0; i < waypoints.size(); i++) {
|
for (int i = 0; i < waypoints.size(); i++) {
|
||||||
const Waypoint &w = waypoints.at(i);
|
const Waypoint &w = waypoints.at(i);
|
||||||
|
|
||||||
if (_pois.contains(w))
|
if (_pois.contains(w))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
WaypointItem *pi = new WaypointItem(w);
|
WaypointItem *pi = new WaypointItem(w, _map);
|
||||||
pi->setScale(1.0/scale);
|
|
||||||
pi->setZValue(1);
|
pi->setZValue(1);
|
||||||
pi->showLabel(_showPOILabels);
|
pi->showLabel(_showPOILabels);
|
||||||
pi->setVisible(_showPOI);
|
pi->setVisible(_showPOI);
|
||||||
@ -353,19 +334,6 @@ void PathView::addPOI(const QVector<Waypoint> &waypoints)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void PathView::setMap(Map *map)
|
|
||||||
{
|
|
||||||
if (_map)
|
|
||||||
disconnect(_map, SIGNAL(loaded()), this, SLOT(redraw()));
|
|
||||||
|
|
||||||
_map = map;
|
|
||||||
|
|
||||||
if (_map)
|
|
||||||
connect(_map, SIGNAL(loaded()), this, SLOT(redraw()));
|
|
||||||
|
|
||||||
resetCachedContent();
|
|
||||||
}
|
|
||||||
|
|
||||||
void PathView::setUnits(enum Units units)
|
void PathView::setUnits(enum Units units)
|
||||||
{
|
{
|
||||||
_units = units;
|
_units = units;
|
||||||
@ -389,75 +357,71 @@ void PathView::redraw()
|
|||||||
resetCachedContent();
|
resetCachedContent();
|
||||||
}
|
}
|
||||||
|
|
||||||
void PathView::rescale()
|
void PathView::zoom(const QPoint &pos, const Coordinates &c)
|
||||||
{
|
{
|
||||||
int zoom = scale2zoom(contentsScale());
|
|
||||||
|
|
||||||
if (zoom != _zoom) {
|
|
||||||
rescale(zoom);
|
|
||||||
_mapScale->setZoom(zoom);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
void PathView::zoom(int z, const QPoint &pos)
|
|
||||||
{
|
|
||||||
if (_tracks.isEmpty() && _routes.isEmpty() && _waypoints.isEmpty())
|
|
||||||
return;
|
|
||||||
|
|
||||||
QPoint offset = pos - viewport()->rect().center();
|
QPoint offset = pos - viewport()->rect().center();
|
||||||
QPointF spos = mapToScene(pos);
|
|
||||||
|
|
||||||
qreal os = mapScale(_zoom);
|
rescale();
|
||||||
_zoom = z;
|
|
||||||
|
|
||||||
rescale(_zoom);
|
QPointF center = _map->ll2xy(c) - offset;
|
||||||
|
centerOn(center);
|
||||||
|
|
||||||
QRectF sr = contentsSceneRect();
|
_res = _map->resolution(center);
|
||||||
_scene->setSceneRect(sr);
|
_mapScale->setResolution(_res);
|
||||||
|
|
||||||
if (sr.width() < viewport()->size().width()
|
|
||||||
&& sr.height() < viewport()->size().height())
|
|
||||||
centerOn(sr.center());
|
|
||||||
else
|
|
||||||
centerOn((spos * (os/mapScale(_zoom))) - offset);
|
|
||||||
|
|
||||||
_mapScale->setZoom(_zoom);
|
|
||||||
|
|
||||||
resetCachedContent();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void PathView::wheelEvent(QWheelEvent *event)
|
void PathView::wheelEvent(QWheelEvent *event)
|
||||||
{
|
{
|
||||||
int z = (event->delta() > 0) ?
|
qreal os, ns;
|
||||||
qMin(_zoom + 1, ZOOM_MAX) : qMax(_zoom - 1, ZOOM_MIN);
|
static int deg = 0;
|
||||||
|
|
||||||
zoom(z, event->pos());
|
deg += event->delta() / 8;
|
||||||
|
if (qAbs(deg) < 15)
|
||||||
|
return;
|
||||||
|
deg = 0;
|
||||||
|
|
||||||
|
os = _map->zoom();
|
||||||
|
Coordinates c = _map->xy2ll(mapToScene(event->pos()));
|
||||||
|
|
||||||
|
ns = (event->delta() > 0) ? _map->zoomIn() : _map->zoomOut();
|
||||||
|
if (ns != os)
|
||||||
|
zoom(event->pos(), c);
|
||||||
}
|
}
|
||||||
|
|
||||||
void PathView::mouseDoubleClickEvent(QMouseEvent *event)
|
void PathView::mouseDoubleClickEvent(QMouseEvent *event)
|
||||||
{
|
{
|
||||||
|
qreal os, ns;
|
||||||
|
|
||||||
if (event->button() != Qt::LeftButton && event->button() != Qt::RightButton)
|
if (event->button() != Qt::LeftButton && event->button() != Qt::RightButton)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
int z = (event->button() == Qt::LeftButton) ?
|
os = _map->zoom();
|
||||||
qMin(_zoom + 1, ZOOM_MAX) : qMax(_zoom - 1, ZOOM_MIN);
|
Coordinates c = _map->xy2ll(mapToScene(event->pos()));
|
||||||
|
|
||||||
zoom(z, event->pos());
|
ns = (event->button() == Qt::LeftButton) ? _map->zoomIn() : _map->zoomOut();
|
||||||
|
if (ns != os)
|
||||||
|
zoom(event->pos(), c);
|
||||||
}
|
}
|
||||||
|
|
||||||
void PathView::keyPressEvent(QKeyEvent *event)
|
void PathView::keyPressEvent(QKeyEvent *event)
|
||||||
{
|
{
|
||||||
int z = -1;
|
qreal os, ns;
|
||||||
|
|
||||||
|
os = _map->zoom();
|
||||||
|
QPoint pos = QRect(QPoint(), viewport()->size()).center();
|
||||||
|
Coordinates c = _map->xy2ll(mapToScene(pos));
|
||||||
|
|
||||||
if (event->matches(QKeySequence::ZoomIn))
|
if (event->matches(QKeySequence::ZoomIn))
|
||||||
z = qMin(_zoom + 1, ZOOM_MAX);
|
ns = _map->zoomIn();
|
||||||
if (event->matches(QKeySequence::ZoomOut))
|
else if (event->matches(QKeySequence::ZoomOut))
|
||||||
z = qMax(_zoom - 1, ZOOM_MIN);
|
ns = _map->zoomOut();
|
||||||
|
else {
|
||||||
if (z >= 0)
|
|
||||||
zoom(z, QRect(QPoint(), size()).center());
|
|
||||||
else
|
|
||||||
QWidget::keyPressEvent(event);
|
QWidget::keyPressEvent(event);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (ns != os)
|
||||||
|
zoom(pos, c);
|
||||||
}
|
}
|
||||||
|
|
||||||
void PathView::plot(QPainter *painter, const QRectF &target)
|
void PathView::plot(QPainter *painter, const QRectF &target)
|
||||||
@ -469,7 +433,7 @@ void PathView::plot(QPainter *painter, const QRectF &target)
|
|||||||
orig = viewport()->rect();
|
orig = viewport()->rect();
|
||||||
|
|
||||||
if (orig.height() * (target.width() / target.height()) - orig.width() < 0) {
|
if (orig.height() * (target.width() / target.height()) - orig.width() < 0) {
|
||||||
ratio = target.height()/target.width();
|
ratio = target.height() / target.width();
|
||||||
diff = (orig.width() * ratio) - orig.height();
|
diff = (orig.width() * ratio) - orig.height();
|
||||||
adj = orig.adjusted(0, -diff/2, 0, diff/2);
|
adj = orig.adjusted(0, -diff/2, 0, diff/2);
|
||||||
} else {
|
} else {
|
||||||
@ -480,6 +444,7 @@ void PathView::plot(QPainter *painter, const QRectF &target)
|
|||||||
|
|
||||||
setUpdatesEnabled(false);
|
setUpdatesEnabled(false);
|
||||||
_plot = true;
|
_plot = true;
|
||||||
|
_map->setBlockingMode(true);
|
||||||
|
|
||||||
QPointF pos = _mapScale->pos();
|
QPointF pos = _mapScale->pos();
|
||||||
_mapScale->setPos(mapToScene(QPoint(adj.bottomRight() + QPoint(
|
_mapScale->setPos(mapToScene(QPoint(adj.bottomRight() + QPoint(
|
||||||
@ -490,6 +455,7 @@ void PathView::plot(QPainter *painter, const QRectF &target)
|
|||||||
|
|
||||||
_mapScale->setPos(pos);
|
_mapScale->setPos(pos);
|
||||||
|
|
||||||
|
_map->setBlockingMode(false);
|
||||||
_plot = false;
|
_plot = false;
|
||||||
setUpdatesEnabled(true);
|
setUpdatesEnabled(true);
|
||||||
}
|
}
|
||||||
@ -506,11 +472,8 @@ void PathView::clear()
|
|||||||
_scene->clear();
|
_scene->clear();
|
||||||
_palette.reset();
|
_palette.reset();
|
||||||
|
|
||||||
_zoom = ZOOM_MAX;
|
|
||||||
_tr = QRectF(); _rr = QRectF(); _wr = QRectF();
|
_tr = QRectF(); _rr = QRectF(); _wr = QRectF();
|
||||||
_wp = QPointF();
|
_wp = QPointF();
|
||||||
|
|
||||||
_scene->setSceneRect(QRectF());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void PathView::showTracks(bool show)
|
void PathView::showTracks(bool show)
|
||||||
@ -556,6 +519,12 @@ void PathView::showRouteWaypoints(bool show)
|
|||||||
_routes.at(i)->showWaypoints(show);
|
_routes.at(i)->showWaypoints(show);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void PathView::showMap(bool show)
|
||||||
|
{
|
||||||
|
_showMap = show;
|
||||||
|
resetCachedContent();
|
||||||
|
}
|
||||||
|
|
||||||
void PathView::showPOI(bool show)
|
void PathView::showPOI(bool show)
|
||||||
{
|
{
|
||||||
_showPOI = show;
|
_showPOI = show;
|
||||||
@ -585,61 +554,59 @@ void PathView::setPOIOverlap(bool overlap)
|
|||||||
updatePOIVisibility();
|
updatePOIVisibility();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void PathView::setTrackWidth(int width)
|
||||||
|
{
|
||||||
|
_trackWidth = width;
|
||||||
|
|
||||||
|
for (int i = 0; i < _tracks.count(); i++)
|
||||||
|
_tracks.at(i)->setWidth(width);
|
||||||
|
}
|
||||||
|
|
||||||
|
void PathView::setRouteWidth(int width)
|
||||||
|
{
|
||||||
|
_routeWidth = width;
|
||||||
|
|
||||||
|
for (int i = 0; i < _routes.count(); i++)
|
||||||
|
_routes.at(i)->setWidth(width);
|
||||||
|
}
|
||||||
|
|
||||||
|
void PathView::setTrackStyle(Qt::PenStyle style)
|
||||||
|
{
|
||||||
|
_trackStyle = style;
|
||||||
|
|
||||||
|
for (int i = 0; i < _tracks.count(); i++)
|
||||||
|
_tracks.at(i)->setStyle(style);
|
||||||
|
}
|
||||||
|
|
||||||
|
void PathView::setRouteStyle(Qt::PenStyle style)
|
||||||
|
{
|
||||||
|
_routeStyle = style;
|
||||||
|
|
||||||
|
for (int i = 0; i < _routes.count(); i++)
|
||||||
|
_routes.at(i)->setStyle(style);
|
||||||
|
}
|
||||||
|
|
||||||
void PathView::drawBackground(QPainter *painter, const QRectF &rect)
|
void PathView::drawBackground(QPainter *painter, const QRectF &rect)
|
||||||
{
|
{
|
||||||
if ((_tracks.isEmpty() && _routes.isEmpty() && _waypoints.isEmpty())
|
if (_showMap)
|
||||||
|| !_map) {
|
_map->draw(painter, rect);
|
||||||
|
else
|
||||||
painter->fillRect(rect, Qt::white);
|
painter->fillRect(rect, Qt::white);
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
qreal scale = mapScale(_zoom);
|
|
||||||
QRectF rr(rect.topLeft() * scale, rect.size());
|
|
||||||
QPoint tile = mercator2tile(QPointF(rr.topLeft().x(), -rr.topLeft().y()),
|
|
||||||
_zoom);
|
|
||||||
QPointF tm = tile2mercator(tile, _zoom);
|
|
||||||
QPoint tl = mapToScene(mapFromScene(QPointF(tm.x() / scale,
|
|
||||||
-tm.y() / scale))).toPoint();
|
|
||||||
|
|
||||||
QList<Tile> tiles;
|
|
||||||
for (int i = 0; i <= rr.size().width() / Tile::size() + 1; i++) {
|
|
||||||
for (int j = 0; j <= rr.size().height() / Tile::size() + 1; j++) {
|
|
||||||
tiles.append(Tile(QPoint(tile.x() + i, tile.y() + j), _zoom));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
_map->loadTiles(tiles, _plot);
|
|
||||||
|
|
||||||
for (int i = 0; i < tiles.count(); i++) {
|
|
||||||
Tile &t = tiles[i];
|
|
||||||
QPoint tp(tl.x() + (t.xy().x() - tile.x()) * Tile::size(),
|
|
||||||
tl.y() + (t.xy().y() - tile.y()) * Tile::size());
|
|
||||||
painter->drawPixmap(tp, t.pixmap());
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void PathView::resizeEvent(QResizeEvent *event)
|
void PathView::resizeEvent(QResizeEvent *event)
|
||||||
{
|
{
|
||||||
if (_tracks.isEmpty() && _routes.isEmpty() && _waypoints.isEmpty())
|
qreal scale = _map->zoom();
|
||||||
return;
|
if (mapScale() != scale)
|
||||||
|
rescale();
|
||||||
|
|
||||||
rescale();
|
QPointF center = contentCenter();
|
||||||
|
centerOn(center);
|
||||||
|
|
||||||
QRectF sr = contentsSceneRect();
|
_res = _map->resolution(center);
|
||||||
|
_mapScale->setResolution(_res);
|
||||||
|
|
||||||
if (sr.width() < event->size().width()) {
|
QGraphicsView::resizeEvent(event);
|
||||||
qreal diff = event->size().width() - sr.width();
|
|
||||||
sr.adjust(-diff/2, 0, diff/2, 0);
|
|
||||||
}
|
|
||||||
if (sr.height() < event->size().height()) {
|
|
||||||
qreal diff = event->size().height() - sr.height();
|
|
||||||
sr.adjust(0, -diff/2, 0, diff/2);
|
|
||||||
}
|
|
||||||
|
|
||||||
_scene->setSceneRect(sr);
|
|
||||||
centerOn(sr.center());
|
|
||||||
|
|
||||||
resetCachedContent();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void PathView::paintEvent(QPaintEvent *event)
|
void PathView::paintEvent(QPaintEvent *event)
|
||||||
@ -652,3 +619,24 @@ void PathView::paintEvent(QPaintEvent *event)
|
|||||||
|
|
||||||
QGraphicsView::paintEvent(event);
|
QGraphicsView::paintEvent(event);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void PathView::scrollContentsBy(int dx, int dy)
|
||||||
|
{
|
||||||
|
QGraphicsView::scrollContentsBy(dx, dy);
|
||||||
|
|
||||||
|
QPointF center = mapToScene(viewport()->rect().center());
|
||||||
|
qreal res = _map->resolution(center);
|
||||||
|
|
||||||
|
if (qMax(res, _res) / qMin(res, _res) > 1.1) {
|
||||||
|
_mapScale->setResolution(res);
|
||||||
|
_res = res;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void PathView::useOpenGL(bool use)
|
||||||
|
{
|
||||||
|
if (use)
|
||||||
|
setViewport(new OPENGL_WIDGET);
|
||||||
|
else
|
||||||
|
setViewport(new QWidget);
|
||||||
|
}
|
||||||
|
@ -25,11 +25,12 @@ class PathView : public QGraphicsView
|
|||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
PathView(QWidget *parent = 0);
|
PathView(Map *map, POI *poi, QWidget *parent = 0);
|
||||||
~PathView();
|
~PathView();
|
||||||
|
|
||||||
QList<PathItem*> loadData(const Data &data);
|
QList<PathItem*> loadData(const Data &data);
|
||||||
|
|
||||||
|
void setPalette(const Palette &palette);
|
||||||
void setPOI(POI *poi);
|
void setPOI(POI *poi);
|
||||||
void setMap(Map *map);
|
void setMap(Map *map);
|
||||||
void setUnits(enum Units units);
|
void setUnits(enum Units units);
|
||||||
@ -42,9 +43,12 @@ public:
|
|||||||
|
|
||||||
void clear();
|
void clear();
|
||||||
|
|
||||||
|
void useOpenGL(bool use);
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
void redraw();
|
void redraw();
|
||||||
|
|
||||||
|
void showMap(bool show);
|
||||||
void showPOI(bool show);
|
void showPOI(bool show);
|
||||||
void setPOIOverlap(bool overlap);
|
void setPOIOverlap(bool overlap);
|
||||||
void showWaypointLabels(bool show);
|
void showWaypointLabels(bool show);
|
||||||
@ -53,6 +57,10 @@ public slots:
|
|||||||
void showRoutes(bool show);
|
void showRoutes(bool show);
|
||||||
void showWaypoints(bool show);
|
void showWaypoints(bool show);
|
||||||
void showRouteWaypoints(bool show);
|
void showRouteWaypoints(bool show);
|
||||||
|
void setTrackWidth(int width);
|
||||||
|
void setRouteWidth(int width);
|
||||||
|
void setTrackStyle(Qt::PenStyle style);
|
||||||
|
void setRouteStyle(Qt::PenStyle style);
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void updatePOI();
|
void updatePOI();
|
||||||
@ -65,12 +73,12 @@ private:
|
|||||||
void loadPOI();
|
void loadPOI();
|
||||||
void clearPOI();
|
void clearPOI();
|
||||||
|
|
||||||
qreal contentsScale() const;
|
qreal mapScale() const;
|
||||||
QRectF contentsSceneRect() const;
|
QPointF contentCenter() const;
|
||||||
void rescale(int zoom);
|
|
||||||
void rescale();
|
void rescale();
|
||||||
void zoom(int z, const QPoint &pos);
|
void zoom(const QPoint &pos, const Coordinates &c);
|
||||||
void updatePOIVisibility();
|
void updatePOIVisibility();
|
||||||
|
void updateWaypointsBoundingRect(const QPointF &wp);
|
||||||
|
|
||||||
void mouseDoubleClickEvent(QMouseEvent *event);
|
void mouseDoubleClickEvent(QMouseEvent *event);
|
||||||
void wheelEvent(QWheelEvent *event);
|
void wheelEvent(QWheelEvent *event);
|
||||||
@ -78,6 +86,7 @@ private:
|
|||||||
void drawBackground(QPainter *painter, const QRectF &rect);
|
void drawBackground(QPainter *painter, const QRectF &rect);
|
||||||
void resizeEvent(QResizeEvent *event);
|
void resizeEvent(QResizeEvent *event);
|
||||||
void paintEvent(QPaintEvent *event);
|
void paintEvent(QPaintEvent *event);
|
||||||
|
void scrollContentsBy(int dx, int dy);
|
||||||
|
|
||||||
QGraphicsScene *_scene;
|
QGraphicsScene *_scene;
|
||||||
ScaleItem *_mapScale;
|
ScaleItem *_mapScale;
|
||||||
@ -86,15 +95,16 @@ private:
|
|||||||
QList<WaypointItem*> _waypoints;
|
QList<WaypointItem*> _waypoints;
|
||||||
QHash<Waypoint, WaypointItem*> _pois;
|
QHash<Waypoint, WaypointItem*> _pois;
|
||||||
|
|
||||||
int _zoom;
|
|
||||||
QRectF _tr, _rr, _wr;
|
QRectF _tr, _rr, _wr;
|
||||||
QPointF _wp;
|
QPointF _wp;
|
||||||
|
qreal _res;
|
||||||
|
|
||||||
Map *_map;
|
Map *_map;
|
||||||
POI *_poi;
|
POI *_poi;
|
||||||
Palette _palette;
|
Palette _palette;
|
||||||
Units _units;
|
Units _units;
|
||||||
|
|
||||||
|
bool _showMap;
|
||||||
bool _showTracks;
|
bool _showTracks;
|
||||||
bool _showRoutes;
|
bool _showRoutes;
|
||||||
bool _showWaypoints;
|
bool _showWaypoints;
|
||||||
@ -103,6 +113,10 @@ private:
|
|||||||
bool _showPOILabels;
|
bool _showPOILabels;
|
||||||
bool _overlapPOIs;
|
bool _overlapPOIs;
|
||||||
bool _showRouteWaypoints;
|
bool _showRouteWaypoints;
|
||||||
|
int _trackWidth;
|
||||||
|
int _routeWidth;
|
||||||
|
Qt::PenStyle _trackStyle;
|
||||||
|
Qt::PenStyle _routeStyle;
|
||||||
|
|
||||||
bool _plot;
|
bool _plot;
|
||||||
};
|
};
|
||||||
|
43
src/poi.cpp
43
src/poi.cpp
@ -10,7 +10,7 @@
|
|||||||
POI::POI(QObject *parent) : QObject(parent)
|
POI::POI(QObject *parent) : QObject(parent)
|
||||||
{
|
{
|
||||||
_errorLine = 0;
|
_errorLine = 0;
|
||||||
_radius = 0.01;
|
_radius = 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool POI::loadFile(const QString &fileName)
|
bool POI::loadFile(const QString &fileName)
|
||||||
@ -58,19 +58,20 @@ static bool cb(size_t data, void* context)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
QVector<Waypoint> POI::points(const PathItem *path) const
|
QVector<Waypoint> POI::points(const Path &path) const
|
||||||
{
|
{
|
||||||
QVector<Waypoint> ret;
|
QVector<Waypoint> ret;
|
||||||
QSet<int> set;
|
QSet<int> set;
|
||||||
qreal min[2], max[2];
|
qreal min[2], max[2];
|
||||||
const QPainterPath &pp = path->path();
|
|
||||||
|
|
||||||
for (int i = 0; i < pp.elementCount(); i++) {
|
for (int i = 0; i < path.count(); i++) {
|
||||||
Coordinates p = Coordinates::fromMercator(pp.elementAt(i));
|
const Coordinates &c = path.at(i).coordinates();
|
||||||
min[0] = p.lon() - _radius;
|
QPair<Coordinates, Coordinates> br = c.boundingRect(_radius);
|
||||||
min[1] = -p.lat() - _radius;
|
min[0] = br.first.lon();
|
||||||
max[0] = p.lon() + _radius;
|
min[1] = br.first.lat();
|
||||||
max[1] = -p.lat() + _radius;
|
max[0] = br.second.lon();
|
||||||
|
max[1] = br.second.lat();
|
||||||
|
|
||||||
_tree.Search(min, max, cb, &set);
|
_tree.Search(min, max, cb, &set);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -92,10 +93,13 @@ QVector<Waypoint> POI::points(const QList<WaypointItem*> &list)
|
|||||||
|
|
||||||
for (int i = 0; i < list.count(); i++) {
|
for (int i = 0; i < list.count(); i++) {
|
||||||
const Coordinates &p = list.at(i)->waypoint().coordinates();
|
const Coordinates &p = list.at(i)->waypoint().coordinates();
|
||||||
min[0] = p.lon() - _radius;
|
|
||||||
min[1] = p.lat() - _radius;
|
QPair<Coordinates, Coordinates> br = p.boundingRect(_radius);
|
||||||
max[0] = p.lon() + _radius;
|
min[0] = br.first.lon();
|
||||||
max[1] = p.lat() + _radius;
|
min[1] = br.first.lat();
|
||||||
|
max[0] = br.second.lon();
|
||||||
|
max[1] = br.second.lat();
|
||||||
|
|
||||||
_tree.Search(min, max, cb, &set);
|
_tree.Search(min, max, cb, &set);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -116,10 +120,13 @@ QVector<Waypoint> POI::points(const QList<Waypoint> &list) const
|
|||||||
|
|
||||||
for (int i = 0; i < list.count(); i++) {
|
for (int i = 0; i < list.count(); i++) {
|
||||||
const Coordinates &p = list.at(i).coordinates();
|
const Coordinates &p = list.at(i).coordinates();
|
||||||
min[0] = p.lon() - _radius;
|
|
||||||
min[1] = p.lat() - _radius;
|
QPair<Coordinates, Coordinates> br = p.boundingRect(_radius);
|
||||||
max[0] = p.lon() + _radius;
|
min[0] = br.first.lon();
|
||||||
max[1] = p.lat() + _radius;
|
min[1] = br.first.lat();
|
||||||
|
max[0] = br.second.lon();
|
||||||
|
max[1] = br.second.lat();
|
||||||
|
|
||||||
_tree.Search(min, max, cb, &set);
|
_tree.Search(min, max, cb, &set);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -168,7 +175,7 @@ void POI::clear()
|
|||||||
emit pointsChanged();
|
emit pointsChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
void POI::setRadius(qreal radius)
|
void POI::setRadius(unsigned radius)
|
||||||
{
|
{
|
||||||
_radius = radius;
|
_radius = radius;
|
||||||
|
|
||||||
|
10
src/poi.h
10
src/poi.h
@ -7,8 +7,8 @@
|
|||||||
#include <QStringList>
|
#include <QStringList>
|
||||||
#include "waypoint.h"
|
#include "waypoint.h"
|
||||||
#include "rtree.h"
|
#include "rtree.h"
|
||||||
|
#include "path.h"
|
||||||
|
|
||||||
class PathItem;
|
|
||||||
class WaypointItem;
|
class WaypointItem;
|
||||||
|
|
||||||
class POI : public QObject
|
class POI : public QObject
|
||||||
@ -22,10 +22,10 @@ public:
|
|||||||
const QString &errorString() const {return _errorString;}
|
const QString &errorString() const {return _errorString;}
|
||||||
int errorLine() const {return _errorLine;}
|
int errorLine() const {return _errorLine;}
|
||||||
|
|
||||||
qreal radius() const {return _radius;}
|
unsigned radius() const {return _radius;}
|
||||||
void setRadius(qreal radius);
|
void setRadius(unsigned radius);
|
||||||
|
|
||||||
QVector<Waypoint> points(const PathItem *path) const;
|
QVector<Waypoint> points(const Path &path) const;
|
||||||
QVector<Waypoint> points(const QList<WaypointItem*> &list) const;
|
QVector<Waypoint> points(const QList<WaypointItem*> &list) const;
|
||||||
QVector<Waypoint> points(const QList<Waypoint> &list) const;
|
QVector<Waypoint> points(const QList<Waypoint> &list) const;
|
||||||
|
|
||||||
@ -49,7 +49,7 @@ private:
|
|||||||
QStringList _files;
|
QStringList _files;
|
||||||
QList<FileIndex> _indexes;
|
QList<FileIndex> _indexes;
|
||||||
|
|
||||||
qreal _radius;
|
unsigned _radius;
|
||||||
|
|
||||||
QString _errorString;
|
QString _errorString;
|
||||||
int _errorLine;
|
int _errorLine;
|
||||||
|
@ -13,9 +13,7 @@ public:
|
|||||||
QString label() const {return tr("Power");}
|
QString label() const {return tr("Power");}
|
||||||
void loadData(const Data &data, const QList<PathItem *> &paths);
|
void loadData(const Data &data, const QList<PathItem *> &paths);
|
||||||
void clear();
|
void clear();
|
||||||
void setUnits(enum Units) {}
|
|
||||||
void showTracks(bool show);
|
void showTracks(bool show);
|
||||||
void showRoutes(bool show) {Q_UNUSED(show);}
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
qreal avg() const;
|
qreal avg() const;
|
||||||
|
15
src/projection.h
Normal file
15
src/projection.h
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
#ifndef PROJECTION_H
|
||||||
|
#define PROJECTION_H
|
||||||
|
|
||||||
|
#include <QPointF>
|
||||||
|
#include "coordinates.h"
|
||||||
|
|
||||||
|
class Projection {
|
||||||
|
public:
|
||||||
|
virtual ~Projection() {}
|
||||||
|
|
||||||
|
virtual QPointF ll2xy(const Coordinates &c) const = 0;
|
||||||
|
virtual Coordinates xy2ll(const QPointF &p) const = 0;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // PROJECTION_H
|
@ -11,6 +11,16 @@ Route::Route(const RouteData &data) : _data(data)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Path Route::path() const
|
||||||
|
{
|
||||||
|
Path ret;
|
||||||
|
|
||||||
|
for (int i = 0; i < _data.size(); i++)
|
||||||
|
ret.append(PathPoint(_data.at(i).coordinates(), _distance.at(i)));
|
||||||
|
|
||||||
|
return ret;
|
||||||
|
}
|
||||||
|
|
||||||
Graph Route::elevation() const
|
Graph Route::elevation() const
|
||||||
{
|
{
|
||||||
Graph graph;
|
Graph graph;
|
||||||
|
@ -11,13 +11,17 @@ class Route
|
|||||||
public:
|
public:
|
||||||
Route(const RouteData &data);
|
Route(const RouteData &data);
|
||||||
|
|
||||||
const RouteData &routeData() const {return _data;}
|
Path path() const;
|
||||||
const QVector<qreal> &distanceData() const {return _distance;}
|
|
||||||
|
const QVector<Waypoint> &waypoints() const {return _data;}
|
||||||
|
|
||||||
Graph elevation() const;
|
Graph elevation() const;
|
||||||
|
|
||||||
qreal distance() const;
|
qreal distance() const;
|
||||||
|
|
||||||
|
const QString &name() const {return _data.name();}
|
||||||
|
const QString &description() const {return _data.description();}
|
||||||
|
|
||||||
bool isNull() const {return (_data.count() < 2);}
|
bool isNull() const {return (_data.count() < 2);}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
@ -1,75 +1,55 @@
|
|||||||
#include <QApplication>
|
|
||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
#include "format.h"
|
#include "format.h"
|
||||||
#include "waypoint.h"
|
#include "waypoint.h"
|
||||||
#include "waypointitem.h"
|
#include "waypointitem.h"
|
||||||
#include "tooltip.h"
|
#include "tooltip.h"
|
||||||
|
#include "map.h"
|
||||||
#include "routeitem.h"
|
#include "routeitem.h"
|
||||||
|
|
||||||
|
|
||||||
QString RouteItem::toolTip()
|
QString RouteItem::toolTip(Units units)
|
||||||
{
|
{
|
||||||
ToolTip tt;
|
ToolTip tt;
|
||||||
|
|
||||||
if (!_name.isEmpty())
|
if (!_name.isEmpty())
|
||||||
tt.insert(qApp->translate("RouteItem", "Name"), _name);
|
tt.insert(tr("Name"), _name);
|
||||||
if (!_desc.isEmpty())
|
if (!_desc.isEmpty())
|
||||||
tt.insert(qApp->translate("RouteItem", "Description"), _desc);
|
tt.insert(tr("Description"), _desc);
|
||||||
tt.insert(qApp->translate("RouteItem", "Distance"),
|
tt.insert(tr("Distance"), Format::distance(_path.last().distance(), units));
|
||||||
Format::distance(_distance.last(), _units));
|
|
||||||
|
|
||||||
return tt.toString();
|
return tt.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
RouteItem::RouteItem(const Route &route, QGraphicsItem *parent)
|
RouteItem::RouteItem(const Route &route, Map *map, QGraphicsItem *parent)
|
||||||
: PathItem(parent)
|
: PathItem(route.path(), map, parent)
|
||||||
{
|
{
|
||||||
const RouteData &r = route.routeData();
|
const QVector<Waypoint> &waypoints = route.waypoints();
|
||||||
const QVector<qreal> &d = route.distanceData();
|
|
||||||
QPointF p;
|
|
||||||
|
|
||||||
|
for (int i = 0; i < waypoints.size(); i++)
|
||||||
|
new WaypointItem(waypoints.at(i), map, this);
|
||||||
|
|
||||||
Q_ASSERT(r.count() >= 2);
|
_name = route.name();
|
||||||
Q_ASSERT(r.size() == d.size());
|
_desc = route.description();
|
||||||
|
|
||||||
_name = r.name();
|
setToolTip(toolTip(Metric));
|
||||||
_desc = r.description();
|
|
||||||
|
|
||||||
new WaypointItem(r.first(), this);
|
|
||||||
p = r.first().coordinates().toMercator();
|
|
||||||
_path.moveTo(QPointF(p.x(), -p.y()));
|
|
||||||
_distance.append(d.first());
|
|
||||||
for (int i = 1; i < r.size(); i++) {
|
|
||||||
if (r.at(i).coordinates() == r.at(i-1).coordinates())
|
|
||||||
continue;
|
|
||||||
p = r.at(i).coordinates().toMercator();
|
|
||||||
_path.lineTo(QPointF(p.x(), -p.y()));
|
|
||||||
_distance.append(d.at(i));
|
|
||||||
new WaypointItem(r.at(i), this);
|
|
||||||
}
|
|
||||||
|
|
||||||
updateShape();
|
|
||||||
|
|
||||||
_marker->setPos(_path.elementAt(0));
|
|
||||||
|
|
||||||
_pen.setStyle(Qt::DotLine);
|
|
||||||
|
|
||||||
setToolTip(toolTip());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void RouteItem::setScale(qreal scale)
|
void RouteItem::setMap(Map *map)
|
||||||
{
|
{
|
||||||
QList<QGraphicsItem *> childs = childItems();
|
QList<QGraphicsItem *> childs = childItems();
|
||||||
for (int i = 0; i < childs.count(); i++)
|
for (int i = 0; i < childs.count(); i++) {
|
||||||
childs.at(i)->setScale(1.0/scale);
|
if (childs.at(i) != _marker) {
|
||||||
|
WaypointItem *wi = static_cast<WaypointItem*>(childs.at(i));
|
||||||
|
wi->setMap(map);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
PathItem::setScale(scale);
|
PathItem::setMap(map);
|
||||||
}
|
}
|
||||||
|
|
||||||
void RouteItem::setUnits(enum Units units)
|
void RouteItem::setUnits(enum Units units)
|
||||||
{
|
{
|
||||||
PathItem::setUnits(units);
|
setToolTip(toolTip(units));
|
||||||
setToolTip(toolTip());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void RouteItem::showWaypoints(bool show)
|
void RouteItem::showWaypoints(bool show)
|
||||||
|
@ -3,23 +3,26 @@
|
|||||||
|
|
||||||
#include "pathitem.h"
|
#include "pathitem.h"
|
||||||
#include "route.h"
|
#include "route.h"
|
||||||
|
#include "units.h"
|
||||||
|
|
||||||
|
class Map;
|
||||||
|
|
||||||
class RouteItem : public PathItem
|
class RouteItem : public PathItem
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
RouteItem(const Route &route, QGraphicsItem *parent = 0);
|
RouteItem(const Route &route, Map *map, QGraphicsItem *parent = 0);
|
||||||
|
|
||||||
void setUnits(enum Units units);
|
//void setScale(qreal scale);
|
||||||
void setScale(qreal scale);
|
void setMap(Map *map);
|
||||||
|
|
||||||
|
void setUnits(Units units);
|
||||||
void showWaypoints(bool show);
|
void showWaypoints(bool show);
|
||||||
void showWaypointLabels(bool show);
|
void showWaypointLabels(bool show);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QString toolTip();
|
QString toolTip(Units units);
|
||||||
|
|
||||||
QString _name;
|
QString _name;
|
||||||
QString _desc;
|
QString _desc;
|
||||||
|
@ -1,8 +1,5 @@
|
|||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "rd.h"
|
|
||||||
#include "wgs84.h"
|
|
||||||
#include "tile.h"
|
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "scaleitem.h"
|
#include "scaleitem.h"
|
||||||
|
|
||||||
@ -13,17 +10,11 @@
|
|||||||
#define SEGMENTS 3
|
#define SEGMENTS 3
|
||||||
#define PADDING 4
|
#define PADDING 4
|
||||||
|
|
||||||
static qreal zoom2resolution(int zoom, qreal y)
|
|
||||||
{
|
|
||||||
return (WGS84_RADIUS * 2 * M_PI / Tile::size()
|
|
||||||
* cos(2 * atan(exp(deg2rad(y))) - M_PI/2)) / pow(2.0, zoom);
|
|
||||||
}
|
|
||||||
|
|
||||||
ScaleItem::ScaleItem(QGraphicsItem *parent) : QGraphicsItem(parent)
|
ScaleItem::ScaleItem(QGraphicsItem *parent) : QGraphicsItem(parent)
|
||||||
{
|
{
|
||||||
_units = Metric;
|
_units = Metric;
|
||||||
_zoom = 0;
|
_res = 1.0;
|
||||||
_lat = 0;
|
|
||||||
|
|
||||||
#ifndef Q_OS_MAC
|
#ifndef Q_OS_MAC
|
||||||
setCacheMode(QGraphicsItem::DeviceCoordinateCache);
|
setCacheMode(QGraphicsItem::DeviceCoordinateCache);
|
||||||
@ -96,45 +87,33 @@ QString ScaleItem::units() const
|
|||||||
|
|
||||||
void ScaleItem::computeScale()
|
void ScaleItem::computeScale()
|
||||||
{
|
{
|
||||||
qreal res = zoom2resolution(_zoom, _lat);
|
|
||||||
|
|
||||||
if (_units == Imperial) {
|
if (_units == Imperial) {
|
||||||
_length = niceNum((res * M2FT * SCALE_WIDTH) / SEGMENTS, 1);
|
_length = niceNum((_res * M2FT * SCALE_WIDTH) / SEGMENTS, 1);
|
||||||
if (_length >= MIINFT) {
|
if (_length >= MIINFT) {
|
||||||
_length = niceNum((res * M2FT * FT2MI * SCALE_WIDTH) / SEGMENTS, 1);
|
_length = niceNum((_res * M2FT * FT2MI * SCALE_WIDTH) / SEGMENTS, 1);
|
||||||
_width = (_length / (res * M2FT * FT2MI));
|
_width = (_length / (_res * M2FT * FT2MI));
|
||||||
_scale = true;
|
_scale = true;
|
||||||
} else {
|
} else {
|
||||||
_width = (_length / (res * M2FT));
|
_width = (_length / (_res * M2FT));
|
||||||
_scale = false;
|
_scale = false;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
_length = niceNum((res * SCALE_WIDTH) / SEGMENTS, 1);
|
_length = niceNum((_res * SCALE_WIDTH) / SEGMENTS, 1);
|
||||||
if (_length >= KMINM) {
|
if (_length >= KMINM) {
|
||||||
_length *= M2KM;
|
_length *= M2KM;
|
||||||
_width = (_length / (res * M2KM));
|
_width = (_length / (_res * M2KM));
|
||||||
_scale = true;
|
_scale = true;
|
||||||
} else {
|
} else {
|
||||||
_width = (_length / res);
|
_width = (_length / _res);
|
||||||
_scale = false;
|
_scale = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void ScaleItem::setZoom(int z, qreal lat)
|
void ScaleItem::setResolution(qreal res)
|
||||||
{
|
{
|
||||||
prepareGeometryChange();
|
prepareGeometryChange();
|
||||||
_zoom = z;
|
_res = res;
|
||||||
_lat = lat;
|
|
||||||
computeScale();
|
|
||||||
updateBoundingRect();
|
|
||||||
update();
|
|
||||||
}
|
|
||||||
|
|
||||||
void ScaleItem::setZoom(int z)
|
|
||||||
{
|
|
||||||
prepareGeometryChange();
|
|
||||||
_zoom = z;
|
|
||||||
computeScale();
|
computeScale();
|
||||||
updateBoundingRect();
|
updateBoundingRect();
|
||||||
update();
|
update();
|
||||||
|
@ -13,8 +13,7 @@ public:
|
|||||||
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option,
|
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option,
|
||||||
QWidget *widget);
|
QWidget *widget);
|
||||||
|
|
||||||
void setZoom(int z);
|
void setResolution(qreal res);
|
||||||
void setZoom(int z, qreal lat);
|
|
||||||
void setUnits(enum Units units);
|
void setUnits(enum Units units);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
@ -22,8 +21,7 @@ private:
|
|||||||
void computeScale();
|
void computeScale();
|
||||||
QString units() const;
|
QString units() const;
|
||||||
|
|
||||||
int _zoom;
|
qreal _res;
|
||||||
qreal _lat;
|
|
||||||
qreal _width;
|
qreal _width;
|
||||||
qreal _length;
|
qreal _length;
|
||||||
Units _units;
|
Units _units;
|
||||||
|
@ -1,35 +1,112 @@
|
|||||||
#ifndef SETTINGS_H
|
#ifndef SETTINGS_H
|
||||||
#define SETTINGS_H
|
#define SETTINGS_H
|
||||||
|
|
||||||
|
#define IMPERIAL_UNITS() \
|
||||||
|
(QLocale::system().measurementSystem() == QLocale::ImperialSystem)
|
||||||
|
|
||||||
#define WINDOW_SETTINGS_GROUP "Window"
|
#define WINDOW_SETTINGS_GROUP "Window"
|
||||||
#define WINDOW_SIZE_SETTING "size"
|
#define WINDOW_SIZE_SETTING "size"
|
||||||
|
#define WINDOW_SIZE_DEFAULT QSize(600, 800)
|
||||||
#define WINDOW_POS_SETTING "pos"
|
#define WINDOW_POS_SETTING "pos"
|
||||||
|
#define WINDOW_POS_DEFAULT QPoint(10, 10)
|
||||||
|
|
||||||
#define SETTINGS_SETTINGS_GROUP "Settings"
|
#define SETTINGS_SETTINGS_GROUP "Settings"
|
||||||
|
#define TIME_TYPE_SETTING "timeType"
|
||||||
|
#define TIME_TYPE_DEFAULT Total
|
||||||
#define UNITS_SETTING "units"
|
#define UNITS_SETTING "units"
|
||||||
|
#define UNITS_DEFAULT (IMPERIAL_UNITS() ? Imperial : Metric)
|
||||||
#define SHOW_TOOLBARS_SETTING "toolbar"
|
#define SHOW_TOOLBARS_SETTING "toolbar"
|
||||||
|
#define SHOW_TOOLBARS_DEFAULT true
|
||||||
|
|
||||||
#define GRAPH_SETTINGS_GROUP "Graph"
|
#define GRAPH_SETTINGS_GROUP "Graph"
|
||||||
#define SHOW_GRAPHS_SETTING "show"
|
#define SHOW_GRAPHS_SETTING "show"
|
||||||
|
#define SHOW_GRAPHS_DEFAULT true
|
||||||
#define GRAPH_TYPE_SETTING "type"
|
#define GRAPH_TYPE_SETTING "type"
|
||||||
|
#define GRAPH_TYPE_DEFAULT Distance
|
||||||
#define SHOW_GRAPH_GRIDS_SETTING "grid"
|
#define SHOW_GRAPH_GRIDS_SETTING "grid"
|
||||||
|
#define SHOW_GRAPH_GRIDS_DEFAULT true
|
||||||
|
|
||||||
#define MAP_SETTINGS_GROUP "Map"
|
#define MAP_SETTINGS_GROUP "Map"
|
||||||
#define CURRENT_MAP_SETTING "map"
|
#define CURRENT_MAP_SETTING "map"
|
||||||
#define SHOW_MAP_SETTING "show"
|
#define SHOW_MAP_SETTING "show"
|
||||||
|
#define SHOW_MAP_DEFAULT true
|
||||||
|
|
||||||
#define POI_SETTINGS_GROUP "POI"
|
#define POI_SETTINGS_GROUP "POI"
|
||||||
#define OVERLAP_POI_SETTING "overlap"
|
#define OVERLAP_POI_SETTING "overlap"
|
||||||
|
#define OVERLAP_POI_DEFAULT false
|
||||||
#define LABELS_POI_SETTING "labels"
|
#define LABELS_POI_SETTING "labels"
|
||||||
|
#define LABELS_POI_DEFAULT true
|
||||||
#define SHOW_POI_SETTING "show"
|
#define SHOW_POI_SETTING "show"
|
||||||
|
#define SHOW_POI_DEFAULT false
|
||||||
#define DISABLED_POI_FILE_SETTINGS_PREFIX "disabled"
|
#define DISABLED_POI_FILE_SETTINGS_PREFIX "disabled"
|
||||||
#define DISABLED_POI_FILE_SETTING "file"
|
#define DISABLED_POI_FILE_SETTING "file"
|
||||||
|
|
||||||
#define DATA_SETTINGS_GROUP "Data"
|
#define DATA_SETTINGS_GROUP "Data"
|
||||||
#define SHOW_TRACKS_SETTING "tracks"
|
#define SHOW_TRACKS_SETTING "tracks"
|
||||||
|
#define SHOW_TRACKS_DEFAULT true
|
||||||
#define SHOW_ROUTES_SETTING "routes"
|
#define SHOW_ROUTES_SETTING "routes"
|
||||||
|
#define SHOW_ROUTES_DEFAULT true
|
||||||
#define SHOW_WAYPOINTS_SETTING "waypoints"
|
#define SHOW_WAYPOINTS_SETTING "waypoints"
|
||||||
|
#define SHOW_WAYPOINTS_DEFAULT true
|
||||||
#define SHOW_ROUTE_WAYPOINTS_SETTING "routeWaypoints"
|
#define SHOW_ROUTE_WAYPOINTS_SETTING "routeWaypoints"
|
||||||
|
#define SHOW_ROUTE_WAYPOINTS_DEFAULT true
|
||||||
#define SHOW_WAYPOINT_LABELS_SETTING "waypointLabels"
|
#define SHOW_WAYPOINT_LABELS_SETTING "waypointLabels"
|
||||||
|
#define SHOW_WAYPOINT_LABELS_DEFAULT true
|
||||||
|
|
||||||
|
#define EXPORT_SETTINGS_GROUP "Export"
|
||||||
|
#define PAPER_ORIENTATION_SETTING "orientation"
|
||||||
|
#define PAPER_ORIENTATION_DEFAULT QPrinter::Portrait
|
||||||
|
#define PAPER_SIZE_SETTING "size"
|
||||||
|
#define PAPER_SIZE_DEFAULT (IMPERIAL_UNITS() ? QPrinter::Letter \
|
||||||
|
: QPrinter::A4)
|
||||||
|
#define MARGIN_LEFT_SETTING "marginLeft"
|
||||||
|
#define MARGIN_LEFT_DEFAULT 5 /* mm */
|
||||||
|
#define MARGIN_TOP_SETTING "marginTop"
|
||||||
|
#define MARGIN_TOP_DEFAULT 5 /* mm */
|
||||||
|
#define MARGIN_RIGHT_SETTING "marginRight"
|
||||||
|
#define MARGIN_RIGHT_DEFAULT 5 /* mm */
|
||||||
|
#define MARGIN_BOTTOM_SETTING "marginBottom"
|
||||||
|
#define MARGIN_BOTTOM_DEFAULT 5 /* mm */
|
||||||
|
#define EXPORT_FILENAME_SETTING "fileName"
|
||||||
|
#define EXPORT_FILENAME_DEFAULT QString("%1/export.pdf"). \
|
||||||
|
arg(QDir::currentPath())
|
||||||
|
|
||||||
|
#define OPTIONS_SETTINGS_GROUP "Options"
|
||||||
|
#define PALETTE_COLOR_SETTING "paletteColor"
|
||||||
|
#define PALETTE_COLOR_DEFAULT QColor(Qt::blue)
|
||||||
|
#define PALETTE_SHIFT_SETTING "paletteShift"
|
||||||
|
#define PALETTE_SHIFT_DEFAULT 0.62
|
||||||
|
#define TRACK_WIDTH_SETTING "trackWidth"
|
||||||
|
#define TRACK_WIDTH_DEFAULT 3
|
||||||
|
#define ROUTE_WIDTH_SETTING "routeWidth"
|
||||||
|
#define ROUTE_WIDTH_DEFAULT 3
|
||||||
|
#define TRACK_STYLE_SETTING "trackStyle"
|
||||||
|
#define TRACK_STYLE_DEFAULT Qt::SolidLine
|
||||||
|
#define ROUTE_STYLE_SETTING "routeStyle"
|
||||||
|
#define ROUTE_STYLE_DEFAULT Qt::DotLine
|
||||||
|
#define GRAPH_WIDTH_SETTING "graphWidth"
|
||||||
|
#define GRAPH_WIDTH_DEFAULT 1
|
||||||
|
#define PATH_AA_SETTING "pathAntiAliasing"
|
||||||
|
#define PATH_AA_DEFAULT true
|
||||||
|
#define GRAPH_AA_SETTING "graphAntiAliasing"
|
||||||
|
#define GRAPH_AA_DEFAULT false
|
||||||
|
#define POI_RADIUS_SETTING "poiRadius"
|
||||||
|
#define POI_RADIUS_DEFAULT (IMPERIAL_UNITS() ? MIINM : KMINM)
|
||||||
|
#define USE_OPENGL_SETTING "useOpenGL"
|
||||||
|
#define USE_OPENGL_DEFAULT false
|
||||||
|
#define PRINT_NAME_SETTING "printName"
|
||||||
|
#define PRINT_NAME_DEFAULT true
|
||||||
|
#define PRINT_DATE_SETTING "printDate"
|
||||||
|
#define PRINT_DATE_DEFAULT true
|
||||||
|
#define PRINT_DISTANCE_SETTING "printDistance"
|
||||||
|
#define PRINT_DISTANCE_DEFAULT true
|
||||||
|
#define PRINT_TIME_SETTING "printTime"
|
||||||
|
#define PRINT_TIME_DEFAULT true
|
||||||
|
#define PRINT_MOVING_TIME_SETTING "printMovingTime"
|
||||||
|
#define PRINT_MOVING_TIME_DEFAULT false
|
||||||
|
#define PRINT_ITEM_COUNT_SETTING "printItemCount"
|
||||||
|
#define PRINT_ITEM_COUNT_DEFAULT true
|
||||||
|
#define SEPARATE_GRAPH_PAGE_SETTING "separateGraphPage"
|
||||||
|
#define SEPARATE_GRAPH_PAGE_DEFAULT false
|
||||||
|
|
||||||
#endif // SETTINGS_H
|
#endif // SETTINGS_H
|
||||||
|
@ -32,9 +32,11 @@ void SliderInfoItem::paint(QPainter *painter, const QStyleOptionGraphicsItem
|
|||||||
font.setPixelSize(FONT_SIZE);
|
font.setPixelSize(FONT_SIZE);
|
||||||
font.setFamily(FONT_FAMILY);
|
font.setFamily(FONT_FAMILY);
|
||||||
QFontMetrics fm(font);
|
QFontMetrics fm(font);
|
||||||
painter->setFont(font);
|
|
||||||
|
|
||||||
|
painter->setFont(font);
|
||||||
|
painter->setRenderHint(QPainter::Antialiasing, false);
|
||||||
painter->setPen(Qt::red);
|
painter->setPen(Qt::red);
|
||||||
|
|
||||||
if (_side == Right)
|
if (_side == Right)
|
||||||
painter->drawText(SIZE, fm.height() - fm.descent(), _text);
|
painter->drawText(SIZE, fm.height() - fm.descent(), _text);
|
||||||
else
|
else
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
SpeedGraph::SpeedGraph(QWidget *parent) : GraphTab(parent)
|
SpeedGraph::SpeedGraph(QWidget *parent) : GraphTab(parent)
|
||||||
{
|
{
|
||||||
_units = Metric;
|
_units = Metric;
|
||||||
|
_timeType = Total;
|
||||||
_showTracks = true;
|
_showTracks = true;
|
||||||
|
|
||||||
setYUnits();
|
setYUnits();
|
||||||
@ -36,6 +37,8 @@ void SpeedGraph::loadData(const Data &data, const QList<PathItem *> &paths)
|
|||||||
|
|
||||||
_avg.append(QPointF(data.tracks().at(i)->distance(),
|
_avg.append(QPointF(data.tracks().at(i)->distance(),
|
||||||
data.tracks().at(i)->distance() / data.tracks().at(i)->time()));
|
data.tracks().at(i)->distance() / data.tracks().at(i)->time()));
|
||||||
|
_avgM.append(QPointF(data.tracks().at(i)->distance(),
|
||||||
|
data.tracks().at(i)->distance() / data.tracks().at(i)->movingTime()));
|
||||||
|
|
||||||
GraphView::loadGraph(graph, paths.at(i));
|
GraphView::loadGraph(graph, paths.at(i));
|
||||||
}
|
}
|
||||||
@ -52,8 +55,9 @@ qreal SpeedGraph::avg() const
|
|||||||
{
|
{
|
||||||
qreal sum = 0, w = 0;
|
qreal sum = 0, w = 0;
|
||||||
QList<QPointF>::const_iterator it;
|
QList<QPointF>::const_iterator it;
|
||||||
|
const QList<QPointF> &list = (_timeType == Moving) ? _avgM : _avg;
|
||||||
|
|
||||||
for (it = _avg.begin(); it != _avg.end(); it++) {
|
for (it = list.begin(); it != list.end(); it++) {
|
||||||
sum += it->y() * it->x();
|
sum += it->y() * it->x();
|
||||||
w += it->x();
|
w += it->x();
|
||||||
}
|
}
|
||||||
@ -64,6 +68,7 @@ qreal SpeedGraph::avg() const
|
|||||||
void SpeedGraph::clear()
|
void SpeedGraph::clear()
|
||||||
{
|
{
|
||||||
_avg.clear();
|
_avg.clear();
|
||||||
|
_avgM.clear();
|
||||||
|
|
||||||
GraphView::clear();
|
GraphView::clear();
|
||||||
}
|
}
|
||||||
@ -90,6 +95,14 @@ void SpeedGraph::setUnits(enum Units units)
|
|||||||
redraw();
|
redraw();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void SpeedGraph::setTimeType(enum TimeType type)
|
||||||
|
{
|
||||||
|
_timeType = type;
|
||||||
|
|
||||||
|
setInfo();
|
||||||
|
redraw();
|
||||||
|
}
|
||||||
|
|
||||||
void SpeedGraph::showTracks(bool show)
|
void SpeedGraph::showTracks(bool show)
|
||||||
{
|
{
|
||||||
_showTracks = show;
|
_showTracks = show;
|
||||||
|
@ -15,8 +15,8 @@ public:
|
|||||||
void loadData(const Data &data, const QList<PathItem *> &paths);
|
void loadData(const Data &data, const QList<PathItem *> &paths);
|
||||||
void clear();
|
void clear();
|
||||||
void setUnits(enum Units units);
|
void setUnits(enum Units units);
|
||||||
|
void setTimeType(enum TimeType type);
|
||||||
void showTracks(bool show);
|
void showTracks(bool show);
|
||||||
void showRoutes(bool show) {Q_UNUSED(show);}
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
qreal avg() const;
|
qreal avg() const;
|
||||||
@ -25,8 +25,10 @@ private:
|
|||||||
void setInfo();
|
void setInfo();
|
||||||
|
|
||||||
QList<QPointF> _avg;
|
QList<QPointF> _avg;
|
||||||
|
QList<QPointF> _avgM;
|
||||||
|
|
||||||
enum Units _units;
|
enum Units _units;
|
||||||
|
enum TimeType _timeType;
|
||||||
bool _showTracks;
|
bool _showTracks;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
44
src/stylecombobox.cpp
Normal file
44
src/stylecombobox.cpp
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
#include <QPen>
|
||||||
|
#include <QPainter>
|
||||||
|
#include <QResizeEvent>
|
||||||
|
#include "stylecombobox.h"
|
||||||
|
|
||||||
|
|
||||||
|
#define MIN_LINE_LENGTH 60
|
||||||
|
#define LINE_WIDTH_RATIO 7
|
||||||
|
|
||||||
|
#define ARRAY_SIZE(a) (sizeof(a) / sizeof(*a))
|
||||||
|
|
||||||
|
StyleComboBox::StyleComboBox(QWidget *parent) : QComboBox(parent)
|
||||||
|
{
|
||||||
|
Qt::PenStyle styles[] = {Qt::SolidLine, Qt::DashLine, Qt::DotLine,
|
||||||
|
Qt::DashDotLine, Qt::DashDotDotLine};
|
||||||
|
|
||||||
|
QSize is = iconSize();
|
||||||
|
setIconSize(QSize(MIN_LINE_LENGTH, is.height()));
|
||||||
|
is = iconSize();
|
||||||
|
|
||||||
|
for (size_t i = 0; i < ARRAY_SIZE(styles); i++) {
|
||||||
|
QPixmap pm(is);
|
||||||
|
pm.fill(Qt::transparent);
|
||||||
|
|
||||||
|
QBrush brush(Qt::black);
|
||||||
|
QPen pen(brush, is.height() / LINE_WIDTH_RATIO, styles[i]);
|
||||||
|
|
||||||
|
QPainter painter(&pm);
|
||||||
|
painter.setPen(pen);
|
||||||
|
painter.drawLine(0, is.height() / 2, is.width(), is.height() / 2);
|
||||||
|
|
||||||
|
addItem(QIcon(pm), QString(), QVariant((int)styles[i]));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void StyleComboBox::setValue(Qt::PenStyle value)
|
||||||
|
{
|
||||||
|
for (int i = 0; i < count(); i++) {
|
||||||
|
if ((Qt::PenStyle) itemData(i).toInt() == value) {
|
||||||
|
setCurrentIndex(i);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
16
src/stylecombobox.h
Normal file
16
src/stylecombobox.h
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
#ifndef STYLECOMBOBOX_H
|
||||||
|
#define STYLECOMBOBOX_H
|
||||||
|
|
||||||
|
#include <QComboBox>
|
||||||
|
|
||||||
|
class StyleComboBox : public QComboBox
|
||||||
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
|
public:
|
||||||
|
StyleComboBox(QWidget *parent = 0);
|
||||||
|
|
||||||
|
void setValue(Qt::PenStyle value);
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // STYLECOMBOBOX_H
|
80
src/tar.cpp
Normal file
80
src/tar.cpp
Normal file
@ -0,0 +1,80 @@
|
|||||||
|
#include <cctype>
|
||||||
|
#include <QFile>
|
||||||
|
#include "tar.h"
|
||||||
|
|
||||||
|
|
||||||
|
#define BLOCKSIZE 512
|
||||||
|
|
||||||
|
#define BLOCKCOUNT(size) \
|
||||||
|
((size)/BLOCKSIZE + ((size) % BLOCKSIZE > 0 ? 1 : 0))
|
||||||
|
|
||||||
|
struct Header
|
||||||
|
{
|
||||||
|
char name[100]; /* 0 */
|
||||||
|
char mode[8]; /* 100 */
|
||||||
|
char uid[8]; /* 108 */
|
||||||
|
char gid[8]; /* 116 */
|
||||||
|
char size[12]; /* 124 */
|
||||||
|
char mtime[12]; /* 136 */
|
||||||
|
char chksum[8]; /* 148 */
|
||||||
|
char typeflag; /* 156 */
|
||||||
|
char linkname[100]; /* 157 */
|
||||||
|
char magic[6]; /* 257 */
|
||||||
|
char version[2]; /* 263 */
|
||||||
|
char uname[32]; /* 265 */
|
||||||
|
char gname[32]; /* 297 */
|
||||||
|
char devmajor[8]; /* 329 */
|
||||||
|
char devminor[8]; /* 337 */
|
||||||
|
char prefix[155]; /* 345 */
|
||||||
|
/* 500 */
|
||||||
|
};
|
||||||
|
|
||||||
|
static quint64 number(const char* data, size_t size)
|
||||||
|
{
|
||||||
|
const char *sp;
|
||||||
|
quint64 val = 0;
|
||||||
|
|
||||||
|
for (sp = data; sp < data + size; sp++)
|
||||||
|
if (isdigit(*sp))
|
||||||
|
break;
|
||||||
|
for (; sp < data + size && isdigit(*sp); sp++)
|
||||||
|
val = val * 8 + *sp - '0';
|
||||||
|
|
||||||
|
return val;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool Tar::load(const QString &path)
|
||||||
|
{
|
||||||
|
char buffer[BLOCKSIZE];
|
||||||
|
struct Header *hdr = (struct Header*)&buffer;
|
||||||
|
quint64 size;
|
||||||
|
qint64 ret;
|
||||||
|
|
||||||
|
_file.setFileName(path);
|
||||||
|
if (!_file.open(QIODevice::ReadOnly))
|
||||||
|
return false;
|
||||||
|
|
||||||
|
while ((ret = _file.read(buffer, BLOCKSIZE)) > 0) {
|
||||||
|
if (ret < BLOCKSIZE)
|
||||||
|
return false;
|
||||||
|
size = number(hdr->size, sizeof(hdr->size));
|
||||||
|
if (size)
|
||||||
|
_index.insert(hdr->name, Info(size, _file.pos()));
|
||||||
|
if (!_file.seek(_file.pos() + BLOCKCOUNT(size) * BLOCKSIZE))
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
QByteArray Tar::file(const QString &name)
|
||||||
|
{
|
||||||
|
QMap<QString, Tar::Info>::const_iterator it = _index.find(name);
|
||||||
|
if (it == _index.end())
|
||||||
|
return QByteArray();
|
||||||
|
|
||||||
|
if (_file.seek(it.value().offset()))
|
||||||
|
return _file.read(it.value().size());
|
||||||
|
else
|
||||||
|
return QByteArray();
|
||||||
|
}
|
36
src/tar.h
Normal file
36
src/tar.h
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
#ifndef TAR_H
|
||||||
|
#define TAR_H
|
||||||
|
|
||||||
|
#include <QStringList>
|
||||||
|
#include <QMap>
|
||||||
|
#include <QFile>
|
||||||
|
|
||||||
|
class Tar
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
bool load(const QString &path);
|
||||||
|
|
||||||
|
QStringList files() const {return _index.keys();}
|
||||||
|
QByteArray file(const QString &name);
|
||||||
|
|
||||||
|
QString fileName() const {return _file.fileName();}
|
||||||
|
bool isOpen() const {return _file.isOpen();}
|
||||||
|
|
||||||
|
private:
|
||||||
|
class Info
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
Info(quint64 size, quint64 offset) : _size(size), _offset(offset) {}
|
||||||
|
quint64 size() const {return _size;}
|
||||||
|
quint64 offset() const {return _offset;}
|
||||||
|
|
||||||
|
private:
|
||||||
|
quint64 _size;
|
||||||
|
quint64 _offset;
|
||||||
|
};
|
||||||
|
|
||||||
|
QFile _file;
|
||||||
|
QMap<QString, Info> _index;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // TAR_H
|
@ -4,7 +4,7 @@
|
|||||||
void TCXParser::warning(const char *text) const
|
void TCXParser::warning(const char *text) const
|
||||||
{
|
{
|
||||||
const QFile *file = static_cast<QFile *>(_reader.device());
|
const QFile *file = static_cast<QFile *>(_reader.device());
|
||||||
fprintf(stderr, "%s:%lld: %s\n", qPrintable(file->fileName()),
|
qWarning("%s:%lld: %s\n", qPrintable(file->fileName()),
|
||||||
_reader.lineNumber(), text);
|
_reader.lineNumber(), text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -15,7 +15,6 @@ public:
|
|||||||
void clear();
|
void clear();
|
||||||
void setUnits(enum Units units);
|
void setUnits(enum Units units);
|
||||||
void showTracks(bool show);
|
void showTracks(bool show);
|
||||||
void showRoutes(bool show) {Q_UNUSED(show);}
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
qreal avg() const;
|
qreal avg() const;
|
||||||
|
@ -14,8 +14,6 @@ public:
|
|||||||
const QPoint& xy() const {return _xy;}
|
const QPoint& xy() const {return _xy;}
|
||||||
QPixmap& pixmap() {return _pixmap;}
|
QPixmap& pixmap() {return _pixmap;}
|
||||||
|
|
||||||
static int size() {return 256;}
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
int _zoom;
|
int _zoom;
|
||||||
QPoint _xy;
|
QPoint _xy;
|
||||||
|
9
src/timetype.h
Normal file
9
src/timetype.h
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#ifndef TIMETYPE_H
|
||||||
|
#define TIMETYPE_H
|
||||||
|
|
||||||
|
enum TimeType {
|
||||||
|
Total,
|
||||||
|
Moving
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // TIMETYPE_H
|
132
src/track.cpp
132
src/track.cpp
@ -9,6 +9,9 @@
|
|||||||
#define WINDOW_CF 3
|
#define WINDOW_CF 3
|
||||||
#define WINDOW_PF 3
|
#define WINDOW_PF 3
|
||||||
|
|
||||||
|
#define PAUSE_SPEED 0.5
|
||||||
|
#define PAUSE_TIME_DIFF 10
|
||||||
|
|
||||||
|
|
||||||
static qreal median(QVector<qreal> v)
|
static qreal median(QVector<qreal> v)
|
||||||
{
|
{
|
||||||
@ -43,30 +46,31 @@ static QSet<int> eliminate(const QVector<qreal> &v, int window)
|
|||||||
return rm;
|
return rm;
|
||||||
}
|
}
|
||||||
|
|
||||||
static Graph filter(const Graph &v, int window)
|
static Graph filter(const Graph &g, int window)
|
||||||
{
|
{
|
||||||
qreal acc = 0;
|
qreal acc = 0;
|
||||||
Graph ret;
|
Graph ret;
|
||||||
|
|
||||||
if (v.size() < window)
|
if (g.size() < window)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
for (int i = 0; i < window; i++)
|
for (int i = 0; i < window; i++)
|
||||||
acc += v.at(i).y();
|
acc += g.at(i).y();
|
||||||
for (int i = 0; i <= window/2; i++)
|
for (int i = 0; i <= window/2; i++)
|
||||||
ret.append(GraphPoint(v.at(i).s(), v.at(i).t(), acc/window));
|
ret.append(GraphPoint(g.at(i).s(), g.at(i).t(), acc/window));
|
||||||
|
|
||||||
for (int i = window/2 + 1; i < v.size() - window/2; i++) {
|
for (int i = window/2 + 1; i < g.size() - window/2; i++) {
|
||||||
acc += v.at(i + window/2).y() - v.at(i - (window/2 + 1)).y();
|
acc += g.at(i + window/2).y() - g.at(i - (window/2 + 1)).y();
|
||||||
ret.append(GraphPoint(v.at(i).s(), v.at(i).t(), acc/window));
|
ret.append(GraphPoint(g.at(i).s(), g.at(i).t(), acc/window));
|
||||||
}
|
}
|
||||||
|
|
||||||
for (int i = v.size() - window/2; i < v.size(); i++)
|
for (int i = g.size() - window/2; i < g.size(); i++)
|
||||||
ret.append(GraphPoint(v.at(i).s(), v.at(i).t(), acc/window));
|
ret.append(GraphPoint(g.at(i).s(), g.at(i).t(), acc/window));
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Track::Track(const TrackData &data) : _data(data)
|
Track::Track(const TrackData &data) : _data(data)
|
||||||
{
|
{
|
||||||
qreal dt, ds, total;
|
qreal dt, ds, total;
|
||||||
@ -98,13 +102,28 @@ Track::Track(const TrackData &data) : _data(data)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_pause = 0;
|
||||||
|
for (int i = 1; i < data.count(); i++) {
|
||||||
|
if (_time.at(i) > _time.at(i-1) + PAUSE_TIME_DIFF
|
||||||
|
&& _speed.at(i) < PAUSE_SPEED) {
|
||||||
|
_pause += _time.at(i) - _time.at(i-1);
|
||||||
|
_stop.insert(i-1);
|
||||||
|
_stop.insert(i);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
_outliers = eliminate(_speed, WINDOW_OE);
|
_outliers = eliminate(_speed, WINDOW_OE);
|
||||||
|
|
||||||
|
QSet<int>::const_iterator it;
|
||||||
|
for (it = _stop.constBegin(); it != _stop.constEnd(); ++it)
|
||||||
|
_outliers.remove(*it);
|
||||||
|
|
||||||
total = 0;
|
total = 0;
|
||||||
for (int i = 0; i < _data.size(); i++) {
|
for (int i = 0; i < _data.size(); i++) {
|
||||||
if (_outliers.contains(i))
|
if (_outliers.contains(i))
|
||||||
continue;
|
continue;
|
||||||
total += _distance.at(i);
|
if (!discardStopPoint(i))
|
||||||
|
total += _distance.at(i);
|
||||||
_distance[i] = total;
|
_distance[i] = total;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -113,9 +132,6 @@ Graph Track::elevation() const
|
|||||||
{
|
{
|
||||||
Graph raw;
|
Graph raw;
|
||||||
|
|
||||||
if (!_data.size())
|
|
||||||
return raw;
|
|
||||||
|
|
||||||
for (int i = 0; i < _data.size(); i++)
|
for (int i = 0; i < _data.size(); i++)
|
||||||
if (_data.at(i).hasElevation() && !_outliers.contains(i))
|
if (_data.at(i).hasElevation() && !_outliers.contains(i))
|
||||||
raw.append(GraphPoint(_distance.at(i), _time.at(i),
|
raw.append(GraphPoint(_distance.at(i), _time.at(i),
|
||||||
@ -126,14 +142,16 @@ Graph Track::elevation() const
|
|||||||
|
|
||||||
Graph Track::speed() const
|
Graph Track::speed() const
|
||||||
{
|
{
|
||||||
Graph raw;
|
Graph raw, filtered;
|
||||||
qreal v;
|
qreal v;
|
||||||
|
QSet<int> stop;
|
||||||
if (!_data.size())
|
|
||||||
return raw;
|
|
||||||
|
|
||||||
for (int i = 0; i < _data.size(); i++) {
|
for (int i = 0; i < _data.size(); i++) {
|
||||||
if (_data.at(i).hasSpeed() && !_outliers.contains(i))
|
if (_stop.contains(i) && (!std::isnan(_speed.at(i))
|
||||||
|
|| _data.at(i).hasSpeed())) {
|
||||||
|
v = 0;
|
||||||
|
stop.insert(raw.size());
|
||||||
|
} else if (_data.at(i).hasSpeed() && !_outliers.contains(i))
|
||||||
v = _data.at(i).speed();
|
v = _data.at(i).speed();
|
||||||
else if (!std::isnan(_speed.at(i)) && !_outliers.contains(i))
|
else if (!std::isnan(_speed.at(i)) && !_outliers.contains(i))
|
||||||
v = _speed.at(i);
|
v = _speed.at(i);
|
||||||
@ -143,16 +161,19 @@ Graph Track::speed() const
|
|||||||
raw.append(GraphPoint(_distance.at(i), _time.at(i), v));
|
raw.append(GraphPoint(_distance.at(i), _time.at(i), v));
|
||||||
}
|
}
|
||||||
|
|
||||||
return filter(raw, WINDOW_SF);
|
filtered = filter(raw, WINDOW_SF);
|
||||||
|
|
||||||
|
QSet<int>::const_iterator it;
|
||||||
|
for (it = stop.constBegin(); it != stop.constEnd(); ++it)
|
||||||
|
filtered[*it].setY(0);
|
||||||
|
|
||||||
|
return filtered;
|
||||||
}
|
}
|
||||||
|
|
||||||
Graph Track::heartRate() const
|
Graph Track::heartRate() const
|
||||||
{
|
{
|
||||||
Graph raw;
|
Graph raw;
|
||||||
|
|
||||||
if (!_data.size())
|
|
||||||
return raw;
|
|
||||||
|
|
||||||
for (int i = 0; i < _data.count(); i++)
|
for (int i = 0; i < _data.count(); i++)
|
||||||
if (_data.at(i).hasHeartRate() && !_outliers.contains(i))
|
if (_data.at(i).hasHeartRate() && !_outliers.contains(i))
|
||||||
raw.append(GraphPoint(_distance.at(i), _time.at(i),
|
raw.append(GraphPoint(_distance.at(i), _time.at(i),
|
||||||
@ -175,26 +196,56 @@ Graph Track::temperature() const
|
|||||||
|
|
||||||
Graph Track::cadence() const
|
Graph Track::cadence() const
|
||||||
{
|
{
|
||||||
Graph raw;
|
Graph raw, filtered;
|
||||||
|
QSet<int> stop;
|
||||||
|
qreal c;
|
||||||
|
|
||||||
for (int i = 0; i < _data.size(); i++)
|
for (int i = 0; i < _data.size(); i++) {
|
||||||
if (_data.at(i).hasCadence() && !_outliers.contains(i))
|
if (_data.at(i).hasCadence() && _stop.contains(i)) {
|
||||||
raw.append(GraphPoint(_distance.at(i), _time.at(i),
|
c = 0;
|
||||||
_data.at(i).cadence()));
|
stop.insert(raw.size());
|
||||||
|
} else if (_data.at(i).hasCadence() && !_outliers.contains(i))
|
||||||
|
c = _data.at(i).cadence();
|
||||||
|
else
|
||||||
|
continue;
|
||||||
|
|
||||||
return filter(raw, WINDOW_CF);
|
raw.append(GraphPoint(_distance.at(i), _time.at(i), c));
|
||||||
|
}
|
||||||
|
|
||||||
|
filtered = filter(raw, WINDOW_CF);
|
||||||
|
|
||||||
|
QSet<int>::const_iterator it;
|
||||||
|
for (it = stop.constBegin(); it != stop.constEnd(); ++it)
|
||||||
|
filtered[*it].setY(0);
|
||||||
|
|
||||||
|
return filtered;
|
||||||
}
|
}
|
||||||
|
|
||||||
Graph Track::power() const
|
Graph Track::power() const
|
||||||
{
|
{
|
||||||
Graph raw;
|
Graph raw, filtered;
|
||||||
|
QSet<int> stop;
|
||||||
|
qreal p;
|
||||||
|
|
||||||
for (int i = 0; i < _data.size(); i++)
|
for (int i = 0; i < _data.size(); i++) {
|
||||||
if (_data.at(i).hasPower() && !_outliers.contains(i))
|
if (_data.at(i).hasPower() && _stop.contains(i)) {
|
||||||
raw.append(GraphPoint(_distance.at(i), _time.at(i),
|
p = 0;
|
||||||
_data.at(i).power()));
|
stop.insert(raw.size());
|
||||||
|
} else if (_data.at(i).hasPower() && !_outliers.contains(i))
|
||||||
|
p = _data.at(i).power();
|
||||||
|
else
|
||||||
|
continue;
|
||||||
|
|
||||||
return filter(raw, WINDOW_PF);
|
raw.append(GraphPoint(_distance.at(i), _time.at(i), p));
|
||||||
|
}
|
||||||
|
|
||||||
|
filtered = filter(raw, WINDOW_PF);
|
||||||
|
|
||||||
|
QSet<int>::const_iterator it;
|
||||||
|
for (it = stop.constBegin(); it != stop.constEnd(); ++it)
|
||||||
|
filtered[*it].setY(0);
|
||||||
|
|
||||||
|
return filtered;
|
||||||
}
|
}
|
||||||
|
|
||||||
qreal Track::distance() const
|
qreal Track::distance() const
|
||||||
@ -208,6 +259,11 @@ qreal Track::time() const
|
|||||||
(_data.first().timestamp().msecsTo(_data.last().timestamp()) / 1000.0);
|
(_data.first().timestamp().msecsTo(_data.last().timestamp()) / 1000.0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
qreal Track::movingTime() const
|
||||||
|
{
|
||||||
|
return (time() - _pause);
|
||||||
|
}
|
||||||
|
|
||||||
QDateTime Track::date() const
|
QDateTime Track::date() const
|
||||||
{
|
{
|
||||||
return (_data.size()) ? _data.first().timestamp() : QDateTime();
|
return (_data.size()) ? _data.first().timestamp() : QDateTime();
|
||||||
@ -218,8 +274,14 @@ Path Track::path() const
|
|||||||
Path ret;
|
Path ret;
|
||||||
|
|
||||||
for (int i = 0; i < _data.size(); i++)
|
for (int i = 0; i < _data.size(); i++)
|
||||||
if (!_outliers.contains(i))
|
if (!_outliers.contains(i) && !discardStopPoint(i))
|
||||||
ret.append(PathPoint(_data.at(i).coordinates(), _distance.at(i)));
|
ret.append(PathPoint(_data.at(i).coordinates(), _distance.at(i)));
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool Track::discardStopPoint(int i) const
|
||||||
|
{
|
||||||
|
return (_stop.contains(i) && i > 0 && _stop.contains(i-1)
|
||||||
|
&& i < _data.size() - 1 && _stop.contains(i+1));
|
||||||
|
}
|
||||||
|
@ -15,6 +15,7 @@ public:
|
|||||||
Track(const TrackData &data);
|
Track(const TrackData &data);
|
||||||
|
|
||||||
Path path() const;
|
Path path() const;
|
||||||
|
|
||||||
Graph elevation() const;
|
Graph elevation() const;
|
||||||
Graph speed() const;
|
Graph speed() const;
|
||||||
Graph heartRate() const;
|
Graph heartRate() const;
|
||||||
@ -24,6 +25,7 @@ public:
|
|||||||
|
|
||||||
qreal distance() const;
|
qreal distance() const;
|
||||||
qreal time() const;
|
qreal time() const;
|
||||||
|
qreal movingTime() const;
|
||||||
QDateTime date() const;
|
QDateTime date() const;
|
||||||
|
|
||||||
const QString &name() const {return _data.name();}
|
const QString &name() const {return _data.name();}
|
||||||
@ -32,6 +34,8 @@ public:
|
|||||||
bool isNull() const {return (_data.size() < 2);}
|
bool isNull() const {return (_data.size() < 2);}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
bool discardStopPoint(int i) const;
|
||||||
|
|
||||||
const TrackData &_data;
|
const TrackData &_data;
|
||||||
|
|
||||||
QVector<qreal> _distance;
|
QVector<qreal> _distance;
|
||||||
@ -39,6 +43,9 @@ private:
|
|||||||
QVector<qreal> _speed;
|
QVector<qreal> _speed;
|
||||||
|
|
||||||
QSet<int> _outliers;
|
QSet<int> _outliers;
|
||||||
|
QSet<int> _stop;
|
||||||
|
|
||||||
|
qreal _pause;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // TRACK_H
|
#endif // TRACK_H
|
||||||
|
@ -1,63 +1,42 @@
|
|||||||
#include <QApplication>
|
|
||||||
#include <QCursor>
|
|
||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
#include "format.h"
|
#include "format.h"
|
||||||
#include "tooltip.h"
|
#include "tooltip.h"
|
||||||
|
#include "map.h"
|
||||||
#include "trackitem.h"
|
#include "trackitem.h"
|
||||||
|
|
||||||
|
|
||||||
QString TrackItem::toolTip()
|
QString TrackItem::toolTip(Units units)
|
||||||
{
|
{
|
||||||
ToolTip tt;
|
ToolTip tt;
|
||||||
|
|
||||||
if (!_name.isEmpty())
|
if (!_name.isEmpty())
|
||||||
tt.insert(qApp->translate("TrackItem", "Name"), _name);
|
tt.insert(tr("Name"), _name);
|
||||||
if (!_desc.isEmpty())
|
if (!_desc.isEmpty())
|
||||||
tt.insert(qApp->translate("TrackItem", "Description"), _desc);
|
tt.insert(tr("Description"), _desc);
|
||||||
tt.insert(qApp->translate("TrackItem", "Distance"),
|
tt.insert(tr("Distance"), Format::distance(_path.last().distance(), units));
|
||||||
Format::distance(_distance.last(), _units));
|
|
||||||
if (_time > 0)
|
if (_time > 0)
|
||||||
tt.insert(qApp->translate("TrackItem", "Time"),
|
tt.insert(tr("Total time"), Format::timeSpan(_time));
|
||||||
Format::timeSpan(_time));
|
if (_movingTime > 0)
|
||||||
|
tt.insert(tr("Moving time"), Format::timeSpan(_movingTime));
|
||||||
if (!_date.isNull())
|
if (!_date.isNull())
|
||||||
tt.insert(qApp->translate("TrackItem", "Date"),
|
tt.insert(tr("Date"), _date.toString(Qt::SystemLocaleShortDate));
|
||||||
_date.toString(Qt::SystemLocaleShortDate));
|
|
||||||
|
|
||||||
return tt.toString();
|
return tt.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
TrackItem::TrackItem(const Track &track, QGraphicsItem *parent)
|
TrackItem::TrackItem(const Track &track, Map *map, QGraphicsItem *parent)
|
||||||
: PathItem(parent)
|
: PathItem(track.path(), map, parent)
|
||||||
{
|
{
|
||||||
QPointF p;
|
|
||||||
const Path &path = track.path();
|
|
||||||
Q_ASSERT(path.count() >= 2);
|
|
||||||
|
|
||||||
p = path.first().coordinates().toMercator();
|
|
||||||
_path.moveTo(QPointF(p.x(), -p.y()));
|
|
||||||
_distance.append(path.first().distance());
|
|
||||||
for (int i = 1; i < path.size(); i++) {
|
|
||||||
if (path.at(i).coordinates() == path.at(i-1).coordinates())
|
|
||||||
continue;
|
|
||||||
p = path.at(i).coordinates().toMercator();
|
|
||||||
_path.lineTo(QPointF(p.x(), -p.y()));
|
|
||||||
_distance.append(path.at(i).distance());
|
|
||||||
}
|
|
||||||
|
|
||||||
updateShape();
|
|
||||||
|
|
||||||
_name = track.name();
|
_name = track.name();
|
||||||
_desc = track.description();
|
_desc = track.description();
|
||||||
_date = track.date();
|
_date = track.date();
|
||||||
_time = track.time();
|
_time = track.time();
|
||||||
|
_movingTime = track.movingTime();
|
||||||
|
|
||||||
_marker->setPos(_path.elementAt(0));
|
setToolTip(toolTip(Metric));
|
||||||
|
|
||||||
setToolTip(toolTip());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void TrackItem::setUnits(enum Units units)
|
void TrackItem::setUnits(Units units)
|
||||||
{
|
{
|
||||||
PathItem::setUnits(units);
|
setToolTip(toolTip(units));
|
||||||
setToolTip(toolTip());
|
|
||||||
}
|
}
|
||||||
|
@ -5,24 +5,27 @@
|
|||||||
#include <QPen>
|
#include <QPen>
|
||||||
#include "track.h"
|
#include "track.h"
|
||||||
#include "pathitem.h"
|
#include "pathitem.h"
|
||||||
|
#include "units.h"
|
||||||
|
|
||||||
|
class Map;
|
||||||
|
|
||||||
class TrackItem : public PathItem
|
class TrackItem : public PathItem
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
TrackItem(const Track &track, QGraphicsItem *parent = 0);
|
TrackItem(const Track &track, Map *map, QGraphicsItem *parent = 0);
|
||||||
|
|
||||||
void setUnits(enum Units units);
|
void setUnits(Units units);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QString toolTip();
|
QString toolTip(Units units);
|
||||||
|
|
||||||
QString _name;
|
QString _name;
|
||||||
QString _desc;
|
QString _desc;
|
||||||
QDateTime _date;
|
QDateTime _date;
|
||||||
qreal _time;
|
qreal _time;
|
||||||
|
qreal _movingTime;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // TRACKITEM_H
|
#endif // TRACKITEM_H
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user