Commit Graph

5403 Commits

Author SHA1 Message Date
Aaron J. Seigo
e7b129bea3 since the QGrahicsWidget we're given originates from the outside, don't assume it'll stay around nicely; use a QWeakPointer to track it
svn path=/trunk/KDE/kdelibs/; revision=1073410
2010-01-12 08:11:27 +00:00
Michael Pyne
9c042dff8f Backport fix for bug 221371 (man: and info:foo doesn't work in KRunner, 4.3 regression)
to KDE SC 4.4.

BUG:221371

svn path=/branches/KDE/4.4/kdelibs/; revision=1073382
2010-01-12 04:19:02 +00:00
Michael Pyne
564d86e134 Fix bug 221371 in KDE 4.5 (man: and info: syntax no longer works in krunner)
svn path=/trunk/KDE/kdelibs/; revision=1073381
2010-01-12 04:14:32 +00:00
Davide Bettio
1007e88adb Replaced Quadros with Ethais.
svn path=/branches/KDE/4.4/kdelibs/; revision=1073351
2010-01-12 01:16:26 +00:00
Davide Bettio
a9b0c896f1 Replaced Quadros with Ethais.
svn path=/branches/KDE/4.4/kdelibs/; revision=1073333
2010-01-12 00:33:50 +00:00
Aaron J. Seigo
40b3e0bed5 allow users of Dialog to sync to the widget immediately
svn path=/trunk/KDE/kdelibs/; revision=1073291
2010-01-11 22:52:08 +00:00
Davide Bettio
4e7fa2f852 Replaced default wallpaper.
svn path=/trunk/KDE/kdelibs/; revision=1073285
2010-01-11 22:43:19 +00:00
Aaron J. Seigo
bea76759b9 be more careful with setting the id when the data is set
svn path=/trunk/KDE/kdelibs/; revision=1073192
2010-01-11 20:08:03 +00:00
Igor Trindade Oliveira
e2cf011103 plasma animations: removing custom animation. the animations done by custom can be done adding a property and using qpropertyanimation
svn path=/trunk/KDE/kdelibs/; revision=1073191
2010-01-11 20:06:14 +00:00
Andreas Hartmetz
ee374de18f build
svn path=/trunk/KDE/kdelibs/; revision=1073148
2010-01-11 18:24:44 +00:00
Igor Trindade Oliveira
196172bc19 add custom animation in animator factory
svn path=/trunk/KDE/kdelibs/; revision=1073140
2010-01-11 17:53:35 +00:00
Igor Trindade Oliveira
a51ab88ce0 Add support to custom animations
svn path=/trunk/KDE/kdelibs/; revision=1073131
2010-01-11 17:26:36 +00:00
Marco Martin
c337423b66 backport IconAction visibility fix
svn path=/branches/KDE/4.4/kdelibs/; revision=1072709
2010-01-10 19:35:58 +00:00
Marco Martin
8ee524d172 IconAction refuses to display and to be activated if the underlying QAction is invisible or disabled
svn path=/trunk/KDE/kdelibs/; revision=1072708
2010-01-10 19:34:33 +00:00
Script Kiddy
a06f77b764 SVN_SILENT made messages (.desktop file)
svn path=/branches/KDE/4.4/kdelibs/; revision=1072526
2010-01-10 10:44:47 +00:00
Marco Martin
7dce4cbec8 backport 3d vector fix
svn path=/branches/KDE/4.4/kdelibs/; revision=1072234
2010-01-09 17:31:21 +00:00
Marco Martin
1aac8cb293 set the proper values for the 3d vector
svn path=/trunk/KDE/kdelibs/; revision=1072233
2010-01-09 17:30:40 +00:00
Marco Martin
b24cb0ce38 fix positioning
svn path=/branches/KDE/4.4/kdelibs/; revision=1072154
2010-01-09 13:45:28 +00:00
Marco Martin
d9a0865c3b fix the toolbox positioning when zoomed out
svn path=/trunk/KDE/kdelibs/; revision=1072152
2010-01-09 13:41:54 +00:00
Marco Martin
55838e20ec don't update the position over and over again
svn path=/branches/KDE/4.4/kdelibs/; revision=1071894
2010-01-08 23:37:54 +00:00
Marco Martin
8f19e5f9cb don't reposition over and over again
svn path=/trunk/KDE/kdelibs/; revision=1071890
2010-01-08 23:36:43 +00:00
Aaron J. Seigo
9685752853 debug no longer needed, problem solved.
svn path=/trunk/KDE/kdelibs/; revision=1071845
2010-01-08 22:12:35 +00:00
Aaron J. Seigo
2ec16f9d26 it is possible to not be on the scene yet
svn path=/branches/KDE/4.4/kdelibs/; revision=1071844
2010-01-08 22:07:30 +00:00
Aaron J. Seigo
ae239eed3f it is possible to not be on the scene yet
svn path=/trunk/KDE/kdelibs/; revision=1071841
2010-01-08 21:58:04 +00:00
Script Kiddy
b35c1c7523 SVN_SILENT made messages (.desktop file)
svn path=/branches/KDE/4.4/kdelibs/; revision=1071564
2010-01-08 10:29:48 +00:00
Aaron J. Seigo
e23b884920 some diagnostic debug for Jon
svn path=/trunk/KDE/kdelibs/; revision=1071451
2010-01-08 05:07:00 +00:00
Aaron J. Seigo
e52aebe20e don't both with checking if it's a new group unless we have a package
svn path=/trunk/KDE/kdelibs/; revision=1071441
2010-01-08 02:13:52 +00:00
Aaron J. Seigo
c856db301c only do the work if the file exists
svn path=/trunk/KDE/kdelibs/; revision=1071440
2010-01-08 02:11:58 +00:00
Aaron J. Seigo
fb8898f328 if the Applet requests config() before being added to a containment, but is nested in another Applet, it should still use the nest-Applet's config.
svn path=/branches/KDE/4.4/kdelibs/; revision=1071438
2010-01-08 02:03:55 +00:00
Aaron J. Seigo
30ec5b73bb if the Applet requests config() before being added to a containment, but is nested in another Applet, it should still use the nest-Applet's config. i doubt it is a fix for 218064, but this is at least accurate and may address comment #15.
CCBUG:218064

svn path=/trunk/KDE/kdelibs/; revision=1071437
2010-01-08 02:02:43 +00:00
Aaron J. Seigo
5c1a69f05f fix positioning
svn path=/branches/KDE/4.4/kdelibs/; revision=1071386
2010-01-07 22:15:18 +00:00
Aaron J. Seigo
4246f430ec fix positioning
svn path=/trunk/KDE/kdelibs/; revision=1071385
2010-01-07 22:14:19 +00:00
Aaron J. Seigo
d302d838d5 SVN_SILENT: hush
svn path=/trunk/KDE/kdelibs/; revision=1071383
2010-01-07 22:13:43 +00:00
Marco Martin
f3a2a662ca backport icon sizing fix
svn path=/branches/KDE/4.4/kdelibs/; revision=1071367
2010-01-07 21:59:28 +00:00
Marco Martin
c1e947a768 when the icon is horizontal and there is no text take the min between width and height as icon size.
among other things fixes the unhide arrow of the systray

svn path=/trunk/KDE/kdelibs/; revision=1071365
2010-01-07 21:58:51 +00:00
Marco Martin
164187c4e2 backport the reverting of the size hint
svn path=/branches/KDE/4.4/kdelibs/; revision=1071249
2010-01-07 19:22:46 +00:00
Marco Martin
35d8587114 the fact that the toolbutton is using qstyle for the label painting makes reimplementation of the size hint really problematic, just use the native one for now
svn path=/trunk/KDE/kdelibs/; revision=1071247
2010-01-07 19:21:57 +00:00
Marco Martin
e77ea715c6 backport layout fixes here too
svn path=/branches/KDE/4.4/kdelibs/; revision=1071062
2010-01-07 12:56:59 +00:00
Marco Martin
81e9c74cd3 don't change margins if the hint is empty
svn path=/trunk/KDE/kdelibs/; revision=1071059
2010-01-07 12:53:54 +00:00
Marco Martin
66e7fa884b backport size hints fix
svn path=/branches/KDE/4.4/kdelibs/; revision=1071056
2010-01-07 12:52:35 +00:00
Marco Martin
a1d1b12624 like toolbutton, base on the svg margins for the size hint
svn path=/trunk/KDE/kdelibs/; revision=1071054
2010-01-07 12:50:56 +00:00
Marco Martin
292ad2ee4a backport size hints fix
svn path=/branches/KDE/4.4/kdelibs/; revision=1071053
2010-01-07 12:45:34 +00:00
Marco Martin
291b11f8a2 -update geometry when the text changes
-return a good size hint based on svg margins

svn path=/trunk/KDE/kdelibs/; revision=1071052
2010-01-07 12:44:20 +00:00
Aaron J. Seigo
26b7d59e20 onwards and upwards
svn path=/trunk/KDE/kdelibs/; revision=1070947
2010-01-07 02:44:04 +00:00
Marco Martin
d6dd4ae24a use the overrideMask window effect
svn path=/trunk/KDE/kdelibs/; revision=1070728
2010-01-06 16:00:53 +00:00
Aaron J. Seigo
321c298a96 standarize the authorization restrictions with other ones found in KDE; one of these is new in 4.4 and neither of the other two were ever documented anywhere
svn path=/trunk/KDE/kdelibs/; revision=1070582
2010-01-06 04:16:28 +00:00
Marco Martin
46824ec1b1 add a wrap for _KDE_SHADOW_OVERRIDE too
svn path=/trunk/KDE/kdelibs/; revision=1070494
2010-01-05 19:57:44 +00:00
Adenilson Cavalcanti Da Silva
8c356fa8c1 Making sure that recursion will not go beyond 20 levels.
svn path=/trunk/KDE/kdelibs/; revision=1070481
2010-01-05 18:55:45 +00:00
Adenilson Cavalcanti Da Silva
8fb2ea1980 Moving drawing children code to a private function and allowing it to follow
sub-children.
It will now work with uBlog plasmoid.


svn path=/trunk/KDE/kdelibs/; revision=1070458
2010-01-05 18:23:59 +00:00
Aaron J. Seigo
c4ed36ca0e zoom anim doesn't need to be a member, and this way it doesn't mess up when lots of applets are added at the same time
svn path=/trunk/KDE/kdelibs/; revision=1070142
2010-01-04 23:45:38 +00:00