Aaron Seigo
a51925dff1
better docs
2011-05-26 17:22:43 +02:00
Aaron Seigo
1a255a51de
and now packages are able to be verified by signed hash
2011-05-26 16:27:30 +02:00
Aaron Seigo
73758abf97
start of package verification
2011-05-26 16:02:56 +02:00
Aaron Seigo
3b6a49b5bd
need to init qca
2011-05-26 16:02:01 +02:00
Aaron Seigo
aeadba3adf
add a test for an invalid signature
2011-05-26 15:49:01 +02:00
Aaron Seigo
8e9a38659e
unit testing for Plasma::Signing
2011-05-26 15:13:15 +02:00
Aaron Seigo
7c095ebd31
used detached sigs; at least this way gpgme++ is giving me fingerprints on success
2011-05-26 15:12:56 +02:00
Aaron Seigo
5f0face742
fix localality check, improve debug output
2011-05-26 14:32:32 +02:00
Aaron Seigo
670f73702a
minor scrubs
2011-05-26 14:04:12 +02:00
Aaron Seigo
e7d40b158e
make signerOf sensible
...
* close opened file handles
* don't create QFile objects that are never used
* check for locality as it must with the current implementation be local files we're checking
* get rid of the unhelpful Private class method and merge it into the main class method
* don't append .asc to the packagePath accidentally when making the sig path
2011-05-26 13:37:44 +02:00
Aaron Seigo
223622f786
remove keyring manager like methods which don't stay in scope for purpuose of this class.
2011-05-26 13:19:41 +02:00
Aaron Seigo
155b5bd879
variety of functionality, performance and style fixes
...
it was like pulling on a thread in a sweater: the changes just kept rolling
into each other...
* don't load all the keys at start, just cache them as they are requested
* use GpgContext::key to get the key for us rather than looping through all keys
* fix SignedBy so it doesn't say a key is signed by every other key(!)
* FullTrus*t*ed
2011-05-24 14:10:59 +02:00
Aaron Seigo
35b714cd31
fix typo
2011-05-24 13:56:37 +02:00
Aaron Seigo
304f6f4344
slightly more readable
2011-05-24 13:24:08 +02:00
Aaron Seigo
1eeceda235
more clarity changes and removal of extraneous implementation detail info
2011-05-24 13:24:08 +02:00
Aaron Seigo
b79d23aea1
avoid lots of uselessness
2011-05-24 13:24:08 +02:00
Aaron Seigo
283cea6f7a
fix signature
2011-05-24 13:24:08 +02:00
Aaron Seigo
787ff64871
more style fixes
2011-05-24 13:24:08 +02:00
Aaron Seigo
bb4ecbfb5f
use sets instead of lists since we're mostly doing contains()
2011-05-24 13:24:07 +02:00
Aaron Seigo
e0a6591371
this isn't plasmoid specific in the least
2011-05-24 13:24:07 +02:00
Aaron Seigo
a21b5a8844
simple style fixes
2011-05-24 13:24:07 +02:00
Aaron Seigo
fc754ec380
no point in having two KDirWatches when we can have one
...
also fix the signatures of the slots in the private class
2011-05-24 13:24:07 +02:00
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
Aaron Seigo
9cdbf422ff
consolidate remoting files, add signing gsoc
2011-04-29 15:18:35 +02:00
Marco Martin
365cdef434
delete more methods
2011-04-26 23:36:59 +02:00
Marco Martin
de179b4e1d
header of a possible applet api for plasma2
2011-04-26 23:19:19 +02:00
Marco Martin
00a7e73eb7
bump version
2011-04-26 22:53:32 +02:00
Marco Martin
d8bd1cf2e7
first doc for libplasma2: QGV dependencies
2011-04-26 13:42:16 +02:00
Aaron Seigo
fe1a615cc4
make this even more painfully clear
2011-04-26 13:04:50 +02:00
Marco Martin
98bacfdb65
GlApplet is deprecated
2011-04-26 12:36:24 +02:00
Aaron Seigo
fbb50df067
ensure that the containment configChanged() routine always happens
2011-04-25 16:43:48 +02:00
Aaron Seigo
2c3a5ef8fa
make the compiler happy
2011-04-24 23:59:59 +02:00
Aaron Seigo
ffbe49d4bf
uncomment this so when we do make a private class, we don't forget ;)
2011-04-24 23:59:59 +02:00
Sebastian Kügler
6de3205490
Switch off scrollbars when in dragToScroll mode
...
They don't work with dragging, anyway since flicking and scrollbars
operate in different directions.
2011-04-24 16:21:19 +02:00
Sebastian Kügler
547231f381
tame font family for CSS, makes it work =)
2011-04-24 14:22:18 +02:00
Marco Martin
14d3286096
use Item width and height as minimumSize
...
massively not optimal. however qml doesn't have concept of size hints unfortunately
2011-04-20 20:34:52 +02:00
Marco Martin
7f46a77e7d
fix popup position
...
if item is in an hidden Dialog, try to find the parent applet and use it instead of item
this fixes the device notifier popup placement
BUG:234564
BUG:253858
2011-04-20 18:12:07 +02:00
Marco Martin
96d0f935c2
popup in the correct place when viewFor is hidden
...
when item is in an hidden Dialog, try to find the parent applet and position the popup there.
this fixes the devicenotifier popup placement
BUG:253858
BUG:234564
2011-04-20 18:12:07 +02:00
David Palacio
00714cc198
Ensure icon is added to layout.
...
BUG: 268104
REVIEW: 101148
2011-04-17 16:55:46 -05:00
Will Stephenson
73e5d59876
Fix typo
2011-04-14 13:27:06 +02:00
Script Kiddy
214a8eb3ad
SVN_SILENT made messages (.desktop file)
2011-04-13 08:59:18 +02:00
Script Kiddy
ea379be495
SVN_SILENT made messages (.desktop file)
2011-04-12 10:18:54 +02:00
Alex Fiestas
d09061f758
Add KAuthorize containment_context_menu into createToolBox
...
Having the posibility of avoid the context_menu while we're
allowing the cashew has no sense. So let's use the same action
to lockdown both.
2011-04-11 15:08:29 +02:00
Aaron Seigo
bd3f840f3b
similar work around in mousePressEvent as we have in contextMenuEvent
2011-04-09 20:07:00 +02:00
Aaron Seigo
bb026751dc
tage the transform into consideration
2011-04-09 13:47:55 +02:00
Marco Martin
d7a801dadd
initialize scrollbarVisible
...
BUG:270387
2011-04-08 19:05:01 +02:00