Script Kiddy
7a91310b25
SVN_SILENT made messages (.desktop file)
2011-02-25 08:34:43 +01:00
Marco Martin
9c6f2132ad
support qdeclarativeitems as well
...
support qdeclarativeitems as well trough a parent qgraphicswidget that syncs the geometry
2011-02-24 23:47:45 +01:00
Sebastian Kügler
93790aec7f
Merge branch 'master' of git://anongit.kde.org/kde-runtime
2011-02-24 21:32:23 +01:00
Sebastian Kügler
a211718f6d
fix signals
2011-02-24 21:32:10 +01:00
Marco Martin
61abadfd25
bindings for Plasma::Dialog
...
setting the mainItem property of a Dialog element, it will create a top level window with that item as the graphicsWidget()
right now it works only with QGraphicsWidget{} elements, Plasma::Dialog will be given the api to make this work with any QGraphicsObject as well.
2011-02-24 18:29:56 +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
b6f2751ba2
possible to set drawWallpaper and containmentType
2011-02-22 13:25:03 +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
Script Kiddy
a2b30ffc09
SVN_SILENT made messages (.desktop file)
2011-02-21 08:21:02 +01:00
Marco Martin
ea0b394a55
a simple binding for scripted containments
2011-02-20 19:45:40 +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
Script Kiddy
b93a779a18
SVN_SILENT made messages (.desktop file)
2011-02-20 08:02:20 +01:00
Marco Martin
145bcf4045
always set a DataEngineSource role in the model
...
FEATURE: each item will have a DataEngineSource role that makes possible to identify for delegates to what source that data belongs
2011-02-19 14:12:58 +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
Script Kiddy
4f1405e55d
SVN_SILENT made messages (.desktop file)
2011-02-14 16:29:30 +01:00
Script Kiddy
5abc23e105
SVN_SILENT made messages (.desktop file)
2011-02-14 16:29:30 +01:00
Script Kiddy
df96956c7b
SVN_SILENT made messages (.desktop file)
2011-02-13 20:32:05 +01:00
Script Kiddy
5f8c7be735
SVN_SILENT made messages (.desktop file)
2011-02-11 07:34:23 +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
d36d2162ff
build everything
2011-02-10 19:11:29 +01:00
Nicolás Alvarez
7d636e3699
Merged scratch/mart/plasma-components into subtree plasma/declarativeimports.
2011-02-10 14:41:47 -03:00
Nicolás Alvarez
cde1151099
Merged scratch/mart/plasma-components into subtree plasma/declarativeimports.
2011-02-10 14:41:47 -03: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
Script Kiddy
300b0dd5cc
SVN_SILENT made messages (.desktop file)
2011-02-09 07:50:01 +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
Script Kiddy
d0d059144c
SVN_SILENT made messages (.desktop file)
2011-02-08 08:16:22 +01:00
Aaron Reichman
4037ced032
Fixed spelling errors from krazy (all in comments or debug/warnings, no strings)
2011-02-07 12:29:08 -08:00
Marco Martin
78fcb90432
vertical gradient
2011-02-07 20:26:11 +01:00
Marco Martin
e193b7eab0
pass clicks trough the busy spinner
2011-02-07 10:49:44 +01:00
Script Kiddy
62f265538b
SVN_SILENT made messages (.desktop file)
2011-02-07 07:06:37 +01:00
Script Kiddy
d4f8483a0b
SVN_SILENT made messages (.desktop file)
2011-02-06 06:51:08 +01:00
Marco Martin
8799bc02f2
the result image is bigger due to the blur
2011-02-05 16:23:55 +01:00
Marco Martin
7a616fb017
better texture
2011-02-05 15:45:02 +01:00
Marco Martin
051c8d4358
Merge branch 'plasma/appdashboardtheme/mart'
2011-02-05 15:30:18 +01:00
Marco Martin
4792ad9036
some small floating point fixes
2011-02-05 15:28:28 +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
fbb25ee9dc
a svg for the texture of icon look alike text
2011-02-05 00:01:46 +01: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