]> git.sur5r.net Git - bacula/bacula/commitdiff
- wxbMainFrame : Fixed 100% CPU usage in GTK : added buffering when receiving data...
authorNicolas Boichat <nicolas@boichat.ch>
Fri, 30 Apr 2004 16:01:13 +0000 (16:01 +0000)
committerNicolas Boichat <nicolas@boichat.ch>
Fri, 30 Apr 2004 16:01:13 +0000 (16:01 +0000)
 - wxbRestorePanel : Fixed 100% CPU usage in GTK : added sleeps between Yields.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1329 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/wx-console/CHANGELOG
bacula/src/wx-console/TODO

index 669b7e93e963bfe872001946880802afddf2cdc1..f1812cab725cfb7f8189f28a234a166c294dddb1 100644 (file)
@@ -1,3 +1,9 @@
+30-04-2004 :
+ - 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.
+
 29-04-2004 :
  - wxbRestorePanel : Modified the way a restore is started : much
      more parameters are modifiable.
index 5f0b13a20c27e2139fa4cc7f5180c5c7333bdb4d..0465ad0879b82dd12b55ed78eaf6924ba8bb2d33 100644 (file)
@@ -1,8 +1,6 @@
 FEATURES
 --------
 
-GTK : Fix 100% CPU usage when waiting for results
-
 wxbMainFrame : Add some text in front of the command window such as 
    "Command: " so that the user knows he can type into the 
    command line
@@ -15,7 +13,7 @@ wxbRestorePanel : Change defaults values when Job Name changes (first configure)
 
 wxbRestorePanel : Add titles to configuration panel
 
-general : Show nice messages when errors occurs.
+general : Show nice messages boxes when errors occurs.
 
 wxbMainFrame : set focus to type control when clicking on console
 
@@ -24,8 +22,10 @@ wxbRestorePanel : Add a Cancel Restore button
 
 general : Allow the user to quit however the state is (kill thread if necessary)
 
-VC++ : crashing when there's no configuration file, when server is unreachable,
-       when connection has been interrupted and wants to quit (on every error ?)
+general : correct segmentation fault when exiting
+
+wxbRestorePanel : Check more carefully which job we just have run
+   (an elegant solution would need director modification).
 
 [postponed to July:]
 
@@ -86,9 +86,6 @@ general : find out why I had to modify string.cpp and string.h
 mingw : correct findlib stat blocks and block size
         (Note : nothing to do with wx-console)
 
-wxbRestorePanel : Check more carefully which job we just have run
-   (needs director modification).
-
 wxbRestorePanel : The + only appears when one selects a directory, 
    to indicate it has subdirectories