]> git.street.me.uk Git - andy/viking.git/log
andy/viking.git
16 years agoFix bugs that caused odd display of date/time on track properties dialog.
Quy Tonthat [Sat, 6 Oct 2007 00:31:00 +0000 (00:31 +0000)]
Fix bugs that caused odd display of date/time on track properties dialog.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
16 years agoBe more selective in collecting realtime trackpoints.
Quy Tonthat [Fri, 5 Oct 2007 13:06:17 +0000 (13:06 +0000)]
Be more selective in collecting realtime trackpoints.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
16 years agoFix a segfault caused by (mistakenly) adding a new layer to gps layer.
Quy Tonthat [Fri, 5 Oct 2007 00:04:20 +0000 (00:04 +0000)]
Fix a segfault caused by (mistakenly) adding a new layer to gps layer.

Adding a new layer while one of "Tracks" or "Waypoints" in gpslayer is
selected would cause segfaults. The problem is now fixed.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
16 years agoImprovements for GPS layer's "Realtime tracking".
Quy Tonthat [Thu, 4 Oct 2007 13:53:49 +0000 (13:53 +0000)]
Improvements for GPS layer's "Realtime tracking".

- Optimisation to be more preferable  data from 3D fixes to 2D fixes
  when recording realtime tracks.
- Tracking data are now stored in a separate layer of gps layer.
- Be more precise in selecting center when in moving map mode.
- The tracking cursor now has blinking light that reflects the
  GPS status (red when 2D, green when 3D).
- libgps is now checked by configure.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
16 years agoRemoving GPSDLayer (functionality now in gpslayer)
Evan Battaglia [Wed, 3 Oct 2007 03:40:10 +0000 (03:40 +0000)]
Removing GPSDLayer (functionality now in gpslayer)

16 years agoCleanup and cosmetic changes.
Quy Tonthat [Tue, 2 Oct 2007 13:47:59 +0000 (13:47 +0000)]
Cleanup and cosmetic changes.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
16 years agoFix half-drawn problem for gps layer
Quy Tonthat [Tue, 2 Oct 2007 13:36:03 +0000 (13:36 +0000)]
Fix half-drawn problem for gps layer

Problem was that the viewport would go blank if clicking on visibility
of the same gps layer's layer more than once. The problem is now fixed.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
16 years agoAdd realtime tracking to GPS layer.
Quy Tonthat [Tue, 2 Oct 2007 07:12:14 +0000 (07:12 +0000)]
Add realtime tracking to GPS layer.

New features included:

- Show real time position from GPS.
- New layer menu item to start/stop realtime tracking.
- Using gpsd. Host and port can be set in the layer properties dialog.
- Enable/disable track recording (in peroperties dialog). Tracks are
  recorded in "GPS Download" folder.
- Jump to the first position on start (enable/disable in properties dialog).
- Moving maps to keep current tracking position at the center (enable/disable
  in properties dialog)

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
16 years agoFix crashes caused by emitting update too early at layer creation.
Quy Tonthat [Mon, 1 Oct 2007 22:17:44 +0000 (22:17 +0000)]
Fix crashes caused by emitting update too early at layer creation.

It's not necessary to emit update signal at this time and it can cause
segfault for the new half-drawn update method.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
16 years agoDisable half-drawn update mode when the center is moved.
Quy Tonthat [Mon, 1 Oct 2007 14:10:26 +0000 (14:10 +0000)]
Disable half-drawn update mode when the center is moved.

- When the center of the viewport is moved, all layers need to be redrawn.
- Data for half-drawn are now in VikWindow where they belong. Having had
  "trigger" as a static variable in viklayer would cause problems when
  viking has more than one windows.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
16 years agoChangeLog entry
Quy Tonthat [Fri, 28 Sep 2007 13:41:12 +0000 (13:41 +0000)]
ChangeLog entry

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
16 years agoFix a long lasting bug that causes track property not working properly.
Quy Tonthat [Fri, 28 Sep 2007 13:36:01 +0000 (13:36 +0000)]
Fix a long lasting bug that causes track property not working properly.

