← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~j-corwin/openlp/general into lp:openlp

 

Jonathan Corwin has proposed merging lp:~j-corwin/openlp/general into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)
Related bugs:
  Bug #634771 in OpenLP: "OpenLP 1.9.2+bzr1016-0ubuntu1~lucid1 does not start"
  https://bugs.launchpad.net/openlp/+bug/634771
  Bug #646718 in OpenLP: "Songbook, Number will not loaded, Title will not be saved"
  https://bugs.launchpad.net/openlp/+bug/646718
  Bug #696013 in OpenLP: "song import from powerpoint crashes every second time"
  https://bugs.launchpad.net/openlp/+bug/696013
  Bug #696021 in OpenLP: "presentation loader does not work fine in Windows using Powerpoint Viewer 2007"
  https://bugs.launchpad.net/openlp/+bug/696021
  Bug #696637 in OpenLP: "Alert not positioned correctly in single screen"
  https://bugs.launchpad.net/openlp/+bug/696637
  Bug #727732 in OpenLP: "Openlp 1.9.?? crashes on start"
  https://bugs.launchpad.net/openlp/+bug/727732
  Bug #735039 in OpenLP: "Cannot import PowerPoint Presentations with PowerPoint 2010"
  https://bugs.launchpad.net/openlp/+bug/735039
  Bug #860499 in OpenLP: "Libre Office does not shut down when OpenLP is closed"
  https://bugs.launchpad.net/openlp/+bug/860499

For more details, see:
https://code.launchpad.net/~j-corwin/openlp/general/+merge/87864

Currently it is possible to select/highlight any text that appears on the maindisplay with the mouse. 
If done accidentally this can look ugly. 

This change prevents the text from being selected.
-- 
https://code.launchpad.net/~j-corwin/openlp/general/+merge/87864
Your team OpenLP Core is requested to review the proposed merge of lp:~j-corwin/openlp/general into lp:openlp.
=== modified file 'openlp/core/lib/htmlbuilder.py'
--- openlp/core/lib/htmlbuilder.py	2012-01-04 17:19:49 +0000
+++ openlp/core/lib/htmlbuilder.py	2012-01-07 23:08:01 +0000
@@ -45,6 +45,7 @@
     padding: 0;
     border: 0;
     overflow: hidden;
+    -webkit-user-select: none;    
 }
 body {
     %s;


Follow ups