Re: [Openlp-core] [Merge] lp:~wesleystout/openlp/documentation into lp:openlp

2011-04-01 Thread Raoul Snyman
Review: Approve Don't use = heading levels for questions. Maybe split them up into sections, with section titles using = and questions using -- -- https://code.launchpad.net/~wesleystout/openlp/documentation/+merge/55855 Your team OpenLP Core is subscribed to branch lp:openlp.

Re: [Openlp-core] [Merge] lp:~wesleystout/openlp/documentation into lp:openlp

2011-04-01 Thread Wesley Stout
Thanks, will do that. Like Johns links that will help make things a little prettier On Fri, Apr 1, 2011 at 6:49 AM, Raoul Snyman raoul.sny...@saturnlaboratories.co.za wrote: Review: Approve Don't use = heading levels for questions. Maybe split them up into sections, with section titles

[Openlp-core] [Bug 747206] [NEW] Missing dictionary for spell check prevents program start

2011-04-01 Thread Jonathan Corwin
Public bug reported: From: http://openlp.org/en/forums/openlp_20/general_discussion/194_bzr1419_cant_launch_on_ubuntu_lucid.html Program fails to start on a Ubuntu system due to spell check functionality, looking at the trace: http://pastebin.com/Cgjk14VN Traceback (most recent call last):

[Openlp-core] [Bug 739779] Re: No keyboard shortcut for blank

2011-04-01 Thread Launchpad Bug Tracker
** Branch linked: lp:~googol-hush/openlp/tweaks -- You received this bug notification because you are a member of OpenLP Core, which is subscribed to OpenLP. https://bugs.launchpad.net/bugs/739779 Title: No keyboard shortcut for blank Status in OpenLP - Worship Presentation Software: In

[Openlp-core] [Bug 739779] Re: No keyboard shortcut for blank

2011-04-01 Thread Andreas Preikschat
** Changed in: openlp Status: In Progress = Fix Committed -- You received this bug notification because you are a member of OpenLP Core, which is subscribed to OpenLP. https://bugs.launchpad.net/bugs/739779 Title: No keyboard shortcut for blank Status in OpenLP - Worship Presentation

[Openlp-core] [Merge] lp:~googol-hush/openlp/tweaks into lp:openlp

2011-04-01 Thread Andreas Preikschat
The proposal to merge lp:~googol-hush/openlp/tweaks into lp:openlp has been updated. Description changed to: Hello I finished implementing shortcuts, this includes: - changing shortcuts, - saving/loading them to the config, so that they will be restored - shourtcuts can now be easily

[Openlp-core] [Merge] lp:~googol-hush/openlp/tweaks into lp:openlp

2011-04-01 Thread Andreas Preikschat
The proposal to merge lp:~googol-hush/openlp/tweaks into lp:openlp has been updated. Description changed to: Hello I finished implementing shortcuts, this includes: - changing shortcuts, - saving/loading them to the config, so that they will be restored - shourtcuts can now be easily

Re: [Openlp-core] [Merge] lp:~googol-hush/openlp/tweaks into lp:openlp

2011-04-01 Thread Tim Bentley
Review: Needs Fixing QAction::eventFilter: Ambiguous shortcut overload: Down ServiceManager is unable to use the cursor keys to move over the items. Key_up and Key_down should work and do in trunk. -- https://code.launchpad.net/~googol-hush/openlp/tweaks/+merge/55945 Your team OpenLP Core is

Re: [Openlp-core] [Merge] lp:~googol-hush/openlp/tweaks into lp:openlp

2011-04-01 Thread Jonathan Corwin
Just a curiosity question loosely related to this merge request which I haven't yet looked at... Has any attempt or thought been made regarding shortcuts to switch straight to verses (1,2,3,4...) and choruses (C) and other verse tags? --

Re: [Openlp-core] [Merge] lp:~googol-hush/openlp/tweaks into lp:openlp

2011-04-01 Thread Andreas Preikschat
Jonathan Corwin: No, only Blank to Theme, Desktop... -- https://code.launchpad.net/~googol-hush/openlp/tweaks/+merge/55945 Your team OpenLP Core is subscribed to branch lp:openlp. ___ Mailing list: https://launchpad.net/~openlp-core Post to :

