Commit Graph

94 Commits

Author SHA1 Message Date
craig.p.drummond
ca453512b4 Use ToolButton class to ensure square button 2013-03-25 19:53:35 +00:00
craig.p.drummond
2191c8506f AudioCD cover is onlt in list delegate 2013-03-07 19:42:23 +00:00
craig.p.drummond
e33e188fa0 Show album cover in devices view 2013-03-07 17:39:51 +00:00
craig.p.drummond
dbab3443d2 Expand device when connected. 2013-03-04 19:38:17 +00:00
craig.p.drummond
7417f9040d - Move common actions into StdActions
- Models are in control of what actions are show at what level
2013-02-18 17:07:46 +00:00
craig.p.drummond
a54b2fef00 - With grouped view, connect to Covers signal when model is set
- Use quint32 for cache key
2013-02-07 18:30:18 +00:00
craig.p.drummond
c60604502f Remove Qt module prefix from includes - will make Qt5 port a little easier! 2013-01-28 19:33:42 +00:00
craig.p.drummond
7e48b05dbe Add actions to playlist grouped-view 2013-01-22 18:10:07 +00:00
craig.p.drummond
319c91c63b Add a new view style - 'Detailed Tree'. This uses the list-style appearance for treeviews - e.g. The album count appears under each artist, etc. 2013-01-21 19:44:43 +00:00
craig.p.drummond
fbe6f03408 Update copyright year 2013-01-17 16:57:20 +00:00
craig.p.drummond
8655c704e2 Allow different actions in lower levels of model 2013-01-15 19:19:57 +00:00
craig.p.drummond
fefd0caebd Intial support for Jamendo and Magnatune. 2013-01-14 20:02:22 +00:00
craig.p.drummond
b4c5efb417 Slightly speed up playqueue searches. 2012-12-30 21:00:23 +00:00
craig.p.drummond
fa9132627c When using list or icon view, only show genres that are relevant to the current level.
BUG:143
2012-12-19 20:04:08 +00:00
craig.p.drummond
5c497b5aa4 Fix 'Locate In Library' when library is not set to tree mode. 2012-12-19 20:01:46 +00:00
craig.p.drummond
122f3472b2 - Search last.fm and Google for covers.
- Allow to specify local file to use as cover.
2012-12-17 18:00:29 +00:00
craig.p.drummond
109d97c7cd Use 'getAction()' from ActionItemDelegate 2012-12-07 19:46:30 +00:00
craig.p.drummond
6f3ba70eac Reduce number of event filters. 2012-12-06 22:56:37 +00:00
craig.p.drummond
dc190b16ca Apply some cppcheck and scan-build suggestions...
BUG:129
2012-11-05 20:41:30 +00:00
craig.p.drummond
10f753c105 Move QGtkStyle work-arounds into their own files. 2012-10-03 19:17:56 +00:00
craig.p.drummond
ee457e227c Don't enforce oxygen icons for Qt-only (Linux) builds. Cehck for missing icons, and use alternatives.
NOTE: This is not 100% complete yet - still require better icons for dynamic, playlists, and others...
2012-09-18 18:47:25 +00:00
craig.p.drummond
17828203ee - Improve item-view mouse over for Gtk+ style - when hovering, draw selection into a QPixmap and set painter's opacity before drawing image.
- Workaround issue of sometimes having an item (in icon view) staying in mouse-over state, even though mouse has left view.
2012-09-12 18:58:09 +00:00
craig.p.drummond
2f5452a14f Add 'Back' action to context menu of list/icon views. 2012-09-03 21:02:51 +00:00
craig.p.drummond
49cc24eb46 Completly remove android changes - this NEVER worked very well, and never will with QWidgets :-( 2012-08-30 19:43:32 +00:00
craig.p.drummond
2034c11660 Force single-click activation in views. To enable double-click mode (which depends upon the style), edit cantatarc (KDE) or cantata.conf (Qt only) and set 'forceSingleClick=false' in the '[General]' section. 2012-08-30 19:37:59 +00:00
craig.p.drummond@gmail.com
01d0ee9851 Use correct palette (Active/Inactive) when drawing item text. 2012-08-30 11:58:06 +00:00
craig.p.drummond@gmail.com
22d314adb1 Fix issue with certain styles not drawing selection background in icon view. 2012-08-08 15:18:55 +00:00
craig.p.drummond
3657310768 When calculating sizeHint, use same calculation as used in LibraryPage/AlbumsPage
BUG:43
2012-06-27 17:05:21 +00:00
craig.p.drummond
52dee325e6 Android: More improvements, still not really useable. :-( 2012-06-23 11:59:15 +00:00
craig.p.drummond
efaca142bd Init size of back buttons 2012-06-22 15:56:41 +00:00
craig.p.drummond
1884f42608 Android: Work around single-click to activate items 2012-06-20 20:39:46 +00:00
craig.p.drummond
8894263b1f More android work... 2012-06-19 15:48:18 +00:00
craig.p.drummond
6960b056d4 Add keyboard short-cut for 'back' icon in listviews. 2012-06-18 18:25:54 +00:00
craig.p.drummond
bcaafe09ae Adjust images when change sizes. 2012-06-15 19:40:41 +00:00
craig.p.drummond@gmail.com
fd45c97646 - Reduce size of spinner
- Stop spinner when finished (code was commented out to test Qt-only spinner!)
2012-06-06 11:15:46 +00:00
craig.p.drummond
2265eebe17 Implement a basic spinner widget for item views in Qt-only builds. 2012-06-01 16:24:54 +00:00
craig.p.drummond
f5f3114145 Reduce KDE/Qt code duplication - by creating dummy Dialog, MessageBox, and InputDialog classes/namespaces for Qt. 2012-05-31 17:45:57 +00:00
craig.p.drummond@gmail.com
8b24d760a4 When grouping songs into albums, take into account song year. Its possible for an artist to release two albums with the same name in different years!
BUG:6
2012-04-30 11:07:58 +00:00
craig.p.drummond@gmail.com
46aa209232 Fix albums view position when going back from album contents. 2012-04-26 17:17:15 +00:00
craig.p.drummond@gmail.com
faaf8bd29c Fix fetching of covers for grouped playlists. 2012-04-20 11:34:15 +00:00
craig
ce5045180b - Change icon of active dynamic playlist
- Allow to have any combination of act1, act2, and toggle in itemview
2012-04-16 18:39:50 +00:00
craig
5fac006d41 - Add showPAge to MPRIS interface
- Add a 'search' action (Ctrl-F) that will move focus to curent tab's search
field - or to play queue search field (if play queue has focus).
2012-04-16 18:38:00 +00:00
craig
0caba5c3b5 clear any existing search when 'Locate In Library' is activated. 2012-04-11 21:51:58 +00:00
craig
ea66d1d7df Dynamic playlists!!! 2012-04-10 21:23:21 +00:00
craig
c4330bf568 Fix del key event filter in grouped view. 2012-04-04 18:45:24 +00:00
craig
99beebf68b Use SH_ItemView_ActivateItemOnSingleClick to detect single click mode in Qt build. 2012-04-04 18:45:02 +00:00
craig
bd1de87413 Automatically expand treeview items when searching. 2012-03-27 17:39:05 +00:00
craig
992c248d3a No actions in grouped view 2012-03-23 20:35:49 +00:00
craig
8981346818 Drop modes 2012-03-23 20:33:22 +00:00
craig
3129aa06ee Add action to show current track in lib 2012-03-21 19:05:55 +00:00