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 |
|
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 |
|