head 1.3; access; symbols pkgsrc-2023Q3:1.2.0.12 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.10 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.8 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.6 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.4 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.2 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.1.0.12 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.10 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.8 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.6 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.4 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.2 pkgsrc-2020Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2023.11.14.04.22.51; author gutteridge; state dead; branches; next 1.2; commitid HY29qp5E67pP1xME; 1.2 date 2022.04.24.15.39.01; author pin; state Exp; branches; next 1.1; commitid XoQr44fbbuJL3tBD; 1.1 date 2020.12.07.12.55.28; author pin; state Exp; branches; next ; commitid abJS1P7oanl5kOyC; desc @@ 1.3 log @lxqt-panel: update to 1.4.0 lxqt-panel-1.4.0 / 2023-11-05 ============================== * Use lxqt-menu-data instead of lxmenu-data. * Consider the WM2Urgency hint in task bar. * Fixed checking/clearing of urgency in task bar. * Fixed window cycling with mouse wheel and focus stealing prevention in task bar. * Removed unused non trivial variable from plugin-dom. * Ported away from deprecated Qt::MidButton. * Ported deprecated KWindowSystem methods to KX11Extras. * Added a clear button to the search bar of Add Plugins dialog. * Create dummy widget on unsupported platforms in desktop switch plugin (fixes crashing on Wayland). * Added parameter parsing to launched command of volume plugin. * Fixed the initial displayed volume with PulseAudio in volume plugin. * Fixed the tooltips of volume control under Wayland. * Added an option to show the output as an image in the custom command plugin. @ text @$NetBSD: patch-menu_CMakeLists.txt,v 1.2 2022/04/24 15:39:01 pin Exp $ Install config file to proper location --- menu/CMakeLists.txt.orig 2022-04-16 13:08:11.000000000 +0000 +++ menu/CMakeLists.txt @@@@ -19,6 +19,6 @@@@ install(FILES lxqt-applications.menu lxqt-applications-compact.menu lxqt-applications-simple.menu - DESTINATION "${LXQT_ETC_XDG_DIR}/menus" + DESTINATION "share/examples/menus" COMPONENT Runtime ) @ 1.2 log @x11/lxqt-panel: update to 1.1.0 Main changes: -Now the legacy tray icons are shown inside Status Notifier when the System Tray plugin is enabled. That removes some problems of the old tray widget. -Reset buttons are fixed in config dialogs. -Desktop names are shown in the context menus of task buttons. -The panel config dialog is split into 3 sections, for having a sleeker GUI. -The clash between the main menu shortcut and the built-in shortcuts of the search entry is fixed. -Added options for the button label and style of Directory Menu. -Fixed resetting of System Statistics graph on auto-hiding panels. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @x11/lxqt-panel: update to 0.16.1 0.16.1 -Fixed compilation with Qt 5.12 and Qt 5.13. 0.16.0 -Use a stylesheet for progress-bars of Sensors plugin. -Implemented auto-hiding for Status Notifier. -Added option to task button for moving the window to next monitor. -Added option to place task buttons of new windows next to the existing ones of same class when task buttons are ungrouped. -Removed incorrect and redundant explanation of milliseconds from World Clock. -Don't call non-const member functions on temporaries. -Prevent possible C++11 range loop container detachment. -Fixed the sizes and alignments of some plugins at startup. -Added right-click menu to main menu items. -Address deprecation warnings/errors. -Added XF86Eject button action. @ text @d5 1 a5 1 --- menu/CMakeLists.txt.orig 2020-11-05 16:09:19.000000000 +0000 d7 1 a7 3 @@@@ -16,6 +16,6 @@@@ install(FILES install(FILES d9 2 @