Merge lp:~phill-ridout/openlp/fixes into lp:openlp

Proposed by Phill
Status: Superseded
Proposed branch: lp:~phill-ridout/openlp/fixes
Merge into: lp:openlp
Diff against target: 12 lines (+1/-1)
1 file modified
openlp/core/ui/maindisplay.py (+1/-1)
To merge this branch: bzr merge lp:~phill-ridout/openlp/fixes
Reviewer Review Type Date Requested Status
OpenLP Core Pending
Review via email: mp+30852@code.launchpad.net

This proposal has been superseded by a proposal from 2010-07-26.

Description of the change

Found and removed two lines, cant see any reason why those line are currently needed, but if you guys could make doubly sure. I've given it a good testing, and cant find any adverse affects!

To post a comment you must log in.
lp:~phill-ridout/openlp/fixes updated
964. By Jon Tibble

Fix numbered book BG bibles (Bug #609354)

965. By Raoul Snyman

Going through all the strings and making them decent, user-friendly English.

966. By Raoul Snyman

Fix up a couple of things Jon T found in my previous merge proposal, plus some strings I missed.

967. By Raoul Snyman

Update the copyright notice and the credits.

968. By Tim Bentley

Add display update trigger missed in cleanup

Revision history for this message
Raoul Snyman (raoul-snyman) wrote :

Isn't this for the "don't display screen when you only have one monitor" setting?

Revision history for this message
Phill (phill-ridout) wrote :

> Isn't this for the "don't display screen when you only have one monitor"
> setting?

That sounds about right. I'll look in to this tomorrow!

lp:~phill-ridout/openlp/fixes updated
969. By Jon Tibble

Bible refactor & search, getter & setter removal, cleanups

970. By Jon Tibble

Long lines

971. By Raoul Snyman

Fixed a small bug where there was a "u" in the verse label with () brackets.

972. By Jon Tibble

Fix showing screen after black and cleanups

973. By Jon Tibble

Naming fixes & trailing line endings

974. By Jon Tibble

Explicit exception handling

975. By Phill

Fix for bug #609442.

976. By Phill

Moved loop settings to a more appropriate tab, removed image tab as a result.

977. By Jon Tibble

Exception fixes and naming cleanups

978. By Jon Tibble

Refactor reference parsing & remove dead code in Bibles

979. By Jon Tibble

Cleanups

980. By Jon Tibble

Refactors, cleanups and fixes

981. By Phill

A very minor presentation fix. About text for remotes was not going on to next line after heading.

982. By Jon Tibble

Fix alerts and screen resizing

983. By Jon Tibble

Fix last commit

984. By Andreas Preikschat

Disable buttons when no item to act on

985. By Jon Tibble

Work with SQLAlchemy 0.6

986. By Tim Bentley

Fix song usage
Fix 598407

987. By Andreas Preikschat

Dual bible fixes

988. By Raoul Snyman

Changed the openlp-logo.svg file to be a single icon SVG and renamed the original file.

989. By Raoul Snyman

Fixed the icon properly this time.

990. By Raoul Snyman

Now the Song Wizard works, just waiting for the importers to catch up.

991. By Raoul Snyman

Fix a string and update the translation sources.

992. By Jon Tibble

Cleanups and a version check fix

993. By Raoul Snyman

Additional failover for version problems.

994. By Raoul Snyman

I was playing, and somehow it got into trunk :-(. This fixes bug #625183.

995. By Jon Tibble

Update OpenLPv2 song importer

996. By Tim Bentley

Fix theme bug reported on Redhat bugzilla

997. By Tim Bentley

Display and renderer changes

998. By Jon Tibble

Cleanups and song form fix (Bug #612282)

999. By Tim Bentley

Renderer fixes and change theme export suffix

1000. By Raoul Snyman

Only show the display screen on startup if it is not on the primary screen.

1001. By Phill

Adding the Words of Worship importer.

1002. By Derek Scotney <email address hidden>

Add CCLI file importer to song wizard

1003. By Andreas Preikschat

Improved dual Bible handling, fixed some edge-case bugs, including bug #625997.

1004. By Raoul Snyman

Fix for bug #621695.

1005. By Tim Bentley

Fix bugs with renderer

1006. By Jonathan Corwin

Fix {} colour substitutions and problems displaying first slide

1007. By Tim Bentley

Speed up backgrounds by removing images and using CSS instead
move spelling text widget to own file
fix up highlighting of fields for spelling and tagging.

1008. By Jonathan Corwin

Calculate page breaks more accurately, and other HTML/CSS tidies

1009. By Phill

Fix incorrect method

1010. By Phill

Rearranged the screen co-ordinate fields.

1011. By Tim Bentley

Clean up the renderer

1012. By Jonathan Corwin

Size maindisplay to full screen correctly, and eliminate maindisplay scrollbars

1013. By Tim Bentley

Fix bug for song CCLI setting
Fix bug for dual bible tab which was a general settings bug.

1014. By Jonathan Corwin

Hook generic and sof song imports into the wizard

1015. By Tim Bentley

Fix bugs regarding screen blanking

1016. By Tim Bentley

Fix song editing bug

1017. By Raoul Snyman

Merge in the openlp.org 1.x importer.

1018. By Raoul Snyman

Added a simple dialog to display any uncaught exceptions.

1019. By Tim Bentley

Short term fix for 633354
Fix display and text bugs

1020. By Tim Bentley

Proper fix for plugin bug

1021. By Jonathan Corwin

Left+Bottom align footer, and prevent wrapping

1022. By Derek Scotney <email address hidden>

Fix verse numbering

1023. By Raoul Snyman

jQuery-fied the JavaScript, made the interface look a little prettier.

1024. By Jonathan Corwin

Tidy song_import code and fix bug 634771

1025. By Raoul Snyman

Just some behind-the-scenes house keeping.

1026. By Tim Bentley

Fix file permission and correct i18n location

1027. By Jonathan Corwin

Loop video background

1028. By Raoul Snyman

Fixes bug #635330 and attempts to fix bug #635338

1029. By Tim Bentley

Fix code so translations can be found

1030. By Raoul Snyman

Various string-related fixes:
- Removed a bunch of double spaces.
- Renamed the translation files.
- Updated the translation files.
- Fixed up a few widgets.
Also fixed up the layout on the Edit Song form.

1031. By Jon Tibble

Cleanups

1032. By Tim Bentley

Fix whitespace and bugs

1033. By Raoul Snyman

Add in code to display a disabled message if an importer is not available.

1034. By Raoul Snyman

Fix for bug #635515.
Added an option to disable the error form.

1035. By Martin Thompson

Integrated with the song import wizard.
More testcases with synthetic data.
More testing done with more real data.

1036. By Raoul Snyman

Some more fixes for the Windows World:
- Fixed location of .qm files, so that they can be found in a Windows build
- Added PyEnchant to the build process
- Fixed up langaugemanager.py so that it conforms to coding standards

1037. By Raoul Snyman

Attempting to solve bug #635338

1038. By Raoul Snyman

Fixed a spelling error.

1039. By Raoul Snyman

Fix bug #640460.

1040. By Raoul Snyman

Some more spelling/grammatical corrections.

1041. By Jonathan Corwin

String fixes

1042. By Andreas Preikschat

Fixed bug #641734

1043. By Raoul Snyman

Fix for bug #640697

1044. By rimach

Change OpenOffice to use pipes not sockets to resolve slow networking issue. Fix option parsing unicode problem for python 2.5

1045. By Raoul Snyman

Added a method to update the translation files.

1046. By Jonathan Corwin

Rendering speedups/fixes

1047. By Jeffrey Smith

Added a song importer for EasyWorship

1048. By Raoul Snyman

Fixed bug #644106

1049. By rimach <rimach@siduxbox>

Fix translation files

1050. By Raoul Snyman

Update strings.

1051. By Jonathan Corwin

Speed up video loop, and adjust left margin for outline

1052. By Tim Bentley

Update plugin list
Fix ServiceManager
Put splash image back
Fix hide screen bug.

1053. By Andreas Preikschat

This fixes the following bugs and issues:
- Bible items cannot be extended any more
- Dual and single Bible verses cannot be mixed (Media Manager/Service Manager)
- Bible item title in the service manager contains all bible passages (separated by a comma) bug #634533 and bug #609355
- Fixed bug #643783

1054. By Tim Bentley

Remove line breaks in ServiceManager

1055. By Jeffrey Smith

Refactor code for making song import wizard pages.

1056. By rimach

Fixed exception thrown on unchecking 'Auto detect' in languages menu
Fixed saving of language setting
Added pinging of review page in translation_util.py

1057. By Raoul Snyman

Fixed bug #598805 - Song order inconsistency.

1058. By Tim Bentley

Fix crash and optimise display

1059. By Tim Bentley

Update Manifest file

1060. By Jeffrey Smith

Better handling of memo files larger than 16MiB.
Handle blank fields more intelligently.

1061. By Jonathan Corwin

Fix song number/book save and load

1062. By Raoul Snyman

Updated translations.

1063. By Tim Bentley

Update preview text

1064. By Tim Bentley

Theme handling cleanups

1065. By Tim Bentley

Fix merge error

1066. By Andreas Preikschat

Bible code tidy

1067. By Tim Bentley

Fix blank line bug

1068. By Tim Bentley

Fix saved service bug

1069. By rimach

Add Song Beamer importer

1070. By Andreas Preikschat

Fixed up chapter and verse comboboxes for advanced Bible search.
A few other cleanups.

1071. By rimach

Added code for:
- translating the Media Manager and all the content (icons, context menus)
- translating the Plugin List

1072. By Tim Bentley

Allow Service Item to be updated from Song Plugin on Edit

1073. By Phill

Update File load extensions for song imports

1074. By Tim Bentley

Fix duplicate file save bug
Fix Dnd bug

1075. By Tim Bentley

Enhance ServiceItem Expand/Collapse features

1076. By Jonathan Corwin

Option to use phonon or webkit for video. Fix blank to image

1077. By Wesley Stout

Start of Documentation

1078. By Andreas Preikschat

A few things:
- Finished bible "text search" (the search considers all verses which are in the database).
- Comment/doc clean ups.
- Changed "permission" to "permissions" since the database uses "permissions" (changing this is just being consequent).
- Disabled search button while searching.

1079. By Andreas Preikschat

Make sure that the 'edit' and 'delete' buttons are disabled after editing all verses (because no verse is selected).

1080. By Raoul Snyman

Some updates to the documentation:
- Added some more classes to the rST files.
- Fixed up some docstrings to proper rST.

1081. By Raoul Snyman

For us developers... pull the bzr version.

1082. By Raoul Snyman

Moved Windows-specific resources into its own "windows" directory.

1083. By andreas <andreas@andypc>

Revised custom Dialog and new edit form

1084. By Andreas Preikschat

Fix for bug #657694 (lines 8-9)
Enhanced the code (lines 11-29)

1085. By Raoul Snyman

Documentation updates.

1086. By Andreas Preikschat

Fixed a bug in the song editor where the last added verse would revert to the previous verse type.

1087. By Jeffrey Smith

This is a fix for bug #659673

1088. By Wesley Stout

Added the Glossary

1089. By Jonathan Corwin

Warn rather than error if COM Impress controller not available.

1090. By Andreas Preikschat

Code Cleanups

1091. By Raoul Snyman

Updated the image plugin page.
Fixed up Wesley's images.

1092. By Tim Bentley

Alerts work again , image performance improvements

1093. By Raoul Snyman

Rearranged the documentation into two separate parts, the API for developers, and the manual for users.

1094. By Raoul Snyman

Updated documentation.
Renamed some classes and files to match naming conventions.

1095. By Tim Bentley

Fix image but and more path optimisation

1096. By Wesley Stout

Video display Documentation

1097. By Raoul Snyman

Updated the dual monitor stuff with some metadata and got a more recent screenshot of dual monitors on a stock standard Windows XP.

1098. By Jon Tibble

Cleanups

1099. By Jon Tibble

Fix spelling of Samuel (Bug #647931)

1100. By Tim Bentley

Changes to Image processing to improve performance.
Moved image storage for Themes and Image plugins to central cache.
Moved conversion to byte array on to a thread
Built basic thread locking management to cover adding and processing at same time

Presentations and Videos work how that always did.

Cleaned up lots of image size and type conversions.

1101. By Andreas Preikschat

Fixed a traceback after editing a image item in the servicemanager (line 62).
Replaced the up/down button text in ServiceItemEditForm/Dialog with icons.
Rearranged the buttons (delete, <space>, up, down).

1102. By Tim Bentley

Fix saving images in services and correct border code

1103. By Tim Bentley

Bug fixes for
Bug #636835: songs.sqlite will not be downsized when deleting songs
Bug #657307: When working with a saved order of service, saving brings up the save new window instead.
Also renamed Fedora to fedora.

1104. By Tim Bentley

Fix missing media Icon
Speed up Vacuum code.
Fix 1002

1105. By Andreas Preikschat

Fix custom and songusage managers

1106. By Meinert Jordan

Some things from my months old todo list:
- enabling nested docks for more flexible container arrangements
- show the next slide content
- some old UTF8 problems

1107. By Raoul Snyman

Clean up resources folder. Got rid of about 30 megs of stuff we don't use.

1108. By Raoul Snyman

Customisable Shortcuts, Phase 1: View-only list of actions and shortcuts, currently also only the actions in the main window are in the shortcut dialog.

1109. By Tim Bentley

Fix mimetype issues

1110. By Tim Bentley

Fix renderer
Fix Image preview.

1111. By Andreas Preikschat

Changed "songmanager" to "manager"
Fixed a bug which occurs when you click on "Save & Preview" a second time

1112. By Jon Tibble

Lots of cleanups

1113. By Andreas Preikschat

Some small clean ups:
- removed lines at the end of the file (if there were more than one)
- some missing spaces

1114. By Raoul Snyman

Finally get round to doing the "expand all" and "collapse all" icons.

1115. By Tim Bentley

Sort themes when read

1116. By Raoul Snyman

Added a "re-index" tool for repopulating the "search_title" field of songs.

1117. By Raoul Snyman

Found and fixed a bug.

1118. By Tim Bentley

Replace theme editor with wizard.
Revamp theme XML schema
Move theme code to use new schema and auto migrate V2 themes to it.
Revamp V1 import code.
Add two new gradient backgrounds.

1119. By Tim Bentley

Fix blank theme problem
Remove blank check box line.

1120. By Tim Bentley

Fix bug with service item edit ids missing
Fix name format error
Add debugging to help with service load and song edit bugs. Need to see what is happening when we hit them.

1121. By Tim Bentley

Fix video backgrounds and Service Loading with edit

1122. By Jon Tibble

Fix BibleGateway searches for BeautifulSoup 3.1

1123. By Tim Bentley

Update theme code to handle lines per slide label.
Remove extra debugging as Author's now work for song loading from services

1124. By Tim Bentley

Fix spelling

1125. By Wesley Stout

Fixed some errors.
Added a few different formats to the documentation for importing songs.

1126. By Tim Bentley

Remove theme for Images.
Sort out silly ness which requires a restart
Add preview when returning from blank screen.
Fix bug in servicemanager where DnD with nothing present crashes.
Clean up Custom Plugin a bit.

Build OpenLyrics Import / Export for service items so song items can be moved across computermabobs.

1127. By andreas <andreas@andypc>

- docs
- disable "edit" and "delete" button when loading a song or creating a new one (*)

(*) To reproduce this, edit/create a song, select a verse and click "Cancel". When you edit/create another song, the "edit" and "delete" buttons are enabled.

Manually fix conflict in comments on merge (trb143)

1128. By andreas <andreas@andypc>

- added the <u>Underline</u> tag
- clean ups

SongBeamerImport:
- clean ups and tweaks
- fixed a bug which would drop the first line of a verse, when it does not have any "verse type"
- convert SongBeamer's html tags to OpenLP specific style

1129. By andreas <andreas@andypc>

hanged importer messages (Bug #668789)
- disabled text search for web bibles (does not matter if the web bible is the dual or normal bible)
- available web bibles in the bible importer are now sorted
- imported bible in the Media Manager are now sorted
- speed improvements (unfortunately this takes the ability to keep unselected item unselected when doing an other search)
- "second" instead of "dual"
- docs, comments
- added an auto completion for bible books ("Quick Search" Tab; "Verse Search" combo box)

1130. By Tim Bentley

Pylint cleanups
Bug fixing in Themes
Spelling Fix in Songs

1131. By Raoul Snyman

Reworked some of the layout and things of the Theme Wizard.

1132. By Jon Tibble

Fix v2 song importer and various cleanups

1133. By Tim Bentley

Fix Theme Bug text color.
Fix serious spelling error.

1134. By Meinert Jordan

- openlp.org 1.x importer detects the character encoding for the database and shows a inputDialog for correcting the guess.
- prefer UTF-8 encoding for CCLI import
- split song order at consecutive white spaces (it rejected song orders with two consecutive spaces)

1135. By Tim Bentley

Add text entry validator to display positions
Fix Spelling

1136. By Derek Scotney <email address hidden>

Fixes unwanted text imported from some SongSelect files. SongSelect only has a few verse types available for verses and adds extra ones by setting the verse type to 'misc' and then including the actual type on the next line. In the case of a 'misc' type or unknown type, the next line is checked for a valid verse type. The fix has been made for both .txt and .usr file types.

1137. By Andreas Preikschat

Changed the string "Parameter(s)" to "Parameter" because the alerts plugin only supports one parameter.

1138. By Meinert Jordan

Import Wizards don't Stop

1139. By Meinert Jordan

Local aware song order

1140. By Andreas Preikschat

Add OpenLP1 bible importer

1141. By Tim Bentley

Fix song imports with missing Authors

1142. By Andreas Preikschat

- fixed progress bar (bible openlp1 import)
- fixed Bug #688647 (mostly copy&paste)
- fixed "reject" method (the import would not stop, if currentId() == 2/3)
- some songbeamer import tweaks

1143. By Tim Bentley

Add Autocompletion to the Songs Dialog
Fix up some lost and confused Camels

1144. By Meinert Jordan

Additional buttons in the exception dialog for sending a bug report per email or saving it to a file.
The report contains the traceback along with library versions.

The bug report is prefilled with the traceback, the openlp version, platform informations (on Linux also KDE or GNOME), the and the versions of all used libraries.

1145. By andreas <andreas@andypc>

- "Save" button now only saves the alert (if the alert has not created before the save button is disabled). -> the buttons are less confusing
- feedback:
1) If the "alert text" field does not contain "<>" but the parameter field is not empty, then a pop up opens.
2) If the "alert text" field does contain "<>" but the parameter field is empty, a pop up opens.

1146. By Andreas Preikschat

Whitespace cleanup

1147. By Tim Bentley

Fix Custom edit bug

1148. By andreas <andreas@andypc>

White Space Cleanups

1149. By Meinert Jordan

Fix: wrong variable names caused osis and http bible imports to crash
Fix: handle unicode in song search string generation
Fix: replaced tab indentation
regenerate search_lyrics on song reindex action

1150. By Tim Bentley

Fix image bug in service manager

1151. By andreas <andreas@andypc>

- camelCase for Ui_FileRenameDialog
- Fixed bug #690774
- Keep copyright field empty if the imported song (from the service list) does not have any copyright information.

1152. By Meinert Jordan <email address hidden>

Rewritten openlp.plugins.bibles.lib.parse_reference() function.
Localization of bible reference separators.
Non-breaking space between verse numbers and verse text.
Web-Import from bibleserver.com
Replaced commas in title strings of biblegateway.csv => completely updated the file

Two known issues:
The localized separators are still hard coded and need GUI configuration.
Not all of the new bibles are full usable, because OpenLP has still unlocalized code for the book names (applies also to other bible imports like OSIS).

1153. By Tim Bentley

Songs being edited must have an Author
Songs being edited must have text in a verse

1154. By Tim Bentley

Bug #692684: Theme Wizard not updating

1155. By Tim Bentley

Fix config tag error

1156. By Tim Bentley

Remove Bible add to existing setting

1157. By andreas <andreas@andypc>

Fix file extensions

1158. By Andreas Preikschat

Added the "final credit" from version 1.

1159. By Tim Bentley

Fix song saving bug #691952
Fix custom edit bug #693150

1160. By Jon Tibble

Cleanups

1161. By andreas <andreas@andypc>

Add Language files

1162. By Meinert Jordan

Fixed a bug where an author was added to the AuthorsSelectionComboItem without a database entry.

1163. By Tim Bentley

Fix up theme delete / rename validation for now.

1164. By Raoul Snyman

Web interface does not always send all necessary data

1165. By Tim Bentley

Number of theme bug fixes and clean ups
Plugin list is now singular

1166. By andreas <andreas@andypc>

Part of corrections to display sizes

1167. By Tim Bentley

Version and Copyright Year updates

1168. By andreas <andreas@andypc>

Update Language files

1169. By rimach <rimach@siduxbox>

SongBeamer fixes
Correct Song Tab error

1170. By andreas <andreas@andypc>

Fix Slidecontroller sizing

1171. By Tim Bentley

Small style cleanups
Add guards for Presentations / Images / Media which are removed from files system after loading
Fix 694079 on Linux by adding css into build
Add guard to delay exiting as shutting down in middle of a service is not a good idea

1172. By Raoul Snyman

Created a new SearchEdit class, and implemented it in the song search.

1173. By Tim Bentley

Fix up presentation display bugs.

1174. By Andreas Preikschat

This fixes edge cases, where the slidecontrollers will not be updated correctly.

(Make sure, that the Media Manager is on the left side and the Theme and Service Manager on the right hand side.)

1) Hide the Theme Manager by pressing F10
2) Hide the Service Manager by pressing F9 (first case)
3) Increase the size of the slidecontrollers.
4) Show the Service Manager by pressing F9 (second case)