Re: [Openlp-core] [Merge] lp:~googol-hush/openlp/tweaks into lp:openlp

2011-04-01 Thread Jonathan Corwin
On 1 April 2011 16:26, Tim and Alison Bentley h...@trarbentley.net wrote: No but should the chorus tag change based on Translation? Hopefully, but then the Verse Tags should ultimately appear in the Shortcut editor anyway, so regardless of the default the user would be able to override them.

[Openlp-core] [Merge] lp:~googol-hush/openlp/trivial2 into lp:openlp

2011-04-01 Thread Andreas Preikschat
Andreas Preikschat has proposed merging lp:~googol-hush/openlp/trivial2 into lp:openlp. Requested reviews: OpenLP Core (openlp-core) For more details, see: https://code.launchpad.net/~googol-hush/openlp/trivial2/+merge/55953 Hello, - reload the ui module after setting up the language, so

Re: [Openlp-core] [Merge] lp:~googol-hush/openlp/trivial2 into lp:openlp

2011-04-01 Thread Jonathan Corwin
Review: Needs Fixing UIStrings looks to be used by the isAlreadyRunning code. However this is called prior to the language code loading. Therefore they won't be translated currently ever. Which means they don't need to be in UIStrings and we can remove the import, so we won't need to re-load.

Re: [Openlp-core] [Merge] lp:~googol-hush/openlp/trivial2 into lp:openlp

2011-04-01 Thread Jonathan Corwin
Unless of course one of the other imports imports UIStrings, which then renders my previous unintelligible comment as even more unintelligent... -- https://code.launchpad.net/~googol-hush/openlp/trivial2/+merge/55953 Your team OpenLP Core is subscribed to branch lp:openlp.

Re: [Openlp-core] [Merge] lp:~googol-hush/openlp/trivial2 into lp:openlp

2011-04-01 Thread Andreas Preikschat
I have not thought about the first run wizard, but on the main interface. Yes, all strings which are in UiStrings are not translated. -- https://code.launchpad.net/~googol-hush/openlp/trivial2/+merge/55953 Your team OpenLP Core is subscribed to branch lp:openlp.

Re: [Openlp-core] [Merge] lp:~googol-hush/openlp/tweaks into lp:openlp

2011-04-01 Thread Jonathan Corwin
I've just been discussing off channel with Tim regarding cursor keys (I couldn't cope with phone keyboard anymore!) We think for now cursor keys should be left as they were. We might have to leave them unconfigurable for now due to the conflicts between service manager and live slide

Re: [Openlp-core] [Merge] lp:~googol-hush/openlp/tweaks into lp:openlp

2011-04-01 Thread Andreas Preikschat
This should fix the issues with the up/down key in the service manager. -- https://code.launchpad.net/~googol-hush/openlp/tweaks/+merge/55977 Your team OpenLP Core is subscribed to branch lp:openlp. ___ Mailing list: https://launchpad.net/~openlp-core

[Openlp-core] [Merge] lp:~wesleystout/openlp/documentation into lp:openlp

2011-04-01 Thread Wesley Stout
Wesley Stout has proposed merging lp:~wesleystout/openlp/documentation into lp:openlp. Requested reviews: Raoul Snyman (raoul-snyman) Jonathan Corwin (j-corwin) For more details, see: https://code.launchpad.net/~wesleystout/openlp/documentation/+merge/55979 made a few spelling corrections

Re: [Openlp-core] [Merge] lp:~wesleystout/openlp/documentation into lp:openlp

2011-04-01 Thread Wesley Stout
oh and superfly, when the troubleshooting gets a little more complete I will divide it up into sections On Fri, Apr 1, 2011 at 12:29 PM, Wesley Stout wesleyst...@gmail.com wrote: Wesley Stout has proposed merging lp:~wesleystout/openlp/documentation into lp:openlp. Requested reviews:

Re: [Openlp-core] [Merge] lp:~wesleystout/openlp/documentation into lp:openlp

