David Sansome
|
15df3b90a3
|
Set window icons on all the dialogs. Fixes issue #394
|
2010-06-10 22:09:35 +00:00 |
David Sansome
|
9b713c2ed9
|
Add or load *all* selected library items, not just the one that you right clicked on. Fixes issue #366
|
2010-06-09 15:49:05 +00:00 |
David Sansome
|
5f92d652a9
|
Show a "Configure Magnatune" button on the magnatune header
|
2010-06-09 15:38:00 +00:00 |
David Sansome
|
f1fb9ab6b9
|
Remove the library config dialog and make it show the page in the settings dialog instead
|
2010-06-08 23:06:29 +00:00 |
David Sansome
|
40bb827fcd
|
Make all the source files a single cmake target again.
|
2010-06-08 22:39:31 +00:00 |
David Sansome
|
5099503b45
|
Make the small toolbar buttons stay small even on gtk styles that use bigger buttons
|
2010-06-08 11:43:34 +00:00 |
David Sansome
|
c834a5f31f
|
Do the compilation processing in the database thread, and make everything lock on the database to ensure two threads don't access it at once.
|
2010-06-02 16:22:20 +00:00 |
David Sansome
|
03d876a599
|
Put the Database object in its own thread, and create the Library and Playlist backends in that database thread. The database calls don't happen in the database thread yet, but this is the first step towards making sure sqlite access is thread safe.
|
2010-06-02 15:58:07 +00:00 |
David Sansome
|
3365c7c217
|
Fix a few memory leaks
|
2010-05-28 19:51:51 +00:00 |
David Sansome
|
48830f2acc
|
When doing a keyboard search in the library view, scroll so that the index is at the top of the viewport instead of at the bottom. Fixes issue #354
|
2010-05-28 12:52:22 +00:00 |
David Sansome
|
e6a13c76f1
|
Be sure to signal about changes to the library model so that the proxy model's cache gets updated.
|
2010-05-25 22:18:27 +00:00 |
David Sansome
|
0021e5f7e4
|
Make library scanning on startup optional, and add a menu item to update the library. Fixes issue #341
|
2010-05-25 20:40:45 +00:00 |
David Sansome
|
b116d4a306
|
First go at a UI for playlist search and multiple playlists. Nothing works yet.
|
2010-05-20 14:12:15 +00:00 |
David Sansome
|
a95fb6d1e6
|
Do UpdateCompilations in the library scanner thread so as to not block
the GUI on startup.
|
2010-05-20 12:27:48 +00:00 |
David Sansome
|
3d8c11ff5a
|
Fix tests
|
2010-05-19 17:00:09 +00:00 |
David Sansome
|
4d57ccb41c
|
Use icons from the desktop theme where possible, fall back on oxygen.
|
2010-05-19 15:45:29 +00:00 |
David Sansome
|
55bc18a9c0
|
Fix the appearance of several dialogs when using a high font DPI. Fixes issue #310
|
2010-05-17 00:47:43 +00:00 |
David Sansome
|
84c8caea55
|
Automatically expand the nodes in the magnatune database when searching
|
2010-05-16 23:44:33 +00:00 |
David Sansome
|
4954a99867
|
Call fetchMore() when recursively expanding the library view, to fix a bug where empty items would appear when you searched the library.
|
2010-05-16 22:28:26 +00:00 |
David Sansome
|
f7c08d375a
|
Add a "load" menu item to the library, files view, and radio view to replace the current playlist with the selection. Also add an option to make this the default. Fixes issue #311
|
2010-05-15 17:45:04 +00:00 |
David Sansome
|
1aee5e4667
|
Split all the source files up into seven new directories.
|
2010-05-10 21:50:31 +00:00 |