1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-04-21 12:49:10 +02:00

Compare commits

..

No commits in common. "c449024584cc5928ed7c108ac186463bf5e11477" and "1086a74f99d93878dbc1f0acc0ab32e24862e28e" have entirely different histories.

4 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,4 @@
version: 13.5.{build} version: 13.4.{build}
configuration: configuration:
- Release - Release

View File

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

View File

@ -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 "13.5" !define VERSION "13.4"
; The file to write ; The file to write
OutFile "GPXSee-${VERSION}_x64.exe" OutFile "GPXSee-${VERSION}_x64.exe"

View File

@ -59,8 +59,7 @@ public:
RectC bounds() const; RectC bounds() const;
Range zooms() const Range zooms() const
{return Range(_subFiles.first().min, _subFiles.last().max);} {return Range(_subFiles.first().min, _subFiles.last().max);}
int tileSize() const int tileSize() const {return _tileSize;}
{return _tileSize < 384 ? _tileSize << 1 : _tileSize;}
void points(const RectC &rect, int zoom, QList<Point> *list); void points(const RectC &rect, int zoom, QList<Point> *list);
void paths(const RectC &searchRect, const RectC &boundsRect, int zoom, void paths(const RectC &searchRect, const RectC &boundsRect, int zoom,