Author Archives: ruedigergad
QZeeControl for MeeGo/Harmattan
This month I finally started to work on a small project I wanted to do already since long time ago: QZeeControl enables controlling your Harmattan/MeeGo based smartphone via a Zeemote bluetooth remote control. For those of you who already used … Continue reading
Q To-Do Version 0.7.1 + Updated QML TreeView
I had a little time to continue hacking on the Qt/QML port of To-Do O, Q To-Do. During this work I also reworked and updated my QML TreeView code a bit. You can get a compiled version for Harmattan (N9/N950) … Continue reading
SectionScroller vs. QAbstractProxyModel
In this post I wrote about how to use a Qt model with the QML SectionScroller. A more advanced use case is to encapsulate such a “basic” model in a QAbstractProxyModel instance like QSortFilterProxyModel. This at first will brake your … Continue reading
Speed up TDD in Clojure with lein-reload
Personally, I am a big fan of the Test-driven Development (TDD) approach; iterative development by writing tests first and then implementing the required functionality is just so much fun and very efficient as well. As a very nice side effect … Continue reading
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
You must be logged in to post a comment.