Projects
Multimedia
flacon
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 28
View file
flacon.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Apr 23 05:17:52 UTC 2019 - Kyrill Detinov <lazy.kent@opensuse.org> + +- Update to 5.3.0. + * Fix of regression. Selection does not work. + +------------------------------------------------------------------- Mon Apr 8 17:41:06 UTC 2019 - Kyrill Detinov <lazy.kent@opensuse.org> - Update to 5.2.0.
View file
flacon.spec
Changed
@@ -17,12 +17,12 @@ Name: flacon -Version: 5.2.0 +Version: 5.3.0 Release: 0 Summary: Split compressed Audio CD images to tracks License: LGPL-2.1-or-later Group: Productivity/Multimedia/Sound/Editors and Convertors -URL: http://flacon.github.io/ +URL: https://flacon.github.io/ Source: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: hicolor-icon-theme
View file
flacon-5.2.0.tar.gz/CMakeLists.txt -> flacon-5.3.0.tar.gz/CMakeLists.txt
Changed
@@ -32,7 +32,7 @@ project(flacon) set(MAJOR_VERSION 5) -set(MINOR_VERSION 2) +set(MINOR_VERSION 3) set(PATCH_VERSION 0) #set(BETA_VERSION beta2)
View file
flacon-5.2.0.tar.gz/gui/trackview.cpp -> flacon-5.3.0.tar.gz/gui/trackview.cpp
Changed
@@ -329,7 +329,7 @@ /************************************************ ************************************************/ -void TrackViewSelectionModel::select(const QItemSelection &selection, const QItemSelectionModel::SelectionFlags &command) +void TrackViewSelectionModel::select(const QItemSelection &selection, SelectionFlags command) { if (selection.count() == 0) return;
View file
flacon-5.2.0.tar.gz/gui/trackview.h -> flacon-5.3.0.tar.gz/gui/trackview.h
Changed
@@ -79,7 +79,7 @@ protected: void drawBranches(QPainter *painter, const QRect &rect, const QModelIndex &index) const; - void keyPressEvent(QKeyEvent *event); + void keyPressEvent(QKeyEvent *event) override; private slots: void headerContextMenu(QPoint pos); @@ -104,7 +104,7 @@ explicit TrackViewSelectionModel(QAbstractItemModel *model, QObject *parent); public slots: - virtual void select(const QItemSelection &selection, const SelectionFlags &command); + virtual void select(const QItemSelection &selection, SelectionFlags command) override; }; #endif // TRACKVIEW_H
View file
flacon-5.2.0.tar.gz/inputaudiofile.cpp -> flacon-5.3.0.tar.gz/inputaudiofile.cpp
Changed
@@ -36,14 +36,6 @@ #include <QFileInfo> #include <QDir> -QString mFileName; -QString mErrorString; -const AudioFormat *mFormat; -int mSampleRate; -int mBitsPerSample; -uint mDuration; -bool mValid; -bool mCdQuality; /************************************************
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.