Re: [Viking-devel] Metric Versus Imperial Units

2009-06-19 Thread Guilhem Bonnefille
Viking home page: http://viking.sf.net/ -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http://nathguil.free.fr/ -- Are you an open source

[Viking-devel] Need help for new release (at least)

2009-07-14 Thread Guilhem Bonnefille
, tested and ChangeLog modified). - finally, remove the merged topic branches. You can also create a single branch (named integration for example), hosting all the patches you collect. But I fear this will be harder to discuss about each issue. Let's go! And have fun. :-) -- Guilhem BONNEFILLE

Re: [Viking-devel] Hi all

2009-07-15 Thread Guilhem BONNEFILLE
Hi, This is precisely what I'm working on. My design reclaims a refactoring to use GObject family tree. Then, it will be possible to add sources simply by setting a configuration file. Currently, I simply finish the refactoring. I start to write code to read a file and build arbitrary GObject,

Re: [Viking-devel] OSM NoName

2009-07-21 Thread Guilhem Bonnefille
of the current view or any other program - see gqview/geeqie for a sample way of running external programs] Yes, I also would love to see that! Right click on a location in the map an open location with ... would be a great help ! -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN

[Viking-devel] Git usage (was: Re: Testing latest GIT version)

2009-07-22 Thread Guilhem BONNEFILLE
Le mardi 21 juillet 2009 à 22:01 -0600, Scofield, Tim a écrit : $git log commit 1b4f467e9cb4cf5d381e0c8c56447b68dd6f5ed0 Author: Guilhem Bonnefille guilhem.bonnefi...@gmail.com Date: Fri Jun 19 22:32:57 2009 +0200 Complete 376c917751b680fd238cd85511bab4ed26727c0f

[Viking-devel] [experimental] configuration file for map sources (an external tools)

2009-07-24 Thread Guilhem BONNEFILLE
Hi, My long/large rewrite has reached a significant milestone. Reminder: my work consist of adding features to easily extend it. I rewrote the MapSource related stuff in order to use GObject family of classes. One first significant benefit of this rewrite is the ability to create MapSource from

[Viking-devel] Fix #2766609: Don't use gpsd_units()

2009-07-28 Thread Guilhem BONNEFILLE
My understanding of viking's code is that the gpsd_unit call is not really usefull: it fills a field not read. So, I removed the code. As I not really use viking with real-time tracking, can someone try the latest version in Git and give me feedback, please?

[Viking-devel] New maps (was: Re: Various patches for download, mapcache, maps interpolation and bugs fixes)

2009-09-07 Thread Guilhem Bonnefille
downloaded. Best regards, -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http://nathguil.free.fr/ -- Let Crystal Reports handle the reporting

Re: [Viking-devel] Viking GPS Application

2009-09-19 Thread Guilhem Bonnefille
? Is there a further routine which I have missed? I would greatly appreciate your advice. If I have sent this to the wrong address I apologize, but would be most grateful if you could forward it accordingly. Many thanks in advance Geoff -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN

Re: [Viking-devel] Great work, open source rules!

2009-09-21 Thread Guilhem Bonnefille
the map calculating the parameters from known points. I started a program to do this once... but there are probably many now. -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http://nathguil.free.fr

[Viking-devel] Go to refactoring

2010-01-01 Thread Guilhem Bonnefille
I finished and published my work on improving the go to feature. It is noww possible to select between many search engine, at runtime. Next step: allow XML configuration. Any comments appreciated. -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com

[Viking-devel] Fwd: Bug squashing for v1.0

2010-01-05 Thread Guilhem Bonnefille
Oups, wrong « Reply-to » button. Sorry. -- Forwarded message -- From: Guilhem Bonnefille guilhem.bonnefi...@gmail.com Date: 2010/1/5 Subject: Re: [Viking-devel] Bug squashing for v1.0 To: Greg Troxel g...@ir.bbn.com You're right. I think, the motivation to diverge

Re: [Viking-devel] Bug squashing for v1.0

