summaryrefslogtreecommitdiffstats
path: root/virt-ctrl
Commit message (Collapse)AuthorAgeFilesLines
* Get node_info just once for each connection.Richard W.M. Jones2008-01-082-13/+32
| | | | | | * vc_connections.ml: Get node_info just once for each connection, which is more efficient. * vc_connections.mli: Tidy up.
* Type Vc_domain_ops.dops_callback_fn for clarity.Richard W.M. Jones2008-01-084-9/+22
| | | | | | * virt-ctrl/vc_domain_ops.mli, virt-ctrl/vc_domain_ops.ml, virt-ctrl/vc_mainwindow.mli: Give a type name to the domain_ops callback type, for extra clarity.
* Change comments virt-manager -> virt-ctrl.Richard W.M. Jones2008-01-089-9/+9
| | | | | * virt-ctrl/*.ml, virt-ctrl/*.mli: Change comments virt-manager -> virt-ctrl.
* Rename some dialogs in virt-ctrl.Richard W.M. Jones2008-01-081-2/+2
| | | | | * virt-ctrl/vc_mainwindow.ml: Fix some "virtual machine manager" -> "virt-ctrl" dialogs in main window.
* Fix native virt-ctrl on Windows.Richard W.M. Jones2008-01-082-2/+87
| | | | | | * virt-ctrl/Makefile.in, virt-ctrl/mingw-gcc-wrapper.ml: Wrapper around 'gcc' to fix native virt-ctrl builds on Windows/MinGW. * .hgignore: Ignore *.exe files.
* mlvirtmanager renamed as virt-ctrl.Richard W.M. Jones2008-01-0711-0/+953
* .hgignore, Makefile.in, configure.ac: Rename mlvirtmanager as virt-ctrl to avoid any confusion with the real virt-manager. * mlvirtmanager/, virt-ctrl/: Subdirectory moved. * README: Supporting documentation updated.