2011-04-01 Thread Tim Bentley
Review: Approve -- https://code.launchpad.net/~wesleystout/openlp/documentation/+merge/55979 Your team OpenLP Core is subscribed to branch lp:openlp. ___ Mailing list: https://launchpad.net/~openlp-core Post to : openlp-core@lists.launchpad.net

Re: [Openlp-core] [Merge] lp:~googol-hush/openlp/tweaks into lp:openlp

2011-04-01 Thread Tim Bentley
Review: Approve -- https://code.launchpad.net/~googol-hush/openlp/tweaks/+merge/55977 Your team OpenLP Core is subscribed to branch lp:openlp. ___ Mailing list: https://launchpad.net/~openlp-core Post to : openlp-core@lists.launchpad.net

Re: [Openlp-core] [Merge] lp:~wesleystout/openlp/documentation into lp:openlp

2011-04-01 Thread Jon Tibble
Review: Needs Fixing Line 16: OSIS was designed to provide a common format for [distribution of] electronic Bibles. Square bracket text is optional, the main point is removing the existing double instances of format. Line 154: Could you make it try the PowerPoint 2003 or 2007 Viewers. please?

Re: [Openlp-core] [Merge] lp:~jseagull1/openlp/documentation into lp:openlp

2011-04-01 Thread Jon Tibble
Review: Needs Fixing Line 12: I think this could be better but I'm failing to come up with better at the moment so if anyone thinks of something it can go in otherwise I'll let it pass (the rest needs fixing). Line 51: Make it or Delete to remove an alert you do not need. Line 64: Fix lack of

[Openlp-core] [Merge] lp:~jseagull1/openlp/documentation into lp:openlp

2011-04-01 Thread John Cegalis
John Cegalis has proposed merging lp:~jseagull1/openlp/documentation into lp:openlp. Requested reviews: Raoul Snyman (raoul-snyman) Andreas Preikschat (googol-hush) Jon Tibble (meths) John Cegalis (jseagull1) For more details, see:

[Openlp-core] [Merge] lp:~wesleystout/openlp/documentation into lp:openlp

2011-04-01 Thread Wesley Stout
Wesley Stout has proposed merging lp:~wesleystout/openlp/documentation into lp:openlp. Requested reviews: Tim Bentley (trb143) Raoul Snyman (raoul-snyman) Jon Tibble (meths) Jonathan Corwin (j-corwin) For more details, see:

Re: [Openlp-core] [Merge] lp:~wesleystout/openlp/documentation into lp:openlp

2011-04-01 Thread Raoul Snyman
Review: Needs Fixing Line 12: The OSIS XML standard was designed... Line 20 ... `Bible Technologies website. - remove the period and put it after the link Line 40: ... For check out the `CCLI website. - huh? doesn't make sense Line 124: `Here

[Openlp-core] [Merge] lp:~wesleystout/openlp/documentation into lp:openlp

2011-04-01 Thread Wesley Stout
Wesley Stout has proposed merging lp:~wesleystout/openlp/documentation into lp:openlp. Requested reviews: Tim Bentley (trb143) Jon Tibble (meths) Raoul Snyman (raoul-snyman) Jonathan Corwin (j-corwin) For more details, see:

[Openlp-core] [Merge] lp:~jseagull1/openlp/documentation into lp:openlp

2011-04-01 Thread John Cegalis
John Cegalis has proposed merging lp:~jseagull1/openlp/documentation into lp:openlp. Requested reviews: John Cegalis (jseagull1) Jon Tibble (meths) Raoul Snyman (raoul-snyman) Andreas Preikschat (googol-hush) For more details, see:

Re: [Openlp-core] [Merge] lp:~orangeshirt/openlp/bibles into lp:openlp

2011-04-01 Thread Raoul Snyman
Review: Needs Fixing Great, we're moving in the right direction. But first, some changes to your forms: In the Dialog classes, change your to ' and put a u in front of the strings that are NOT translated. e.g. bookNameDialog.setObjectName(u'BookNameDialog') Once you've done that, we need to