1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-02-20 08:05:37 +01:00

6168 Commits

Author SHA1 Message Date
Christian Muehlhaeuser
e447754b6c * Added myself to the copyright. Proud moments like this... ;-) 2012-11-16 11:08:05 +01:00
Christian Muehlhaeuser
5cb4fcaebe * Style fix. 2012-11-16 11:07:42 +01:00
Christian Muehlhaeuser
d4d492161d * Apparently this is .05 percent more accurate than before. 2012-11-16 11:05:14 +01:00
Christian Muehlhaeuser
fa4485ffc2 * Allow a minimum album position of 0. 2012-11-16 11:01:33 +01:00
Christian Muehlhaeuser
39c7ecf1e8 * Let ContextMenu open Properties of non-result items, too. 2012-11-16 11:01:09 +01:00
Christian Muehlhaeuser
ed17f07355 * Query-based CTOR for MetadataEditor. 2012-11-16 11:00:47 +01:00
Christian Muehlhaeuser
6ff68c314c * Implemented indexOfQuery in PlayableProxyModelPlaylistInterface. 2012-11-16 10:47:08 +01:00
Christian Muehlhaeuser
00f179a239 * Implement indexOfQuery in the various PlaylistInterfaces. 2012-11-16 10:46:40 +01:00
Christian Muehlhaeuser
76bda560a2 * Added indexOfQuery to PlaylistInterface. 2012-11-16 10:45:58 +01:00
Christian Muehlhaeuser
35fbb62274 * Try: Make artist & album names uniqye by sortname, means lowercase-name. This ensures we always use the same spelling whenever we display the artist's name - for better and for worse. 2012-11-16 10:45:37 +01:00
Christian Muehlhaeuser
ae24fe9d5c * Try to fix breakpad in the main CMakeLists.txt. Domme: We'll need to fix this properly eventually. 2012-11-16 09:52:29 +01:00
Christian Muehlhaeuser
a7065be154 Revert my own revert: "* Revert domme's breakpad change to compile again."
This reverts commit fa3f9df822ac275f696904c95f132ef99fbcce9e.
2012-11-16 09:51:29 +01:00
Christian Muehlhaeuser
fa3f9df822 * Revert domme's breakpad change to compile again. 2012-11-16 09:43:16 +01:00
Christian Muehlhaeuser
9ad15fff97 Revert "* Try to fix breakpad."
This reverts commit 8314cdbcf567506170d3bc7bc60a168f81a13bc6.
2012-11-16 09:41:26 +01:00
Christian Muehlhaeuser
97a65017ce * Don't crash in MetadataEditor without a PlInterface. 2012-11-16 09:33:39 +01:00
Christian Muehlhaeuser
8314cdbcf5 * Try to fix breakpad. 2012-11-16 09:30:32 +01:00
Christian Muehlhaeuser
8328a0b2a9 * Reset the name and description of PlaylistModel when the underlying playlist changes. 2012-11-16 09:00:59 +01:00
Christian Muehlhaeuser
adec0b4657 * Don't re-write id3 tags to a file if none of them were changed. 2012-11-16 08:36:53 +01:00
Christian Muehlhaeuser
8960ec9690 * Pass the PlaylistInterface onto ContextMenu. 2012-11-16 08:30:13 +01:00
Christian Muehlhaeuser
286ec6c47c * When pressing prev/next in the MetadataEditor, walk through the passed-in PlaylistInterface. 2012-11-16 08:29:48 +01:00
Christian Muehlhaeuser
23afd7a8a4 * ContextMenu can now pass a PlaylistInterface onto the MetadataEditor. 2012-11-16 08:29:10 +01:00
Christian Muehlhaeuser
98aa172975 * Adapted existing PlaylistInterfaces to new API. 2012-11-16 08:28:36 +01:00
Christian Muehlhaeuser
6f98ab3a92 * Implement itemAt and indexOfResult in PlayableProxyModelPlaylistInterface. 2012-11-16 08:28:20 +01:00
Christian Muehlhaeuser
4f4a61a6d6 * Adapted existing PlaylistInterfaces to new API. 2012-11-16 08:27:47 +01:00
Christian Muehlhaeuser
342c4d2ec4 * Added itemAt( uint ) and indexOfResult( result ) to PlaylistInterface. 2012-11-16 08:26:59 +01:00
Christian Muehlhaeuser
739eac30eb * Update result and file properly when MetadataEditor writes its data. 2012-11-16 07:16:09 +01:00
Christian Muehlhaeuser
7c39357c28 * Source's scanningFinished method now expects an updateGUI bool. 2012-11-16 07:15:33 +01:00
Christian Muehlhaeuser
08814de814 * Let MetadataEditor call Result's doneEditing() method. 2012-11-16 07:14:51 +01:00
Christian Muehlhaeuser
7732ae2a65 * Added album to Query's toString() output. 2012-11-16 07:14:08 +01:00
Christian Muehlhaeuser
20d2302a3c * Emit signal when PlayableItem's underlying result changes. 2012-11-16 07:13:37 +01:00
Christian Muehlhaeuser
11483d22ec * Update QueryLabel when underlying result changes. 2012-11-16 07:13:01 +01:00
Christian Muehlhaeuser
4902bac904 * Fixed havoc causing bool-comparison in ScanManager. Added bool param to runFileScan which triggers whether the GUI is updated when scanning is finished. 2012-11-16 07:12:36 +01:00
Dominik Schmidt
75efa60c44 Add missing include on OSX 2012-11-15 19:55:41 +01:00
Dominik Schmidt
d412e518bc Reduce the hilarious amount of include directories we have
Not only should this make searching for includes faster, it also
forces us to make our library-headers usable from 3rdparty apps.
2012-11-15 19:21:34 +01:00
Christian Muehlhaeuser
7b19d17192 * Time to update the ChangeLog a bit. 2012-11-15 18:22:14 +01:00
Christian Muehlhaeuser
71a85665d9 * Auto expand sidebar items when hovering during drag and drop operations. 2012-11-15 17:38:13 +01:00
Christian Muehlhaeuser
21a1dcfeb3 * When shuffle is enabled and we want to play the previous track, actually go back in shuffle history. 2012-11-15 17:13:23 +01:00
Christian Muehlhaeuser
d5c9d523db * Added itemFromQuery method to PlayableModel and PlayableProxyModel. 2012-11-15 17:13:23 +01:00
Christian Muehlhaeuser
c8c6875739 * Style fix. 2012-11-15 17:13:23 +01:00
Christian Muehlhaeuser
e7b818e57e * Fixed AudioEngine crashing when GStreamer goes to its weird Paused state. 2012-11-15 17:13:23 +01:00
Dominik Schmidt
bffd76cb20 Add CountryUtils.cpp 2012-11-15 17:02:31 +01:00
Dominik Schmidt
1e6e3a2cdd Fix all the warnings! Almost.. in our own code... 2012-11-15 17:00:46 +01:00
Christian Muehlhaeuser
82113c516f * Removed obsolete CTOR param model in PlayableItem. 2012-11-15 15:49:57 +01:00
Dominik Schmidt
e6e2e228b4 Fix most annoying warnings in breakpad 2012-11-15 13:49:54 +01:00
Christian Muehlhaeuser
5c0b8ad9b6 * Don't cleanup scanning prematurely. 2012-11-15 13:24:39 +01:00
Dominik Schmidt
430e733c0d Build with QT_STRICT_ITERATORS 2012-11-15 13:05:21 +01:00
Christian Muehlhaeuser
04f56cfd83 * Fixed squeezed avatars in WelcomeWidget. 2012-11-15 11:42:44 +01:00
Christian Muehlhaeuser
815d03114f * No need to manually scale the avatar anymore. 2012-11-15 11:34:33 +01:00
Christian Muehlhaeuser
3e55851fee * Pass in the requested avatar size so we can smoothly scale the image. 2012-11-15 11:34:13 +01:00
Christian Muehlhaeuser
356f0bff67 * Rounded cover in AudioControls. 2012-11-15 08:37:11 +01:00