Accepting request 327886 from home:derselbst
update to maintenance release 14.12 OBS-URL: https://build.opensuse.org/request/show/327886 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/rosegarden?expand=0&rev=61
This commit is contained in:
parent
6921f2e840
commit
e0ab4321e9
@ -1,11 +1,9 @@
|
||||
Index: src/gui/widgets/FileDialog.cpp
|
||||
===================================================================
|
||||
--- src/gui/widgets/FileDialog.cpp.orig 2014-03-03 13:58:55.000000000 +0200
|
||||
+++ src/gui/widgets/FileDialog.cpp 2014-09-19 14:38:06.330513955 +0200
|
||||
@@ -51,8 +51,8 @@ FileDialog::FileDialog(QWidget *parent,
|
||||
QList<QUrl> urls;
|
||||
|
||||
--- src/gui/widgets/FileDialog.cpp.orig 2014-12-17 14:30:23.000000000 +0100
|
||||
+++ src/gui/widgets/FileDialog.cpp 2015-08-29 21:06:53.992239554 +0200
|
||||
@@ -58,8 +58,8 @@
|
||||
#else
|
||||
QString home = QUrl::fromLocalFile(QDesktopServices::storageLocation(QDesktopServices::HomeLocation)).path();
|
||||
#endif
|
||||
- QString examples = home + "/.local/share/rosegarden/examples";
|
||||
- QString templates = home + "/.local/share/rosegarden/templates";
|
||||
+ QString examples = "/usr/share/rosegarden/examples";
|
||||
@ -13,14 +11,12 @@ Index: src/gui/widgets/FileDialog.cpp
|
||||
QString rosegarden = home + "/rosegarden";
|
||||
|
||||
RG_DEBUG << "FileDialog::FileDialog(...)" << endl
|
||||
Index: src/gui/studio/BankEditorDialog.cpp
|
||||
===================================================================
|
||||
--- src/gui/studio/BankEditorDialog.cpp.orig 2014-03-03 13:58:56.000000000 +0200
|
||||
+++ src/gui/studio/BankEditorDialog.cpp 2014-09-19 14:38:06.331514197 +0200
|
||||
@@ -1555,7 +1555,7 @@ void
|
||||
BankEditorDialog::slotImport()
|
||||
{
|
||||
--- src/gui/studio/BankEditorDialog.cpp.orig 2014-12-17 14:30:23.000000000 +0100
|
||||
+++ src/gui/studio/BankEditorDialog.cpp 2015-08-29 21:07:37.151687434 +0200
|
||||
@@ -1562,7 +1562,7 @@
|
||||
#else
|
||||
QString home = QUrl::fromLocalFile(QDesktopServices::storageLocation(QDesktopServices::HomeLocation)).path();
|
||||
#endif
|
||||
- QString deviceDir = home + "/.local/share/rosegarden/library";
|
||||
+ QString deviceDir = "/usr/share/rosegarden/library";
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5d1d78424582326dcde4bb46b521eb25c2b3fd05b98ce3aaf7f2ffd2e9f7cd6
|
||||
size 6402898
|
3
rosegarden-14.12.tar.bz2
Normal file
3
rosegarden-14.12.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f876fbb818326da7f012a01a4d6baf45022dcbb98626e0ce40c67b6943ee147e
|
||||
size 6235233
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 29 19:27:19 UTC 2015 - tom.mbrt@googlemail.com
|
||||
|
||||
- Update to 14.12:
|
||||
+ Bug Fixes:
|
||||
- Fix translation bug #1423 via patch from Stuart
|
||||
Prescott; update all translations. (r13665)
|
||||
- Position pointer now moves to the end of paste to
|
||||
allow repeated pasting of segments. (r13667)
|
||||
- Fix recording of zero-length events (Bug #1365, r13672)
|
||||
- Add MuPDF and ePDFView to supported PDF viewers
|
||||
(Thomas Kaeding, r13673)
|
||||
- Disable destructive actions in playback/record
|
||||
(Bug #837, r13676)
|
||||
- Numerous fixes to opening http and ftp URLs bydrag/drop.
|
||||
With help from Tim Munro. (r13704, r13705, r13706, r13712)
|
||||
- Several Qt5 related patches from Tim Munro.
|
||||
- Set note-off velocity to 64 as recommended by the MIDI
|
||||
spec. (Bug #1426, r13710)
|
||||
- Set default volume to 100 in rgd files (r13794)
|
||||
- Add support for and prefer xdg-open for opening PDF files
|
||||
|
||||
+ New Features:
|
||||
- You can enter text dynamics from “d05” to “d125” counting
|
||||
by 5 to get these velocities interpreted directly as written
|
||||
(Fernando Martin, r13666)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 29 02:23:00 UTC 2014 - Led <ledest@gmail.com>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
Name: rosegarden
|
||||
Version: 14.02
|
||||
Version: 14.12
|
||||
Release: 0
|
||||
License: GPL-2.0+
|
||||
Summary: Midi, Audio And Notation Editor
|
||||
|
Loading…
x
Reference in New Issue
Block a user