Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2010-05-10 21:59:00 +0400
committerLluis Sanchez <lluis@novell.com>2010-05-10 21:59:00 +0400
commit2ef57f40bd6280d4fa06ce0b851a3894fae7d2ab (patch)
treeb9ce6a9df2ff2eb6ca73f257a0d8bfb28add034e /main/src/addins/MonoDevelop.Debugger/ChangeLog
parenta791b7d41d14df43e5857ad1c583dc292ccbb1c0 (diff)
* MonoDevelop.Debugger/DebuggingService.cs:
* MonoDevelop.Debugger/BusyEvaluatorDialog.cs: Dont re-show the busy dialog if the user clicks on Keep Waiting. Instead, show it when the user tries to continue debugging. Also show a flashing status icon while in busy mode. svn path=/trunk/monodevelop/; revision=157041
Diffstat (limited to 'main/src/addins/MonoDevelop.Debugger/ChangeLog')
-rw-r--r--main/src/addins/MonoDevelop.Debugger/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/main/src/addins/MonoDevelop.Debugger/ChangeLog b/main/src/addins/MonoDevelop.Debugger/ChangeLog
index d262ee06dd..1959f68991 100644
--- a/main/src/addins/MonoDevelop.Debugger/ChangeLog
+++ b/main/src/addins/MonoDevelop.Debugger/ChangeLog
@@ -1,5 +1,13 @@
2010-05-10 Lluis Sanchez Gual <lluis@novell.com>
+ * MonoDevelop.Debugger/DebuggingService.cs:
+ * MonoDevelop.Debugger/BusyEvaluatorDialog.cs: Dont re-show
+ the busy dialog if the user clicks on Keep Waiting. Instead,
+ show it when the user tries to continue debugging. Also show
+ a flashing status icon while in busy mode.
+
+2010-05-10 Lluis Sanchez Gual <lluis@novell.com>
+
* MonoDevelop.Debugger.addin.xml: Remove unused icon sizes.
2010-05-07 Lluis Sanchez Gual <lluis@novell.com>