| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We expand 91a6c185 to apply to check/radiolists as the first column
(ie, true/false) gets selected as the search column by default unless it
is explicitly set.
nb: Although acc. to the GtkTreeView docs, the default property for
'search-column' is -1 (ie, disable search) it seems that gtktreeview.c
will auotmatically select the first available column as being searchable
(ie, 0) so it is not necessary to explicitly set this property to 0 in
other non-image/radio/checklist cases.
Fixes #49
|
|
|
|
|
|
|
| |
This should fix a small regression caused by 25a92fff, in which dialog
texts can be stretched out too long if --width *is* specified.
See also #42
|
|
|
|
|
|
|
|
|
|
| |
Redefine ZENITY_TIMEOUT response ID as INT_MAX
Also, add and use ZENITY_TIMEOUT_DEFAULT exit status (hardcoded to 5 to
keep consistent with what it has happened to be for the entire 3.x
release cycle; POLA and all).
See #48
|
|
|
|
|
|
| |
the page increment is set to the same as step increment, for simplicity.
Closes #30
|
|
|
|
|
| |
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
|
|
|
| |
It's now possible to just press "Enter" to accept the selected value.
|
|\
| |
| |
| |
| | |
tree: Clicking row should check radio/checkboxes
See merge request GNOME/zenity!16
|
| |
| |
| |
| | |
Addresses #37
|
|/
|
|
|
|
|
| |
When --imagelist is in use, use the second column as the search column,
as is already the case with --checklist and --radiolist.
Any searches until now would only match image path names from the first
column.
|
|
|
|
|
|
|
| |
This easter egg was disabled more than a decade ago, but zenity is still
installing the image files that were used for it. Let's stop doing that.
Signed-off-by: Simon McVittie <smcv@collabora.com>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
If was not provided enought list-values for add-list options
then column_types is NULL. Therefore need set it to default
value.
If count of columns values less than count of list values
then set column nubmer to zero.
|
|
|
|
|
|
| |
Implements stof alternative to atof, to ignore locale settings.
This also helps the time remaining calculation for long tasks.
|
|
|
|
|
|
| |
These two strings show up in English when they should be translated.
https://bugzilla.gnome.org/show_bug.cgi?id=783078
|
| |
|
| |
|
|
|
|
|
| |
Fixing style in all zenity code, removing useless spaces,
empty lines, all code in 80 columns, etc.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The fix for Zenity bug 670496 "Zenity info/error windows grow in height
with message length"
(https://bugzilla.gnome.org/show_bug.cgi?id=670496) stopped working on
recent Gtk, which doesn't seem to honor gtk_widget_set_size_request.
This commit workarounds Gtk bug 657621 "Calculate the wrong height of
labels wrapping on words"
(https://bugzilla.gnome.org/show_bug.cgi?id=657621) by setting label's
width-chars and max-width-chars to 60. This magic number was picked from
GtkMessageDialog source
(https://git.gnome.org/browse/gtk+/tree/gtk/ui/gtkmessagedialog.ui#n48).
|
|
|
|
|
|
| |
This is a bug in the glade file, where the GtkEntry wasn't being filled
to fill the width of the window. There is no need to add a
--entry-text-width option
|
|
|
|
|
|
| |
Coverity flagged this.
https://bugzilla.gnome.org/show_bug.cgi?id=780217
|
| |
|
| |
|
| |
|
|
|
|
| |
The entry dialog was with wrong box position
|
| |
|
|
|
|
| |
For some reason, glade is removing some properties from the xml file
|
| |
|
|
|
|
|
| |
This create a new function to call the notify_notification_new handling
properly the multi line parser
|
|
|
|
|
|
| |
Now you can use zenity --notification --text="Title\nSummary" and it will
use the first string before the first escape \n as the title, and the rest
of the string as summary text.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
Conflicts:
src/msg.c
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|