I removed the paintEvent from the slidecontroller and inserted it in mainwindow. I do like it the other way around, but doing it this way fixes the edge cases.

1175. By Jonathan Corwin

Fix missing DesktopScreen: https://bugs.launchpad.net/openlp/+bug/672164/comments/9

1176. By Meinert Jordan <email address hidden>

Theme Wizard the layout was distorted because of several manual formating instructions. I limited all format instructions to the necessary minimum. Furthermore I aligned all QFormLayouts towards each other.
It should contain no functional changes except of bug fixes (traped exceptions).
Some widgets ans slots are renamed for a consistent naming scheme.
Small fixes: removed two consecutive spaces and string introducing double quotes from python code. Edited some log.debug() arguments to avoid UnicodeErrors.

1177. By Meinert Jordan <email address hidden>

While walking through the German translation, I observed a couple of problems in the internationalization. These problems are addressed in this branch. There are very few changed translatable strings but a lot which will be recognized as new from linguist.
I couldn't test all calls in the importers, because I don't have bibles in all formats. But nearly all changes in this request should be obvious.

1178. By Raoul Snyman

Fix the save/save as/etc stuff so that it works properly.

1179. By Raoul Snyman

Fix some bugs I accidentally introduced into trunk.

1180. By Raoul Snyman

Fixed bug #641661

1181. By Tim Bentley

Add a Busy Cursor

1182. By Tim Bentley

Remove excessiove debugging

1183. By Raoul Snyman

Added a step to update from bzr before building.

1184. By Tim Bentley

Fix Song dialog for new songs
Fix Auto Service Opening

1185. By Andreas Preikschat

- fixed adding/appending more images to the Service Manager
- possibility to add/append images to the Service Manager if an image is missing
- prevent that "Replace Live Background" can use a non existing image and prevent replacing the background with more images (as this makes no sense)

1186. By Tim Bentley

Allow the exit conformation dialog to be disabled

1187. By Raoul Snyman

Fixed bug #697271

1188. By Raoul Snyman

Fix for bug #696979

1189. By Meinert Jordan <email address hidden>

Fix Layout of Settings Tab and other dialogs

1190. By Tim Bentley

Fix image error text
Add Guard to video background.
Use new event method to display message
Add Fix for theme editor start up bug.

1191. By Andreas Preikschat

Remove not supported html from songs being imported.

1192. By Meinert Jordan

Nearly everything in this commit is either the renaming of variables or rewriting of the layout. The visible layout change in the dialogs default size is mainly limited to label alignments (for resized dialogs, translated strings or some Themes it might be much more).
Functional changes are:
- Preventing a bug, when no bibles are installed
- Fixing a spelling error in osisbooks.csv
- Showing the 'reset background' buttons only, if the background is really replaced.
- showing a character encoding dialog for the ewimporter
- BibleGateway importer fix for rtl

1193. By Raoul Snyman

Fix some overlooked bugs from the change in the way service files are saved.

1194. By Jon Tibble

Cleanups

1195. By Meinert Jordan

The validators are avoiding invalid file names resp. invalid CCL numbers

1196. By Meinert Jordan

Bug #698881 (accessing unavailable presentation controller)
Keep settings if the controller is not available
Add explaining text to unavailable controllers checkButton

1197. By Jon Tibble

