Commit Graph

6823 Commits

Author SHA1 Message Date
Aaron Seigo
9f4124973f don't output so much useless garbage 2011-05-24 13:24:07 +02:00
Aaron Seigo
fb4453a55f only use the install path for ultimate key storage
this should not be writable by the user, but is readable. safer than
picking the first dir that matches ... which would usually be in the
user's own dir. *facepalm*
2011-05-24 13:24:07 +02:00
Aaron Seigo
5496456af4 better name for the method that imports ulimately trusted keys 2011-05-24 13:24:07 +02:00
Aaron Seigo
4766f0e63e get rid of a memory leak and an unused/unuseful method in the private class 2011-05-24 13:24:07 +02:00
Aaron Seigo
5a9373ae0d cleanups 2011-05-24 13:23:39 +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
Aaron Seigo
9da79a0840 only emit repaintNeeded if there was actually a change 2011-05-20 08:13:24 +02:00
Aaron Seigo
7f4bd841e2 make graphicsWidget const 2011-05-20 08:10:39 +02:00
Aaron Seigo
cfdccb7968 addUrls becomes virtual, setUrls is dropped 2011-05-18 16:04:50 +02:00
Aaron Seigo
3e236c281a remove the dropUrls approach 2011-05-18 15:08:07 +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
Aaron Seigo
58c27026ef Merge remote-tracking branch 'origin/master' into libplasma2 2011-05-12 22:39:05 +02:00
Aaron Seigo
2aa942777e bye bye GLApplet 2011-05-12 22:37:40 +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
Nicolas Lécureuil
d43e4c9066 Should be Mimetypes instead of MimeTypes 2011-05-06 14:17:49 +02:00
Nicolas Lécureuil
9590842c89 Fix typo 2011-05-06 14:14:28 +02:00
Aaron Seigo
060ad2e80b Mimetype -> MimeType 2011-05-06 12:31:03 +02:00
Aaron Seigo
ad58b7e23e fix tests 2011-05-06 12:26:39 +02:00