[Openlp-core] [Bug 1843705] [NEW] Remote Live view web page does not scale right

2019-09-12 Thread Frank
Public bug reported: Remote Live view web page does not scale right on vertical devices like mobile phones. on this page http://[your ip]:4316/main Can you change the css file? FROM .size { ... height: 100%; ... } TO .size { ... max-height: 100%; max-width: 100%; ... } I use Firefox(and

[Openlp-core] [Bug 1843705] Re: Remote Live view web page does not scale right

2019-09-12 Thread Frank
PS Yes, all browsers support this. https://caniuse.com/#search=max-height https://caniuse.com/#search=max-width -- You received this bug notification because you are a member of OpenLP Core, which is subscribed to OpenLP. https://bugs.launchpad.net/bugs/1843705 Title: Remote Live view web

Re: [Openlp-core] [Merge] lp:~raoul-snyman/openlp/fix-wait-for-threads-error into lp:openlp

2019-09-12 Thread Tim Bentley
Review: Approve -- https://code.launchpad.net/~raoul-snyman/openlp/fix-wait-for-threads-error/+merge/372669 Your team OpenLP Core is subscribed to branch lp:openlp. ___ Mailing list: https://launchpad.net/~openlp-core Post to :

[Openlp-core] [Merge] lp:~raoul-snyman/openlp/fix-wait-for-threads-error into lp:openlp

2019-09-12 Thread noreply
The proposal to merge lp:~raoul-snyman/openlp/fix-wait-for-threads-error into lp:openlp has been updated. Status: Needs review => Merged For more details, see: https://code.launchpad.net/~raoul-snyman/openlp/fix-wait-for-threads-error/+merge/372669 -- Your team OpenLP Core is subscribed to

[Openlp-core] JavaScript Test Results: Passed

2019-09-12 Thread Raoul Snyman
JavaScript tests passed! -- https://code.launchpad.net/~raoul-snyman/openlp/animated-alerts/+merge/372733 Your team OpenLP Core is requested to review the proposed merge of lp:~raoul-snyman/openlp/animated-alerts into lp:openlp. ___ Mailing list:

[Openlp-core] JavaScript Test Results: Passed

2019-09-12 Thread Raoul Snyman
JavaScript tests passed! -- https://code.launchpad.net/~raoul-snyman/openlp/animated-alerts/+merge/372736 Your team OpenLP Core is requested to review the proposed merge of lp:~raoul-snyman/openlp/animated-alerts into lp:openlp. ___ Mailing list:

[Openlp-core] Linux Test Results: Passed

2019-09-12 Thread Raoul Snyman
Linux tests passed! -- https://code.launchpad.net/~raoul-snyman/openlp/animated-alerts/+merge/372736 Your team OpenLP Core is requested to review the proposed merge of lp:~raoul-snyman/openlp/animated-alerts into lp:openlp. ___ Mailing list:

[Openlp-core] macOS Test Results: Passed

2019-09-12 Thread Raoul Snyman
macOS tests passed! -- https://code.launchpad.net/~raoul-snyman/openlp/animated-alerts/+merge/372733 Your team OpenLP Core is requested to review the proposed merge of lp:~raoul-snyman/openlp/animated-alerts into lp:openlp. ___ Mailing list:

[Openlp-core] Linux Test Results: Passed

2019-09-12 Thread Raoul Snyman
Linux tests passed! -- https://code.launchpad.net/~raoul-snyman/openlp/animated-alerts/+merge/372733 Your team OpenLP Core is requested to review the proposed merge of lp:~raoul-snyman/openlp/animated-alerts into lp:openlp. ___ Mailing list:

[Openlp-core] Linting: Failed

2019-09-12 Thread Raoul Snyman
Linting failed, please see https://ci.openlp.io/job/MP-05-Linting/171/ for more details -- https://code.launchpad.net/~raoul-snyman/openlp/animated-alerts/+merge/372733 Your team OpenLP Core is requested to review the proposed merge of lp:~raoul-snyman/openlp/animated-alerts into lp:openlp.

[Openlp-core] [Merge] lp:~raoul-snyman/openlp/animated-alerts into lp:openlp

2019-09-12 Thread Raoul Snyman
Raoul Snyman has proposed merging lp:~raoul-snyman/openlp/animated-alerts into lp:openlp. Commit message: Based on ic90's code, this just simplifies some of the code, and streamlines how things work, plus a couple of CSS fixes. Requested reviews: OpenLP Core (openlp-core) For more details,

[Openlp-core] [Merge] lp:~raoul-snyman/openlp/animated-alerts into lp:openlp

2019-09-12 Thread Raoul Snyman
The proposal to merge lp:~raoul-snyman/openlp/animated-alerts into lp:openlp has been updated. Status: Needs review => Superseded For more details, see: https://code.launchpad.net/~raoul-snyman/openlp/animated-alerts/+merge/372733 -- Your team OpenLP Core is requested to review the

[Openlp-core] [Merge] lp:~raoul-snyman/openlp/animated-alerts into lp:openlp

2019-09-12 Thread Raoul Snyman
Raoul Snyman has proposed merging lp:~raoul-snyman/openlp/animated-alerts into lp:openlp. Commit message: Based on ic90's code, this just simplifies some of the code, and streamlines how things work, plus a couple of CSS fixes. Requested reviews: OpenLP Core (openlp-core) For more details,

[Openlp-core] macOS Test Results: Passed

2019-09-12 Thread Raoul Snyman
macOS tests passed! -- https://code.launchpad.net/~raoul-snyman/openlp/animated-alerts/+merge/372736 Your team OpenLP Core is requested to review the proposed merge of lp:~raoul-snyman/openlp/animated-alerts into lp:openlp. ___ Mailing list:

[Openlp-core] Linting: Passed

2019-09-12 Thread Raoul Snyman
Linting passed! -- https://code.launchpad.net/~raoul-snyman/openlp/animated-alerts/+merge/372736 Your team OpenLP Core is requested to review the proposed merge of lp:~raoul-snyman/openlp/animated-alerts into lp:openlp. ___ Mailing list:

Re: [Openlp-core] [Merge] lp:~raoul-snyman/openlp/animated-alerts into lp:openlp

2019-09-12 Thread Tim Bentley
Review: Needs Fixing Looks good but the js stuff goes over my head! One issue in alertsmanager and half done clean up. Diff comments: > > === modified file 'openlp/plugins/alerts/lib/alertsmanager.py' > --- openlp/plugins/alerts/lib/alertsmanager.py2019-04-13 13:00:22 > + > +++