1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-04 13:17:34 +02:00

7511 Commits

Author SHA1 Message Date
Dominik Schmidt
1e37c52081 Mother of include commits 2013-05-28 15:47:41 +02:00
Dominik Schmidt
2851bd8aa0 Register InfoSystemCache* metatype 2013-05-27 11:07:12 +02:00
Christian Muehlhaeuser
cab5a93fe6 * Fixed typos. 2013-05-26 21:40:41 +02:00
Christian Muehlhaeuser
dcaa6ef8d7 * CreateIndex isn't the right place to connect signals. 2013-05-26 21:38:46 +02:00
Christian Muehlhaeuser
6264813d5c * Fix Logger with Qt5. 2013-05-26 21:13:34 +02:00
Dominik Schmidt
9f33ddc256 Add missing emit ready() 2013-05-26 19:27:23 +02:00
Christian Muehlhaeuser
100ad20c6d * Some fixes to InfoSystem and loading. 2013-05-26 18:41:31 +02:00
Dominik Schmidt
bcccc581a9 Revert "listen to media key events of gnome settings daemon"
This reverts commit 966ab37b94.
2013-05-25 20:05:41 +02:00
Dominik Schmidt
cf7404bdfb Fix loading zeroconf with qt5 2013-05-25 19:57:39 +02:00
Dominik Schmidt
578c89c1b2 jreen hack for qt5 2013-05-25 19:57:39 +02:00
Dominik Schmidt
16417ef7ab s/Q_WS_MAC/Q_OS_MAC/g 2013-05-25 19:57:39 +02:00
Dominik Schmidt
08db9884d4 s/Q_WS_WIN/Q_OS_WIN/g 2013-05-25 19:57:39 +02:00
Dominik Schmidt
08b1525887 Don't use native mac widgets with Qt5 2013-05-25 19:57:39 +02:00
Dominik Schmidt
93f999a9ca Don't link all plugins against QtDBus 2013-05-25 19:57:39 +02:00
Dominik Schmidt
39a0790c0e Add copyright headers 2013-05-25 19:57:39 +02:00
Dominik Schmidt
8e61b5648b Don't declare InfoSystemCache* metatype to fix linking issue with Qt5 2013-05-25 19:57:39 +02:00
Dominik Schmidt
1e122fc320 Declare dyncontrol_ptr metatype to fix linking issue with Qt5 2013-05-25 19:57:38 +02:00
Dominik Schmidt
8e2eefd611 Fix tests for Qt5 2013-05-25 19:57:38 +02:00
Dominik Schmidt
0766f2a51a Improve inclusion order 2013-05-25 19:57:38 +02:00
Dominik Schmidt
0f8635d833 Remove qjson from some public headers 2013-05-25 19:57:38 +02:00
Dominik Schmidt
53c74c191d Fix QDBus linkage on all platforms 2013-05-25 19:57:38 +02:00
Dominik Schmidt
0115fcd5bf Don't build CrashReporter with Qt5 2013-05-25 19:57:38 +02:00
Dominik Schmidt
bcf946ec26 Find Phonon for Qt4 and Phonon4Qt5 for Qt5 2013-05-25 19:57:38 +02:00
Uwe L. Korn
f733b6126f Add the possibility for JSResolvers to specify that a given URL is checked/valid. 2013-05-25 19:49:30 +02:00
Uwe L. Korn
c03c8b8223 Merge pull request #188 from f1ori/master
listen to media key events provided by gnome settings daemon
2013-05-25 08:58:16 -07:00
Florian Richter
966ab37b94 listen to media key events of gnome settings daemon
* add shortcuthandler, which listens to the media key event
  provided by the gnome settings daemon via dbus
  (https://github.com/GNOME/gnome-settings-daemon/blob/master/plugins/media-keys/README.media-keys-API)
2013-05-25 17:51:02 +02:00
Dominik Schmidt
606bc1c51e Forgotten files are forgotten 2013-05-25 15:02:08 +02:00
Dominik Schmidt
23513f2510 Pimple AudioEngine 2013-05-25 15:00:40 +02:00
Teo Mrnjavac
2e6f5c07c1 Useless entry is useless. 2013-05-25 13:46:24 +02:00
Tomahawk CI
3b2ea31ea9 Automatic merge of Transifex translations 2013-05-25 02:16:58 +02:00
Teo Mrnjavac
cab5965605 Avoid crash when propagating dbcmd_ShareTrack. 2013-05-24 18:30:01 +02:00
Jeff Mitchell
bd197f40de Fix spelling 2013-05-24 16:45:51 +02:00
Jeff Mitchell
98bebc4d9e Use removeOne, not removeAll, as there won't be more than one 2013-05-24 16:45:00 +02:00
Teo Mrnjavac
5575eb9e8e Fix loading of playlist updaters. 2013-05-24 16:26:48 +02:00
Uwe L. Korn
89088dd32d Use QKeySequence::Find to focus the search widget 2013-05-24 15:35:57 +02:00
Dominik Schmidt
54101c9177 Move src/breakdpad/CrashReporter to src/crashreporter 2013-05-24 11:49:39 +02:00
Dominik Schmidt
849bb7e773 Build all subdirs of src/ automatically 2013-05-24 11:48:46 +02:00
Dominik Schmidt
a0738ccd76 Adjust cmake to build again and fix include errors
These are partly hacks - I split the commit for referencing the hacks
afterwards
2013-05-24 11:36:12 +02:00
Dominik Schmidt
4a443bfb9f Move application target from src/ to src/tomahawk/ 2013-05-24 11:36:12 +02:00
Tomahawk CI
e11908ff91 Automatic merge of Transifex translations 2013-05-24 02:16:53 +02:00
Teo Mrnjavac
9621943fd7 Try to fix startup issue. 2013-05-23 22:23:19 +02:00
Teo Mrnjavac
25aaa9d485 Make AccountModel loading asynchronous.
AccountManager starts up in 3 steps, first waiting for credentials and
then for Servent to be ready. During this time an AccountModel could be
instantiated in the GUI thread, which needs AccountManager, and if the
latter is not ready at that time, the former cannot be populated with
sane data.
This commit splits the AccountModel ctor so that it waits for
AccountManager to be ready before hooking up to its signals and
performing the initial model reset.
2013-05-23 17:49:53 +02:00
Teo Mrnjavac
7f91aefb3a Debug spam++ 2013-05-23 15:22:14 +02:00
Teo Mrnjavac
2cc476332b Use outbox icon when sending tracks. 2013-05-23 15:15:34 +02:00
Teo Mrnjavac
0295ce5c38 Notify sender of track that an inbox entry has been sent. 2013-05-23 15:02:40 +02:00
Jason Herskowitz
2bab13789a Add outbox SVG 2013-05-23 07:14:24 -04:00
Dominik Schmidt
25a5a4b25d Link privately against qtkeychain 2013-05-23 12:58:58 +02:00
Teo Mrnjavac
68aa51b6d5 Rename QtScriptResolver to JSResolver because JS != QtScript. 2013-05-23 10:23:23 +02:00
Teo Mrnjavac
2ec10fc80f Enable AccountModel debug spam. 2013-05-23 07:33:58 +02:00
Teo Mrnjavac
26399d3603 Fix issue with not all accountIds being carried over to loading phase. 2013-05-23 07:18:10 +02:00