Tags: Maproom/qmapshack
Tags
Release V1.14.0 Squashed commit of the following: commit 7091e26 Author: kiozen <[email protected]> Date: Thu Oct 31 07:29:46 2019 +0100 Update Spanish translation commit 711ee61 Author: kiozen <[email protected]> Date: Thu Oct 24 18:26:15 2019 +0200 [QMS-54] Disable invalid points dialog for devices Don't show CInvalidTrk if track is on a device because the user's decision can't be stored for the track on the device. commit 6c19cf7 Author: kiozen <[email protected]> Date: Thu Oct 24 17:52:50 2019 +0200 [QMS-53] Unload Garmin `Archive` when folder is deflated Simply remove all child items on deflating the `Archive` folder. commit 0195f19 Author: kiozen <[email protected]> Date: Thu Oct 24 09:29:28 2019 +0200 Update Russian translation commit 4ef2c6c Author: Dr. Johannes Zellner <[email protected]> Date: Thu Oct 17 20:41:59 2019 +0200 [QMS-22] Added units "Aviation nm/feet" in aviation nautical miles ar used for distances and feet for altitudes / heights. This adds a check button "Aviation (nm, feet)" to units which sets nautical miles and knots for horizontal distances and speed and feet for vertical distances. commit 02e9b61 Author: kiozen <[email protected]> Date: Tue Oct 22 20:18:42 2019 +0200 Finetuned pull request template commit b94a686 Author: kiozen <[email protected]> Date: Tue Oct 22 20:15:05 2019 +0200 Update language files commit b41adf4 Author: kiozen <[email protected]> Date: Tue Oct 22 19:48:42 2019 +0200 [QMS-14] Drawing track: Change key bindings Use the keys O, V, A and T without any control key to switch between routing modes. commit 81ad40f Author: Oliver Eichler <[email protected]> Date: Mon Oct 14 17:01:48 2019 +0200 Update Russian translation commit 491f827 Author: kiozen <[email protected]> Date: Wed Oct 2 17:53:42 2019 +0200 [QMS-6] Enhance overview detection for VRT maps Search submaps of a VRT. If all contain overviews set the overview flag. If one of them does not contain overviews the complete map is assumed to have no overviews. commit 31e3f80 Author: Kiozen <[email protected]> Date: Tue Oct 8 09:12:02 2019 +0200 [QMS-19] Invalid GPX due to `::` in `ql` namespace (#40) The `ql` namespace was prepended by `::` causing the files to fail on some other applications. Removed all occurences of `::ql` commit 3fe2e5d Author: kiozen <[email protected]> Date: Thu Oct 3 12:28:58 2019 +0200 Update Spanish translation commit e056838 Author: pingurus <[email protected]> Date: Wed Oct 2 16:18:23 2019 +0200 [QMS-27] Error in workspace search for attribues * Fixed the errors in the German translation * Added missing translations for attributes * Update changelog commit a348ad1 Author: kiozen <[email protected]> Date: Mon Sep 30 20:53:10 2019 +0200 [QMS-8] Incorrect elevation for fit files from GPSMAP 66s Couldn't really determine the root cause. However the fields `eRecordEnhancedSpeed` and `eRecordEnhancedAltitude` seemed to be decoded twice in each trackpoint record. Can't tell if this is a bug in QMS or the device. Anyway, if the code ignores the second set everything seems to be fine. commit 36ceb7a Author: pingurus <[email protected]> Date: Sat Sep 28 09:13:29 2019 +0200 [QMS-18] Improved explanation Improved explanation of 'Date equals' Added german translation commit 12c6a26 Author: Helmut Schmidt <[email protected]> Date: Sat Sep 28 13:38:50 2019 +0200 [QMS-20] Windows Start Menu - link to github The links for the 2 start menu entries - Help - qmapshack.org now point to the new location at github And I have added this change to the changelog.txt commit ab90660 Author: kiozen <[email protected]> Date: Sun Sep 29 17:58:56 2019 +0200 [QMS-31] Replace links into Bitbucket Wiki Replaced all links with links into the GitHub Wiki commit fed80f6 Author: kiozen <[email protected]> Date: Sun Sep 29 14:13:55 2019 +0200 [QMS-26] Fix cursor handling and mount for saving TCX Use the new controll classes to mount/umount the device while testing for existing projects. While saving a TCX use the cursor controll class to ensure arrow cursor for all message boxes. commit 7717f71 Author: Oliver Eichler <[email protected]> Date: Thu Sep 26 17:39:47 2019 +0200 [QMS-26] Add CCanvasCursorLock Add CCanvasCursorLock to override and restore cursor. Applied it where ever possible. commit 11c12b9 Author: Oliver Eichler <[email protected]> Date: Thu Sep 26 16:53:56 2019 +0200 [QMS-26] Add CDeviceMountLock and CProjectMountLock Add lock classes and replace all occurences of mount() commit bbfaa81 Author: Oliver Eichler <[email protected]> Date: Tue Sep 24 20:41:30 2019 +0200 Update change log commit 6aa23a0 Author: kiozen <[email protected]> Date: Mon Sep 23 21:05:44 2019 +0200 [QMS-13] Save TCX project to devcie * Detect Edge 5xx and save data as TCX * Fix testForExternalProject() by mounting the device commit 1557433 Author: Oliver Eichler <[email protected]> Date: Thu Sep 19 17:16:09 2019 +0200 [QMS-13] Read TCX files from 'FitnessCourses' * Add trimmed() to all text readout as there can be leading and trailing spaces * Decode section `FitnessCourses` and store path as TCX target path * Read projects from TCX target path commit 7881c21 Author: Oliver Eichler <[email protected]> Date: Thu Sep 19 17:18:04 2019 +0200 [QMS-13] Add constructor to open TCX files from a device Copy the existing constructor and change interface to accept IDevice as parent. commit bc725be Author: Oliver Eichler <[email protected]> Date: Fri Sep 27 09:37:47 2019 +0200 MacOS: Fixing bundle script * Replace hg command to get revision hash by git command * Check with git command for uncommitted changes commit e4de117 Author: web <[email protected]> Date: Tue Sep 24 10:26:08 2019 +0200 Mercurial removed commit 6456707 Author: Oliver Eichler <[email protected]> Date: Tue Sep 24 21:02:26 2019 +0200 Remove .hg* files commit e042304 Author: Oliver Eichler <[email protected]> Date: Tue Sep 24 20:56:33 2019 +0200 Fine tune pull request template commit 42d9d52 Author: Oliver Eichler <[email protected]> Date: Tue Sep 17 07:40:18 2019 +0200 Fix OS X packaging * Fix installation path * Replace proj5 with proj6 commit 1c05ffa Author: Oliver Eichler <[email protected]> Date: Mon Sep 16 21:08:28 2019 +0200 [QMS-12] Unify versions of all QMapShack tools Use PROJECT_VERSION_* for QMapShack and all other tools commit 4d5d150 Author: Oliver Eichler <[email protected]> Date: Mon Sep 16 20:41:25 2019 +0200 Finetune pull request template commit 83d2d22 Author: Oliver Eichler <[email protected]> Date: Fri Sep 13 17:32:40 2019 +0200 [QMS-5] App crashes on using the "Change Start Point" filter Reordering seems not to work on OS X. Fixed it by splitting the track into two parts and combining these parts in reverse order. commit 9e59793 Author: Kiozen <[email protected]> Date: Fri Sep 13 16:22:08 2019 +0200 Create pull_request_template.md commit 74c4774 Author: Oliver Eichler <[email protected]> Date: Fri Sep 13 16:00:25 2019 +0200 Finetune bug template commit e8d98c9 Author: Oliver Eichler <[email protected]> Date: Thu Sep 12 20:05:31 2019 +0200 [QMS-1] Change README.md from hg to git Change all command lines to git syntax commit 0d0da9e Author: Oliver Eichler <[email protected]> Date: Thu Sep 12 21:37:01 2019 +0200 Set version to development commit 763cfc1 Author: Oliver Eichler <[email protected]> Date: Thu Sep 12 20:32:06 2019 +0200 [QMS-3] Add qmt_rgb2pct from former sub-repo commit 79a2669 Author: Oliver Eichler <[email protected]> Date: Thu Sep 12 20:31:26 2019 +0200 [QMS-3] Add qmt_map2jnx from former sub-repo commit c6e5240 Author: Oliver Eichler <[email protected]> Date: Thu Sep 12 20:29:51 2019 +0200 [QMS-3] Add QMapTool from former sub-repo commit ac7a593 Author: Kiozen <[email protected]> Date: Thu Sep 12 18:02:30 2019 +0200 Update issue templates commit 0f30aa6 Author: kiozen <kiozen@localhost> Date: Thu Sep 12 09:49:06 2019 +0200 sync subrepos commit dbc55be Author: kiozen <kiozen@localhost> Date: Thu Sep 12 08:00:21 2019 +0200 fix spelling errors
PreviousNext