]> git.street.me.uk Git - andy/viking.git/log
andy/viking.git
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.

11 years agoFunctions for reuse and promote a type.
Rob Norris [Thu, 22 Aug 2013 23:37:39 +0000 (00:37 +0100)]
Functions for reuse and promote a type.

11 years agoRefactor track and layer list creation code for better reuse.
Rob Norris [Sun, 7 Jul 2013 20:29:01 +0000 (21:29 +0100)]
Refactor track and layer list creation code for better reuse.

11 years agoFix spelling of visible.
Rob Norris [Wed, 28 Aug 2013 11:17:08 +0000 (12:17 +0100)]
Fix spelling of visible.

11 years agoRemove compiler warning on 32bit systems.
Rob Norris [Wed, 28 Aug 2013 11:12:07 +0000 (12:12 +0100)]
Remove compiler warning on 32bit systems.

11 years agoFix statusbar info format message to not display '(null)' repeatedly at the end.
Rob Norris [Wed, 28 Aug 2013 00:30:47 +0000 (01:30 +0100)]
Fix statusbar info format message to not display '(null)' repeatedly at the end.

11 years agoEnable inserting a trackpoint before or after the selected trackpoint from the TrackW...
Rob Norris [Wed, 28 Aug 2013 00:12:41 +0000 (01:12 +0100)]
Enable inserting a trackpoint before or after the selected trackpoint from the TrackWaypoint layer menu.

11 years agoEnable direct deletion of a selected trackpoint from the TrackWaypoint layer menu.
Rob Norris [Wed, 28 Aug 2013 00:10:23 +0000 (01:10 +0100)]
Enable direct deletion of a selected trackpoint from the TrackWaypoint layer menu.

Restructure the code a litle bit for reuse.
Update the existing delete trackpoint from the track edit dialog to use this method.

11 years agoMaintain trackpoint selected when moving it.
Rob Norris [Wed, 28 Aug 2013 00:02:17 +0000 (01:02 +0100)]
Maintain trackpoint selected when moving it.

Otherwise it's annoying to have to reselect it, especially when wanting to go to the previous or next point.

11 years ago[QA] Function should use a constant name parameter
Rob Norris [Tue, 27 Aug 2013 21:40:04 +0000 (22:40 +0100)]
[QA] Function should use a constant name parameter

11 years ago[QA] Function should use a constant name parameter
Rob Norris [Wed, 24 Jul 2013 18:22:46 +0000 (19:22 +0100)]
[QA] Function should use a constant name parameter

11 years agoFix coord layer copying so the copied one is actually drawn.
Rob Norris [Wed, 24 Jul 2013 19:23:23 +0000 (20:23 +0100)]
Fix coord layer copying so the copied one is actually drawn.

Ensure the GC gets enabled for the new coord layer.

11 years agoFix crashing when attempting to download maps along a track when multiple maps are...
Rob Norris [Wed, 31 Jul 2013 22:16:51 +0000 (23:16 +0100)]
Fix crashing when attempting to download maps along a track when multiple maps are enabled.

