]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/wx-console/CHANGELOG
bacula-web: Changed header.tpl design and links
[bacula/bacula] / bacula / src / wx-console / CHANGELOG
index f40860f599a4dde0f4b8b428a66b179071ebf715..9e0467acd4fe6943c0a12427d7e58ccbdd8a9e0b 100644 (file)
@@ -1,3 +1,100 @@
+05-05-2005 :
+ - Fix a problem when link count for a file is greater than 99 (bug #304).
+ - Add a workaround for a problem when displaying Unicode filenames with
+   non-Unicode wxWidgets.
+
+04-05-2005 :
+ - Remember the last window position and size.
+
+03-05-2005 :
+ - Fix compilation warnings with wxWidgets 2.6.0.
+ - Fix wxChoice height problem under wxGTK-2.6.0 (GTK+-2.0).
+
+26-04-2005 :
+ - Improve error handling when reading configuration file.
+ - Fixes compile error with unicode-enabled wxWidgets.
+
+25-04-2005 :
+ - Fixes to make bwx-console compatible with wxWidgets 2.6.0.
+
+24-03-2005 :
+ - wxbMainFrame : Fix a bug with GTK+-1.2 which caused bwx-console to crash
+   when starting.
+ - wxbRestorePanel : Fix a major bug which caused bwx-console to enter in an
+   infinite loop which allocate a lot of memory and could make the system crash.
+
+10-03-2005 :
+ - wxbMainFrame : Fix bug #0000221 (Debian 292517)
+
+13-08-2004 :
+ - wxbHistoryTextCtrl : Fixed Win32 build error
+ - general : implemented command completion and interactive help.
+
+06-08-2004 :
+ - wxbRestorePanel : now parsing '+' sent by the director when building
+     tree.
+ - wxbRestorePanel : implemented .backups client=xxx (2.1)
+ - wxbRestorePanel : implemented the director modification showing
+     jobid when a job is started.
+
+28-07-2004 :
+ - wxbRestorePanel : implemented restore before=<Date> parameter.
+
+17-07-2004 :
+ - wxbRestorePanel & wxbHistoryTextCtrl : Fixed unsigned comparisons.
+ - wxbRestorePanel : Fixed problem when the newly created job is not
+    at the end of the list.
+
+16-07-2004 :
+ - wxbRestorePanel : Fixed crash when an error occurs while querying
+    restore list (reported by Dan Langille).
+
+15-07-2004 :
+ - wxbMainFrame : When an unexpected question is in this format 
+    (***? (yes/mod/no):), a list is shown to choose one of these 
+    possibilities.
+ - wxbRestorePanel : Fixed crash when there is no backup available
+     (fresh install) 
+ - wxbHistoryTextCtrl : Created a new text control that keep an history
+     of typed commands.
+
+14-07-2004 :
+ - wxbMainFrame : Fixed config file problem when changing the default
+     configuration file (Linux)
+
+03-07-2004 :
+ - wxbConfigPanel : Fixed ?: operator cast problem with gcc 2.95.
+
+25-06-2004 :
+ - wxbRestorePanel : Fix file size truncated if >100mb.
+
+14-06-2004 :
+ - wxbConfigPanel : fixed tests
+
+22-05-2004 :
+ - wxbUtils : Created this class, containing general functions like
+    WaitForEnd
+
+21-05-2004 :
+ - wxbRestorePanel : Added functions to get/set working status
+
+17-05-2004 :
+ - wxbRestorePanel : Implemented refresh buttons
+
+15-05-2004 :
+ - wxbRestorePanel : The user can now mark/unmark a range of files selected
+     with shift-click or multiple files selected with ctl-click, by
+     right-clicking or using buttons.
+ - wxbRestorePanel : Added buttons to mark/unmark directories/files.
+ - wxbRestorePanel : Added buttons to force to refresh the whole tree/list
+
+14-05-2004 :
+ - wxbMainFrame : Fixed various reconnecting and disconnecting problems.
+ - console_thread : The user can now choose the director to use
+    when there's multiple directors in the configuration file.
+ - wxbRestorePanel : List's columns are now resized correctly in the
+     first directory.
+
 13-05-2004 :
  - wxbRestorePanel : Width adjustments between the tree view window
      and the file view window are now possible.
      when restoring
      
 26-04-2004 :
- - Corrected a bug in Windows which causes wx-console to crash when
+ - Corrected a bug in Windows which causes bwx-console to crash when
      typing quit before exiting the application.
 
 25-04-2004 :
      console text control.
 
 24-04-2004 :
- - wxbMainFrame : When starting wx-console, the initial key 
+ - wxbMainFrame : When starting bwx-console, the initial key 
       input focus is set into the command window.
  - wxbMainFrame : the user is now prompted when an 
       unexpected "question" is asked).
  - modified the way data is passed to panel (no Prints anymore,
    but wxbDataParsers)
  - win32 : Makefile.in corrected to use ressource file
- - win32 : wx-console is now compatible with MinGW.
+ - win32 : bwx-console is now compatible with MinGW.
  - wxbPanel/wxbMainFrame : Added a locking function (for example, 
    the user can't type something in the console when a restore
    is in progress)
    double-clicking on the check mark
 
 15-04-2004 :
- - project renamed in wx-console
- - console_thread : Uses wx-console.conf instead of console.conf
+ - project renamed in bwx-console
+ - console_thread : Uses bwx-console.conf instead of console.conf
  - wxbRestorePanel : Change the marked state without redoing a dir
 
 12-04-2004 :