-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule qml
updated
30 files
+1 −1 | CMakeLists.txt | |
+4 −6 | js/artistDialog.js | |
+5 −0 | js/logOutDialog.js | |
+12 −15 | js/main.js | |
+6 −4 | js/playlistView.js | |
+4 −4 | js/searchView.js | |
+4 −5 | js/settingsDialog.js | |
+13 −0 | js/trackMenu.js | |
+0 −278 | main.qml | |
+1 −1 | qml/ArtistDialog.qml | |
+0 −1 | qml/Footer.qml | |
+0 −0 | qml/LibraryView.qml | |
+33 −0 | qml/LogOutDialog.qml | |
+15 −0 | qml/LoggedOutDialog.qml | |
+70 −0 | qml/MainDrawer.qml | |
+47 −0 | qml/MainToolbar.qml | |
+0 −0 | qml/OpenLinkDialog.qml | |
+1 −1 | qml/PlaylistsView.qml | |
+1 −1 | qml/SearchView.qml | |
+3 −3 | qml/SettingsDialog.qml | |
+0 −0 | qml/SettingsLayout.qml | |
+49 −0 | qml/TrackListItem.qml | |
+54 −0 | qml/TrackMenu.qml | |
+103 −0 | qml/main.qml | |
+1 −1 | qml/setup.qml | |
+1 −0 | readme.md | |
+19 −11 | res.qrc | |
+3 −3 | src/qmlmanager.cpp | |
+6 −1 | src/spotifyqml.cpp | |
+3 −0 | src/spotifyqml.hpp |