plasma-framework/widgets
Stephen Kelly b1b68adb7d Don't use the QtGui module name in includes.
In Qt5, many of them are moved to QtWidgets, so this is the only
way to be source compatible with both Qt 4 and Qt 5.
2012-02-02 10:35:53 +01:00
..
busywidget.cpp emit clicked only on mouse release and only with left button 2010-12-20 21:16:06 +00:00
busywidget.h Don't use the QtGui module name in includes. 2012-02-02 10:35:53 +01:00
checkbox.cpp use d->setWidget which notes that it's not a palette customization 2011-12-04 14:00:32 +01:00
checkbox.h Don't use the QtGui module name in includes. 2012-02-02 10:35:53 +01:00
combobox.cpp use d->setWidget which notes that it's not a palette customization 2011-12-04 14:00:32 +01:00
combobox.h Don't use the QtGui module name in includes. 2012-02-02 10:35:53 +01:00
declarativewidget.cpp Merge remote-tracking branch 'origin/KDE/4.7' into origin-frameworks 2011-11-16 14:44:08 +01:00
declarativewidget.h Don't use the QtGui module name in includes. 2012-02-02 10:35:53 +01:00
flashinglabel.cpp Don't use the QtGui module name in includes. 2012-02-02 10:35:53 +01:00
flashinglabel.h Don't use the QtGui module name in includes. 2012-02-02 10:35:53 +01:00
frame.cpp Fix compilation with gcc < 4.5 2010-10-22 16:55:46 +00:00
frame.h Don't use the QtGui module name in includes. 2012-02-02 10:35:53 +01:00
groupbox.cpp use d->setWidget which notes that it's not a palette customization 2011-12-04 14:00:32 +01:00
groupbox.h Don't use the QtGui module name in includes. 2012-02-02 10:35:53 +01:00
iconwidget_p.h Don't use the QtGui module name in includes. 2012-02-02 10:35:53 +01:00
iconwidget.cpp Remove moc includes that can be omitted. 2012-01-31 22:44:36 +01:00
iconwidget.h Don't use the QtGui module name in includes. 2012-02-02 10:35:53 +01:00
itembackground.cpp Remove moc includes that can be omitted. 2012-01-31 22:44:36 +01:00
itembackground.h Don't use the QtGui module name in includes. 2012-02-02 10:35:53 +01:00
label.cpp use d->setWidget which notes that it's not a palette customization 2011-12-04 14:00:32 +01:00
label.h Don't use the QtGui module name in includes. 2012-02-02 10:35:53 +01:00
lineedit.cpp use d->setWidget which notes that it's not a palette customization 2011-12-04 14:00:32 +01:00
lineedit.h Don't use the QtGui module name in includes. 2012-02-02 10:35:53 +01:00
make_widget.sh get krazy off my back 2008-11-07 18:04:32 +00:00
meter.cpp Remove moc includes that can be omitted. 2012-01-31 22:44:36 +01:00
meter.h Don't use the QtGui module name in includes. 2012-02-02 10:35:53 +01:00
pushbutton.cpp ensure the frame is resized 2011-08-13 18:46:10 +02:00
pushbutton.h Don't use the QtGui module name in includes. 2012-02-02 10:35:53 +01:00
radiobutton.cpp use d->setWidget which notes that it's not a palette customization 2011-12-04 14:00:32 +01:00
radiobutton.h Don't use the QtGui module name in includes. 2012-02-02 10:35:53 +01:00
scrollbar.cpp add sliderMoved() 2010-12-11 10:53:28 +00:00
scrollbar.h Don't use the QtGui module name in includes. 2012-02-02 10:35:53 +01:00
scrollwidget.cpp remove deprecated methods 2011-05-28 00:39:59 +02:00
scrollwidget.h Don't use the QtGui module name in includes. 2012-02-02 10:35:53 +01:00
separator.cpp Don't use the QtGui module name in includes. 2012-02-02 10:35:53 +01:00
separator.h Don't use the QtGui module name in includes. 2012-02-02 10:35:53 +01:00
signalplotter.cpp Don't use the QtGui module name in includes. 2012-02-02 10:35:53 +01:00
signalplotter.h Don't use the QtGui module name in includes. 2012-02-02 10:35:53 +01:00
slider.cpp * share the FrameSvg with the FocusIndicator 2010-09-22 09:02:09 +00:00
slider.h Don't use the QtGui module name in includes. 2012-02-02 10:35:53 +01:00
spinbox.cpp use d->setWidget which notes that it's not a palette customization 2011-12-04 14:00:32 +01:00
spinbox.h Don't use the QtGui module name in includes. 2012-02-02 10:35:53 +01:00
svgwidget.cpp Don't use the QtGui module name in includes. 2012-02-02 10:35:53 +01:00
svgwidget.h Don't use the QtGui module name in includes. 2012-02-02 10:35:53 +01:00
tabbar.cpp Adds a setTabHighlighted and a isTabHighligted method to Plasma::TabBar. 2011-05-04 13:01:30 +02:00
tabbar.h Don't use the QtGui module name in includes. 2012-02-02 10:35:53 +01:00
textbrowser.cpp git rid of the native member, it's redundant; use d->setWidget which notes that it's not a palette customization 2011-12-04 14:00:32 +01:00
textbrowser.h Don't use the QtGui module name in includes. 2012-02-02 10:35:53 +01:00
textedit.cpp use d->setWidget which notes that it's not a palette customization 2011-12-04 14:00:32 +01:00
textedit.h Don't use the QtGui module name in includes. 2012-02-02 10:35:53 +01:00
toolbutton.cpp if the theme wants to paint with the system style just let the proxy paint 2011-01-22 17:55:14 +00:00
toolbutton.h Don't use the QtGui module name in includes. 2012-02-02 10:35:53 +01:00
treeview.cpp set null icons on the widgets after been put in a proxy. 2010-07-13 21:32:07 +00:00
treeview.h Don't use the QtGui module name in includes. 2012-02-02 10:35:53 +01:00
videowidget.cpp bind tickInterval property 2011-08-06 19:34:12 +02:00
videowidget.h Don't use the QtGui module name in includes. 2012-02-02 10:35:53 +01:00
webview.cpp Don't use the QtGui module name in includes. 2012-02-02 10:35:53 +01:00
webview.h Don't use the QtGui module name in includes. 2012-02-02 10:35:53 +01: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