Nicolas Boichat [Sat, 8 May 2004 09:57:20 +0000 (09:57 +0000)]
- console_thread : Added support for the new parse_config which returns a status code.
- wxbMainFrame/console_thread : A command line parameter now allows the user to choose his config file.
Nicolas Boichat [Sat, 1 May 2004 15:39:12 +0000 (15:39 +0000)]
- wxbRestorePanel : Corrected a problem when you double-clicked an a folder in the list, the list was then refreshed two times (instead of one) in the new directory
- wxbRestorePanel : Improved configuration panels' look
- wxbRestorePanel : Added titles to configuration panels
Nicolas Boichat [Sat, 1 May 2004 10:06:55 +0000 (10:06 +0000)]
- wxbMainFrame : If the connection drops unexpectedly, it should say it lost the connection to the Director and then wait for you to either manually exit or (when it becomes possible) reconnect.
- wxbMainFrame : corrected segmentation faults when exiting (to be verified)
- wxbMainFrame : the user can quit however the state is
Nicolas Boichat [Fri, 30 Apr 2004 23:01:03 +0000 (23:01 +0000)]
- wxbRestorePanel : Added "Cancel" button to cancel restore at all state of restore process.
- wxbMainFrame : Added "Send" button
- wxbRestorePanel (first configure) : Changed defaults values when Job Name changes
- wxbRestorePanel (first configure) : corrected problem when bad parameters are chosen
- wxbRestorePanel : Checking more carefully which job we just have run
- wxbRestorePanel : Using wxStopWatch instead of GetTicks to manage timeouts.
Nicolas Boichat [Fri, 30 Apr 2004 16:01:13 +0000 (16:01 +0000)]
- wxbMainFrame : Fixed 100% CPU usage in GTK : added buffering when receiving data to print to the console (thanks to Phil)
- wxbRestorePanel : Fixed 100% CPU usage in GTK : added sleeps between Yields.
Nicolas Boichat [Thu, 29 Apr 2004 20:34:44 +0000 (20:34 +0000)]
- wxbRestorePanel : Modified the way a restore is started : much more parameters are modifiable.
- wxbConfigPanel : Created a generic panel which can be used to setup configuration parameters (for example when restoring)
- wxbRestorePanel : Updated update interval of the progress bar when restoring
Nicolas Boichat [Sun, 25 Apr 2004 18:31:37 +0000 (18:31 +0000)]
- general : status text is more often used
- wxbRestorePanel : restore aborted if there's no client or no fileset
- wxbRestorePanel : corrected problem if one double clicks on a directory X in the left "tree" window when the directory is not yet open, instead of selecting the directory and everything below, it opens the directory and nothing is selected.
- wxbRestorePanel : first client is selected when restore mode starts.
Nicolas Boichat [Sun, 25 Apr 2004 10:51:15 +0000 (10:51 +0000)]
- wxbRestorePanel : when the director is building tree, changes are made to the status in the gauge.
- wxbRestorePanel : Cursor set to hourglass when working
- wxbMainFrame : Automatically scrolling to the bottom of console text control.
Nicolas Boichat [Sat, 24 Apr 2004 20:09:58 +0000 (20:09 +0000)]
- wxbMainFrame : the user is now prompted when an
unexpected "question" is asked).
- wxbRestorePanel : configure is allowed to change fileset
- wxbRestorePanel : using dot commands (.clients, .filesets)
- console_thread : implemented prompt and heartbeat messages