Articles tagged with #experimental




KDEPIM ready to be more broadly tested

As was posted a couple of weeks ago, the latest version of KDEPIM has been uploaded to unstable. All packages are now uploaded and built and we believe this version is ready to be more broadly tested. If you run unstable but have refrained from installing the kdepim packages up …



Upcoming KDEPIM changes in unstable (KMail, Kontact, KOrganizer, etc)

For those who care about kdepim (kmail, kontact, korganizer, etc) Currently the latest version of kdepim is available in experimental. According to our limited tests it's working way better than kdepim 4.14 (more stable, more performant, less bugs). However migrating from one to the other is not a trivial …



Porting Qt 4 apps to Qt 5: an example with QAntenna

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 …



Does your app use Qt4? You better start porting it to Qt5

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 …