2010-01-13 Thread Guilhem Bonnefille
of ports. I suggest to replace it with raw string, storing the effective port value (/dev/ttyUSB3 for example). Such change will brake compatibility between versions. Perhaps can we find a way to stay ascendant compatible. Any other idea? -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN

[Viking-devel] Fix #2958601: Non ascii characters in Go-to search

2010-03-09 Thread Guilhem Bonnefille
..8b188d7 100644 --- a/src/util.c +++ b/src/util.c @@ -102,7 +102,7 @@ gchar *uri_escape(gchar *str) else if (g_ascii_isalnum(*src)) *dst++ = *src; else { - g_sprintf(dst, %%%02X, *src); + g_sprintf(dst, %%%02hhX, *src); dst += 3; } } -- Guilhem BONNEFILLE

Re: [Viking-devel] Fix #2958601: Non ascii characters in Go-to search

2010-03-10 Thread Guilhem Bonnefille
2010/3/9 Gerhard Killesreiter gerh...@killesreiter.de: (nb: it would be nice if the go to tool would remember the selected provider...) Good idea: done! -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http

Re: [Viking-devel] waypoint symbols?

2010-04-10 Thread Guilhem Bonnefille
-devel mailing list Viking-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/viking-devel Viking home page: http://viking.sf.net/ -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http

Re: [Viking-devel] Debugging HELP!

2010-04-15 Thread Guilhem Bonnefille
2010/4/14 Mark Coulter i_offr...@yahoo.com: That was it! I tried searching with grep. grep did not return any files. Nice. How should I proceed? I did attach diff files. I will review them and commit these changes ASAP. Thanks for your contribution. -- Guilhem BONNEFILLE -=- JID: gu

Re: [Viking-devel] opening file is not allways changing default coordinates - ID: 2034767

2010-04-15 Thread Guilhem Bonnefille
help. Many thanks. -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http://nathguil.free.fr/ -- Download Intel#174; Parallel Studio Eval Try

Re: [Viking-devel] HTTP_PROXY or socks5 support ?

2010-04-20 Thread Guilhem Bonnefille
://viking.sf.net/ -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http://nathguil.free.fr/ -- Download Intel#174; Parallel Studio Eval Try the new

Re: [Viking-devel] Remove unecessary '\' from the View Menu

2010-04-27 Thread Guilhem Bonnefille
-- ___ Viking-devel mailing list Viking-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/viking-devel Viking home page: http://viking.sf.net/ -- Guilhem

Re: [Viking-devel] Patch bug 2977752

2010-04-27 Thread Guilhem BONNEFILLE
Concerning this bug, I also noticed that we have to add file extensions. I will try to add this feature ASAP. Concerning your patch, I suggest to move fclose ( f ); f = NULL; just after ret = curl_download_get_url. IMHO, this opened file is no more necessary since the curl_download_get_url call

[Viking-devel] DocBook based Help

2010-05-25 Thread Guilhem Bonnefille
can also add some info (manual is big but there is still many details to explain). I still have to release a new viking version, clean the wiki, and upload PDF version of the manual (easy to do). Now, I go and eat. :-) -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi

Re: [Viking-devel] DocBook based Help

2010-05-25 Thread Guilhem Bonnefille
I forgave the most important: how to read this doc? The 'online' version can be read like this: $ cd help/C $ yelp viking.xml The PDF version can be produced like this: $ cd help/C $ dblatex viking.xml $ evince viking.pdf 2010/5/25 Guilhem Bonnefille guilhem.bonnefi...@gmail.com: Hi, I've

Re: [Viking-devel] Real-time GPS support?

2010-05-25 Thread Guilhem Bonnefille
/listinfo/viking-devel Viking home page: http://viking.sf.net/ -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http://nathguil.free.fr

Re: [Viking-devel] [PATCH] Fix unnamed_tracks / unnamed_waypoints misuse.

2010-06-24 Thread Guilhem Bonnefille
://p.sf.net/sfu/thinkgeek-promo ___ Viking-devel mailing list Viking-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/viking-devel Viking home page: http://viking.sf.net/ -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN

