Dominik Schmidt
|
c2dc409e40
|
Make CMake build Tomahawk.app instead of tomahawk.app
|
2014-10-24 16:04:56 +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 |
|
Christian Muehlhaeuser
|
51fe1aa0df
|
Renamed and moved FlexibleTreeView to CollectionViewPage.
|
2014-10-20 02:20:52 +02:00 |
|
Jason Herskowitz
|
5d9b42182b
|
Make progress bar match the red of the Tomahawk logo - #ff004c
|
2014-10-19 13:19:16 -04:00 |
|
Christian Muehlhaeuser
|
01534d222f
|
Drop the multiple versions of the empty-collection hint.
|
2014-10-19 10:40:22 +02:00 |
|
Christian Muehlhaeuser
|
8a58114f73
|
Create IndexStatusManager in JobStatusView.
|
2014-10-19 10:21:47 +02:00 |
|
Christian Muehlhaeuser
|
a8642a687f
|
Added IndexStatusManager, which observes indexing progress and creates a job-item accordingly.
|
2014-10-19 10:21:18 +02:00 |
|
Christian Muehlhaeuser
|
fb66be9746
|
Added missing GPL headers.
|
2014-10-19 10:19:59 +02:00 |
|
Christian Muehlhaeuser
|
22a58b7e21
|
Don't create JobStatusItem in DatabaseCommand.
|
2014-10-19 10:19:39 +02:00 |
|
Christian Muehlhaeuser
|
f55ff6f13b
|
Emit signal when indexing starts.
|
2014-10-19 10:18:49 +02:00 |
|
Christian Muehlhaeuser
|
af0b14b728
|
Removed dupe collection background image.
|
2014-10-18 14:57:03 +02:00 |
|
Christian Muehlhaeuser
|
99f6330b95
|
0.8.0rc1
0.8.0rc1
|
2014-10-17 21:51:35 +02:00 |
|
Christian Muehlhaeuser
|
2f28d4ea29
|
Readd a header widget to station view.
|
2014-10-17 21:22:03 +02:00 |
|
Dominik Schmidt
|
cac806a6fe
|
Add note about non-standard GCC feature
|
2014-10-17 19:33:43 +02:00 |
|
Christian Muehlhaeuser
|
42fb4ca88a
|
More vertical space for sources. Looks nicer on Yosemite.
|
2014-10-17 19:20:26 +02:00 |
|
Dominik Schmidt
|
89d45ab678
|
Make logger less crash prone
|
2014-10-17 19:20:08 +02:00 |
|
Dominik Schmidt
|
223be945eb
|
Fix scanning of files with non-latin chars in their names
|
2014-10-17 19:20:08 +02:00 |
|