Commit Graph

2000 Commits

Author SHA1 Message Date
Cole Robinson fe14b5e200 Use URI hacking from virtinst to facilitate testing 2010-12-07 14:26:51 -05:00
Cole Robinson dffe228f32 create: Remember customized changes if install fails 2010-12-07 14:20:11 -05:00
Cole Robinson 125b2e4b09 Fix some UI widget ellipses 2010-12-07 12:49:34 -05:00
Cole Robinson 76be6d16ca Fix some UI widget ellipses 2010-12-07 12:38:34 -05:00
Cole Robinson be2b59e5ff network Future proof PXE detection 2010-12-06 21:38:05 -05:00
Cole Robinson ce27c4c4ae Fix translation error in as.po (bz 634049) 2010-12-06 09:34:51 -05:00
Cole Robinson 93331b01db create: Set OS type == 'generic' if detection fails
Also, don't run detection when we launch the wizard, only when we
switch to install screen.
2010-12-04 13:22:04 -05:00
Cole Robinson 09203b3028 create: Fix some small label expanding issues 2010-12-04 13:21:27 -05:00
Cole Robinson 8ff71a65b7 create: Warn if network doesn't support PXE, if PXE selected 2010-12-04 12:28:44 -05:00
Cole Robinson 766ddc7bf6 create: Don't prompt about default storage pool if importing 2010-12-03 13:09:29 -05:00
Cole Robinson c871cc1d45 create: Don't skip distro detection if URL is pasted
Track whether we have already detected the current URL, and if not, force
a detection when the user press 'forward'
2010-12-03 12:55:56 -05:00
Cole Robinson 28fc9a3d5c createinterface: Allow specifying IP info for VLANs 2010-12-02 15:23:29 -05:00
Cole Robinson 8b8974970a host: Show running interface IP address 2010-12-02 15:19:17 -05:00
Cole Robinson 9e312c7a67 console: Rework keygrab/accelerator preferences
Reduce the keygrab options to a single question: whether to enable the
console window menu modifiers while the VNC console is active. This makes
the VNC widget focus act like a regular app (rather than default to stealing
keyboard focus on mouse over), and is the most intuitive I think we can
get. Inspired by vinagre.
2010-12-02 13:41:22 -05:00
Michal Novotny b673fee41c prefs: Add description label to the grab keys dialog 2010-12-02 10:11:45 -05:00
Cole Robinson c6088d650f Show error details if a hotplug operation fails 2010-12-01 17:48:07 -05:00
Cole Robinson 07992b0736 manager: Don't hard code font sizes, just use relative adjustments
Keeps a consistent look if users change font sizes
2010-12-01 15:22:38 -05:00
Cole Robinson 7357034f04 error: Unify some of the helper functions 2010-11-30 15:37:54 -05:00
Cole Robinson 1c3e7a1ea3 Remove some unneeded imports and old pylint workarounds 2010-11-30 15:01:02 -05:00
Cole Robinson 779dcdd824 Don't use old style __gobject_init__() 2010-11-30 14:40:49 -05:00
Cole Robinson 749b6cdc88 error: Simplify dialog init, remove a bunch of boilerplate 2010-11-30 14:33:21 -05:00
Cole Robinson b935af18c1 console: s/notify_grabbed/pointer_grabbed/g 2010-11-30 11:51:31 -05:00
Cole Robinson 50ccdf251e details: Fix max vcpus updating
Use the same refresh handler for VM state and config changes (since max
vcpus can be tied to state change as well).
2010-11-30 11:49:47 -05:00
Wen Congyang 2e220a017f migrate: check whether the domain supports downtime early 2010-11-30 10:52:11 -05:00
Cole Robinson e7c3ea0071 rpm: Don't build TUI
The RPM spec isn't set up to properly install the TUI and GUI, so disable
TUI building for now.
2010-11-30 10:42:38 -05:00
Cole Robinson b9fb2ffdc6 configure: Add --with-tui option for enabling/disabling TUI install 2010-11-30 10:41:44 -05:00
Cole Robinson 1939f14127 Add simple INSTALL instructions 2010-11-30 10:29:42 -05:00
Cole Robinson dc4430813d migrate: Fix downtime UI spacing 2010-11-29 19:14:43 -05:00
Wen Congyang febecf4089 Add virDomainSetMigrateMaxDowntime support 2010-11-29 19:11:35 -05:00
Cole Robinson 5a8523fc03 Silence a pylint false positive 2010-11-29 18:11:27 -05:00
Cole Robinson f7d428caac Fix connection duping for old libvirt versions 2010-11-29 18:00:35 -05:00
Cole Robinson 0a81c82c44 virt-manager: Fix connecting to existing URI via command line 2010-11-29 18:00:15 -05:00
Cole Robinson 34fa001f4e domain: Move stats functions out of base class
They are only used by the virDomain backed class
2010-11-29 17:40:28 -05:00
Cole Robinson 81eb69853f More pylint fixes 2010-11-29 17:28:52 -05:00
Cole Robinson 716bec3e56 Enable some more basic pylint checks and clean the code 2010-11-29 14:06:43 -05:00
Cole Robinson 5939ed46ea prefs: Fix setting 'remote sound device' option 2010-11-29 13:29:00 -05:00
Cole Robinson 2d5f858d2e console: Remove mouse grab notification
The window title informs the user about the key combo, so this is kind of
redundant. virt-viewer has never had it and no one has complained, so
I doubt people will stuggle with it.
2010-11-29 13:15:06 -05:00
Cole Robinson 15b89a5cc3 domain: Don't pull memory/vcpu values from info(), use XML
We already ensure the XML is up to date after any config change, so
pull all config values from there.
2010-11-29 12:55:22 -05:00
Cole Robinson 3c5e06ace5 details: Bump memory UI caps to 1TB 2010-11-24 14:48:38 -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
Cole Robinson 99489e865d virt-manager: Fix --show-domain-performance 2010-11-24 14:19:44 -05:00
Cole Robinson 83ad083fb0 virt-manager: Fix CLI window launching options
Drop the thread event hack, use connection callbacks to accomplish
what we need more simply
2010-11-24 14:01:51 -05:00
Cole Robinson bf762658fc engine: Fix launching create dialog after previous commit 2010-11-24 08:28:50 -05:00
Cole Robinson 0c8a7e8beb engine: Use callers error dialog when launching windows
This gives proper dialog placement.
2010-11-23 20:13:50 -05:00
Cole Robinson 8c05c33abc virt-manager: Small startup error reporting fix
Make sure we import gtk into the global namespace
2010-11-23 20:03:49 -05:00
Cole Robinson ad10be064b Catch errors when launching dialogs from manager.py 2010-11-23 18:54:12 -05:00
Cole Robinson fd385b9e69 Bump copyright year. 2010-11-23 18:50:25 -05:00
fab 5e1b81ab93 l10n: Updates to German (de) translation
Transmitted-via: Transifex (translate.fedoraproject.org)
2010-11-23 09:21:00 +00:00
fab 8dd18d634e l10n: Updates to German (de) translation
Transmitted-via: Transifex (translate.fedoraproject.org)
2010-11-23 09:13:55 +00:00
Cole Robinson 5a23ad8d94 Open logging files O_CLOEXEC 2010-11-17 15:38:40 -05:00