Hi all! [ ]{.Apple-style-span style="background-color: #ffffe8; border-collapse: separate; border-spacing: 1px; color: #141312; font-family: 'Liberation Mono'; font-size: 16px;"} For quite a while now the KDE team has been severely understaffed. We maintain a lot of packages, with many different kinds of bugs, but we don't have enough people to do all …
As a followup for my previous blog post, I decided to port QAntenna to Qt 5. Here's my experience. First of all, I ran Qt 5's qmake: qmake -qt5 Then I just ran make: make The first error that appeared was that QFileDialog does not has a setFilters() method. I …
As you might know, Qt 4 is now in bug-fixes-only maintenance mode. This means that only bug fixes are allowed to be pushed to Qt 4's repository, but no new features. On the other hand, Qt 5 is already here. Porting existing apps from Qt 4 to Qt 5 is …
Qt 5.2.0 is already available in experimental until we get a transition slot, but don't be afraid to test it. With this release we had major improvements. With 5.1.1 currently in sid we have the following buildd chart: Qt 5.1.1 in Debian Sid Now …