Re: [Viking-devel] [PATCH] Improvements for test programs.

2010-07-02 Thread Guilhem Bonnefille
___ Viking-devel mailing list Viking-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/viking-devel Viking home page: http://viking.sf.net/ -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com

Re: [Viking-devel] [PATCH] Better dialog name when searching for a waypoint.

2010-07-02 Thread Guilhem Bonnefille
Patch applied -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http://nathguil.free.fr/ -- This SF.net email is sponsored by Sprint What

[Viking-devel] viking-devel mailing-list's password

2010-07-21 Thread Guilhem Bonnefille
Hi, I don't remember if I already post such request: who has the password of the viking-devel mailing list? Note: I plan to request a new one before the end of the week if I do not receive answer. -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com

[Viking-devel] Editing stuff (was: Patches to fix map drag and drop + add etag implementation)

2010-08-11 Thread Guilhem Bonnefille
this directly on viking, as a filter on the track. -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http://nathguil.free.fr/ -- This SF.net email

[Viking-devel] Routing stuff (was: Patches to fix map drag and drop + add etag implementation)

2010-08-11 Thread Guilhem Bonnefille
) you obtain the real route as a new track These are my ideas for this feature. -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http://nathguil.free.fr

Re: [Viking-devel] [PATCH] When manually creating a track, automatically give it a default name.

2010-08-17 Thread Guilhem Bonnefille
is selected. Other ideas? Or at least, someone able to hack the icons in order to have more differents icons? -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http://nathguil.free.fr

[Viking-devel] Viking 0.9.95 released

2010-09-06 Thread Guilhem Bonnefille
unnamed_tracks / unnamed_waypoints misuse. Translations: * Updated zh_TW Translation (Guilhem Bonnefille ) * Updated es Translation (Jonay ) * Updated uk Translation (FULL NAME ) * Updated ru Translation (Dmitri Bogomolov ) * Updated id Translation (Arief Setiadi Wibowo ) * Updated pl Translation (skrzat

Re: [Viking-devel] Viking 0.9.95 released

2010-09-07 Thread Guilhem Bonnefille
. -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http://nathguil.free.fr/ -- This SF.net Dev2Dev email is sponsored by: Show off your parallel

Re: [Viking-devel] Viking 0.9.95 released

2010-09-07 Thread Guilhem Bonnefille
opinion? Any people interested in reverting the feature? -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http://nathguil.free.fr/ -- This SF.net

[Viking-devel] EPSG:4326 support

2010-09-08 Thread Guilhem Bonnefille
to add the EPSG:4326 projection in viking? And I fear it will not be really easy. Any information is welcome about this topic. As I said, I do not have geomatic knowledge. References: http://wiki.osgeo.org/wiki/Tile_Map_Service_Specification -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org

[Viking-devel] [PATCH] Document VikSlippyMapSource

2010-09-10 Thread Guilhem Bonnefille
Add documentation related to protocol handled by VikSlippyMapSource. Signed-off-by: Guilhem Bonnefille guilhem.bonnefi...@gmail.com --- src/vikslippymapsource.c | 25 + 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/src/vikslippymapsource.c b/src

Re: [Viking-devel] [PATCH] Document VikSlippyMapSource

2010-09-10 Thread Guilhem Bonnefille
Gtk-doc comment. I used this even if viking is not yet ready for gtk-doc, but seems a reasonable tool for documenting Gtk code. -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http://nathguil.free.fr

[Viking-devel] Plans for 1.0

2010-09-14 Thread Guilhem Bonnefille
weeks. And then, we will integrate all fantastic and waiting patches. PS: if you have other really important change, just refresh my mind, please. -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http

Re: [Viking-devel] need gps software

2010-09-18 Thread Guilhem Bonnefille
://viking.sf.net/ -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http://nathguil.free.fr/ -- Start uncovering the many advantages

[Viking-devel] [ETag] Memcheck error

2010-09-25 Thread Guilhem Bonnefille
not understand what can go wrong. Any tip welcome. -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http://nathguil.free.fr/ -- Start uncovering

Re: [Viking-devel] [ETag] Memcheck error

2010-09-26 Thread Guilhem BONNEFILLE
2010/9/26 Jocelyn Jaubert jocelyn.jaub...@gmail.com: Le 26 septembre 2010, Jon Burgess a écrit : On Sat, 2010-09-25 at 23:30 +0200, Guilhem Bonnefille wrote: What I think happens is: 1) We first do a request for a tile with an ETag and apply a custom header, this gets set into the conn-data

