lxqt-panel-0.15.1 / 2020-05-20
==============================
* Bumped version to 0.15.1.
* Fixed a problem in keyboard indicator flag, that might cause a huge amount of error messages.
* Let the panel be at virtual screen edges but not between screens.
lxqt-panel-0.15.0 / 2020-04-22
==============================
* Bumped version to 0.15.0.
* Fixed cut text in World Clock text.
* Silenced some compiler warnings.
* Show (the old) system tray icons in a predictable order and add a spacing between them.
* Made showing of the week number optional in World Clock.
* Fixed icons of applications like Skype, Doscord, etc. in Status Notifier.
* Fixed possible abort on assert in WindowNotifier.
* Don't include headers of plugins that aren't being built.
* Fetch window icons in an appropriate size to avoid scaling in task bar.
* Don't (possibly) block on initializing statusnotifier.
* Avoid char raw strings literals memory allocations.
* Don't use automatic string conversions.
* Override the menu icon size only if a custom font size is selected.
* Enhance service name registration in statusnotifier.
* Fixed a crash in LXQtTaskButton under kwin_wayland.
* Only show group popup on left clicking a grouping task button.
* Added the option "Show only active desktop" to Desktop Switcher.
* Better text eliding and painting of task buttons.
* Smoother menu search.
* Added an option to toggle volume notifications with keyboard.
* Made quicklaunch respect Panel's lock state.
* Added hints for Ctrl+DND to Quick Launch.
* Cleanup and fixes for the taksbar code.
* Release mouse after task button DND (to prevent them from remaining pressed after being dragged).
* Reset panel style sheet before updating it (to update plugin handles with Qt 5.13 when panel orientation changes).
* Removed press-and-hold popup menu from launchers in Quick Launch.
* Check if panel is under mouse on auto-hiding.
* Removed QDesktopWidget from panel.
* Put panel only at an edge of virtual screen (to prevent it from being positioned at the middle of virtual screen).
* Set the geometry of panel before showing it (because, otherwise. some WMs might not position the panel correctly).
* Removed deprecated QImage method `byteCount()` and used `sizeInBytes()` instead.
* Remove deprecated `trUtf8()` and used `tr()` instead.
* Fixd eventFilter() logic in kbindicator.
* Set alignment for layout button in kbindicator.
* Add basic support for country flags to Keyboard status indicator.
* Fixed high CPU usage of Desktop Switcher.
* Added an option to Task Manager for moving window with mouse wheel.
* Added a plugin to change display backlight.
Place the panel settings configuration file where the rest of LXQt (as
configured in pkgsrc presently) expects it to be, so fallbacks work if
a user doesn't already have a custom configuration defined. (Ride
previous commits of LXQt earlier today; this doesn't merit a recursive
dependency bump.)