summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Richard W.M. Jones [Wed, 27 Jul 2011 18:39:51 +0000 (19:39 +0100)]
Pretty error message in failure dialog.
Richard W.M. Jones [Wed, 27 Jul 2011 17:33:47 +0000 (18:33 +0100)]
Allow bytecode compilation.
Bytecode compilation (ocamlc) is selected automatically if the native
code compiler (ocamlopt) is not available on this platform.
Also the packager or developer may force bytecode compilation for
easier debugging by doing:
./configure --without-native
Richard W.M. Jones [Wed, 27 Jul 2011 17:10:27 +0000 (18:10 +0100)]
Remove unused module definitions from slave_utils.ml.
Richard W.M. Jones [Wed, 27 Jul 2011 13:19:35 +0000 (14:19 +0100)]
Version 0.1.7.
Richard W.M. Jones [Wed, 27 Jul 2011 13:14:26 +0000 (14:14 +0100)]
Remove guestfs-browser.spec since the package is now in Fedora.
Richard W.M. Jones [Wed, 27 Jul 2011 11:40:45 +0000 (12:40 +0100)]
Add icon.
Richard W.M. Jones [Wed, 27 Jul 2011 11:22:03 +0000 (12:22 +0100)]
Add guestfs-browser.desktop file.
Richard W.M. Jones [Wed, 27 Jul 2011 11:13:24 +0000 (12:13 +0100)]
Update HACKING document.
Richard W.M. Jones [Wed, 27 Jul 2011 11:12:45 +0000 (12:12 +0100)]
Add note about OCaml bindings bug, and which versions of libguestfs are req'd.
Richard W.M. Jones [Wed, 27 Jul 2011 11:11:54 +0000 (12:11 +0100)]
configure: Fix perldoc detection.
This only worked by accident. If perldoc was not installed then you
would have got a build error.
Richard W.M. Jones [Tue, 17 May 2011 08:07:51 +0000 (09:07 +0100)]
Version 0.1.6.
Richard W.M. Jones [Fri, 8 Apr 2011 09:44:45 +0000 (10:44 +0100)]
Small error in progress bar callback.
The array could be longer than 4 elements in a future version
of libguestfs, so change check from = to >=.
Richard W.M. Jones [Thu, 7 Apr 2011 10:24:46 +0000 (11:24 +0100)]
Clamp progress bar to range 0..1.
For unknown reason, this fraction was sometimes out of range.
Added a warning message to print position and total if this
happens.
Richard W.M. Jones [Thu, 7 Apr 2011 10:17:52 +0000 (11:17 +0100)]
Implement pulse mode progress bar.
Richard W.M. Jones [Thu, 7 Apr 2011 10:14:39 +0000 (11:14 +0100)]
Switch to using new event API.
NB: This requires libguestfs >= 1.9.11. It is not compatible
with earlier versions.
Richard W.M. Jones [Sat, 15 Jan 2011 18:19:48 +0000 (18:19 +0000)]
Version 0.1.5.
Richard W.M. Jones [Sat, 15 Jan 2011 18:18:24 +0000 (18:18 +0000)]
Update code for Camomile 0.8.
Richard W.M. Jones [Fri, 17 Dec 2010 20:13:25 +0000 (20:13 +0000)]
Version 0.1.4.
Richard W.M. Jones [Fri, 17 Dec 2010 14:24:22 +0000 (14:24 +0000)]
Version 0.1.3.
Richard W.M. Jones [Fri, 17 Dec 2010 13:21:59 +0000 (13:21 +0000)]
Display default registry keys as "@".
Richard W.M. Jones [Fri, 17 Dec 2010 12:24:01 +0000 (12:24 +0000)]
Use bitstring, enable display of symlinks on NTFS.
Richard W.M. Jones [Thu, 16 Dec 2010 10:43:19 +0000 (10:43 +0000)]
Version 0.1.2.
Richard W.M. Jones [Tue, 14 Dec 2010 22:36:41 +0000 (22:36 +0000)]
Version 0.1.1.
Richard W.M. Jones [Tue, 14 Dec 2010 20:31:24 +0000 (20:31 +0000)]
Version 0.1.0.
Richard W.M. Jones [Tue, 14 Dec 2010 19:50:01 +0000 (19:50 +0000)]
Prepare for first binary release.
Richard W.M. Jones [Tue, 14 Dec 2010 10:29:33 +0000 (10:29 +0000)]
Daily check-in.
Richard W.M. Jones [Tue, 14 Dec 2010 15:48:04 +0000 (15:48 +0000)]
Add dependencies file to git.
This file is needed if you want to build immediately after
checking the source out from git.
Richard W.M. Jones [Tue, 14 Dec 2010 15:46:53 +0000 (15:46 +0000)]
ocaml: Make dependencies file stable.
Richard W.M. Jones [Mon, 13 Dec 2010 23:08:19 +0000 (23:08 +0000)]
Add progress bar.
Richard W.M. Jones [Mon, 13 Dec 2010 22:14:26 +0000 (22:14 +0000)]
Daily checkin of rewritten code.
Richard W.M. Jones [Mon, 13 Dec 2010 21:54:56 +0000 (21:54 +0000)]
Allow slave functions to have optional ?fail parameter for errors.
Richard W.M. Jones [Sat, 2 Oct 2010 10:33:10 +0000 (11:33 +0100)]
guestfs browser 'reboot'
Richard Jones [Fri, 9 Jul 2010 14:00:05 +0000 (15:00 +0100)]
Version 0.0.3.
Richard Jones [Fri, 9 Jul 2010 14:07:15 +0000 (15:07 +0100)]
Update EXTRA_DIST.
Richard Jones [Fri, 9 Jul 2010 13:59:37 +0000 (14:59 +0100)]
Add config.mli to describe Config module.
Richard Jones [Fri, 9 Jul 2010 13:50:34 +0000 (14:50 +0100)]
Add COPYING file, internal HTML documentation, and RPM spec file.
Richard Jones [Fri, 9 Jul 2010 12:48:40 +0000 (13:48 +0100)]
Version 0.0.2
Richard Jones [Wed, 23 Jun 2010 11:05:43 +0000 (07:05 -0400)]
Begin export file dialogs.
Richard Jones [Tue, 22 Jun 2010 18:32:45 +0000 (14:32 -0400)]
Disk usage dialog.
Richard Jones [Tue, 22 Jun 2010 12:37:09 +0000 (08:37 -0400)]
Adjust default Window dimensions.
Richard Jones [Wed, 16 Jun 2010 10:59:09 +0000 (11:59 +0100)]
Version 0.0.1
Richard Jones [Wed, 16 Jun 2010 10:40:19 +0000 (11:40 +0100)]
Initial commit.