[Openlp-core] [Bug 1296574] Re: Missing arguments in some event handler functions

2014-11-02 Thread Tim Bentley
** Changed in: openlp Status: Fix Committed = 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/1296574 Title: Missing arguments in some event handler functions Status in OpenLP -

[Openlp-core] [Bug 1296574] Re: Missing arguments in some event handler functions

2014-10-28 Thread Launchpad Bug Tracker
** Branch linked: lp:openlp -- You received this bug notification because you are a member of OpenLP Core, which is subscribed to OpenLP. https://bugs.launchpad.net/bugs/1296574 Title: Missing arguments in some event handler functions Status in OpenLP - Worship Presentation Software: Fix

[Openlp-core] [Bug 1296574] Re: Missing arguments in some event handler functions

2014-10-27 Thread Launchpad Bug Tracker
** Branch linked: lp:~tomasgroth/openlp/bugfixes2 -- You received this bug notification because you are a member of OpenLP Core, which is subscribed to OpenLP. https://bugs.launchpad.net/bugs/1296574 Title: Missing arguments in some event handler functions Status in OpenLP - Worship

[Openlp-core] [Bug 1296574] Re: Missing arguments in some event handler functions

2014-10-27 Thread Tim Bentley
** Branch linked: lp:~trb143/openlp/startup_thread_error -- You received this bug notification because you are a member of OpenLP Core, which is subscribed to OpenLP. https://bugs.launchpad.net/bugs/1296574 Title: Missing arguments in some event handler functions Status in OpenLP - Worship

[Openlp-core] [Bug 1296574] Re: Missing arguments in some event handler functions

2014-09-25 Thread Erik Lundin
The problem seems to be that the signal QAction::triggered emits with one argument (checked): http://qt-project.org/doc/qt-4.8/qaction.html#triggered -- You received this bug notification because you are a member of OpenLP Core, which is subscribed to OpenLP.

[Openlp-core] [Bug 1296574] Re: Missing arguments in some event handler functions

2014-09-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~erik-lundin/openlp/bug-1296574 -- You received this bug notification because you are a member of OpenLP Core, which is subscribed to OpenLP. https://bugs.launchpad.net/bugs/1296574 Title: Missing arguments in some event handler functions Status in OpenLP - Worship

[Openlp-core] [Bug 1296574] Re: Missing arguments in some event handler functions

2014-03-30 Thread Tim Bentley
** Changed in: openlp Importance: Undecided = High ** Changed in: openlp Status: New = Fix Committed ** Changed in: openlp Assignee: (unassigned) = Samuel Mehrbrodt (sam92) ** Changed in: openlp Milestone: None = 2.1.1 -- You received this bug notification because you are a

[Openlp-core] [Bug 1296574] Re: Missing arguments in some event handler functions

2014-03-26 Thread Launchpad Bug Tracker
** Branch linked: lp:~sam92/openlp/bug-1296574 -- You received this bug notification because you are a member of OpenLP Core, which is subscribed to OpenLP. https://bugs.launchpad.net/bugs/1296574 Title: Missing arguments in some event handler functions Status in OpenLP - Worship

[Openlp-core] [Bug 1296574] Re: Missing arguments in some event handler functions

2014-03-24 Thread Samuel Mehrbrodt
This happens in trunk btw. -- You received this bug notification because you are a member of OpenLP Core, which is subscribed to OpenLP. https://bugs.launchpad.net/bugs/1296574 Title: Missing arguments in some event handler functions Status in OpenLP - Worship Presentation Software: New

[Openlp-core] [Bug 1296574] Re: Missing arguments in some event handler functions

2014-03-24 Thread Tim Bentley
just add field=none to the method. That fixes it. -- You received this bug notification because you are a member of OpenLP Core, which is subscribed to OpenLP. https://bugs.launchpad.net/bugs/1296574 Title: Missing arguments in some event handler functions Status in OpenLP - Worship

[Openlp-core] [Bug 1296574] Re: Missing arguments in some event handler functions

2014-03-24 Thread Samuel Mehrbrodt
Hm this happens only when I start OpenLP with ./openlp.py -l debug. Without the debug option I don't have any problems. Any idea why? -- You received this bug notification because you are a member of OpenLP Core, which is subscribed to OpenLP. https://bugs.launchpad.net/bugs/1296574 Title:

[Openlp-core] [Bug 1296574] Re: Missing arguments in some event handler functions

2014-03-24 Thread Tim Bentley
No it has baffled. me. OpenLPMixin dynamically adds debug wrappers to all (except black list) methods in the class. No more Log.debug. This only happens if debug is enabled. This works fine for all methods except pyqt ones which need the extra parameter. You must have found the odd one I