1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-08 21:20:45 +02:00

10210 Commits

Author SHA1 Message Date
Christian Muehlhaeuser
82014f3445 Make sure we only compare valid results when adding search results. 2014-10-25 04:29:36 +02:00
Christian Muehlhaeuser
93784abe75 Show a progress dialog on shutdown, when waiting for db jobs. This is actually a bit fake, because the event-loop is blocked, but better than silently blocking shutdown. 2014-10-25 03:56:58 +02:00
Christian Muehlhaeuser
0c37308c9c Emit signal when shutdown gets blocked by outstanding db jobs. 2014-10-25 03:56:04 +02:00
Christian Muehlhaeuser
d1bf26dfd5 Revert "BMPs without color space information."
This reverts commit f42595ac94.
2014-10-24 19:36:38 +02:00
Christian Muehlhaeuser
f42595ac94 BMPs without color space information. 2014-10-24 19:35:15 +02:00
Dominik Schmidt
427d559c96 Fix windows toolchain file 2014-10-24 18:25:26 +02:00
Dominik Schmidt
fbbdeb851f Make CMake build Tomahawk.app instead of tomahawk.app 2014-10-24 16:45:28 +02:00
Jason Herskowitz
6c387045aa Update ChangeLog 2014-10-23 14:11:33 -04:00
Christian Muehlhaeuser
771182bc88 Make sure account has been properly created. 2014-10-23 18:14:54 +02:00
Christian Muehlhaeuser
d05ce9a932 Initialize ScannerStatusManager in JobView. 2014-10-23 16:10:58 +02:00
Christian Muehlhaeuser
3e2c344f99 Delayed ScanManager init, so we can connect to its signal beforehand. 2014-10-23 16:10:58 +02:00
Christian Muehlhaeuser
3294565a47 No need for MusicScanner's showProgress setting. 2014-10-23 16:10:58 +02:00
Christian Muehlhaeuser
a93663f8db Removed obsolete Source::scanningProgress. 2014-10-23 16:10:58 +02:00
Christian Muehlhaeuser
35fa38577c Emit scanning progress from ScanManager. Don't update the local source directly. 2014-10-23 16:10:58 +02:00
Christian Muehlhaeuser
ce8c4df159 Added ScannerStatusManager & -Item. 2014-10-23 16:10:58 +02:00
Christian Muehlhaeuser
79f1354b8b Style fixes in Logger. 2014-10-23 16:10:58 +02:00
Dominik Schmidt
8526aac3f0 X11 is a required dependency on Linux 2014-10-23 15:12:24 +02:00
Jason Herskowitz
fdfbf8c3e4 Make page-header for windows installer white to better match 2014-10-21 22:32:09 -04:00
Jason Herskowitz
6369a20c08 Update Windows installer images - can someone confirm they work? 2014-10-21 22:10:33 -04:00
Dominik Schmidt
bb4ad2684c Add outfilename parameter to KDE4_ADD_APP_ICON and rename it to TOMAHAWK_ADD_APP_ICON because it's not compatible anymore 2014-10-21 21:35:54 +02:00
Dominik Schmidt
b1537607b2 Correctly generate the icon .tiff file in kde4_add_app_icon 2014-10-21 21:18:23 +02:00
Dominik Schmidt
d3b600890f Don't require C++11 for the crashreporter 2014-10-21 20:13:19 +02:00
Christian Muehlhaeuser
fcbb3f31da Don't use Logger from TomahawkSettings ctor. 2014-10-21 19:09:14 +02:00
Christian Muehlhaeuser
e791977982 Prevent null_ptr crashes. 2014-10-21 16:16:12 +02:00
Dominik Schmidt
197d76ead5 CrashReporter: log to console on windows too 2014-10-21 00:00:29 +02:00
Dominik Schmidt
d5746e794a CrashReporter: Send log file properly gzip compressed 2014-10-21 00:00:20 +02:00
Uwe L. Korn
4dacab3d8a Merge pull request #269 from tomahawk-player/revert-268-misc-fixes
Revert "Miscellaneous cppcheck fixes"
2014-10-20 17:49:27 +02:00
Uwe L. Korn
92811215a5 Revert "Miscellaneous cppcheck fixes" 2014-10-20 17:49:15 +02:00
Uwe L. Korn
c1d99b4868 Merge pull request #268 from lorenzhs/misc-fixes
Miscellaneous cppcheck fixes
2014-10-20 17:48:06 +02:00
Lorenz Hübschle-Schneider
8bb14cc26c Unsigned comparison <= 0 is identical to check for 0 2014-10-20 17:41:55 +02:00
Lorenz Hübschle-Schneider
d74c465e58 Remove break after return, it is redundant 2014-10-20 17:41:55 +02:00
Lorenz Hübschle-Schneider
69653c4934 Reduce variable scopes 2014-10-20 17:41:55 +02:00
Lorenz Hübschle-Schneider
46239947f5 Servent: Fix IP protocol version distinction
Uwe failed at C&P!
2014-10-20 17:41:55 +02:00
Lorenz Hübschle-Schneider
eee50b2f93 Remove dead code
Q_ASSERT(Compiler isn't a total moron);
2014-10-20 17:41:55 +02:00
Lorenz Hübschle-Schneider
655edf3e98 Catch exception by reference 2014-10-20 17:41:55 +02:00
Lorenz Hübschle-Schneider
45e6d52db7 DropJob: don't touch iterator after erasing element
Also drops a redundant condition
2014-10-20 17:05:17 +02:00
Jason Herskowitz
b6dd736fea Add white icon for use with dark menu option in Yosemite 2014-10-19 22:46:05 -04:00
Christian Muehlhaeuser
0229746f8b Don't create (multiple) layouts with same parent in AccountWidget. 2014-10-20 04:47:39 +02:00
Christian Muehlhaeuser
ea18ab891f Don't pass parent widget in constructor. We call setLayout later. 2014-10-20 04:43:18 +02:00
Christian Muehlhaeuser
906285e442 pngcrush images. 2014-10-20 04:23:01 +02:00
Christian Muehlhaeuser
0812855b60 Store model pointers in a QPointer for safety. 2014-10-20 03:51:38 +02:00
Christian Muehlhaeuser
5e2253881f Correct warning message in ColumnView. 2014-10-20 03:49:56 +02:00
Christian Muehlhaeuser
e9c7fd7a16 Reload Collection-related models when it changed. 2014-10-20 03:49:23 +02:00
Christian Muehlhaeuser
1a6a15844b Removed old SuperCollection related methods in TreeModel. 2014-10-20 03:47:59 +02:00
Christian Muehlhaeuser
8dd8c77610 Cleaned up CollectionViewPage ctor and removed obsoleted code. 2014-10-20 03:11:58 +02:00
Christian Muehlhaeuser
16a3e9eccb Removed a bunch of unneeded code from CollectionViewPage. 2014-10-20 02:56:17 +02:00
Christian Muehlhaeuser
225d5764e7 CollectionViewPage should do all the grunt work. Pass the collection_ptr to its ctor. 2014-10-20 02:49:11 +02:00
Christian Muehlhaeuser
44ffefb1fb Hide composer column per default and removed obsoleted code from CollectionViewPage. 2014-10-20 02:35:34 +02:00
Christian Muehlhaeuser
1d3d8001a4 Removed obsolete extraHeader from CollectionViewPage. 2014-10-20 02:34:46 +02:00
Christian Muehlhaeuser
29ba03444b Remove redundant boost include. 2014-10-20 02:34:00 +02:00