~ubuntu-branches/ubuntu/maverick/monodevelop/maverick

« back to all changes in this revision

Viewing changes to src/addins/MonoDevelop.GtkCore/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2010-07-05 13:00:05 UTC
  • mfrom: (1.2.8 upstream) (1.3.9 experimental)
  • Revision ID: james.westby@ubuntu.com-20100705130005-d6hp4k5gcn1xkj8c
Tags: 2.4+dfsg-1ubuntu1
* debian/patches/remove_support_for_moonlight.patch,
  debian/patches/dont_add_moonlight_to_core_addins.patch,
  debian/control:
  + Enable support for Moonlight
* debian/rules:
  + Ensure Moonlight addin isn't shipped in main MonoDevelop package by
    mistake

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2010-06-01  Lluis Sanchez Gual  <lluis@novell.com>
 
2
 
 
3
        * MonoDevelop.GtkCore.Dialogs/GtkFeatureWidget.cs: Don't offer
 
4
          the gtk feature if gtk# is not installed in the active
 
5
          runtime. Fixes bug #608052 - The New Solution wizard throws
 
6
          an exception after choosing project features.
 
7
 
 
8
2010-05-22  Michael Hutchinson  <mhutchinson@novell.com>
 
9
 
 
10
        * MonoDevelop.GtkCore.Dialogs/BindDesignDialog.cs:
 
11
        * MonoDevelop.GtkCore.GuiBuilder/GuiBuilderProject.cs:
 
12
        * MonoDevelop.GtkCore.Dialogs/SelectRenamedClassDialog.cs:
 
13
        * MonoDevelop.GtkCore.Dialogs/ConfirmWindowDeleteDialog.cs:
 
14
          More dialog placing.
 
15
 
 
16
2010-05-11  Lluis Sanchez Gual  <lluis@novell.com>
 
17
 
 
18
        * MonoDevelop.GtkCore.GuiBuilder/GuiBuilderService.cs:
 
19
          Converted some static fields which don't need to be static
 
20
          into local vars.
 
21
 
 
22
2010-05-03  Michael Hutchinson  <mhutchinson@novell.com>
 
23
 
 
24
        * MonoDevelop.GtkCore.GuiBuilder/GuiBuilderService.cs: Track
 
25
          API.
 
26
 
 
27
2010-04-29  Michael Hutchinson  <mhutchinson@novell.com>
 
28
 
 
29
        * MonoDevelop.GtkCore.GuiBuilder/GuiBuilderService.cs: Track
 
30
          AddFilesToProject API.
 
31
 
 
32
2010-04-29  Mike Krüger  <mkrueger@novell.com>
 
33
 
 
34
        * MonoDevelop.GtkCore.GuiBuilder/CombinedDesignView.cs:
 
35
          ViewContent widgets are now destroyed by the workspace
 
36
          window.
 
37
 
 
38
 
 
39
2010-04-27  Mike Krüger  <mkrueger@novell.com>
 
40
 
 
41
        * MonoDevelop.GtkCore.GuiBuilder/CombinedDesignView.cs: call
 
42
          destroy on the container vbox during
 
43
 
 
44
2010-04-26  Mike Krüger  <mkrueger@novell.com>
 
45
 
 
46
        * MonoDevelop.GtkCore/ReferenceManager.cs: Found better work
 
47
          around for the "gnome-sharp" reference issue.
 
48
 
 
49
2010-04-26  Mike Krüger  <mkrueger@novell.com>
 
50
 
 
51
        * MonoDevelop.GtkCore/ReferenceManager.cs: Fixed 'Bug 599335 -
 
