plasma-framework/widgets
Marco Martin 92730e9e15 (almost) fix the tabbar animation.
there are still repaint issues on the native tabbar tough

svn path=/trunk/KDE/kdelibs/; revision=1085531
2010-02-05 12:24:46 +00:00
..
busywidget.cpp HighlightColor is a background, we need a text color 2009-06-02 19:01:46 +00:00
busywidget.h Replace the "i" icon for showing/hiding jobs and notifications in the systray with a spinner widget. When jobs are running it is animated. It also shows one or two numbers in front of the widget to indicate the amount of completed, and the total amount of items. (only one number if all items are completed) 2009-04-15 22:21:29 +00:00
checkbox.cpp - Fix several minor issues reported by Krazy2 2009-10-13 12:40:13 +00:00
checkbox.h property name corrections 2010-01-20 23:47:20 +00:00
combobox.cpp port combbox to new animation api. 2010-01-20 19:14:27 +00:00
combobox.h port combbox to new animation api. 2010-01-20 19:14:27 +00:00
flashinglabel.cpp use plasma colours by default for the text 2009-11-23 18:49:25 +00:00
flashinglabel.h use plasma colours by default for the text 2009-11-23 18:49:25 +00:00
frame.cpp remove extra constructor 2010-01-27 22:22:07 +00:00
frame.h remove extra constructor 2010-01-27 22:22:07 +00:00
groupbox.cpp always use plasma::theme font, unless somebody call setFont on the 2009-09-13 19:18:29 +00:00
groupbox.h always use plasma::theme font, unless somebody call setFont on the 2009-09-13 19:18:29 +00:00
iconwidget_p.h move halopainter unchanged in libplasma, keep it private and expose 2009-11-26 21:57:36 +00:00
iconwidget.cpp remove the pressed state on hoverleaveevent. useful when an eventfilter steals the mousereleaseevent (like scrollwidget::registerAsDragHandle()) 2010-02-03 20:52:03 +00:00
iconwidget.h removeIconAction(0) clears the actions 2009-11-03 13:10:19 +00:00
itembackground.cpp port itembackground to new animation api. 2010-01-21 21:53:01 +00:00
itembackground.h port itembackground to new animation api. 2010-01-21 21:53:01 +00:00
label.cpp put all context menus in a separate window, resolving cutting and z-order issues 2009-12-28 19:52:54 +00:00
label.h put all context menus in a separate window, resolving cutting and z-order issues 2009-12-28 19:52:54 +00:00
lineedit.cpp their textcolor are buttontext now 2009-11-26 16:56:46 +00:00
lineedit.h property name corrections 2010-01-20 23:47:20 +00:00
make_widget.sh get krazy off my back 2008-11-07 18:04:32 +00:00
meter.cpp -a size hint. hardcoded because here we can't really have infos but is already better than nothing 2010-01-31 21:30:41 +00:00
meter.h -a size hint. hardcoded because here we can't really have infos but is already better than nothing 2010-01-31 21:30:41 +00:00
pushbutton.cpp use pixmaptransition animation 2010-01-24 19:48:18 +00:00
pushbutton.h fix build, animationUpdate() is dead 2010-01-24 22:05:25 +00:00
radiobutton.cpp - Fix several minor issues reported by Krazy2 2009-10-13 12:40:13 +00:00
radiobutton.h property name corrections 2010-01-20 23:47:20 +00:00
scrollbar.cpp missing API for scripting 2010-01-21 00:13:30 +00:00
scrollbar.h missing API for scripting 2010-01-21 00:13:30 +00:00
scrollwidget.cpp if the user dragged less than KGlobalSettings::dndEventDelay() and releases, don't drag, but pass the click, start to drag after that threshold 2010-02-03 20:08:57 +00:00
scrollwidget.h This patch forward the "stateChanged" signal emitted from the private kinetic scroll animation all the way to Plasma::ScrollWidget, which then forwards this signal to its childs. This enables an object which derives from Plasma::ScrollWidget to know the kinetic scrolling animation state. 2009-12-21 18:36:39 +00:00
separator.cpp clean ups 2009-11-19 19:05:50 +00:00
separator.h meaningful size hints 2009-09-21 13:57:32 +00:00
signalplotter.cpp Fix use of uninitialized variable (thanks to Valgrind) 2009-12-21 13:48:24 +00:00
signalplotter.h Fixed some spelling errors flagged by krazy 2009-12-10 09:16:30 +00:00
slider.cpp use different focus and hover for horizontal and vertical sliders 2009-11-27 13:42:00 +00:00
slider.h Add NOTIFYs to Q_PROPERTYs for plasma widgets 2009-06-15 09:47:14 +00:00
spinbox.cpp - Remove several warnings about unused parameters 2009-12-04 13:01:33 +00:00
spinbox.h animate the highlight with the new animation framework. we got a glow 2009-10-19 21:13:54 +00:00
svgwidget.cpp set containsmultipleimages when an id is set 2009-08-01 18:48:09 +00:00
svgwidget.h add a sensible size hint 2009-08-01 18:36:01 +00:00
tabbar.cpp (almost) fix the tabbar animation. 2010-02-05 12:24:46 +00:00
tabbar.h port tabbar to new animation api. 2010-01-22 19:31:42 +00:00
textbrowser.cpp erf, API addition that has been sitting on disk here for weeks :/ 2010-01-03 01:49:52 +00:00
textbrowser.h style*S*heet 2010-01-19 21:23:05 +00:00
textedit.cpp erf, API addition that has been sitting on disk here for weeks :/ 2010-01-03 01:49:52 +00:00
textedit.h style*S*heet 2010-01-19 21:23:05 +00:00
toolbutton.cpp move toolbutton to new animation api 2010-01-20 20:27:41 +00:00
toolbutton.h move toolbutton to new animation api 2010-01-20 20:27:41 +00:00
treeview.cpp share one style amongst all the widgets 2008-12-15 21:17:43 +00:00
treeview.h ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
videowidget.cpp Updated Plasma VideoWidget animation to use Plasma::Animator::SlideAnimation 2010-02-04 18:33:24 +00:00
videowidget.h Updated Plasma VideoWidget animation to use Plasma::Animator::SlideAnimation 2010-02-04 18:33:24 +00:00
webview.cpp expose the zoomFactor property. 2009-11-17 17:57:54 +00:00
webview.h expose the zoomFactor property. 2009-11-17 17:57:54 +00:00
widget.cpp.template put it in the template too 2009-09-13 17:17:02 +00:00
widget.h.template * repaint the svg when the theme changes 2009-09-13 17:13:55 +00:00