Dirk H Bartley [Tue, 29 May 2007 15:34:57 +0000 (15:34 +0000)]
Add icon to label class in page selector.
Turn media edit into a inheritor of the page class to put it on the stack.
Added status tips for buttons in main.ui via designer
Added truly fancy method of editing retention and use duration in media edit.
Dirk H Bartley [Mon, 28 May 2007 19:39:58 +0000 (19:39 +0000)]
Lots of icon work. Attempting using .svg files directory. It works in my
environment here. I hope it works in windows. I think I've found the fix to
the :images problem. Using the resource through designer, it works from designer
and sets up the : in front. xml looks like so:
<iconset resource="../main.qrc" >:/images/view-refresh.svg</iconset>
Dirk H Bartley [Mon, 28 May 2007 00:52:41 +0000 (00:52 +0000)]
Add preference for longlist or short list when context sensitive list command is
executed. Use this instead of doubling for list and long list. Used for now in
joblist.
Use consoleCommand when running command from user command input so that it
displays blue.
Add reload command from page selector console widget.
Add list job totals from page selector joblist widget.
Kern Sibbald [Sun, 27 May 2007 19:30:39 +0000 (19:30 +0000)]
kes Add < > around %r in from field on mail command of bacula-dir.conf.in
so that bsmtp will create a correct email address (mailbox only).
kes Modify 'memory' command so that the buffers are listed as 'In use'
to avoid confusion with Orphaned buffers.
Dirk H Bartley [Sun, 27 May 2007 19:23:35 +0000 (19:23 +0000)]
Add context sensitive from page selector's console widget for: status dir,
messages and help.
Add purge jobs client= from clients
Add buttons to set automount on or off in the label dialog.
Add estimate dialog.
Kern Sibbald [Sun, 27 May 2007 09:34:40 +0000 (09:34 +0000)]
kes I reworked the OpenSSL include/lib flags to be handled in
the standard Bacula way, which should fix bug #863 concerning
non-standard OpenSSL libraries.
Kern Sibbald [Fri, 25 May 2007 17:24:50 +0000 (17:24 +0000)]
kes Ensure that when labelling a tape with Slot=0 that InChanger
is not set.
kes Use DISTINCT to make MySQL and PostgreSQL uar_list_temp query
the same.
kes Add StartTime to final uar_sel_jobid_temp query so that we can
add DISTINCT (required by PostgreSQL).
kes Implement BSOCK authenticate_director() method. Eventually will
authenicate all daemons.
kes Move several more functions into the BSOCK class.
Dirk H Bartley [Thu, 24 May 2007 21:06:17 +0000 (21:06 +0000)]
Experimenting with adding icons to a tree widget in the restore class. This
shows a green check if checked and a verrry light grey check if unchecked. I
created these icons myself in inkscape. *.svg are also committed.
Kern Sibbald [Thu, 24 May 2007 19:58:07 +0000 (19:58 +0000)]
kes Add code to tell the OS that we no longer need a cached
file that we were reading. In findlib/bfile.c. Also,
only cache files that we are reading.
kes Tweak to bsmtp to eliminate compiler warnings on Win32.
kes Implement script to automatically generate cats and dll .def
files for Win32 dll.
kes Update README.mingw32 to include new .def file generation.
Kern Sibbald [Wed, 23 May 2007 10:38:53 +0000 (10:38 +0000)]
kes Reduce bat connect timeout from 30 to 15 seconds.
kes More restructuring and implementing BSOCK class in place of
old bnet.c code.
kes Remove a few unnecessary malloc() tests in crypto code.
kes Turn off crypto calls for > 128 bits in crypto.c if HAVE_SHA2
not defined. Bug reported by Allan Black <Allan.Black@btconnect.com>
kes Remove duplicate HAVE_CRYPTO definition in config.h.in
Kern Sibbald [Tue, 22 May 2007 10:35:29 +0000 (10:35 +0000)]
kes Implement message callback so that GUI is sure to get all
daemon messages. Currently displayed in a dialog in bat.
kes Ignore SIGUSR2 (Bacula timer) in bat.
kes Apply regress patch from bug #859 to allow regress to work
with Solaris compiler.
Dirk H Bartley [Sun, 20 May 2007 02:14:48 +0000 (02:14 +0000)]
Have m_dtformat be a member of mainwin only. m_dtformat is a QString which is
used in date/time entry boxes to set the format for appearance and for
converting to and from a string.
Dirk H Bartley [Sat, 19 May 2007 20:03:10 +0000 (20:03 +0000)]
This commit puts prefences for debuggin output and prefences for the joblist
with the 2 checkboxes and 2 spinboxes for limiting the output from the sql
statement.
Dirk H Bartley [Sat, 19 May 2007 02:56:12 +0000 (02:56 +0000)]
Fix filesest was offset by 1. Weird, I had changed it earlier the other
direction.
Fix of c:/ and d:/ in same restore showing up correctly in left pane.
Fix of RunCmdPage::cancelButtonPushed, add "." to get the m_at_main_prompt
set true again after window cancelled.
Dirk H Bartley [Fri, 18 May 2007 15:46:29 +0000 (15:46 +0000)]
When using "Restore from job" option with a job that was a restore
job, a segfault would occur. This prevents that and does not offer
that option if the job is not a backup job.