| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
* Build-Depends: Drop versioned constraint on libgtk-3-dev (>= 3.16.0).
* Build-Depends: Drop versioned constraint on libnotify-dev (>= 0.6.1).
* Build-Depends: Drop versioned constraint on meson (>= 0.53.0).
Changes-By: deb-scrub-obsolete
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds several "heavy" dependencies, notably WebKit itself, but also
video and spellchecking among others, which are undesired for a simple
interactive dialog.
The WebKit feature is disabled by default upstream, and several major
distributions (including at least the Fedora/Red Hat family, Arch and
openSUSE) don't enable it in their packaging, so portable software
cannot rely on this option being available. According to
codesearch.debian.net, none of the packages with a dependency on zenity
use the --html option.
The beginning of the Debian 13 cycle seems is a good time to make this
sort of potentially disruptive change; most likely nobody will notice
this feature going away, but if we get bug reports, we can consider
other options such as having a zenity-minimal package without HTML
support, or having a zenity-full package with it.
Closes: #777608, #942362
|
| |
|
|
|
|
|
|
| |
Changes-By: lintian-brush
Fixes: lintian: out-of-date-standards-version
See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
|
|
|
|
|
|
| |
Changes-By: lintian-brush
Gbp-Dch: Ignore
|
| |
|
|\
| |
| |
| | |
Update to upstream version '3.44.0'
with Debian dir 803175ae5e7ece2df9e7717765dd32844b3e4f81
|
| |\ |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |\
| | | |
| | | |
| | | |
| | | | |
build: Use GNOME module post_install()
See merge request GNOME/zenity!20
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Fixes #50
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | |\ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
scale: set a page increment so mouse wheel can be used on widget
Closes #30
See merge request GNOME/zenity!21
|
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | | |
the page increment is set to the same as step increment, for simplicity.
Closes #30
|
| | | | |
|
| | | | |
|
| | |/ |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\| |
| | |
| | |
| | | |
Update to upstream version '3.43.0'
with Debian dir ff60faf1739cbd766b000ad6e6f92c81812737e2
|
| |\| |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Primarily for testing webkitgtk builds. No guarantee this will match the
build flags used in Ubuntu's actual packaging of Zenity.
|
| | |
| | |
| | |
| | |
| | | |
It contained out of date information and wasn't particularly helpful
anyway.
|
| | |
| | |
| | |
| | | |
In preparation for GNOME 43.
|
| | |
| | |
| | |
| | | |
Remove some of the quirky "zen" tone.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\| |
| | |
| | |
| | | |
Update to upstream version '3.42.1'
with Debian dir ecb7383fc20c2176b602cbf542f383b94277b6b8
|
| |\| |
|
| | | |
|
| | |\
| | | |
| | | |
| | | |
| | | | |
msg: Fix maximum width to 60 characters
See merge request GNOME/zenity!18
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Use the approach of GtkMessageDialog, to avoid problems with narrow
labels when the dialog text is long.
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Commit 3b64d05e8a1aae1581d2bec7288d80ac4699e1b1 mentioned that labels in
message dialogs were set to a maximum width of 60 characters, with
inspiration from GtkMessageDialog, but in fact a typo meant that they
were set to both a width and maximum width of just 10 characters. This
lead to text layout problems, which can be fixed by using the intended
maximum of 60 characters.
https://bugzilla.redhat.com/show_bug.cgi?id=2053530
|