Commit Graph

19 Commits

Author SHA256 Message Date
Michael Vetter
9701dfa941 - Update to 0.14.1:
* Only translations was changed

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-panel?expand=0&rev=24
2019-03-01 09:54:51 +00:00
Michael Vetter
06891b27fb Accepting request 671896 from home:jengelh:branches:X11:LXQt
- Remove pointless ldconfig calls (there are no SLPPed libraries
  here, just plugins).

OBS-URL: https://build.opensuse.org/request/show/671896
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-panel?expand=0&rev=22
2019-02-06 10:28:40 +00:00
Michael Vetter
cf2a04db63 - Move translation from lxqt-l10n into package
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-panel?expand=0&rev=19
2019-01-31 10:16:29 +00:00
Michael Vetter
0f1921ce5d - Update to 0.14.0:
* New in plugin-spacer: Added auto-expansion feature
  * Deprecated plugin-clock
  * plugin-colorpicker: Removed content margins and reduced spacing
  * plugin-mainmenu: Filtering can be done by typing the executable name (when Panel is compiled without menu-cache – the default)
  * plugin-mount: Device names are correctly shown on removal
  * plugin-panel: Optional overriding of icon theme for panels
  * plugin-panel: Allow plugin’s “static” configuration change
  * plugin-volume: Do not auto-unmute on volume change
  * plugin-worldclock: Set manual format dialog title

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-panel?expand=0&rev=18
2019-01-31 10:15:07 +00:00
Michael Vetter
129565ed0d - Remove BuildRequire for pkgconfig(libmenu-cache):
Seems to create problems under some conditions.
  See https://forum.lxqt.org/t/release-lxqt-0-13-0/301

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-panel?expand=0&rev=14
2018-05-22 16:09:22 +00:00
Michael Vetter
9f5735309a - Update to 0.13.0:
* Fixes for main menu, especially its correct update when new apps are installed.
  * No menu-cache by default (fixing problems caused by menu-cache + systemd)
  * Fixes for task button text and icon
  * Move and Resize windows in task-button context menu
  * Fixes for worldclock
  * Avoid infinite recursion when no icon available
  * Fix wrongly positioned popups
  * Plugin-volume: Use a specific icon for the panel
  * Better integration between keyboard indicator plugin and keyboard configuration

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-panel?expand=0&rev=11
2018-05-22 15:31:35 +00:00
Michael Vetter
97d99d89d6 - Use pkg-config to determine cflags:
SR#535177 changed the location of xkbcommon-x11.h.
  So far the path was hardcoded, now use pkg-config to determine
  the actual path.

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-panel?expand=0&rev=10
2017-11-06 10:40:43 +00:00
Michael Vetter
c7e4ab7115 - Update to 0.12.0:
* Set patch version
  * quicklaunch: Show popup menu aligned to clicked button
  * quicklaunch: Add "Desktop Action" support
  * l10n: Update Polish translation
  * Fix Danish spelling
  * plugin-tray: Fix dupe icon display error
  * Don't export github templates
  * Use worldclock by default instead of clock.
  * clock: Show deprecation message on startup/add
  * Fix clock text update
  * Avoid calling text() in MatchAction on a QAction == 0
  * volume: Do check for OSS availability in run-time
  * Update Polish .desktop entry
  * Remove space from end of "Show popup on mouse hover " string
  * Updated Lithuanian translation
  * Add/update Lithuanian translation
  * Update directorymenu_it.desktop
  * mainmenu: Don't hold the references for menu-cache
  * mainmenu: Fix menu-cache usage
  * set Qt::AA_UseHighDpiPixmaps to true
  * l10n: Updated Polish translation
  * Improved lxqt-panel version display
  * Added default CMAKE_BUILD_TYPE and LXQT_PANEL_PATCH_VERSION
  * plugins: Make widgets/buttons use whole space
  * LXQtPanelLayout: Honor item's expanding size policy
  * mainmenu: Install eventFiler for all (sub)menus
  * volume: Add all changes notifications (configurable)
  * Fixes a FTBFS in superbuild mode
  * Added merged autostart and menu to CMakeLists.txt

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-panel?expand=0&rev=9
2017-10-23 11:17:01 +00:00
Michael Vetter
b00b56881a Accepting request 460276 from home:sfalken:branches:X11:LXQt
- Update to 0.11.1:
  * Show Auto-Hiding Panels with Delay (#387)
  * Enabling testing on weston (#380)
  * Update *da.desktop files
  * plugin-showdesktop: Cleanup left behind XCB artifacts
  * plugin-kbindicator: Use FindXCB CMake module
  * plugin-tray: Use the FindXCB CMake module
  * Use the new lxqt-build-tools CMake modules (FindMenuCache)
  * plugin-desktopswitch: Add LABEL_TYPE_NONE
  * Add/Update Portugese translations
  * taskbar: Add "cycle on wheel" configuration
  * taskbar: Forward wheelEvent
  * Add/Update french desktop entries
  * taskbar: Set toolButtonStyle for popup correctly
  * Fix faulty link in README.md
  * Remove arbitrary limit of taskbar button width
  * Remove cpack (#371)
- Added 0001-lxqt_panel_override_explicit_keyword.patch
  * Fixes compile errors  https://github.com/lxde/lxqt/issues/1251
- Added CXXFLAGS change from X11:LXQT:git for libxkbcommon-x11

OBS-URL: https://build.opensuse.org/request/show/460276
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-panel?expand=0&rev=8
2017-02-26 12:18:20 +00:00
Michael Vetter
68302af085 - Update to 0.11.0:
* Update README.md: Reflect changes introduced in 1c22479
  * CMakeLists: Fail for unmet dependencies
  * mainmenu: Remove setting base style in StyleChange
  * mainmenu: Workaround transparent search
  * mainmenu: Dispose old menu first when building new
  * Add README.md
  * sensors: Add default bar scale
  * sensors: Check for existence of the max value
  * sensors: Add minor code optimization
  * mainmenu: Handle QAction disposal correctly
  * panel: Don't use autoFillBackground
  * Plugin: Fix FTBFS for older Qt versions
  * mainmenu: Fix show/hide actions after menu rebuild
  * Statusnotifier: Remove setParent on StatusNotifierMenu.
  * Add XKB_COMMON_X11_INCLUDE_DIRS
  * panel: Remove/deprecate plugin-screensaver (#363)
  * Add and Update Arabic Translations for Desktop Files
  * Fix updating panel geometry on screen size change
  * panel: Fix screen number config change saving
  * Separate a String for I18N Enhancement
  * plugin: Force config dialog activation/raise
  * plugin: Fix crossreferencing of config dialogs
  * panel: Dispose unneeded menu
  * panel: Destroy panel's config dialog
  * showPopupMenu: Remove extraneous setParent() call (#359)
  * statusnotifier: fix popup position on right click
  * desktopswitch: Take layoutDirection into account
  * taskbar: Remove orientation specific logic for DnD
  * LXQtPanelLayout: Take layoutDirection into account

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-panel?expand=0&rev=7
2016-09-24 21:28:55 +00:00
Michael Vetter
86a8d4c12f Accepting request 399521 from home:dimstar:Factory
Fix build with libxcb 1.12 - fix submitted upstream via github, ref in patch tag line

OBS-URL: https://build.opensuse.org/request/show/399521
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-panel?expand=0&rev=6
2016-06-01 15:52:33 +00:00
Michael Vetter
6b74817085 - Use pkgconfig to require libxkbcommon-x11-devel
- Require lxqt-mount to have mounter option working

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-panel?expand=0&rev=5
2016-05-24 14:26:07 +00:00
Michael Vetter
88312c7977 - Use lxmenu-data to have a working panel menu (fonts etc).
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-panel?expand=0&rev=4
2015-12-23 13:45:14 +00:00
Dominique Leuenberger
3583572f2c Accepting request 343389 from X11:LXQt
OBS-URL: https://build.opensuse.org/request/show/343389
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-panel?expand=0&rev=6
2015-11-13 22:35:55 +00:00
Stephan Kulow
5d6284d132 Accepting request 317174 from X11:lxde
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/317174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-panel?expand=0&rev=5
2015-07-19 09:45:45 +00:00
Dominique Leuenberger
cb711f5af8 Accepting request 287410 from X11:lxde
1

OBS-URL: https://build.opensuse.org/request/show/287410
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-panel?expand=0&rev=4
2015-02-25 01:17:44 +00:00
Stephan Kulow
27643b8566 Accepting request 284983 from X11:lxde
1

OBS-URL: https://build.opensuse.org/request/show/284983
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-panel?expand=0&rev=3
2015-02-16 20:08:20 +00:00
Dominique Leuenberger
329cbe07dd Accepting request 283576 from X11:lxde
1

OBS-URL: https://build.opensuse.org/request/show/283576
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-panel?expand=0&rev=2
2015-02-03 10:39:30 +00:00
Dominique Leuenberger
a45851b1ed Accepting request 262302 from X11:lxde
Fixed license tag

OBS-URL: https://build.opensuse.org/request/show/262302
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-panel?expand=0&rev=1
2014-11-24 10:08:35 +00:00