1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 00:09:47 +01:00

6397 Commits

Author SHA1 Message Date
Teo Mrnjavac
49a71af3b9 Trying to fix ugly shadows on popups on Windows. 2012-11-17 23:07:38 +01:00
Teo Mrnjavac
0c0db025c2 Trying some alternative fixes for the popup shadow issue on Windows. 2012-11-17 21:28:17 +01:00
Teo Mrnjavac
b824f2e2e5 Try to fix ugly shadow on SocialWidget on Windows, take 2. 2012-11-17 20:29:34 +01:00
Teo Mrnjavac
3ec1ddda0f Try to fix the black borders on SocialWidget on Windows. 2012-11-17 19:41:16 +01:00
Leo Franchi
7174375e54 No longer show lyrics 2012-11-17 10:26:07 -05:00
Leo Franchi
f5936139d6 Temporarily enable lyrics 2012-11-17 10:03:34 -05:00
Hugo Lindström
986730a51d Better spotifyUri parsing, now allowing embed links to 2012-11-17 12:58:27 +01:00
Teo Mrnjavac
5f100891f6 Unbreak MinGW build. Reason: MinGW does #define interface struct. 2012-11-16 23:37:58 +01:00
Teo Mrnjavac
310d92b5d1 Make SocialWidget positioning saner in the hope of fixing TWK-1099. 2012-11-16 22:01:54 +01:00
Kevin Funk
352abaf897 Convert README to markdown
Github makes use of this fancy thing called markdown, so why don't use
it? :)
2012-11-16 17:51:12 +01:00
Christian Muehlhaeuser
ff7726e045 Merge pull request #129 from krf/staging
Iconify the right-click menu a bit
2012-11-16 08:49:48 -08:00
Kevin Funk
675bc6e560 Iconify the right-click menu a bit
Make the menu less naked.
2012-11-16 17:22:41 +01:00
Christian Muehlhaeuser
b0a7ae2b5b * Make TemporaryPageItem's DTOR free the underlying ViewPage. 2012-11-16 16:52:42 +01:00
Christian Muehlhaeuser
dfe97582fc * Disable previous and next buttons when those functions are not available to AudioEngine. 2012-11-16 16:39:04 +01:00
Christian Muehlhaeuser
2988508b58 * Glow-effect on hovering GridView items. 2012-11-16 16:19:54 +01:00
Christian Muehlhaeuser
1c7543f70b * Tweaked GridView shadow. 2012-11-16 15:49:35 +01:00
Christian Muehlhaeuser
9fd4ec9efb * Draw a shadow instead of a text-box on top of the GridView covers. 2012-11-16 15:37:36 +01:00
Christian Muehlhaeuser
d9a6f25d61 * Show a context menu when right-clicking tracks in the sidebar. 2012-11-16 14:52:57 +01:00
Christian Muehlhaeuser
460db7ba83 * Only react to mouse-release events when clicking a song in the sidebar. 2012-11-16 14:39:22 +01:00
Christian Muehlhaeuser
93139a30e3 * Make tracks in the sidebar clickable again. 2012-11-16 14:22:01 +01:00
Christian Muehlhaeuser
9f5183b26f * When deleting a temporary page, make sure it's freed when it is the currently active page. 2012-11-16 13:45:27 +01:00
Christian Muehlhaeuser
aaa0355a1e * Add debug output to SearchWidget's DTOR. 2012-11-16 13:44:26 +01:00
Christian Muehlhaeuser
9dc3c8e0b8 * Obsolete include. 2012-11-16 13:44:03 +01:00
Christian Muehlhaeuser
c4a60c5e07 * Style cleanup. 2012-11-16 13:42:42 +01:00
Christian Muehlhaeuser
cde3547124 * Add debug output to various page DTORs. 2012-11-16 13:42:26 +01:00
Christian Muehlhaeuser
ce713a416c * Style fix. 2012-11-16 11:45:15 +01:00
Christian Muehlhaeuser
77823cc9da * Overwrite setWindowTitle in MetadataEditor. 2012-11-16 11:24:56 +01:00
Christian Muehlhaeuser
20511fb6b4 * Show full & absolute path for files in MetadataEditor. 2012-11-16 11:18:34 +01:00
Christian Muehlhaeuser
a44c55c3ff * Add a separator between Properties and Delete in the context menu. 2012-11-16 11:14:24 +01:00
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