]> git.street.me.uk Git - andy/viking.git/log
andy/viking.git
10 years agoImprove update signal handler usage in GPS Layer.
Rob Norris [Wed, 18 Sep 2013 21:34:29 +0000 (22:34 +0100)]
Improve update signal handler usage in GPS Layer.

Remove unnecessary addition of update signal handler on copy,
 which is why previously the number on disconnect was greater than expected.

10 years agoRemove never used GPS layer drag drop request function.
Rob Norris [Wed, 18 Sep 2013 21:23:54 +0000 (22:23 +0100)]
Remove never used GPS layer drag drop request function.

Seemingly never used and it's not clear what it was meant to achieve.
Even if it was invoked, it would have aborted the program anyway:
 as it was the only user of vik_gps_layer_delete()
 which would have failed on the number of disconnect signals never equalling 1.

So remove vik_gps_layer_delete() too.

10 years agoOnly the TrackWaypoint layer should handle it's internal callback type.
Rob Norris [Wed, 28 Aug 2013 20:44:05 +0000 (21:44 +0100)]
Only the TrackWaypoint layer should handle it's internal callback type.

10 years agoRefactor: passed around map layer menu values
Rob Norris [Thu, 12 Sep 2013 19:21:59 +0000 (20:21 +0100)]
Refactor: passed around map layer menu values

10 years agoRefactor: passed around aggregate menu values
Rob Norris [Thu, 12 Sep 2013 19:21:39 +0000 (20:21 +0100)]
Refactor: passed around aggregate menu values

10 years agoMove man files from doc to help directory so they will be included in the output...
Rob Norris [Mon, 21 Oct 2013 22:14:05 +0000 (23:14 +0100)]
Move man files from doc to help directory so they will be included in the output from make distcheck.

10 years agoUpdate spec file
Rob Norris [Mon, 21 Oct 2013 22:59:53 +0000 (23:59 +0100)]
Update spec file

10 years ago[QA] Remove build references to things that don't exist anymore.
Rob Norris [Mon, 21 Oct 2013 22:05:21 +0000 (23:05 +0100)]
[QA] Remove build references to things that don't exist anymore.

10 years agoSF Bugs #104: Fix GStatBuf not available on Glib < 2.26
Rob Norris [Wed, 23 Oct 2013 23:49:13 +0000 (00:49 +0100)]
SF Bugs #104: Fix GStatBuf not available on Glib < 2.26

10 years agoFix the display of speed in statusbar output.
Rob Norris [Sun, 20 Oct 2013 10:43:20 +0000 (11:43 +0100)]
Fix the display of speed in statusbar output.

10 years agoQA: factorize trw_layer_acquire* functions
Guilhem Bonnefille [Tue, 22 Oct 2013 20:05:44 +0000 (22:05 +0200)]
QA: factorize trw_layer_acquire* functions

The module viktrwlayer is really huge. Any factorisation seems good,
even really small like this.

Furthermore, such minor refactoring would probably help to find
a more significant refactoring.

10 years agoFix translatable string with variable argument
Guilhem Bonnefille [Sat, 19 Oct 2013 20:48:57 +0000 (22:48 +0200)]
Fix translatable string with variable argument

A good practice in translation is to avoid to concat strings but use
%s C format argument. This allow translators to decide where to put the
argument in the translated string.

10 years agoFix 'export_to_common' dialog
Guilhem Bonnefille [Sat, 19 Oct 2013 20:39:42 +0000 (22:39 +0200)]
Fix 'export_to_common' dialog

Use a standard file chooser. This ensure to keep the right aspect of
the dialog (similar width and height).

10 years agoFix configure error message
Guilhem Bonnefille [Sat, 19 Oct 2013 19:12:34 +0000 (21:12 +0200)]
Fix configure error message

10 years agoMerge branch 'MBTilesRead'
Rob Norris [Wed, 16 Oct 2013 22:56:39 +0000 (23:56 +0100)]
Merge branch 'MBTilesRead'

