b3f2f57625
- Add a patch: brisk-menu-fix-crash-on-desktop-file-changes-5f0be5741b5b37221fc8911c11f394ec498cd53d.patch. Backport upstream patch to fix crashes in odd cases when .desktop files are changed. OBS-URL: https://build.opensuse.org/package/show/X11:MATE:Factory/brisk-menu?expand=0&rev=23
131 lines
5.2 KiB
Plaintext
131 lines
5.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Dec 27 07:31:00 UTC 2024 - Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
|
|
|
|
- Add patches: brisk-menu-gsettings-icon-properties.patch and
|
|
brisk-menu-runtime-icon-updates.patch. Add support for runtime icon
|
|
configuration.
|
|
- Add a patch: brisk-menu-fix-crash-on-desktop-file-changes-5f0be5741b5b37221fc8911c11f394ec498cd53d.patch.
|
|
Backport upstream patch to fix crashes in odd cases when .desktop files are
|
|
changed.
|
|
- Use %autosetup macro to apply patches.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 31 13:43:30 UTC 2020 - Hillwood Yang <hillwood@opensuse.org>
|
|
|
|
- update version to 0.6.2
|
|
* frontend: Allow keyboard navigation
|
|
* applet: Re-create applet menu when changing window-type
|
|
* backend: Hide menu when rebuilding menu items
|
|
* Update translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 22 15:48:43 UTC 2020 - Alexei Sorokin <sor.alexei@meowr.ru>
|
|
|
|
- Update to version 0.6.1 (changes since 0.5.0):
|
|
* Add a new "dash" style menu.
|
|
* Fix super key global bindings on Compiz.
|
|
* Unset Lock key masks when closing menu.
|
|
* Fix key-binder from swallowing Super+Mouse events.
|
|
* Update API for MATE Desktop 1.22.
|
|
* Make favourites appear first.
|
|
* Fix categories list so scrollbar is not always shown.
|
|
* Update translations.
|
|
- Remove brisk-menu-mate-menus-1.22.patch: fixed upstream.
|
|
- Drop support for old openSUSE versions.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 14 12:54:01 UTC 2018 - sor.alexei@meowr.ru
|
|
|
|
- Add brisk-menu-mate-menus-1.22.patch:
|
|
https://github.com/solus-project/brisk-menu/pull/103
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 3 06:00:03 UTC 2017 - sor.alexei@meowr.ru
|
|
|
|
- Update to version 0.5.0:
|
|
* New Favourites back end (backed by gsettings).
|
|
* Optimised backends to ensure O(1) lookup times.
|
|
* Extended backend actions API for context sensitive backend
|
|
actions (pin/unpin).
|
|
* Add ~/Desktop pin/unpin.
|
|
* Move to meson to help with modularity.
|
|
* Confined MATE Applet APIs to the applet component
|
|
(not frontend/backend/etc).
|
|
* Moved BriskKeyBinder and window positioning logic into a
|
|
front end.
|
|
* Mask confusing inverted MatePanelAppletOrient in favour of
|
|
GtkPositionType.
|
|
* Update translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 5 10:30:59 UTC 2017 - thanosapostolou@outlook.com
|
|
|
|
- Update to version 0.4.5 (changes since 0.3.5):
|
|
* The Super key now works.
|
|
* The Label text is now configurable.
|
|
* The menu now dynamically adapts to vertical panel layouts.
|
|
* The core load + management mechanism is now handled by a
|
|
BriskAppsBackend, and the front end is no longer tied
|
|
explicitly to libmate-menus or even .desktop files. This opens
|
|
up the future possibilities for Favourites Pinning and "others"
|
|
(...) through the generic BriskBackend, BriskItem, and
|
|
BriskSection API.
|
|
* Reloading has been changed and fixed, always works (part of
|
|
the new BriskAppsBackend, signal based).
|
|
* Control Centre applications are now listed in Preferences and
|
|
Administration categories.
|
|
* Add full vertical panel support.
|
|
* Switch everything to backends (All button is now a backend too).
|
|
* Dynamically size menu to the best size available on the screen.
|
|
* Fix Super key binding being swallowed by others (and swallowing
|
|
theirs) - requires fixes in Albert, MATE Settings Daemon, etc.
|
|
* Update translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 29 17:26:14 UTC 2017 - sor.alexei@meowr.ru
|
|
|
|
- Update to version 0.3.5:
|
|
* Fix bitwise operators on search bar placement (inverse logic).
|
|
* Standardise the CSS usage, fix broken assets.
|
|
* Add rollover behaviour (a gsettings option).
|
|
* Add a context menu for editing menus.
|
|
* Style fixes (new CSS classes).
|
|
* Update translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 11:25:42 UTC 2017 - sor.alexei@meowr.ru
|
|
|
|
- Update to version 0.3.0:
|
|
* Fix a bug with a terminal + applications opening in the root
|
|
directory.
|
|
* Fix duplicate results in the search bar.
|
|
* Fix missing icons in listing.
|
|
* Fix searching to be case insensitive.
|
|
* Provide compiler hints to hot paths within Brisk.
|
|
* Add basic keyword filtering (i.e. video for VLC).
|
|
* Enable internationalisation.
|
|
* Fully reset the menu state & focus between appearances.
|
|
* Add GSettings support for search bar placement (top, bottom,
|
|
automatic).
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 1 14:21:12 UTC 2017 - sor.alexei@meowr.ru
|
|
|
|
- Update to version 0.2.0:
|
|
* Initial GSettings support.
|
|
* Load sidebar shortcuts according to the vendor schema
|
|
(pinned-shortcuts).
|
|
* Add a key to control dark-theme.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 31 11:49:59 UTC 2016 - sor.alexei@meowr.ru
|
|
|
|
- Update to version 0.1.2:
|
|
* Use a less janky button style for the session controls.
|
|
* Include autogen.sh.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 31 10:39:18 UTC 2016 - sor.alexei@meowr.ru
|
|
|
|
- Initial package.
|