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.
This is an example of where I would like to go with offering the user the ability
change options in the restore command like what is available in the runCmdPage class.
Add a sort "ORDER BY" that seemed to be helpful with mysql and uncommented the
lines that executed the commands. Looks like all that processing of the 'results'
of the INSERT INTO and CREATE TABLE command does nothing. Can most likely just
remove.
Real close here to being able to do restores. Using FileIndex now instead
of FileId. This is exciting. Only problem I am seeing is the segfault of
the director which then causes bat to segfault.
The result of the following merge: This merges the work in the branch into the head.
This does not quite work yet, working with kern on getting changes in the server!
svn merge -r5136:5238 https://bacula.svn.sourceforge.net/svnroot/bacula/branches/working/qt-console .
kes Change abort_on_error and AbortJobOnError to fail_on_error
and FailJobOnError in RunScripts.
kes Minor tweaks of code formating in RunScripts, principally to
avoid depassing 80 columns.
Prevent the settings for the splitter from being written if the plot has not
been drawn. This fixes a repeatable way to get the splitter from going back to
a state where it would be all the way to the right hiding the display of the
plot. Done by opening bat and not viewing the plot and closing bat.
kes Tweaked Win32 installer to remove temp conf files at uninstall time.
This should fix bug #842. Made a note to look at removing the temp
files at the end of the install.
kes Add ability to mount and unmount a file device providing it is
marked as being removable and has the appropriate mount and unmount
commands defined in the Device resource. This fixes bug #830.
kes When applying a storage override, release all previous storage
definitions rather than just prepending the new storage.
This should prevent a good deal of confusion.
kes Disable posting the WM_CLOSE message in KillRunningCopy of the
Win32 FD. This should fix bug #893.
kes Remove an unnecessary beep in Win32 init code.
kes Update copyright dates in Win32 executable about boxes.
kes Replace the FSF copyrighted getopt.c and getopt.h in the Win32
code with a BSD getopt.c and getopt.h.
kes Remove sched.h from the Win32 compat directory -- not used.
kes Remove the Exit menu item from the Win32 tray monitor. If you really
need to shut it down, do it through the services panel or the command
line.
kes Remove some inappropriate Bacula FSFE copyrights.
kes Fix regress config non-portable test as pointed out by
Florian Heigl <florian.heigl@gmail.com>
kes Fix PSCMD for HP-UX in configure.in to have proper syntax.
as pointed out by Florian Heigl <florian.heigl@gmail.com>