[Openlp-core] [Bug 963894] Re: openlp not starting on Mac if vlc not available

2012-08-21 Thread Brian Meyer
This code is already in a try statement inside vlcplayer.py, putting the try right around the dll loading allows it to indicate what is actually wrong when the issue happens, but it does not . I think i'd need to actually load the dll inside our codebase if vlc.py cannot be changed, recreating the

[Openlp-core] [Bug 963894] Re: openlp not starting on Mac if vlc not available

2012-08-21 Thread Brian Meyer
Correction: missed finishing the first paragraph * but it does not seem to work from outside the function which actually loads the dll. -- You received this bug notification because you are a member of OpenLP Core, which is subscribed to OpenLP. https://bugs.launchpad.net/bugs/963894 Title:

[Openlp-core] [Bug 963955] Re: VLC backend for Mac OS X

2012-08-21 Thread Brian Meyer
What i was seeing was it would show the previous video when changing videos with your branch for a few seconds. Mainly the "stop" function is the only spot causing the issue and i left it so it can actually run if the video is playing. I tried calling the is_playing function in the vlcplayer.py fun

[Openlp-core] [Bug 963955] Re: VLC backend for Mac OS X

2012-08-20 Thread Brian Meyer
I have this working when i build a compiled app or running from python. I am hoping someone else using mac os x can verify this is fixed with these changes. I made a change to vlc.py which checks if the video is playing, and if not, it does not attempt to stop it, similar to previous fix. Also di

[Openlp-core] [Bug 963894] Re: openlp not starting on Mac if vlc not available

2012-08-20 Thread Brian Meyer
anged in: openlp Assignee: (unassigned) => Brian Meyer (briantmeyer) -- You received this bug notification because you are a member of OpenLP Core, which is subscribed to OpenLP. https://bugs.launchpad.net/bugs/963894 Title: openlp not starting on Mac if vlc not available Status i

[Openlp-core] [Bug 963955] Re: VLC backend for Mac OS X

2012-08-20 Thread Brian Meyer
** Branch linked: lp:~briantmeyer/openlp/bug-963955 -- You received this bug notification because you are a member of OpenLP Core, which is subscribed to OpenLP. https://bugs.launchpad.net/bugs/963955 Title: VLC backend for Mac OS X Status in OpenLP - Worship Presentation Software: Confirme

[Openlp-core] [Bug 963955] Re: VLC backend for Mac OS X

2012-08-19 Thread Brian Meyer
Just found this bit of info reading the comments in the sourcecode for set_nsobject which seems to work per the vlc.py, line 2446 def set_nsobject(self, drawable): Set the NSView handler where the media player should render its video output. Use the vout called "macosx". This means it is req

[Openlp-core] [Bug 963955] Re: VLC backend for Mac OS X

2012-08-19 Thread Brian Meyer
Did some testing with above changes Detailed Notes are here http://pastebin.com/qWEEmTJU Clearly freezing in the vlc.py stop function ( inside of VLC ) I saw it working with this before, might need to restart to rejigger it. Works better when started with python, seems to need to be removed whe

[Openlp-core] [Bug 995427] Re: Different menus on Mac when locale changed

2012-08-18 Thread Brian Meyer
** Changed in: openlp Status: In Progress => Fix Released -- You received this bug notification because you are a member of OpenLP Core, which is subscribed to OpenLP. https://bugs.launchpad.net/bugs/995427 Title: Different menus on Mac when locale changed Status in OpenLP - Worship Pr

[Openlp-core] [Bug 743273] Re: User interface on OS X is not like a standard Mac application

2012-08-06 Thread Brian Meyer
I need to really take a step back and review everything going on with this, it's a bit deeper than just what shortcuts are being used. The configure shortcuts seems like it's set up for a different app. I am not used to seeing mac apps relying on the F1-F12 keys either. But this stuff needs a ga

[Openlp-core] [Merge] lp:~briantmeyer/openlp/bug-995427 into lp:openlp

2012-08-04 Thread Brian Meyer
Brian Meyer has proposed merging lp:~briantmeyer/openlp/bug-995427 into lp:openlp. Requested reviews: Tim Bentley (trb143) For more details, see: https://code.launchpad.net/~briantmeyer/openlp/bug-995427/+merge/118251 Addresses bug 995427 which results in About, Preferences and Quit menu

[Openlp-core] [Merge] lp:~briantmeyer/openlp/bug-995427 into lp:openlp

