← Back to team overview

openlp-core team mailing list archive

[Bug 904438] Re: Prefilled default service name in save dialog

 

** Branch linked: lp:~mahfiaz/openlp/bug-904438

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

Title:
  Prefilled default service name in save dialog

Status in OpenLP - Worship Presentation Software:
  New

Bug description:
  Under advanced setting tab there could be "Default service name" option.
  It could include a date, changeable in settings.
  Default could be "Service %y-%m-%d"

  It breaks down to the following parts:
  Adding option to settings under advanced settings tab:
  "Default service name:" and a text input box, a button to reset to default with icon (a circle, like an arrow, tip touching the start of it)
  Under that, using smaller font:
  "Default service name when saving a new service. You can use date placeholders like %y-%m-%d for e.g 2011-12-25. Leave it empty to use no default value."

  Before saving one needs to check if the value really is sane and does not contain
  * characters not usable in filename such as /\| (and maybe more)
  * leading or following spaces
  * does not contain wrong placeholders such as %s or any other which would result in an error

  On saving we need to check if the value is anything other than the
  default, if so, we save the value to "servicemanager/default service
  name", otherwise unset the value (this prevents the default value
  becoming persistent after first save of settings dialog).

  When opening save dialog for a new service, it should check for the value:
  settings.value("servicemanager/default service name", translate(default_value)), and use the value, it might be empty as well, if user chose so.

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


References