Detection of 'duplicate' maps is in horrible C - yuck! all this array+pointer code :(
I think it mainly doesn't work as map_layers[] is accessed before being initialized.
Simply bin this stuff as it's hardly useful anyway.
If the user has more than one of the same map - so be it - display them all.

11 years ago[QA] Remove unused function
Rob Norris [Wed, 31 Jul 2013 21:07:22 +0000 (22:07 +0100)]
[QA] Remove unused function

11 years ago[QA] Remove an unused function parameter.
Rob Norris [Wed, 31 Jul 2013 20:07:33 +0000 (21:07 +0100)]
[QA] Remove an unused function parameter.

11 years agoAdd option to the cache-mbtile tool to avoid optimizing the database.
Rob Norris [Wed, 31 Jul 2013 20:05:59 +0000 (21:05 +0100)]
Add option to the cache-mbtile tool to avoid optimizing the database.

This is because the optimizing stage uses a temporary file
(often twice the size of the DB file - so it can be many Gbs in size), one may want to avoid this.

11 years agoFix missing question mark
Guilhem Bonnefille [Wed, 7 Aug 2013 19:56:34 +0000 (21:56 +0200)]
Fix missing question mark

11 years agoMerge branch 'StatusBarInfoControl'
Rob Norris [Mon, 26 Aug 2013 19:30:35 +0000 (20:30 +0100)]
Merge branch 'StatusBarInfoControl'

Conflicts:
help/C/viking.xml

Plus fix some minor help text grammar.

11 years agoMerge branch 'TrackLabelling'
Rob Norris [Mon, 26 Aug 2013 19:22:09 +0000 (20:22 +0100)]
Merge branch 'TrackLabelling'

11 years agoMerge branch 'TransformUtils'
Rob Norris [Mon, 26 Aug 2013 19:16:50 +0000 (20:16 +0100)]
Merge branch 'TransformUtils'

11 years agoMerge branch 'DownloadDecompression'
Rob Norris [Mon, 26 Aug 2013 17:50:45 +0000 (18:50 +0100)]
Merge branch 'DownloadDecompression'

11 years agoAdd 'Transform' abilities to set DEM information for Waypoints.
Rob Norris [Wed, 24 Jul 2013 00:07:35 +0000 (01:07 +0100)]
Add 'Transform' abilities to set DEM information for Waypoints.

Allow setting elevations to an individual waypoint or all waypoints in a layer.

11 years agoRefactor to use the new function to get the waypoint height.
Rob Norris [Wed, 24 Jul 2013 00:05:29 +0000 (01:05 +0100)]
Refactor to use the new function to get the waypoint height.

11 years agoAdd function to set waypoint height from DEM information.
Rob Norris [Wed, 24 Jul 2013 00:04:13 +0000 (01:04 +0100)]
Add function to set waypoint height from DEM information.

11 years agoAdd an option to anonymize track timestamps on upload to OSM Traces.
Rob Norris [Thu, 18 Jul 2013 18:23:56 +0000 (19:23 +0100)]
Add an option to anonymize track timestamps on upload to OSM Traces.

Only make available for an individual track upload
 (as ATM the anonymize times can't be applied to a layer).

11 years agoMake the anonymize timestamp method available in the GUI.
Rob Norris [Thu, 18 Jul 2013 18:17:33 +0000 (19:17 +0100)]
Make the anonymize timestamp method available in the GUI.

11 years agoAdd function to anonymize timestamps of a track.
Rob Norris [Thu, 18 Jul 2013 18:16:50 +0000 (19:16 +0100)]
Add function to anonymize timestamps of a track.

11 years agoMake the downloading SRTM error visible in the GUI.
Rob Norris [Wed, 17 Jul 2013 20:35:00 +0000 (21:35 +0100)]
Make the downloading SRTM error visible in the GUI.

11 years agoAdd warning of when trying to apply DEM data, but no DEM layers are available.
Rob Norris [Wed, 17 Jul 2013 20:31:51 +0000 (21:31 +0100)]
Add warning of when trying to apply DEM data, but no DEM layers are available.

11 years agoImprove options for applying DEM Data to a track/route.
Rob Norris [Wed, 17 Jul 2013 20:28:54 +0000 (21:28 +0100)]
Improve options for applying DEM Data to a track/route.

Make explicit the option that overwrites all existing elevation data.

Add new option to only update missing elevation data.

Always report the number of points modified.

11 years agoMake the track/route elevation smoothing methods available in the GUI.
Rob Norris [Wed, 17 Jul 2013 19:31:59 +0000 (20:31 +0100)]
Make the track/route elevation smoothing methods available in the GUI.

The number of points adjusted is reported to the user.

11 years agoAdd methods to smooth missing elevation data from tracks (or routes).
Rob Norris [Wed, 17 Jul 2013 19:29:24 +0000 (20:29 +0100)]
Add methods to smooth missing elevation data from tracks (or routes).

This is a follow up to SF Bug #100.

Two variations are made available -
 a simple 'flat' method that simply applies the last known elevation value to the missing points.
 an interpolated method that uses beginning and end know elevations to derive inbetween values.

The number of points adjusted is returned.

11 years agoCreate and use new menu level 'Transform' for some track/route operations.
Rob Norris [Tue, 16 Jul 2013 21:32:32 +0000 (22:32 +0100)]
Create and use new menu level 'Transform' for some track/route operations.

This is a holdall for methods that manipulate track values but don't add/remove points.

Move the 'Apply DEM Data' and 'Convert to X' functions here.

11 years agoCheck size of route before refining it
Guilhem Bonnefille [Tue, 23 Jul 2013 21:01:29 +0000 (23:01 +0200)]
Check size of route before refining it

Before computing a route refining on an excessively long route,
request confirmation from user.

Signed-off-by: Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
11 years agoAdd function to refine a route with routing service
Guilhem Bonnefille [Tue, 23 Jul 2013 21:01:29 +0000 (23:01 +0200)]
Add function to refine a route with routing service

This patch add a menu entry for route in order to request a
refined version of the route.

The user is now able to plan a journey by creating a simple route
and then request a routing engine to refine this route.
This is a simple solution to extend route finder tool, adding 'via'
points in the journey.

Signed-off-by: Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
11 years ago[DOC] Tag some contextual restrictions as 'note'
Guilhem Bonnefille [Tue, 23 Jul 2013 20:53:11 +0000 (22:53 +0200)]
[DOC] Tag some contextual restrictions as 'note'

11 years agoFix: use g_list dedicated function instead of own code
Guilhem Bonnefille [Tue, 23 Jul 2013 20:31:16 +0000 (22:31 +0200)]
Fix: use g_list dedicated function instead of own code

11 years agoEnable optional opening of the track properties dialog on the statistics tab
Rob Norris [Mon, 1 Jul 2013 23:25:13 +0000 (00:25 +0100)]
Enable optional opening of the track properties dialog on the statistics tab

11 years agoMove all editable properties of a track/route to a dedicated tab.
Rob Norris [Sat, 29 Jun 2013 15:28:21 +0000 (16:28 +0100)]
Move all editable properties of a track/route to a dedicated tab.

It seems better to distinguish editable properties and computed properties (called Statistics).
Especially since there are now more track properties to control.

This patch is reworked from Guilhem Bonnefille's initial idea/work.

11 years agoSplit TrackWaypoint layer tracks properties into an 'Advanced' section.
Rob Norris [Sun, 16 Jun 2013 14:30:07 +0000 (15:30 +0100)]
Split TrackWaypoint layer tracks properties into an 'Advanced' section.

Mainly because there's getting lots of track layer properties,
split the more detailed control options into a new tab.

11 years ago[DOC] New settings value
Rob Norris [Thu, 18 Jul 2013 21:59:52 +0000 (22:59 +0100)]
[DOC] New settings value

11 years agoAdd ability to draw track names and distance labels on the viewport.
Rob Norris [Sun, 16 Jun 2013 14:21:09 +0000 (15:21 +0100)]
Add ability to draw track names and distance labels on the viewport.

Track labels are drawn in the appropriate track colour, when set.

Options are given to draw the track names at:
 a centre position
 start and end positions
 centre, start and end

The default is to not draw them.

Also distance along tracks may be displayed with up to N labels at friendly distance amounts.

Originally I had worked(and reworked) over several differing commits,
 but too tricky to split into back into the resulting logical commits, so combined together.

11 years agoAdd helper function distance_in_preferred_units()
Rob Norris [Sat, 20 Jul 2013 12:06:54 +0000 (13:06 +0100)]
Add helper function distance_in_preferred_units()

11 years agoAdd function to get a trackpoint by distance along a track.
Rob Norris [Sat, 20 Jul 2013 12:06:01 +0000 (13:06 +0100)]
Add function to get a trackpoint by distance along a track.

11 years ago[DOC] Document options for the Trackpoint message format codes.
Rob Norris [Mon, 15 Jul 2013 23:53:36 +0000 (00:53 +0100)]
[DOC] Document options for the Trackpoint message format codes.

11 years agoSF Features#113: Allow distance from track start to be shown in the Statusbar.
Rob Norris [Mon, 15 Jul 2013 22:06:20 +0000 (23:06 +0100)]
SF Features#113: Allow distance from track start to be shown in the Statusbar.

Use the controllable method to generate a trackpoint sting.
By default the elevation, time, distance along track and track name
 will be shown for the selected trackpoint.

The settings string 'trkpt_selected_statusbar_format' can be adjusted if the different values are wanted.

11 years agoSF Features#111: Add Optional Statusbar update in GPS Realtime Tracking mode.
Rob Norris [Mon, 15 Jul 2013 22:00:07 +0000 (23:00 +0100)]
SF Features#111: Add Optional Statusbar update in GPS Realtime Tracking mode.

Default to displaying speed and elevation.

11 years agoEnable following GPS realtime tracking even when no heading (course) is available.
Rob Norris [Mon, 15 Jul 2013 21:58:08 +0000 (22:58 +0100)]
Enable following GPS realtime tracking even when no heading (course) is available.

11 years agoAdd a common method to produce an information message string about a Trackpoint.
Rob Norris [Mon, 15 Jul 2013 21:52:51 +0000 (22:52 +0100)]
Add a common method to produce an information message string about a Trackpoint.

Currently for ease of implementation the message format code is a string of characters.
Each character represents what should be inserted in relation to a Trackpoint.
One day it might evolve into something more user friendly with a frontend to control it, perhaps allowing arbitary text too.

However for now at least some control is offered :)

11 years agoAdd a function to find out the distance along a track to a particular trackpoint.
Rob Norris [Mon, 8 Jul 2013 19:16:06 +0000 (20:16 +0100)]
Add a function to find out the distance along a track to a particular trackpoint.

11 years agoQuick hack method to enable display of compiled in libraries (albeit in the wrong...
Rob Norris [Mon, 8 Jul 2013 19:48:15 +0000 (20:48 +0100)]
Quick hack method to enable display of compiled in libraries (albeit in the wrong section of 'Artists') in the About dialog.

11 years agoSupport opening compressed files downloaded for the My OSM Traces feature.
Rob Norris [Sun, 7 Jul 2013 10:21:58 +0000 (11:21 +0100)]
Support opening compressed files downloaded for the My OSM Traces feature.

Files downloaded may have been compressed by bzip2.

Use file magic to detect compression type and take appropriate decompression action.

Hence dependencies on libbz2 and libmagic are now required.
But they can be optionally turned off.

11 years agoUnzip comment
Rob Norris [Sun, 7 Jul 2013 09:46:55 +0000 (10:46 +0100)]
Unzip comment

11 years agoStart to make compression code more reuseable.
Rob Norris [Sat, 6 Jul 2013 17:07:01 +0000 (18:07 +0100)]
Start to make compression code more reuseable.

Move zip file handling into new a file: compression.c

11 years agoFix menu use of named own Icons since the icons were renamed some time ago.
Rob Norris [Tue, 16 Jul 2013 21:08:51 +0000 (22:08 +0100)]
Fix menu use of named own Icons since the icons were renamed some time ago.

They were renamed back in commit SHA1:79dce0cbecc73aef904c1529467195416c1bfe96

11 years ago[QA] Fix memory leak in drawing new tracks/routes.
Rob Norris [Mon, 15 Jul 2013 21:26:01 +0000 (22:26 +0100)]
[QA] Fix memory leak in drawing new tracks/routes.

11 years ago[QA] Fix memory leak in sorting layers.
Rob Norris [Mon, 15 Jul 2013 22:17:45 +0000 (23:17 +0100)]
[QA] Fix memory leak in sorting layers.

11 years ago[QA] Fix name memory leaks in TrackWaypoint operations.
Rob Norris [Mon, 15 Jul 2013 21:24:31 +0000 (22:24 +0100)]
[QA] Fix name memory leaks in TrackWaypoint operations.

11 years ago[QA] Fix misc small memory leaks.
Rob Norris [Mon, 15 Jul 2013 21:22:43 +0000 (22:22 +0100)]
[QA] Fix misc small memory leaks.

11 years ago[QA] Fix several memory leaks on program closure.
Rob Norris [Mon, 15 Jul 2013 21:20:47 +0000 (22:20 +0100)]
[QA] Fix several memory leaks on program closure.

Not particularly important since the program is ending,
 but it should be done and aids tracing any other remaining memory faults.

11 years ago[QA] Fix memory leak on deleting TrackWaypoint layers.
Rob Norris [Mon, 15 Jul 2013 21:16:20 +0000 (22:16 +0100)]
[QA] Fix memory leak on deleting TrackWaypoint layers.

11 years ago[QA] Fix new tracks not shown after split called from the Track Properties dialog.
Rob Norris [Mon, 15 Jul 2013 21:14:03 +0000 (22:14 +0100)]
[QA] Fix new tracks not shown after split called from the Track Properties dialog.

11 years ago[QA] Fix large memory leak on viewing Track Properties.
Rob Norris [Mon, 15 Jul 2013 21:12:45 +0000 (22:12 +0100)]
[QA] Fix large memory leak on viewing Track Properties.

11 years ago[QA] Fix incorrect iterator usage.
Rob Norris [Mon, 15 Jul 2013 21:11:56 +0000 (22:11 +0100)]
[QA] Fix incorrect iterator usage.

11 years ago[QA] Fix memory leaks in usage of the clipboard.
Rob Norris [Mon, 15 Jul 2013 21:08:40 +0000 (22:08 +0100)]
[QA] Fix memory leaks in usage of the clipboard.

Refactor use of gdk_atom_name() since this returns an allocated string.

11 years ago[QA] Fix memory leaks on reading in Viking files.
Rob Norris [Mon, 15 Jul 2013 21:07:17 +0000 (22:07 +0100)]
[QA] Fix memory leaks on reading in Viking files.

Don't set these string variables to NULL too early!
Otherwise testing it's value means it previously didn't call the free function.

11 years ago[QA] Fix memory leak in treeview tooltips and selection.
Rob Norris [Mon, 15 Jul 2013 21:03:25 +0000 (22:03 +0100)]
[QA] Fix memory leak in treeview tooltips and selection.

11 years ago[QA] Fix large memory leak when removing DEM layers.
Rob Norris [Mon, 15 Jul 2013 21:00:26 +0000 (22:00 +0100)]
[QA] Fix large memory leak when removing DEM layers.

11 years agoQA: replace direct access to GtkWidget->window member by function call
Guilhem Bonnefille [Wed, 10 Jul 2013 21:16:31 +0000 (23:16 +0200)]
QA: replace direct access to GtkWidget->window member by function call

11 years agoAdd view of course and speed properties of trackpoints.
Rob Norris [Mon, 8 Jul 2013 19:20:55 +0000 (20:20 +0100)]
Add view of course and speed properties of trackpoints.

Since these values may be held in the trackpoint data, we might as well be able to show them!

Also reduce spacing between the elements to keep the dialog compact.

11 years agoEnable control of create_label_vbox spacing and padding.
Rob Norris [Mon, 8 Jul 2013 19:14:07 +0000 (20:14 +0100)]
Enable control of create_label_vbox spacing and padding.

11 years agoFix some interpolated values of a trackpoint on insertion between points.
Rob Norris [Mon, 8 Jul 2013 18:04:46 +0000 (19:04 +0100)]
Fix some interpolated values of a trackpoint on insertion between points.

Fairly obvious cut and paste error.
Incorrect code introduced (by me) in commit SHA1: db79f75f7deef5e8a934324c69dfaa274764514a

11 years agoUse the busy cursor during downloads of My OSM Traces.
Rob Norris [Sun, 7 Jul 2013 09:53:13 +0000 (10:53 +0100)]
Use the busy cursor during downloads of My OSM Traces.

11 years agoFix handling failed downloads with the My OSM Traces method.
Rob Norris [Sun, 7 Jul 2013 09:51:58 +0000 (10:51 +0100)]
Fix handling failed downloads with the My OSM Traces method.

Don't attempt to add a layer until we know it is OK.

11 years agoSF Bugs#101: Fix Acquire from Google Directions.
Rob Norris [Sun, 7 Jul 2013 10:20:06 +0000 (11:20 +0100)]
SF Bugs#101: Fix Acquire from Google Directions.

Allow for some download redirects by default. Otherwise may get HTTP 302 errors.

11 years agoRefactor Track property grid drawing into a common function.
Rob Norris [Sat, 6 Jul 2013 10:18:45 +0000 (11:18 +0100)]
Refactor Track property grid drawing into a common function.

Change the y-axis text to be slightly smaller to accommodate displaying larger values.
Otherwise distance labels over '100 miles' may be seen fully.

11 years agoSF Bugs#100: Fix Crash on viewing Track Properties with extreme gradients.
Rob Norris [Sat, 6 Jul 2013 10:16:29 +0000 (11:16 +0100)]
SF Bugs#100: Fix Crash on viewing Track Properties with extreme gradients.

Even though the code checked for end of the array, it did not set the index value correctly.
Thus it could access memory outside of the array, which could be zero and lead to divide by zero errors.

Refactor the code to use the common chunk index function.

11 years agoAdd ability to use a conversion function between the displayed widget contents and...
Rob Norris [Wed, 26 Jun 2013 18:16:25 +0000 (19:16 +0100)]
Add ability to use a conversion function between the displayed widget contents and the value stored internally.

11 years agoSF Bugs#97: Fix missing redownload settings of some maps in the example config
Rob Norris [Tue, 25 Jun 2013 22:49:24 +0000 (23:49 +0100)]
SF Bugs#97: Fix missing redownload settings of some maps in the example config

Some extra properties of the maps should be defined to enable redownload behaviour.
[i.e. match the built in settings in osm.c]

11 years agoSF Bugs#99: Increase limit for Map IDs
Rob Norris [Sat, 6 Jul 2013 10:30:01 +0000 (11:30 +0100)]
SF Bugs#99: Increase limit for Map IDs

Change from a guint8 to a guint16 to enable larger map id range.
Thus prevents silently auto wrapping numbers around which may then overwrite a different map cache.

11 years ago[QA] Fix issue spotted with cppcheck 1.59
Rob Norris [Sat, 6 Jul 2013 10:29:45 +0000 (11:29 +0100)]
[QA] Fix issue spotted with cppcheck 1.59

11 years agoSF Features#114: Increase the time limit for the Tile Age and use days in the GUI.
Rob Norris [Wed, 26 Jun 2013 18:19:46 +0000 (19:19 +0100)]
SF Features#114: Increase the time limit for the Tile Age and use days in the GUI.

The limit is now increased to 1 year.
Units are the more human friendly scale of days, rather than trying to deal in hundreds of thousands of seconds.
Values are still held in seconds in the preferences.

11 years agoMore reliable waypoint symbol resetting on preferences change.
Rob Norris [Mon, 1 Jul 2013 23:23:56 +0000 (00:23 +0100)]
More reliable waypoint symbol resetting on preferences change.

Problem introduced in commit SHA1:9e3fa3387a28bc41a34ad01394f681b5c401b1a4,
fix g_list usage otherwise doesn't do more than one layer in the list!

11 years agoFix name search using Google.
Rob Norris [Mon, 1 Jul 2013 18:37:19 +0000 (19:37 +0100)]
Fix name search using Google.

It appears some redirection now occurs, so better allow for that to happen.

11 years agoFix some layer sorting issues.
Rob Norris [Mon, 1 Jul 2013 18:36:00 +0000 (19:36 +0100)]
Fix some layer sorting issues.

Ensure waypoints get sorted upon addition.
Ensure the treeview is available before attempting to sort within it.

11 years ago[QA] Fix some issues spotted with cppcheck 1.59
Rob Norris [Sun, 30 Jun 2013 22:56:59 +0000 (23:56 +0100)]
[QA] Fix some issues spotted with cppcheck 1.59

11 years agoMake dialog shifting a bit more reliable.
Rob Norris [Sun, 16 Jun 2013 14:14:25 +0000 (15:14 +0100)]
Make dialog shifting a bit more reliable.

11 years agoUse already calculated bounding box for 'maxmin' calculations.
Rob Norris [Sat, 15 Jun 2013 19:09:58 +0000 (20:09 +0100)]
Use already calculated bounding box for 'maxmin' calculations.

11 years agoAdd statistics for all tracks within a single TRW layer.
Rob Norris [Mon, 3 Jun 2013 21:35:20 +0000 (22:35 +0100)]
Add statistics for all tracks within a single TRW layer.

11 years agoEnable all tracks statistics analysis for all TRW Layers within an Aggregate layer.
Rob Norris [Thu, 6 Jun 2013 20:01:14 +0000 (21:01 +0100)]
Enable all tracks statistics analysis for all TRW Layers within an Aggregate layer.

11 years agoAdd Multiple Tracks Statistical analysis dialog.
Rob Norris [Thu, 6 Jun 2013 19:59:00 +0000 (20:59 +0100)]
Add Multiple Tracks Statistical analysis dialog.

This displays totals and averages for the selected tracks in a new dialog.

More then one instance of this dialog is allowed
 and it allows a choice of whether invisible items should be included in analysis.

NB This commit does not perform the actual selection of tracks to analysis.

11 years agoAdd functions to return sublayer visibility.
Rob Norris [Thu, 11 Apr 2013 01:06:00 +0000 (02:06 +0100)]
Add functions to return sublayer visibility.

11 years ago[DOC] Fix some incorrect docbook markup.
Rob Norris [Sat, 29 Jun 2013 09:32:10 +0000 (10:32 +0100)]
[DOC] Fix some incorrect docbook markup.

11 years agoMerge branch 'LayerSort'
Rob Norris [Sat, 29 Jun 2013 09:10:35 +0000 (10:10 +0100)]
Merge branch 'LayerSort'

11 years agoFix documentation minor typo
Guilhem Bonnefille [Sun, 23 Jun 2013 21:33:20 +0000 (23:33 +0200)]
Fix documentation minor typo

11 years agoGeneralize Acquire Directions
Guilhem Bonnefille [Sun, 23 Jun 2013 07:29:26 +0000 (09:29 +0200)]
Generalize Acquire Directions

Since we have a generic routing framework, we can replace
Google Routing feature by a more generic solution.

The user is now able to select the engine for the route
computation.

Signed-off-by: Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
11 years ago[QA] minor doc improvment
Guilhem Bonnefille [Sun, 23 Jun 2013 07:28:36 +0000 (09:28 +0200)]
[QA] minor doc improvment

11 years ago[QA] More minor code improving
Guilhem Bonnefille [Sat, 22 Jun 2013 21:07:03 +0000 (23:07 +0200)]
[QA] More minor code improving

11 years ago[QA] Add type checking
Guilhem Bonnefille [Sat, 22 Jun 2013 21:04:50 +0000 (23:04 +0200)]
[QA] Add type checking