.. |
busywidget.cpp
|
a bit more precision
|
2010-03-29 21:36:33 +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 compilation with gcc < 4.5
|
2010-10-22 16:55:46 +00:00 |
checkbox.h
|
property name corrections
|
2010-01-20 23:47:20 +00:00 |
combobox.cpp
|
Fix compilation with gcc < 4.5
|
2010-10-22 16:55:46 +00:00 |
combobox.h
|
missing dptr slot declarations
|
2010-10-23 01:37:21 +00:00 |
declarativewidget.cpp
|
Fixed compile errors when using QT_USE_FAST_CONCATENATION and QT_USE_FAST_OPERATOR_PLUS to compile kdelibs...
|
2010-11-08 18:14:17 +00:00 |
declarativewidget.h
|
export symbol of declarative widget
|
2010-10-08 15:47:02 +00: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
|
missing dptr slot declarations
|
2010-10-23 01:37:21 +00:00 |
groupbox.cpp
|
Fix compilation with gcc < 4.5
|
2010-10-22 16:55:46 +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
|
- Add support for constraints to sizeHint.
|
2010-10-22 22:28:03 +00:00 |
iconwidget.cpp
|
Include cleanup.
|
2010-11-09 17:22:22 +00:00 |
iconwidget.h
|
missing dptr slot declarations
|
2010-10-23 01:37:21 +00: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
|
port itembackground to new animation api.
|
2010-01-21 21:53:01 +00:00 |
label.cpp
|
Display applet context menu when the label hasn't any context menu to show. It makes sense to show a context menu only when the text can be selected or when there is a link.
|
2010-11-29 23:29:03 +00:00 |
label.h
|
try to be more strict when the policy is fixed:
|
2010-05-11 22:06:17 +00:00 |
lineedit.cpp
|
use button text for normal text, preserves theme compatibility with prior releases
|
2010-10-29 17:25:24 +00:00 |
lineedit.h
|
work around a bug in QGraphicsProxyWidget where, for whatever reason, the line edit isn't getting a focusInEvent when the QGraphicsProxyWidget does. normally i don't like working around bugs like this, but QGraphicsView seems to be bitrotting.
|
2010-09-14 17:33:26 +00:00 |
make_widget.sh
|
get krazy off my back
|
2008-11-07 18:04:32 +00:00 |
meter.cpp
|
fix text cutting here too
|
2010-06-10 21:42:26 +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
|
hide the focus indicator if the stylesheet is not empty
|
2010-11-29 22:30:35 +00:00 |
pushbutton.h
|
missing dptr slot declarations
|
2010-10-23 01:37:21 +00:00 |
radiobutton.cpp
|
Fix compilation with gcc < 4.5
|
2010-10-22 16:55:46 +00:00 |
radiobutton.h
|
property name corrections
|
2010-01-20 23:47:20 +00:00 |
scrollbar.cpp
|
add sliderMoved()
|
2010-12-11 10:53:28 +00:00 |
scrollbar.h
|
add sliderMoved()
|
2010-12-11 10:53:28 +00:00 |
scrollwidget.cpp
|
break; in the switch,
|
2010-11-30 12:04:44 +00:00 |
scrollwidget.h
|
Remove deprecated symbols from the build (if KDE_NO_DEPRECATED is defined).
|
2010-11-04 08:06:43 +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
|
save some memory
|
2010-03-09 19:59:34 +00: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
|
Add NOTIFYs to Q_PROPERTYs for plasma widgets
|
2009-06-15 09:47:14 +00:00 |
spinbox.cpp
|
use button text for normal text, preserves theme compatibility with prior releases
|
2010-10-29 17:25:24 +00:00 |
spinbox.h
|
the widgets that accept input sets their applet status as accepting input as well.
|
2010-05-19 21:45:08 +00: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
|
try to remove the hardcoded size hint of the tabbar proxy widget.. the Qt bug that it was masking should be gone now
|
2010-11-29 17:08:52 +00:00 |
tabbar.h
|
notify the current index changed
|
2010-10-24 21:36:50 +00:00 |
textbrowser.cpp
|
Fix compilation with gcc < 4.5
|
2010-10-22 16:55:46 +00:00 |
textbrowser.h
|
style*S*heet
|
2010-01-19 21:23:05 +00:00 |
textedit.cpp
|
Fix compilation with gcc < 4.5
|
2010-10-22 16:55:46 +00:00 |
textedit.h
|
the widgets that accept input sets their applet status as accepting input as well.
|
2010-05-19 21:45:08 +00:00 |
toolbutton.cpp
|
Fix compilation with gcc < 4.5
|
2010-10-22 16:55:46 +00:00 |
toolbutton.h
|
missing dptr slot declarations
|
2010-10-23 01:37:21 +00: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
|
ok, this time JUST the plasma dir ;)
|
2008-11-03 23:08:39 +00:00 |
videowidget.cpp
|
Allow to build libplasma without KIO. Only issue is that the
|
2010-10-14 12:27:15 +00:00 |
videowidget.h
|
Updated Plasma VideoWidget animation to use Plasma::Animator::SlideAnimation
|
2010-02-04 18:33:24 +00:00 |
webview.cpp
|
Add config-plasma include to make the PLASMA_NO_KIO work
|
2010-11-10 11:41:02 +00: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 |