mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-27 21:24:47 +01:00
Compare commits
No commits in common. "c0e2597dcc2cd38108bc43fdabe4d2f400e43932" and "d0e0ea32ab443348d240faf3a6aeb2d0971b136f" have entirely different histories.
c0e2597dcc
...
d0e0ea32ab
@ -1,4 +1,4 @@
|
|||||||
version: 10.2.{build}
|
version: 10.1.{build}
|
||||||
|
|
||||||
configuration:
|
configuration:
|
||||||
- Release
|
- Release
|
||||||
|
@ -3,7 +3,7 @@ unix:!macx {
|
|||||||
} else {
|
} else {
|
||||||
TARGET = GPXSee
|
TARGET = GPXSee
|
||||||
}
|
}
|
||||||
VERSION = 10.2
|
VERSION = 10.1
|
||||||
|
|
||||||
QT += core \
|
QT += core \
|
||||||
gui \
|
gui \
|
||||||
|
@ -157,7 +157,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/data/data.cpp" line="167"/>
|
<location filename="../src/data/data.cpp" line="167"/>
|
||||||
<source>TwoNav files</source>
|
<source>TwoNav files</source>
|
||||||
<translation>TwoNav-dosieroj</translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/data/data.cpp" line="168"/>
|
<location filename="../src/data/data.cpp" line="168"/>
|
||||||
|
@ -157,7 +157,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/data/data.cpp" line="167"/>
|
<location filename="../src/data/data.cpp" line="167"/>
|
||||||
<source>TwoNav files</source>
|
<source>TwoNav files</source>
|
||||||
<translation>TwoNav-tiedostot</translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/data/data.cpp" line="168"/>
|
<location filename="../src/data/data.cpp" line="168"/>
|
||||||
|
@ -157,7 +157,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/data/data.cpp" line="167"/>
|
<location filename="../src/data/data.cpp" line="167"/>
|
||||||
<source>TwoNav files</source>
|
<source>TwoNav files</source>
|
||||||
<translation>TwoNav файлы</translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/data/data.cpp" line="168"/>
|
<location filename="../src/data/data.cpp" line="168"/>
|
||||||
|
@ -37,7 +37,7 @@ Unicode true
|
|||||||
; The name of the installer
|
; The name of the installer
|
||||||
Name "GPXSee"
|
Name "GPXSee"
|
||||||
; Program version
|
; Program version
|
||||||
!define VERSION "10.2"
|
!define VERSION "10.1"
|
||||||
|
|
||||||
; The file to write
|
; The file to write
|
||||||
OutFile "GPXSee-${VERSION}_x64.exe"
|
OutFile "GPXSee-${VERSION}_x64.exe"
|
||||||
|
@ -198,7 +198,7 @@
|
|||||||
#define POI_RADIUS_SETTING "poiRadius"
|
#define POI_RADIUS_SETTING "poiRadius"
|
||||||
#define POI_RADIUS_DEFAULT (int)(IMPERIAL_UNITS() ? MIINM : KMINM)
|
#define POI_RADIUS_DEFAULT (int)(IMPERIAL_UNITS() ? MIINM : KMINM)
|
||||||
#define DEM_URL_SETTING "demURL"
|
#define DEM_URL_SETTING "demURL"
|
||||||
#define DEM_URL_DEFAULT "http://dem.gpxsee.org/$lat/$lat$lon.hgt.zip"
|
#define DEM_URL_DEFAULT ""
|
||||||
#define DEM_AUTH_SETTING "demAuthentication"
|
#define DEM_AUTH_SETTING "demAuthentication"
|
||||||
#define DEM_AUTH_DEFAULT false
|
#define DEM_AUTH_DEFAULT false
|
||||||
#define DEM_USERNAME_SETTING "demUsername"
|
#define DEM_USERNAME_SETTING "demUsername"
|
||||||
|
Loading…
Reference in New Issue
Block a user