Elevation graph did not work properly for tracks that start with trackpoints
without altitude values followed by trackpoints that do have alt. This
can also cause segfault in some case (more track points without than ones
with)

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
16 years agoHalf-drawn hack
Evan Battaglia [Fri, 28 Sep 2007 00:57:07 +0000 (00:57 +0000)]
Half-drawn hack

16 years agoDraw arrow in Gpsdlayer
Evan Battaglia [Fri, 28 Sep 2007 00:33:13 +0000 (00:33 +0000)]
Draw arrow in Gpsdlayer
DEM Layer -- minimum elevation

16 years agogpsdlayer -- gps_close() the connection.
Evan Battaglia [Wed, 26 Sep 2007 19:14:37 +0000 (19:14 +0000)]
gpsdlayer -- gps_close() the connection.

17 years agoSRTM download now works for regions outside North_America too.
Quy Tonthat [Tue, 25 Sep 2007 05:42:20 +0000 (05:42 +0000)]
SRTM download now works for regions outside North_America too.

Hash table is used to look up directory name where the files are stored
on the server. The hash table is generated from directory listing of
the server.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoExperimental VikGpsdLayer
Evan Battaglia [Mon, 24 Sep 2007 02:49:36 +0000 (02:49 +0000)]
Experimental VikGpsdLayer

17 years agoMagic Scissors goodies
Evan Battaglia [Sun, 23 Sep 2007 21:59:21 +0000 (21:59 +0000)]
Magic Scissors goodies

17 years agoAdd Magic Scissors icon (from GIMP)
Evan Battaglia [Sun, 23 Sep 2007 19:39:17 +0000 (19:39 +0000)]
Add Magic Scissors icon (from GIMP)

17 years agoRemove unused vik_layer_copy code
Evan Battaglia [Sun, 23 Sep 2007 19:08:26 +0000 (19:08 +0000)]
Remove unused vik_layer_copy code

17 years agoFix crashes on using wrong tools
Evan Battaglia [Sun, 23 Sep 2007 18:27:29 +0000 (18:27 +0000)]
Fix crashes on using wrong tools

17 years agoSerialize string lists / fix DEM Layer copy/paste
Evan Battaglia [Sun, 23 Sep 2007 18:04:41 +0000 (18:04 +0000)]
Serialize string lists / fix DEM Layer copy/paste

17 years ago * Pan Accelerators (Ctrl+Left, etc)
Evan Battaglia [Sun, 23 Sep 2007 06:30:41 +0000 (06:30 +0000)]
    * Pan Accelerators (Ctrl+Left, etc)
        * Ctrl-Scroll and Ctrl-Shift-Scroll to pan, kind of like Gimp.
        * Add a RADIOGROUP_STATIC properties factory type to make it easy
                for new layers. Uses an array list (like before)
                instead of a GList.
        * DEM US 10m (dem24k) source! Option in DEM Layer & ./configure
        * (copying & pasting DEM layers is broken, will fix later)

17 years agoDownload&import SRTM 90m data (more work needed)
Evan Battaglia [Sun, 23 Sep 2007 01:35:22 +0000 (01:35 +0000)]
Download&import SRTM 90m data (more work needed)
Fix right-click geocache->goto geocaching.com web page

17 years agoRefactoring: really minor change
Guilhem Bonnefille [Tue, 18 Sep 2007 19:41:17 +0000 (19:41 +0000)]
Refactoring: really minor change

17 years agoRefactoring: minor changes
Guilhem Bonnefille [Tue, 18 Sep 2007 19:41:10 +0000 (19:41 +0000)]
Refactoring: minor changes

17 years agoSaner vikfilelist.c -- allow multiple selections when adding DEM files
Evan Battaglia [Tue, 18 Sep 2007 01:58:16 +0000 (01:58 +0000)]
Saner vikfilelist.c -- allow multiple selections when adding DEM files

17 years agoFix optional geocaching -- include config.h to compile
Evan Battaglia [Tue, 18 Sep 2007 01:34:17 +0000 (01:34 +0000)]
Fix optional geocaching -- include config.h to compile

