Christian Muehlhaeuser
ae807bc7ce
Revert "* Style cleanup."
...
This reverts commit 4ec75ec49c3e48edec7a1ee24d5520ace5bc9c4a.
2012-05-18 21:42:37 +02:00
Christian Muehlhaeuser
2d356c5bae
* No more mode init.
2012-05-18 12:14:38 +02:00
Christian Muehlhaeuser
b76b96ef3e
* Show play button on item-views.
2012-05-18 12:14:38 +02:00
Christian Muehlhaeuser
ee7986180f
* ModelMode specific AlbumPlaylistInterfaces.
2012-05-18 12:14:38 +02:00
Christian Muehlhaeuser
2d34a69e0c
* ModelMode specific PlaylistInterfaces for Album object.
2012-05-18 12:14:38 +02:00
Christian Muehlhaeuser
4c04feb529
* Lazy init for AlbumView.
2012-05-18 12:14:38 +02:00
Christian Muehlhaeuser
fd7f1fe422
* Don't use bold fonts for infobar description.
2012-05-18 12:14:37 +02:00
Christian Muehlhaeuser
3e9e37fdc9
* Per default, add the Mixed album info to a playlist.
2012-05-18 12:14:37 +02:00
Christian Muehlhaeuser
fe58726b69
* Directly query artist / albums objects for their data.
2012-05-18 12:14:37 +02:00
Christian Muehlhaeuser
bf3e2ccb01
* Use item-views on AlbumInfoWidget.
2012-05-18 12:14:37 +02:00
Christian Muehlhaeuser
33c9f59929
* Use item-views on ArtistInfoWidget.
2012-05-18 12:14:37 +02:00
Christian Muehlhaeuser
a699348766
* Fixed direct artist_ptr playback.
2012-05-18 12:14:37 +02:00
Christian Muehlhaeuser
45d06c9be5
* Declare artist_ptr as metatype.
2012-05-18 12:14:37 +02:00
Christian Muehlhaeuser
cf4baf28c3
* Added comment.
2012-05-18 12:14:36 +02:00
Christian Muehlhaeuser
91205b8fd7
* Remove obsolete debug output.
2012-05-18 12:14:36 +02:00
Christian Muehlhaeuser
8d6d584bb4
* AudioEngine methods for directly playing artists / albums / queries.
2012-05-18 12:14:36 +02:00
Christian Muehlhaeuser
9291ee80c9
* Layout fixes for TrackInfoWidget.
2012-05-18 12:14:36 +02:00
Christian Muehlhaeuser
4ec75ec49c
* Style cleanup.
2012-05-18 12:14:36 +02:00
Christian Muehlhaeuser
b05f56491e
* Register album_ptr & artist_ptr as meta-types.
2012-05-18 12:14:36 +02:00
Christian Muehlhaeuser
9df8fc0182
* Clicking track name in AudioControls brings up track-page now.
2012-05-18 12:14:36 +02:00
Jeff Mitchell
65c8739da5
Merge branch 'master' into infoplugins and fix up problematic bits. This
...
fully separates out all infoplugins into separate buildable units.
Eventually I'll make cmake switches to enable easy picking of the
different plugins at build-time; distros will like that.
Conflicts:
src/infoplugins/generic/CMakeLists.txt
src/infoplugins/generic/ChartsPlugin.cpp
src/infoplugins/generic/ChartsPlugin.h
src/infoplugins/generic/ChartsPlugin_Data_p.h
src/infoplugins/generic/charts/ChartsPlugin.cpp
src/infoplugins/generic/charts/ChartsPlugin.h
src/infoplugins/generic/hypem/HypemPlugin.cpp
src/infoplugins/generic/hypem/HypemPlugin.h
src/infoplugins/generic/hypemPlugin.cpp
src/infoplugins/generic/hypemPlugin.h
src/libtomahawk/CMakeLists.txt
src/libtomahawk/CountryUtils.h
src/libtomahawk/infosystem/InfoSystemWorker.cpp
src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.cpp
src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin.h
src/libtomahawk/infosystem/infoplugins/generic/ChartsPlugin_Data_p.h
src/libtomahawk/infosystem/infoplugins/generic/hypemPlugin.cpp
src/libtomahawk/infosystem/infoplugins/generic/hypemPlugin.h
2012-05-18 00:47:32 -04:00
Leo Franchi
32e1a16ead
Guard against divide-by-0
2012-05-17 12:57:12 -04:00
Dominik Schmidt
f9eab019a9
cmake *sigh*
2012-05-17 18:37:34 +02:00
Leo Franchi
a8354ed1a9
Merge pull request #93 from randomguy3/mpris2-fixes
...
Mpris2 fixes
2012-05-17 06:28:30 -07:00
Alex Merry
1f0f4e21a8
MPRIS2: Fix volume property
...
Volume is a double between 0 and 1, not a percentage between 0 and 100.
2012-05-17 14:16:36 +01:00
Alex Merry
8b17657da1
MPRIS2: mpris:length should be in microseconds, not seconds
2012-05-17 14:11:58 +01:00
Alex Merry
e52b9eb36b
MPRIS2: Fix type of mpris:trackid metadata
...
It should be a DBus Object Path ('o'), not a String ('s').
2012-05-17 14:01:32 +01:00
Tomahawk CI
06338c73f1
Automatic merge of Transifex translations
2012-05-16 22:16:30 +00:00
Leo Franchi
d6f017bc6a
Merge pull request #92 from mguentner/crashprivacy
...
added "Send this report" and "Don't send" buttons
2012-05-16 06:52:46 -07:00
Tomahawk CI
cd84015c8d
Automatic merge of Transifex translations
2012-05-15 22:16:34 +00:00
Maximilian Güntner
8cce5dafcd
added "Send this report" and "Don't send" buttons
...
Most users probably do not disable crash reporting. Adding two
simple buttons will give them a chance to abort if they do not
want to send their crash report.
Signed-off-by: Maximilian Güntner <maximilian.guentner@gmail.com>
2012-05-15 02:40:26 +02:00
Tomahawk CI
69dbb8a882
Automatic merge of Transifex translations
2012-05-14 22:16:27 +00:00
Jeff Mitchell
6cfac1978e
Migrate charts plugin
2012-05-14 13:10:59 -04:00
Jeff Mitchell
50fbe986d7
Move HypemPlugin over to new plugin paradigm
2012-05-14 12:34:48 -04:00
Christian Muehlhaeuser
3e60adfe37
* Fixed mainwindow layout jumping around on startup.
2012-05-14 02:49:44 -07:00
Christian Muehlhaeuser
37f7521d5c
* Fixed compiling.
2012-05-13 22:35:41 -07:00
Dominik Schmidt
42faa354ec
Port echonest info plugin to the new macro
2012-05-14 05:25:12 +02:00
Dominik Schmidt
f33d446f7f
Make linux infoplugins real plugins
2012-05-14 05:17:07 +02:00
Leo Franchi
f7b9f8a3d7
Merge pull request #90 from nowrep/master
...
Fixed style of scrollbar in TrackInfoWidget
2012-05-13 19:55:19 -07:00
Dominik Schmidt
380ff0d23d
Make generic infoplugins real plugins
2012-05-14 04:42:21 +02:00
Dominik Schmidt
9c995270cf
minor improvements for add_tomahawk_plugin
2012-05-14 04:16:58 +02:00
Dominik Schmidt
027c716fd7
add_tomahawk_plugin: port zeroconf account
2012-05-14 03:24:17 +02:00
Dominik Schmidt
d2c8196b07
add_tomahawk_plugin: port twitter account
2012-05-14 03:24:15 +02:00
Dominik Schmidt
dd4acb0cd2
add_tomahawk_plugin: port googlewrapper account
2012-05-14 03:24:10 +02:00
Dominik Schmidt
8c4cfef5a1
add_tomahawk_plugin: port xmpp account
2012-05-14 03:24:02 +02:00
Dominik Schmidt
102ead74bd
Add add_tomahawk_plugin cmake macro
2012-05-14 02:41:02 +02:00
Tomahawk CI
755285920c
Automatic merge of Transifex translations
2012-05-13 22:16:32 +00:00
Jeff Mitchell
ee8e25b8ce
Don't need this anymore....
2012-05-13 17:42:53 -04:00
Jeff Mitchell
3e781a243e
Make infoplugins dynamically loadable, and convert echonest plugin to
...
this format
2012-05-13 17:37:25 -04:00
Jeff Mitchell
485d076d73
Update account DLL macro to use Q_DECL_X
2012-05-13 16:36:57 -04:00