~elementary-apps/elementaryos/+git/wingpanel:horus

Last commit made on 2023-09-13
Get this branch:
git clone -b horus https://git.launchpad.net/~elementary-apps/elementaryos/+git/wingpanel

Branch merges

Branch information

Recent commits

23a3eb7... by Leo <email address hidden>

Release 3.0.5 (#506)

Co-authored-by: Corentin Noël <email address hidden>

04aec62... by Leo <email address hidden>

Meson: Fix deprecations (#505)

aa7317a... by Corentin Noël

IndicatorMenuBar: Do not try to readd an already added child (#504)

* IndicatorMenuBar: Do not try to readd an already added child

Prevents the MenuBar to allocate space for the previous position of this.

* Update appdata

---------

Co-authored-by: lenemter <email address hidden>

024ecd0... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

Bump actions/checkout from 3 to 4 (#503)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <email address hidden>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

d5d0aff... by Leo <email address hidden>

Release 3.0.4 (#495)

* Release 3.0.4

* Update wingpanel.appdata.xml.in

---------

Co-authored-by: Danielle Foré <email address hidden>

476a9fd... by =?utf-8?q?Danielle_For=C3=A9?= <email address hidden>

Application: hard code elementary styles (#497)

0e20e05... by Leo <email address hidden>

3.0.4 release notes (#494)

* 3.0.4 release notes

* Restart CI

483f01d... by =?utf-8?q?Danielle_For=C3=A9?= <email address hidden>

PanelWindow: animate in with Gtk.Revealer (#491)

0121570... by =?utf-8?q?Danielle_For=C3=A9?= <email address hidden>

Meson: use gnome.post_install to compile schemas (#490)

ac0b3bd... by Leo <email address hidden>

Fix indicator re-animating when an icon is removed/added (#486)

* Fix indicator re-animating when an icon is removed/added

* Always set `menu_bar`

* Fix properly

* Fix?

* Move some functionality to remove method

* Fix lint

* Avoid using second list

* Use ++

* Remove `get_index_for_visible`

* Fix

---------

Co-authored-by: Jeremy Wootten <email address hidden>