Commit Graph

6695 Commits

Author SHA1 Message Date
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
Aaron Seigo
840ae26b2d use QCryptographicHash instead of QCA 2011-05-27 12:26:59 +02:00
Aaron Seigo
5213116b94 remove a usage of QCA in favor of its qt equiv 2011-05-27 12:21:30 +02:00
Aaron Seigo
c8443a0958 remove deprecated prefix methods; there are now multiple prefixes! 2011-05-27 12:12:52 +02:00
Aaron Seigo
da422ce39d hush the compiler 2011-05-27 12:12:43 +02:00
Aaron Seigo
628b80809f remove deprecated setWindowToPreview methods 2011-05-27 12:09:19 +02:00
Aaron Seigo
38004e0f9c remove deprecated version of loadLayout 2011-05-27 12:07:12 +02:00
Aaron Seigo
5f92b0d44f remove deprecated signal 2011-05-27 12:01:01 +02:00
Aaron Seigo
2b3767a7b5 get rid of deprecate code in Animator
i wonder if we have any purpose for Animator at all in QML? perhaps
this moves out with the QGraphicsView stuff
2011-05-26 23:30:58 +02:00
Aaron Seigo
13adc2ddd2 remove some dead code 2011-05-26 23:13:44 +02:00
Aaron Seigo
c77964a6e3 fix compilation 2011-05-26 23:06:45 +02:00
Aaron Seigo
563a95bf04 deprecate method is gone 2011-05-26 23:06:36 +02:00
Aaron Seigo
ef5e0a8884 get rid of deprecated methods 2011-05-26 23:02:15 +02:00
Aaron Seigo
060ef1757b QHash replaces QMap as the sorting of QMap is pure overhead 2011-05-26 19:01:44 +02:00
Aaron Seigo
23ee4d2f31 direct calls now that layoutContainments is virtual 2011-05-26 19:01:31 +02:00
Aaron Seigo
9bc518295c make layoutContainments virtual 2011-05-26 19:01:21 +02:00
Aaron Seigo
26a9c30d47 direct calls now that these are virtuals 2011-05-26 18:58:17 +02:00
Aaron Seigo
91352e1a2d make slots that were invoked into virtuals 2011-05-26 18:56:35 +02:00
Aaron Seigo
a5effc3b48 fix up the test 2011-05-26 18:56:24 +02:00
Aaron Seigo
62429fbeb9 shhh 2011-05-26 18:44:00 +02:00
Aaron Seigo
e834795263 remove some empty overloads 2011-05-26 16:42:41 +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
Aaron Seigo
89c7e9b726 remove createPackage as well; it's a bit impl-specific and isn't used anywhere 2011-05-20 10:48:29 +02:00
Aaron Seigo
0c847e15f0 remove registerPackage; the impl is broken (assume a plasmoid) and isn't used 2011-05-20 10:45:22 +02:00
Aaron Seigo
bd2cb96e55 move install/uninstallPackage implementaton into PackageStructure 2011-05-20 10:43:40 +02:00
Aaron Seigo
953cce2c7c remove Context class 2011-05-20 09:41:48 +02:00
Aaron Seigo
e73f4bf9f2 hush the compiler 2011-05-20 09:41:38 +02:00
Aaron Seigo
5717088b57 remove references to Context classes, activity stored by id 2011-05-20 09:41:19 +02:00
Aaron Seigo
3ed8a6fad2 remove ContextConstraint 2011-05-20 09:36:34 +02:00
Aaron Seigo
0043de0ae9 remove references to Context 2011-05-20 09:21:36 +02:00
Aaron Seigo
f6bbda4258 the methods are now virtual, call directly 2011-05-20 09:01:36 +02:00
Aaron Seigo
983bacb8b7 pass by reference instead of a pointer 2011-05-20 09:01:12 +02:00
Aaron Seigo
48fa4d1db7 virtuals! 2011-05-20 08:57:33 +02:00
Aaron Seigo
d7e13e62ae remove geometryChanged, it's in QGraphicsWidget these days 2011-05-20 08:53:53 +02:00
Aaron Seigo
b9d4f2f042 merge findInCache methods 2011-05-20 08:23:43 +02:00
Aaron Seigo
a4af5cfa02 Merge remote-tracking branch 'origin/master' into libplasma2 2011-05-20 08:17:19 +02:00
Aaron Seigo
a225402b9e make setImagePath virtual 2011-05-20 08:16:01 +02:00