10 years ago[WINDOWS] More reliable rebuilds.
Rob Norris [Fri, 11 Oct 2013 18:56:55 +0000 (19:56 +0100)]
[WINDOWS] More reliable rebuilds.

10 years ago[WINDOWS] Build with SQLite DLL 3.8.0.2
Rob Norris [Fri, 11 Oct 2013 18:56:16 +0000 (19:56 +0100)]
[WINDOWS] Build with SQLite DLL 3.8.0.2

10 years ago[QA] Fix typo + grammar in a comment
Rob Norris [Mon, 30 Sep 2013 18:43:04 +0000 (19:43 +0100)]
[QA] Fix typo + grammar in a comment

10 years agoAllow creating a File Chooser dialog with optional file filters.
Rob Norris [Mon, 30 Sep 2013 18:42:41 +0000 (19:42 +0100)]
Allow creating a File Chooser dialog with optional file filters.

10 years agoExpand mapcache hash to include a hash of the map filename (if there is one).
Rob Norris [Fri, 27 Sep 2013 23:43:53 +0000 (00:43 +0100)]
Expand mapcache hash to include a hash of the map filename (if there is one).

This enables having multiple MBTiles (or multiple on Disk OSM Tile Format) Maps,
 since they each respectively have the same Map Id number,
 previously the hash key would have clashed.

10 years agoDirectly support reading from MBTile files using libsqlite3.
Rob Norris [Thu, 26 Sep 2013 19:13:29 +0000 (20:13 +0100)]
Directly support reading from MBTile files using libsqlite3.

10 years agoEnable widget sensitivity in the layer properties to be controlled.
Rob Norris [Thu, 26 Sep 2013 18:13:42 +0000 (19:13 +0100)]
Enable widget sensitivity in the layer properties to be controlled.

Some settings are only relevant when other settings are in the right state.

Allow control of the sensitivities to be adjusted when changes to the widget values have been made.
Changes to each widget have to be considered separately (referenced via the parameter enumeration numbers).

Also expose the label widgets so they many be controlled.

ATM control these settings:
Maps:
 Auto Download -> Auto Download Only Missing
TrackWaypoints:
 Waypoint Draw Labels -> Font Size, Colour, BG Colour & BG Translucency.
 Waypoint Draw Image -> Image Size, Image Alpha + Cache Size.
 Track Draw Mode -> All Tracks Colour

NB Since most track settings have been split across into the Advanced tab,
 IMHO controlling sensitivities of widgets in another tab is not obvious,
 so these relationships have not been changed.

10 years agoReleasing Viking 1.5
Rob Norris [Sun, 13 Oct 2013 20:02:41 +0000 (21:02 +0100)]
Releasing Viking 1.5

10 years agoRemove OSM web link layer options so you now get what ever is the OSM default.
Rob Norris [Sat, 12 Oct 2013 10:00:06 +0000 (11:00 +0100)]
Remove OSM web link layer options so you now get what ever is the OSM default.

