[PATCH 0/5] Remove things that Gtk deprecated

David Shea dshea at redhat.com
Tue Mar 25 17:52:31 UTC 2014


Stock labels are no longer a thing, and there were some HBoxes and VBoxes
leftover in the network spoke and some documentation fragments.

David Shea (5):
  Remove stock labels and icons.
  Set the secret agent icon in the glade file
  Fix keyboard accelerator collisions from former stock buttons
  Convert GtkHBox and GtkVBox to GtkBox.
  Update the BaseWindow and HubWindow example UI fragments

 pyanaconda/ui/gui/main.glade                       | 10 ++-
 pyanaconda/ui/gui/spokes/advanced_user.glade       |  8 +--
 pyanaconda/ui/gui/spokes/advstorage/fcoe.glade     |  8 +--
 pyanaconda/ui/gui/spokes/advstorage/iscsi.glade    | 12 ++--
 pyanaconda/ui/gui/spokes/datetime_spoke.glade      | 12 ++--
 pyanaconda/ui/gui/spokes/datetime_spoke.py         |  6 +-
 pyanaconda/ui/gui/spokes/filter.glade              | 36 +++++-----
 pyanaconda/ui/gui/spokes/keyboard.glade            | 26 ++++----
 .../ui/gui/spokes/lib/custom_storage_helpers.glade |  9 ++-
 pyanaconda/ui/gui/spokes/lib/passphrase.glade      | 10 +--
 pyanaconda/ui/gui/spokes/lib/passphrase.py         | 14 ++--
 pyanaconda/ui/gui/spokes/lib/refresh.glade         | 12 ++--
 pyanaconda/ui/gui/spokes/lib/resize.glade          |  8 +--
 pyanaconda/ui/gui/spokes/network.glade             | 78 +++++++++++++---------
 pyanaconda/ui/gui/spokes/network.py                |  2 -
 pyanaconda/ui/gui/spokes/source.glade              |  8 +--
 tests/glade/accelerators/check_accelerators.py     |  4 +-
 widgets/src/BaseWindow.c                           | 37 +++++++---
 widgets/src/HubWindow.c                            | 40 ++++++++---
 19 files changed, 193 insertions(+), 147 deletions(-)

-- 
1.9.0



More information about the anaconda-patches mailing list