summaryrefslogtreecommitdiffstats
path: root/virt-ctrl/vc_mainwindow.ml
Commit message (Collapse)AuthorAgeFilesLines
* Removed virt-ctrl, virt-df, ocaml-libvirt - now in separate repositories.Richard W.M. Jones2008-04-161-202/+0
|
* Internationalize virt-ctrl.Richard W.M. Jones2008-03-281-23/+27
|
* Restructure main window code slightly.Richard W.M. Jones2008-03-041-54/+81
|
* Move connection dialog to its own module. ocaml-dbus >= 0.04.Richard W.M. Jones2008-02-271-13/+4
|
* Move open_connection dialog.Richard W.M. Jones2008-02-161-1/+12
| | | | - Move open_connection dialog into vc_mainwindow which is more logical.
* Combine historical data, provide accessor functions.Richard W.M. Jones2008-02-161-2/+11
| | | | | | - Historical data combined into a single array of dhentrys. - Provide accessor functions. - Clamp %CPU to 0..100.
* Clean up memory handling.Richard W.M. Jones2008-02-161-3/+16
| | | | | | | - 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.
* 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.
* 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.
* mlvirtmanager renamed as virt-ctrl.Richard W.M. Jones2008-01-071-0/+147
* .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.