John Maguire
|
bebd781fdf
|
Reformat all non-3rd-party C/C++/Objective-C++.
Command line:
find src ext -regex '.*\.\(h\|cpp\|mm\)' -exec clang-format -i
-style='{BasedOnStyle: Google, DerivePointerBinding: false}' {} \;
|
2014-02-07 16:34:20 +01:00 |
John Maguire
|
8ac1d9a2bd
|
s/class/struct/
|
2014-01-08 12:05:48 +01:00 |
Andreas
|
98ad9dbda6
|
Add possibility to download album covers automatically when playing a track without one. To activate: right click on now playing widget and select "Search automatically".
|
2013-12-30 23:50:57 +01:00 |
David Sansome
|
48f15c9fc7
|
Refactoring: instead of passing individual pointers to useful core classes (like TaskManager or LibraryBackend) to each class that uses them, pass one singleton-like Application instance everywhere.
|
2012-02-26 14:40:51 +00:00 |
Arnaud Bienner
|
2f710a9395
|
Add the ability to modify the playlistview's background image.
Updates issue 365
It is now possible to also modify background image, instead of just hide the default one
|
2012-02-18 19:57:36 +01:00 |
David Sansome
|
38100f5e59
|
Make CoverProviders not a singleton
|
2011-07-23 19:34:41 +01:00 |
Paweł Bara
|
fdda938c53
|
now that we have more cover providers, we're bringing the cover manager and the cover searcher goodness to our last.fm-less users
|
2011-04-27 19:10:37 +00:00 |
Paweł Bara
|
f86b671272
|
fixing the minimal build
|
2011-04-02 14:43:50 +00:00 |
David Sansome
|
cf826aeee0
|
Support dragging and dropping image files onto the now playing widget and edit tag dialog to set an album's cover art
|
2011-03-14 20:01:27 +00:00 |
Paweł Bara
|
33276132ec
|
when saving cover, start in the album's folder (just like with the similar 'load cover from disk' feature)
|
2011-02-07 23:53:32 +00:00 |
Paweł Bara
|
8aedda1795
|
moving the 'Save cover to file' action into AlbumCoverChoiceController; implementing the action in all related places (now playing widget, album cover manager, edit tag dialog)
now playing widget: disable all cover related context menu options (except for the 'save cover' one) when in 'Kittens' mode
|
2011-02-02 16:22:04 +00:00 |
John Maguire
|
9786570f35
|
Add support for saving album covers/kittens.
Fixes issue #1395
|
2011-01-31 20:53:38 +00:00 |
Paweł Bara
|
5b5d3f0c2e
|
watch out for optional last.fm dependencies in AlbumCoverChoiceController -> fixes issue #1393
from the creators of "david is always right" movie -> maybe fix issue #1396
|
2011-01-31 15:21:32 +00:00 |
Paweł Bara
|
2fec795b89
|
fixed an error where entering the Cover Searcher dialog without query would make it show the busy indicator forever
further refactoring of album cover changes (QMenu in controller)
|
2011-01-25 23:33:27 +00:00 |
Paweł Bara
|
4a9d38bbdd
|
final refactoring stage of cover changing code (common QAction*s)
reset URL in 'Cover from URL' dialog on reentrance
|
2011-01-24 18:32:09 +00:00 |
Paweł Bara
|
ebfbdba8a9
|
further refactoring of cover changing code (saving covers in controller)
|
2011-01-24 17:53:31 +00:00 |
Paweł Bara
|
8bce92e69b
|
refactoring the code that handles common UI album cover related actions into a common controller
fixes a bug where cancelling the 'cover from URL' dialog would set the cover to a previously chosen URL
|
2011-01-24 00:09:57 +00:00 |