mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Compare commits
7 Commits
d0e0ea32ab
...
c0e2597dcc
Author | SHA1 | Date | |
---|---|---|---|
|
c0e2597dcc | ||
ff0affc8ec | |||
e38772c9b6 | |||
|
713876d7a4 | ||
|
2529ea9932 | ||
|
025313edb0 | ||
|
86dbc58e8e |
@ -1,4 +1,4 @@
|
|||||||
version: 10.1.{build}
|
version: 10.2.{build}
|
||||||
|
|
||||||
configuration:
|
configuration:
|
||||||
- Release
|
- Release
|
||||||
|
@ -3,7 +3,7 @@ unix:!macx {
|
|||||||
} else {
|
} else {
|
||||||
TARGET = GPXSee
|
TARGET = GPXSee
|
||||||
}
|
}
|
||||||
VERSION = 10.1
|
VERSION = 10.2
|
||||||
|
|
||||||
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 type="unfinished"></translation>
|
<translation>TwoNav-dosieroj</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 type="unfinished"></translation>
|
<translation>TwoNav-tiedostot</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 type="unfinished"></translation>
|
<translation>TwoNav файлы</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.1"
|
!define VERSION "10.2"
|
||||||
|
|
||||||
; 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 ""
|
#define DEM_URL_DEFAULT "http://dem.gpxsee.org/$lat/$lat$lon.hgt.zip"
|
||||||
#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