kes Make a first cut at converting bacula.spec.in for bwx-console
and bgnome-console.
kes Apply patch from John Goerzen to add hostname as fourth argument
to make_catalog_backup script.
kes Make pm_strxxx() routines handle input of NULL pointer. This
is to protect from NULL pointers returned from SQL databases.
kes Correct typo in bacula-sd manpage as pointed out by John Goerzen.
kes Add more debug to FIFO code -- fix fifo regression test.
Add six context sensitive menu options to the joblist. I think I got
all the ones that made sense doing "jobid=" searches in documentation.
Commented out one passed value in line 122 of console.cpp to get a
successful compilation.
Auto select console tree widget of current console when a command is entered in the
console command line entry LineEdit box.
Display and dress up the context sensitive command when a popup menu is pressed
causing a console command to be entered. I'd almost prefer to see if there is a
way to have the command entered be BOLD or something to bring it out.
Have the title of undocked window describe the type of window it is like the
page selector and the director that it represents.
Also add bat.pro to svn property svn:ignore to make more svn friendly.
kes Make bat have 'make install' target.
kes Warn during install if old gnome-console binary found.
kes Warn during install if old wx-console binary found.
kes Add -8 option to bsmtp command line to add content type utf-8.
Fixes bug #809. (Character coding problem in bsmtp).
kes If < is found in target (from, to, cc) then do not enclose the
target in < > in bsmtp. Fixes bug #772 (malformed address).
kes When printing certain items in dbcheck, stop after 300000.
Fixes bug #822. (dbcheck loops).
kes Incorrect status in Dir after waiting for mount with poll set.
Fixes bug #825.
Little big change. This fixes the undocked windows becoming active when the
current console is not the console of the ondocked window. Important fix here.
Add a consoleCommand to Pages class
Added Storage class and a FileSet class
Added a context sensitive menu option for status client from client page
Added a context sensitive menu option for status storage from storage page
Added a context sensitive menu option for status fileset from fileset page
Fix incorrectly setting first item to console of top director.
Add feature to identify the active director "console" to be grey background if
inactive and magenta background if active. Pick your colors, it could even be
user configurable when we get there. I just chose magenta and grey as an
example of what looked good in short time.
Removed pages virtual doubleclick from existence and all subclasses that used it.
Resolved writing and reading settings for console fonts. now on a per console
configuration basis. Capitolized "C"lient to work with mysql in clients class.
Change consolelist to consolehash so that it can also be used when a director tree
widget is selected in the page selector to make the conole the current console.
On start, the first console is the selected widget in page selector. Have
signals connecting to the console class be connected and disconnected in tree item
changed.
kes The bgnome-console (gnome-console) and bwx-console (wx-console) are
deprecated. No additional bugs will be fixed, and they will be dropped
in a future release (probably 2.4.0).
kes Change name of wx-console to bwx-console to make it more Bacula
unique.
kes Change the name of gnome-console to bgnome-console to make it
more Bacula unique.
Add refresh medialist in context sensitive of medialist tree. If context
sensitive joblist on media produces no results, inform user with message.
Change text in context sensitive menu's on medilist.
dhb Added joblist to the stack and the page selector. Joblist starts in an all
jobs by default and can be repopulated. If a list of jobs is gotten from
a context sensitive query, it can be closed.
kes Simplify locking in the reservations system.
kes Add more debug code in reservations.
kes Make sure error condition on reserving a volume is handled correctly.
kes Correct handling of volume_in_use.
kes Correct handling of initializing a device.
kes Move handling of broadcasting releasing a device into release_device().
kes Correct attaching dcr to dev so that it is only done if device
is properly initiated.