[Viking-devel] Multithread (Was: Plans for 1.0)

2010-09-30 Thread Guilhem Bonnefille
). Furthermore, I have the feeling that it is not really thread-safe concept. But as I don't understand, I can't be sure. -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http://nathguil.free.fr

Re: [Viking-devel] Downloading while panning

2010-09-30 Thread Guilhem Bonnefille
solution could be to always use memory cache and only check/refresh file cache for missing tiles. Any other idea? -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http://nathguil.free.fr

Re: [Viking-devel] [PATCH] Make more portable .vik file, as don't save the map cache directory if it's the map cache default directory.

2010-10-07 Thread Guilhem Bonnefille
, not the map layer itself (as far as i know). For example, you can embed two Mapnik layers with different caches. As you spotted it, I think this is probably unecessary. A single cache per map type or a global path for map cache would be certainly enough. Other opinions? -- Guilhem BONNEFILLE

Re: [Viking-devel] Multithread (Was: Plans for 1.0)

2010-10-08 Thread Guilhem Bonnefille
use gdk_threads_enter/leave, but only the main thread will be locked, not download threads. -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http://nathguil.free.fr

Re: [Viking-devel] ETag integration

2010-10-10 Thread Guilhem Bonnefille
2010/9/26 Jocelyn Jaubert jocelyn.jaub...@gmail.com: Le 26 septembre 2010, Guilhem Bonnefille a écrit : The one I don't like is this one: http://repo.or.cz/w/viking/guyou.git/blobdiff/80e7bc44bcbadfbb6a9146d2ef8968f8f23d4e00..97f7e1e62e0fc17625c445e40f1b326e1402a3f6:/src/curl_download.c I

Re: [Viking-devel] Downloading while panning

2010-10-10 Thread Guilhem Bonnefille
As I consider that this part of viking needs some redesign, I stay on a bypass solution for 1.0. Here is a simpler version of my patch. 2010/9/30 Guilhem Bonnefille guilhem.bonnefi...@gmail.com: 2010/9/25 Jocelyn Jaubert jocelyn.jaub...@gmail.com: In any case, your commit might be clearer

[Viking-devel] Viking 0.9.96 released

2010-10-11 Thread Guilhem Bonnefille
it's a whole number. * Launchpad Bug #445374: Prevent crash when downloading maps along a track, with Terraserver maps when in Mercator mode. Contributors: * Greg Troxel * Guilhem Bonnefille * Jocelyn Jaubert * Jon Burgess * Rob Norris * Robert Norris -- Guilhem BONNEFILLE -=- JID: gu

Re: [Viking-devel] Viking 0.9.96 released

2010-10-11 Thread Guilhem Bonnefille
Hi all, As you can see, I released 0.9.96. I hope this version is the really last one before 1.0. I plan this release for the end of the week, if no major bug is found. So, let's go, people, compile, cross-compile, test, double check... we have to check this release as much as possible. Happy

Re: [Viking-devel] Uninitialized color value being used

2010-10-11 Thread Guilhem Bonnefille
. The gdk gc's themselves have foreground and backgrounds, however only the gdk gc foreground is ever used (including gc's for trackpoints, ruler stuff, etc...) Thanks for this explanation. -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com

Re: [Viking-devel] Viking 0.9.96 released

