Commit Graph

28 Commits

Author SHA1 Message Date
Cole Robinson
5939ed46ea prefs: Fix setting 'remote sound device' option 2010-11-29 13:29:00 -05:00
Cole Robinson
1234f5284a Save UI files using F14 glade (without swapped="no") change.
libglade complains about the swapped="no" property, so sed that part out.
2010-11-24 15:57:40 -05:00
Michal Novotny
d912269c2d Support GTK-VNC configurable grab key combination 2010-08-23 11:50:36 -04:00
Cole Robinson
6b41d53c12 engine: Use poweroff confirm setting before saving a VM 2010-05-11 19:01:25 -04:00
Cole Robinson
1df681fe17 prefs: Attempt to clarify 'keyboard grab' option 2010-04-21 12:59:48 -04:00
Cole Robinson
a6573e402f host: Confirm before starting/stopping interfaces 2010-02-08 22:34:23 -05:00
Cole Robinson
0812c40428 A few more UI tweaks.
Make sure dialog button boxes aren't expanding.
Make storage browser a gtk Window, with a dialog type hint.
2009-11-24 13:24:46 -05:00
Cole Robinson
5d57a2ff06 details: Confirm with user before removing a device
Allow this removal to be skipped using a similar 'Don't show this again'
option as the previous commit.
2009-11-18 16:46:36 -05:00
Cole Robinson
013283936b Allow disabling 'force poweroff' prompt.
Also allow enabling poweroff, reboot, and pause prompts. This was folks
administering live servers can add extra security and be sure they don't
accidentally hit a button and cause damage.
2009-11-18 16:11:17 -05:00
Cole Robinson
f78fe3c089 Numerous UI tweaks.
- Don't use custom button content, because it doesn't abide typical button
  gtk button + image preferences. This forces us to set the button image in
  the code since glade can't handle it.

- Use widget mnemonics _everywhere_

- Tweak some default widget focus, and other misc things.
2009-11-17 15:06:15 -05:00
Cole Robinson
a45bcad1c0 Preferences: fix button alignment. 2009-09-29 14:26:43 -04:00
Cole Robinson
3fc1ff1180 Bring borders and button spacing more inline with Gnome HIG. 2009-09-23 11:49:35 -04:00
Cole Robinson
23995b155c Fix up vbox orientation with latest glade version.
Resave all files with the latest version as well, which causes lots of churn.
2009-09-23 10:45:44 -04:00
Cole Robinson
499964c584 Add a system tray icon.
The behavior is opt in via preferences, off by default. The icon allows
starting, stopping, and pausing VMs, opening console/details, and quiting the
entire app.
2009-07-27 22:30:01 -04:00
Cole Robinson
e33018602d Always enable CPU and Memory stats polling.
Not sure why I even added this in the first place, we fundamentally can't
avoid polling the requisit info. So rip it out with extreme prejudice.
2009-07-26 16:09:46 -04:00
Cole Robinson
e208a8ca7f Mark all windows as Dialogs (except manager, host and vm details).
All these windows should be temporary, and don't need to be maximized or
minimized.
2009-07-26 12:08:21 -04:00
Cole Robinson
f5448f87e7 Add global option for VNC scaling: vm details defaults to that. 2009-02-23 18:50:47 -05:00
Cole Robinson
a0852bc422 Fix regression for pre existing vm and stats preferences not keeping new values. 2009-02-16 19:04:44 -05:00
Cole Robinson
b73c3da1e5 Unmark useless strings as translatable. 2009-01-26 09:44:54 -05:00
Richard Laager
8216658a12 Change "Local VM" and "Remote VM" to "Local virtual machine" and
"Remote virtual machine".  To do this, small changes had to be made to
the layout and Glade rewrote the whole file.
2009-01-12 09:40:41 -05:00
Cole Robinson
b17442a876 Revamp preferences dialog.
More extensible design, hopefully will facilitate adding more options.
Add options to disable stats reporting by type (cpu, mem, disk, net), but
don't hook them up yet.
2008-12-17 15:27:06 -05:00
Cole Robinson
9ffee40675 Set page_size = 0 for all Spin Buttons to silence a deprecation warning on F10. 2008-12-08 11:14:54 -05:00
Cole Robinson
a40e69b192 Save glade files with glade-3 2008-10-31 10:18:55 -04:00
Cole Robinson
70c7748011 Add support for adding audio devices when creating guests.
Preferences are global, not per install. Can be seen via edit->preferences
2008-09-02 12:09:39 -04:00
Cole Robinson
ef470df276 Enable stats history limiting in preferences dialog (was present but strangely not visible). 2008-07-09 14:58:24 -04:00
Hugh O. Brock
c4e0602f36 Add accessibility names to the various text widgets, so that we can exercise
them with Dogtail. Thanks to Cole Robinson.
2007-08-02 12:39:25 -04:00
Hugh O. Brock
6bc35bd215 Do the help for the preferences window. Plus, give the preferences window a help button. 2007-03-19 18:12:40 -04:00
Hugh O. Brock
6350cb33ea Split the glade files up into one per window, to make managing merges easier. This changes the makefile, so you'll need to rerun autogen.sh 2007-02-15 15:35:37 -05:00