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
AgeCommit message (Collapse)Author
2015-06-17[Misc] 1/4 batch of checking disposes of dialogs.Marius Ungureanu
2014-11-20Remove all calls to ShowExceptionLluis Sanchez
We use ShowError instead.
2013-08-27[Version Control] Refactor cancelling by using an event.Therzok
2013-08-27[Version Control] General fixes to Checkout Command:Therzok
ProgressDialog now exposes if it's cancelled or not. Set the MessageDialogProgressMonitor as slave so we can access its IsCanceled. [Git] Implemented Cancelling of Checkout.
2012-01-17[MacDev] Improve the error messages when a [Register] is missingAlan McGovern
Fix bug #1126 by giving a more usable error message when the user has forgotten to [Register] a type they wish to use from obj-c.
2011-10-03[Ide] Bounce Mac dock icon if inactive when showing dialogMichael Hutchinson
2011-08-24[Ide] Fix parenting of message dialogMichael Hutchinson
2011-04-05Make sure the status bar is updated when progress changesLluis Sanchez Gual
2011-04-05Add missing file.Lluis Sanchez Gual
2011-03-31Factorized code for showing error dialogs into BaseProgressMonitor.Lluis Sanchez Gual
2011-03-15Avoid recursive status update calls when running pending events.Lluis Sanchez Gual
2010-11-13Parent MultiTaskDialogProgressMonitor dialogMichael Hutchinson
2010-10-26Fix file placement issues.Michael Hutchinson
2010-07-20* src/addins/MacPlatform/MacPlatform.cs:Michael Hutchinson
* src/core/MonoDevelop.Ide/MonoDevelop.Ide.ProgressMonitoring/BaseProgressMonitor.cs: Better fix for Bug 617276 - MonoDevelop crashes when clicking on a script error in Unity3d. svn path=/trunk/monodevelop/; revision=160599
2010-07-12Fix #617276: MD crashes when clicking a script error in Unity3d.Levi Bard
svn path=/trunk/monodevelop/; revision=160238
2010-05-26* MonoDevelop.Ide.ProgressMonitoring/MessageDialogProgressMonitor.cs:Michael Hutchinson
* MonoDevelop.Ide.ProgressMonitoring/MultiTaskDialogProgressMonitor.cs: Dialog placement. svn path=/trunk/monodevelop/; revision=157925
2010-03-17Merged MD.Projects into MD.Core, and MD.Projects.Gui, MD.Core.Gui and ↵Lluis Sanchez
MD.Components into MD.Ide. svn path=/trunk/monodevelop/; revision=153742