17 years agoUpdate ChangeLog
Evan Battaglia [Tue, 18 Sep 2007 01:10:27 +0000 (01:10 +0000)]
Update ChangeLog

17 years agoDraw lines for file existence at very-zoomed out levels
Evan Battaglia [Tue, 18 Sep 2007 01:08:58 +0000 (01:08 +0000)]
Draw lines for file existence at very-zoomed out levels

17 years agoRemoving unused files (*.png.h).
Guilhem Bonnefille [Sun, 9 Sep 2007 09:04:08 +0000 (09:04 +0000)]
Removing unused files (*.png.h).

17 years agoFix #1789550: define MAX macro if not defined on ALL systems
Guilhem Bonnefille [Sun, 9 Sep 2007 09:03:56 +0000 (09:03 +0000)]
Fix #1789550: define MAX macro if not defined on ALL systems

17 years agog_*ify a path building
Guilhem Bonnefille [Sun, 9 Sep 2007 09:03:47 +0000 (09:03 +0000)]
g_*ify a path building

17 years agoAutomatically fetching google version numbers.
Quy Tonthat [Sat, 8 Sep 2007 07:21:59 +0000 (07:21 +0000)]
Automatically fetching google version numbers.

Downloading maps from gogle requires a number embeded in the request uri.
These numbers are known to be changed by google over time.
Viking now tries to work out the current numbers instead of using the hardcoded.
This is done once right before the first google map download request, in a
viking session.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoFix #1789550: mkdtemp usage is conditioned
Guilhem Bonnefille [Fri, 7 Sep 2007 20:48:23 +0000 (20:48 +0000)]
Fix #1789550: mkdtemp usage is conditioned

So it is possible to build viking on system not offering such feature.
By this way, viking will only fail on system without $HOME, nor functional
g_get_home_dir, nor mkdtemp function.

17 years agoQA: remove a warning
Guilhem Bonnefille [Fri, 7 Sep 2007 20:48:14 +0000 (20:48 +0000)]
QA: remove a warning

17 years agog_*ify maps_layer_default_dir function and code related to maps cache
Guilhem Bonnefille [Fri, 7 Sep 2007 20:48:06 +0000 (20:48 +0000)]
g_*ify maps_layer_default_dir function and code related to maps cache

17 years agog_*ify a_get_viking_dir function
Guilhem Bonnefille [Fri, 7 Sep 2007 20:47:58 +0000 (20:47 +0000)]
g_*ify a_get_viking_dir function

- Use g_build_filename to concat path elements
- Use g_get_home_dir as fallback
Glib offers a function to retrieve the home directory of the current user.
As it is not based on $HOME, we use it as a fallback function.
See http://library.gnome.org/devel/glib/stable/glib-Miscellaneous-Utility-Functions.html#g-get-home-dir

17 years agoAdding command line option framework.
Guilhem Bonnefille [Thu, 6 Sep 2007 10:06:37 +0000 (10:06 +0000)]
Adding command line option framework.

This modification will enable the add of options.
Actually, the only improvment is "--help" support.

17 years agoFix a bug that causes crashes when using "Maps Download" tool.
Quy Tonthat [Wed, 5 Sep 2007 15:07:32 +0000 (15:07 +0000)]
Fix a bug that causes crashes when using "Maps Download" tool.

The crash can be reproduced consistently using the followings:

1. start viking without argument
2. create a map layer, using default settings.
3. select the map layer.
4. select "Maps Download" tool on toolbar.
5. click anywhere on the map (the viewport)

This problem was due to the mode of the center coord was not initialised.
THe problem is now fixed.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoMake viking's default start location somewhere more likely has maps.
Quy Tonthat [Wed, 5 Sep 2007 14:39:16 +0000 (14:39 +0000)]
Make viking's default start location somewhere more likely has maps.

The location before this fix was virtually nowhere in the sea which
has no maps from most popular sources. This can be quite confusing
for first time users who don't even know how to navigate to a location
that has maps.

