Peter Buschman [Thu, 16 Aug 2007 13:01:19 +0000 (13:01 +0000)]
Adding double-quotes around $ready variable so that spaces do not impact pattern matching. This was causing drive ready detection to fail on at least Solaris.
Kern Sibbald [Thu, 16 Aug 2007 08:44:39 +0000 (08:44 +0000)]
kes Fix configure to create bat Makefile before creating dependencies.
kes Eliminate the egg files from the tray-monitor. Use gtk calls.
kes Add a tooltip to the tray monitor.
Kern Sibbald [Wed, 15 Aug 2007 16:54:21 +0000 (16:54 +0000)]
kes Update AUTHORs file
kes Increase the default max concurrent jobs to 20 in FD and SD to
correspond with the default .conf files.
kes Rewrite the Win32 service routines. This eliminates the 3 copies
some different, of the same file created by RN when porting the
Win32 SD and Dir.
kes Rearrange some of the Win32 directories and the placement of the files
in them.
kes Set DEVELOPER flag in version.h
Dirk H Bartley [Tue, 14 Aug 2007 23:01:26 +0000 (23:01 +0000)]
This revision fixes bug id 0000922
When editing a volume, the options list for Volume Status is missing the
'read-only' and 'cleaning' options that are available under bconsole.
Kern Sibbald [Wed, 8 Aug 2007 14:22:00 +0000 (14:22 +0000)]
kes Apply patch from Allan Black <Allan.Black@btconnect.com> that
corrects a typo in the Recycle status check in db_find_next_volume().
This will probably fix a number of annoying problems with multiple
Recycled volumes.
Kern Sibbald [Tue, 7 Aug 2007 16:01:19 +0000 (16:01 +0000)]
kes Modify the Verify output to specify if files are missing on
the Volume(s) or disk. Fixes confusion in bug #916.
kes When more than one Volume is read in a migration job, the last
Volume bytes reported are from the last read volume rather than
the last written volume. Fixed. This fixes bug #910.
Kern Sibbald [Mon, 6 Aug 2007 18:20:26 +0000 (18:20 +0000)]
kes Correct seg fault when switching tape drives during restore.
kes Commit uid_gid_name.c (replacement for idcache.c), but will not
be used until after 2.2.0 release.
kes Fix configure so that it puts config.out in the cwd rather than
in src/qt-console
kes Attempt to fix the locking problem reported by Eric in bug #906.
kes Make berrno class to leave errno unchanged after constructor call.
kes Make bnet_server use the heap rather than the stack to allocate
its socket fd pointers to avoid a crash at termination. Problem
reported by Ryan Novosielski and bugs pointed out by Martin Simmons.
30Jul07
kes Create new depkgs and depkgs-qt separating the qwt out of depkgs
and putting it in depkgs-qt along with Qt4.3.
rename m_jobQuery to m_checkedJobs to better describe what this variable has
become. Remove a little bit of unused code. Add a dialog box to appear if a
jobs selection occurs that selects no jobs.
Add a label to describe whether pushing the refresh button will refresh from
the selection criterion or from the any changes in the check boxes in the job
table.
Put controls in a scroll area for JobList and restore tree. Then put the scroll
area in a splitter. Allows for the window to get smaller and the control area will
then scroll.
Add ability to have the only criterion be the client in restore tree.
Add limits to restore tree like with joblist with record limit and/or days limit.
Change the "restore" command to use done instead of yes option. This removes
the reason to have restorerun files.
Add progress bar for refreshing and restoring.