1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

7245 Commits

Author SHA1 Message Date
Christian Muehlhaeuser
dacd294de3 * Fixed missing copyright header. 2013-02-24 22:28:47 +01:00
Uwe L. Korn
971e84337f More translator friendly string formatting
* Add escaping of supplied strings since they may interfere with the
  xml-based markup.
2013-02-24 16:30:28 +01:00
Christian Muehlhaeuser
05e89b0323 * Log database commands in verbose mode. 2013-02-24 16:05:43 +01:00
Christian Muehlhaeuser
1f4e010764 * Don't let RecentPlaylistsModel try to load stuff before we're ready. 2013-02-24 16:05:32 +01:00
Christian Muehlhaeuser
400f52d10d * Make sure our private markAsReady method is connected (and hence called) first. Log a message when db is ready. 2013-02-24 14:09:57 +01:00
Christian Muehlhaeuser
3142e85af6 * Print out a warning and abort when trying to enqueue a DatabaseCommand before Database is ready. 2013-02-24 14:00:04 +01:00
Uwe L. Korn
689d97d689 Style album message 2013-02-24 12:44:01 +01:00
Uwe L. Korn
73e00e26c4 Style notifications if the window manager supports it. 2013-02-24 11:55:39 +01:00
Tomahawk CI
6d788a00af Automatic merge of Transifex translations 2013-02-24 01:16:59 +01:00
Teo Mrnjavac
2ec2e65d67 Fix what I assume is a typo. 2013-02-23 20:37:02 +01:00
Tomahawk CI
50376bcbff Automatic merge of Transifex translations 2013-02-23 01:17:02 +01:00
Jeff Mitchell
7ef99d3b9a Merge pull request #162 from xhochy/feature/fdonotify-dbus-async-reply
Make D-Bus call in fdonotify asynchronous
2013-02-22 07:20:19 -08:00
Tomahawk CI
4708c61a92 Automatic merge of Transifex translations 2013-02-22 01:16:57 +01:00
Jeff Mitchell
4c300f298d Add some variables in preparation for eventual per-source weighting 2013-02-21 10:32:44 -05:00
Uwe L. Korn
0a0b3717aa Remove qt-module from include path and add more distinctive name for callback 2013-02-21 14:25:31 +01:00
Jeff Mitchell
221a038568 Update CMakeLists.txt text 2013-02-20 13:24:10 -05:00
Jeff Mitchell
6883787551 Namespace the other account resource files as well 2013-02-20 13:12:41 -05:00
Hugo Lindström
35a3511ee5 SpotifyParse fix 2013-02-20 16:37:40 +01:00
Tomahawk CI
75537b9c20 Automatic merge of Transifex translations 2013-02-20 01:17:03 +01:00
Stefan Derkits
6e3b374dcb only load genre/style/mood from cache if it is empty 2013-02-19 16:45:58 +01:00
Teo Mrnjavac
10b84c863d Added tooltip. 2013-02-19 13:40:59 +01:00
Tomahawk CI
7bfa6cc08a Automatic merge of Transifex translations 2013-02-19 01:17:11 +01:00
Teo Mrnjavac
d7d15eda46 Added ScriptCollection refresh support. Also new header. 2013-02-18 23:04:10 +01:00
Teo Mrnjavac
76044bd054 Separate filter from FlexibleHeader, give collections their own header. 2013-02-18 23:04:10 +01:00
Hugo Lindström
a5f2b0eccd Update headers in QtScriptResolver 2013-02-18 20:27:35 +01:00
Jason Herskowitz
3c95d5714c Refresh icon 2013-02-18 12:44:39 -05:00
Tomahawk CI
1002b5f291 Automatic merge of Transifex translations 2013-02-18 01:16:42 +01:00
Teo Mrnjavac
55d8896ab9 Added description support to Collection, and fixed header text. 2013-02-17 17:39:06 +01:00
Teo Mrnjavac
74432a8712 Fix delegate to paint ScriptCollections nicely when selected. 2013-02-17 17:21:14 +01:00
Teo Mrnjavac
d97a530ee5 Fix description elision. 2013-02-17 13:27:25 +01:00
Teo Mrnjavac
13b5a3c911 Added proper ScriptCollection items, with delegate.
Showing collection info.
2013-02-17 13:27:24 +01:00
Christian Muehlhaeuser
b2b1ff1cba Revert "* Bumped libechonest requirement to 2.0.3."
This reverts commit 677bf098a510216b5e5f888c353369b80a9e279d.
2013-02-16 10:57:48 +01:00
Christian Muehlhaeuser
677bf098a5 * Bumped libechonest requirement to 2.0.3. 2013-02-16 01:30:43 +01:00
Tomahawk CI
684aa658c2 Automatic merge of Transifex translations 2013-02-16 01:17:09 +01:00
Teo Mrnjavac
6f1a5d36a8 Don't crash when readding a resolver with ScriptCollection. 2013-02-15 14:03:25 +01:00
Teo Mrnjavac
1bf5787d74 Move ScriptCollection items to their own top-level category. 2013-02-15 14:03:25 +01:00
Christian Muehlhaeuser
176a9c8ce0 * Style cleanups. 2013-02-14 19:11:17 +01:00
Christian Muehlhaeuser
78e0475b9e * Properly detect the correct UPnP InternetGateway device. 2013-02-14 19:11:17 +01:00
Christian Muehlhaeuser
b6361abdd7 * Support https urls in Servent. 2013-02-14 19:11:17 +01:00
Tomahawk CI
862f684768 Automatic merge of Transifex translations 2013-02-14 01:16:57 +01:00
Christian Muehlhaeuser
006ae8b984 Merge pull request #165 from xhochy/feature/dynamic-notification-icon-sizes
Determine the notification icon size on the default font height.
2013-02-13 06:41:40 -08:00
Uwe L. Korn
f25608f52c Remove unused includes 2013-02-13 15:39:40 +01:00
Uwe L. Korn
93b06e5d95 Determine the notification icon size on the default font height. 2013-02-13 15:20:27 +01:00
Christian Muehlhaeuser
6a10b5e7e1 Merge pull request #164 from zizzfizzix/desktop
Desktop file changes
2013-02-13 05:49:16 -08:00
Kuba Serafinowski
5565845f55 Add Polish description entries to desktop file 2013-02-13 14:46:46 +01:00
Kuba Serafinowski
f236dc4403 Change hyphens to dashes in desktop file 2013-02-13 14:38:15 +01:00
Uwe L. Korn
6759f6c72f Make D-Bus call in fdonotify asynchronous 2013-02-13 12:30:30 +01:00
Tomahawk CI
461f650dbd Automatic merge of Transifex translations 2013-02-13 01:16:57 +01:00
Tomahawk CI
9f2149f1a3 Automatic merge of Transifex translations 2013-02-12 01:16:52 +01:00
Stefan Derkits
f24e593ad4 Merge pull request #153 from tomahawk-player/genreradio
Implement genreradio
2013-02-11 15:00:05 -08:00