Commit Graph

1721 Commits

Author SHA1 Message Date
John Maguire 184cf0c0d8 Support last.fm RQL URLs.
For syntax, see: http://burnysblog.blogspot.com/2010/04/combo-station-urls.html
2010-10-07 13:59:24 +00:00
David Sansome f4a1e86c45 Show the now playing widget "inside" the sidebar instead of under it. 2010-10-06 18:16:49 +00:00
David Sansome c268f60339 Fix a memory leak in projectm when using the non-FBO fallback on Windows Vista. Fixes issue #846 2010-10-04 23:03:13 +00:00
David Sansome 317e957c64 Fix mingw libechonest errors 2010-10-04 22:22:54 +00:00
David Sansome 6f5ece9964 Upgrade to libechonest 0.1.1 2010-10-04 21:49:56 +00:00
John Maguire 0071cb9856 Remove German translations of keyboard shortcuts. 2010-10-04 18:36:37 +00:00
David Sansome d035b1abc2 Add libechonest into 3rdparty, and add a basic echonest artist info fetcher. 2010-10-02 16:23:33 +00:00
David Sansome 7f3e91226c Move src/lyrics to src/songinfo 2010-10-02 13:43:45 +00:00
David Sansome 1649ad48c5 Only fetch lyrics when the lyrics tab is visible 2010-10-02 13:37:10 +00:00
David Sansome 61ea0cb24b Don't block the GUI while a background stream is starting 2010-10-02 12:51:09 +00:00
David Sansome df9a2dbca3 Fix the sidebar mouseover effects 2010-10-02 12:31:11 +00:00
David Sansome 5d54d517ab Add a background to the sidebar 2010-10-02 12:09:06 +00:00
David Sansome 8b3972f447 Make the icons in the sidebar a bit smaller and add a spacer between the devices button and the lyrics button. 2010-10-02 10:49:48 +00:00
David Sansome 56d72a00bf Try the next UI experiment - wide buttons down the side like Qt Creator 2010-10-01 19:27:01 +00:00
David Sansome 730708f0ca Add an "About Qt" menu item. Fixes issue #833 2010-09-30 21:25:31 +00:00
David Sansome f172f51726 Clean up the confusing appearance of the checked but disabled button 2010-09-30 21:14:23 +00:00
David Sansome 200a306f57 Replace the Lyrics tab with a more discreet buttonbox/tabbar that sits alongside the playlist search bar, or the playlist tab bar if it's visible. Also remember whether the lyrics pane was shown, and hide it by default. 2010-09-30 20:17:36 +00:00
David Sansome 786b74e686 Update the changelog again 2010-09-29 19:33:18 +00:00
David Sansome 5491c0c89c Update changelog 2010-09-29 19:27:59 +00:00
David Sansome a1a9943c72 Work around the broken liblastfm package 2010-09-29 19:26:02 +00:00
David Sansome 8454d35385 Update changelog for 0.5.3 2010-09-29 18:57:31 +00:00
David Sansome c19580cf9a Show the patch version in the version string. Fixes issue #825 2010-09-29 18:51:40 +00:00
John Maguire 4c186f15dc Add more fields to MPRIS GetMetadata 2010-09-29 17:03:32 +00:00
David Sansome 6e4db5fcfb Updated turkish translation from H. İbrahim Güngör 2010-09-27 19:09:03 +00:00
John Maguire e993909bd0 Fix USB mass storage devices on Mac.
Fixes issue #821
2010-09-27 17:27:08 +00:00
David Sansome c7bd0d3b01 Add a char* overload to QtSingleApplication - from http://pkgs.fedoraproject.org/gitweb/?p=qtsingleapplication.git;a=shortlog;h=refs/heads/f14/master 2010-09-26 21:31:24 +00:00
David Sansome 0c95f7c234 Safeguard against a null pipeline in GstEngine::Play. 2010-09-26 20:59:41 +00:00
David Sansome 940783bc23 Update changelog with 0.5.1 and 0.5.2 2010-09-26 19:41:48 +00:00
David Sansome abb57c23db Don't enable lyricsplugin.com by default, since it requires javascript to display the results, and don't try to use disabled plugins. 2010-09-26 19:12:51 +00:00
David Sansome f90f51197d Code review comments from r2050 2010-09-26 17:30:17 +00:00
David Sansome bd273efe0d Fix the splitter naming, which was causing the lyrics pane to be huge 2010-09-26 17:19:06 +00:00
David Sansome f74f181978 Query the lyric providers in a sensible default order, and add a new pane in the Settings dialog to configure it. 2010-09-26 17:04:57 +00:00
David Sansome 0a812e46bb Add a lyrics pane to the GUI 2010-09-26 16:00:28 +00:00
David Sansome 104a8e8175 Don't fail when QtWebKit isn't found 2010-09-26 15:10:08 +00:00
David Sansome 4f1a4fe39a Some initial lyrics support. Scrapes all the sites that are supported by Amarok's Ultimate Lyrics script. No GUI or configuration yet. 2010-09-26 14:21:23 +00:00
David Sansome 12a144eeb3 Maybe fix the 32-bit gstreamer rpm deps again 2010-09-26 09:32:05 +00:00
David Sansome bd59b7009b Don't crash when trying to load a wma file without a tag. 2010-09-25 15:46:35 +00:00
David Sansome eddf6c9980 Maybe fix gstreamer arch-specific dependencies on 32-bit fedora. 2010-09-25 15:33:38 +00:00
David Sansome 7a681c1198 Remember the selected playlist items when switching between playlist tabs. Fixes issue #758 2010-09-25 15:30:47 +00:00
David Sansome 6971f81be4 Use QFile::decodeName when reading command-line arguments. Fixes isse #752 2010-09-25 15:15:05 +00:00
David Sansome 625e4dffdb Replace more invalid FAT32 characters in filenames. Fixes issue #799 2010-09-25 15:04:58 +00:00
David Sansome 7539c3b222 Fix indentation 2010-09-25 15:04:20 +00:00
David Sansome 1ce8ba2abf Don't include qtwin on non-windows os. Thanks oget. Fixes issue #798 2010-09-25 14:55:36 +00:00
David Sansome 4f943795bc Fix a handle + memory + whatever else leak when automatically changing tracks in Windows. Fixes issue #782 2010-09-22 22:22:02 +00:00
John Maguire 0c281bb837 Add cmake options for more libraries.
Fixes issue #738
Thanks to Nickollai for the patch.
2010-09-22 13:05:51 +00:00
David Sansome ba6ad3cb4a Update markey's email address 2010-09-21 10:03:52 +00:00
David Sansome deb6abaa10 Force qsqlite to be compiled statically 2010-09-20 22:18:17 +00:00
John Maguire 2072d6cf9e Fix crashes to do with iThings on Mac. 2010-09-20 21:03:31 +00:00
David Sansome fe183d59fe Set trunk's version to 0.5 2010-09-19 20:44:31 +00:00
David Sansome 22c5f2aea7 Actually use the deb version when creating the tarball 2010-09-19 11:01:02 +00:00