Marco Martin
d7a801dadd
initialize scrollbarVisible
...
BUG:270387
2011-04-08 19:05:01 +02:00
Albert Astals Cid
dc1c622717
Initialize preShowStatus
...
acked by Marco
(cherry picked from commit e62e101ee05f630b4b6f6705c756dbb1bbb8a05f)
2011-04-08 17:56:28 +01:00
Marco Martin
fb2db78521
FEATURE: access to the QScriptEngine
2011-04-07 22:10:56 +02:00
Marco Martin
256532e240
use libkdeclarative in Plasma::DeclarativeWidget
2011-04-04 23:05:23 +02:00
Aaron Seigo
175d9961ff
cache formFactor(), simplify the min size check branch
2011-03-28 10:06:53 +02:00
Aaron Seigo
bc439cd616
build
2011-03-25 16:33:11 +01:00
Aaron Seigo
3e3bfe89b0
protect with a weak pointer
...
BUG:268752
2011-03-17 16:48:14 +01:00
Script Kiddy
e637d4268f
SVN_SILENT made messages (.desktop file)
2011-03-16 08:31:08 +01:00
Sebastian Kügler
90d215d1dc
Fix icon handling in package metadata
2011-03-15 03:04:07 +01:00
Script Kiddy
fcd254345c
SVN_SILENT made messages (.desktop file)
2011-03-12 08:40:20 +01:00
Script Kiddy
75d4361505
SVN_SILENT made messages (.desktop file)
2011-03-07 08:20:35 +01:00
Aaron Seigo
5a3c398e5a
delay url setting until initialized
2011-03-03 07:52:13 +01:00
Marco Martin
15ac609228
after applet's dataupdated is called, dirty=false
...
in DataEnginePrivate::connectSource, if it's an immediate call, and QMetaObject::invokeMethod(visualization, "dataUpdated" is called, means the datacontainers' dirty bit must be set to false, otherwise we will get two subsequent dataUpdated
can it have countereffects?
CCMAIL:plasma-devel@kde.org
2011-03-02 22:08:16 +01:00
Script Kiddy
6aac9f5b45
SVN_SILENT made messages (.desktop file)
2011-03-02 08:46:12 +01:00
Jammy Zhou
c808222869
Remove direct OpenGL dependency for libplasma
2011-03-01 09:17:50 +08:00
Marco Martin
fb4aec6640
make action() invokable, useful for qml containments
2011-02-28 20:25:01 +01:00
Marco Martin
c6215bb249
set main object size after loading
2011-02-28 13:47:35 +01:00
Marco Martin
80eb4eafea
correctly reposition the main item when resizes
2011-02-27 17:00:53 +01:00
Marco Martin
30cc539904
don't switch to a popup when we are already in one
2011-02-26 17:34:04 +01:00
Marco Martin
e385737203
remove eventfilters if type is no more Desktop
...
sceneeventfilters are used just for applet handles, that shouldn't exist in custom contaiments or panel containments
2011-02-25 22:34:53 +01:00
Marco Martin
c56287f927
export pluginName as a qproperty
...
export pluginName as a qproperty, useful for QML containments
2011-02-25 22:34:53 +01:00
ruberg
b23b9664be
BUG: 236853
...
BUG: 233235
Properly restore the size of PopupApplets from last session even when a preferredSize is set in the graphicsWidget()
2011-02-24 18:26:40 +01:00
Marco Martin
0abb1cfd6e
export drawWallpaper and ContainmentType
...
export in AppletScript drawWallpaper and ContainmentType:
it's the only way to make them settable by scripted JS/QML containments
2011-02-22 13:22:53 +01:00
Marco Martin
56a7b2e5df
scripted containment loading fix
...
load as containment also applets that have both Plasma/Applet and Plasma/Containment
2011-02-20 16:52:44 +01:00
Aaron Seigo
9b096741f8
apidox fix
2011-02-17 09:18:33 -08:00
Marco Martin
17c0805063
ask for on screen keyboard hiding on focus lost
2011-02-17 15:23:06 +01:00
Aaron Seigo
3924d218a4
cache the values for size and resize method
...
the main advantage to this is that only when the object signals a change
will the values be re-checked, which means that the wallpaper pointer
can be deleted behind our backs and we won't care
2011-02-16 11:42:38 -08:00
Aaron Seigo
56c25bd8f2
minor ws anomoly
2011-02-15 09:38:58 -08:00
Script Kiddy
fb98c62ee8
SVN_SILENT made messages (.desktop file)
2011-02-14 16:33:43 +01:00
Lasse Liehu
d0e8d977b4
ignore() key press event for keys not handled
...
(cherry picked from commit 6e208cf0cc60d3e7016a3bbdbb6dfd3c1b105186)
2011-02-10 21:05:34 +02:00
Marco Martin
beb1f9b6cf
use pointers instead of string comparison
...
use pointers instead of string comparison to figure out what button was pressed
2011-02-09 20:35:15 +01:00
Marco Martin
ab8ec8f17a
correct the text used to fugure out the button
...
button have text like &Ok &Yes
This way to detect what button was pressed of course is horrible and will have to be changed
CCBUG:265738
2011-02-09 19:20:16 +01:00
Marco Martin
9eca40ca38
contentsRect must be bigger
...
we draw the text at 1,1
2011-02-09 18:16:48 +01:00
Marco Martin
11d3b789a4
emit cancel signal
...
both when clicking cancel and pressing esc
CCBUG:265738
2011-02-09 00:11:25 +01:00
Marco Martin
e193b7eab0
pass clicks trough the busy spinner
2011-02-07 10:49:44 +01:00
Marco Martin
8799bc02f2
the result image is bigger due to the blur
2011-02-05 16:23:55 +01:00
Aaron Seigo
2b2f482ecd
save/track/restore ItemStatus properly
2011-02-04 17:52:03 -08:00
Aaron Seigo
b4b0fc207a
toggle on activation
2011-02-04 16:18:28 -08:00
Marco Martin
bb551f7c00
use a svg for the shadow too
2011-02-04 22:28:29 +01:00
Marco Martin
e0771de7ce
fix painting
2011-02-04 21:02:20 +01:00
Marco Martin
b9a34e131d
new function texturedText()
...
FEATURE: draw text textured with an svg
2011-02-04 21:02:20 +01:00
Script Kiddy
2a65dfbf5e
SVN_SILENT made messages (.desktop file)
2011-02-04 06:47:25 +01:00
Aaron Seigo
2f5b68b9d0
remove a line of dead code
2011-02-03 20:38:27 -08:00
Aaron Seigo
1d473439a5
leave geom updates to applets w/out icons
...
when an applet sets an empty icon, it's handling the main interface.
PopupApplet emiting geom signals just runs the risk of poorly timed
updates. this causes panel jitter with the system tray when it resizes
2011-02-03 20:38:27 -08:00
Script Kiddy
94792358f9
SVN_SILENT made messages (.desktop file)
2011-02-02 08:27:17 +01:00
Marco Martin
27570007f3
don't collapse when it's destroying
...
try to not crash upon deletion of the extender
2011-02-01 21:20:48 +01:00
Marco Martin
aeb6408fad
Merge branch 'master' of git://anongit.kde.org/kdelibs
2011-02-01 19:27:06 +01:00
Marco Martin
6519d42bd8
fix background when dragging
...
use the dialog background frame instead of the transparent extender background
2011-02-01 19:25:43 +01:00
Aaron Seigo
318119ef46
remove some well dead code
2011-02-01 10:07:05 -08:00
Aaron Seigo
81c7addc40
a small hack to give us the enabled button
2011-02-01 00:52:07 -08:00