Clementine-audio-player-Mac.../src/widgets
David Sansome 5234798a7f Move TaskManager::Task and UrlHandler::LoadResult structs out of their parent classes - PythonQt doesn't understand nested structs. 2011-05-21 10:43:25 +00:00
..
autoexpandingtreeview.cpp Make escape and backspace work in the library and radio views. Fixes issue 1510 2011-03-13 14:14:16 +00:00
autoexpandingtreeview.h Make escape and backspace work in the library and radio views. Fixes issue 1510 2011-03-13 14:14:16 +00:00
busyindicator.cpp Make the multi loading indicator shrinkable so it doesn't make the window bigger when lots of things are loading. Fixes issue #967 2010-11-20 14:57:02 +00:00
busyindicator.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
clickablelabel.cpp forgot to add these files, sorry 2011-01-25 20:13:28 +00:00
clickablelabel.h forgot to add these files, sorry 2011-01-25 20:13:28 +00:00
didyoumean.cpp Change the fonts in the did you mean... popup, and make it observe enter and escape keypresses 2011-04-29 14:01:59 +00:00
didyoumean.h Change the fonts in the did you mean... popup, and make it observe enter and escape keypresses 2011-04-29 14:01:59 +00:00
elidedlabel.cpp Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
elidedlabel.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
equalizerslider.cpp Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
equalizerslider.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
equalizerslider.ui Make all the source files a single cmake target again. 2010-06-08 22:39:31 +00:00
errordialog.cpp Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
errordialog.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
errordialog.ui Set window icons on all the dialogs. Fixes issue #394 2010-06-10 22:09:35 +00:00
fancytabwidget.cpp Show tooltips in the sidebar only in Tabs and IconsOnly modes 2011-05-03 18:06:17 +00:00
fancytabwidget.h Add a "plain sidebar" option. Fixes issue #1031 2010-12-07 21:04:52 +00:00
fileview.cpp Add file type filtering to File view. 2011-05-16 15:08:17 +00:00
fileview.h Add file type filtering to File view. 2011-05-16 15:08:17 +00:00
fileview.ui Add file type filtering to File view. 2011-05-16 15:08:17 +00:00
fileviewlist.cpp Use the canonical file path (resolve symlinks and '..') when adding directories to the library, and when adding files to the playlist. Fixes issue #1494 2011-03-13 14:43:03 +00:00
fileviewlist.h Middle click to append to playlist now works in the other views. Fixes issue #1546 2011-03-10 12:42:35 +00:00
freespacebar.cpp Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
freespacebar.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
fullscreenhypnotoad.cpp ALL GLORY TO THE HYPNOTOAD. Fixes issue 1374 2011-03-13 22:46:25 +00:00
fullscreenhypnotoad.h ALL GLORY TO THE HYPNOTOAD. Fixes issue 1374 2011-03-13 22:46:25 +00:00
lineedit.cpp Start of a new edit tag dialog. Lots of things don't work and it doesn't actually save tags yet (so it's about as useful as before). 2010-12-19 23:40:36 +00:00
lineedit.h working on making disable for library filter widget work on MacOS (Updates issue #1396) 2011-02-02 16:46:57 +00:00
linetextedit.cpp Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
linetextedit.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
maclineedit.h working on making disable for library filter widget work on MacOS (Updates issue #1396) 2011-02-02 16:46:57 +00:00
maclineedit.mm Fix crash in mac on show duplicates only. 2011-02-02 19:16:27 +00:00
multiloadingindicator.cpp Move TaskManager::Task and UrlHandler::LoadResult structs out of their parent classes - PythonQt doesn't understand nested structs. 2011-05-21 10:43:25 +00:00
multiloadingindicator.h Make the multi loading indicator shrinkable so it doesn't make the window bigger when lots of things are loading. Fixes issue #967 2010-11-20 14:57:02 +00:00
nowplayingwidget.cpp cover providers are now recreated every search (this will lead to simpler API of theirs in a moment) 2011-05-17 17:53:36 +00:00
nowplayingwidget.h Support dragging and dropping image files onto the now playing widget and edit tag dialog to set an album's cover art 2011-03-14 20:01:27 +00:00
osd.cpp Add global shortcuts for repeat and shuffle modes. Fixes issue #955 2011-03-17 08:21:05 +00:00
osd.h initial commit of "multiple covers providers" feature: 2011-04-02 13:34:06 +00:00
osd_mac.mm Add missing copyright headers to the icecast source and objective-c 2010-11-23 11:42:19 +00:00
osd_win.cpp Add a new logging system 2011-04-22 16:50:29 +00:00
osd_x11.cpp Fix the byte order of album cover art images sent over dbus on big endian machines. Thanks Paul Wells 2011-05-14 13:43:33 +00:00
osdpretty.cpp Oops, remove debug output 2010-12-19 14:22:47 +00:00
osdpretty.h Make the pretty OSD snap to the center of the screen while dragging. Thanks brunciter. 2010-12-19 14:06:51 +00:00
osdpretty.ui Split all the source files up into seven new directories. 2010-05-10 21:50:31 +00:00
prettyimage.cpp Work around QTBUG-11620 (fixed in 4.7) that causes a crash when skipping through tracks with the Artist Info tab open. Fixes issue #935 2010-12-30 17:35:10 +00:00
prettyimage.h Work around QTBUG-11620 (fixed in 4.7) that causes a crash when skipping through tracks with the Artist Info tab open. Fixes issue #935 2010-12-30 17:35:10 +00:00
prettyimageview.cpp Fix the scroll direction in the pretty image view. Fixes issue #1226 2011-01-09 19:10:15 +00:00
prettyimageview.h Make the scroll wheel on the pretty image view scroll through images. 2011-01-02 19:17:03 +00:00
progressitemdelegate.cpp Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
progressitemdelegate.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
ratingwidget.cpp Add some information to the summary and statistics tabs in the edit tags dialog. 2010-12-20 14:12:40 +00:00
ratingwidget.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
renametablineedit.cpp Double click on a tab to rename it and visual improvements to tab bar. 2011-04-02 14:46:56 +00:00
renametablineedit.h Double click on a tab to rename it and visual improvements to tab bar. 2011-04-02 14:46:56 +00:00
sliderwidget.cpp Revert r1344 (the timer tracing), it didn't help 2010-06-25 22:04:24 +00:00
sliderwidget.h Split all the source files up into seven new directories. 2010-05-10 21:50:31 +00:00
spinbox.cpp Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
spinbox.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
stickyslider.cpp Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
stickyslider.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
stretchheaderview.cpp corrections to "make sure a playlist column will appear in the UI even if it's width was somehow set to 0" 2010-12-15 17:46:31 +00:00
stretchheaderview.h corrections to "make sure a playlist column will appear in the UI even if it's width was somehow set to 0" 2010-12-15 17:46:31 +00:00
stylehelper.cpp Move the fancy tab widget into src/widgets, remove more dead code, add it to debian copyrights. 2010-10-10 14:04:05 +00:00
stylehelper.h Move the fancy tab widget into src/widgets, remove more dead code, add it to debian copyrights. 2010-10-10 14:04:05 +00:00
trackslider.cpp Add track seeking from playlistview 2011-01-26 23:20:56 +00:00
trackslider.h Add track seeking from playlistview 2011-01-26 23:20:56 +00:00
trackslider.ui Fixed issue #764 2011-01-25 19:15:51 +00:00
tracksliderpopup.cpp Increase the font size of the track slider popup 2011-02-23 19:31:07 +00:00
tracksliderpopup.h Add an extra line to the track slider popup to show the difference between the current time and the destination time. 2011-02-21 20:59:30 +00:00
tracksliderslider.cpp Update the track slider popup delta time when the track position changes. 2011-02-21 22:25:04 +00:00
tracksliderslider.h Update the track slider popup delta time when the track position changes. 2011-02-21 22:25:04 +00:00
widgetfadehelper.cpp Blur the sidepanel again if it was resized while blurred. Also make it opaque to mouse events while blurred. Fixes issue #1092 2010-12-18 19:56:05 +00:00
widgetfadehelper.h Blur the sidepanel again if it was resized while blurred. Also make it opaque to mouse events while blurred. Fixes issue #1092 2010-12-18 19:56:05 +00:00