2012-08-04 Thread Brian Meyer
Brian Meyer has proposed merging lp:~briantmeyer/openlp/bug-995427 into lp:openlp. Requested reviews: OpenLP Core (openlp-core) For more details, see: https://code.launchpad.net/~briantmeyer/openlp/bug-995427/+merge/118243 Addresses bug 995427 which results in About, Preferences and Quit

[Openlp-core] [Bug 1032407] Re: Missing Languages choices in language selection menu

2012-08-03 Thread Brian Meyer
Downloaded a complete new source + languages, this bug does not appear to be present anymore. ( Tried 5 or 6 random languages and seems to be working well in this area ) -- You received this bug notification because you are a member of OpenLP Core, which is subscribed to OpenLP. https://bugs.lau

[Openlp-core] [Bug 1032407] Re: Missing Languages choices in language selection menu

2012-08-02 Thread Brian Meyer
Correct text would be the name of the language, which appears in transiflex. Basically it's posted right next to each ts file above. fi.ts Finnish it.ts Italian ko.ts Korean nb.ts Norwegian pl.ts Polish sk.ts Slovak Following is what i entered into the text files ( the key term to look for is "Pl

[Openlp-core] [Bug 1032407] Re: Missing Languages choices in language selection menu

2012-08-02 Thread Brian Meyer
Researched the root cause Languages have .ts files which define the strings used in the program, these are used to describe the language. This is the xml English Please add the name of your language here change to English

[Openlp-core] [Bug 1032407] Re: Missing Languages choices in language selection menu

2012-08-02 Thread Brian Meyer
** Changed in: openlp Assignee: (unassigned) => Brian Meyer (briantmeyer) -- You received this bug notification because you are a member of OpenLP Core, which is subscribed to OpenLP. https://bugs.launchpad.net/bugs/1032407 Title: Missing Languages choices in language selection m

[Openlp-core] [Bug 1032407] [NEW] Missing Languages choices in language selection menu

2012-08-02 Thread Brian Meyer
Public bug reported: Language menu appears as follows, with some languages blank ( might not be exact ) 1 Afrikaans 3 Dansk 4 Deutsch 5 A** ( Slavic looking text ) 6 English 7 English (United Kingdom) 8 English (South Africa) 9 10 Eesti 11 12 13 Magyar 14 Inggris 15 16 17 18 19 Nederlands

[Openlp-core] [Bug 995427] Re: Different menus on Mac when locale changed

2012-08-02 Thread Brian Meyer
Did some research on this issue and think i have the solution. ( will be working on setting up a branch which includes this so i can learn how to submit things ) The problem appears to be that QT uses the visible text of the item, to guess what it's actually supposed to be, in the preferences act

[Openlp-core] [Bug 1030686] [NEW] using mysql in 1.9.11 mac crashes app on startup

2012-07-29 Thread Brian Meyer
Public bug reported: 1. Mac OS 10.6 2. 1.9.11 Steps to reproduce Setup a working mysql connection defaults write org.openlp.OpenLP "songs.db type" "mysql" defaults write org.openlp.OpenLP "songs.db username" "root" defaults write org.openlp.OpenLP "songs.db password" "" defaults write org.

[Openlp-core] [Bug 1030686] Re: using mysql in 1.9.11 mac crashes app on startup

2012-07-29 Thread Brian Meyer
** Attachment added: "debug log" https://bugs.launchpad.net/bugs/1030686/+attachment/3241592/+files/openlp.log -- You received this bug notification because you are a member of OpenLP Core, which is subscribed to OpenLP. https://bugs.launchpad.net/bugs/1030686 Title: using mysql in 1.9.11 m

[Openlp-core] [Bug 963955] Re: VLC backend for Mac OS X

2012-07-28 Thread Brian Meyer
Default architecture on universal vlc python ./vlc.py /Users/brianmeyerdesign/Movies/Annual_Conference_2012_--_Church_of_the_Brethren_by_Enten_El.mp4 Press q to quit, ? to get help. [0x1018558f0] main video output error: video output creation failed [0x100a142f0] main decoder error: failed to cr

[Openlp-core] [Bug 908481] Re: video playback not working on OSX

2012-07-27 Thread Brian Meyer
This is further investigation into this. Using 10.6 mac Using OpenLP 1.9.10 build bzr2037 which seems to work a little better ( has vlc as an option ) Researching this, the vlc version is of the 3 possible versions I ran another project to see the errors, and it seemed like the universal actual