plasma-framework/widgets
Aleix Pol bb2688392a Reduce many connect() warnings when loading Declarative plasmoids.
Right now, every QML plasmoid can provide a number of properties
(6, actually) to specify some size hints (maximum, minimum and
preferred).
If you don't provide those properties you get many warnings because
of the missing changed connections. This patch removes such warnings
by making sure the property is present before connecting and querying
the property at all.

REVIEW: 107261
2012-11-09 13:42:01 +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 Replace doxygen tag @arg by @param. 2011-06-13 14:47:29 +02: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 Replace doxygen tag @arg by @param. 2011-06-13 14:47:29 +02:00
combobox.cpp Normalize all signal/slot connections. 2012-02-13 14:27:21 -05:00
combobox.h Replace doxygen tag @arg by @param. 2011-06-13 14:47:29 +02:00
declarativewidget.cpp Reduce many connect() warnings when loading Declarative plasmoids. 2012-11-09 13:42:01 +01:00
declarativewidget.h support maximum and preferred sizes as well 2012-09-20 11:49:17 +02:00
flashinglabel.cpp SVN_SILENT: tidy 2010-07-16 17:04:45 +00:00
flashinglabel.h Change the all Plasma::Animator::self() to Plasma::Animator::create in FlashingLable class. 2010-02-11 13:04:12 +00:00
frame.cpp Fix compilation with gcc < 4.5 2010-10-22 16:55:46 +00:00
frame.h Replace doxygen tag @arg by @param. 2011-06-13 14:47:29 +02: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 Replace doxygen tag @arg by @param. 2011-06-13 14:47:29 +02:00
iconwidget_p.h - Add support for constraints to sizeHint. 2010-10-22 22:28:03 +00:00
iconwidget.cpp for small sizes, paint icons in a standard size 2012-10-18 19:41:56 +02:00
iconwidget.h Replace doxygen tag @arg by @param. 2011-06-13 14:47:29 +02:00
itembackground.cpp Only call into the larger framework when we're fully initialized; the framework called back into ItemBackground when member variables were not initialized, causing valgrind warnings. 2010-09-03 16:39:37 +00:00
itembackground.h Replace doxygen tag @arg by @param. 2011-06-13 14:47:29 +02: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 Replace doxygen tag @arg by @param. 2011-06-13 14:47:29 +02:00
lineedit.cpp disable visual feedback for hovering of lineedit as a workaround for 290111 2012-03-12 11:46:23 +02:00
lineedit.h focusChanged(bool) signal for LineEdit 2011-08-29 21:09:08 +02:00
make_widget.sh get krazy off my back 2008-11-07 18:04:32 +00:00
meter.cpp fix behavior when hint-bar-stretch is present 2012-06-21 15:32:52 +02:00
meter.h Notify when meter's value changes 2011-06-21 01:24:54 +05:30
pushbutton.cpp ensure the frame is resized 2011-08-12 16:06:09 +02:00
pushbutton.h Replace doxygen tag @arg by @param. 2011-06-13 14:47:29 +02: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 Replace doxygen tag @arg by @param. 2011-06-13 14:47:29 +02:00
scrollbar.cpp add sliderMoved() 2010-12-11 10:53:28 +00:00
scrollbar.h Replace doxygen tag @arg by @param. 2011-06-13 14:47:29 +02:00
scrollwidget.cpp correctly reposition the main item when resizes 2011-02-27 17:00:53 +01:00
scrollwidget.h Replace doxygen tag @arg by @param. 2011-06-13 14:47:29 +02: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 intersect the clip rect when painting 2012-09-07 22:27:58 +02:00
signalplotter.h signalplotter methods are invokable 2010-09-23 22:03:21 +00:00
slider.cpp * share the FrameSvg with the FocusIndicator 2010-09-22 09:02:09 +00:00
slider.h Replace doxygen tag @arg by @param. 2011-06-13 14:47:29 +02: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 Replace doxygen tag @arg by @param. 2011-06-13 14:47:29 +02:00
svgwidget.cpp IMPROVEMENT: automatically repaint when the svg changes beneath it 2010-08-24 20:40:43 +00:00
svgwidget.h IMPROVEMENT: automatically repaint when the svg changes beneath it 2010-08-24 20:40:43 +00:00
tabbar.cpp Adds a setTabHighlighted and a isTabHighligted method to Plasma::TabBar. 2011-05-04 13:01:30 +02:00
tabbar.h Replace doxygen tag @arg by @param. 2011-06-13 14:47:29 +02: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 Replace doxygen tag @arg by @param. 2011-06-13 14:47:29 +02: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 Replace doxygen tag @arg by @param. 2011-06-13 14:47:29 +02: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 slots -> Q_SLOTS 2012-07-15 23:26:14 +04: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 Replace doxygen tag @arg by @param. 2011-06-13 14:47:29 +02:00
videowidget.cpp Normalize all signal/slot connections. 2012-02-13 14:27:21 -05:00
videowidget.h Fix @since tag to reflect backport 2011-08-07 00:46:27 +02:00
webview.cpp Normalize all signal/slot connections. 2012-02-13 14:27:21 -05:00
webview.h forward urlchaged signal 2010-08-20 18:19:11 +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