Skip to content

Commit

Permalink
release candidate 1.10.0 (#1390)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteven4 authored Nov 29, 2024
1 parent 36b5007 commit a460fb5
Show file tree
Hide file tree
Showing 27 changed files with 2,753 additions and 2,394 deletions.
4 changes: 2 additions & 2 deletions gbversion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
# By defining the version here we minimize the number of locations
# containing the definition to gbversion.pri and gbversion.cmake.

set(GB.VERSION 1.9.0)
set(GB.VERSION 1.10.0)
string(REPLACE "." ";" VERSION_COMPONENTS ${GB.VERSION})
list(GET VERSION_COMPONENTS 0 GB.MAJOR)
list(GET VERSION_COMPONENTS 1 GB.MINOR)
list(GET VERSION_COMPONENTS 2 GB.MICRO)
# Increase GB.BUILD for a new release (why? Where is this ever used?)
# A: it's used by win32/gpsbabel.rc which includes gbversion.h
set(GB.BUILD 33 CACHE STRING "Fourth component of Windows VERSIONINFO resource FILEVERSION and PRODUCTVERSION parameters.")
set(GB.BUILD 34 CACHE STRING "Fourth component of Windows VERSIONINFO resource FILEVERSION and PRODUCTVERSION parameters.")
set(GB.PACKAGE_RELEASE "" CACHE STRING "String to append to VERSION tuple.") # .e.g. "-beta20190413"
set(GB.SHA $ENV{GITHUB_SHA})
if(DEFINED ENV{GITHUB_SHA})
Expand Down
2 changes: 1 addition & 1 deletion gui/aboutui.ui
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'DejaVu Sans'; font-size:12pt; font-weight:400; font-style:normal;">
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">$appname$</span></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$babelfeversion$</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2023 Robert Lipe</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2024 Robert Lipe</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GUI designed and contributed by S. Khai Mong</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LGPL Crystal Icons by Elvarado Coehlo</p>
<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
Expand Down
21 changes: 19 additions & 2 deletions gui/coretool/core_strings.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ QT_TRANSLATE_NOOP("core","Source for name field in .dbf")
QT_TRANSLATE_NOOP("core","Source for URL field in .dbf")
QT_TRANSLATE_NOOP("core","ESRI shapefile")
QT_TRANSLATE_NOOP("core","(integer sec or 'auto') Barograph to GPS time diff")
QT_TRANSLATE_NOOP("core","Engine Noise (ENL; default=1)")
QT_TRANSLATE_NOOP("core","True Airspeed (TAS; default=1)")
QT_TRANSLATE_NOOP("core","Total Energy Vario (VAT; default=1)")
QT_TRANSLATE_NOOP("core","Outside Air Temperature (OAT; default=1)")
QT_TRANSLATE_NOOP("core","True Track (TRT; default=0)")
QT_TRANSLATE_NOOP("core","Ground Speed (GSP; default=1)")
QT_TRANSLATE_NOOP("core","Fix Accuracy (FXA; default=1)")
QT_TRANSLATE_NOOP("core","# Of Sats (SIU; default=0)")
QT_TRANSLATE_NOOP("core","Z Acceleration (ACZ; default=1)")
QT_TRANSLATE_NOOP("core","G Force? (GFO; default=0)")
QT_TRANSLATE_NOOP("core","FAI/IGC Flight Recorder Data Format")
QT_TRANSLATE_NOOP("core","Read all points even if latitude or longitude is missing")
QT_TRANSLATE_NOOP("core","Attempt to recovery data from corrupt file")
Expand Down Expand Up @@ -114,7 +124,6 @@ QT_TRANSLATE_NOOP("core","Write course rather than history, default yes")
QT_TRANSLATE_NOOP("core","Sport: Biking (deflt), Running, MultiSport, Other")
QT_TRANSLATE_NOOP("core","Garmin Training Center (.tcx/.crs/.hst/.xml)")
QT_TRANSLATE_NOOP("core","Default icon name")
QT_TRANSLATE_NOOP("core","Omit Placer name")
QT_TRANSLATE_NOOP("core","Geocaching.com .loc")
QT_TRANSLATE_NOOP("core","Compact Output. Default is off.")
QT_TRANSLATE_NOOP("core","GeoJson")
Expand All @@ -125,7 +134,6 @@ QT_TRANSLATE_NOOP("core","Erase device data after download")
QT_TRANSLATE_NOOP("core","Only erase device data, do not download anything")
QT_TRANSLATE_NOOP("core","GlobalSat DG-200 Download")
QT_TRANSLATE_NOOP("core","list tracks")
QT_TRANSLATE_NOOP("core","get track")
QT_TRANSLATE_NOOP("core","Dump raw data to this file")
QT_TRANSLATE_NOOP("core","Dump raw data to this file")
QT_TRANSLATE_NOOP("core","Time zone ID")
Expand Down Expand Up @@ -279,6 +287,15 @@ QT_TRANSLATE_NOOP("core","Unit used in proximity values")
QT_TRANSLATE_NOOP("core","codec to use for reading and writing strings (default windows-1252)")
QT_TRANSLATE_NOOP("core","OziExplorer")
QT_TRANSLATE_NOOP("core","Qstarz BL-1000")
QT_TRANSLATE_NOOP("core","Max synthesized shortname length")
QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames")
QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames")
QT_TRANSLATE_NOOP("core","Make synth. shortnames unique")
QT_TRANSLATE_NOOP("core","Basename prepended to URL on output")
QT_TRANSLATE_NOOP("core","Use shortname instead of description")
QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)")
QT_TRANSLATE_NOOP("core","Write timestamps with offset x to UTC time")
QT_TRANSLATE_NOOP("core","See You flight analysis data")
QT_TRANSLATE_NOOP("core","Erase device data after download")
QT_TRANSLATE_NOOP("core","Set location finder target location as lat,lng")
QT_TRANSLATE_NOOP("core","Configure logging parameter as tmin:tmax:dmin:dmax")
Expand Down
Binary file modified gui/coretool/gpsbabel_de.qm
Binary file not shown.
Loading

0 comments on commit a460fb5

Please sign in to comment.