5 Commits

Author SHA1 Message Date
Martin Kletzander
b2a7c396de Make deleting storage files default with added prompt
This patch changes the default checkbox-state of "Delete all
associated storage" to be checked, but adds a prompt with a warning
for users to be sure they notice this change and they know what they
are doing (hopefully).

(crobinso: confirm even if no gconf schema available, cosmetic spacing
 fixup, add Martin to AUTHORS)
2012-12-04 18:36:16 -05:00
Cole Robinson
fbef52dbfe prefs: Improve name/tooltip of console shortcut option 2012-02-13 16:13:11 -05:00
Cole Robinson
56265735b9 Add option to choose default disk image format 2012-02-13 14:49:00 -05:00
Cole Robinson
14e66a27e0 prefs: Clarify 'force shortcut' tooltip a bit 2012-02-08 12:41:02 -05:00
Cole Robinson
103c2e0da1 Convert UI files from glade to gtkbuilder
Glade is long since deprecated, and the 'glade' tool in F15 and up doesn't
even handle glade format files!

This effectively drops support for running virt-manager on a RHEL5 host,
which has a GTK that is too old to support gtkbuilder.

The process here was:
- On RHEL6, open all glade files with glade3, use Edit->Preferences to
  change format to gtk builder. (the gtk-builder-convert tool
  produced all sorts of brokenness, and f16 glade3 can't even open
  old glade files).
- Open these new files in glade on f16 and resave (since glade is
  notorious for reformatting files over new versions, saves churn
  the first time someone goes to patch the UI using a modern glade)
2012-02-02 14:17:50 -05:00