1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-02 15:12:28 +02:00

7865 Commits

Author SHA1 Message Date
Tomahawk CI
e7c1dafcda Automatic merge of Transifex translations 2013-06-17 02:16:42 +02:00
Christian Muehlhaeuser
c3039c3b4e * Fixed compiling Hatchet. 2013-06-17 00:51:49 +02:00
Dominik Schmidt
658d1bd351 Merge pull request #195 from tomahawk-player/viewmanagerrefactor
Allow external plugins to add view pages to the sidebar
2013-06-16 15:08:06 -07:00
Dominik Schmidt
7130504777 Allow to set icon and text for externally added generic page items without instantiating them (aka fix lazy loading for vsxu widget) 2013-06-17 00:00:26 +02:00
Dominik Schmidt
91a57c5305 Revert "Add icon() method to ViewPage api and use that and title() for sidebar items"
We can't lazy load the page when we need its members to show the sidebar
entry...

This reverts commit 1821b24391c33b2ea14fc0d094142395588075d9.
2013-06-17 00:00:26 +02:00
Dominik Schmidt
6c7bd96f30 Clean up 2013-06-17 00:00:26 +02:00
Dominik Schmidt
7dbe504a0f Add icon() method to ViewPage api and use that and title() for sidebar items 2013-06-17 00:00:26 +02:00
Uwe L. Korn
992b6a1a76 Pimple ControlConnection 2013-06-16 21:37:16 +02:00
Dominik Schmidt
d83c2c3c06 Use XInitThreads() on X11 to enable loading the visualizer module 2013-06-16 21:34:31 +02:00
Dominik Schmidt
ebf774c3ac Explicitly hide inactive view pages 2013-06-16 21:33:52 +02:00
Uwe L. Korn
d3ce480480 Pimple Msg 2013-06-16 21:13:59 +02:00
Uwe L. Korn
b64da4eb18 More include cleanups 2013-06-16 19:39:56 +02:00
Dominik Schmidt
4bd3ff8c18 Add generic page item for new view pages 2013-06-16 19:35:58 +02:00
Uwe L. Korn
f037e0823c Clean up headers 2013-06-16 19:04:26 +02:00
Uwe L. Korn
2451a0a061 Pimple BufferIoDevice 2013-06-16 19:02:08 +02:00
Uwe L. Korn
45b367677d No need for QObject on Private classes 2013-06-16 19:01:51 +02:00
Dominik Schmidt
9d532d6285 Remove stub page from ViewManager implementation 2013-06-16 18:30:38 +02:00
Teo Mrnjavac
afface1311 GenericPageItem insertion fixage. 2013-06-16 18:06:29 +02:00
Dominik Schmidt
5e40988547 Move stub page adding from appendGroups to SourcesModel ctor 2013-06-16 17:44:56 +02:00
Dominik Schmidt
d940d8436e Use QList < ViewPage* > in ViewManager to store simple view pages 2013-06-16 17:22:35 +02:00
Dominik Schmidt
e6f4c217bb Add stub page to pull out again 2013-06-16 16:50:11 +02:00
Uwe L. Korn
3d1ecc53f3 No more warnings in tomahawk code 2013-06-16 16:25:39 +02:00
Uwe L. Korn
c473efba4e Fight all compiler warnings in libtomahawk 2013-06-16 15:54:26 +02:00
Uwe L. Korn
f8ebb22c7b Add missing include 2013-06-16 13:05:41 +02:00
Uwe L. Korn
aeffe76b96 Move includes from global headers into local .cpp 2013-06-16 12:57:03 +02:00
Uwe L. Korn
e650983b60 Move implementations out of the header 2013-06-16 12:56:38 +02:00
Uwe L. Korn
fc24175cca Remove not needed includes in Query.h 2013-06-16 12:32:14 +02:00
Uwe L. Korn
c81d1f2ede Remove not needed includes 2013-06-16 12:00:19 +02:00
Uwe L. Korn
06417a2be0 Add missing include for OSX 2013-06-16 11:44:48 +02:00
Uwe L. Korn
a314d8b638 Finish Connection pimpeling 2013-06-16 11:43:32 +02:00
Uwe L. Korn
0041a9f850 Make access to Connection->nodeid thread-safe 2013-06-16 11:21:34 +02:00
Uwe L. Korn
f9738dba16 If a ControlConnection is not anymore responsible for a source, it should not touch it. 2013-06-16 11:17:05 +02:00
Uwe L. Korn
fbe434a4d5 Move outbound, ready, onceonly into ConnectionPrivate 2013-06-16 10:52:27 +02:00
Christian Muehlhaeuser
16d2f33adc * Fixed compiling. 2013-06-16 10:46:23 +02:00
Tomahawk CI
30ab94b2bf Automatic merge of Transifex translations 2013-06-16 02:16:44 +02:00
Uwe L. Korn
ad68b7fb04 Pimple SipStatusMessage 2013-06-15 22:02:16 +02:00
Uwe L. Korn
eeab7332ad Rename Tomahawk::ACL -> Tomahawk::ACLStatus 2013-06-15 22:01:20 +02:00
Uwe L. Korn
9e6263856d Less (global) includes in/of SipPlugin.h 2013-06-15 21:39:11 +02:00
Uwe L. Korn
b5cce70b4d Move peerport and msg into ConnectionPrivate 2013-06-15 21:04:46 +02:00
Uwe L. Korn
ce11d3aec3 Tomahawk::ACL -> Tomahawk::ACL::Type 2013-06-15 20:52:43 +02:00
Uwe L. Korn
c7dfe80c82 Move m_name into ConnectionPrivate 2013-06-15 20:36:13 +02:00
Uwe L. Korn
88742ba1d5 Remove not needed ControlConnection include 2013-06-15 20:25:36 +02:00
Uwe L. Korn
4a9ba6efa5 Pimple Source, remove some headers from Source.h and Connection.h 2013-06-15 20:22:25 +02:00
Uwe L. Korn
d3865cc306 Move all implementations out of the header 2013-06-15 16:14:24 +02:00
Uwe L. Korn
619d8a4c6d Remove unused include 2013-06-15 16:14:23 +02:00
Uwe L. Korn
7b654bdd24 Unprefix Qt includes 2013-06-15 16:14:23 +02:00
Jason Herskowitz
bd84125c85 More padding in breadcrumb. Don't yet know how to make font bigger. 2013-06-15 08:17:48 -04:00
Uwe L. Korn
659907856e Remove unused qjson includes and member 2013-06-15 14:13:35 +02:00
Uwe L. Korn
bd24819cbf Move private members of Connection into a Dpointer 2013-06-15 13:56:37 +02:00
Uwe L. Korn
2f570ef161 Set nodeid directly, not as a property 2013-06-15 12:54:40 +02:00