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

2011-10-02 Thread Guilhem Bonnefille
Hi,

2011/10/2 Jordi Hortigüela jb...@earcon.com:
 I'm interested to translate viking to my local language Catalan, can anybody
 show me how to do that ?

Nice!
The viking's translation is done with Launchpad:
https://translations.launchpad.net/viking

Simply create an account and start 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...@gmail.com
-=- http://nathguil.free.fr/

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
___
Viking-devel mailing list
Viking-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/viking-devel
Viking home page: http://viking.sf.net/


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

2011-10-02 Thread Guilhem Bonnefille
Hi,

2011/10/2 Robert Norris rw_nor...@hotmail.com:


 if ( ! vw-open_dia )
 {
 + /* A toggle to decide if we have to open a new window or not */
 + GtkWidget *toggle = gtk_check_button_new_with_label (_(Open file in a new 
 window));
 + gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (toggle), TRUE);
 + gtk_widget_show (toggle);
 +

 It would be better if this could be defaulted to FALSE when one hasn't opened 
 anything yet.

 eg:
 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (toggle), vw-filename != 
 NULL);

 Otherwise one starts viking (get a window), then go to open file - select 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: guilhem_bonnefi...@hotmail.com
-=- mailto:guilhem.bonnefi...@gmail.com
-=- http://nathguil.free.fr/

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
___
Viking-devel mailing list
Viking-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/viking-devel
Viking home page: http://viking.sf.net/


Re: [Viking-devel] Google Maps

2011-10-02 Thread Greg Troxel

Jordi Hortigüela jb...@earcon.com writes:

 I use viking to build tracks for walking, biking whatever unfortunatelly all
 maps collection that comes with default with no cover my local area near
 Barcelona.

I would suggest learning about openstreetmap and fixing the map in your
area.

Downtown looks very well mapped already:

  http://osm.org/go/xUbR2gM


pgpVdEddBnPJm.pgp
Description: PGP signature
--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2___
Viking-devel mailing list
Viking-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/viking-devel
Viking home page: http://viking.sf.net/