summaryrefslogtreecommitdiff
path: root/noncore/securityplugins
AgeCommit message (Collapse)AuthorFilesLines
2007-01-29Change buttons from QLabel to QPushButton, which enables entering the PIN ↵paule2-476/+366
using directional buttons and space/enter (which is all that is available on some PDAs if the screen is uncalibrated). In addition, you can now enter numbers using number keys if your device has them.
2006-01-08added support for asus mypal 716 in bluepingpluginaquadran1-0/+4
2005-07-05added QGrid to make PIN dialog resizable - works ok on 640x480 and 480x640 - ↵hrw1-1229/+1113
closes bug#1679
2005-01-09CONTROL files : reset version to 'standard' formatwimpie4-4/+4
(partly rolls back my drastic all-applicatoins-same-version change) now format is x.y(.z)$EXTRAVERSION where x.y (and aptionally .z) are x : major version y : minor version z : application patch and extra version is seconds-since-epoch this value can be used to automatically upgrade versions with minor changes (without manual update of the control file)
2005-01-04CONTROL files : changed version stringwimpie4-4/+4
NS2 many changes and first release of OT2
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl4-1218/+4
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl4-4/+1218
2004-12-20Create the 'Config' instance on the Stack to avoidzecke5-23/+17
that we revert changes done in between of our creation and deletion
2004-09-17depends on libopiecore2 like the other pluginsclem1-1/+1
2004-09-17updated packages and config.in descriptionsclem7-10/+9
2004-08-05Don't bother with killing bluetooth anymore, since ourclem2-35/+58
/etc/suspend-scripts/S50bluetooth new script does that just when we need it. Also, don't forget to shut down Bluetooth when we started it ourselves and when the authentication is finished (skipped or successfull). Finally, there's more info in the debug output now.
2004-08-05opie-multiauth-bluepingplugin now requires bluetooth to be properly shut down,clem1-5/+4
through this new script, before suspend, so hciattach does not 'pretend' that Bluetooth is still working just after resuming. New versions (> Familiar 0.7.2) of bluez package might take care of that...
2004-08-03first revision of the Blueping configuration widget, which asks simply for a ↵clem5-13/+151
MAC address. It follows the style of e.g. NoticeConfigWidget
2004-08-03manage better the MultiauthConfigWidget PinConfigWidget object, with a ↵clem2-6/+19
pointer managed by PinPlugin c'tor and d'tor (like in NoticePlugin)
2004-08-03renamed noticeW pointer to m_noticeW, to be coherent with m_config styleclem2-7/+7
2004-08-02dependency on bluez-utils addedclem1-1/+1
2004-07-19Link to OpieSecurity2 at least for the config widgetzecke4-4/+4
this way there is no undefined reference to the vtable of Opie::Security::MultiauthConfigWidget
2004-07-17Be less verbosezecke4-7/+6
clean ups
2004-07-17Addjust to the namespace changes of OMAFzecke20-51/+75
2004-06-19- don't check in uic generated filesar2-351/+0
2004-06-15added tr supportclem2-2/+5
2004-06-15no need for themclem4-857/+0
2004-06-15First revision of securityplugins, called by libopiesecurity2 authentication ↵clem43-0/+4197
framework (see http://dudu.dyn.2-h.org/nist/OMAF.php).
2004-06-15First revision of securityplugins, called by libopiesecurity2 authentication ↵clem2-0/+2
framework (see http://dudu.dyn.2-h.org/nist/OMAF.php).