~ubuntu-branches/ubuntu/lucid/monodevelop/lucid

« back to all changes in this revision

Viewing changes to src/core/MonoDevelop.Ide/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2010-02-02 11:39:59 UTC
  • mfrom: (1.2.6 upstream) (1.3.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100202113959-s4exdz7er7igylz2
Tags: 2.2.1+dfsg-1
* New upstream release
* debian/control:
  + Standards version 3.8.4 (no changes needed)
* debian/patches/remove_support_for_non_debian_functionality.patch,
  debian/patches/remove_support_for_soft_debugger.patch,
  debian/patches/remove_support_for_moonlight.patch,
  debian/rules:
  + Split patch into two pieces, to make it easier to enable either
    SDB or Moonlight support with a rebuild
* debian/monodevelop-moonlight.install,
  debian/monodevelop-debugger-sdb.install,
  debian/control:
  + Create packaging data for the Soft Debugger addin and Moonlight addin -
    and comment them out of debian/control as we can't provide them on
    Debian for now

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2010-01-22  Michael Hutchinson  <mhutchinson@novell.com>
 
2
 
 
3
        * MonoDevelop.Ide.Gui/HelpOperations.cs: Use the HelpService's
 
4
          cache root dir for launched MonoDoc instances. Moved
 
5
          GetHelpUrl to the HelpService.
 
6
 
 
7
        * MonoDevelop.Ide.Gui/Ide.cs: Track HelpService API.
 
8
 
 
9
2010-01-21  Michael Hutchinson  <mhutchinson@novell.com>
 
10
 
 
11
        * MonoDevelop.Ide.Gui/HelpOperations.cs: Remove debug code.
 
12
 
 
13
2010-01-21  Michael Hutchinson  <mhutchinson@novell.com>
 
14
 
 
15
        * MonoDevelop.Ide.Gui/HelpOperations.cs: On Mac, use open -a
 
16
          MonoDoc.app $URL to open MonoDoc urls.
 
17
 
 
18
        * Makefile.am:
 
19
        * MonoDevelop.Ide.csproj: Ref System.Web for UrlEncode method.
 
20
 
 
21
2010-01-15  Lluis Sanchez Gual  <lluis@novell.com>
 
22
 
 
23
        * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs:
 
24
          Improve error message. Fixes bug #570188 - Incorrect
 
25
          description of options in delete dialog.
 
26
 
 
27
2010-01-11  Michael Hutchinson  <mhutchinson@novell.com>
 
28
 
 
29
        * MonoDevelop.Ide.Gui/ProjectOperations.cs: Commit fix for
 
30
          "Bug 569588 - Pressing 'escape' in the Delete Project dialog
 
31
          removes the project" from Chris Wright <dhasenan@gmail.com>.
 
32
 
 
33
2010-01-11  Michael Hutchinson  <mhutchinson@novell.com>
 
34
 
 
35
        * MonoDevelop.Ide.Tasks/CommentTasksView.cs: Clean up the
 
36
          display of comment tags.
 
37
 
 
38
2010-01-11  Michael Hutchinson  <mhutchinson@novell.com>
 
39
 
 
40
        * MonoDevelop.Ide.Tasks/CommentTasksView.cs: Fix memory leak
 
41
          where the comments task list could hold onto references to
 
42
          projects after they were closed. Also handle loading all
 
43
          comment tasks for the open workspaces if the view is first
 
44
          shown after loading.
 
45
 
 
46
2010-01-04  Mike Krüger  <mkrueger@novell.com>
 
47
 
 
48
        * Makefile.am:
 
49
        * MonoDevelop.Ide.csproj:
 
50
        * MonoDevelop.Ide.addin.xml:
 
51
        * MonoDevelop.Ide.CodeTemplates/CodeTemplateCodon.cs:
 
52
        * MonoDevelop.Ide.CodeTemplates/CodeTemplateService.cs:
 
53
          implemented 'Bug 562124 - Add ability to create custom built
 
54
          templates for AddIn'.
 
55
 
 
56
2010-01-04  Mike Krüger  <mkrueger@novell.com>
 
57
 
 
58
        * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: fixed
 
59
          'Bug 561609 - Unhandled exception searching in my project'.
 
60
 
 
61
2010-01-04  Michael Hutchinson  <mhutchinson@novell.com>
 
62
 
 
63
        * MonoDevelop.Ide.Gui/DragNotebook.cs: Don't shrink the tab
 
64
          border with the windows theme, because it looks ugly. 
 
65
 
 
66
2009-12-17  Lluis Sanchez Gual  <lluis@novell.com>
 
67
 
 
68
        * MonoDevelop.Ide.Gui/Ide.cs:
 
69
        * MonoDevelop.Ide.Gui/IdePreferences.cs: When setting the
 
70
          current runtime as default, don't store the actual runtime
 
71
          id, but a marker saying that we want the current. In this
 
72
          way we'll stay current even if the current Mono version is
 
73
          upgraded. Handle upgrade from MD 2.2-, which didn't have
 
74
          this behavior.
 
75
 
 
76
2009-12-17  Michael Hutchinson  <mhutchinson@novell.com>
 
77
 
 
78
        * gtk-gui/gui.stetic:
 
79
        * MonoDevelop.Ide.Gui/DocumentSwitcher.cs:
 
80
        * gtk-gui/MonoDevelop.Ide.DocumentSwitcher.cs: Make widget
 
81
          internal. Add a note re. getting keybindings from commands.
 
82
 
 
83
2009-12-17  Michael Hutchinson  <mhutchinson@novell.com>
 
84
 
 
85
        * MonoDevelop.Ide.Gui/Workbench.cs: Fix the HasToplevelFocus
 
86
          behaviour with floating pads.
 
87
 
 
88
2009-12-17  Michael Hutchinson  <mhutchinson@novell.com>
 
89
 
 
90
        * MonoDevelop.Ide.addin.xml:
 
91
        * MonoDevelop.Ide.Gui/DefaultWorkbench.cs:
 
92
        * MonoDevelop.Ide.Commands/WindowCommands.cs: Make the
 
93
          document switcher into a pair of commands, instead of
 
94
          hardcoding it into the main view, so it can be triggered
 
95
          from floating pads.
 
96
 
 
97
2009-12-16  Michael Hutchinson  <mhutchinson@novell.com>
 
98
 
 
99
        * MonoDevelop.Ide.Gui/Workbench.cs: Added new property,
 
100
          HasToplevelFocus, which return true if the main window or
 
101
          any floating pads have toplevel focus.
 
102
 
 
103
2009-12-16  Michael Hutchinson  <mhutchinson@novell.com>
 
104
 
 
105
        * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: When calling
 
106
          SelectWindow, make sure to grab focus, because it may have
 
107
          lost focus to a pad.
 
108
 
 
109
2009-12-16  Michael Hutchinson  <mhutchinson@novell.com>
 
110
 
 
111
        * MonoDevelop.Ide.Gui/DocumentSwitcher.cs: When destroying the
 
112
          document switcher, don't present the IDE main window.
 
113
          Instead Gdk.Window.Focus on the toplevel of the selected
 
114
          item. Fixes selecting floating pads, and avoids Mac issues
 
115
          with Gtk.Window.Present.
 
116
 
1
117
2009-12-11  Michael Hutchinson  <mhutchinson@novell.com>
2
118
 
3
119
        * MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs: Fix