Few more cleanups
Fix BibleGateway xrefs (Bug #700271)

1198. By Jon Tibble

Refactor out first_item

1199. By Tim Bentley

This is big but lets get it in soon.
Changes:
- Search for songs by theme on exact match NOT like
- Add ability to create your own displaytabs and manage them by settings.
- Clean up Theme Manager and make more code common.

1200. By Tim Bentley

This time with changes sorry.

1201. By Meinert Jordan

fixed layout problem for long bible names (or long presentation controller names)
unified the linebreak in setSizePolicy() calls

1202. By Meinert Jordan

wrong parentship caused theme and servicemanager to disapear in a floating dock
more intelligent resizing of item list in PluginForm and SongMaintenanceForm
fix in BS web bible parser

1203. By Andreas Preikschat

- added OpenLyrics importer
- continued to implement OpenLyrics features
- split class
- fix wrong use of "theme"
- and other thinks

Importing songs with multiple languages has not been considered (yet). (One song with all languages is imported.)

1204. By Tim Bentley

Correct File Filter and Cleanup

1205. By Andreas Preikschat

- removed the "quick message" and added dialogs instead
- send the cursor_normal and cursor_busy signal when doing a text search

1206. By Jon Tibble

Refactor web bibles

1207. By Jon Tibble

Cleanups

1208. By Jon Tibble

Make OOo stuff more verbose
Fix BibleServer downloads (Bug 701651)

1209. By Tim Bentley

Hide theme delete button for default themes

1210. By Andreas Preikschat

Cleanups

Clean up from last merge:
- removed not needed pretty_print argument
- doc fix
- return None instead of 0

1211. By Tim Bentley

Fix bug 696557. Cache resizing was adding name to full path
Comment tidy ups.

1212. By Jon Tibble

Fix BibleGateway code
Make BibleServer code more robust

1213. By Jon Tibble

Cleanups and refactor unicode file check

1214. By Andreas Preikschat

replaced the "bibles_showprogress" and "bibles_hideprogress" with the "cursor_busy" and "cursor_normal" signals

1215. By Andreas Preikschat

Fix slidecontroller resizing and cleanups

1216. By Jon Tibble

Refactor wizards
Smaller refactor to web bibles
Cleanups

1217. By Jon Tibble

More cleanups
Refactor file deleting
Fix db committing too early (Bug #703073)

1218. By Tim Bentley

Fix Transitions in Bibles
Fix Blank at start Bible slide
Fix Blank display on restart so the correct blanking method is used.

1219. By Jon Tibble

Refactor error messages

1220. By Jon Tibble

Fix local bible quick search.
Fix OpenSong CUV bible import.

1221. By Jon Tibble

Fix song validation and saving

1222. By Andreas Preikschat

Update preview image on background changes

1223. By Garrett

Enable cursor hiding over live display

1224. By Jon Tibble

Lots of small refactors and cleanups

1225. By Andreas Preikschat

Fixes to Service Item Order screen

1226. By Mattias P&#245;ldaru <email address hidden>

Easislides import plugin

1227. By Jon Tibble

Fix song saving with a verse order

1228. By Andreas Preikschat

- removed the doc for an attribute which is not passed
- removed white spaces

1229. By andreas <andreas@andypc>

Translations Update

1230. By Jon Tibble

Fix duplicate checks (Bug #703149)
Cleanup config change responses (Bug #697215)

1231. By Andreas Preikschat

Update songs for multi-language lyrics

1232. By Andreas Preikschat

Better button handling

1233. By Tim Bentley

Fix adding Images to existing service items

1234. By Jon Tibble

Cleanups and bible parsing fix

1235. By Tim Bentley

Add Key Actions to Shortcut Dialogs

1236. By Jon Tibble

Fix breakage and cleanups

1237. By Andreas Preikschat

Service item selection (Bug #598393)

1238. By Jon Tibble

Refactors in UNO and EasiSlides

1239. By Jon Tibble

Fix BaseDirectory check (Bug #706202)

1240. By Tim Bentley

Slide Controller names have been cleaned up and some line lengths fixed
Added guards to presentation code to stop loading if preview images are missing stops crash later on

1241. By Tim Bentley

Bible tidyups
Database corrections
Song of Songs --> Song Of Solomon
Naham --> Nahum
Obad --> Obadiah

1242. By Andreas Preikschat

- fixed a bug, which occurs when you "replace live background" when no item is live (so basically after starting OpenLP)
- update the little preview frame, when you "Blank to Theme/Screen"

1243. By Jon Tibble

Fix Windows AppLocation (Bug #706396)

1244. By Tim Bentley

Fix theme wizard so Outline and Shadow check boxes are checked
Latch image background changes until the theme changes.
Turn off the rest background if the image or video has been changed from the plugin and the theme changes.

1245. By Andreas Preikschat

- Name changes/clean ups.
- I improved the selection behaviour. For example when a child item is supposed to be selected I used "child", otherwise -1 (e. g. when deleting an item).

1246. By Phill

Allows the update check on load to be disabled

1247. By Tim Bentley

Added finish replacement cleanup

1248. By Jon Tibble

Fix theme editing and NGU bible usage

1249. By Jon Tibble

Lots of cleanups and refactors

1250. By Jon Tibble

Fix CSV bible importing (bug #687309)

1251. By andreas <andreas@andypc>

Only trivial changes:
- only allow to select one slide in the slidecontrollers
- make curosr busy when merging authors/topics/books
- cosmetic code change (saves 4 spaces all over the methods)

1252. By Tim Bentley

Fix Up / Down Confusion
Give SongUsage some TLC and fix UTF8 bugs and better messaging.
Service Items now more meaningful in their titles.

1253. By Tim Bentley

Fix Override state on theme edit dialog so the display and values are correct.

1254. By Andreas Preikschat

Changed the title for images in the service manager.
The title is <filename> if the item consists of one image only. Consequently the other case is, that the item consists of more than one image.

1255. By Jon Tibble

Fix BG Chinese bible (Bug #706211)

Fix CSV import to accept the same files V1 did and cater to "not quite" ASCII encoding generated by cp1252 files.

1256. By Jon Tibble

Deduplication

1257. By Tim Bentley

Fix Theme font size

1258. By andreas <andreas@andypc>

Add ability to print OOS document

1259. By Jon Tibble

Fix song edit form and cleanups

1260. By Andreas Preikschat

You cannot append images to a service item, when you use a localised version of OpenLP. This fixes this.

1261. By Jon Tibble

Deduplication, naming and various cleanups

1262. By Jon Tibble

Fix custom edit (Bug #711934)

1263. By Jon Tibble

Start the UI component library with a couple of moves and a new item.
Dedupe song object checking.
Stop reloading songs when loading services without songs in them!
Change mouse cursor when loading services as reloading songs can take time.

1264. By Andreas Preikschat

Enhanced the button behaviour on the alert dialog.

1265. By Andreas Preikschat

Merged (not redundant) parts of documentation/SongFormat.txt into the songs/lib/db module and removed it. Added the media_files and media_files_songs tables (although the doc is not complete there).

1266. By Jon Tibble

Remove scripts now importers take their role.
Fix missing import.
More UI library component refactors.
Clean up spacer use in import forms.
More deduplication in slidecontroller.py

1267. By Tim Bentley

Fix setup.py so it works following file removal.
Fix settings to work with -d option
Upgrade Exception form to allow an attachment.
Upgrade Exception form to force a 20 character error description

1268. By Andreas Preikschat

- Buttons which require a slide to act on are disabled if there is none to act on
- some other changes

1269. By Jon Tibble

Cleanup, speedup and another UI library component

1270. By Jon Tibble

Start deobfuscating UI library
Catch failure to start presenter processes (Bug #712140)

1271. By Tim Bentley

Fix Theme Image copy Bug
Clean up Theme Rename and Copy bugs

1272. By Raoul Snyman

Some updates to the Windows build:
- Set remotes plugin to be disabled
- Uninstall previous installation of OpenLP automatically.

1273. By Tim Bentley

Fix up theme popups

1274. By Jon Tibble

Fix song service load (Bug #696219)
Cleanups
Change cursor when activating plugins

1275. By Andreas Preikschat

I added the Tool Flag, so that the displays will not appear in the task bar.

1276. By Andreas Preikschat

Only show "CCLI License:" in the footer, if the user entered a CCLI number.

1277. By Andreas Preikschat

- Removed the error dialog when there are no service items in the service (as suggested by superfly)
- Added the ability to include the "playing time" of media items
- Moved settings from advanced tab to the dialog
- Added a dialog with preview function. It provides the following settings:
  a) print text (slides)
  b) print notes
  c) print playing time
  (when the user actually prints the service, the settings are saved.)
- Ability to enter Custom Service Notes.

1278. By Jon Tibble

Cleanups - blank lines, line breaks, docstrings, correct string chars.
Remove unused exception
Dedupe presentation controller code
Fill out the range of Delphi colours to fix theme loading (Support 98)
Naming fixes including starting the attack on mainwindow.py.

1279. By Tim Bentley

Fix previews after screen blanking on live controller

1280. By Jon Tibble

Fixes and UI valign component

1281. By Jon Tibble

Fix last commit

1282. By Jon Tibble

UI library - UiStrings

1283. By Jon Tibble

Fixes and translation deduplication

1284. By Raoul Snyman

Fixed up some of the docstrings and updated the documentation.

1285. By Raoul Snyman

Created a new theme for Qt Help.
Added a condition in the configuration depending on the theme.

Note: to get Qt Help, change the theme to "openlp_qthelp" and then build with "make qthelp".

1286. By andreas <andreas@andypc>

- added a OpenLyrics exporter
- save OpenLyrics meta data to songs (service items and xml files)
- fixed a bug in OpenSong import
- fixed verse type when importing xml songs (instead of "V" we add "Verse" to the database)
- verse order in exported songs is now lower case (service items and xml files)
- updated copyright information (not the scripts directory)

Notes to the OpenLyrics export dialog:
- sorting does not work very nicely
- the search does only consider the title of the qlistwidgetitem:
    "title (author, author, author)"
- the search does not remove , and . and the like
- the buttons check/uncheck all songs (also hidden ones)

I thought about two scenarios:
1) Somebody wants to export all songs. He'll use the "check all" button and will not need the search box.

2) The user wants to export single songs. He will use the search box and double click the songs (or check the checkbox).

1287. By Mattias P&#245;ldaru <email address hidden>

Open Data Folder

1288. By Jon Tibble

More UiStrings
Fix UiStrings sentence case
Button box rearranging
Fix failure to grab Impress on close (Support #38)

1289. By Andreas Preikschat

Do not add the entry attribute to songbooks when there is no song number.

1290. By Jon Tibble

Refactor and rename listviews for DnD
Wizard refactors
Cleanups

1291. By Jon Tibble

Fixes, cleanups and UiStrings
Refactor plugins: icon building, settings tabs and media items

1292. By Tim Bentley

Fix reference to none object

1293. By Jon Tibble

Fix data directory paths

1294. By Andreas Preikschat

Fixed selecting the wrong item when moving an item down (re-ordering images)

1295. By Jon Tibble

Fixes

1296. By Tim Bentley

Add ability to set the start point of a media item.
Display the start and end time of an item in service manager.

1297. By Phill

Importer for SongShow Plus

1298. By Raoul Snyman

Re-fixed the data directory on Linux with XDG installed.

1299. By andreas <andreas@andypc>

Implemented a new bible search edit.

1300. By Tim Bentley

Fix up the Video length calculation code

1301. By Jon Tibble

Unicode and translation grammar fixes

1302. By Jon Tibble

Fix song overwrite and cleanups

1303. By mahfiaz

filesystem encoding fix for non-ascii home dir

1304. By Raoul Snyman

Amalgamated OpenLP theme filters into one and removed "All Files" filter to limit the effects of user ignorance.

1305. By rimach

A couple of bug fixes and minor enhancements.

1306. By Mattias P&#245;ldaru <email address hidden>

Fix EasiSlides importer

1307. By Andreas Preikschat

Fix the error 'Corrupt JPEG data: premature end of data segment'

1308. By Andreas Preikschat

- clear search edit line when starting the wizard again
- changed the "uncheck all" and "check all" buttons check/uncheck only those songs which are currently visible. This enables the user to perform more advanced searches.

1309. By Raoul Snyman

Updated InnoSetup script to add a Debug shortcut in the menu.

1310. By mahfiaz

More changes, now internally tags are held not as Salm:1 (previously), nor v:1 (in the meantime), but just as in openlyrics format, v1.
The v1a is not yet supported, it requires spinboxes to be changed first. The old and new should be handled silently side-by-side.

1311. By Jon Tibble

Fix mime data string

1312. By Jon Tibble

Lots of refactoring all over...
Refactor magic numbers to use enumerations:
- VerticalType and HorizontalType in themes (required import tweaking to avoid circular imports)
- LayoutStyle and DisplayStyle for bibles
- SongSearch
Refactor string translations:
- More UiStrings
- Introduce WizardStrings and SongStrings
Refactor song importer __init__() methods to reduce the duplication.
Cleanups for spelling, whitespace, naming, unused variables and imports.

1313. By Raoul Snyman

Fixed up a few things in the documentation.

1314. By Raoul Snyman

Added a README.txt file for Python distribution.

1315. By Jon Tibble

Fix CCLI author import

1316. By Mattias P&#245;ldaru <email address hidden>

Fix two missing objects

1317. By Tim Bentley

Revised Print Dialog and fix Preview Edit

1318. By mahfiaz

Log media extensions.

1319. By Andreas Preikschat

- added a new Songbeamer property
- replaced try
- enumeration fix

1320. By Mattias P&#245;ldaru <email address hidden>

More pythonic code, fixes a possible error, where *.ra would be left out of supported extensions if checked after *.ram.

1321. By Tim Bentley

Move the DisplayTab dialog

1322. By Tim Bentley

Fix breakages from last merge.
Remove old import file.
Set up variables correctly.
Correct the Translation tags.

1323. By Raoul Snyman

Fixed a bug where the settings for remotes was not actually used.

1324. By Andreas Preikschat

Added apocrypha to osis import.

1325. By Mattias P&#245;ldaru <email address hidden>

Add more detailed mimetype logging. We could add the extensions list hack back later, if needed. To decide that, we need more information from users.

1326. By Armin K&#246;hler <email address hidden>

Add importfilter for foilpresenter song files

1327. By Andreas Preikschat

The re-index tool adds 'Author unknown' if songs do not have any author.

1328. By Raoul Snyman

Add the option to change the default display.

1329. By Jon Tibble

Fixes and cleanups

1330. By Raoul Snyman

Add Armin to the copyright notice.

1331. By Andreas Preikschat

Moved redundant code to parent class

1332. By Jon Tibble

Fix missing verse handling

1333. By Armin K&#246;hler <email address hidden>

adapted the handling of author unknown in foilpresenter song importer

1334. By Jon Tibble

Fix non-saving OpenLyrics authors (Bug 724568)

1335. By Raoul Snyman

Fixed bug #700859: Bible importers do not clean up properly after a failed import.

1336. By Andreas Preikschat

Removed unused enumeration class.
Fixed a bug (Clicking the advanced "Search" button will cause a traceback when no bible is present)
Cosmetic cleanups.

1337. By Andreas Preikschat

Clean ups (missing lines, white spaces, etc.)

1338. By Tim Bentley

Move Display Tag Menu Item

1339. By Tim Bentley

Small cleanup

1340. By Armin Köhler

Bug fixes.

1341. By Jon Tibble

Fix Jesus' words in BibleGateway parsing.

1342. By Matthias Hub

OS X build scripts

1343. By Tim Bentley

Fix toolbar separator.

1344. By Raoul Snyman

Updated translations.

1345. By Tim Bentley

Fix hide mouse error

1346. By Andreas Preikschat

Code Cleanups

1347. By mahfiaz

Making it easier to translate and a fix (hopefully).

1348. By Andreas Preikschat

Added the ability to detect (un)plugged screens after OpenLP has started.
Added the ability to detect screen resolution changes.

1349. By mahfiaz

Fixed bug #728637

1350. By Tim Bentley

Speed up start up by not displaying screens twice
Fix Black display between image items

1351. By Raoul Snyman

Updated the translations again.

1352. By Andreas Preikschat

set the 'Add Tool...' menu item invisible

1353. By Andreas Preikschat

- fix a bug, which occurs when viewing (preview/live) a song without/with incomplete footer.
- clean up

1354. By Jon Tibble

Cleanups

1355. By Raoul Snyman

Updated the credits.

1356. By Tim Bentley

Fix not flagging of service item changes

1357. By Andreas Preikschat

- fix "Show Desktop" being not visible (now it's visible all the time)
- fix a bug: sending an image live when you hide the desktop, the image was visible for a short moment

1358. By Tim Bentley

Fix up song duplication bug where search_title seems to often have a space at the end.

Reindex will clean up the database once this is in.

1359. By Tim Bentley

Add first time wizard

1360. By Tim Bentley

Stop Wizard eating songs databases

1361. By Andreas Preikschat

Fixed Bug #727710

1362. By Raoul Snyman

Added an initial Gentoo ebuild file.

1363. By Andreas Preikschat

Added some more debug information.

1364. By Tim Bentley

First time wizard improvements

1365. By Raoul Snyman

Add the debian stuff into the main repository.

1366. By Andreas Preikschat

- "Entire Song" considers song comments
- fixed "search_length"
- show songs, when the search field is cleared by using backspace
- trivial clean ups

1367. By mahfiaz

A few fixes for mediamanager file handling and service file saving, most notably for #730459, also >2GiB service files are possible, but user is asked if he wants to include >50Mib files.

1368. By Andreas Preikschat

- Fixed bug #730979
- Include the author(s) in the file name, to prevent overwriting songs with the same name

1369. By John Cegalis

Cleaned up grammar and punctuation.

1370. By Jonathan Corwin

Songs of Fellowship and Generic Document imports work once again
Also repair auto-insert-chorus-into-verse-order for SoF

1371. By Andreas Preikschat

- Moved the version to the Plugin class. If a plugin does not provide a "version" the default will be used.
- clean ups

1372. By Raoul Snyman

Change the "autodetect" item into a radio button and stop disabling the language items. This is a more sane and less irritating approach to selecting a language.

1373. By John Cegalis

fix spelling error

1374. By Raoul Snyman

A much updated First Time Wizard.

1375. By Andreas Preikschat

Fixed bug #719102

1376. By Andreas Preikschat

Hacked the song database to speed up searches and the application start

1377. By Tim Bentley

Force path for Song Usage

1378. By mahfiaz

Hack to add missing extensions, which are supported, a often reported thing. See bug #724385

1379. By Raoul Snyman

Last few bugs and tweaks fixed.

1380. By mahfiaz

Fix to the extensions fix.

1381. By Tim Bentley

Remove unneeded opjects and add log methods

1382. By Raoul Snyman

Putting the i18n files in openlp/i18n is incorrect on Linux/BSD/*nix, they belong in /usr/share/openlp/i18n. This proposal fixes that.

1383. By Raoul Snyman

Updated translations.

1384. By Andreas Preikschat

Remove corrupted bible databases when loading bibles.

1385. By Andreas Preikschat

Fixed a traceback when opening an old service file. Once an invalid service order is opened and saved the footer is corrected.

1386. By Andreas Preikschat

stop adding a default verse order to OpenLyrics/service songs

1387. By Tim Bentley

Blank display at end of Video.

1388. By Raoul Snyman

Fix a potential problem with the First Time Wizard where people would overwrite their song databases by being too eager to click 'next' and 'yes'.

1389. By Jon Tibble

Fix KJ21 from BibleGateway

1390. By Jon Tibble

Cleanups

1391. By Jonathan Corwin

Alert position, genearl import, Windows QPaint error, case insensitive song order and presentation issues

1392. By Tim Bentley

Various fixes:
Allow ServiceManager to use Cursor keys correctly and and Expand/Collapse to get at leaves.
Add "Display if Single " Fix.
Block Start / End time for files over 50 Meg.
Hide unfinished menu items

1393. By Phill

Fix song order in SongshowPlus import

1394. By Raoul Snyman

Revamp the web interface and provide a more RESTful JSON API.

1395. By Andreas Preikschat

- Added a function to clean songs before saving
- fixed Bug #690774

1396. By mahfiaz

Add .flv and .midi for some XP boxes.

1397. By Jonathan Corwin

ppt2010 fix (part 2). pptviewer fixes and tidies

1398. By Raoul Snyman

Update the wizard to show actual downloading of files on the progress page.

1399. By Andreas Preikschat

- save some indents to make code more readable
- fixed the "verse tag" column resizing after saving verses in the "Edit All" dialog.

1400. By Andreas Preikschat

reworked the screen override setting

1401. By Andreas Preikschat

- fixed adding "Verse" instead of "v" to the database.
- add "other" if the verse_tag is unknown

1402. By Tim Bentley

Add time to media loop as a guard

1403. By Raoul Snyman

Dropped the registry settings from the installer.
Used our own images (thanks to http://www.sxc.hu/) for the installer.

1404. By Andreas Preikschat

- fixed the down button being visible when when the selected slide is the last one.

1405. By Andreas Preikschat

- removed hard coded verse tags
- the reindex tool to convert pre 1.9.5 verse tags (this also fixes translated tags, as long as the user is running a localised version)
- now only one row/verse in the song editor can be selected

1406. By Raoul Snyman

Add the .png files to the package and set OpenLP's classification.

1407. By Andreas Preikschat

fixed Bug #738207

1408. By Andreas Preikschat

Convert translated verse orders (some time ago, it was possible to add translated verse orders to the database)

1409. By Jonathan Corwin

Detect whether imported video/audio is valid

1410. By Tim Bentley

Fix auto alignment of verse list

1411. By Andreas Preikschat

fixed bug #738706; make sure that the wizard does not run again, when it shouldn't

1412. By Raoul Snyman

Added smart footers to Bibles (see bug #709975).

1413. By Raoul Snyman

Updated the translations.

1414. By Andreas Preikschat

- update the screen list combo box when a screen was changed/added/removed
- pre select the last screen in the combo box

1415. By Raoul Snyman

Fixed a small bug where multiple translations of verses showed up incorrectly in the footer.

1416. By John Cegalis

Added Themes, Config and maybe other stuff. Please check OSIS bible conversion for clarity.

1417. By Andreas Preikschat

- changed the hard coded version numbers

1418. By Raoul Snyman

Updated the copyright information and the contributors.

1419. By Jonathan Corwin

Enable the Online Help menu item

1420. By Raoul Snyman

Fixed up a problem on OS X where a second configuration file was created. See bug #738642.

1421. By Raoul Snyman

Last update to the translations before 1.9.5

1422. By Andreas Preikschat

- Moved the version method, so that it can be called from everywhere.
- Removed hard coded version numbers.

1423. By Andreas Preikschat

- a little clean up to improve readability

1424. By Andreas Preikschat

- show a dialog when a corrupted service file is opened. http://support.openlp.org/issues/65
- removed the return from the except and attempt to remove service files when saving fails.

1425. By Andreas Preikschat

Added the suggested workaround from http://support.openlp.org/issues/102

1426. By Wesley Stout

corrections to dualmonitors.rst

1427. By Matthias Hub

Changes did for the packaging of 1.9.5 (version 1346 contains the main changes):
- disabled presentations plugin in the first time wizard when on OS X
- converting and bundling translations during the build process
- removing presentations plugin from the dmg file during the build process
- fixed Info.plist spelling errors reported by typovar
- fixed translation in the presentations mediaitem (though disabled on OS X)

1428. By Tim Bentley

Force there always to be a theme

1429. By Raoul Snyman

Removed a console.log which caused older browsers to choke.

1430. By Tim Bentley

Bug #730294: Auto-preview, not previewing next item if go live from preview
Bug #735367: Blank to theme won't unblank
Bug #742122: Prevent multiple instances

Also add ability to stop media in the middle.

Add ability to use command line or double click from desktop to pass service file.
(Needs build script changes)

1431. By Andreas Preikschat

use clicked rather than pressed to avoid inserting [---] more than once

1432. By Matthias Hub

Fix OS X language selection and update .version in OS X build

1433. By Raoul Snyman

Some magic to make Qt Help and HTML Help builds use the 'compiled help' theme, and the HTML build to use the normal HTML theme.

1434. By Raoul Snyman

Changed line endings on make.bat to Windows.

1435. By Andreas Preikschat

- import topics from usr files (txt files seem not to support topics)
- clean ups

1436. By Jonathan Corwin

1. Override <sup> so it doesn't adjust the line-spacing for Bible verses
2. Fix problem on Windows where it wasn't exiting properly due to QApplication reference being passed/stored on the mainwindow
3. Disable command-line loading of service files on Windows, since OpenLP isn't able to open executables

1437. By Andreas Preikschat

- fixed forgotten applicationVersion

1438. By Raoul Snyman

Updated hungarian translation and fixed a translator's name.

1439. By Wesley Stout

added troubleshooting section corrected a couple of screenshots also

1440. By mahfiaz

Two fixes for errors on service file handling plus one bug fix.

1441. By Wesley Stout

The most proof read and corrected About documentation ever!

1442. By Jonathan Corwin

Fix go-live in service manager if no current item
Add advanced option to auto-preview in media manager
Add keyboard shortcuts for media manager (Delete,+,Enter,Shift-Enter)

1443. By John Cegalis

Updated documentation.

1444. By Raoul Snyman

Get the Windows builder to create an HTML Help file too.

1445. By Raoul Snyman

Fixed up formatting and reworded a few things in the FAQ.

1446. By Andreas Preikschat

- log when the splash screen is closed.

1447. By Wesley Stout

Made a few spelling corrections to troubleshooting.rst. Also made some formatting changes to help the look of things especially the links.

1448. By John Cegalis

Documentation: Unblank and check for updates settings.

1449. By Andreas Preikschat

do not try to load en_US if enchant.Dict() failed (bug #747206)

1450. By Wesley Stout

a few minor formatting, changes and corrections. I deleted the demonic introduction as gushie stated it really is silly to have it twice in the documentation anyway.

1451. By Wesley Stout

Added some files that got removed in the last merge for me that shouldn't have been removed. StevanP needs them to build the Windows help files.

1452. By Andreas Preikschat

- fixed footer size being reset after changing the footer colour as reported here [0]
- same for footer font

[0] http://openlp.org/de/forums/openlp_20/general_discussion/problem_on_setting_footer.html_0

1453. By Tim Bentley

Clean up bible Tab code to standards
Sort out find_in_combo.
Fix bugs:
  - Save last used bible
  - Remove stray comma
  - Allow layout to be selected from Quick Tab. (Advanced has no real estate left so has been left in settings).

1454. By Andreas Preikschat

- disable/enable the next button if a bible/song importer is not available (http://support.openlp.org/issues/113)
- fixed song importers being available even though they should not.

1455. By Andreas Preikschat

fixed bug #754484

1456. By Tim Bentley

Fix crash in last change which stopped OpenLP starting

1457. By Andreas Preikschat

fixed bug #744337

1458. By Andreas Preikschat

Finished implementing shortcuts, this includes:
- changing shortcuts,
- saving/loading them to the config, so that they will be restored
- shourtcuts can now be easily added/removed to the action list

- fixed bug #739779.
- fixed "+" shortcut in the service manager
- fixed bug #758206

1459. By Andreas Preikschat

- fixed the advanced bible initialisation
- append a space to the each bible book name to simplify working with the completer

1460. By Andreas Preikschat

- added an option to add page breaks after text items
- rewrite the updatePreviewText method using lxml
- the layout can now be modified with CSS (see .local/share/openlp/servicePrint.css)

1461. By Andreas Preikschat

- added a sub menu to change the language for a SpellEdit

1462. By Andreas Preikschat

- fixed a wrong parentage which can lead to a traceback when you enter a custom service notes, but the service order does not contain any item

1463. By Andreas Preikschat

- remoed the up/down shortcuts from the shortcut list

1464. By Andreas Preikschat

- small clean ups

1465. By Andreas Preikschat

- remember the search type which was used before OpenLP was closed and restore it on startup (Bug #746243)

1466. By Jonathan Corwin

Fix blanking between ppt and songs
Fix stutter when timed powerpoint starts

1467. By Tim Bentley

Refactor the SettingsTab to be more KDE like.
Sort out the Tabs parentage
Clean up the code paths to stop the Tab being loaded twice at startup.
Clean up the TAB Hide/Unhide code. Removed it and rebuild the UI if required.
Fix Bible Quick text to say right things.

1468. By Raoul Snyman

Fix our translation issues.

1469. By Raoul Snyman

Add a bit of spacing around the edges of the settings form to make it feel a little less crowded.

1470. By Raoul Snyman

Clean up the Bible import section a bit.

1471. By Andreas Preikschat

- added a missing space

1472. By Tim Bentley

Allow alerts to be triggered even if the data has not been saved first.

1473. By John Cegalis

Documentation: Editing songs

1474. By Andreas Preikschat

- "Preview Panel" and "Live Panel" work again
- fixed an untranslated string

1475. By Andreas Preikschat

- do not show the error message when you "rename" a theme, but you do not change the theme name
- fixed a bug, where a theme "lost" its background image when you renamed or copied the theme

1476. By Tim Bentley

Fix incorrect tabs

1477. By Andreas Preikschat

- fixed bug #763309

1478. By Andreas Preikschat

- fixed names
- fixed hiding/showing import/export entries when enabling/disabling the songs plugin

1479. By Andreas Preikschat

- fixed logo pixelation
- removed logo from maindisplay

1480. By Jonathan Corwin

Extra location checks for pptview.exe. Remove dll from bzr and change windows build to create it (without debug)

1481. By Andreas Preikschat

- fixed a bug where authors/books/topics of a song might get lost when merging authors/books/topics

1482. By Andreas Preikschat

- fixed wrong alternate button text (when there is no primary shortcut)
- fixed assigning a shortcut twice (when resetting an action with the clear button)

1483. By Andreas Preikschat

- improved the song importers by allowing to provide feedback to the user.
- Do not abort a song import, always try to continue and log which songs could not be imported.
- Clean ups (close files, deduplication, ...)

1484. By Andreas Preikschat

- Make sure that the set all defaults when logging an error.

1485. By Andreas Preikschat

- mark a service as modified when item notes have been changed

1486. By Jonathan Corwin

Changes to the service print html/css
serviceprint.css can now be deleted and has been replaced by service-print.css. There have been changes to the css/html which will be documented on the wiki

1487. By Wesley Stout

- added information about projectors with an usb connection
- And a note in the trouble shooting about high ram usage and power point.

1488. By John Cegalis

Changed Configure UI images only. congiguretheme image is ugly and will replace it.

1489. By Meinert Jordan

- fix the recreation of the song order to work with single character verse references
- rename 'type' variable to avoid the function name (and unify the naming)
- fix: remove unicode string in a translate() call

1490. By Jonathan Corwin

Fix issues when importing some OpenSong songs. Bug 759586

1491. By Tim Bentley

Fix error in Theme Wizard backgrounds

1492. By Raoul Snyman

Fixed bug #752212.
Added a revert button to revert the image to the default OpenLP image.
Also moved things slightly to for the dialog to look a little better on other platforms/DEs.

1493. By Wesley Stout

Updated configurethemes.png

1494. By Andreas Preikschat

- fixed left/right shortcuts not being configurable

1495. By Raoul Snyman

Fix bug #744515, OSIS import fails to import certain words in ESV (at least)

1496. By Tim Bentley

Refactored RenderManager and Renderer into one class and cleaned up the tree.

Added a 2nd pass for Songs and Custom if one screen does not fit and split at [---]

1497. By Andreas Preikschat

- added Start Loop and Stop Loop to the list of available shortcut actions
- added a new (hidden) action to toggle the loop

1498. By Andreas Preikschat

- modified song <-> xml converter to consider [---] and v1a respectively

1499. By Raoul Snyman

Fixed bug #771529, dealing with 1.9.0 databases.

1500. By Tim Bentley

Allow leading space in song title

1501. By Tim Bentley

Add Progressbar

1502. By Andreas Preikschat

- fixed wrong use of strip()
- fixed soft break not working, when used within a line.
- removed redundant code

1503. By Tim Bentley

Clean up Phonon media Object creation

1504. By Tim Bentley

Fix Phonon start up issues when update check disabled

1505. By Jonathan Corwin

Fix Presentation bugs 773036 and 769513

1506. By Wesley Stout

Config Image

1507. By Jonathan Corwin

Fix presentation file type error when importing

1508. By Tim Bentley

Fix Colour strings

1509. By Tim Bentley

Prevent duplicate images

1510. By Andreas Preikschat

Fixed the alignment of the Quick Search Tab. (Bug #769998)

1511. By Andreas Preikschat

- When you are capturing a shortcut, "space" won't uncheck the button (so you can use "space" as shortcut as well) (lines 8-26, 64-66)
- Now you can remove a shortcut (just abort the capturing)

1512. By Andreas Preikschat

- fixed standard buttons (Cancel, OK, ...) and standard menu entries (Copy, Cut, Paste, ...) not being translated

1513. By Andreas Preikschat

- updated the translation files

1514. By jerryb

Do lookup of QtCore.QCoreApplication.translate in function definition to save lookups at run time.

1515. By Andreas Preikschat

- fixed a traceback when pressing the delete button in the theme manager when no theme has been selected
- fixed the delete button being hidden/visible although a theme was selected (using the down/up keys)

1516. By Stevan Pettit

Include qt_xx.qm files to support multilingual buttons.

1517. By Tim Bentley

Clean up screen rest a bit

1518. By Wesley Stout

Reordering of the documentation, along with an added section on installation.

1519. By jerryb

Change a series of "if" into if/elif

1520. By Jonathan Corwin

Fix song refresh on remote browser

1521. By Andreas Preikschat

Fixed the songshowplus importer returning when it shouldn't (as pointed out by jerryb)

1522. By Andreas Preikschat

- fixed missing periods in tooltips
- removed period from string

1523. By Jonathan Corwin

Stage View (via remote) plus some remote fixes

1524. By Andreas Preikschat

Fixed spelling

1525. By Andreas Preikschat

- changed a few loops to list comprehensions
- fixed unclosed file
- attempt to reduce possible tracebacks when running two instances of the FRW

1526. By Tim Bentley

Update Display Tags UI

1527. By Andreas Preikschat

Display "No Search Results" if the search did not match any song/bible verse.

1528. By Raoul Snyman

Moved the documentation to it's own repository.

1529. By jerryb

Fix for bug #762856.

1530. By Andreas Preikschat

fix for ticket 155

1531. By Stevan Pettit

Prevent INNO OpenLP Setup from displaying 'Create a Quick Launch Icon' on Windows 7 installations

1532. By Jonathan Corwin

Remote hostname fix. Remove tags from remote text

1533. By Andreas Preikschat

- (re)moved obsolete code from SettingsManager
- removed redundant code from ScreenList
- removed redundant code form MainDisplay
- made the start up logic easier
- fixed use of negative x and y values
- fixed ratio of images (in the small preview frame) after changing the screen ratio

1534. By Andreas Preikschat

corrected use of VerseTags

1535. By Raoul Snyman

Some enhancements to the Bibles media item.

1536. By Andreas Preikschat

- Disable the drop in the SearchEdit
- Disable the drag in the MediaManager/ServiceManager if no item is selected.

1537. By Stevan Pettit

windows-builder.py - Changes to support the documentation trunk and produce the Windows help file from it. Builder is given a warning if the documentation trunk is not found.

OpenLP-2.0.iss - Changed to NOT create a program menu item for help, if the help file is missing from the build

1538. By Andreas Preikschat

Added a missing period.

1539. By Andreas Preikschat

- only show the context menu if we are over an item
- ServiceManager clean ups

1540. By Jonathan Corwin

Stage view changes: show all slides for a verse and tidy verse tags

1541. By Andreas Preikschat

Fixed forgotten variable

1542. By Andreas Preikschat

Fixed a traceback which is occurs when you "lock" the search and do not select a dual bible (quick tab).

1543. By Andreas Preikschat

Fixed bug #744463 by emitting a singal to close the splash when a dialog is requested.

1544. By Raoul Snyman

Added layout style to advanced tab.
Made search edit focused on switch to quick tab.
Reordered methods to: private, inherited, slots, additional.

1545. By Andreas Preikschat

- Prevent adjusting the loop delay spin box (on the Gerneral Tab) to 0.
- Changed title for the stage view html.

1546. By Andreas Preikschat

- Move the No Search Results code. (I do not expect the code to be used by another QListWidget.)
- Remove setUniformItemSizes

1547. By Tim Bentley

The Image cache was being updates with a null image and this was leading to a corruption in the cache.
Only add a file if it is there!

1548. By Tim Bentley

Reset dialogs on Cancel and minor cleanups

1549. By Andreas Preikschat

- fixed a traceback which occurred when performing a text search but no bible is available

1550. By Jonathan Corwin

Add ability to search and go live on all media manager items via the web remote. Also tweak the web interface to fit better on a phone screen

1551. By Jonathan Corwin

For non-text items, populate verse fields with the filename so remote apps have something useful to display. Update web remote to display the verse tag in the slide controller.

1552. By Andreas Preikschat

Added missing html tag.

1553. By Jonathan Corwin

Fix stack trace when editing a song

1554. By Armin Köhler

Fixed bug #779995: FoilPresenter songs with verses without text cause a traceback.

1555. By Andreas Preikschat

Improved regex usage.

1556. By Stevan Pettit

Add the ability to double-click a slide entry in custom to edit the slide.

1557. By Tim Bentley

Add Search to Custom

1558. By Tim Bentley

Stop preview media and presentations when moving them live

1559. By jerryb

Words of Worship import where a file missing the WoW header information would be silently ignored

1560. By Andreas Preikschat

- Changed the order the live screen/preview screen are set up.
- Added a menu entry to update the theme preview images.

1561. By Stevan Pettit

Amend Song and Custom to remember the item on exit from edit.

1562. By Jonathan Corwin

Add items to service via the search on the web remote

1563. By Jonathan Corwin

Open a service file via the command line or by double clicking on the file on Windows systems

1564. By Tim Bentley

Add Split items to songs and custom, improve impress error handling

1565. By Stevan Pettit

Modified OpenLP-2.0.iss to check if OpenLP is currently running prior to an install. If OpenLP is running, the user must close it or cancel the install.

1566. By Andreas Preikschat

- Fixed custom slide sorting
- Improved songs sorting speed

1567. By Andreas Preikschat

Implemented the binary chop algorithm to speed up 'word by word' rendering.

1568. By Stevan Pettit

Documented in windows-builder.py the requirement of and source location of psvince.dll

1569. By Raoul Snyman

- Fixed strings, according to bug #734445
- Updated the translations
- Re-added Jeffrey Smith into the credits
- Removed unnecessary copying code in the translation_utils.py script
- Fixed the way the online help action was being created
- Added an icon required by the way we now create the online help action

1570. By Andreas Preikschat

- fixed camelCase instance variables
- fixed actions without object name

1571. By Andreas Preikschat

- Fixed bug #786896
- New display tag {br}
- Better regex usage in the SongBeamer import

1572. By Meinert Jordan

Localized sorting for various lists.

1573. By Raoul Snyman

Give the media items the ability to do something when they are "focused".
Make the search edits on the Songs, Bibles and Custom media items focus when the item is selected.

1574. By Tim Bentley

More busy and sort changes

1575. By Joshua Miller

Enable or disable looping of slides based on a checkbox in the general settings

1576. By Tim Bentley

Copyright updates

1577. By Andreas Preikschat

- Removed 'Default' button
- Translate the tag description (bug #787552).

1578. By Andreas Preikschat

Fix for &nbsp; being displayed as text.

1579. By Andreas Preikschat

- Fixed Bible verse display misalignment(Bug #788770)

1580. By Stevan Pettit

Fix bug #788084, modified code to use object id instead of title.

1581. By Jonathan Corwin

Remove the index from the search_lyrics column to allow OpenLP to work with a MySQL MyISAM database

1582. By Andreas Preikschat

- Themes in service item theme menu are checkable.
- Allow the user to reset the theme to the (global/service) default theme.

1583. By Andreas Preikschat

- Hide the theme menu when theme level is not 'Song'.
- clean ups

1584. By Andreas Preikschat

- Improved 'Auto Select' feature
- Fixed a traceback which occurs when you click the "Add" button in the slidecontroller when you are not previewing an item.
- Improved parentage
- clean ups

1585. By Jonathan Corwin

Make the slide loop/slide delay settings labels less misleading

1586. By Jonathan Corwin

Change timed slide button tooltip to remove reference to looping, and add a few full stops to a few others.

1587. By Raoul Snyman

Fix for bug #789285: OpenLP does not work with SQLAlchemy 0.7.

1588. By Stevan Pettit

Fixed bug #788335: Modified slidecontroller to properly blank the display when OpenLP is started and no item has been sent to live.

1589. By Jeffrey Smith

Make 'continuous loop' button into a selection ('loop' or 'play to end')

1590. By Raoul Snyman

Added a simple file to point users to the online manual. This is necessary for the Debian and Ubuntu builds.

1591. By Armin Köhler

Monster change to Bibles:
- Web Bibles import their books on registration
- Added a book_reference_id to the books table of Bibles
- Moved various sqlite and csv resources into a single sqlite database
- Added an upgrade wizard to upgrade existing Bibles
- Check on startup if a user has older Bibles
- Various other bug fixes and cleanups

1592. By Andreas Preikschat

- fixed bug #789143

1593. By Andreas Preikschat

- changed a few camelCase names
- changed object names

1594. By Jonathan Corwin

MediaManagerItems need to inherit from the TabBox inside the media dock, or the media dock itself.
Fix parentage of several classes

1595. By Andreas Preikschat

- Fixed bug #789929 (Display Tags cannot be deleted)

1596. By Raoul Snyman

Fix bug #714510 by removing the unnecessary indexes and defaulting the song_book_id on the songs table to NULL instead of 0.

1597. By Armin Köhler

Change content of booklist combobox in advanced search and autocomplete suggestionlist in quick search if a second bible is choosen the lists refresh and contain only books which are in both bibles.

1598. By Andreas Preikschat

- fixed bug #789618 "Large gap between two parts of a verse in Service Order Print"

1599. By Raoul Snyman

Fixed bug #790382 by using the Mako template engine to pass Python variables into the template and tweaking a few things in the JS.

1600. By jerryb

Log failing imports

1601. By jerryb

Add robustness to Generic document and Songs of Fellowship importers.

1602. By Armin Köhler

Fix traceback on startup when Bibles plugin is disabled

1603. By Jonathan Corwin

Fix problems with remembering blank/hidden state when starting up, and with the startup logo flashing briefly on the screen. Also fix the Show blank warning box.
Fix toolbox appearing on the media manager when it's associated plugin is inactive.
Make the override display act like a dual display on startup. I.e. it appears.

1604. By Armin Köhler

- Fix problems with non-ascii book names on Biblegateway
- Fix download problem with first verse on Biblegateway
- Remove unnecessary whitespace

1605. By Andreas Preikschat

- removed dangling list
- added debug message
- do not show an error message when the directory does not exist, instead create one
- do not override the file class
- clean ups

1606. By Andreas Preikschat

Fixes bug #791814 "Windows: Language Menu shows wrong entries"

1607. By Stevan Pettit

Fixed bug-789102. "Editing song via service and saving it, highlights it in media manager"

1608. By Armin Köhler

- Fix bug #788762: only show the "No matching book" dialog once.
- If a second Bible is chosen, text search results will only contain passages which are in both Bibles.

1609. By Jonathan Corwin

Change some unexceptional log.exceptions to log.warns in presentations

1610. By Stevan Pettit

Fixed traceback error that occurs in windows-builder.py if the bzr version info contains non-ascii characters.

Added Mako requirement documentation

1611. By Armin Köhler

Change upgrade of bibles: bibleupgradeform now trys to upgrade existing verses from webbibles.

1612. By Jonathan Corwin

In a song, replace apostrophes with an empty string instead of a space. This allows the searcher to find words containing "it's" and "Lord's" should they type "its" or "Lords" (and vice versa).
Also reinstate the setting of search_lyrics by clean_song.

1613. By Tim Bentley

Fix selection in ServiceManager over theme change

1614. By Armin Köhler

- Fix Bug #792811 - Traceback UnicodeEncodeError while importing a webbible
- If upgrade fails new bible databases which are failed now should be deleted always. If upgrade was successfull the old database is deleted immediately. So never should stay an old and a new version from one bible.
- changed behaviour if the user cancel the import so that after a traceback it is possible to cancel the dialog.
- Fix Bug #792831 - now the right parent is used for dialogs and error messages
- Biblegateway.com has changed it's Bible-Book-List Layout. Addapt the regex for importing the booklist of a bible from biblegateway to the new html layout.
- changed log usage
- remove unnecessary code
- small fixes

1615. By Armin Köhler

Fix Bug #793091 - if plugin changed status from inactive to active plugin.appStartup now is called

1616. By Andreas Preikschat

- fixed bug 788770
- fixed space in the media manager

1617. By Andreas Preikschat

- fixed bug #793537 "Traceback when hooking up 2nd monitor"

1618. By Andreas Preikschat

Improved thumbnail creation speed in the media manager

1619. By Tim Bentley

Correct the line count in theme wizard

1620. By Jonathan Corwin

Prevent error message appearing on operator screen when searching for Bible text via the remote

1621. By Jonathan Corwin

Close and delete old MainDisplay windows when a new one is created due to a screen change.

1622. By Andreas Preikschat

- give title edit focus when creating a new customs

1623. By Andreas Preikschat

- Improved image resizing speed

1624. By Jonathan Corwin

Fix outstanding strings prior to string freeze

1625. By Stevan Pettit

Added code to openlp/plugins/bibles/lib/manager.py to skip old_databases during load. (Would we want to delete them)?-----> Removed this change, reverted back to original code.

Added a routine to openlp/plugins/bibles/lib/db.py to close the DB "Cursor" and "Connection"

Added code to openlp/plugins/bibles/forms/bibleupgradeform.py to "close" the DB so the old DB file can be deleted afrter use.

1626. By jerryb

Add LibreOffice to error messages.
Standardise error messages.

1627. By Andreas Preikschat

fixed 'split' string

1628. By Tim Bentley

Fix mediamanager bug

1629. By Jonathan Corwin

Fix a few more strings

1630. By Tim Bentley

Fix phantom save service messages

1631. By Tim Bentley

Speed up slide editing

1632. By Raoul Snyman

Fixed 789046 and minor cleanups

1633. By Raoul Snyman

Fixed various strings.

1634. By Simon Scudder

Function showtext in the html javascript was altered, so that the shadow layer (if present) will ignore all the font color settings. This is done using a regular expression replace, that searches for -webkit-text-fill-color and erases up to the first ; or "

If there is only a colour formatting command in the span tag, an empty class attribute is left behind, which shouldn't be a problem.

1635. By Andreas Preikschat

- fixed crash attempting to add a non existent image to the service
- fixed display of full presentation path in remote search
- fixed names
- fixed use of 'settingsSection' (the second argument is not a sections, rather a value name <-> using settingsSection is misleading)

1636. By Tim Bentley

One and only Simon Scudder

1637. By Tim Bentley

Return of the default theme

1638. By Tim Bentley

Split names

1639. By Andreas Preikschat

Correct Focus on entry to dialog

1640. By Raoul Snyman

Fixed bug #792204: SongShow Plus importer fails to import song.

1641. By Raoul Snyman

Fixed bug #763064: Empty line in first verse prevents saving a song.

1642. By Simon Scudder

Import Song Book Number correctly from OpenLyrics files

1643. By Jonathan Corwin

Prevent error if attempt to keep going off the end of a presentation.
Reduce memory usage by not resizing small thumbnails back up to full monitor size in the slidecontroller.

1644. By Stevan Pettit

Fixed problem with preview edit button not working for custom slides.
Also restores backwards compatability with custom plugin settings with 1.9.5

1645. By Jonathan Corwin

Stop the service item note getting lost if the service item is edited

1646. By Jonathan Corwin

Fixing main display kerning problem for qtwebkit v534.3

1647. By Jonathan Corwin

Partial fix for the Unity top panel showing problem. However this doesn't fully fix it, since it appears the only way for a window to cover that bar is for it to have focus. This isn't possible in OpenLP, since the controlling window will have focus.

1648. By Andreas Preikschat

- updated ts files

1649. By Raoul Snyman

Fixed bug #800047 where the Preferences menu item in OS X was incorrect.

1650. By Jonathan Corwin

1. For openlyrics export, restrict the length of the filename to ensure it isn't too long for the filesystem.
2. When adding a song from a loaded service file, the author list string was being split by comma and the count compared to the number of authors against the db song. This gave a false negative if one of the individual authors contained a comma. Change the author comparison technique.

1651. By Jonathan Corwin

When the maindisplay has a parent, the Phonon video only shows a white screen. Remove the parent and the video works again. This also means minimizing the mainwindow (or pressing Win+D) no longer minimizes the maindisplay.

1652. By Jonathan Corwin

1. In the import wizard, if user goes back and next again, ensure a disabled button stays disabled.
2. Check for missing attributes in the easislides import XML

1653. By Stevan Pettit

Changes to inno setup wizzard images/icons for Windows build

1654. By Raoul Snyman

Half of bug #795068 fixed. Just figured I might as well get this in before the release.

1655. By Raoul Snyman

Fix bug #801000 where Enchant falls over in one or two situations where there is no locale set or it encounters some other problem and generates a generic Error.

1656. By Raoul Snyman

Fixed bug #7999411: Trap for some missing UNO constants on some systems.
Fixed bug #7432732: Add missing MetaModifier key check in the shortcuts dialog, so hopefully better shortcuts can be set on OS X.

1657. By Raoul Snyman

Fixed bug #791050 by hiding and then showing the toolbar.

1658. By Andreas Preikschat

- fixed saving 'Setup' mode shortcut

1659. By Andreas Preikschat

- now you can resize the display tag dialog
- changed the column widths
- make sure we always use the space available
- scroll to the bottom when adding a new tag

1660. By Andreas Preikschat

- removed not used "display tab" ui file
- removed old theme wizard ui file

1661. By Andreas Preikschat

When you copy a theme the suggested theme name will be 'Copy of <theme name>'

1662. By Andreas Preikschat

- removed not needed lists
- some translation fixes
- remove close button on print dialog

1663. By Andreas Preikschat

- the resize_image is now done in the thread
- implemented an 'intelligent' image queue

1664. By Tim Bentley

Add ability to lock toolbar

1665. By Stevan Pettit

- Ask for delete confirmation when attempting to delete custom slide(s)
- Changed dialog heading to "Confirm Delete"

1666. By Tim Bentley

Save the splitter states and make the progressbar smaller.

1667. By Stevan Pettit

Added code to create a main window menu item to display the Windows help file (openlp.chm) if it exists on the users machine:
- If it exists, F1 will display the local file, Alt-F1 will display the online help.
- If the help file does not exist, F1 will display the Online help (as it currently does).

1668. By Andreas Preikschat

- fixed theme copy

1669. By Andreas Preikschat

- improved collapse/expand all buttons in the service manager

1670. By Andreas Preikschat

- When creating/editing a custom slide give the title edit the focus (and not only when creating a new)
- fixed long lines
- simplification

1671. By Raoul Snyman

A couple of minor UI tweaks.

1672. By Andreas Preikschat

- use the functions context_menu_action and context_menu_separator from core/lib/ui

1673. By Raoul Snyman

Partial fix to bug #799990, updated Windows build script to work with the latest PyInstaller.

1674. By Karan

- Added conversion of EW Song Tags (Verse, Chorus, Bridge etc)
- Improved slide break detection
- Fixed bug in RTF stripping code that caused lyrics to be stripped as well

1675. By Tim Bentley

Add ability to clone a song with a full copy of it.
Add missing build_icon and line wrap error.

Slow down event generation to stop flood of messages which crash the system. UI does not notice the change.

Changes for 795980 also included

1676. By Stevan Pettit

Modified slidecontroller to change loop button icons and captions when user select a loop to run.

Lines 1060-1061 and 1081-1082 cover the case if the user uses the dropdown to change the loop type (continuous or once)

Added the translated button captions to ui.py

in slidecontroller, changed Qicon to build_icon

1677. By Andreas Preikschat

- small image queue fix
- refactoring

1678. By Raoul Snyman

Fixed bug #803031: If UTF-8 decoding fails, try the standard Windows codepage.

1679. By Raoul Snyman

Fixed bug #794971 by typecasting the title and lyrics fields to unicode objects if they are buffer objects.

1680. By Raoul Snyman

Added comments for explanation of some code.
Fixed the build directory due to the new way PyInstaller works.

1681. By Tim Bentley

Improve ServiceManager tool tips to include theme.
Fix change of theme in servicemanager to allow live to be updated.

1682. By Tim Bentley

Add visual button to status bar for Song usage active / inactive and connect to F4 button.
Code cleanups

1683. By matysek

Add a Python script to check for the dependencies needed for OpenLP.

1684. By Andreas Preikschat

- Fixed bug #805082
- Removed trailing "Help"

1685. By Tim Bentley

Fix 1.9.6 String errors

1686. By Andreas Preikschat

- use map instead of list comprehension
- make some instance variables (in connection with re) constants
- removed some blank lines

1687. By Andreas Preikschat

- do not set a service modified when using the up/down arrows to change the selected service item
- only set the service modified when an item is selected while using the 'move button' and 'delete button'

1688. By Andreas Preikschat

removed the ZIP support for the OpenSong importer (bug #795027)

1689. By Andreas Preikschat

- fixed the copyright in check_dependencies.py script (bug #810633)

1690. By Jon Tibble

Cleanups

1691. By Stevan Pettit

Modified windows_builder.py

Added --noupx option to pyinstaller execution

Removed reference to UPX in the documentation section

1692. By Stevan Pettit

Removed .lower() reference from plugin.name where appropriate (Bug #798976)

1693. By Tim Bentley

Allow the up and down selection to step over collapsed service items

1694. By Andreas Preikschat

- improved rendering speed by checking if the text fits as a whole (to save time figuring out that it fits as a whole)
- use binary chop to find the number of lines which will fit on a slide (if it does not fit as a whole)
- do not use instance variables as arguments
- renamed image_manager to imageManager and theme_manager to themeManager as the classes are derived of Qt

Some changes to html (html5):
- added doctype
- removed obsolete language attribute

1695. By Stevan Pettit

Reset the loop buttons when a new item is sent live (bug #808420)

1696. By Andreas Preikschat

- docstring clean ups

1697. By Matthias Hub

- fixed view adjustments for os x 10.6 build scripts
- added compatibility with the file extension on os x #782581
- added "open with" file handling for os x #782581

1698. By Stevan Pettit

Added the ability to re-run the First Time Wizard (bug #801325)

1699. By Andreas Preikschat

- changed "Customize Shortcuts" to "Configure Shortcuts"
- fixed bug #816382 (Formatting Tags or Display Tags?)

1700. By Stevan Pettit

Modified firsttimeform to include existing themes in the set default theme list, if the wizard is being re-run.

1701. By Tim Bentley

Add DnD to Openlp form outside

1702. By Andreas Preikschat

- fixed bug #816186 (1.2 version songs loose themes when imported into 1.9.6)
- fixed comments
- fixed wrong use of list comprehension

1703. By Stevan Pettit

Fixed bug #818791 ("Reorder Service Item" does not manage two instances of the same image)

1704. By Andreas Preikschat

- improved code readability
- updated docstrings

1705. By Andreas Preikschat

Fixed link to 'Contributing' site.

1706. By Chris Blake

Fixed bug #817674: Export Song - Song list appears to be random order.

1707. By Stevan Pettit

fixed bug 802150 (Attempt to save a service causes a crash when image/media/presentation files do not exist)

1708. By Andreas Preikschat

moved recent files to a menu (bug #818794)

1709. By Andreas Preikschat

Auto-completer does not work immediately after importing/upgrading a bible (bug #825181)

1710. By Andreas Preikschat

- added spellchecker to service notes dialog (bug #825979); - escape texts in various places (bug #825983)

1711. By Raoul Snyman

Fixed bug #802146: Couldn't import some SongShowPlus files. Rearranged the file menu as well to be in a more logical order, and to look a little nicer.

1712. By Andreas Preikschat

Fixed song meta data in OpenLyrics files to contain the application version

1713. By Andreas Preikschat

Fixed bug #826483 (NIV 2010 web bible missing chapters)

1714. By Andreas Preikschat

- Fixed bug #804747 (Bible disappear after upgrade)\n- Fixed bug Bug #824129 (Bibles plugin does not always delete corrupted bibles from falied imports)\n- Removed not needed or redundant variables.\n- Removed not needed code.\n- When upgrading bibles move the files to the temp directory.\n- clean ups

1715. By Andreas Preikschat

- changed instance varaibles to camelCase

1716. By Raoul Snyman

Fixed bug #825809 where SQLAlchemy 0.7 throws a 'ArgumentError: SQL expression object or string expected' when passed something other than an SQL expression object or a string.

1717. By Andreas Preikschat

- updated i18n files

1718. By Andreas Preikschat

- changed menu shortcut letter

1719. By Andreas Preikschat

- use urllib.urlretrieve to download ts files

1720. By Tim Bentley

Stop the traceback by re-searching for the list after a deletion. This is the same as songs.

1721. By Raoul Snyman

- Implemented a seamless database upgrade system.
- Added the first upgrade as a demonstration.
- Added database version check so that newer version databases are not loaded.

1722. By Tim Bentley

Add ability to set colours around borders of images and in themes.
May not be to all tastes ;-)

1723. By Raoul Snyman

Fixed a missing dependency in the debian control file.

1724. By Tim Bentley

Record timestamps of changes in songs database

1725. By Tim Bentley

Update songusage database to add plugin and what type of access.
Amend triggers to record the correct data
Update report to output the new data items.

Apply fix in bug to allow Meda_data tables to be defined in core

1726. By Andreas Preikschat

- added some hints that the exporter export OpenLyrics files

1727. By Tim Bentley

Handle missing tables and set the meta data to the correct value

1728. By Stevan Pettit

Added code to mainwindow.py to allow exporting/importing of OpenLP settings to an INI file.

During importing, the selected file is checked to insure it is an OpenLP settings file.
The user is warned prior to the import that changes will be made.

I also changed the settings section of an entry in servicemanager from "service" to "servicemanager".

I changed my nick in about.

Changed the import restart message.
Removed need for "import string".
Fixed the Try:

Changed filetype of export settings file from .ini to .conf

1729. By Andreas Preikschat

- fixed bug #796528 (Renderer splits slides twice even when the there is enough space)
- fixed method confusion

1730. By Andreas Preikschat

- replaced 'Ini' in two strings with '*.config'

1731. By Stevan Pettit

Added code to reload Bible list after first time wizard is rerun

1732. By matysek

Necessary changes for automated gui tests to work.

1733. By Andreas Preikschat

- fixed formatting tags when slides where split due to a virtual split
- changed variable name

1734. By mahfiaz

This seems to fix
819271, web NIV download from Bibleserver crash.
No crash (257) and performance jump and reduced memory usage on loading services with huge files.
Fixed filename comparison on drag and drop.

1735. By Andreas Preikschat

Fix Renderer - again

1736. By matysek

Start of the testing framework

1737. By Andreas Preikschat

- updated ts files

1738. By Raoul Snyman

Songs can now have attached audio files, which are stored in services, and imported if the song needs to be imported.

1739. By Raoul Snyman

Fixed bug #837319 by adding some more openlp_process_events signals.

1740. By Stevan Pettit

Fixed various issues around the exporting and importing of settings.

1741. By Tim Bentley

Bypass the error message if triggered from the Remote interface. No action is taken though

Do not display the initial screen if there is only 1 display.

1742. By Stevan Pettit

Added code to allow canceling of downloads and to completely bypass any downloads is there is no internet access in the First Time Wizard

1743. By Stevan Pettit

Added code to remove obsolete settings entries causing problems with the export/import of settings.

1744. By Raoul Snyman

Fixed import of song tracks from v1.2 and added the option to start paused.

1745. By Tim Bentley

Fix issues following revert

1746. By Tim Bentley

Images being deleted try to preview them selves if single click enabled.
If they do not exists they pop up an error.
Turn off selection during the deletion process to stop this.

1747. By Raoul Snyman

Fixed bug #851653, where deleting a song without audio files raised an exception.

1748. By Tim Bentley

Fix lists to sort if new items are added for Images, Media and Presentations

1749. By Stevan Pettit

Added a "Finish" button to the "No-internet" window of the First Time Wizard.
Added code to this button to process any changes made in the plugin screen.

1750. By Andreas Preikschat

Translations

1751. By Raoul Snyman

Fixed bug #854125: Remove reference to the non-existent __del__ method.

1752. By Tim Bentley

Fix crash on service load of some people.

Fix loop on config exit under extreme activities!

1753. By Andreas Preikschat

Fixed bug 805088 (Display tags do not work on second slide when slide is split)

1754. By Raoul Snyman

Fixed bug #803342.

1755. By Tim Bentley

Replace u'' for None

1756. By Raoul Snyman

Fixed bug #855342 where saving an already-saved service file with an audio file in it caused an exception.

1757. By Raoul Snyman

Fixed bug #812289. Forced the mediaitem to get the QListWidgetItem from the list again.

1758. By matysek

Fixed bug #745636: Added export to openlyrics format with formatting tags.

1759. By Andreas Preikschat

- Updated translation files

1760. By Raoul Snyman

Fixed the last part of bug #855342 where when you save a file a few times, it throws an exception.

1761. By Tim Bentley

Fix Dnd for songs

1762. By Tim Bentley

Add Justify theme option

1763. By Andreas Preikschat

- improved render performance for service items with the CanSoftBreak capability
- added HTML5 doctype

1764. By Andreas Preikschat

- improved line counting

1765. By Tim Bentley

Fix edit for tags loaded for song which is not saved

1766. By Andreas Preikschat

- use create_thumb and validate_thumb functions in other parts of the code too
- performance improvement

1767. By Andreas Preikschat

suggest web bible name when registering

1768. By Andreas Preikschat

- removed not needed imports
- fixed wrong list comprehensions
- other minor fixes

1769. By Andreas Preikschat

- improved the preview frame display performance
- removed dead code

1770. By Tim Bentley

Number of changes
- Allow time (24/12) hour for sage view
- Add pictorial display of the lay out in theme manage
- Fix bug where remote edit removes an overridden theme.

1771. By Stevan Pettit

fixed Bug #832345

1772. By Stevan Pettit

fixed Inno Setup check for OpenLP (bug 870715)

1773. By Andreas Preikschat

- fixed bug 863846 (splash screen always on top)

1774. By Andreas Preikschat

- fixed bug 863376 ('<' in song lyrics causes a traceback)
- clean ups

1775. By Tim Bentley

Fix wonky footer

1776. By Andreas Preikschat

- Fixed bug 871272 (When slides are in the foreground openlp reports 'Error: No display item to ammend' in latest build)
- docstrings

1777. By Meinert Jordan

Remove mailto code and use QT code

1778. By Andreas Preikschat

- fixed ticket 299

http://support.openlp.org/issues/299

1779. By Tim Bentley

Fix bug 836897 to allow Alerts to be amended without changing the slide

Refactored the CSS,Javascript,Html load code for alerts and provided a framework for other things.

1780. By Andreas Preikschat

Translation fixes

1781. By Andreas Preikschat

- fixed bug 871441 (Live Preview image is not updated when you "Replace live background")
- removed dead code
- fixed docstrings
- removed 'maindisplay_active' signal in same places

1782. By Stevan Pettit

Added code to inno setup control file to check if OpenLP is running and user attempts an uninstall.

A message is displayed and uninstall waits until OpenLP is closed or the uninstall is canceled.

1783. By Andreas Preikschat

- removed obsolete signals
- renamed signals
- rearranged the signals to groups

1784. By Meinert Jordan

add version information for mako, migrate and uno to exceptionform

1785. By Tim Bentley

Assign Variables before use

1786. By Meinert Jordan

add uno to the dependency check

1787. By Stevan Pettit

Added code to windows-builder.py to point pyinstaller to the OpenLP\resources\pyinstaller hooks directory.

The builder will no longer be required to copy these files to the pyinstaller\hooks directory.

Cleaned up the documentation.

Modified Wiki

Fixed the documentation section.

Added sqlalchemy-migrate to comments section. Made some changes to comments section to preserve links

1788. By Tim Bentley

Fix crash with alerts over video
Change default to bottom from middle
Remove unused from from previous merge

1789. By Andreas Preikschat

- fixed alert position not being recalculated properly when changing options

1790. By Andreas Preikschat

- fixed a rename error causing the ooo importer not to work

1791. By Andreas Preikschat

corrected comment

1792. By Andreas Preikschat

- fixed bug #872975 (Importing from v1 fails with error about missing 'settings' table)

1793. By Tim Bentley

stop alerts crashing with splash screen

1794. By Stevan Pettit

Added code to inno setup script to:

1. Remove the "support" directory that is created when OpenLP is executed.
2. Unload psvince.dll after it is used during uninstall. This allows the uninstaller to delete this dll.
3. Remove the "app" directory if it is empty. The app dir is being left behind during uninstall as a result of previous installs/un-installs.

1795. By Andreas Preikschat

- fixed bug #884826 (Cloning songs does not work)

1796. By Tim Bentley

Fix crash when misplaced [--] appear

1797. By Andreas Preikschat

- fixed bug #827862 (Add Shortcut to change verse, chorus, ... in the live controller)

1798. By Raoul Snyman

Fixed bug #886989: automatically encode password (and other fields) when passing it to SQLAlchemy.

1799. By Tim Bentley

Amend packaging information

Fix theme overriding so themes are preserved on edit ONLY if the theme was overridden.

Fix missed signal rename

1800. By Tim Bentley

Amend check to allow deletes to work if theme image is removed

1801. By Andreas Preikschat

- do not (re)load the list twice when cloning a theme

1802. By Raoul Snyman

Added a toolbar at the top of the slide controller and service manager with the same buttons as below.

1803. By Andreas Preikschat

Fix Song Select Import

- applied patch from http://support.openlp.org/issues/330

1804. By Meinert Jordan

When searching for 'John 99' etc. an exception was triggered. The code in get_webbible is changed accordingly, even no exception can be risen with the current code.

1805. By Meinert Jordan

Bug #875286
use VerseType.Other if it is not recogniced during OpenSong import.

1806. By Jérémie

Service notes are not displayed on stage remote view when the current service item is the last.

1807. By rimach

For newer versions of webkit playing videos doesnt work anymore.

1808. By Tim Bentley

Stop keyboard floods getting the slide controller and service manager out of set.

1809. By Raoul Snyman

Removed 'populate_default' arguments as they are not supported in older versions of migrate.

1810. By rimach

Rewrite of the multimedia stuff.

1811. By Raoul Snyman

Fix importing of newer songs databases.

1812. By Raoul Snyman

Added a missing import.

1813. By Raoul Snyman

Fixes bug #899487. Added a missing dependency.

1814. By Jon Tibble

Cleanups

1815. By Tim Bentley

Fix the plugin Disabled route as it has never been tested

Stop plugins being available if the database is more advanced than the code.

1816. By Andreas Preikschat

fixed bug 887313 (Song Usage records printed songs when it should not )

1817. By Raoul Snyman

Fix various OpenLP 2 import problems.

1818. By Andreas Preikschat

- fixed a few tooltip strings

1819. By Andreas Preikschat

fixed bug 768495 (Shortcut can be assigned twice in certain circumstances)

1820. By Raoul Snyman

Hopefully the final fix to all our database woes.

1821. By Jon Tibble

Reduce recent file list duplication (Bug #892668)

1822. By Jon Tibble

Fix non-acsii service filename loading

1823. By Raoul Snyman

Fixed a minor bug where if you imported 2 OpenLP 2.0 databases in the same OpenLP session whose schemas were different, you'd get an error about missing columns or tables.

1824. By Andreas Preikschat

reverted r1819

1825. By Jon Tibble

Fix the non-ascii check on Macs

1826. By rimach

Fixed a traceback when replaying live video background when no service item has been sent live before.

1827. By Andreas Preikschat

-Fixed media item recreation (which caused bug #900399)
- Doc/method clean up
- Replaced continue with break
- Replaced method with one-liner

1828. By Jonathan Corwin

Fix Songs of Fellowship import and support book 5

1829. By Jonathan Corwin

Fix problem with the outline alignment when the theme is using Justify.

1830. By mahfiaz

Ensure that action category names are unicode, to prevent warnings on comparison. Also a fix for a path problem.

1831. By Andreas Preikschat

Translation Strings

1832. By Jon Tibble

Fix v1 themes with Unicode file names (Bug #882819)

1833. By Tim Bentley

When a service is imported at present and we do not wish to save the songs we do not. This prevents the user from editing songs.
This change adds a "temporary" flag on the song database to allow those songs to be save and edited bit not via the plugin as the search will not show them.
On exit the songs will be deleted.

1834. By Jonathan Corwin

Add a couple of keywords for the SOF5 importer to capitalize correctly.
When a presentation controller is not enabled, only check if the app is available when necessary to prevent it loading.
Fix so LibreOffice 3.4 will close down correctly at the end when no other docs are open.

1835. By mahfiaz

Fix for bug #802159, not decoding of utf8 decoded values of custom display tags, resulting in the re-encoding of the same string on every save which makes the string wrong.

1836. By mahfiaz

Fix BOM mess for utf-8 files. We assume no other file would begin with BOM, whatever encoding they have (they really shouldn't since BOM is used to detect unicode on Windows and at least by wiki nobody is opposed).

1837. By mahfiaz

Fix for bug #828385, song import plugins order more alphabetical, but OpenLP related ones in front. It saves last used item's index. Saving of last used simply saves item's index in list, so if the order of import types changes (or one is added before the one), wrong item is selected for once.

1838. By mahfiaz

Fix bug #860876, problem with unicode characters coming from web-remote.

1839. By Andreas Preikschat

updated and added new ts files

1840. By Andreas Preikschat

Shortcut can be assigned twice in certain circumstances)

Description of the fix:
1) Create a dict with the shortcuts as keys and a list of actions using this shortcut as value.
2) When we add a new action/shortcut we check if the shortcut is valid. If this is the case we add it to the dict and if not we remove the shortcut.

1841. By Tim Bentley

Fix remote hiding of screen and updating UI buttons

1842. By Raoul Snyman

Fix bug #900387: Converted a user's old Phonon setting to the new media players format.

1843. By Andreas Preikschat

Added floft to the list of packagers

1844. By matysek

updated czech translation

1845. By Raoul Snyman

Fixed up bug #905367: The values were being sent through to the server unquoted.
- Fixed an issue where the search options were getting called too early. Now they are called on page load.
- Upgraded jQuery Mobile to 1.0 final.
- Removed the dependency on json2.js, and removed json2.js
- Converted the back button to a home button, as that was its original intention.

1846. By Meinert Jordan

recover v1.x theme file names from XML info

1847. By Meinert Jordan <email address hidden>

recover v1.x theme file names from XML info

1848. By mahfiaz

Fix a warning which was created by previous fix. Codecs returns unicode and it could not be compared to such a str.

1849. By mahfiaz

Enable searching in web remote by pressing enter when search bar is focused.

1850. By mahfiaz

Fixes error when trying to import an openlp.org songs or bibles database with non-ascii filename. Also some in-code notes about error handling.

1851. By Raoul Snyman

Fixed bug #907164: Exclude footnotes div and the comment after it.

1852. By Jonathan Corwin

Fix display issues with Gnome Shell

1853. By matysek

Fix for display screen on mac.

1854. By matysek

This fixes bug #906926.

1855. By mahfiaz

Fix support issue 354, Web Remote causes a stacktrace when sending an Alert message.

1856. By Raoul Snyman

Merge the latest translations into trunk for the 1.9.8 release.

1857. By Jonathan Corwin

Fix issues with maindisplay at startup and when on a single monitor

1858. By matysek

These changes in the mac build script include:
- removing some old unnecessary code
- fix necessary for media player from media-rewrite branch

1859. By Tim Bentley

Another year has passed by

1860. By Andreas Preikschat

- download theme screenshots in a thread to speed up the FTW

1861. By Jon Tibble

Unused imports and dedupe search

1862. By Jon Tibble

Fix crashes in media settings (Bug #908252)

1863. By mahfiaz

Rename EasiSlides to EasySlides

1864. By Jonathan Corwin

Transparent themes

1865. By Stevan Pettit

If the save location is unavailable, the "Save As" dialog is used.

1866. By mahfiaz

Escape html tags and support formatting tags in Alerts

1867. By Jonathan Corwin

Allow X users to specify the bypass window manager flag in the settings

1868. By Jonathan Corwin

Prevent selection of text on maindisplay

1869. By Stevan Pettit

Added a parameter to the call to PyInstaller to only output error messages.

1870. By Jonathan Stafford

Fixes bug-900727:Phonon backend no longer plays .mp4 videos.

1871. By Phill

Added a QR code to the remote plugin for Android users to download the Android app.

1872. By Meinert Jordan

Bug #910860: Strip spaces from author name on CCLI import

1873. By mahfiaz

fix a traceback when exporting configuration on OSX ticket 394

1874. By rimach

Added VLC support to OpenLP

1875. By Andreas Preikschat

fix ZeroDivisionError

1876. By Jonathan Stafford

Changing the "Wrap Slide" option into a three-way radio button selection to allow the option of the up/down arrow keys to jump between service items at the end of each song, etc.

1877. By Raoul Snyman

Updated the translation script to work with Transifex.

1878. By mahfiaz

Have a default name for service Save as dialog always filled in.

1879. By Meinert Jordan

i18n for scripture references.

1880. By Jonathan Stafford

Fixes bug 932610 where OpenLP crashes if the "Service Item Slide Limits" was set to "Next Item" and the user tries to advance beyond the ends of a service item in the preview pane using the up/down arrow keys.

1881. By Meinert Jordan

Displayed listed items are shown more natural type (Jack, René and Maria)

1882. By Raoul Snyman

Updated the Windows build script to use a configuration file to supply the username and password options.

1883. By Raoul Snyman

Attempted to fix bug #927473 by catching operational errors and redoing the action.

1884. By Tim Bentley

Fix thread bug which on linux causing OpenLP and Impress to fail.
Fix Spelling
Fix Qlocale test to handle versions of PyQt less than 4.9

1885. By Meinert Jordan

Check for Qt version before calling QtCore.QLocale().createSeparatedList

1886. By Phill

Fixes 439 on the support tracker

1887. By Phill

remove .encode hopefully to fix http://support.openlp.org/issues/442

1888. By Phill

Revisited Words of Worship importer. A few tweeks, some to make it more robust, and to provide more information to the user.

1889. By Phill

changed indentation on the strings

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'openlp/core/ui/maindisplay.py'
2--- openlp/core/ui/maindisplay.py 2010-07-25 08:54:58 +0000
3+++ openlp/core/ui/maindisplay.py 2010-07-26 20:21:48 +0000
4@@ -456,7 +456,7 @@
5 self.displayText.setPixmap(frame)
6 else:
7 self.displayText.setPixmap(QtGui.QPixmap.fromImage(frame))
8- if not self.isVisible() and self.screens.display:
9+ if not self.isVisible() and self.screens.current['primary']: # self.screens.display
10 self.setVisible(True)
11
12 class VideoDisplay(Phonon.VideoWidget):