Yearly Archive: 2009

Dub 01 2009

KFingerManager migrated to KCModule

KFingerManager migrated to KCModule

KFingerManager is now part of KDE System Settings, hide under About Me icon.

Bře 31 2009

Qt vs D-Bus: access to properties with dash in name

For properties without dash you should simple use: 1 2 3 4 5 6 7 QDBusInterface *iface = new QDBusInterface(service, path, interface, bus); if (iface) { if (iface->isValid()) { int s = iface->property("property_name").toInt(); } delete iface; } But if property name contains dash, you must use different approach: 1 2 3 4 5 6 7 8 9 …

Pokračovat ve čtení »

Bře 31 2009

KFingerManager screenshots

KFingerManager main window

Bře 13 2009

KFingerManager

I’ve just start developing application for management of enrolled fingers Git repository: git://repo.or.cz/KFingerManager.git http://repo.or.cz/r/KFingerManager.git Gitweb: http://repo.or.cz/w/KFingerManager.git

Led 27 2009

TrueCrypt 6.1a

Protože jsem nenašel TrueCrypt pro Fedoru 10 v rozumné podobě, vytvořil jsem si vlastní RPM balíček.

» Novější příspěvky