Dominik Schmidt
d7645a33be
Update QxtWeb
2013-01-05 20:16:31 +01:00
Dominik Schmidt
7969f4ab51
qt5: port the Logger
2013-01-05 17:15:54 +01:00
Dominik Schmidt
45c6396b0a
qt5: use QStandardPaths in TomahawkSettings
2013-01-05 16:46:42 +01:00
Dominik Schmidt
504c1aece2
qt5: clean up Find modules and don't depend on Qt(4) in them anymore
2013-01-05 16:41:06 +01:00
Dominik Schmidt
74941e8aa4
qt5: fix/rearrange includes
2013-01-05 07:50:37 +01:00
Dominik Schmidt
587e0ad927
qt5: use to/fromLatin1 instead of to/fromAscii
2013-01-05 07:21:08 +01:00
Dominik Schmidt
29e73ad47c
qt5: add QUrl comp layer
2013-01-05 07:09:33 +01:00
Christian Muehlhaeuser
a8bd444e6c
* Fixed broken signal / slot connect.
2013-01-05 03:22:03 +01:00
Christian Muehlhaeuser
0eaf9bf1e6
* Fixed compiling.
2013-01-05 03:17:56 +01:00
Dominik Schmidt
17a9ec4e20
qt5: don't use QWeakPointer to track QObject* anymore
2013-01-05 03:07:44 +01:00
Christian Muehlhaeuser
c98803b531
* Added context menu to PlayableCover.
2013-01-05 02:26:43 +01:00
Christian Muehlhaeuser
929a98c21a
* Use new color roles.
2013-01-05 02:20:24 +01:00
Christian Muehlhaeuser
623b5866ed
* Added new color roles for selection foreground / background.
2013-01-05 02:20:24 +01:00
Tomahawk CI
df0563620d
Automatic merge of Transifex translations
2013-01-05 01:16:37 +01:00
Kilian Lackhove
f64c6428cf
Support the legacy api that sends the path to the resolver icon file
2013-01-04 18:10:15 +01:00
Jason Herskowitz
9a4cdf1865
Fix green-dot and search icons
2013-01-04 11:07:15 -05:00
Kilian Lackhove
59cf992dfb
Merge branch 'master' of github.com:tomahawk-player/tomahawk
2013-01-04 15:24:12 +01:00
Kilian Lackhove
4ec6c1fd82
resize resolver icons before storing them
2013-01-04 15:12:55 +01:00
Christian Muehlhaeuser
60bd4da78f
* Oops, removed debug helper :-).
2013-01-04 14:45:29 +01:00
Christian Muehlhaeuser
c884615ef1
* Fixed started() being emitted too often and removed obsolete volume hack.
2013-01-04 14:44:06 +01:00
Christian Muehlhaeuser
4b886a1657
* Reset seekbar during loading so items don't move around.
2013-01-04 14:43:04 +01:00
Christian Muehlhaeuser
68e3bcb54b
* More silly style fixes.
2013-01-04 12:49:06 +01:00
Christian Muehlhaeuser
c6d8da2e98
* AudioEngine shouldn't emit started() until we're really in playing state.
2013-01-04 12:48:19 +01:00
Christian Muehlhaeuser
5e4b0b96be
* Style clean up for TomahawkWindow.
2013-01-04 12:39:00 +01:00
Teo Mrnjavac
ce562aeddf
Remove obsolete actions from ui file.
2013-01-04 12:14:43 +01:00
Christian Muehlhaeuser
d6115d1b6d
* Fixed Windows compile.
2013-01-04 12:12:21 +01:00
Christian Muehlhaeuser
4505260061
* Hook up openLogfile action to TomahawkWindow's slot.
2013-01-04 11:48:00 +01:00
Christian Muehlhaeuser
ef108b6a6f
* Added openLogfile action to ActionCollection.
2013-01-04 11:48:00 +01:00
Christian Muehlhaeuser
1f966e1566
* Put About Tomahawk at the bottom of the Help menu.
2013-01-04 11:48:00 +01:00
Kilian Lackhove
ee48556599
Merge pull request #145 from crabmanX/realtimeArtistSearch
...
update artist and album search wigets immediately on arbum/track found
2013-01-04 02:34:10 -08:00
Christian Muehlhaeuser
dec530cc24
* Fixed default row sizehints in Album- & PlaylistLargeItemDelegate.
2013-01-04 11:17:59 +01:00
Christian Muehlhaeuser
9b9c826f62
* Fixed repainting issues with PlayableCover.
2013-01-04 11:11:51 +01:00
Kilian Lackhove
879648627a
update artist and album search wigets immediately on arbum/track found
2013-01-04 11:11:50 +01:00
Christian Muehlhaeuser
8448e46c7e
* Use correct default viewpage image for AlbumInfoWidget.
2013-01-04 10:59:35 +01:00
Christian Muehlhaeuser
f7c6164701
* This doesn't make sense to me, but it fixes the play button being off-center.
2013-01-04 10:59:35 +01:00
Kilian Lackhove
cbf6aa1a29
fix subscribe and green dot svgs
2013-01-04 10:26:46 +01:00
Christian Muehlhaeuser
4657efe2f3
* Fixed info button being placed too far right.
2013-01-04 08:07:02 +01:00
Leo Franchi
9f99156f83
Merge pull request #144 from crabmanX/resolverIcon
...
receive icon directly from resolvers
2013-01-03 19:02:00 -08:00
Tomahawk CI
9eb2afbc87
Automatic merge of Transifex translations
2013-01-04 01:16:37 +01:00
Kilian Lackhove
80bb0de53a
receive icon directly from resolvers
...
Dont let external resolvers send a (probably faulty) path to an image
file, but receive the image itself directly. This is consistent with
the way the config _msgtype works, so comression is supported, too.
2013-01-04 00:13:10 +01:00
Christian Muehlhaeuser
719b9738d8
* Make AudioContols directly connect to AudioEngine's repeat & shuffle signals.
2013-01-03 20:00:30 +01:00
Christian Muehlhaeuser
7fa21a38e5
* Remove shuffle & repeat mode slots & signals from ViewManager.
2013-01-03 20:00:30 +01:00
Christian Muehlhaeuser
f7f054ed1a
* Added shuffle & repeat mode slots & signals to AudioEngine.
2013-01-03 20:00:30 +01:00
Jason Herskowitz
4d319d4802
Merge branch 'master' of github.com:tomahawk-player/tomahawk
2013-01-03 08:58:15 -05:00
Jason Herskowitz
2202fa95e7
Fix arist icon so star is smaller and better centered in cirlce
2013-01-03 08:57:40 -05:00
Christian Muehlhaeuser
5de9f2f7bd
* Make artist name in PlayableCover clickable.
2013-01-03 05:54:57 +01:00
Leo Franchi
ef5487703c
Merge pull request #143 from crabmanX/master
...
show resolver icon in accounts widget for external resolvers
2013-01-02 18:36:51 -08:00
Christian Muehlhaeuser
0b29b6a444
* We now use 4.8.4 on OSX.
2013-01-02 14:13:20 +01:00
Kilian Lackhove
31d47c0454
show icon in accountswidget for external resolvers, too
2013-01-02 14:00:10 +01:00
Christian Muehlhaeuser
4d4b0a29e4
* Cleaned up translations.cmake.
2013-01-02 11:12:40 +01:00