ubertaco
9b1fc4cd24
added helpstrings
2012-02-23 13:52:11 -05:00
ubertaco
2a27ef88f6
Added initial support for TWK-595 ( command-line audio controls )
2012-02-23 13:48:51 -05:00
Christian Muehlhaeuser
d1ecf6d748
* More work on sidebar reorganization.
2012-02-23 06:22:47 +01:00
Christian Muehlhaeuser
396b5cd6e0
* Modify Tomahawk's config file to be only accessible by the owner.
2012-02-23 04:36:30 +01:00
Christian Muehlhaeuser
55e7d6383b
* Unbreak headless more.
2012-02-23 04:08:14 +01:00
Christian Muehlhaeuser
dbcbffb6c4
* Auto load covers after expanding an artist.
2012-02-23 04:05:06 +01:00
Christian Muehlhaeuser
6b51872c3e
* Unbreak headless.
2012-02-23 03:30:22 +01:00
Christian Muehlhaeuser
79d8b081d7
* Speed up cover loading in TreeView.
2012-02-23 03:21:21 +01:00
Christian Muehlhaeuser
165276912f
* Fixed Windows compiling.
2012-02-22 02:42:42 +01:00
Christian Muehlhaeuser
413052bf8e
* Destroy Pipeline properly and deactivate it earlier during shutdown.
2012-02-22 02:09:24 +01:00
Leo Franchi
46fd72920c
Remove duplicate signal/slot collection. All SourceTreeItem* signals are already hooked up for each item
2012-02-19 15:36:48 -05:00
Christian Muehlhaeuser
399b835436
* SourcePlaylistInterface shouldn't use temporary queries.
2012-02-19 11:29:03 +01:00
Alejandro Wainzinger
9f76cdf486
Fix typo.
2012-02-18 00:49:08 -08:00
Alejandro Wainzinger
881bf5dd9d
Check for OS X 10.7 as well as 10.6 for delegate protocol.
2012-02-18 00:47:23 -08:00
Leo Franchi
8bb9661960
Add an index on the file mtime. For future users for now
2012-02-17 19:08:59 -05:00
Leo Franchi
a1c69b0b43
rework some startup order to load servent before UI components
2012-02-17 18:37:59 -05:00
Dominik Schmidt
5083849514
Merge branch 'master' of git://github.com/tomahawk-player/tomahawk
2012-02-14 05:28:57 +01:00
Dominik Schmidt
8d75ba4d64
Add console output on windows
2012-02-14 05:28:35 +01:00
Leo Franchi
b54b7f6455
Up webapi timeouts so resolving can finish
2012-02-12 17:15:02 -05:00
Dominik Schmidt
488eb387cb
Use my new pvlc build in update-vlc.sh
2012-02-12 20:49:55 +01:00
Dominik Schmidt
99143f6148
Fix windows for qt 4.8
2012-02-12 20:23:20 +01:00
Dominik Schmidt
1d4320afea
Bump year ;-)
2012-02-11 03:55:23 +01:00
Dominik Schmidt
d9c3162146
Remove now unneccesary workaround in mingw toolchain file
2012-02-10 19:36:10 +01:00
Dominik Schmidt
4a1b021753
Fix FindTaglib.cmake for windows
2012-02-10 19:33:48 +01:00
Leo Franchi
3418d5295b
Merge pull request #75 from crabmanX/master
...
suggest playlist filename on export
2012-02-10 06:35:51 -08:00
Kilian Lackhove
bf30dc37a2
suggest playlist filename on export
2012-02-10 15:30:07 +01:00
Dominik Schmidt
6ed4902e00
Check for QtUiTools
2012-02-06 14:56:32 +01:00
Dominik Schmidt
e3f6e61900
*sigh* Fix returning years in scriptresolvers
2012-02-04 01:53:54 +01:00
Christian Muehlhaeuser
c9b1daeba7
* Fixed TWK-670: Don't crash without a composer.
2012-02-03 17:10:03 +01:00
Jeff Mitchell
52531e9125
Use the faster method for actual comparison
2012-02-02 16:08:42 -05:00
Jeff Mitchell
72b6252ab5
Add id() to playlistinterface for comparison
2012-02-02 16:05:51 -05:00
Jeff Mitchell
95f3ead710
Remove extraneous local IP checks; let the plugin set the name and don't
...
try to adjust it based on IP.
2012-02-02 15:42:18 -05:00
Jeff Mitchell
07a9486e4d
Some whitespace cleaning
2012-02-02 14:02:38 -05:00
Dominik Schmidt
7efceebb1c
Merge pull request #74 from peretti/master
...
Added Brazilian Portuguese translation
2012-01-29 19:39:21 -08:00
Hugo Lindström
47529ee4d8
Add version controll to force cacheupdates on new sources.
2012-01-25 16:40:59 +01:00
Allan Peretti
6fdc49b6e5
Brazilian POrtuguese translation
2012-01-24 20:54:59 -06:00
Jeff Mitchell
78ad724bac
Clean up some sourceplaylistinterface logic to hopefully prevent it
...
saying that a track couldn't be resolved when it gets resolved right
afterwards.
Also, have the latch mode changing (for instance on pause) affect the
source's icon.
2012-01-23 16:14:33 -05:00
Jeff Mitchell
fad6768955
Don't go QImage -> QPixmap -> QImage
2012-01-23 15:17:43 -05:00
Jeff Mitchell
03384c4e19
Be a bit safer
2012-01-23 15:14:57 -05:00
Jeff Mitchell
63e59e7e27
Fix crash from album cover refactoring. QPixmap was being put into a
...
QVariant and QImage being taken out.
2012-01-23 15:12:06 -05:00
Christian Muehlhaeuser
b768e84afe
* Better highlighting for artist names in AlbumView.
2012-01-23 18:34:07 +01:00
Christian Muehlhaeuser
8fdddb501f
* Better shutdown sequence.
2012-01-23 18:33:34 +01:00
Christian Muehlhaeuser
f6d00be6c1
* Fixed TreeModel's columns / data method.
2012-01-23 15:48:47 +01:00
Jeff Mitchell
783893f750
I wish Jreen would properly namespace their signals/slots.
2012-01-23 06:49:05 -05:00
Christian Muehlhaeuser
ff9074421a
* Fixed spinner size.
2012-01-23 06:03:00 +01:00
Christian Muehlhaeuser
5a719f39bd
* Fixed painting issues with BreadcrumbBar.
2012-01-23 05:52:39 +01:00
Christian Muehlhaeuser
39a40ce372
* Use proper sort order for Top Hits & Related Artists.
2012-01-23 04:48:31 +01:00
Christian Muehlhaeuser
fdb13a1f78
* Fixed alignment of playlist headers.
2012-01-23 03:20:49 +01:00
Christian Muehlhaeuser
9f99108701
* Let's make alignment a data-role as it's intended to be.
2012-01-23 03:12:55 +01:00
Dominik Schmidt
1e022bf627
Use only 'Show Queue' not 'Open Queue' additionally
2012-01-23 03:07:24 +01:00