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:
authorMichael Hutchinson <mhutchinson@novell.com>2010-05-22 09:09:38 +0400
committerMichael Hutchinson <mhutchinson@novell.com>2010-05-22 09:09:38 +0400
commit606e7d180062ddc3c893ba93199ad26669f543c7 (patch)
tree9718b40d24184672b3f29597bf9941a9fee63101 /main/src/addins/Deployment
parent806298aa517ecefc0e7a26859910faf7712b148e (diff)
* src/addins/WelcomePage/WelcomePageView.cs:
* src/addins/NUnit/Services/NUnitService.cs: * src/addins/MonoDevelop.Autotools/Commands.cs: * src/core/MonoDevelop.Ide/MonoDevelop.Ide/MessageService.cs: * src/core/MonoDevelop.Ide/MonoDevelop.Ide/ProjectOperations.cs: * src/addins/MonoDevelop.Autotools/TarballBuilderEditorWidget.cs: * src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/DefaultWorkbench.cs: * src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/DebuggingService.cs: * src/core/MonoDevelop.Ide/MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: * src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext/GettextFeatureWidget.cs: * src/core/MonoDevelop.Ide/MonoDevelop.Components.Commands/LinkCommandEntry.cs: * src/addins/MonoDevelop.GtkCore/MonoDevelop.GtkCore.Dialogs/BindDesignDialog.cs: * src/addins/MonoDevelop.Refactoring/MonoDevelop.Refactoring/RefactoryCommands.cs: * src/addins/MonoDevelop.GtkCore/MonoDevelop.GtkCore.GuiBuilder/GuiBuilderProject.cs: * src/addins/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport/ToolboxService.cs: * src/addins/MonoDevelop.GtkCore/MonoDevelop.GtkCore.Dialogs/SelectRenamedClassDialog.cs: * src/addins/MonoDevelop.GtkCore/MonoDevelop.GtkCore.Dialogs/ConfirmWindowDeleteDialog.cs: * src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.Commands/Commands.cs: * src/core/MonoDevelop.Ide/MonoDevelop.Components.PropertyGrid.Editors/CollectionEditor.cs: * src/core/MonoDevelop.Ide/MonoDevelop.Components.PropertyGrid.Editors/FlagsSelectorDialog.cs: * src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.Gui/DeployOperations.cs: * src/addins/MonoDevelop.WebReferences/MonoDevelop.WebReferences.Dialogs/WebReferenceDialog.cs: * src/addins/VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl/CommitCommand.cs: * src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.NodeBuilders/TranslationProjectNodeBuilder.cs: * src/addins/VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl/PublishCommand.cs: * src/addins/VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl/CheckoutCommand.cs: * src/addins/MonoDevelop.Refactoring/MonoDevelop.Refactoring.ExtractMethod/ExtractMethodRefactoring.cs: * src/addins/MonoDevelop.WebReferences/MonoDevelop.WebReferences.Commands/WebReferenceCommandHandler.cs: * src/addins/Deployment/MonoDevelop.Deployment.Linux/MonoDevelop.Deployment.Linux/DotDesktopViewWidget.cs: * src/addins/VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl.Dialogs/SelectRepositoryDialog.cs: * src/addins/VersionControl/MonoDevelop.VersionControl.Subversion/MonoDevelop.VersionControl.Subversion.Gui/UserPasswordDialog.cs: * src/addins/VersionControl/MonoDevelop.VersionControl.Subversion/MonoDevelop.VersionControl.Subversion.Gui/SslServerTrustDialog.cs: * src/addins/VersionControl/MonoDevelop.VersionControl.Subversion/MonoDevelop.VersionControl.Subversion.Gui/ClientCertificateDialog.cs: * src/addins/VersionControl/MonoDevelop.VersionControl.Subversion/MonoDevelop.VersionControl.Subversion.Gui/ClientCertificatePasswordDialog.cs: More dialog placing. * src/core/MonoDevelop.Ide/gtk-gui/objects.xml: Flush. svn path=/trunk/monodevelop/; revision=157758
Diffstat (limited to 'main/src/addins/Deployment')
-rw-r--r--main/src/addins/Deployment/MonoDevelop.Deployment.Linux/ChangeLog5
-rw-r--r--main/src/addins/Deployment/MonoDevelop.Deployment.Linux/MonoDevelop.Deployment.Linux/DotDesktopViewWidget.cs3
-rw-r--r--main/src/addins/Deployment/MonoDevelop.Deployment/ChangeLog6
-rw-r--r--main/src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.Commands/Commands.cs6
-rw-r--r--main/src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.Gui/DeployOperations.cs4
5 files changed, 16 insertions, 8 deletions
diff --git a/main/src/addins/Deployment/MonoDevelop.Deployment.Linux/ChangeLog b/main/src/addins/Deployment/MonoDevelop.Deployment.Linux/ChangeLog
index 146f309bce..495a2484ea 100644
--- a/main/src/addins/Deployment/MonoDevelop.Deployment.Linux/ChangeLog
+++ b/main/src/addins/Deployment/MonoDevelop.Deployment.Linux/ChangeLog
@@ -1,3 +1,8 @@
+2010-05-22 Michael Hutchinson <mhutchinson@novell.com>
+
+ * MonoDevelop.Deployment.Linux/DotDesktopViewWidget.cs: More
+ dialog placing.
+
2010-05-21 Michael Hutchinson <mhutchinson@novell.com>
* gtk-gui/MonoDevelop.Deployment.Linux.DotDesktopViewWidget.cs:
diff --git a/main/src/addins/Deployment/MonoDevelop.Deployment.Linux/MonoDevelop.Deployment.Linux/DotDesktopViewWidget.cs b/main/src/addins/Deployment/MonoDevelop.Deployment.Linux/MonoDevelop.Deployment.Linux/DotDesktopViewWidget.cs
index 8ad55e994a..af06d0756a 100644
--- a/main/src/addins/Deployment/MonoDevelop.Deployment.Linux/MonoDevelop.Deployment.Linux/DotDesktopViewWidget.cs
+++ b/main/src/addins/Deployment/MonoDevelop.Deployment.Linux/MonoDevelop.Deployment.Linux/DotDesktopViewWidget.cs
@@ -226,8 +226,7 @@ namespace MonoDevelop.Deployment.Linux
protected virtual void OnButtonAddCategoriesClicked(object sender, System.EventArgs e)
{
MenuCategorySelectorDialog dlg = new MenuCategorySelectorDialog ();
- dlg.TransientFor = IdeApp.Workbench.RootWindow;
- if (dlg.Run () == (int) Gtk.ResponseType.Ok) {
+ if (MessageService.ShowCustomDialog (dlg) == (int) Gtk.ResponseType.Ok) {
foreach (string s in dlg.Selection)
entry.Categories.Add (s);
FillCategs ();
diff --git a/main/src/addins/Deployment/MonoDevelop.Deployment/ChangeLog b/main/src/addins/Deployment/MonoDevelop.Deployment/ChangeLog
index efbd9f216e..fe5fc72bae 100644
--- a/main/src/addins/Deployment/MonoDevelop.Deployment/ChangeLog
+++ b/main/src/addins/Deployment/MonoDevelop.Deployment/ChangeLog
@@ -1,3 +1,9 @@
+2010-05-22 Michael Hutchinson <mhutchinson@novell.com>
+
+ * MonoDevelop.Deployment.Commands/Commands.cs:
+ * MonoDevelop.Deployment.Gui/DeployOperations.cs: More dialog
+ placing.
+
2010-04-26 Lluis Sanchez Gual <lluis@novell.com>
* MonoDevelop.Deployment.Targets/CommandPackageBuilder.cs:
diff --git a/main/src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.Commands/Commands.cs b/main/src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.Commands/Commands.cs
index 04f1f3a300..9aa5f48354 100644
--- a/main/src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.Commands/Commands.cs
+++ b/main/src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.Commands/Commands.cs
@@ -21,8 +21,7 @@ namespace MonoDevelop.Deployment
SolutionItem entry = IdeApp.ProjectOperations.CurrentSelectedSolutionItem;
DeployDialog dlg = new DeployDialog (entry, false);
try {
- dlg.TransientFor = IdeApp.Workbench.RootWindow;
- if (dlg.Run () == (int) Gtk.ResponseType.Ok) {
+ if (MessageService.ShowCustomDialog (dlg) == (int) Gtk.ResponseType.Ok) {
if (dlg.SaveToProject) {
Package p = new Package ();
p.Name = dlg.NewPackageName;
@@ -62,8 +61,7 @@ namespace MonoDevelop.Deployment
PackagingProject project = IdeApp.ProjectOperations.CurrentSelectedSolutionItem as PackagingProject;
DeployDialog dlg = new DeployDialog (project.ParentFolder, true);
try {
- dlg.TransientFor = IdeApp.Workbench.RootWindow;
- if (dlg.Run () == (int) Gtk.ResponseType.Ok) {
+ if (MessageService.ShowCustomDialog (dlg) == (int) Gtk.ResponseType.Ok) {
project.AddPackage (dlg.NewPackageName, dlg.PackageBuilder);
IdeApp.ProjectOperations.Save (project);
}
diff --git a/main/src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.Gui/DeployOperations.cs b/main/src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.Gui/DeployOperations.cs
index d380238c3b..d69ee5d679 100644
--- a/main/src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.Gui/DeployOperations.cs
+++ b/main/src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.Gui/DeployOperations.cs
@@ -13,7 +13,7 @@ namespace MonoDevelop.Deployment.Gui
using (IProgressMonitor mon = IdeApp.Workbench.ProgressMonitors.GetRunProgressMonitor ()) {
InstallDialog dlg = new InstallDialog (entry);
try {
- if (dlg.Run () == (int) Gtk.ResponseType.Ok)
+ if (MessageService.ShowCustomDialog (dlg) == (int) Gtk.ResponseType.Ok)
DeployService.Install (mon, entry, dlg.Prefix, dlg.AppName, configuration);
} finally {
dlg.Destroy ();
@@ -59,7 +59,7 @@ namespace MonoDevelop.Deployment.Gui
{
EditPackageDialog dlg = new EditPackageDialog (package);
try {
- if (dlg.Run () == (int) Gtk.ResponseType.Ok)
+ if (MessageService.ShowCustomDialog (dlg) == (int) Gtk.ResponseType.Ok)
IdeApp.ProjectOperations.Save (package.ParentProject);
} finally {
dlg.Destroy ();