Tag Archives: Open Source
MeePasswords 1.9.0 Released
Yesterday I uploaded version 1.9.0 of MeePasswords. The main change in this version is the UI that had been reworked quite massively by Cornelius. Thanks a lot for this great work! Additionally, I finally had the time to integrate the … Continue reading
Hotplug an External Screen to your Laptop on Linux
With udev you can trigger actions when an external screen/monitor is connected. This is, e.g., useful when you want to automatically perform some actions when an external Screen is connected to a laptop. Such actions could be to automatically enable … Continue reading
MeePasswords with NFC support
I added a somewhat experimental feature to the Harmattan version of MeePasswords. The new functionality enables you to use NFC tags as means for authentication instead of having to type in your password. You can get the most recent version … Continue reading
MeePasswords and Q To-Do on apps.formeego.com
Thanks to the community testers at apps.formeego.com MeePasswords and Q To-Do are now in the official software catalog there. Thanks a lot for your testing work and feedback. 🙂
Q To-Do: a Port of To-Do-O to Qt/QML
Q To-Do is a work-in-progress on porting To-Do-O to Qt/QML. Currently Q To-Do supports the basic features for handling a to-do list, such as: adding new, editing, deleting, or moving entries. A sync functionality as in To-Do-O is currently missing. … Continue reading
Updated QML C++ Object Example
Inspired by a comment to my QML C++ Object Example I updated this example to also show how to work similarly with QML lists.
Simplictionary – A simple dictionary reader for N9/N950 (Harmattan)
Simplictionary is a simple reader for dictionaries in XDXF format. It is almost entirely written in QML (except the usual launcher part and a tiny helper class for getting a list of installed dictionaries from the filesystem). You can download … Continue reading
VUMeter for N9/N950
I just uploaded version 0.2.1 of VUMeter for Harmattan (N9/N950) to rzr’s and my repository. This is a QML port of the VUMeter version which is available for Fremantle. At the moment the Harmattan version is still missing some of … Continue reading
New Version of the QML TreeView
I already posted an implementation of a QML TreeView some time ago. In the meantime I reworked this implementation, improved data and selection handling (the TreeView now comes e.g. with currentItem and currentIndex properties), added some (hopefully useful) comments, and … Continue reading
Reorder Items in a QML ListView via Touch Gestures
The stock QML ListView is pretty handy for displaying simple data structures. While porting To-Do-O to Qt/QML (MeeGo/Harmattan to be more precise) I stumbled across a use case where I want to move / reorder items in a list. In … Continue reading
You must be logged in to post a comment.