summaryrefslogtreecommitdiffstats
path: root/virt-ctrl/vc_connections.mli
Commit message (Collapse)AuthorAgeFilesLines
* Move open_connection dialog.Richard W.M. Jones2008-02-161-2/+2
| | | | - Move open_connection dialog into vc_mainwindow which is more logical.
* Combine historical data, provide accessor functions.Richard W.M. Jones2008-02-161-0/+53
| | | | | | - Historical data combined into a single array of dhentrys. - Provide accessor functions. - Clamp %CPU to 0..100.
* Get node_info just once for each connection.Richard W.M. Jones2008-01-081-1/+3
| | | | | | * vc_connections.ml: Get node_info just once for each connection, which is more efficient. * vc_connections.mli: Tidy up.
* Change comments virt-manager -> virt-ctrl.Richard W.M. Jones2008-01-081-1/+1
| | | | | * virt-ctrl/*.ml, virt-ctrl/*.mli: Change comments virt-manager -> virt-ctrl.
* mlvirtmanager renamed as virt-ctrl.Richard W.M. Jones2008-01-071-0/+47
* .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.