[Openlp-core] [Bug 1834246] [NEW] Change the preview layout in the live mode so verses are shown from left to right.

2019-06-25 Thread Johnthan
Public bug reported:

Windows 10
OpenLP 2.4.6

A user in the forum would like to have the option to show the song parts
in a left to right format...currently they are in a top to bottom
format.  In addition they would like the option to have the choruses in
the preview to be highlighted in a color to make them easier to find
when presenting to the live screen...makes it easier to see and repeat
the chorus when the spirit moves the musicians!

here is a link to the forum post
https://forums.openlp.org/discussion/4352/feature-request-lyric-panel-option-rather-than-line-by-line#latest

** Affects: openlp
 Importance: Wishlist
 Status: New

** Changed in: openlp
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1834246

Title:
  Change the preview layout in the live mode so verses are shown from
  left to right.

Status in OpenLP:
  New

Bug description:
  Windows 10
  OpenLP 2.4.6

  A user in the forum would like to have the option to show the song
  parts in a left to right format...currently they are in a top to
  bottom format.  In addition they would like the option to have the
  choruses in the preview to be highlighted in a color to make them
  easier to find when presenting to the live screen...makes it easier to
  see and repeat the chorus when the spirit moves the musicians!

  here is a link to the forum post
  
https://forums.openlp.org/discussion/4352/feature-request-lyric-panel-option-rather-than-line-by-line#latest

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1834246/+subscriptions

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


[Openlp-core] [Bug 1832876] Re: Please add songbook to the 'Delete Duplicate Songs' Wizard

2019-06-25 Thread Tim Bentley
** Changed in: openlp
 Assignee: (unassigned) => Johnthan (johnmfl)

** Changed in: openlp
Milestone: None => 2.9.1

** Changed in: openlp
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1832876

Title:
  Please add songbook to the 'Delete Duplicate Songs' Wizard

Status in OpenLP:
  Fix Committed

Bug description:
  Windows 10
  OpenLP 2.4.6

  When trying to delete duplicate songs using the wizard, please add the
  songbook and theme to the information displayed.  It helps to know
  that there are three duplicates of a song, but each is in a different
  songbook or that they have different themes.

  Most musicians add bits to the song that make them special for just
  them!

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1832876/+subscriptions

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


[Openlp-core] [Bug 1832874] Re: Temporary songs appear in the 'Delete Duplicate songs' wizard

2019-06-25 Thread Tim Bentley
** Changed in: openlp
   Status: Confirmed => Fix Committed

** Changed in: openlp
Milestone: None => 2.9.1

** Changed in: openlp
 Assignee: (unassigned) => Johnthan (johnmfl)

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1832874

Title:
  Temporary songs appear in the 'Delete Duplicate songs' wizard

Status in OpenLP:
  Fix Committed

Bug description:
  Windows 10
  OpenLP 2.4.6

  When you run the Delete Duplicate songs wizard most songs marked in
  the db as Temporary will show up and the user has no idea that they
  are temporary

  It would be best if the songs were removed from the db when they are
  no longer needed, but at the very least they should not show up in the
  wizard.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1832874/+subscriptions

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


[Openlp-core] [Merge] lp:~johnmfl/openlp/delete_temp_songs_add_fields_dupsongreview into lp:openlp

2019-06-25 Thread noreply
The proposal to merge 
lp:~johnmfl/openlp/delete_temp_songs_add_fields_dupsongreview into lp:openlp 
has been updated.

Status: Needs review => Merged

For more details, see:
https://code.launchpad.net/~johnmfl/openlp/delete_temp_songs_add_fields_dupsongreview/+merge/369062
-- 
Your team OpenLP Core is subscribed to branch lp:openlp.

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


[Openlp-core] [Merge] lp:~johnmfl/openlp/delete_temp_songs_add_fields_dupsongreview into lp:openlp

2019-06-25 Thread Tim Bentley
The proposal to merge 
lp:~johnmfl/openlp/delete_temp_songs_add_fields_dupsongreview into lp:openlp 
has been updated.

Commit message changed to:

#1832874
changed songsplugin.py from `is true` to `== True` to force the deletion of
temporary song records in the database on closing OpenLP. This may not be
proper python, but the database appears to need the `== True` to function
correctly.

#1832876
Change songreviewwidget.py to add the `last modified` date and the
`theme` used by the song. The bug lists 3 fields that would help
determine what song to delete...the user only wanted the last modified
date. I added the theme and songbook name, but the songbook name
was not added in this update...If I am the only person that wants the
songbook name it isn't worth the time to add.

For more details, see:
https://code.launchpad.net/~johnmfl/openlp/delete_temp_songs_add_fields_dupsongreview/+merge/369062
-- 
Your team OpenLP Core is subscribed to branch lp:openlp.

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


Re: [Openlp-core] [Merge] lp:~johnmfl/openlp/delete_temp_songs_add_fields_dupsongreview into lp:openlp

2019-06-25 Thread Tim Bentley
Review: Approve


-- 
https://code.launchpad.net/~johnmfl/openlp/delete_temp_songs_add_fields_dupsongreview/+merge/369062
Your team OpenLP Core is subscribed to branch lp:openlp.

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


Re: [Openlp-core] [Merge] lp:~johnmfl/openlp/delete_temp_songs_add_fields_dupsongreview into lp:openlp

2019-06-25 Thread Tomas Groth
Review: Approve


-- 
https://code.launchpad.net/~johnmfl/openlp/delete_temp_songs_add_fields_dupsongreview/+merge/369062
Your team OpenLP Core is subscribed to branch lp:openlp.

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


[Openlp-core] [Merge] lp:~phill-ridout/openlp/path_fixes into lp:openlp

2019-06-25 Thread noreply
The proposal to merge lp:~phill-ridout/openlp/path_fixes into lp:openlp has 
been updated.

Status: Approved => Merged

For more details, see:
https://code.launchpad.net/~phill-ridout/openlp/path_fixes/+merge/369195
-- 
Your team OpenLP Core is subscribed to branch lp:openlp.

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp