Twinkle, my favourite SIP client, seems no longer developed, has been accused of "bitrotting" and even dropped from some distributions. While I don't believe in bits actually rotting, there is one pressing issue: twinkle uses Qt3.
While there are some patches reportedly allowing to build twinkle with Qt4, e.g. here, all seem to use a Qt3 compatibility layer of Qt4 which has been dropped in Qt5, AFAIK, so that those won't be very future-proof either.
The goal is to replace uses of obsolete Qt3 API and replace them with native Qt5 features so that twinkle can survive few more years.
This project is part of:
Hack Week 12
Comments
-
over 9 years ago by mkubecek | Reply
End-of-hackweek status: twinkle now builds against Qt4 (but only with KDE support disabled for now), can be started, make a call, hang up and quit without crashing (and some more things, of course). What works:
- cleaned up some mess in the build system
- converted 5 out of 25 forms to native Qt4 classes
- fixed a few bugs found on the way (that weren't seen with Qt3)
What does not:
- most forms still use Qt3Support compatibility module
- once these are converted, try building against Qt5
- only builds with --without-kde for now
- "UI locking" model is broken; removed most broken parts, still a lot to do
- more cleanup definitely needed
- no work on IPv6 support yet
-
almost 9 years ago by mkubecek | Reply
An update: few months after the hackweek, I was contacted by Luboš Doležel who offered help. In a few days, he was able to finish the conversion, reworked the build system and implemented some more improvements.
A new version 1.9.0 has been released in July 2015 and is available in Tumbleweed and Leap 42.1 (13.1 and 13.2 packages can be found in home:mkubecek:fun OBS project
Similar Projects
New KDE Plasma notification app/applet by apappas
Description
My memory is terrible so I depe...
Port some classic game to Linux by MDoucha
Let's pick some old classic game, reverse engin...
YQPkg - Bringing the Single Package Selection Back to Life by shundhammer
tl;dr
Rip out the high-level YQPackageSele...
YQPkg - Bringing the Single Package Selection Back to Life by shundhammer
tl;dr
Rip out the high-level YQPackageSele...
Create an Android app for Syncthing as part of the Syncthing Tray project by mkittler
Description
There's already an app but code...