~gnome-shell-extensions/gnome-shell-extension-dash-to-panel/+git/gs-extension-dash-to-panel-debian:upstream/latest

Last commit made on 2023-09-24
Get this branch:
git clone -b upstream/latest https://git.launchpad.net/~gnome-shell-extensions/gnome-shell-extension-dash-to-panel/+git/gs-extension-dash-to-panel-debian

Branch merges

Recent commits

8fb12d3... by Jeremy BĂ­cha

New upstream version 59

c8f4767... by Charles Gagnon <email address hidden>

Remove hello world

b954186... by Charles Gagnon <email address hidden>

45 review

e63fac1... by Charles Gagnon <email address hidden>

Fix typo

da31a75... by Charles Gagnon <email address hidden>

Merge pull request #1959 from vowstar/patch-1

fix: correct a typo caused redeclaration of import Gio

29c788a... by Huang Rui <email address hidden>

fix: correct a typo caused redeclaration of import Gio

- fix redeclaration of import Gio

b86a1c9... by Charles Gagnon <email address hidden>

Merge pull request #1958 from andyholmes/andyholmes/gnome-45-review

GNOME 45 Review

0d779c6... by Andy Holmes

refactor: avoid using `var`

3c7eac5... by Andy Holmes

refactor: use GLib.find_program_in_path()

Use the more efficient built-in for checking if a program is in
the PATH.

f325780... by Andy Holmes

fix: disconnect handlers in disable()