LibQxt 0.6.0 introduces new features and contains bug fixes to the 0.5.x
series. For more details, see the documentation included in this package
or online at http://docs.libqxt.org.

0.6.0
-----
- General
    * Revised the build system
    * Revised docs (now based on qdoc3)
    * QxtConfig.cmake

- Bug fixes
    * #4 QxtDaemon::daemonize() compilation warning
    * #24 QxtFlowView::currentIndex()
    * #29 qxtwecore
    * #33 Problem in QxtMailMessage
    * #34 Debug PDB files
    * #36 QxtCommandoptions on Windows wrong option parsing
    * #41 Compilation issue on Mac

- QxtCore
    * Added QxtModelSerializer
    * Removed obsolete QxtSemaphore
    * Added QxtJSON

- QxtGui
    * Added rich text support to QxtItemDelegate
    * Removed obsolete QxtTabWidget::TabMovementMode & QxtTabBar
    * Removed obsolete QxtDockWidget
    * Revised QxtConfigDialog & QxtConfigWidget
    * Enhanced QxtWindowSystem::idleTime() to resolve libXss at run-time
    * Added QxtCrumbView::crumbDelegate()
    * Added QxtFilterDialog and QxtLookupLineEdit

- QxtNetwork
    * Added QxtXmlRpc
    * Added QxtMainAttachment::fromFile()
    * Revised QxtSmtp
    * Added QxtJSONRpcClient and QxtJSONRpcCall

- Added QxtZeroConf module

0.5.2
-----

- Bug fixes
    * QxtSerialDevice: update QIODevice status when device is closed
    * QxtSerialDevice: destroy QSocketNotifier when device is closed
    * Modified QxtGlobalShortcut to use XSetErrorHandler() to catch X(Un)GrabKey() errors on X11

0.5.1
-----

- Bug fixes
    * #3 [Vista/Qt 4.5.0] - static build issue
    * #9 QxtCheckComboBox display is inconsistent
    * #10 qxtwindowsystem_win.cpp(105) : error C2065: 'LASTINPUTINFO': undeclared identifier
    * #16 Static lib linkage problem in Qt Creator
    * #17 QxtPushButton::minimumSizeHint returns wrong value
    * Fixed QxtGlobalShortcut to allow NumLock on X11
    * Fixed compilation problems with the GCC-4.4.X series
    * Fixed QxtGlobalShortcut::shortcut()

0.5.0
-----

- General
    * Added LGPL license option
    * Run Krazy checks and fixed found issues
    * Improved configure.bat
    * Added missing export macros
    * Added missing convenience headers
    * Improved compatibility
        - QT_FORWARD_DECLARE_CLASS
        - Q_SLOTS, Q_SIGNALS & Q_FOREACH in headers
        - interface

- QxtCore
    * Revised QxtFifo
    * Added QxtAlgorithms
    * Added QxtSerialDevice
    * Added QxtSlotMapper
    
- QxtCrypto
    * Revised QxtBlowfish

- QxtGui
    * Added QxtWindowSystem::idleTime()
    * Added QxtCrumbView
    * Improved QxtScheduleView
    * Added QxtSortFilterProxyModel
    * Improved QxtSpanSlider
        - Added QxtSpanSlider::HandleMovementMode
    * Improved QxtItemDelegate
        - Added ProgressMinimumRole & ProgressMaximumRole
        - Added support for busy indicator mode
    * Improved QxtLetterBoxWidget
        - Added QxtLetterBoxWidget::margin
        - Added QxtLetterBoxWidget::resizeWidget 

- QxtWeb
    * Added QxtWebCgiService

0.4.0
-----

- QxtCore
    * Added QxtDeplex
    * Added QxtLocale
    * Added QxtPointerList
    * Added QxtMultiSignalWaiter
    * Added QxtSignalGroup
    * Added QxtCommandOptions
    * Added QxtLogger
    * Added QxtAbstractConnectionManager
    * Added QxtDataStreamSignalSerializer
    * Added QxtAbstractSignalSerializer

- QxtCrypto
    * Added QxtHmac

- QxtGui
    * Added QxtItemEditorCreatorBase
    * Added QxtStandardItemEditorCreator
    * Added QxtItemEditorCreator
    * Added QxtBaseSpinBox
    * Added QxtCountryComboBox
    * Added QxtCountryModel
    * Added QxtLanguageComboBox
    * Added QxtScheduleView
    * Added QxtTabBar
    * Added QxtFlowView
    * Added QxtLetterBoxWidget
    * Improved QxtTabWidget
        - Added QxtTabWidget::alwaysShowTabBar
        - Added QxtTabWidget::tabAnimation
        - Added QxtTabWidget::tabMovementMode
    * Improved QxtConfirmationMessage
        - Added QxtConfirmationMessage::settingsFormat
        - Added QxtConfirmationMessage::rememberOnReject
        - Added QxtConfirmationMessage::overrideSettingsApplication
        - Added QxtConfirmationMessage::overrideSettingsKey
        - Added QxtConfirmationMessage::overrideSettingsOrganization

- QxtBerkeley
    * Added QxtBdbTree

- QxtWeb
    * Revised the whole module

- QxtNetwork
    * Added QxtTcpConnectionManager