2010-10-11 Thread Guilhem Bonnefille
2010/10/12 Guilhem Bonnefille guilhem.bonnefi...@gmail.com: PS: I released quite late for me (I'm tired). I hope I did not miss something important. If so, pleae, let me know. Pfuu I forgot to push master branch. This is done now. -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN

Re: [Viking-devel] Viking 0.9.95 and 0.9.96 for Windows

2010-10-12 Thread Guilhem Bonnefille
2010/10/12 Mathieu Albinet mathie...@gmail.com: I've just uploaded Viking 0.9.95 and 0.9.96 for windows (gtk included) to Sourceforge. Great thanks Mathieu. -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http

Re: [Viking-devel] Downloading while panning

2010-10-19 Thread Guilhem Bonnefille
Hi, Can you check again with current version of master branch? With the commit 1c6a6010 I introduced a huge bug. I solved this bug in 01da6b4d. Please, consider this fix. 2010/10/14 Sven Wegener sven.wege...@stealer.net: On Sun, 10 Oct 2010, Guilhem Bonnefille wrote: As I consider

[Viking-devel] Help needed on translation management

2010-11-15 Thread Guilhem Bonnefille
to help in these activities? Thanks for any help you will bring to me. -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http://nathguil.free.fr

[Viking-devel] Viking 1.0 released

2010-11-17 Thread Guilhem Bonnefille
) Contributors: * Guilhem Bonnefille * Rob Norris * Sven Wegener -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http://nathguil.free.fr

[Viking-devel] Viking 1.0 released... what next?

2010-11-18 Thread Guilhem Bonnefille
-C. I also know Rob has many interesting features (his github account has 14 branches). But I also have a significant change from dolphin-aria for GeoRef. And certainly many others I don't remember or simply don't know yet. As you see, many exciting changes. Happy hacking. -- Guilhem BONNEFILLE

[Viking-devel] String freeze for viking 1.1

2011-01-29 Thread Guilhem Bonnefille
Hi, We plan to release viking 1.1 in next few days. So, I started to work on translations. I uploaded current template (viking.pot) on Launchpad. Translator can now improve translations on this platform. https://launchpad.net/viking/ -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN

[Viking-devel] Releasing viking 1.1

2011-02-08 Thread Guilhem Bonnefille
reporting * Fix compiler warnings in osm.c * Fix compiler warning in vikmapslayer.c * Fix Waypoint Track visibility issues. * Fix SF#3104028: Default Color Background is incorrectly saved as black into a new .vik file. Translations: * Updated fr Translation (Guilhem Bonnefille ) * Updated cs

[Viking-devel] [PATCH 1/3] Add logo support

2011-02-13 Thread Guilhem Bonnefille
Add support for logo, displayed in viewport. Signed-off-by: Guilhem Bonnefille guilhem.bonnefi...@gmail.com --- src/vikmapslayer.c|4 src/vikmapsource.c| 14 ++ src/vikmapsource.h|2 ++ src/vikmapsourcedefault.c | 18 +- src

[Viking-devel] Request for comment for Bing maps support

2011-02-13 Thread Guilhem Bonnefille
is managed with topgit, so it is quite complex. It is the reason why I pushed patches on the list: easier to comment. Happy testing! -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http://nathguil.free.fr

Re: [Viking-devel] Request for comment for Bing maps support

2011-02-14 Thread Guilhem Bonnefille
flag per map layer about whether the license has been shown. May need to consider if this is best way to resolve this problem... As usual, simple solution are the best. Please, apply your patch to simplify user's life. -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi

Re: [Viking-devel] Viking 1.1 for Windows is available

2011-02-22 Thread Guilhem Bonnefille
___ Viking-devel mailing list Viking-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/viking-devel Viking home page: http://viking.sf.net/ -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi

Re: [Viking-devel] Request for comments - my visison of 1.2

2011-03-07 Thread Guilhem Bonnefille
of the scope of this change: I think we have to find an other way to display selected element. -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http://nathguil.free.fr

Re: [Viking-devel] Request for comment for Bing maps support

