Christoph Feck
25869b4e9d
Fix accessing pixmapCache after it is deleted
...
BUG: 275570
FIXED-IN: 4.7.1
(cherry picked from commit f5b095fdaaae164ef04dd46dfb4fb97a8aa87768)
2011-07-30 21:21:31 +02:00
Christoph Feck
d5d5ba688f
Fix accessing pixmapCache after it is deleted
...
BUG: 275570
FIXED-IN: 4.7.1
2011-07-30 21:18:38 +02:00
Aaron Seigo
ec464cf19a
get the corona from the item itself
...
BUG:277135
2011-07-30 20:18:41 +02:00
Aaron Seigo
44815f6ae0
get the corona from the item itself
...
BUG:277135
2011-07-30 20:18:27 +02:00
Aaron Seigo
50cfd997e9
make extender applets freel resize
2011-07-30 18:27:32 +02:00
Till Adam
9a9d2bd419
EffectWatcher only exists on X11. (cherry-picked from 826a1eb)
2011-07-30 13:37:14 +02:00
Till Adam
ece6aae05d
EffectWatcher only exists on X11.
2011-07-30 13:25:32 +02:00
Script Kiddy
232c0a20bb
SVN_SILENT made messages (.desktop file)
2011-07-29 09:37:29 +02:00
Fredrik Höglund
d43d4315aa
plasma: Use the new KWindowSystem::compositingChanged() signal
...
(cherry picked from commit b7b4358542e205c027ccd2718f43052851ff7152)
2011-07-28 23:41:56 +02:00
Fredrik Höglund
836b53ff56
plasma: Use the new KWindowSystem::compositingChanged() signal
2011-07-28 23:37:17 +02:00
Script Kiddy
dcce68643c
SVN_SILENT made messages (.desktop file)
2011-07-28 17:29:57 +02:00
Aaron Seigo
e525c88cb2
discard discoveries only when the svg elements also go away; we don't care about colors
2011-07-22 18:06:35 +02:00
Aaron Seigo
a34e41b546
put a found-paths cache in Theme
2011-07-22 18:06:23 +02:00
Aaron Seigo
2bf802765d
discard discoveries only when the svg elements also go away; we don't care about colors
2011-07-22 17:56:21 +02:00
Aaron Seigo
c707923086
put a found-paths cache in Theme
2011-07-22 17:37:10 +02:00
Marco Martin
95f09febca
remove the static hash of packagestructure
...
unfortunately they are stateful with a state per-package, so sharing them leads to an incorrect state
2011-07-19 21:40:25 +02:00
Aaron Seigo
85a33de90e
call Applet::sceneEventFilter; otherwise applet handles are broken on Applets that are also Containments
...
BUG:277467
2011-07-19 09:39:02 +02:00
Aaron Seigo
3fc19683fa
remove the event filter if we're a containment, don't return too early from the filter
2011-07-19 09:39:01 +02:00
Aaron Seigo
d65132f92f
don't remove the applet itself from the scenevent filter when deregistering as a drag handle
...
the event filter is also used for things like the applet handle
2011-07-19 09:39:01 +02:00
Aaron Seigo
9f03a10b4d
call Applet::sceneEventFilter; otherwise applet handles are broken on Applets that are also Containments
...
BUG:277467
2011-07-19 09:38:44 +02:00
Aaron Seigo
b35d410deb
remove the event filter if we're a containment, don't return too early from the filter
2011-07-19 09:38:44 +02:00
Aaron Seigo
239b5a5d10
don't remove the applet itself from the scenevent filter when deregistering as a drag handle
...
the event filter is also used for things like the applet handle
2011-07-19 09:38:44 +02:00
Script Kiddy
7c3949f204
SVN_SILENT made messages (.desktop file)
2011-07-18 18:00:40 +02:00
Nicolás Alvarez
fe1fe477d0
DataEngine apidox: clarify that init() doesn't need to call base impl.
2011-07-18 11:33:01 -03:00
Nicolás Alvarez
09a24093cf
Fix typo in Plasma::AbstractRunner apidox.
2011-07-18 11:33:01 -03:00
Marco Martin
9ef2c42b42
correctly concatenate the path.
...
package is valid again (and passes plasmoidpackagetest)
2011-07-17 12:46:17 +02:00
Script Kiddy
d8215fbfd0
SVN_SILENT made messages (.desktop file)
2011-07-15 16:57:31 +02:00
Script Kiddy
4bda8b39bd
SVN_SILENT made messages (.desktop file)
2011-07-15 09:32:55 +02:00
Marco Martin
587a3075b3
use plsmoidpackage for generic packages too
2011-07-14 17:19:40 +02:00
Marco Martin
14c3235a17
fix resolution of paths w/ only a packageRoot+name
2011-07-14 14:53:57 +02:00
Montel Laurent
ecc8692c33
Pedantic
2011-07-13 21:46:19 +02:00
Marco Martin
a4d079975b
a new PackageStructure type: GenericComponent
...
this component will be used for loading generic repositories of files,
usually will be repositories of QML files
2011-07-13 20:32:25 +02:00
Script Kiddy
6ba042db73
SVN_SILENT made messages (.desktop file)
2011-07-13 09:29:04 +02:00
Aaron Seigo
b29c73f2e1
paint in parent coords, do events in local coords
...
this makes clicking on the window previews accurate (e.g. clicking at the top of them works)
also some code consistency when iterating over the collections and some cleanups
2011-07-11 21:48:56 +02:00
Aaron Seigo
6150c12907
prevent triggering a crash in Qt's text layouting
...
also simplifies code as a fun side effect.
2011-07-11 21:48:56 +02:00
Aaron Seigo
f056d71baa
simplify
2011-07-11 21:48:56 +02:00
Aaron Seigo
656d6df486
--deprecatedUsage;
2011-07-11 21:48:56 +02:00
Aaron Seigo
a7bb4b26ad
mark the methods deprecated as they should be
2011-07-11 21:48:56 +02:00
Aaron Seigo
dedbbb5f56
shush the compiler
2011-07-11 21:48:56 +02:00
Aaron Seigo
2e0b653b48
paint in parent coords, do events in local coords
...
this makes clicking on the window previews accurate (e.g. clicking at the top of them works)
also some code consistency when iterating over the collections and some cleanups
2011-07-11 21:48:44 +02:00
Aaron Seigo
9021634a1a
prevent triggering a crash in Qt's text layouting
...
also simplifies code as a fun side effect.
2011-07-11 21:48:44 +02:00
Dawit Alemayehu
c25f3e4cab
Fixed -Wunused-parameter compiler warning.
...
REVIEW: 101881
2011-07-11 12:45:50 -04:00
Script Kiddy
b736b76203
SVN_SILENT made messages (.desktop file)
2011-07-07 18:43:55 +02:00
Marco Martin
bee77498d8
bind tickInterval property
2011-07-07 15:32:04 +02:00
Script Kiddy
4af42a0986
SVN_SILENT made messages (.desktop file)
2011-07-06 19:16:46 +02:00
Script Kiddy
a13881b651
SVN_SILENT made messages (.desktop file)
2011-07-06 10:56:02 +02:00
Marco Martin
0b5cc4860f
check the properties are really changed
2011-07-05 18:08:33 +02:00
Script Kiddy
4a14a7ce73
SVN_SILENT made messages (.desktop file)
2011-07-05 14:59:46 +02:00
Nicolás Alvarez
0a62e28dfd
Fix typo in plasma apidox.
2011-06-24 23:50:06 -03:00
Viranch Mehta
12e7e6f612
Notify when meter's value changes
2011-06-21 01:24:54 +05:30