Commit Graph

6689 Commits

Author SHA1 Message Date
Marco Martin
97af96221e for 4.7 don't link to kdeclarative
since kdeclarative is experimental, for 4.7 build it directly into libplasma instead of dynamically linking to it
2011-06-08 15:41:20 +02:00
Script Kiddy
41211c2536 SVN_SILENT made messages (.desktop file) 2011-06-08 09:37:08 +02:00
Aaron Seigo
ddbd2a35ce shush the compiler with Q_UNUSED 2011-06-05 14:30:45 +02:00
Script Kiddy
4070c580a6 SVN_SILENT made messages (.desktop file) 2011-06-05 10:25:18 +02:00
Aaron Seigo
66142028c0 move these around nicely 2011-06-03 13:13:19 +02:00
Aaron Seigo
c109e2369b protect the pointer here as well 2011-06-03 12:56:11 +02:00
Aaron Seigo
592a6a63b3 be a bit safer with the widget pointer; too easy to trigger with sloppy scripting 2011-06-03 12:54:33 +02:00
Viranch Mehta
0e9d609542 Fix: WRITE method for Q_PROPERTY maximum was setMinimum, which should be setMaximum 2011-06-03 00:50:18 +05:30
Script Kiddy
68569d25fd SVN_SILENT made messages (.desktop file) 2011-05-29 10:22:13 +02:00
Aaron Seigo
c2cdb2bf8f now that containment no longer installs event filters on the applets, no need to remove them either 2011-05-28 00:33:55 +02:00
Aaron Seigo
dd122bc011 move applet handle handling (*cough*) to applet instead of contaiment
much cleaner and eliminates the possibility of odd crashes

BUG:253421
2011-05-28 00:23:37 +02:00
Aaron Seigo
223795818f check the value before using it 2011-05-28 00:23:37 +02:00
Aaron Seigo
394979daa4 check value of view
BUG:274202
2011-05-27 15:51:20 +02:00
Aaron Seigo
13adc2ddd2 remove some dead code 2011-05-26 23:13:44 +02:00
Aaron Seigo
2caa24b1b8 need to init qca 2011-05-26 16:03:38 +02:00
Script Kiddy
7417ab8acb SVN_SILENT made messages (.desktop file) 2011-05-24 11:18:16 +02:00
Nicolas Lécureuil
2970dd2317 Add check on corona to avoid crash
CCBUG: 264844
2011-05-22 22:33:06 +02:00
Marco Martin
e20c152d4d be less noisy, downgrade two kWarning to kDebug 2011-05-22 19:26:38 +02:00
Marco Martin
2710ba75df more hints that can be prefix-specific
hint-tile-center, hint-stretch-borders and hint-no-border-padding now support prefixes too (of course being retrocompatible)
2011-05-22 19:23:48 +02:00
Marco Martin
a916f9c7ed fix hint-compose-over-border for different prefix
BUGFIX: everywhere else masks are called "mask-" % prefix % "center", do so here too
2011-05-22 18:03:12 +02:00
Marco Martin
7e88d41ebe bind BackgroundHints for use in declarative containments 2011-05-21 17:47:30 +02:00
Frank Reininghaus
a85aa04ffd Fix storing binary data in StorageThread::save()
This makes the unit test plasma/tests/storagetest pass again :-)
2011-05-21 14:38:08 +02:00
Script Kiddy
c63464c103 SVN_SILENT made messages (.desktop file) 2011-05-18 09:50:17 +02:00
Script Kiddy
4609c9eac7 SVN_SILENT made messages (.desktop file) 2011-05-17 11:08:10 +02:00
Jeremy Whiting
4d8d36b195 REVIEW: 101342
Merge branch 'whiting/buildwithqt48'
2011-05-16 13:18:56 -06:00
Script Kiddy
c7474c9028 SVN_SILENT made messages (.desktop file) 2011-05-16 09:49:35 +02:00
Script Kiddy
82926023b7 SVN_SILENT made messages (.desktop file) 2011-05-13 09:14:01 +02:00
Jeremy Whiting
4911e4b75c Add QByteArray and QString wrappers around + as needed.
Fixes kdelibs building with Qt 4.8
2011-05-11 21:46:35 -06:00
Script Kiddy
4d5855c926 SVN_SILENT made messages (.desktop file) 2011-05-10 12:06:21 +02:00
Andreas Hartmetz
c9529c5563 Plasma Wallpaper: Fix targetSize updating logic.
As discussed with Aaron a few weeks ago on IRC.
2011-05-09 14:17:06 +02:00
Script Kiddy
f7393b34a5 SVN_SILENT made messages (.desktop file) 2011-05-09 09:47:35 +02:00
Script Kiddy
3eba58f795 SVN_SILENT made messages (.desktop file) 2011-05-08 09:42:51 +02:00
Script Kiddy
dbccc42f45 SVN_SILENT made messages (.desktop file) 2011-05-07 09:21:47 +02:00
Montel Laurent
640fb68785 Fix mem leak 2011-05-06 21:51:55 +02:00
Aaron Seigo
f3d512f427 dead test 2011-05-06 14:21:10 +02:00
Aaron Seigo
dffb61989e set the images/ dir to be required depending on being a "full" package or a single file 2011-05-06 11:41:37 +02:00
Alex Merry
f8070443bb Improve the Plasma::Svg apidocs a little more 2011-05-05 17:41:40 +01:00
Aaron Seigo
986615f544 trim tooltip content to avoid extraneous spaces
BUG:272520
2011-05-05 12:46:51 +02:00
Script Kiddy
9bf34b2194 SVN_SILENT made messages (.desktop file) 2011-05-05 08:59:59 +02:00
Alex Merry
21ed067ba8 Improve the Plasma::Svg apidocs 2011-05-05 01:19:03 +01:00
Aaron Seigo
faa9bd1eb2 remove close support, clean up code a bit while in there 2011-05-04 14:12:33 +02:00
Aaron Seigo
4a1ed3e6aa don't paint the icon highlight if there is no icon 2011-05-04 14:10:34 +02:00
Matthias Fuchs
d9568fb2c5 Adds a setTabHighlighted and a isTabHighligted method to Plasma::TabBar.
When a tab is highlighted the text is drawn with a different color.
The icon will then have an active effect and a pressed button will be drawn at its background.

REVIEW:101264
2011-05-04 13:01:30 +02:00
Script Kiddy
062b6e7c68 SVN_SILENT made messages (.desktop file) 2011-05-04 09:06:54 +02:00
Kevin Ottens
f56a273bac Include config-plasma.h to get PLASMA_NO_SOLID defined 2011-05-03 11:54:19 +02:00
Script Kiddy
39633fa140 SVN_SILENT made messages (.desktop file) 2011-05-02 09:32:12 +02:00
Script Kiddy
360e8c5928 SVN_SILENT made messages (.desktop file) 2011-05-01 09:39:13 +02:00
Aaron Seigo
b0ef0e7991 wallpaper thrading simplifications 2011-04-30 17:17:44 +02:00
Aaron Seigo
cd8025f605 minor style fix 2011-04-30 13:29:26 +02:00
Aaron Seigo
aa2c6b7683 more api niceness 2011-04-30 13:29:26 +02:00