Skip to content

Commit

Permalink
Revert "downgrade requirements to qt-5.8"
Browse files Browse the repository at this point in the history
This reverts commit bff37c8.
  • Loading branch information
janbar committed May 4, 2020
1 parent d3d51ff commit 6f213dc
Show file tree
Hide file tree
Showing 94 changed files with 200 additions and 211 deletions.
4 changes: 2 additions & 2 deletions gui/components/ActivitySpinner.qml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import QtQuick 2.8
import QtQuick.Controls 2.1
import QtQuick 2.9
import QtQuick.Controls 2.2

Item {
id: loading
Expand Down
4 changes: 2 additions & 2 deletions gui/components/AlarmsEmptyState.qml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import QtQuick 2.8
import QtQuick.Controls 2.1
import QtQuick 2.9
import QtQuick.Controls 2.2


Rectangle {
Expand Down
2 changes: 1 addition & 1 deletion gui/components/BlurredBackground.qml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import QtQuick 2.8
import QtQuick 2.9
import QtGraphicalEffects 1.0

// Blurred background
Expand Down
4 changes: 2 additions & 2 deletions gui/components/ClockTumbler.qml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import QtQuick 2.8
import QtQuick.Controls 2.1
import QtQuick 2.9
import QtQuick.Controls 2.2

Item {
id: item
Expand Down
2 changes: 1 addition & 1 deletion gui/components/CoverGrid.qml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import QtQuick 2.8
import QtQuick 2.9
import NosonThumbnailer 1.0

Item {
Expand Down
4 changes: 2 additions & 2 deletions gui/components/DataFailureState.qml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import QtQuick 2.8
import QtQuick.Controls 2.1
import QtQuick 2.9
import QtQuick.Controls 2.2


Rectangle {
Expand Down
4 changes: 2 additions & 2 deletions gui/components/Delegates/Card.qml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import QtQuick 2.8
import QtQuick.Controls 2.1
import QtQuick 2.9
import QtQuick.Controls 2.2
import "../"


Expand Down
6 changes: 3 additions & 3 deletions gui/components/Delegates/DragMusicListItem.qml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import QtQuick 2.8
import QtQuick.Controls 2.1
import QtQml.Models 2.2
import QtQuick 2.9
import QtQuick.Controls 2.2
import QtQml.Models 2.3
import "../"

MouseArea {
Expand Down
6 changes: 3 additions & 3 deletions gui/components/Delegates/MusicListItem.qml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import QtQuick 2.8
import QtQuick.Controls 2.1
import QtQml.Models 2.2
import QtQuick 2.9
import QtQuick.Controls 2.2
import QtQml.Models 2.3
import "../"

MouseArea {
Expand Down
6 changes: 3 additions & 3 deletions gui/components/Delegates/SelectMusicListItem.qml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import QtQuick 2.8
import QtQuick.Controls 2.1
import QtQml.Models 2.2
import QtQuick 2.9
import QtQuick.Controls 2.2
import QtQml.Models 2.3
import "../"

MouseArea {
Expand Down
6 changes: 3 additions & 3 deletions gui/components/Delegates/SimpleListItem.qml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import QtQuick 2.8
import QtQuick.Controls 2.1
import QtQml.Models 2.2
import QtQuick 2.9
import QtQuick.Controls 2.2
import QtQml.Models 2.3
import "../"

MouseArea {
Expand Down
4 changes: 2 additions & 2 deletions gui/components/Dialog/DialogAbout.qml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import QtQuick 2.8
import QtQuick.Controls 2.1
import QtQuick 2.9
import QtQuick.Controls 2.2
import QtQuick.Layouts 1.3
import NosonApp 1.0
import NosonThumbnailer 1.0
Expand Down
4 changes: 2 additions & 2 deletions gui/components/Dialog/DialogAlarm.qml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import QtQuick 2.8
import QtQuick.Controls 2.1
import QtQuick 2.9
import QtQuick.Controls 2.2
import QtQuick.Layouts 1.3
import NosonApp 1.0
import "../"
Expand Down
4 changes: 2 additions & 2 deletions gui/components/Dialog/DialogApplicationSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import QtQuick 2.8
import QtQuick.Controls 2.1
import QtQuick 2.9
import QtQuick.Controls 2.2
import QtQuick.Layouts 1.3
import NosonThumbnailer 1.0
import "../"
Expand Down
4 changes: 2 additions & 2 deletions gui/components/Dialog/DialogBase.qml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import QtQuick 2.8
import QtQuick.Controls 2.1
import QtQuick 2.9
import QtQuick.Controls 2.2

Dialog {
id: dialog
Expand Down
4 changes: 2 additions & 2 deletions gui/components/Dialog/DialogManageQueue.qml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import QtQuick 2.8
import QtQuick.Controls 2.1
import QtQuick 2.9
import QtQuick.Controls 2.2


DialogBase {
Expand Down
4 changes: 2 additions & 2 deletions gui/components/Dialog/DialogNewPlaylist.qml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import QtQuick 2.8
import QtQuick.Controls 2.1
import QtQuick 2.9
import QtQuick.Controls 2.2


DialogBase {
Expand Down
6 changes: 3 additions & 3 deletions gui/components/Dialog/DialogRemovePlaylist.qml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import QtQuick 2.8
import QtQuick 2.9
import QtQuick.Layouts 1.3
import QtQuick.Controls 2.1
import QtQml.Models 2.2
import QtQuick.Controls 2.2
import QtQml.Models 2.3

DialogBase {
id: dialog
Expand Down
6 changes: 3 additions & 3 deletions gui/components/Dialog/DialogSearchMusic.qml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import QtQuick 2.8
import QtQuick 2.9
import QtQuick.Layouts 1.3
import QtQuick.Controls 2.1
import QtQml.Models 2.2
import QtQuick.Controls 2.2
import QtQml.Models 2.3

DialogBase {
id: dialog
Expand Down
4 changes: 2 additions & 2 deletions gui/components/Dialog/DialogSelectSource.qml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import QtQuick 2.8
import QtQuick.Controls 2.1
import QtQuick 2.9
import QtQuick.Controls 2.2
import QtQuick.Layouts 1.3
import NosonApp 1.0

Expand Down
4 changes: 2 additions & 2 deletions gui/components/Dialog/DialogServiceLabel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import QtQuick 2.8
import QtQuick.Controls 2.1
import QtQuick 2.9
import QtQuick.Controls 2.2
import QtQuick.Layouts 1.3

DialogBase {
Expand Down
6 changes: 3 additions & 3 deletions gui/components/Dialog/DialogSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import QtQuick 2.8
import QtQuick 2.9
import QtQuick.Layouts 1.3
import QtQuick.Controls 2.1
import QtQml.Models 2.2
import QtQuick.Controls 2.2
import QtQml.Models 2.3

DialogBase {
id: dialog
Expand Down
4 changes: 2 additions & 2 deletions gui/components/Dialog/DialogSleepTimer.qml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import QtQuick 2.8
import QtQuick.Controls 2.1
import QtQuick 2.9
import QtQuick.Controls 2.2
import QtQuick.Layouts 1.3

DialogBase {
Expand Down
5 changes: 3 additions & 2 deletions gui/components/Dialog/DialogSongInfo.qml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import QtQuick 2.8
import QtQuick.Controls 2.1
import QtQuick 2.9
import QtQuick.Controls 2.2
//import QtQuick.Layouts 1.3
import QtGraphicalEffects 1.0
import NosonApp 1.0
import "../Delegates"
Expand Down
4 changes: 2 additions & 2 deletions gui/components/Dialog/DialogSoundSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import QtQuick 2.8
import QtQuick.Controls 2.1
import QtQuick 2.9
import QtQuick.Controls 2.2
import QtQuick.Layouts 1.3
import NosonApp 1.0
import "../"
Expand Down
4 changes: 2 additions & 2 deletions gui/components/Flickables/MultiSelectListView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import QtQuick 2.8
import QtQuick.Controls 2.1
import QtQuick 2.9
import QtQuick.Controls 2.2

MusicListView {

Expand Down
4 changes: 2 additions & 2 deletions gui/components/Flickables/MusicGridView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import QtQuick 2.8
import QtQuick.Controls 2.1
import QtQuick 2.9
import QtQuick.Controls 2.2

GridView {
id: gridView
Expand Down
4 changes: 2 additions & 2 deletions gui/components/Flickables/MusicListView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import QtQuick 2.8
import QtQuick.Controls 2.1
import QtQuick 2.9
import QtQuick.Controls 2.2

ListView {
Component.onCompleted: {
Expand Down
4 changes: 2 additions & 2 deletions gui/components/Icon.qml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import QtQuick 2.8
import QtQuick.Controls 2.1
import QtQuick 2.9
import QtQuick.Controls 2.2
import QtGraphicalEffects 1.0

MouseArea {
Expand Down
4 changes: 2 additions & 2 deletions gui/components/IndexEmptyState.qml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import QtQuick 2.8
import QtQuick.Controls 2.1
import QtQuick 2.9
import QtQuick.Controls 2.2


Rectangle {
Expand Down
4 changes: 2 additions & 2 deletions gui/components/IndexUpdateState.qml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import QtQuick 2.8
import QtQuick.Controls 2.1
import QtQuick 2.9
import QtQuick.Controls 2.2


Rectangle {
Expand Down
4 changes: 2 additions & 2 deletions gui/components/ListItemActions/AddToFavorites.qml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import QtQuick 2.8
import QtQuick.Controls 2.1
import QtQuick 2.9
import QtQuick.Controls 2.2
import NosonApp 1.0

MenuItem {
Expand Down
4 changes: 2 additions & 2 deletions gui/components/ListItemActions/AddToPlaylist.qml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import QtQuick 2.8
import QtQuick.Controls 2.1
import QtQuick 2.9
import QtQuick.Controls 2.2

MenuItem {
text: qsTr("Add to playlist")
Expand Down
4 changes: 2 additions & 2 deletions gui/components/ListItemActions/AddToQueue.qml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import QtQuick 2.8
import QtQuick.Controls 2.1
import QtQuick 2.9
import QtQuick.Controls 2.2

MenuItem {
text: qsTr("Add to queue")
Expand Down
4 changes: 2 additions & 2 deletions gui/components/ListItemActions/Remove.qml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import QtQuick 2.8
import QtQuick.Controls 2.1
import QtQuick 2.9
import QtQuick.Controls 2.2

MenuItem {
text: qsTr("Remove")
Expand Down
Loading

0 comments on commit 6f213dc

Please sign in to comment.