Commit Graph

6817 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
ecbca8f142 add bool isUsed() const and remove checkUsage() 2011-06-03 16:04:50 +02:00
Aaron Seigo
69e9b84371 get rid of the redundant jobFinished signal in Service
it's a bitch for bindings as well
2011-06-03 13:16:35 +02:00
Aaron Seigo
fa61d11d3c Merge remote-tracking branch 'origin/master' into libplasma2
Conflicts:
	plasma/service.cpp
2011-06-03 13:15:36 +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
Aaron Seigo
49e64279f3 remove this no-longer-relevant FIXME 2011-06-03 11:16:51 +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
Marco Martin
135d63c0e9 no camelcase include 2011-05-31 01:26:09 +02:00
Marco Martin
aa3c316339 Merge branch 'libplasmawhatever' into libplasma2
Conflicts:
	plasma/CMakeLists.txt
2011-05-31 01:16:44 +02:00
Marco Martin
68bc6b9a6a move some widgets in libplasmaqgv 2011-05-31 01:05:01 +02:00
Aaron Seigo
584b9b8ec1 bye-bye PackageMetadata 2011-05-31 01:04:33 +02:00
Aaron Seigo
36255d10cf remove the test 2011-05-31 01:02:57 +02:00
Aaron Seigo
273b09d3db use KPluginInfo instead of PackageMetadata 2011-05-31 01:02:45 +02:00
Aaron Seigo
cdaf2dd2d8 unneeded include 2011-05-31 01:02:26 +02:00
Aaron Seigo
c19238fdab much more straightforward way of publishing 2011-05-31 01:02:08 +02:00
Aaron Seigo
e06d98147b use KPluginInfo instead of PackageMetadata 2011-05-31 01:01:37 +02:00
Aaron Seigo
5ca2657a01 publish using a KPluginInfo 2011-05-31 01:01:18 +02:00
Aaron Seigo
d4e058386d --PackageMetadata; 2011-05-31 01:00:35 +02:00
Aaron Seigo
6f2284dbd3 don't use PackageMetadata. instead, use a new little class: RemoteObjectDescription 2011-05-31 01:00:03 +02:00
Aaron Seigo
8f6b17fb0e --PackageMetadata; 2011-05-31 00:59:35 +02:00
Aaron Seigo
1210ec313a --PackageMetadata; and a handful of efficiency improvements as well 2011-05-31 00:28:06 +02:00
Aaron Seigo
acbe5b960e const consistency in setupScript 2011-05-31 00:12:57 +02:00
Aaron Seigo
9b4621d339 --PackageMetadata; 2011-05-31 00:11:55 +02:00
Aaron Seigo
03b775fe0c --PackageMetadata 2011-05-31 00:09:07 +02:00
Aaron Seigo
1ba57eb84c remove PackageMetadata usage 2011-05-31 00:07:13 +02:00
Aaron Seigo
2b771e41ed remove another usage of PackageMetadata 2011-05-31 00:06:12 +02:00
Aaron Seigo
b01348aa84 rely on AppletPrivate::remoteLocation (removing the need for PackageMetadata) and make it a proper KUrl 2011-05-31 00:04:03 +02:00
Aaron Seigo
be8b64f95c don't use PackageMetadata 2011-05-31 00:03:39 +02:00
Aaron Seigo
61dae1cad0 quiet the compiler 2011-05-31 00:03:12 +02:00
Aaron Seigo
b9fa4cca32 Merge remote-tracking branch 'origin/master' into libplasma2 2011-05-30 23:44:05 +02:00
Aaron Seigo
cd32321b68 Merge branch 'libplasma2_signedpackages' into libplasma2
Conflicts:
	plasma/package.cpp
2011-05-30 23:41:53 +02:00
Script Kiddy
68569d25fd SVN_SILENT made messages (.desktop file) 2011-05-29 10:22:13 +02:00
Aaron Seigo
adde5d32d1 remove deprecaed toolBoxItem() 2011-05-28 00:42:22 +02:00
Aaron Seigo
fafb0a73e4 remove deprecated methods 2011-05-28 00:39:59 +02:00
Aaron Seigo
701760f7aa quiet the compiler 2011-05-28 00:38:46 +02:00
Aaron Seigo
c462eabf81 getting the compiler to stfu 2011-05-28 00:38:34 +02:00
Aaron Seigo
9f3a67df08 Merge remote-tracking branch 'origin/master' into libplasma2 2011-05-28 00:34:50 +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
a4dbbf60ea remove some empty reimplemented methods 2011-05-28 00:33:12 +02:00
Aaron Seigo
4cc44f6a92 Merge remote-tracking branch 'origin/master' into libplasma2
Conflicts:
	plasma/package.cpp
2011-05-28 00:25:07 +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
791c327c87 use QCryptographicHash 2011-05-27 12:33:31 +02:00
Aaron Seigo
b0c769c4c1 this feature is no longer tied to QCA 2011-05-27 12:27:52 +02:00