2011-03-10 Thread Guilhem Bonnefille
Hi all, I updated my bing-map branch. Now, the attributions are downloaded in background, only when needed. I know a possible issue: when attribution are downloaded, viewport is not refreshed immediately. 2011/2/13 Guilhem Bonnefille guilhem.bonnefi...@gmail.com: Hi, As you certainly noticed

Re: [Viking-devel] tile age 30s ???

2011-05-14 Thread Guilhem Bonnefille
, in order to only alow manual refresh? -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http://nathguil.free.fr/ -- Achieve unprecedented app

Re: [Viking-devel] git repositories?

2011-05-21 Thread Guilhem Bonnefille
I added links in README file and viking.doap file. I also started a section on the wiki to list Git forks. -- What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the

Re: [Viking-devel] [PATCH] Store ETAG in extended attributes

2011-05-21 Thread Guilhem Bonnefille
portable is this solution? What about windows (we have significant number of users on windows)? -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http://nathguil.free.fr

Re: [Viking-devel] tile age 30s ???

2011-05-24 Thread Guilhem Bonnefille
/Tile_usage_policy -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http://nathguil.free.fr/ -- vRanger cuts backup time in half-while increasing

[Viking-devel] Viking 1.2 released

2011-06-02 Thread Guilhem Bonnefille
Translation (Dmitri Bogomolov ) * Updated de Translation (eknus ) * Updated it Translation (Alessi Andrea ) * Updated cs Translation (Radek Stastny ) * Updated zh_CN Translation (英华 ) Contributors: * Guilhem Bonnefille * Mathieu Albinet * Milan Jurik * Rob Norris * Sven Wegener -- Guilhem

Re: [Viking-devel] Viking 1.2 released

2011-06-02 Thread Guilhem Bonnefille
2011/6/2 Guilhem Bonnefille guilhem.bonnefi...@gmail.com: Viking 1.2 released. As usual, I forgave to push the release related changes. Please, be patient, I'm far from my desktop for the week-end. But you can check the tarball version. ;-) -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org

[Viking-devel] Import file via gpsbabel

2011-09-07 Thread Guilhem Bonnefille
is able to list all the formats and options it knows. I made many changes on viking. Before merging them on viking's master branch, Any comments are welcome: http://repo.or.cz/w/viking/guyou.git/shortlog/refs/heads/import-via-gpsbabel -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN

Re: [Viking-devel] Import file via gpsbabel

2011-09-08 Thread Guilhem Bonnefille
and options it knows. I made many changes on viking. Before merging them on viking's master branch, Any comments are welcome: http://repo.or.cz/w/viking/guyou.git/shortlog/refs/heads/import-via-gpsbabel -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com

[Viking-devel] [PATCH] Add support for any device known by gpsbabel

2011-09-10 Thread Guilhem Bonnefille
There is no specific reason to restrict the list of supported devices to a small number. Now, we directly offer the ability to use any device supported by gpsbabel. Signed-off-by: Guilhem Bonnefille guilhem.bonnefi...@gmail.com --- src/datasource_gps.c | 47

Re: [Viking-devel] [PATCH] Add support for any device known by gpsbabel

2011-09-10 Thread Guilhem Bonnefille
2011/9/10 Guilhem Bonnefille guilhem.bonnefi...@gmail.com: There is no specific reason to restrict the list of supported devices to a small number. Now, we directly offer the ability to use any device supported by gpsbabel. Signed-off-by: Guilhem Bonnefille guilhem.bonnefi...@gmail.com

Re: [Viking-devel] [PATCH] Add support for any device known by gpsbabel

2011-09-10 Thread Guilhem Bonnefille
it if you decided to push GPS-Device-Defaults) All this job can be done in the week-end. -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http://nathguil.free.fr

Re: [Viking-devel] Tiles get deleted in offline mode

2011-09-11 Thread Guilhem Bonnefille
://sourceforge.net/apps/mediawiki/viking/index.php?title=Links But who know, perhaps viking 2.0 will be able to render osm map tiles on demand. There is some work on this direction: http://repo.or.cz/w/viking/gosmore.git Needs to be completed and, most of all, updated to current viking. -- Guilhem BONNEFILLE

