source: @ 467

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @467   18 months sander Use UTF-8 encoding
(edit) @466   18 months sander It does more than just fetching album covers, so a more generic …
(edit) @465   18 months sander Now also fetching artist information
(edit) @464   18 months sander Minor improvements
(edit) @463   18 months sander Simplify saving/restoring the GUI state between sessions.
(edit) @462   18 months sander Remove external libraries directory, hopefully we won't be needing it …
(edit) @461   18 months sander Try to make saving and restoring window state more Qt-ish and hopefully …
(edit) @460   18 months sander Let's be consistent with creating a QSettings object within the function …
(edit) @459   18 months sander Inform user when fetching an album cover is in progress. Show image of a …
(edit) @458   18 months sander Fix compilation when building without KDE support. Send empty album cover …
(edit) @457   18 months sander Has no use anymore
(edit) @456   18 months sander Use QNetworkAccessManager instead of libmaia to retrieve data from last.fm …
(edit) @455   19 months sander When compiled with KDE support, make it possible to receive bug reports. …
(edit) @454   19 months sander Pick up development again ;)
(edit) @453   19 months sander Tagging 0.6.1 release.
(edit) @452   19 months sander Prepare 0.6.1 release
(edit) @451   19 months sander Fix segfault.
(edit) @450   19 months sander Update changelog
(edit) @449   19 months sander When the mpd connection goes away, handle it a bit more gracefull. It …
(edit) @448   19 months roeland Close connections to MPD when we do not use them
(edit) @447   19 months sander Warn user if it's trying to save a playlist with a name that already …
(edit) @446   19 months sander Add function to mpdconnectionbase that checks whether a command succeeded …
(edit) @445   19 months sander Let's build it too…
(edit) @444   19 months sander Add MPD error class, not used currently but will be in the future.
(edit) @443   19 months sander Get rid of unnecessary header
(edit) @442   19 months roeland Fixed song parsing when track of disc are in num/totalnum format (ticket …
(edit) @441   19 months roeland Removed ScrobblingSong?
(edit) @440   19 months roeland Added crop playlisyt support (ticket #207)
(edit) @439   19 months roeland Shuffle command implemented. Fixing ticket #209
(edit) @438   19 months roeland We can now rename a playlist! This fixes ticket #210
(edit) @437   19 months roeland Removed event filters. Both filterd on delete key (is ambigious!). Delete …
(edit) @436   19 months roeland Output support in the idle command
(edit) @435   19 months roeland Forgot to add the actual files ;)
(edit) @434   19 months roeland Now #7 is also fixed for our KDE users!
(edit) @433   19 months roeland Fixed #7: enable/disable outputs (not tested with kde stuff) Also made …
(edit) @432   19 months roeland Ctrl+c on a (or multiple) playlist items copies the info to the clipboard. …
(edit) @431   19 months sander When parsing the music library, determine whether an artist/album already …
(edit) @430   20 months sander Move forward…
(edit) @429   20 months sander Tagging 0.6 release
(edit) @428   20 months sander Add release info to changelog
(edit) @427   20 months sander Prepare for 0.6 release.
(edit) @426   20 months daniel moved position/size/searchfield settings out of qt only ifdef closes #192
(edit) @425   20 months sander Revert stylesheet to default since they aren't used for these widgets …
(edit) @424   20 months sander Add space
(edit) @423   20 months sander After loading a stored playlist, start playback again if we are in an …
(edit) @422   20 months sander Don't have to check this on every status update anymore, since we now have …
(edit) @421   20 months daniel statefull icon for systemtray
(edit) @420   20 months daniel remember searchfield setting in librarysearch, this is a temporary …
(edit) @419   20 months roeland Removed bitrate from mainwindow and removed update of trayicon tooltip …
(edit) @418   20 months sander Get rid of connected variable, we have isConnected() for that.
(edit) @417   20 months sander Another one…
(edit) @416   20 months sander Make sure we use the commandOk() from the base class after sending a …
(edit) @415   20 months sander This gives a bit too much output. Uncomment at your own convenience, but …
(edit) @414   20 months sander Fix conflict
(edit) @413   20 months roeland Merge of idle branch into trunk: fixes ticket #185
(edit) @412   20 months sander Prevent setvolume to get called twice when using the mouse wheel to adjust …
(edit) @411   20 months roeland Remove unneeded checks
(edit) @410   20 months sander Refactor mpd connection classes. So we now only have a single connection …
(edit) @409   20 months roeland Solve race condition on reading from socket in idle mode
(edit) @408   20 months roeland Fixing replacing playlists
(edit) @407   20 months roeland Fix issue with playlist not playling on load
(edit) @406   20 months roeland Updating changelog
(edit) @405   20 months roeland Merged trunk into branch (resolved conflicts)
(edit) @404   20 months roeland When not in KDE-mode rememeber size and position of mainwindow. This fixes …
(edit) @403   20 months roeland Added mutex (and sainity check) around replacement of music lib. This …
(edit) @402   20 months roeland Fixed ticket #187: delete of saved playlist should ask for confirmation
(edit) @401   20 months roeland fixed the database update
(edit) @400   20 months sander You've earned it, let's put your names in there too... ;)
(edit) @399   20 months roeland Playlists are now succesfully updated in idle mode
(edit) @398   20 months daniel changed some labels to make KActions better distinguishable for assigning …
(edit) @397   20 months daniel added credit for amarok icons
(edit) @396   20 months roeland Fixed ticket #186 Playlist name can now contain spaces, quotes or …
(edit) @395   20 months roeland Merge of trunk and initial commit of idle support
(edit) @394   20 months daniel finally all moving and delete operations (single, multi , nonfiltered, …
(edit) @393   20 months daniel reverted my change from revision 384 as sander fixed the original cause in …
(edit) @392   20 months sander Last.fm scrobbling removed
(edit) @391   20 months sander Last.fm scrobbling support removed. Users are adviced to use a dedicated …
(edit) @390   20 months sander After adding a proxy model for the playlist view, saving/restoring the …
(edit) @389   20 months daniel * keep a row in playlist selected when removing entries (subsequent delete …
(edit) @388   20 months daniel * keep a row in playlist selected when removing entries (subsequent delete …
(edit) @387   20 months daniel fixed moving stuff to the end of the playlist
(edit) @386   20 months daniel added delete keyhandler to playlists view
(edit) @385   20 months daniel removed del shortcut on remove key, is handled by an eventfilter, we only …
(edit) @384   20 months daniel fixed playlist headers not showing up on startup
(edit) @383   20 months daniel sortable playlists view
(edit) @382   20 months daniel sortable playlists view
(edit) @381   20 months daniel new icons for library view
(edit) @380   20 months daniel new icons for library view
(edit) @379   20 months roeland Added (new idle branch).
(edit) @378   20 months roeland Removing idle branch (way to old)
(edit) @377   20 months daniel moved one connect
(edit) @376   20 months daniel * preserve playlist selections over refreshs (primary usefull when moving …
(edit) @375   20 months daniel * preserve playlist selections over refreshs (primary usefull when moving …
(edit) @374   20 months daniel * preserve playlist selections over refreshs (primary usefull when moving …
(edit) @373   20 months daniel fixed deleting of multiple items from playlist (c++ syntax suxx) :>
(edit) @372   20 months daniel unified a bunch of method names and parameters for more consistency (i …
(edit) @371   20 months daniel * renamed library proxy model to be consistent with other proxy models * …
(edit) @370   20 months daniel * searchable playlist * fixed moving around songs in playlist which are …
(edit) @369   20 months daniel * fixed performance problem of dir view search
(edit) @368   20 months daniel * fixed not autoplay on drag&drop * start playing again when replacing …
Note: See TracRevisionLog for help on using the revision log.