Alice Mikhaylenko
8473c78b22
printers: Port dialogs to AdwWindow and AdwToolbarView
2023-08-25 08:00:43 +00:00
Corey Berla
54341cae07
printers: Add label for invalid characters in printer name
...
Add a label immediately below the printer name entry in printer
details that warns the user if the printer name contains
invalid characters (or other errors) per the CUPS spec.
2022-05-10 05:11:51 +00:00
Marek Kasik
8fe87ac6ef
printers: Use bold font for title of details dialog
...
All other dialogs have bold titles, this should too.
Issue #1587
2022-02-11 13:18:15 +01:00
Marek Kasik
e7a1501d13
printers: Do not ellipsize title of details dialog
...
A regression from the GTK4 port.
2022-02-04 17:15:53 +01:00
Georges Basile Stavracas Neto
8141af469c
printers: Port to GTK4
...
Fortunately for us GtkTreeView still operates pretty
much exactly like in GTK3. Other than that, it's a
dense junction of all that we've done so far to port
other panels.
2021-12-14 22:34:21 -03:00
Robert Ancell
1b999f36e2
printers: Use gtk_stack_set_visible_child instead of names
2019-09-10 00:18:53 +00:00
Robert Ancell
2c28987e41
printers: Connect signals in swapped form
2019-09-10 00:18:53 +00:00
Robert Ancell
d4adf67549
printers: use gtk_dialog_run
2019-09-10 00:18:53 +00:00
Robert Ancell
7f67f6b24f
printers: Don't use gtk_widget_show_all
...
It is removed in GTK+ 4
2019-09-10 00:18:53 +00:00
Robert Ancell
fb92795854
printers: Make .ui filename match the .c filename
2019-09-10 00:18:53 +00:00