At some point in time these layer options must have changed in OSM,
 as a long time ago (late 2008) I think our intention was meant to go to Mapnik view,
 however it would now give the Transport Layer map (which didn't exist back then).

10 years agoAdd beginnings of Slovak translation.
Rob Norris [Sun, 13 Oct 2013 19:51:43 +0000 (20:51 +0100)]
Add beginnings of Slovak translation.

Translations contributed by:
  Ján Neščivera <jan.nescivera@gmail.com>

Signed-off-by: Rob Norris <rw_norris@hotmail.com>
10 years agoAdd Translation for Basque
Rob Norris [Sun, 13 Oct 2013 19:49:19 +0000 (20:49 +0100)]
Add Translation for Basque

Very Good coverage.

Translations contributed by:
 alexgabi
 gorkaazk <gorkaazkarate@gmail.com>
 Alaitz Gabilondo <alaitzgabi@gmail.com>

Signed-off-by: Rob Norris <rw_norris@hotmail.com>
10 years agoDocument previous translation updates
Rob Norris [Sun, 13 Oct 2013 19:35:11 +0000 (20:35 +0100)]
Document previous translation updates

10 years agoImport Launchpad translation updates
Rob Norris [Sun, 13 Oct 2013 19:34:04 +0000 (20:34 +0100)]
Import Launchpad translation updates

10 years agoFix "figure" element in documentation
Guilhem Bonnefille [Sun, 13 Oct 2013 13:55:22 +0000 (15:55 +0200)]
Fix "figure" element in documentation

This fix allows compilation, but I'm not sure it correctly reveal the
intention of the author.

10 years agoFix simple typo in documentation
Guilhem Bonnefille [Sun, 13 Oct 2013 13:54:18 +0000 (15:54 +0200)]
Fix simple typo in documentation

10 years agoFix missing declaration in po/POTFILES.in
Guilhem Bonnefille [Sun, 13 Oct 2013 13:30:50 +0000 (15:30 +0200)]
Fix missing declaration in po/POTFILES.in

10 years agoFix crashing if attempting to Extend a Route via the Route Finder when the route...
Rob Norris [Thu, 10 Oct 2013 19:37:01 +0000 (20:37 +0100)]
Fix crashing if attempting to Extend a Route via the Route Finder when the route has no points.

10 years agoSF Support Requests#21: Make default print size full page.
Rob Norris [Thu, 10 Oct 2013 19:35:07 +0000 (20:35 +0100)]
SF Support Requests#21: Make default print size full page.

10 years agoFix: replace home made macro by GLib one
Guilhem Bonnefille [Sat, 5 Oct 2013 22:33:48 +0000 (00:33 +0200)]
Fix: replace home made macro by GLib one

10 years agoFix: include file.h in file.c
Guilhem Bonnefille [Sat, 5 Oct 2013 22:32:46 +0000 (00:32 +0200)]
Fix: include file.h in file.c

10 years agoFix export dialog title
Guilhem Bonnefille [Sat, 5 Oct 2013 09:47:35 +0000 (11:47 +0200)]
Fix export dialog title

10 years agoSF Features#116: Add an Acquire From URL option.
Rob Norris [Fri, 4 Oct 2013 18:33:40 +0000 (19:33 +0100)]
SF Features#116: Add an Acquire From URL option.

D'oh!.
Remember to add the new file.

10 years agoFix gpsbabel capabilities parsing
Guilhem Bonnefille [Thu, 3 Oct 2013 21:52:20 +0000 (23:52 +0200)]
Fix gpsbabel capabilities parsing

The read BabelMode was incorrect and resulted in random data.

With the fix, BabelMode is nicely affected.

Check possible with (due to new g_debug messages):
src/viking -d 2>&1 | less

10 years agoQA: minor refactor to reduce code
Guilhem Bonnefille [Wed, 2 Oct 2013 21:01:06 +0000 (23:01 +0200)]
QA: minor refactor to reduce code

10 years agoSF Features#116: Add an Acquire From URL option.
Rob Norris [Wed, 2 Oct 2013 20:27:44 +0000 (21:27 +0100)]
SF Features#116: Add an Acquire From URL option.

Add a dialog to download a file from a specific URL directly into Viking,
using the datasource methods.

By default the downloaded file will be opened as a GPX,
 but any file type supported by GPSBabel can be specified
 (as used by the Import from File option).

If the URL does not resolve, does not return a file, or the file can not be interpreted,
 then simply this will give 'Acquisition Error'

10 years agoFix not moving the viewport to the data when using TrackWaypoint->Acquire methods.
Rob Norris [Wed, 2 Oct 2013 01:52:06 +0000 (02:52 +0100)]
Fix not moving the viewport to the data when using TrackWaypoint->Acquire methods.

Autoview relies on the bounds being set up, thus is must happen after the post read stage.

10 years agoFix the default value for getting the GPS Protocol in acquire.
Rob Norris [Wed, 2 Oct 2013 01:45:54 +0000 (02:45 +0100)]
Fix the default value for getting the GPS Protocol in acquire.

Not quite sure what I was thinking when I originally wrote this,
 as the 'garmin_entry' variable is never really used.
Subsequently I have had to replace my GPS, which now uses the file system,
 so I don't use the GPS Protocol method any more so I didn't notice this issue.

10 years agoAdd tooltip to help align the name in TrackWaypoint->Acquire menu to the File->Acquir...
Rob Norris [Sun, 29 Sep 2013 09:58:55 +0000 (10:58 +0100)]
Add tooltip to help align the name in TrackWaypoint->Acquire menu to the File->Acquire menu

10 years ago[DOC] Mention ability to set a waypoint's altitude from DEM data.
Rob Norris [Sat, 28 Sep 2013 13:01:12 +0000 (14:01 +0100)]
[DOC] Mention ability to set a waypoint's altitude from DEM data.

10 years agoFix incorrectly updating files during geotagging that are read only.
Rob Norris [Sat, 28 Sep 2013 12:21:20 +0000 (13:21 +0100)]
Fix incorrectly updating files during geotagging that are read only.

No need to remove the file first (which always works),
 since the file is truncated on successful fopen(..,"wb").
Now the fopen() call will not succeed on a read only file and so will not attempt to write.

10 years agoUpdate libjpeg utilities from exif command line tool to version 0.6.21
Rob Norris [Sat, 28 Sep 2013 12:01:37 +0000 (13:01 +0100)]
Update libjpeg utilities from exif command line tool to version 0.6.21

jpeg-data.c now at revision 1.24

10 years agoSF Features#115: Part 2. Update working directory when loading images for geotagging
Rob Norris [Sat, 28 Sep 2013 11:01:21 +0000 (12:01 +0100)]
SF Features#115: Part 2. Update working directory when loading images for geotagging

However one may still need to set the value StartupMode=cwd in:
~/.config/gtk-2.0/gtkfilechooser.ini

At least I think the directory will now get set into the recently used directory list.

10 years agoSF Features#115: Part 1. Add the ability to Geotag multiple images against a Waypoint.
Rob Norris [Sat, 28 Sep 2013 10:42:07 +0000 (11:42 +0100)]
SF Features#115: Part 1. Add the ability to Geotag multiple images against a Waypoint.

Reuse the general Geotagging Dialog and disable the create/update waypoint options when invoked on a waypoint.
When run against waypoints simply use the position of the waypoint to geotag each image (no interpolation required).

Add feedback to the statusbar should writing the EXIF fail.

Update the manual accordingly.

10 years ago[QA] Fix not showing new waypoints after geotagging due to not setting waypoint bounds.
Rob Norris [Sat, 28 Sep 2013 10:57:00 +0000 (11:57 +0100)]
[QA] Fix not showing new waypoints after geotagging due to not setting waypoint bounds.

Missed from commit SHA:aa0665e5c2a3269c2f0de8ea9fb6932fd2272365

10 years agoOnly allow JPGs in the file selector for Geotagging.
Rob Norris [Sat, 28 Sep 2013 09:27:07 +0000 (10:27 +0100)]
Only allow JPGs in the file selector for Geotagging.

NB Writing of EXIF information only works on JPGs so make the file selection more explicit.

10 years agoFix broken map layer property tooltip.
Rob Norris [Thu, 26 Sep 2013 18:34:51 +0000 (19:34 +0100)]
Fix broken map layer property tooltip.

Accidentally broken by commit SHA1:a87f8fa1508fea5fb89fa9075df8e139e22fdb3f

10 years agoAdd support for OSM Humanitarian (HOT) Style Map.
Rob Norris [Thu, 26 Sep 2013 19:06:59 +0000 (20:06 +0100)]
Add support for OSM Humanitarian (HOT) Style Map.

Since this has been added to the main OSM.org page, this option is built in.

10 years ago[QA] These functions should be static to match the definition
Rob Norris [Tue, 24 Sep 2013 18:17:20 +0000 (19:17 +0100)]
[QA] These functions should be static to match the definition

10 years agoShow Map License information for each map type only once.
Rob Norris [Sun, 15 Sep 2013 13:16:59 +0000 (14:16 +0100)]
Show Map License information for each map type only once.

Instead of showing the license each time a map type is added,
 save the map types already used into the Viking settings and only display when a new map type is used.
Settings is extended to handle integer lists to achieve this.

Capture changing the map type in the map layer properties which it did not do previously.

Also make the map license information available all of the time from the map layer right click menu.

11 years agoEnsure consistent view of waypoint changes.
Rob Norris [Sat, 21 Sep 2013 09:00:26 +0000 (10:00 +0100)]
Ensure consistent view of waypoint changes.

Update treeview+display when applying changes from the properties dialog which was invoked by the waypoint list dialog.

11 years agoSupport Waypoint timestamps in .vik files.
Rob Norris [Sat, 21 Sep 2013 08:57:43 +0000 (09:57 +0100)]
Support Waypoint timestamps in .vik files.

Follow on from commit SHA1: f5ef9b950e896dbce8db12bbbb21c509859aa6d2

11 years ago[QA] Use specific type
Rob Norris [Wed, 18 Sep 2013 18:37:28 +0000 (19:37 +0100)]
[QA] Use specific type

11 years agoAlways open new .vik file in current window when no .vik file is loaded.
Rob Norris [Sat, 14 Sep 2013 11:17:02 +0000 (12:17 +0100)]
Always open new .vik file in current window when no .vik file is loaded.

This is particularly for the case when a .vik file is loaded via drag and drop.

11 years ago[DOC] Images for the Track properties - since this has changed for version 1.5
Rob Norris [Sat, 14 Sep 2013 10:01:34 +0000 (11:01 +0100)]
[DOC] Images for the Track properties - since this has changed for version 1.5

11 years agoAllow some redirects for routing web sites by default.
Rob Norris [Sat, 14 Sep 2013 09:36:31 +0000 (10:36 +0100)]
Allow some redirects for routing web sites by default.

11 years agoImprove item list dialogs to handle long text values better.
Rob Norris [Sat, 14 Sep 2013 09:35:47 +0000 (10:35 +0100)]
Improve item list dialogs to handle long text values better.

Also allow resizing and reordering of columns too.

11 years agoAlways create a menu separator for waypoints as now there is always at least the...
Rob Norris [Thu, 12 Sep 2013 23:16:28 +0000 (00:16 +0100)]
Always create a menu separator for waypoints as now there is always at least the transform menu option

11 years agoFix opening files with spaces in them when using the drag and drop mechanism
Rob Norris [Thu, 5 Sep 2013 12:46:47 +0000 (13:46 +0100)]
Fix opening files with spaces in them when using the drag and drop mechanism

11 years ago[DOC] Update help with text and images for multi-layer TrackWaypoint lists and statis...
Rob Norris [Wed, 11 Sep 2013 22:12:44 +0000 (23:12 +0100)]
[DOC] Update help with text and images for multi-layer TrackWaypoint lists and statistics dialogs.

11 years agoMerge branch 'WaypointsList'
Rob Norris [Wed, 11 Sep 2013 21:40:31 +0000 (22:40 +0100)]
Merge branch 'WaypointsList'

11 years agoUse Waypoint list dialog from Aggregate Layer menus.
Rob Norris [Mon, 9 Sep 2013 13:17:33 +0000 (14:17 +0100)]
Use Waypoint list dialog from Aggregate Layer menus.

11 years agoUse Waypoint list dialog in TrackWaypoint layer menus.
Rob Norris [Mon, 9 Sep 2013 13:15:49 +0000 (14:15 +0100)]
Use Waypoint list dialog in TrackWaypoint layer menus.

11 years agoAdd Waypoint List dialog.
Rob Norris [Mon, 9 Sep 2013 23:35:43 +0000 (00:35 +0100)]
Add Waypoint List dialog.

The enables viewing lots them with their basic properties (name, date, altitude + comment).
Being in a simple (treeview) list, each column is sortable.

Implementation is very similar to the Track List dialog.

11 years agoExpose functions for reuse and promote types.
Rob Norris [Mon, 9 Sep 2013 23:31:08 +0000 (00:31 +0100)]
Expose functions for reuse and promote types.

11 years ago[QA] Update year values.
Rob Norris [Wed, 11 Sep 2013 21:05:36 +0000 (22:05 +0100)]
[QA] Update year values.

11 years ago[DOC] Transform menu help
Rob Norris [Wed, 4 Sep 2013 18:33:06 +0000 (19:33 +0100)]
[DOC] Transform menu help

11 years ago[DOC] Maps download region including image of the dialog
Rob Norris [Wed, 4 Sep 2013 17:59:31 +0000 (18:59 +0100)]
[DOC] Maps download region including image of the dialog

11 years ago[DOC] Improve Trackpoint edit dialog description and add example image.
Rob Norris [Wed, 4 Sep 2013 17:34:30 +0000 (18:34 +0100)]
[DOC] Improve Trackpoint edit dialog description and add example image.

11 years ago[DOC] Selected trackpoint operations: inserting and deleting in Track/Route menu.
Rob Norris [Wed, 4 Sep 2013 17:15:42 +0000 (18:15 +0100)]
[DOC] Selected trackpoint operations: inserting and deleting in Track/Route menu.

11 years agoActually make intended debug messages print only in debug instead of warnings.
Rob Norris [Wed, 11 Sep 2013 18:20:18 +0000 (19:20 +0100)]
Actually make intended debug messages print only in debug instead of warnings.

11 years agoSF Features#76: Fix Trackpoint copying after the introduction of trackpoint naming.
Rob Norris [Wed, 11 Sep 2013 18:07:41 +0000 (19:07 +0100)]
SF Features#76: Fix Trackpoint copying after the introduction of trackpoint naming.

Also correct the signature of the focus-out-event callback function handling the name change.

11 years agoSF Features#53: Part2: Keep the size and zoom options next to each other in the Image...
Rob Norris [Tue, 10 Sep 2013 23:24:18 +0000 (00:24 +0100)]
SF Features#53: Part2: Keep the size and zoom options next to each other in the Image Generation dialog.

By moving the PNG/JPEG choice to the top.

11 years agoAdd some safety checks and don't add the pixbuf into the cache if it's invalid.
Rob Norris [Wed, 21 Aug 2013 22:31:43 +0000 (23:31 +0100)]
Add some safety checks and don't add the pixbuf into the cache if it's invalid.

11 years agoIn the Goto Lat/Lon dialog, allow the return key to accept the entry values.
Rob Norris [Sun, 18 Aug 2013 11:03:39 +0000 (12:03 +0100)]
In the Goto Lat/Lon dialog, allow the return key to accept the entry values.

11 years ago[QA] Include your own header file.
Rob Norris [Sun, 4 Aug 2013 00:13:32 +0000 (01:13 +0100)]
[QA] Include your own header file.

11 years ago[QA] Fixup if statement intention.
Rob Norris [Tue, 10 Sep 2013 22:03:08 +0000 (23:03 +0100)]
[QA] Fixup if statement intention.

Highlighted as issue when compiling with clang 3.2

11 years ago[QA] Shift Viking dependent functions in 'util' to 'vikutils'
Rob Norris [Tue, 10 Sep 2013 21:46:52 +0000 (22:46 +0100)]
[QA] Shift Viking dependent functions in 'util' to 'vikutils'

11 years agoSF Features#76: Add ability to handle and name trackpoints.
Rob Norris [Mon, 9 Sep 2013 22:53:19 +0000 (23:53 +0100)]
SF Features#76: Add ability to handle and name trackpoints.

Normally these are more useful for named routepoints, but applies to trackpoints as well.

Process named points in GPX files.
Extend .vik files to save named trackpoints.

Rework Trackpoint dialog to display and make trackpoint name editable.
Shift the TrackWaypoint name into Trackpoint dialog title.

Extend the statusbar to display trackpoint name when selected trackpoint has a name.

11 years ago[QA] Fix some clang compiler warnings.
Rob Norris [Mon, 9 Sep 2013 13:13:42 +0000 (14:13 +0100)]
[QA] Fix some clang compiler warnings.

11 years agoExpand list of potentially used libraries.
Rob Norris [Wed, 4 Sep 2013 23:31:17 +0000 (00:31 +0100)]
Expand list of potentially used libraries.

11 years ago[DOC] Add help for DEM File Information dialog
Rob Norris [Tue, 3 Sep 2013 21:40:01 +0000 (22:40 +0100)]
[DOC] Add help for DEM File Information dialog

11 years ago[DOC] Improve help for map tile information
Rob Norris [Tue, 3 Sep 2013 16:07:29 +0000 (17:07 +0100)]
[DOC] Improve help for map tile information

11 years agoIgnore new output from autotools build system.
Rob Norris [Tue, 3 Sep 2013 18:58:37 +0000 (19:58 +0100)]
Ignore new output from autotools build system.

11 years agoEnable compiling with older glib versions (a function used is 2.32+ only)
Rob Norris [Wed, 4 Sep 2013 23:16:09 +0000 (00:16 +0100)]
Enable compiling with older glib versions (a function used is 2.32+ only)

Improve feedback in processing malformed bzip files

11 years ago[WINDOWS] Installer improvement
Rob Norris [Wed, 4 Sep 2013 23:13:42 +0000 (00:13 +0100)]
[WINDOWS] Installer improvement

11 years ago[WINDOWS] Need to specify magic database location.
Rob Norris [Wed, 4 Sep 2013 23:13:12 +0000 (00:13 +0100)]
[WINDOWS] Need to specify magic database location.

11 years ago[WINDOWS] Add libmagic DLL 5.03 for Windows build.
Rob Norris [Tue, 3 Sep 2013 18:27:11 +0000 (19:27 +0100)]
[WINDOWS] Add libmagic DLL 5.03 for Windows build.

11 years ago[WINDOWS] Add use of libbz2 (bzip2) 1.0.6 DLL for Windows build
Rob Norris [Tue, 3 Sep 2013 18:25:59 +0000 (19:25 +0100)]
[WINDOWS] Add use of libbz2 (bzip2) 1.0.6 DLL for Windows build

11 years agoFix files missing for translation
Rob Norris [Mon, 2 Sep 2013 21:21:23 +0000 (22:21 +0100)]
Fix files missing for translation

11 years ago[QA] Use the common map_utils_mpp_to_zoom function
Rob Norris [Fri, 30 Aug 2013 08:42:13 +0000 (09:42 +0100)]
[QA] Use the common map_utils_mpp_to_zoom function

It was introduced in commit SHA1:e1dde2a674348cf8d8805242561df4b0aab55490

However the later merge of DatasourceRemoteFile brought in an earlier version (and different location) of this common method.

So make the webtool_datasource use the new function and remove the old version.

11 years agoMerge branch 'TrackList'
Rob Norris [Thu, 29 Aug 2013 19:07:24 +0000 (20:07 +0100)]
Merge branch 'TrackList'

11 years ago[QA] Remove unused function parameter
Rob Norris [Mon, 26 Aug 2013 19:58:18 +0000 (20:58 +0100)]
[QA] Remove unused function parameter

11 years agoAdd Track list output from aggregate layers.
Rob Norris [Sat, 23 Mar 2013 19:21:50 +0000 (19:21 +0000)]
Add Track list output from aggregate layers.

11 years agoAdd track list capability to the track sublayer container.
Rob Norris [Thu, 13 Jun 2013 19:17:09 +0000 (20:17 +0100)]
Add track list capability to the track sublayer container.

11 years agoAdd Track List dialog.
Rob Norris [Thu, 13 Jun 2013 19:14:58 +0000 (20:14 +0100)]
Add Track List dialog.

The enables viewing tracks with their basic properties (date, distance, length, average speed, etc...).
Being in a simple (treeview) list, each column is sortable so it's easy to find things such as a track by date or the longest track.