.. |
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
|
always use plasma::theme font, unless somebody call setFont on the
|
2009-09-13 19:18:29 +00:00 |
checkbox.h
|
always use plasma::theme font, unless somebody call setFont on the
|
2009-09-13 19:18:29 +00:00 |
combobox.cpp
|
Support for using custom native widgets with ComboBox, LineEdit and TextEdit
|
2009-09-23 18:42:19 +00:00 |
combobox.h
|
apidocs++
|
2009-09-30 12:40:07 +00:00 |
flashinglabel.cpp
|
ignore timer id's that aren't ours
|
2009-03-25 19:10:02 +00:00 |
flashinglabel.h
|
ok, this time JUST the plasma dir ;)
|
2008-11-03 23:08:39 +00:00 |
frame.cpp
|
be able to set the borders of the frame to show/paint; one of the things i really dislike about QFrame, now solved in Plasma::Frame
|
2009-09-21 05:29:47 +00:00 |
frame.h
|
be able to set the borders of the frame to show/paint; one of the things i really dislike about QFrame, now solved in Plasma::Frame
|
2009-09-21 05:29:47 +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
|
const & in foreach variables
|
2009-09-24 14:24:46 +00:00 |
iconwidget.cpp
|
do some caching
|
2009-10-01 00:58:41 +00:00 |
iconwidget.h
|
always use plasma::theme font, unless somebody call setFont on the
|
2009-09-13 13:13:55 +00:00 |
itembackground.cpp
|
show() causes an implicit animation which will emit target[Item]Reached signals; this makes the first show smoother in the device notifier
|
2009-10-07 04:16:39 +00:00 |
itembackground.h
|
setTarget -> targetReached, setTargetItem -> targetItemReached
|
2009-10-06 16:44:23 +00:00 |
label.cpp
|
set the disabled color as a transparent version of the text color
|
2009-10-03 15:20:56 +00:00 |
label.h
|
apparently if the label is hidden it doesn't receive font change events,
|
2009-10-02 20:14:40 +00:00 |
lineedit.cpp
|
Support for using custom native widgets with ComboBox, LineEdit and TextEdit
|
2009-09-23 18:42:19 +00:00 |
lineedit.h
|
Support for using custom native widgets with ComboBox, LineEdit and TextEdit
|
2009-09-23 18:42:19 +00:00 |
make_widget.sh
|
get krazy off my back
|
2008-11-07 18:04:32 +00:00 |
meter.cpp
|
forward port r999260 by Ade
|
2009-07-25 07:21:14 +00:00 |
meter.h
|
apidocs fixes.
|
2009-01-10 00:08:31 +00:00 |
pushbutton.cpp
|
unbreak svg element loading as button icon
|
2009-09-27 21:26:46 +00:00 |
pushbutton.h
|
Pedanti
|
2009-09-14 06:08:46 +00:00 |
radiobutton.cpp
|
always use plasma::theme font, unless somebody call setFont on the
|
2009-09-13 19:18:29 +00:00 |
radiobutton.h
|
now it is setPixmap(RadioButton *)
|
2009-09-13 20:16:32 +00:00 |
scrollbar.cpp
|
resize at the hint when the orientation is set. useful when it's not in
|
2009-08-16 20:15:25 +00:00 |
scrollbar.h
|
always use plasma::theme font, unless somebody call setFont on the
|
2009-09-13 19:18:29 +00:00 |
scrollwidget.cpp
|
don't reset to zero the position on scrollbar move
|
2009-10-13 10:10:08 +00:00 |
scrollwidget.h
|
now the api is similar to what webkit offers and horizontal and vertical
|
2009-10-08 16:04:56 +00:00 |
separator.cpp
|
fix size hints
|
2009-09-21 14:14:38 +00:00 |
separator.h
|
meaningful size hints
|
2009-09-21 13:57:32 +00:00 |
signalplotter.cpp
|
Add missing read function
|
2009-06-14 09:51:10 +00:00 |
signalplotter.h
|
SVN_SILENT: @since
|
2009-06-14 18:09:54 +00:00 |
slider.cpp
|
use the brand new slider svg
|
2009-05-01 17:44:31 +00:00 |
slider.h
|
Add NOTIFYs to Q_PROPERTYs for plasma widgets
|
2009-06-15 09:47:14 +00:00 |
spinbox.cpp
|
use the glow to indicate focus/hover
|
2009-09-23 19:15:51 +00:00 |
spinbox.h
|
use the glow to indicate focus/hover
|
2009-09-23 19:15:51 +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
|
move correctly the pages at the first animation
|
2009-10-05 18:40:58 +00:00 |
tabbar.h
|
always use plasma::theme font, unless somebody call setFont on the
|
2009-09-13 19:18:29 +00:00 |
textbrowser.cpp
|
always use plasma::theme font, unless somebody call setFont on the
|
2009-09-13 19:18:29 +00:00 |
textbrowser.h
|
always use plasma::theme font, unless somebody call setFont on the
|
2009-09-13 19:18:29 +00:00 |
textedit.cpp
|
Support for using custom native widgets with ComboBox, LineEdit and TextEdit
|
2009-09-23 18:42:19 +00:00 |
textedit.h
|
Support for using custom native widgets with ComboBox, LineEdit and TextEdit
|
2009-09-23 18:42:19 +00:00 |
toolbutton.cpp
|
keep the mouseover state ourselves since it won't be updated when the
|
2009-10-12 17:17:46 +00:00 |
toolbutton.h
|
forward pressed
|
2009-10-05 17:20:05 +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
|
playPauseButton doesn't always exist, crash--
|
2009-07-26 14:23:29 +00:00 |
videowidget.h
|
Use the correct type
|
2009-06-18 19:46:11 +00:00 |
webview.cpp
|
now the api is similar to what webkit offers and horizontal and vertical
|
2009-10-08 16:04:56 +00:00 |
webview.h
|
now the api is similar to what webkit offers and horizontal and vertical
|
2009-10-08 16:04:56 +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 |