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

10129 Commits

Author SHA1 Message Date
Christian Muehlhaeuser
6b8386db51 Always check return-value of Track's & Result's get() method. 0.8.0rc2 2014-10-28 15:40:37 +01:00
Dominik Schmidt
1201b5b534 Package unmodified Sparkle framework 2014-10-28 05:43:38 +01:00
Dominik Schmidt
9d6bcfefdf Fix Framework bundles for OSX 10 signing while copying to our application bundle 2014-10-28 05:25:47 +01:00
Christian Muehlhaeuser
0799a7ddc3 Call sign_step.sh if available. 2014-10-28 02:15:35 +01:00
Dominik Schmidt
b9f4f7f48a Clean up build-release-osx.sh 2014-10-28 00:40:57 +01:00
Dominik Schmidt
c9291a0d3f Copy Info.plist from Contents/ to Resources/ in CopyFramework 2014-10-28 00:40:57 +01:00
Christian Muehlhaeuser
40610e2c6e Updated ChangeLog. 2014-10-27 19:02:11 +01:00
Christian Muehlhaeuser
d462499ff7 More spacing above first group in sidebar. 2014-10-27 18:54:01 +01:00
Christian Muehlhaeuser
5a74c40208 Fixed CaptionLabel size calculation. 2014-10-27 18:53:38 +01:00
Dominik Schmidt
0721f91f75 Write tomahawk version to cache 2014-10-26 21:18:37 +01:00
Dominik Schmidt
fb18bcbac7 Update PACKAGING.md 2014-10-26 20:32:37 +01:00
Dominik Schmidt
0a8183ee24 Disable building tools and tests by default for releases 2014-10-26 20:28:32 +01:00
Dominik Schmidt
aa09ee86be Build Hatchet account by default 2014-10-26 20:12:19 +01:00
Dominik Schmidt
3aaaf872f0 Add packaging documentation 2014-10-26 19:42:47 +01:00
Uwe L. Korn
c9dd4418da Add CMake switch to disable tools 2014-10-26 02:16:09 +02:00
Dominik Schmidt
0701c752d6 Strip vlc plugin folder correctly 2014-10-26 00:02:08 +02:00
Christian Muehlhaeuser
4ba370590e Bumped version to 0.8.0rc2. 2014-10-25 19:12:16 +02:00
Christian Muehlhaeuser
200201b572 Don't set a window icon on OS X. 2014-10-25 08:02:09 +02:00
Christian Muehlhaeuser
5797b1c6fa Revert "Revert "BMPs without color space information.""
This reverts commit d1bf26dfd5.
2014-10-25 07:56:01 +02:00
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