52
          Error CS0433: The imported type `Gtk.DeleteEventArgs' is
 
53
          defined multiple times (CS0433)'.
 
54
 
 
55
2010-03-30  Lluis Sanchez Gual  <lluis@novell.com>
 
56
 
 
57
        * MonoDevelop.GtkCore.GuiBuilder/GuiBuilderProject.cs: Added
 
58
          null check.
 
59
 
 
60
2010-03-22  Lluis Sanchez Gual  <lluis@novell.com>
 
61
 
 
62
        * AssemblyInfo.cs:
 
63
        * MonoDevelop.GtkCore.addin.xml: Bumped MD version.
 
64
 
 
65
2010-03-18  Lluis Sanchez Gual  <lluis@novell.com>
 
66
 
 
67
        * MonoDevelop.GtkCore.GuiBuilder/GuiBuilderService.cs: Use the
 
68
          stock Visual Design layout as layout for stetic.
 
69
 
 
70
2010-03-18  Lluis Sanchez Gual  <lluis@novell.com>
 
71
 
 
72
        * MonoDevelop.GtkCore.GuiBuilder/ToolboxLoader.cs:
 
73
        * MonoDevelop.GtkCore.GuiBuilder/GuiBuilderService.cs: Fix
 
74
          race in SteticApp initialization.
 
75
 
 
76
2010-03-17  Lluis Sanchez Gual  <lluis@novell.com>
 
77
 
 
78
        * Makefile.am:
 
79
        * gtk-gui/gui.stetic:
 
80
        * MonoDevelop.GtkCore.csproj:
 
81
        * MonoDevelop.GtkCore.addin.xml:
 
82
        * MonoDevelop.GtkCore/GtkDesignInfo.cs:
 
83
        * MonoDevelop.GtkCore/ReferenceManager.cs:
 
84
        * MonoDevelop.GtkCore.GuiBuilder/CodeBinder.cs:
 
85
        * MonoDevelop.GtkCore/ProjectResourceProvider.cs:
 
86
        * MonoDevelop.GtkCore.Dialogs/BindDesignDialog.cs:
 
87
        * MonoDevelop.GtkCore.GuiBuilder/GuiBuilderView.cs:
 
88
        * MonoDevelop.GtkCore.GuiBuilder/ToolboxProvider.cs:
 
89
        * MonoDevelop.GtkCore.GuiBuilder/GuiBuilderWindow.cs:
 
90
        * MonoDevelop.GtkCore.GuiBuilder/GuiBuilderService.cs:
 
91
        * MonoDevelop.GtkCore.GuiBuilder/GuiBuilderProject.cs:
 
92
        * MonoDevelop.GtkCore.GuiBuilder/CombinedDesignView.cs:
 
93
        * MonoDevelop.GtkCore/WidgetFileDescriptionTemplate.cs:
 
94
        * MonoDevelop.GtkCore.NodeBuilders/WidgetNodeBuilder.cs:
 
95
        * MonoDevelop.GtkCore.Dialogs/WidgetBuilderOptionPanel.cs:
 
96
        * MonoDevelop.GtkCore.Dialogs/SelectRenamedClassDialog.cs:
 
97
        * MonoDevelop.GtkCore.Dialogs/ConfirmWindowDeleteDialog.cs:
 
98
        * MonoDevelop.GtkCore.NodeBuilders/ActionGroupNodeBuilder.cs:
 
99
        * MonoDevelop.GtkCore.GuiBuilder/GuiBuilderDisplayBinding.cs:
 
100
        * MonoDevelop.GtkCore.GuiBuilder/ActionGroupDisplayBinding.cs:
 
101
        * MonoDevelop.GtkCore.GuiBuilder/GtkProjectServiceExtension.cs:
 
102
        * MonoDevelop.GtkCore.NodeBuilders/WindowsFolderNodeBuilder.cs:
 
103
        * MonoDevelop.GtkCore.Dialogs/GtkDesignerOptionsPanelWidget.cs:
 
104
        * MonoDevelop.GtkCore.NodeBuilders/ProjectFolderNodeBuilderExtension.cs:
 
105
          Merged MD.Projects into MD.Core, and MD.Projects.Gui,
 
106
          MD.Core.Gui and MD.Components into MD.Ide.
 
107
 
 
108
2010-02-18  Lluis Sanchez Gual  <lluis@novell.com>
 
109
 
 
110
        * MonoDevelop.GtkCore.Dialogs/SelectRenamedClassDialog.cs:
 
111
          Track api changes.
 
112
 
 
113
2010-02-09  Mike Krüger  <mkrueger@novell.com>
 
114
 
 
115
        * MonoDevelop.GtkCore.Dialogs/SelectRenamedClassDialog.cs:
 
116
          Track API changes for lazy loading images.
 
117
 
 
118
2010-01-28  Lluis Sanchez Gual  <lluis@novell.com>
 
119
 
 
120
        * MonoDevelop.GtkCore.Dialogs/GtkFeatureWidget.cs: Track api
 
121
          changes.
 
122
 
 
123
2010-01-28  Lluis Sanchez Gual  <lluis@novell.com>
 
124
 
 
125
        * gtk-gui/generated.cs:
 
126
        * gtk-gui/MonoDevelop.GtkCore.Dialogs.GtkDesignerOptionsPanelWidget.cs:
 
127
          Flush.
 
128
 
 
129
2010-01-26  Michael Hutchinson  <mhutchinson@novell.com>
 
130
 
 
131
        * MonoDevelop.GtkCore.GuiBuilder/GuiBuilderDisplayBinding.cs:
 
132
        * MonoDevelop.GtkCore.GuiBuilder/ActionGroupDisplayBinding.cs:
 
133
          Track DisplayBinding API.
 
134
 
 
135
2010-01-18  Lluis Sanchez Gual  <lluis@novell.com>
 
136
 
 
137
        * Makefile.am:
 
138
        * MonoDevelop.GtkCore.csproj:
 
139
        * MonoDevelop.GtkCore.GuiBuilder/GuiBuilderService.cs: Format
 
140
          generated files using the MD formatter to ensure that the
 
141
          generated text is the same for al platforms and
 
142
          environments.
 
143
 
 
144
        * gtk-gui/gui.stetic: Use global:: for type references in
 
145
          generated code. 
 
146
 
1
147
2009-12-17  Lluis Sanchez Gual  <lluis@novell.com>
2
148
 
3
149
        * MonoDevelop.GtkCore.GuiBuilder/GtkProjectServiceExtension.cs: