summaryrefslogtreecommitdiff
path: root/src/virtManager
Commit message (Expand)AuthorAgeFilesLines
* Fixed console message for domain-0Daniel P. Berrange2007-08-292-3/+3
* Remove redundant scrollbars from consoleDaniel P. Berrange2007-08-291-2/+3
* Auto-connect to HV when double clicking on a connectionDaniel P. Berrange2007-08-291-1/+3
* Fixed checking of HV type for default save/image dirsDaniel P. Berrange2007-08-291-4/+2
* Fixed password auth & added TLS/x509 credentialDaniel P. Berrange2007-08-281-13/+17
* Fixed toggling of active/inactive VM displayDaniel P. Berrange2007-08-281-17/+30
* Disable creating guests & networks and adding devices on remote connectionsDaniel P. Berrange2007-08-283-3/+29
* Show local pointer in VNC console when not grabbedDaniel P. Berrange2007-08-281-0/+2
* Fixed screenshot code, and pause renderingDaniel P. Berrange2007-08-281-16/+21
* Don't try to show console if double-clicking on a hostDaniel P. Berrange2007-08-281-1/+2
* Fixed typo in calling uri_splitDaniel P. Berrange2007-08-281-1/+1
* Store connection URIs in gconf so that the app will remember them. If any con...Hugh O. Brock2007-08-285-80/+165
* Fixed get_transport return value for local connectionsDaniel P. Berrange2007-08-271-1/+1
* Re-order columns to move action to right & name to left. Use short hostname t...Daniel P. Berrange2007-08-272-71/+122
* Improved user feedback on console access. Initial support for connecting to r...Daniel P. Berrange2007-08-274-20/+44
* Warn before deleting vms and connectionsHugh O. Brock2007-08-271-14/+19
* Remove delete button and delete menu item, add create and delete icons where ...Hugh O. Brock2007-08-231-73/+89
* Allow non-private addresses for virtual networks, using a confirmationDaniel P. Berrange2007-08-221-3/+19
* Fix a nasty thread locking problem during startup if an error dialog needs to...Daniel P. Berrange2007-08-161-4/+3
* Merge headsDaniel P. Berrange2007-08-162-73/+99
|\
| * Merge headsDaniel P. Berrange2007-08-151-71/+96
| |\
| | * Merge headsDaniel P. Berrange2007-07-201-71/+96
| | |\
| | | * Updated for changes in GTK-VNC apiDaniel P. Berrange2007-07-201-2/+2
| | | * Initial prototype switching code over to using GTK VNCDaniel P. Berrange2007-07-061-71/+96
* | | | Hook up the delete button for connections. Fix a fairly long-standing bug whe...Hugh O. Brock2007-08-143-12/+16
* | | | Keep connections around after they are disconnected. Add a connect item to th...Hugh O. Brock2007-08-142-29/+82
* | | | Hook up active/inactive widget and make connection display resource graphs.Hugh O. Brock2007-08-142-6/+40
* | | | Add new popup menu for connection line. Remove 'create' button from bottom ro...Hugh O. Brock2007-08-132-20/+36
* | | | First crack at multiple connections UI. Basic idea is there but popup menus, ...Hugh O. Brock2007-08-094-93/+182
* | | | Allow for passing arbitrary kernel args to paravirt guests.Hugh O. Brock2007-08-011-1/+11
* | | | Merge headsHugh O. Brock2007-07-311-8/+4
|\ \ \ \
| * | | | removed new page, moved widgets to PVInstall pagealexx@redbull.brq.redhat.com2007-05-101-8/+4
* | | | | Revert my reversion so I can import A. Todorov's patch to his original patchHugh O. Brock2007-07-311-4/+16
* | | | | revert changes from A. Todorov in favor of a later changesetHugh O. Brock2007-07-311-16/+4
* | | | | GUI for additional kernel parametersAlexander Todorov2007-07-311-4/+16
|\ \ \ \ \ | |/ / / /
| * | | | added GUI support for specifying additional kernel parametersalexx@redbull.brq.redhat.com2007-05-091-4/+15
* | | | | Refresh the network device menu automatically. Thanks to Masayuki SonouHugh O. Brock2007-07-302-35/+47
| |/ / / |/| | |
* | | | Second attempt at forcing release of virDomainPtr objectsDaniel P. Berrange2007-07-242-4/+16
* | | | Try and force GC of domain objectsDaniel P. Berrange2007-07-241-0/+4
| |/ / |/| |
* | | Default to x86_64 on x86_64 hosts.Daniel P. Berrange2007-07-151-1/+4
* | | Don't try to hardcode port 5900+domid - this is obsoleteDaniel P. Berrange2007-07-151-5/+2
* | | Re-add get_hostname method - needed for host details pageDaniel P. Berrange2007-07-141-0/+11
* | | Suggest a filename for new VM disk imagesDaniel P. Berrange2007-07-141-2/+11
* | | Toggle delete button sensitivity when vm changes stateDaniel P. Berrange2007-07-141-0/+9
* | | Added checking of host filesystem disk space when defining new disksDaniel P. Berrange2007-07-142-21/+79
* | | Display, but disable non-bridged NICsDaniel P. Berrange2007-07-142-17/+31
* | | Use stock icons for network/cdrom/disk/floppy devicesDaniel P. Berrange2007-07-142-44/+57
* | | Allow choice between IDE disk, IDE cdrom, SCSI disk, floppy disk, paravirt di...Daniel P. Berrange2007-07-141-13/+76
* | | Re-work connection dialog to support remote connectionsDaniel P. Berrange2007-07-112-52/+110
* | | Fixed double invocation of suspend (Richard Jones)Daniel P. Berrange2007-07-112-2/+0