You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lxqt-qtplugin-packaging/CHANGELOG

81 lines
2.9 KiB

lxqt-qtplugin-0.11.1 / 2016-12-11
=================================
* Use lxqt-build-tools
* Use the new lxqt-build-tools package
* Remove cpack (#14)
0.11.0 / 2016-09-24
===================
* Release 0.11.0: Add changelog
* Add Qt5XdgIconLoader as dependency (#13)
* Update README.md
* statusnotifieritem: Correctly handle menu
* Cleaned up licenses
* Use XdgIconLoader library (#10)
* xdgIconThemePaths: Use QString::SkipEmptyParts
* xdgIconThemePaths: Remove duplicated paths
* Adds $XDG_DATA_HOME to the XdgIconThemePaths
* Bump year in AUTHORS
0.10.0 / 2015-11-02
===================
* Remove unnecessary qDebug calls
* Use markdown for README
* Fix license file
* Fix mixed indents
* Remove Qt >= 5.3 check
* Removed GPL2, added Digia Qt LGPL Exception version 1.1
* SNI: don't create a SNI if support isn't available
* SNI: monitor the watcher in case the host restarts
* SNI: implement scroll, showMessage and improve icons
* SNI: create default context menu
* Support the StatusNotifierItem spec natively
* Use the standard palette of the current Qt theme
* Handles CMake policy CMP0063
* Use the LXQtCompilerSettings CMake module
* Add .gitignore
* Updates the build system to use the Targets infrastructure
* Remove trailing whitespaces
* removed debug (which makes every app too verbose)
0.9.0 / 2015-01-19
==================
* Try to workaround bug #441 - All LXQt::Settings and QSettings file change monitoring stop working.
* - Unify naming for a unique lxqt. No more suffixes
* Qt5: Use XDG_DATA_DIR for themeHint::IconThemeSearchPaths
* CMakeLists.txt cleanuop and drop Qt4 support
0.8.0 / 2014-07-18
==================
* Apply the default application font on program startup.
* Apply the new font to all apps correctly and fix lxde/lxde-qt bug #212 - Changing font or theme in lxqt-config-appearance has no effect.
* Make the code compile with Qt 5.2, fix lxde-qt bug #207.
* Fix lxde-qt bug #207: lxqt-qtplugin fail to build with Qt5.
* Use qmake to query the path of Qt5 plugin dir, which is much more reliable.
* Update README and provide information for usage and debugging.
* Use a more reliable and portable way to get the path of Qt5 plugin dir.
* Support setting default UI font.
* Make "oxygen" the default icon theme name. * Apply new style name and icon theme name when the config file is changed.
* Simplify the Qt5 plugin and remove liblxqt dependency from it.
* Correctly read config values.
* Try to load some Qt settings.
* Implement a very basic Qt5 platform theme plugin.
* Prepare for Qt5 support.
* Use preferred header style.
* Remove unnecessary debug messages.
* Fix int-to-enum casting
0.7.0 / 2014-04-29
==================
* Update AUTHORS and COPYING
* Add CPack rules for creating tarball
* Support toolbar styles and activating items with single click.
* Initial import.