Viking now starts in New York City. Not because it is my most favourite
place on earth (which is Sydney BTW), but it is because we more likely
find maps there.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoReleasing 0.9.2
Guilhem Bonnefille [Tue, 4 Sep 2007 20:41:35 +0000 (20:41 +0000)]
Releasing 0.9.2

17 years agoQA: removing warning
Guilhem Bonnefille [Tue, 4 Sep 2007 20:41:27 +0000 (20:41 +0000)]
QA: removing warning

17 years agoHide Expedia view mode when expedia is not built in.
Guilhem Bonnefille [Mon, 3 Sep 2007 20:42:22 +0000 (20:42 +0000)]
Hide Expedia view mode when expedia is not built in.

17 years agoDo not warn about drawmode inconsistency while reading file.
Guilhem Bonnefille [Mon, 3 Sep 2007 20:34:10 +0000 (20:34 +0000)]
Do not warn about drawmode inconsistency while reading file.

17 years agoDo not warn about drawmode inconsistency while reading file.
Guilhem Bonnefille [Mon, 3 Sep 2007 20:32:07 +0000 (20:32 +0000)]
Do not warn about drawmode inconsistency while reading file.

17 years agoUse $EMAIL to initialise email field for OSM upload.
Guilhem Bonnefille [Mon, 3 Sep 2007 20:31:53 +0000 (20:31 +0000)]
Use $EMAIL to initialise email field for OSM upload.

It is quite annoying to fill in the "email" field each time.
Viking now use the "standard" EMAIL varenv to preset this field.

17 years agoRefactoring: retrieve the VikWindow from the VikViewport via its GtkWidget nature
Guilhem Bonnefille [Mon, 3 Sep 2007 16:58:41 +0000 (16:58 +0000)]
Refactoring: retrieve the VikWindow from the VikViewport via its GtkWidget nature

Instead of storing one more reference in the VikVewport structure,
we use the fact that VikWindow is the top level window. So, it is possible
to retrieve it from any of its children. And, hopefully, VikViewport
is also a GtkWidget, child of the main window.

17 years agoPreset filename when exporting a TrwLayer.
Guilhem Bonnefille [Mon, 3 Sep 2007 16:58:28 +0000 (16:58 +0000)]
Preset filename when exporting a TrwLayer.

17 years agoQA: strong type the second argument of the *_post_read functions.
Guilhem Bonnefille [Mon, 3 Sep 2007 16:58:20 +0000 (16:58 +0000)]
QA: strong type the second argument of the *_post_read functions.

17 years agoFix: crash when "applying" a map layer property dialog
Guilhem Bonnefille [Mon, 3 Sep 2007 10:09:44 +0000 (10:09 +0000)]
Fix: crash when "applying" a map layer property dialog

Bug reported by Ã˜yvind Ottestad
1) Add a map layer
2) Right-click the map-layer and change one of the settings (in my case,
unchecking auto-download maps)
3) Program crashes

17 years agoReleasing 0.9.1
Guilhem Bonnefille [Sun, 2 Sep 2007 15:36:16 +0000 (15:36 +0000)]
Releasing 0.9.1

17 years agoDisable Expedia map layer by default (as it is not working)
Guilhem Bonnefille [Sat, 1 Sep 2007 13:31:33 +0000 (13:31 +0000)]
Disable Expedia map layer by default (as it is not working)

