Re: [Rosegarden-user] File Locking

2016-03-31 Thread Yves Guillemot
Le jeudi 31 mars 2016, 15:53:23 Ted Felix a écrit : > On 03/31/2016 09:45 AM, Yves Guillemot wrote: > > the displayed lock file name when the .rg file uses non ASCII characters > > (I did the first test with a file name containing a diacritic). > >OK, I figured somebody would find something

Re: [Rosegarden-user] File Locking

2016-03-31 Thread D. Michael McIntyre
On 03/31/2016 05:34 PM, Yves Guillemot wrote: >> OK, I figured somebody would find something like this. Is there >> something we can do about this? > > Usually QString::fromStdString() does the conversion. Meant to mention I'll be happy to fiddle with that part of it if you don't get it

Re: [Rosegarden-user] File Locking

2016-03-31 Thread Yves Guillemot
Le jeudi 31 mars 2016, 16:00:12 Ted Felix a écrit : > >How about this: > > "Could not lock file. Another user or instance of Rosegarden may > already be editing this file. If you are sure no one else is editing > this file, delete the lock file and try again." > Seems very good to me.

[Rosegarden-user] Request Rosegarden export to Drum Tab

2016-03-31 Thread Wachín
Hi Rosegarden Developers, I made a Video to explain: Request Rosegarden export to Drum Tab https://youtu.be/4VhtXMbDijQ In this video refer a GPL software called DrumBurp wich is a drum tab editor. I use UbuntuStudio 15.10 and the source code working fine, but first is necessary install:

Re: [Rosegarden-user] File Locking

2016-03-31 Thread Yves Guillemot
Le mercredi 30 mars 2016, 23:03:12 Ted Felix a écrit : >Just finished implementing file locking (see bug #1510) to prevent > having a file open in two instances of rg. I would appreciate any > testing anyone can do. >The obvious test case to see the new behavior is to launch rg twice >

Re: [Rosegarden-user] File Locking

2016-03-31 Thread Ted Felix
On 03/31/2016 09:45 AM, Yves Guillemot wrote: > Then I tried a less obvious case: Thanks for finding that. I'll have a look. > There is a small issue (repeatedly occurring with RG) about UTF8 garbage in > the displayed lock file name when the .rg file uses non ASCII characters (I > did >

Re: [Rosegarden-user] File Locking

2016-03-31 Thread Ted Felix
On 03/31/2016 09:45 AM, Yves Guillemot wrote: > An other (very) small problem is the "Could not lock file" message which may > be > unclear for some users. > An improvment should be to add in the popup a first sentence explaining that > two different RG instances try to access the same file.