Re: [Denemo-devel] XML translation

2013-05-09 Thread Éloi Rivard
There is something on the 'intl' branch. I need some test. I had to suppress spaces from actions/menus file paths to make it work. I updated Defaults.commands to follow the right menupaths. You will probably need to run ./autogen.sh once to compile successfully. Now you can update translations wit

Re: [Denemo-devel] Release 1.0.2

2013-05-09 Thread Richard Shann
On Thu, 2013-05-09 at 10:18 -0500, Jeremiah Benham wrote: > I have just uploaded the mingw version. I have downloaded and tested this version for sanity - seems to be working just fine. > I have to rebuild the darwin version to get the updates to the 1.0.2 branch > yet. It seems to work in wine.

Re: [Denemo-devel] Release 1.0.2

2013-05-09 Thread Jeremiah Benham
I have just uploaded the mingw version. I have to rebuild the darwin version to get the updates to the 1.0.2 branch yet. It seems to work in wine. Jeremiah On Fri, May 03, 2013 at 12:06:20PM -0500, Jeremiah Benham wrote: > Is it safe to create the 1.0.2 tarball yet? I created a Mac Os X binary

Re: [Denemo-devel] XML translation

2013-05-09 Thread Richard Shann
On Thu, 2013-05-09 at 15:19 +0200, Éloi Rivard wrote: > Indeed people who have their own command file may want to keep them > working. > > There is many solutions: > > - Keep support for old style files in the code, but that's not my > favorite > > - Tell people to update their files, and pos

Re: [Denemo-devel] XML translation

2013-05-09 Thread Éloi Rivard
Indeed people who have their own command file may want to keep them working. There is many solutions: - Keep support for old style files in the code, but that's not my favorite - Tell people to update their files, and possibly give theme a script to do that 2013/5/9 Richard Shann > On Thu, 20

Re: [Denemo-devel] XML translation

2013-05-09 Thread Richard Shann
On Thu, 2013-05-09 at 14:42 +0200, Éloi Rivard wrote: > > I made some tests with intltools, this is great. > > It works very well when you add your xml files to po/POTFILES.in > > The only cost is to suffix every xml files with ".xml", and prefix > translatable xml tags with an underscore: beca

Re: [Denemo-devel] XML translation

2013-05-09 Thread Éloi Rivard
I made some tests with intltools, this is great. It works very well when you add your xml files to po/POTFILES.in The only cost is to suffix every xml files with ".xml", and prefix translatable xml tags with an underscore: becames <_tooltip> Of course we can keep compatibility with current files (

[Denemo-devel] A Good Idea

2013-05-09 Thread Richard Shann
I have enabled double clicking on the music in the display to give information - pretty much just what is on the status bar at present, but it could be the start of a dialog to explore what is at the cursor and what commands are useful for modifying it This could be especially useful where some

Re: [Denemo-devel] XML translation

2013-05-09 Thread Éloi Rivard
Some more doc: https://developer.gnome.org/gtkmm-tutorial/3.0/sec-internationalization-intro.html.en 2013/5/9 Éloi Rivard > > > > 2013/5/9 Richard Shann > >> On Wed, 2013-05-08 at 21:24 +0200, Éloi Rivard wrote: >> > Hi, >> > >> > On the po branch, make update-po now read strings directly from

Re: [Denemo-devel] XML translation

2013-05-09 Thread Éloi Rivard
2013/5/9 Richard Shann > On Wed, 2013-05-08 at 21:24 +0200, Éloi Rivard wrote: > > Hi, > > > > On the po branch, make update-po now read strings directly from XML. > > > > It consists in: > > > > - Add tooltip and label as keywords (actually tags as keywords are > > supported) > > this is where y

Re: [Denemo-devel] XML translation

2013-05-09 Thread Richard Shann
On Wed, 2013-05-08 at 21:24 +0200, Éloi Rivard wrote: > Hi, > > On the po branch, make update-po now read strings directly from XML. > > It consists in: > > - Add tooltip and label as keywords (actually tags as keywords are > supported) this is where you add options to XGETTEXT macro, right? s