The Expedia map layer is not working since long time (see issue #1211389).
No need to activate a bogus stuff. Interested users can use
--enable-expedia

17 years agoAdd redirect support (for Expedia map layer)
Bernd Zeimetz [Thu, 30 Aug 2007 20:05:41 +0000 (20:05 +0000)]
Add redirect support (for Expedia map layer)

Patch submitted by Bernd Zeimetz.

17 years agoAdd ability to upload a single track
Guilhem Bonnefille [Thu, 30 Aug 2007 13:08:35 +0000 (13:08 +0000)]
Add ability to upload a single track

It is possible to upload a single track by right-clicking on a track.

17 years agoQA: Remove warnings
Guilhem Bonnefille [Thu, 30 Aug 2007 13:08:20 +0000 (13:08 +0000)]
QA: Remove warnings

17 years agoCheck current drawmode after creating a new MapsLayer
Guilhem Bonnefille [Tue, 28 Aug 2007 13:45:26 +0000 (13:45 +0000)]
Check current drawmode after creating a new MapsLayer

When a new map layer is created, Viking check the current drawmode.
If it is not the drawmode requested by the new layer, it warn the user.

17 years agoQA: testing NULL before *free is not necessary
Guilhem Bonnefille [Tue, 28 Aug 2007 13:45:15 +0000 (13:45 +0000)]
QA: testing NULL before *free is not necessary

It is better to fill freed pointers with NULL in order to "easily" detect
future usage of this freed memory.

17 years agoRefactoring: compute drawmode name by getting menu entry label
Guilhem Bonnefille [Tue, 28 Aug 2007 13:45:03 +0000 (13:45 +0000)]
Refactoring: compute drawmode name by getting menu entry label

As Viking will be internationalized, it seems better to avoid duplication
of labels.

17 years agoAllow to retrieve VikWindow from VikViewport
Guilhem Bonnefille [Tue, 28 Aug 2007 13:44:52 +0000 (13:44 +0000)]
Allow to retrieve VikWindow from VikViewport

17 years agoGive more instructive message for attempting to download maps in wrong mapmode
Quy Tonthat [Fri, 24 Aug 2007 15:46:28 +0000 (15:46 +0000)]
Give more instructive message for attempting to download maps in wrong mapmode

Point users to View menu and suggest what mode to select.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoBetter checking to detect downloaded text instead of images
Quy Tonthat [Fri, 24 Aug 2007 14:29:07 +0000 (14:29 +0000)]
Better checking to detect downloaded text instead of images

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoNew google version number
Quy Tonthat [Fri, 24 Aug 2007 14:07:43 +0000 (14:07 +0000)]
New google version number

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoAdding the ability to upload to OSM.
Guilhem Bonnefille [Wed, 22 Aug 2007 20:33:25 +0000 (20:33 +0000)]
Adding the ability to upload to OSM.

A new menu entry allows to upload the data of a TrwLayer to OpenStreetMap
as a GPX data file.

Technics:
The button opens a dialog to request the needed parameters:
- authentification informations (email and password)
- a filename (initially built with the name of the TrwLayer)
- the descriptios, tags and visibility of the trace
Then, a background thread is activated.

TODO:
- Check the parameter (not empty, syntactically correct tags)
- Error handling: as the upload is threaded, the error is not displayed
- Allow to upload a simple track (not a whole TrwLayer)

17 years agoSmall target to easy multi-branch developer's work
Guilhem Bonnefille [Mon, 20 Aug 2007 21:17:26 +0000 (21:17 +0000)]
Small target to easy multi-branch developer's work

17 years agolibcurl is a requirement
Guilhem Bonnefille [Mon, 20 Aug 2007 21:17:21 +0000 (21:17 +0000)]
libcurl is a requirement

It is no more a optional feature, but an "hard" requirement.
The main reason is that it is time consuming to maintain code
to work with and without libcurl. Furthermore, libcurl is available
in a lot of distributions now.

17 years agoFix bug in Google search that caused viking jump to wrong location when
Quy Tonthat [Mon, 20 Aug 2007 08:40:27 +0000 (08:40 +0000)]
Fix bug in Google search that caused viking jump to wrong location when
Google can not find the match.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoFix bugs that cause crashes on layers copy/paste/delete.
Quy Tonthat [Sun, 19 Aug 2007 15:12:43 +0000 (15:12 +0000)]
Fix bugs that cause crashes on layers copy/paste/delete.

The bug can be reproduced consistently by following steps:

- start viking, create a map layer
- select the map layer
- click on copy
- select some text on a terminal
- right click on the selected text.

At this stage, error messages appears such as:
(viking:5219): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `VikLayer'

(viking:5219): Gdk-WARNING **: Error converting from UTF-8 to STRING: Invalid byte sequence in conversion input

The memory is corrupted by then, other operations will crash viking eventually.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoGroup "Export Layer" entries in a submenu
Guilhem Bonnefille [Wed, 15 Aug 2007 20:32:10 +0000 (20:32 +0000)]
Group "Export Layer" entries in a submenu

Signed-off-by: Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
17 years agoClean up and get rid of compiler warnings.
Quy Tonthat [Wed, 15 Aug 2007 14:14:16 +0000 (14:14 +0000)]
Clean up and get rid of compiler warnings.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoOld google modes are now disabled by default.
Quy Tonthat [Wed, 15 Aug 2007 02:57:57 +0000 (02:57 +0000)]
Old google modes are now disabled by default.

  * New --enable-old-google for configure script to allow users to enable
    the feature.
  * When old google modes are disabled, their view modes will not be shown
    on view menu.
  * Fix bugs that prevent Google Maps from being set as default map when
    creating new map layer.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoFix bug in creating temporary HOME when HOME is not set.
Quy Tonthat [Tue, 14 Aug 2007 23:55:37 +0000 (23:55 +0000)]
Fix bug in creating temporary HOME when HOME is not set.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoAdding "name" accessor
Guilhem Bonnefille [Tue, 14 Aug 2007 14:55:44 +0000 (14:55 +0000)]
Adding "name" accessor

+ some improves around code: no need to check a pointer before freeing it but g_assert on NULL string

17 years agoMake Google Map default map type.
Quy Tonthat [Wed, 8 Aug 2007 14:55:43 +0000 (14:55 +0000)]
Make Google Map default map type.

Map mode selection is the most confusing "feature" left on viking for many
new users. Until someone has time to fix it (auto view mode, perhaps), we
now set the default map mode to Google Map, assuming it is the most widely used
for viking users.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoRefactoring
Guilhem Bonnefille [Sat, 4 Aug 2007 20:59:02 +0000 (20:59 +0000)]
Refactoring

More dynamic string managment, better for stability and I18N.

17 years agoRead hgt.zip files directly. Process correctly 1 arc sec hgt(.zip) files
Quy Tonthat [Wed, 1 Aug 2007 15:34:50 +0000 (15:34 +0000)]
Read hgt.zip files directly. Process correctly 1 arc sec hgt(.zip) files

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoPlug file descriptor leak
Quy Tonthat [Fri, 27 Jul 2007 06:04:48 +0000 (06:04 +0000)]
Plug file descriptor leak

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoDisplay altitude at the cursor position, on status bar.
Quy Tonthat [Thu, 26 Jul 2007 11:46:46 +0000 (11:46 +0000)]
Display altitude at the cursor position, on status bar.

Only show altitude if there is DEM data available for the location.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoNew google version number
Quy Tonthat [Wed, 25 Jul 2007 02:51:47 +0000 (02:51 +0000)]
New google version number

17 years agoDisable Geocaches Acquire.
Quy Tonthat [Tue, 24 Jul 2007 08:12:48 +0000 (08:12 +0000)]
Disable Geocaches Acquire.

Acquiring GeoCaches nolonger works. While waiting for being fixed, it is now
disabled to avoid confusing for users. The codes can be re-enabled using
configure --enable-geocaches.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoAdding copyright
Guilhem Bonnefille [Tue, 17 Jul 2007 20:11:22 +0000 (20:11 +0000)]
Adding copyright

17 years agoSolving a regression
Guilhem Bonnefille [Tue, 17 Jul 2007 20:11:16 +0000 (20:11 +0000)]
Solving a regression
But Viking don't compile without libcurl, even with this modification

17 years agoClean up (my) degug messages
Quy Tonthat [Tue, 17 Jul 2007 14:41:15 +0000 (14:41 +0000)]
Clean up (my) degug messages

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agomoving trunk/debian into the pkg-deb directory, adding tags/branches dirs
Bernd Zeimetz [Mon, 16 Jul 2007 12:04:34 +0000 (12:04 +0000)]
moving trunk/debian into the pkg-deb directory, adding tags/branches dirs

17 years agoConverting printf calls
Guilhem Bonnefille [Sat, 14 Jul 2007 16:39:23 +0000 (16:39 +0000)]
Converting printf calls

Use of GLib message logging framework: http://developer.gnome.org/doc/API/2.0/glib/glib-Message-Logging.html

17 years agoReleasing 0.9
Guilhem Bonnefille [Fri, 13 Jul 2007 22:08:55 +0000 (22:08 +0000)]
Releasing 0.9

17 years agoDeclaring vikdemlayer_pixmap.h to automake
Guilhem Bonnefille [Fri, 13 Jul 2007 22:07:28 +0000 (22:07 +0000)]
Declaring vikdemlayer_pixmap.h to automake

This is needed to include this file in the tarball.

17 years agoRemoving Reid from AUTHORS file.
Guilhem Bonnefille [Fri, 13 Jul 2007 21:36:40 +0000 (21:36 +0000)]
Removing Reid from AUTHORS file.

Reid requested (and confirmed) that he prefers to be removed from the AUTHORS list.
As it is a fundamental right (to be named or not) I removed it.

Signed-off-by: Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
17 years agoRevert "Add debian subdirectory to automaked tarball"
Guilhem Bonnefille [Fri, 13 Jul 2007 21:21:55 +0000 (21:21 +0000)]
Revert "Add debian subdirectory to automaked tarball"

This reverts commit fdc1423a5c2a0a2eced9bf17981aadae5589fd29.

Signed-off-by: Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
17 years agoDeclaring new icon for Debian package
Guilhem Bonnefille [Fri, 13 Jul 2007 21:21:45 +0000 (21:21 +0000)]
Declaring new icon for Debian package

17 years agoChangeLog entry
Quy Tonthat [Fri, 13 Jul 2007 13:47:44 +0000 (13:47 +0000)]
ChangeLog entry

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoEliminate the needs of entering DEM files for every single track/waypoint layer.
Quy Tonthat [Fri, 13 Jul 2007 13:47:34 +0000 (13:47 +0000)]
Eliminate the needs of entering DEM files for every single track/waypoint layer.

TODO:
- When there are more than one DEM sources for a track point, select the one
  with best resolution.
- To improve prformance keep a sorted list (sorted by lat/lon).

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoFixed typo.
Quy Tonthat [Sat, 7 Jul 2007 02:51:32 +0000 (02:51 +0000)]
Fixed typo.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoDEM: fix vertical units
Evan Battaglia [Fri, 6 Jul 2007 21:08:40 +0000 (21:08 +0000)]
DEM: fix vertical units

17 years agoFix invalid elevation
Evan Battaglia [Fri, 6 Jul 2007 20:51:03 +0000 (20:51 +0000)]
Fix invalid elevation

17 years agoMerge DEM branch
Evan Battaglia [Fri, 6 Jul 2007 17:04:18 +0000 (17:04 +0000)]
Merge DEM branch

17 years agoChangeLog entry
Quy Tonthat [Wed, 4 Jul 2007 08:17:05 +0000 (08:17 +0000)]
ChangeLog entry

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoBug fix: View Mode displayed wrong setting on startup.
Quy Tonthat [Wed, 4 Jul 2007 08:16:51 +0000 (08:16 +0000)]
Bug fix: View Mode displayed wrong setting on startup.

Saved "Google Mode" became "Old KH Mode" on the next start up.
The problem is now fixed.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoChangeLog entry
Quy Tonthat [Tue, 3 Jul 2007 05:59:31 +0000 (05:59 +0000)]
ChangeLog entry

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoFixed bugs that caused "draw_scale" and "draw_centermark" not consistent.
Quy Tonthat [Tue, 3 Jul 2007 05:59:19 +0000 (05:59 +0000)]
Fixed bugs that caused "draw_scale" and "draw_centermark" not consistent.

Fixed following bugs related to scale and centermark:
- View menu items did not always reflect correctly when loading from files.
- View menu items and the viewport did not always have the same state
  (on/off)

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>