diff options
author | Arno <arno@disconnect.de> | 2017-02-25 08:31:41 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2017-02-25 08:31:41 +0100 |
commit | ffa50a24296688d1c6e9f4de2315bbd494f86cf6 (patch) | |
tree | dc8907443a6830456e0b896a075f0b39fcbb9ed1 /BeetPlayer.pro | |
parent | 1530584c9b942d07e331323867072b6a9809119b (diff) | |
download | BeetPlayer-ffa50a24296688d1c6e9f4de2315bbd494f86cf6.tar.gz BeetPlayer-ffa50a24296688d1c6e9f4de2315bbd494f86cf6.tar.bz2 BeetPlayer-ffa50a24296688d1c6e9f4de2315bbd494f86cf6.zip |
Rethink GUI
While figuring out how to populate the album view, I realized that I
don't want to view my music by albums, only by artist, maybe by genre...
So I removed the QComboBox for the different sort orders and
concentrated on the filter, which is a good thing (tm). Just make the
filter find anything you need. Name/Title is already implemented. Have to
think about genre/year...
Diffstat (limited to 'BeetPlayer.pro')
-rw-r--r-- | BeetPlayer.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/BeetPlayer.pro b/BeetPlayer.pro index 5e319f0..dc6e019 100644 --- a/BeetPlayer.pro +++ b/BeetPlayer.pro @@ -28,13 +28,15 @@ SOURCES += main.cpp\ configurationdialog.cpp \ indexerwidget.cpp \ globals.cpp \ - playerwidget.cpp + playerwidget.cpp \ + beetplayerproxy.cpp HEADERS += beetplayer.h \ configurationdialog.h \ indexerwidget.h \ globals.h \ - playerwidget.h + playerwidget.h \ + beetplayerproxy.h LIBS += -ltag |