Christian Muehlhaeuser
728c8815aa
* Fixed resolving spinners showing up.
2012-11-12 07:08:12 +01:00
Christian Muehlhaeuser
19a9d9badb
* Removed obsolete include.
2012-11-12 07:07:53 +01:00
Christian Muehlhaeuser
7634499347
* Fixed english translation for playlist-model description.
2012-11-12 04:30:55 +01:00
Christian Muehlhaeuser
3d76006a83
* Fixed artist & album retrieval.
2012-11-11 12:04:28 +01:00
Christian Muehlhaeuser
45d32b2094
* Fixed debug output.
2012-11-11 12:03:35 +01:00
Christian Muehlhaeuser
3062e6d2bd
* Fixed TWK-1096: Deleting a playlist destroys the current view.
2012-11-11 09:49:38 +01:00
Tomahawk CI
d5798d0614
Automatic merge of Transifex translations
2012-11-11 01:16:47 +01:00
Christian Muehlhaeuser
9d580d16ef
* Fixed sorting views by year.
2012-11-10 08:25:11 +01:00
Tomahawk CI
50988cbd97
Automatic merge of Transifex translations
2012-11-10 01:17:04 +01:00
Christian Muehlhaeuser
8fc3f7a4e3
* Set guids for LovedTracks, RecentPlays and RecentAdditions.
2012-11-09 06:41:55 +01:00
Christian Muehlhaeuser
57f1692c22
* FlexibleView now overrides the individual view's PlaylistInterface.
2012-11-09 06:41:07 +01:00
Christian Muehlhaeuser
70399e3cd7
* Return playlist-specific guids in PlaylistModel.
2012-11-09 06:40:31 +01:00
Christian Muehlhaeuser
9208a0244c
* Allow for overriding of a TrackView's PlaylistInterface.
2012-11-09 06:40:03 +01:00
Christian Muehlhaeuser
fa98d23a13
* Removed obsolete guid handling in PlaylistView.
2012-11-09 06:38:40 +01:00
Christian Muehlhaeuser
1879469f1f
* Added verbose logging to PlayableProxyModelPlaylistInterface.
2012-11-09 06:38:09 +01:00
Christian Muehlhaeuser
b71ba3d5aa
* Fixed column weights and added guid() methods to PlayableModels.
2012-11-09 06:36:59 +01:00
Christian Muehlhaeuser
dad52a1590
* Removed obsolete hack from ViewHeader.
2012-11-09 06:36:16 +01:00
Christian Muehlhaeuser
835a0b3762
* Update logging in AudioEngine.
2012-11-09 06:34:28 +01:00
Christian Muehlhaeuser
f82b81e001
* Style and logging clean-ups.
2012-11-09 05:59:22 +01:00
Christian Muehlhaeuser
6ceb13dcc5
* Style cleanup.
2012-11-06 23:54:48 +01:00
Christian Muehlhaeuser
d5d08c6ea3
* Style cleanup.
2012-11-06 23:54:48 +01:00
Christian Muehlhaeuser
6bf34099ec
* Update to new shorter wiki url.
2012-11-06 23:54:48 +01:00
Tomahawk CI
a206952140
Automatic merge of Transifex translations
2012-11-06 01:16:54 +01:00
Teo Mrnjavac
8c85209bb9
Prevent toolbar hiding. Fixes TWK-1046.
2012-11-05 13:17:11 +01:00
Tomahawk CI
a7f8c80758
Automatic merge of Transifex translations
2012-11-04 01:16:52 +01:00
Dominik Schmidt
70e155ffa8
Include TomahawkVersion.h in XmppSip.cpp
2012-11-03 03:49:32 +01:00
Dominik Schmidt
440c3466dd
Woops, forgot to save a few files
2012-11-03 03:45:15 +01:00
Dominik Schmidt
443d7519ac
Move implementations to source files in app
2012-11-03 03:24:36 +01:00
Dominik Schmidt
ecf0e6725d
Reorder includes in accounts
2012-11-03 02:47:32 +01:00
Dominik Schmidt
85ef6dfdb8
Reorder includes in the app
2012-11-03 02:37:20 +01:00
Dominik Schmidt
997c77ca18
Move Tomahawk version info out of config.h, should reduce code recompilation/increase ccache cache hits
2012-11-03 02:15:12 +01:00
Dominik Schmidt
4557eb6b1b
Remove outdated hypem-CMakeLists
2012-11-03 01:56:28 +01:00
Dominik Schmidt
564e952386
Port CrashReporter to automoc
2012-11-03 01:54:02 +01:00
Dominik Schmidt
8282d0a4ba
Add proper QtSparkle find module and make it an optional dep
2012-11-03 01:04:13 +01:00
Dominik Schmidt
a5ef97788e
cmake: finally surpress CMP0017 warning completely
2012-11-03 00:13:39 +01:00
Dominik Schmidt
93e9dc9ddb
Update README: liblastfm has moved to official lastfm account and is not optional anymore
2012-11-02 23:21:06 +01:00
Dominik Schmidt
c910e1b58f
Fix build with new CMake release.
...
Doesn't harm us, but really looks like an upstream bug
2012-11-02 21:43:11 +01:00
Tomahawk CI
a26482d421
Automatic merge of Transifex translations
2012-10-25 02:17:06 +02:00
Teo Mrnjavac
c97d61e85f
Fix bug with play/pause shortcut key not working with compact menu.
2012-10-23 14:06:02 +02:00
Teo Mrnjavac
265c1277fb
Make playlist description text nicer.
2012-10-22 11:25:22 +02:00
Teo Mrnjavac
c435a3c7f8
Superclass FlexibleHeader into BasicHeader for a customizable InfoBar.
...
BasicHeader reproduces InfoBar's look and feel and provides a generic
InfoBar-like page header, easily customized by subclassing.
Also, BasicHeader and FlexibleHeader now set up the UI programmatically
rather than using a .ui file.
2012-10-22 11:25:10 +02:00
Teo Mrnjavac
5c7404946e
Make FlexibleHeader and InfoBar more consistent with each other.
2012-10-21 18:22:13 +02:00
Tomahawk CI
343ead0ed9
Automatic merge of Transifex translations
2012-10-21 00:19:10 +02:00
Teo Mrnjavac
5533019a65
Moved some colors and constants for popup widgets to TomahawkUtilsGui.
...
There are probably better ways to do this. Suggestions are welcome.
This aims to make it easier to keep the popup dialogs consistent even
though the code gets a little more verbose.
2012-10-20 23:29:01 +02:00
Teo Mrnjavac
83e872e00f
Useless #define is useless.
2012-10-20 22:51:50 +02:00
Teo Mrnjavac
4b45d51376
Try to make it nicer on Mac, take 5.
2012-10-20 22:30:08 +02:00
Teo Mrnjavac
34836aa8fb
Try to make SocialWidget nice on Mac, take 4.
2012-10-20 21:55:44 +02:00
Teo Mrnjavac
8dcd8143cb
Try to make SocialWidget nice on Mac, take 3.
2012-10-20 21:49:32 +02:00
Teo Mrnjavac
015a76f831
Restored go online/go offline functionality in AccountsWidget.
...
This is a stopgap measure until we refactor the Accounts stuff for easy
state management in resolvers and such. It is still better than the old
go online/go offline entry, but it ties the connected/disconnected state
of all non-SIP accounts to the state of the SIP accounts, without
changing the non-SIP accounts' enabled/disabled setting.
This means that as long as at least one SIP account is enabled, all
other non-SIP accounts will try to connect and Tomahawk will be
reported as "online" in the UI. Otherwise, when hitting "Disconnect All"
or disabling the last online SIP account, all non-SIP accounts will be
disconnected as well.
2012-10-20 20:51:23 +02:00
Teo Mrnjavac
022b11e7cb
Fix layout in SocialWidget, take 2.
2012-10-20 20:10:07 +02:00