Commit Graph

37 Commits

Author SHA1 Message Date
Cole Robinson
64e5998ded Add mnemonics for various menu items.
Also, try to be a bit more consistent between manager and details menus.
2009-11-17 17:47:34 -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
Jon Nordby
fa8dccf0aa manager: Bring back multiple graph as an option.
Essentially a revert of the changes in 09189003ddf9
2009-11-11 11:02:57 -05:00
Jon Nordby
1cd79fe86b manager: enable menu key to open context menu 2009-11-11 09:49:34 -05:00
Cole Robinson
76df6b2fbb manager: Only use one toolbar at the top of the window. 2009-11-10 12:57:28 -05:00
Cole Robinson
8f65144eff Fix glade 'invalid icon size' warning. 2009-10-20 21:32:00 -04:00
Cole Robinson
1b9a73bfc5 Fix up glade stock id warning/screwiness.
Some previous glade version messed up a lot of imagemenuitems with
nonstandard text, but using stock icons. Fix these issues.
2009-10-20 21:24:10 -04:00
Cole Robinson
302d3d6c99 Add tooltips for toolbar buttons in manager and details. 2009-10-05 13:03:41 -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
Paul W. Frields
ccf28d3762 addhardware: Fix error message syntax typo 2009-08-31 10:45:59 -04:00
Cole Robinson
3416b9edf0 manager: Make the UI a bit prettier.
Add some row color and text tweaking.
2009-07-28 19:21:56 -04:00
Cole Robinson
4f256605f0 manager: Various UI tweaks. 2009-07-26 16:25:01 -04:00
Cole Robinson
4693e3e3f8 manager: Remove option to hide VM status column.
Not sure why anyone would want to, it's a pretty fundamental piece of
information.
2009-07-26 16:18:25 -04:00
Cole Robinson
4c8d87254f manager: Use only one graph, allow changing what it tracks.
Rather than have multiple graphs for cpu, disk and net stats, use only one
graph, but allow changing what it represents.
2009-07-26 16:15:28 -04:00
Cole Robinson
387045636a manager: Move button toolbar to top of the window.
A toolbar at the top is much more in line with existing UI convention, and is
more intuitive. Delete is dropped from the upfront buttons (since this likely
isn't a common operation), and buttons for shutdown and pause are added.
2009-07-26 16:15:05 -04:00
Cole Robinson
8725f6ed59 Remove 'view active vs. inactive' choice in main manager window.
I really don't think anyone cares about this, and if they do, it certainly
doesn't need to be done as an entire separate row in the manager window.
2009-07-26 16:12:39 -04:00
Cole Robinson
f9dfe4acab New 'Create VM' wizard. 2009-03-09 16:16:45 -04:00
Cole Robinson
f72020a0e2 Make manager vm list have input focus on startup. 2009-02-15 17:37:53 -05:00
Cole Robinson
8f90cea9ee Remove unnecessary hide_all calls (Vitaly Mayatskikh) 2009-02-06 14:12:24 -05:00
Richard Laager
33e90fa2a7 Various string changes to improve consistency, usability, and HIG compliance. 2009-01-12 09:22:35 -05:00
Cole Robinson
d17bf1128a Rearrange 'View' menu to be more consistent. 2008-12-04 15:34:37 -05:00
Cole Robinson
a40e69b192 Save glade files with glade-3 2008-10-31 10:18:55 -04:00
Guido Gunther
655a846ac3 Calculate block and net device statistics
display them in the overview as well as in the vm details
2008-10-18 21:21:33 +02:00
Cole Robinson
2b72612a29 Change 'Host Details' to 'Connection Details' in manager, few small other text changes 2008-06-11 16:09:39 -04:00
Cole Robinson
d587c08919 Change 'Open Connection' to 'Add Connection' in manager menu 2008-06-11 15:31:54 -04:00
Daniel P. Berrange
6ca1c57ebb Merge console window into details window 2008-04-08 13:30:47 -05:00
Daniel P. Berrange
4524f58617 Reinstate new & delete buttons in UI 2008-01-02 17:55:26 -05:00
Daniel P. Berrange
d9dca7e45c Make padding consistent 2007-09-27 11:20:39 -04:00
Daniel P. Berrange
5a63406dd4 Tweak padding in UI to be closer to GNOME guidelines 2007-09-06 20:36:16 -04:00
Hugh O. Brock
f75c5ca195 Remove delete button and delete menu item, add create and delete icons where appropriate. Clean up event handling quite a bit. 2007-08-23 17:46:30 -04:00
Hugh O. Brock
c6c3391890 Hook up active/inactive widget and make connection display resource graphs. 2007-08-14 12:31:24 -04:00
Hugh O. Brock
eae65ea694 Add new popup menu for connection line. Remove 'create' button from bottom row since it is now in the connection line. Hook up the 'disconnect' action from the popup menu as well. 2007-08-13 17:13:39 -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
Daniel P. Berrange
fafa0d96f6 Make help menu item GNOME HIG compliant (bz 246195) 2007-07-04 00:41:25 -04:00
Daniel P. Berrange
25a92026c4 Added dialog for viewing host status & resource config 2007-03-27 19:52:00 -04:00
Hugh O. Brock
9741a52283 Hooked up the half-finished help document to a new help menu item. More fun to come. 2007-03-08 14:07:00 -05: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