[Xfce4-commits] [xfce/libxfce4ui] branch master updated (58dbf4d -> 6e31fdb)

noreply at xfce.org noreply at xfce.org
Thu Jan 9 23:31:43 CET 2020


This is an automated email from the git hooks/post-receive script.

o   c   h   o   s   i       p   u   s   h   e   d       a       c   h   a   n   g   e       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/libxfce4ui.

      from  58dbf4d   I18n: Update translation hu (100%).
       new  40743c4   Switch XfceTitledDialog to headerbar layout
       new  d7c5b42   XfceTitledDialog: Move buttons from headerbar to actionarea
       new  be30e8d   Update docstring
       new  aeedd3d   Introduce xfce_titled_dialog_set_default_response
       new  36ff341   xfce-dialogs: Use GtkMessageDialog as base class
       new  a481109   Drop gladeui Gtk2 from distcheck options
       new  996076f   xfce-dialogs: Improve alignment and layout of dialogs
       new  439a687   Fix typos
       new  4511d44   xfce-dialogs: Drop default window titles
       new  9e4f06a   Rename test-ui-gtk3 to test-ui
       new  57f354f   tests: Improve UI
       new  5348965   XfceTitledDialog: Also repack xfce_titled_dialog_new
       new  fd0c291   tests: Re-order buttons
       new  f86d2d6   tests: Simplify code by using XfceTitledDialog
       new  862b219   tests: Add icons to dialog buttons
       new  b794caa   docs: Add xfce_dialog_confirm_close_tabs
       new  f753b6a   tests: Add xfce_dialog_confirm_close_tabs
       new  4695c7a   Improve doc-strings
       new  cb19863   Improve docstrings
       new  ff45890   xfce-dialogs: Add right margin back to labels
       new  9e2a139   xfce-dialogs: Improve layout of confirm_close_tabs
       new  2ddcb99   tests: Improve UI
       new  807f741   XfceTitledDialog: Keep buttons in the action area
       new  5975ef0   Add guards
       new  30d35f5   Mark xfce_titled_dialog_new_with_buttons as deprecated
       new  7bc6853   XfceTitledDialog: Make sure windows can be dragged
       new  707cf22   XfceTitledDialog: Add _create_action_area, _add_button and _add_action_widget
       new  6e31fdb   Drop xfce-header from pot files

The 28 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am                        |   1 -
 docs/libxfce4ui-sections.txt       |   5 +
 glade/libxfce4ui-glade.c           |   2 +-
 libxfce4ui/Makefile.am             |   2 -
 libxfce4ui/libxfce4ui-dialog-ui.ui |  24 +-
 libxfce4ui/xfce-dialogs.c          |  66 +++--
 libxfce4ui/xfce-heading.c          | 546 -------------------------------------
 libxfce4ui/xfce-heading.h          |  57 ----
 libxfce4ui/xfce-titled-dialog.c    | 399 +++++++++++++++++++++++----
 libxfce4ui/xfce-titled-dialog.h    |  15 +-
 po/POTFILES.in                     |   1 -
 tests/Makefile.am                  |  10 +-
 tests/test-ui.c                    | 132 +++++----
 13 files changed, 496 insertions(+), 764 deletions(-)
 delete mode 100644 libxfce4ui/xfce-heading.c
 delete mode 100644 libxfce4ui/xfce-heading.h

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list