Main

June 1, 2007

QScintilla v2.1 released

Riverbank Computing has announced that version 2.1 of QScintilla, a Qt port of the Scintilla C++ editor class, has been released. (Version 2.0 was released on 26th May.) Changes:

  • Support for both Qt 3 and 4
  • Much improved auto-completion and call tips support
  • Revised API, incompatible with QScintilla v1.x
  • In v2.1, "a lexer no longer has to be current for style changes to take effect"

Python bindings are included. Full changelog here. Downloads here. The class is available under a dual-licensing scheme similar to Qt's.

February 18, 2006

New version of wwWidgets released

A new version of wwWidgets, a set of widgets for Qt 3 which can be used in Qt Designer and are developed by Witold Wysota of Qt Centre fame, has been released. Version 0.3 adds wwCanvasView and wwListBoxNav, extensions to QCanvasView and QListBox respectively. Source bundle here.