Re: [Viking-devel] Tiles get deleted in offline mode

2011-09-11 Thread Guilhem Bonnefille
, I also conclude that it is the first commit where the bug came back. But I do not understand how, as git show do not display such a change. -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http://nathguil.free.fr

Re: [Viking-devel] Programme Viking

2011-09-25 Thread Guilhem Bonnefille
to understand your need. The total length of a track can be read on the 'Property' of the track: Rigth click on the track and choose the right menu entry. -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http

[Viking-devel] Documenting data loading

2011-09-28 Thread Guilhem Bonnefille
manual: http://sourceforge.net/projects/viking/files/viking/1.2.1/viking.pdf/download -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http://nathguil.free.fr

Re: [Viking-devel] Import file via gpsbabel

2011-09-29 Thread Guilhem Bonnefille
2011/9/8 Guilhem Bonnefille guilhem.bonnefi...@gmail.com: 2011/9/8 Robert Norris rw_nor...@hotmail.com: A. It is slightly annoying one may specify the 'file type' twice (especially when it's a choice of over 150 kinds!) i.e. One goes into file selection dialog, chooses a filter, then picks

Re: [Viking-devel] Google Maps

2011-10-01 Thread Guilhem Bonnefille
was removed, as requested by Google. Hack is probably still possible, but, please, talk about this outside this ailing list. All other suggestions or workarounds are wellcome Feel free to check an other map source. -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com

Re: [Viking-devel] Help for translation of Windows installer

2011-10-01 Thread Guilhem Bonnefille
in the spanish.nsh file. Is it possible to add the strings to be translated manually to Viking launchpad to attract more translators? I don't think so. I know how to send .po file to Launchpad, and I don't think it supports anything else. -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN

[Viking-devel] Help for translation (was: Help for translation of Windows installer)

2011-10-02 Thread Guilhem Bonnefille
to translate, directly on web page. Then, we will pick the new translation before releasing new version of viking. PS: are you running viking n GNU/Linux (or UNIX-like system) or Windows? -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi

Re: [Viking-devel] [PATCH] Replace Append entry with a toggle in Open dialog

2011-10-02 Thread Guilhem Bonnefille
a file - get *another* window, unless you remember to uncheck the toggle. You're rigth: as this patch removed Append menu entry and so solved the possible inconsistency, we can restore the feature removed by the previous patch. -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN

[Viking-devel] Bug: New layer buton no more work

2011-10-07 Thread Guilhem Bonnefille
. Furthermore, it seems that such construction is deprecated. http://developer.gnome.org/gtk/2.24/GtkItemFactory.html#GtkItemFactoryEntry PS: I was unable to understand what is expected to occur, how to use the accelerator. -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi

[Viking-devel] [PATCH] Fix: send VLP's update signal when adding a layer

2011-10-08 Thread Guilhem Bonnefille
The VikLayersPanel's update signal is not emited when a layer is added (for example after a Copy-Paste action). There is no reason for that, as adding a layer also upadtes the VikLayersPanel. Signed-off-by: Guilhem Bonnefille guilhem.bonnefi...@gmail.com --- src/viklayerspanel.c | 15

[Viking-devel] [PATCH] Remove duplicate redraw

2011-10-08 Thread Guilhem Bonnefille
VikLayersPanel's actions fired from menu produce two redraw: - one due to update signal - another due to explicit redraw call in menu's callback functions Signed-off-by: Guilhem Bonnefille guilhem.bonnefi...@gmail.com --- src/vikwindow.c |2 -- 1 files changed, 0 insertions(+), 2 deletions

Re: [Viking-devel] background jobs/threads limit?

2012-03-31 Thread Guilhem Bonnefille
___ Viking-devel mailing list Viking-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/viking-devel Viking home page: http://viking.sf.net/ -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi

Re: [Viking-devel] RIP msrmaps.com/terraserver; welcome CalTopo!

2012-04-30 Thread Guilhem Bonnefille
, -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http://nathguil.free.fr/ -- Live Security Virtual Conference Exclusive live event will cover all

Re: [Viking-devel] RIP msrmaps.com/terraserver; welcome CalTopo!

2012-05-02 Thread Guilhem Bonnefille
such changes, but I need a direction. -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http://nathguil.free.fr/ -- Live Security Virtual Conference

Re: [Viking-devel] RIP msrmaps.com/terraserver; welcome CalTopo!

2012-05-02 Thread Guilhem Bonnefille
and only the specified path are used. But perhaps should we ALWAYS process the $HOME/.viking even when VIKING_CONFIG_PATH is set. On Tue, May 1, 2012 at 11:50 AM, Guilhem Bonnefille guilhem.bonnefi...@gmail.com wrote: 2012/5/1 Evan Battaglia gtoe...@gmx.net:  You do not have to credit me

Re: [Viking-devel] RIP msrmaps.com/terraserver; welcome CalTopo!

2012-05-03 Thread Guilhem Bonnefille
Oops... I forgive other: what about Windows and Mac users? Is there something similar? 2012/5/3 Guilhem Bonnefille guilhem.bonnefi...@gmail.com: Hi, I already have a patch that add the following beahviour to viking: - loop over a given list of directory to look for the differents extension

Re: [Viking-devel] RIP msrmaps.com/terraserver; welcome CalTopo!

2012-05-04 Thread Guilhem Bonnefille
files. Please, feel free to comment these choice. Note that before pushing, I will share my patch on this list before, for review. -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http://nathguil.free.fr

Re: [Viking-devel] RIP msrmaps.com/terraserver; welcome CalTopo!

2012-05-05 Thread Guilhem Bonnefille
Humh... I revised my position. My patch now use XDG_DATA_HOME and XDG_DATA_DIRS. 2012/5/4 Guilhem Bonnefille guilhem.bonnefi...@gmail.com: 2012/5/3 Robert Norris rw_nor...@hotmail.com: I already have a patch that add the following beahviour to viking: - loop over a given list of directory

[Viking-devel] [PATCH] Add support for many extensions' configuration

2012-05-05 Thread Guilhem Bonnefille
. Signed-off-by: Guilhem Bonnefille guilhem.bonnefi...@gmail.com --- Makefile.am |2 +- configure.ac|1 + data/Makefile.am|4 ++ data/external_tools.xml | 21 +++ data/goto_tools.xml | 33

Re: [Viking-devel] [PATCH] Add support for many extensions' configuration

2012-05-07 Thread Guilhem Bonnefille
Any comment? 2012/5/5 Guilhem Bonnefille guilhem.bonnefi...@gmail.com: Many extensions can be added through a simple configuration file. Currently, only user's home directory is used to load such configuration. This patch add support for some standard locations in system. The behavior can

Re: [Viking-devel] glib 2.32 changed g_debug behaviour

2012-05-07 Thread Guilhem Bonnefille
://lists.sourceforge.net/lists/listinfo/viking-devel Viking home page: http://viking.sf.net/ -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http://nathguil.free.fr

Re: [Viking-devel] RIP msrmaps.com/terraserver; welcome CalTopo!

2012-05-10 Thread Guilhem Bonnefille
/viking-devel Viking home page: http://viking.sf.net/ -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http://nathguil.free.fr/ -- Live

Re: [Viking-devel] ESA SOCIS 2012

2012-06-13 Thread Guilhem Bonnefille
time to work on this topic. So, if you have such idea (a good topic for a student, not any good idea for viking) post them here. Of course, if someone else have definitevely the time to mentor the student, I will retire my position for this mentoring and support the other candidate. -- Guilhem

[Viking-devel] Fwd: Hosted Apps Retirement

2012-07-03 Thread Guilhem Bonnefille
concerns about this mailing please contact our Support team per: http://sourceforge.net/support -- Guilhem BONNEFILLE -=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com -=- mailto:guilhem.bonnefi...@gmail.com -=- http://nathguil.free.fr

  1   2   >