Aaron J. Seigo
6063c5cab0
add a property for downness
...
svn path=/trunk/KDE/kdelibs/; revision=1077251
2010-01-19 20:32:22 +00:00
Igor Trindade Oliveira
c334033bf3
move panelttoolbox animation to new animation api
...
svn path=/trunk/KDE/kdelibs/; revision=1077220
2010-01-19 18:12:23 +00:00
Igor Trindade Oliveira
d7e63f903c
move applethandle to new animation api.
...
svn path=/trunk/KDE/kdelibs/; revision=1077217
2010-01-19 17:59:24 +00:00
Davide Bettio
1202423649
Added setDown(bool) to Plasma::ToolButton.
...
svn path=/trunk/KDE/kdelibs/; revision=1077191
2010-01-19 16:20:41 +00:00
Aaron J. Seigo
b0145f01f3
don't double-connect the signals
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1076950
2010-01-19 07:00:56 +00:00
Aaron J. Seigo
2ca0143367
don't double-connect the signals
...
svn path=/trunk/KDE/kdelibs/; revision=1076949
2010-01-19 06:57:28 +00:00
Aaron J. Seigo
5933c66adf
unecessary
...
svn path=/trunk/KDE/kdelibs/; revision=1076898
2010-01-19 01:57:19 +00:00
Davide Bettio
c174905f76
Backport: Added missing condition: isDown() == true.
...
now toolbuttons look pressed when isDown() == true.
svn path=/branches/KDE/4.4/kdelibs/; revision=1076851
2010-01-18 23:16:48 +00:00
Rob Scheepmaker
fa74621c21
relicense to LGPL v2
...
svn path=/trunk/KDE/kdelibs/; revision=1076714
2010-01-18 18:24:57 +00:00
Adenilson Cavalcanti Da Silva
71dc3dea64
Fixing a segfault by -1 in plasma-netbook (special thanks to notmart).
...
svn path=/trunk/KDE/kdelibs/; revision=1075973
2010-01-17 06:05:54 +00:00
Igor Trindade Oliveira
7c1ce3f4ec
RunnerManager: emit signal queryFinished when the search finished, it can be useful when creating animations
...
svn path=/trunk/KDE/kdelibs/; revision=1075406
2010-01-16 01:20:35 +00:00
Davide Bettio
bf492e3465
Added missing condition: isDown() == true.
...
now the button looks always pressed.
CCMAIL: notmart@gmail.com
svn path=/trunk/KDE/kdelibs/; revision=1074900
2010-01-14 22:41:17 +00:00
Marco Martin
c0a7a4fd57
backport mask fix
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1074123
2010-01-13 13:44:00 +00:00
Marco Martin
26b361824d
apply the proper mask when composite is off
...
svn path=/trunk/KDE/kdelibs/; revision=1074120
2010-01-13 13:43:18 +00:00
Aaron J. Seigo
08d517c788
fixes for scripting
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1073882
2010-01-13 03:15:25 +00:00
Aaron J. Seigo
d065f88749
fix for scripting
...
svn path=/trunk/KDE/kdelibs/; revision=1073880
2010-01-13 03:14:25 +00:00
Aaron J. Seigo
0a7a7f5430
completely unecessary now
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1073815
2010-01-12 22:31:40 +00:00
Aaron J. Seigo
5755627da7
this is now completely unecessary
...
svn path=/trunk/KDE/kdelibs/; revision=1073814
2010-01-12 22:31:12 +00:00
Aaron J. Seigo
341cfb6362
* kill some memory leaks
...
* mark appropriate ctors with explicit
* Direction -> MovementDirection so it doesn't conflict with QAbstractAnimation::Direction
svn path=/branches/KDE/4.4/kdelibs/; revision=1073810
2010-01-12 22:27:23 +00:00
Aaron J. Seigo
18640f63e3
* kill some memory leaks
...
* mark appropriate ctors with explicit
* Direction -> MovementDirection so it doesn't conflict with QAbstractAnimation::Direction
svn path=/trunk/KDE/kdelibs/; revision=1073809
2010-01-12 22:24:58 +00:00
Aaron J. Seigo
5f6fd5e387
toggle the popup when activated
...
CCBUG:222418
svn path=/branches/KDE/4.4/kdelibs/; revision=1073722
2010-01-12 18:36:10 +00:00
Aaron J. Seigo
45280bdda6
toggle the popup when activated
...
BUG:222418
svn path=/trunk/KDE/kdelibs/; revision=1073718
2010-01-12 18:35:03 +00:00
Aaron J. Seigo
05adc83780
backport AnimationDirection -> Animation::Direction
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1073438
2010-01-12 09:55:42 +00:00
Aaron J. Seigo
1bdc28c19e
AnimationDirection should be Animation::Direction ... glad i caught this before 4.4.0 was rolled!
...
svn path=/trunk/KDE/kdelibs/; revision=1073436
2010-01-12 09:54:42 +00:00
Aaron J. Seigo
86d729b249
center is a more sensible default
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1073435
2010-01-12 09:43:40 +00:00
Aaron J. Seigo
bd94befc48
center is a more sensible default
...
svn path=/trunk/KDE/kdelibs/; revision=1073434
2010-01-12 09:42:07 +00:00
Aaron J. Seigo
7d4c3e651d
export the enum so scripts can get at it
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1073433
2010-01-12 09:41:45 +00:00
Aaron J. Seigo
6d71722209
declare the enumeration so scripts can get at it
...
svn path=/trunk/KDE/kdelibs/; revision=1073432
2010-01-12 09:40:51 +00:00
Aaron J. Seigo
4014e41a7f
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=/branches/KDE/4.4/kdelibs/; revision=1073415
2010-01-12 08:20:14 +00:00
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