summaryrefslogtreecommitdiffstats
path: root/virt-ctrl
Commit message (Collapse)AuthorAgeFilesLines
* *** THIS REPO IS JUST FOR VIRT-TOP NOW ***Richard W.M. Jones2008-04-161-28/+0
| | | | | - See http://hg.et.redhat.com/applications/virt/ for bindings and the other applications.
* Removed virt-ctrl, virt-df, ocaml-libvirt - now in separate repositories.Richard W.M. Jones2008-04-1617-2245/+0
|
* Should always link to program gettext package.Richard W.M. Jones2008-03-281-5/+2
|
* Internationalize virt-ctrl.Richard W.M. Jones2008-03-289-71/+101
|
* Restructure main window code slightly.Richard W.M. Jones2008-03-041-54/+81
|
* New connection dialog with support for Avahi detection of libvirtd.Richard W.M. Jones2008-03-044-8/+511
|
* Updated deps.Richard W.M. Jones2008-03-041-0/+4
|
* Added support for compiled-in icons from a GNOME theme.Richard W.M. Jones2008-03-043-1/+336
|
* Move connection dialog to its own module. ocaml-dbus >= 0.04.Richard W.M. Jones2008-02-275-17/+63
|
* Move open_connection dialog.Richard W.M. Jones2008-02-166-43/+44
| | | | - Move open_connection dialog into vc_mainwindow which is more logical.
* Combine historical data, provide accessor functions.Richard W.M. Jones2008-02-167-49/+188
| | | | | | - Historical data combined into a single array of dhentrys. - Provide accessor functions. - Clamp %CPU to 0..100.
* Store domain %CPU and memory history.Richard W.M. Jones2008-02-161-28/+105
|
* Clean up memory handling.Richard W.M. Jones2008-02-162-4/+20
| | | | | | | - Call Gc.compact during timeout handler and when program exits to check for memory errors. - Don't allow timeout exceptions to propagate - causes a segfault in lablgtk. - Tidy up the About dialog.
* Added a separate file and dependency for DBus.Richard W.M. Jones2008-02-162-8/+36
|
* 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.