Tomas Groth
5795e386d4
Make csv-bible import work with python3. Fixes bug 1421136.
...
Fixes: https://launchpad.net/bugs/1421136
2015-02-12 21:09:25 +00:00
Tomas Groth
12a0b8b750
Add default shortcut bindings for preview next/prev, and make the appear in the shortcut edit dialog. Fixes bug 1412570.
...
Fixes: https://launchpad.net/bugs/1412570
2015-02-09 20:49:24 +00:00
Philip Ridout
cfa8e4f2df
Fixes #1414585 Thumbnail of images isn't shown in stage view and remote control
...
and #1414585 2.1.2 Traceback on Presentations for MAC
bzr-revno: 2494
2015-02-01 19:51:54 +00:00
Philip Ridout
b40f931618
Fix - Preview media slider repeatedly shows "Error Occurred" dialogue box
...
bzr-revno: 2493
2015-02-01 15:04:37 +00:00
Tim Bentley
93038bb27d
Move delete option to support ham fisted users
...
bzr-revno: 2492
2015-02-01 13:37:54 +00:00
93ce2caf34
Fix invalid call to QMessageBox() when user wants to delete user-defined source text.
...
bzr-revno: 2491
2015-01-31 14:18:19 +00:00
Philip Ridout
cf2188a5bb
OSX: OpenLP does not start without phonon by checking for an import error and disabling the audio player if not available.
...
bzr-revno: 2490
2015-01-31 08:18:58 +00:00
Tim Bentley
6f76c164e0
fix delete
2015-01-30 21:15:03 +00:00
Phill Ridout
cdafe89624
Change fileName to file_name
2015-01-30 21:03:53 +00:00
Phill Ridout
59088887fc
PEP Fixes
2015-01-29 21:21:03 +00:00
Phill Ridout
0e79c0fe40
Remove testing code
2015-01-29 20:58:14 +00:00
Phill Ridout
b33fe701df
Make Phonon optional
...
Fixes: https://launchpad.net/bugs/1224404
2015-01-29 20:57:02 +00:00
Phill Ridout
84dfb24674
pep fix
2015-01-29 18:28:00 +00:00
Phill Ridout
52a1033505
test tidies
2015-01-29 18:26:00 +00:00
Phill Ridout
3fcccd70e4
Fixes thumbnails in stage view
2015-01-28 20:41:42 +00:00
Phill Ridout
0cc2ae5998
Fix exception raised on mac
...
Fixes: https://launchpad.net/bugs/1414360
2015-01-27 19:57:09 +00:00
Phill Ridout
bfe1824cb4
removed redundant code
2015-01-26 21:18:23 +00:00
Phill Ridout
2815bc46e3
typo
2015-01-26 21:04:29 +00:00
Phill Ridout
091cb079e7
Fix up tests
2015-01-26 20:43:53 +00:00
Phill Ridout
1712464e8c
Fix up tests
2015-01-26 20:42:19 +00:00
Phill Ridout
3dc248e556
Typo
2015-01-25 22:13:35 +00:00
Phill Ridout
34f8cbc09b
Typos & tests
2015-01-25 22:12:33 +00:00
Phill Ridout
28222ed0f8
fix check_available to work on feature detection
2015-01-25 22:00:14 +00:00
Tim Bentley
121f0908a1
fix tests
...
bzr-revno: 2489
2015-01-24 19:23:06 +00:00
Tim Bentley
46f038a49d
Release 2.1.2
...
bzr-revno: 2488
2015-01-24 19:21:07 +00:00
Philip Ridout
5390ed5bac
Fixes Bug #1367141 : Presentations/Images with same name gets the same thumbnail
...
Uses the database id for thumbnails. Uses an md5 hash of the path and file name for presentations (as there is no db for presentations)
Also added code to remove the old thumbnails.
bzr-revno: 2487
2015-01-24 18:24:51 +00:00
Tim Bentley
aac9389456
Translations
...
bzr-revno: 2486
2015-01-24 18:23:42 +00:00
Phill Ridout
4a52a90a4e
test fix. Test options in order as per --help
2015-01-24 10:21:13 +00:00
Tim Bentley
e2dd318170
trans
2015-01-23 18:35:59 +00:00
Phill Ridout
14719b8ab3
remove print statments
2015-01-22 20:12:23 +00:00
Philip Ridout
fe3d887fd7
Corrects Translation strings
...
bzr-revno: 2485
2015-01-22 19:47:16 +00:00
Philip Ridout
c43823a2b0
Fixes the copyright headers
...
bzr-revno: 2484
2015-01-22 19:46:04 +00:00
Phill Ridout
72247faaac
and to openlp.py
2015-01-22 18:44:34 +00:00
Phill Ridout
3724ac91c8
reinstate #!/usr/bin/env python3 in script files
2015-01-22 18:40:12 +00:00
Phill Ridout
92eee52d3f
pep fixes
2015-01-22 18:07:56 +00:00
Phill Ridout
854537b3e6
PEP fix
2015-01-22 18:01:54 +00:00
Phill Ridout
125f019486
test fixes
2015-01-22 17:52:48 +00:00
Phill Ridout
051db41e20
removed python3 string
2015-01-22 17:42:29 +00:00
Phill Ridout
75dff3d2be
HEAD
2015-01-22 17:31:00 +00:00
Phill Ridout
a64fdd8697
fix tests
2015-01-22 15:35:52 +00:00
Phill Ridout
833c6fb800
Add test
2015-01-22 15:05:03 +00:00
Phill Ridout
d6b8cd1d2a
code tidies
2015-01-22 13:59:46 +00:00
Phill Ridout
7750f1ec11
Correct the rest of the headers
2015-01-22 13:31:25 +00:00
Phill Ridout
7870cecd14
pep fixes
2015-01-22 13:19:10 +00:00
Philip Ridout
fa05d3110e
Image Name in Service Manager - bug1410456
...
bzr-revno: 2483
2015-01-21 21:12:30 +00:00
Tomas Groth
f53187e26a
Fix layout in player-settings. Fixes bug 1410772
...
Make sure we use dnd position if available. Fixes bug 1410843.
Set the default delay-spinbox value from the appropriate setting. Fixes bug 1411765.
Improve OpenLyrics import handling of authortypes. Fixes bug 1405172 and 1405175.
bzr-revno: 2482
2015-01-21 20:35:36 +00:00
Tim Bentley
b7b9d7888a
translations
...
bzr-revno: 2481
2015-01-21 20:34:25 +00:00
Tim Bentley
30d48768e6
translations
2015-01-21 19:17:59 +00:00
3c09f9468c
Remove translations for error code number to string.
...
bzr-revno: 2480
2015-01-21 19:14:09 +00:00
Phill Ridout
88684425da
spelling
2015-01-20 22:43:38 +00:00