summaryrefslogtreecommitdiffstats
path: root/qtspotifymain.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make qtspotify work with latest version of despotifyHEADmasterEskil Abrahamsen Blomfeldt2010-01-221-8/+9
| | | | Add ALSA backend written by Jørgen Lind
* Add search more button, and improve layout ofEskil Abrahamsen Blomfeldt2009-11-271-0/+21
| | | | main interface
* Implemented skip/previous song and searchesEskil Abrahamsen Blomfeldt2009-10-301-15/+108
|
* Remove some debugging outputEskil Abrahamsen Blomfeldt2009-10-301-5/+0
|
* Some more UI stuff.Eskil Abrahamsen Blomfeldt2009-10-301-16/+13
| | | | | | Despotify seems to have trouble when starting a song while another one is playing (crashes) and can no longer pause/resume songs. This is also reproducible with the despotify client.
* Minor fixEskil Abrahamsen Blomfeldt2009-10-301-0/+1
|
* Copy-paste errorEskil Abrahamsen Blomfeldt2009-10-301-3/+3
|
* Tabbed UI:Eskil Abrahamsen Blomfeldt2009-10-301-154/+178
| | | | | | | | Automatically downloads playlists in background Downloads cover art and has "now playing" tab No search at the moment Buggy currently.
* Try to separate out ownership of tracks into its ownEskil Abrahamsen Blomfeldt2009-10-301-34/+37
| | | | | class. We can't separate out ownership of playlists, as only the root playlist can be owned.
* Compile against latest despotify API changesEskil Abrahamsen Blomfeldt2009-10-291-1/+1
|
* Don't call play twice (despotify already starts the next track, sinceEskil Abrahamsen Blomfeldt2009-10-291-3/+0
| | | | we pass true for play_as_list)
* Skip to next song when current song has finished playingEskil Abrahamsen Blomfeldt2009-10-291-2/+45
|
* Add license headers and LGPL license fileEskil Abrahamsen Blomfeldt2009-10-261-0/+24
|
* First commitEskil Abrahamsen Blomfeldt2009-10-231-0/+431