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

« back to all changes in this revision

Viewing changes to src/addins/MacPlatform/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-28  Michael Hutchinson  <mhutchinson@novell.com>
 
2
 
 
3
        * Updater/UpdateService.cs: Send env flags to the update
 
4
          server.
 
5
 
 
6
2010-01-28  Michael Hutchinson  <mhutchinson@novell.com>
 
7
 
 
8
        * Updater/UpdateDialog.cs: Colorize betas and alphas in the
 
9
          update dialog.
 
10
 
 
11
2010-01-27  Michael Hutchinson  <mhutchinson@novell.com>
 
12
 
 
13
        * Updater/UpdateResult.cs: Fix property initialization.
 
14
 
 
15
        * Updater/UpdateDialog.cs: Remove unused field.
 
16
 
 
17
        * Updater/UpdateService.cs: Fix attribute name.
 
18
 
 
19
2010-01-27  Michael Hutchinson  <mhutchinson@novell.com>
 
20
 
 
21
        * Updater/UpdateDialog.cs: Fix threading issue.
 
22
 
 
23
2010-01-27  Michael Hutchinson  <mhutchinson@novell.com>
 
24
 
 
25
        * gtk-gui/gui.stetic:
 
26
        * gtk-gui/generated.cs:
 
27
        * Updater/UpdateResult.cs:
 
28
        * Updater/UpdateDialog.cs:
 
29
        * Updater/UpdateService.cs:
 
30
        * gtk-gui/MonoDevelop.Platform.Updater.UpdateDialog.cs: Add
 
31
          new alpha channel and clean up GUI for switching channels.
 
32
 
 
33
2010-01-26  Michael Hutchinson  <mhutchinson@novell.com>
 
34
 
 
35
        * Updater/UpdateDialog.cs: Remove stray ShowAll call.
 
36
 
 
37
2010-01-26  Michael Hutchinson  <mhutchinson@novell.com>
 
38
 
 
39
        * Updater/UpdateDialog.cs: Tidy up updater GUI a little more.
 
40
 
 
41
2010-01-26  Michael Hutchinson  <mhutchinson@novell.com>
 
42
 
 
43
        * Updater/UpdateDialog.cs: Improve update GUI a bit more.
 
44
 
 
45
2010-01-26  Michael Hutchinson  <mhutchinson@novell.com>
 
46
 
 
47
        * Updater/UpdateDialog.cs: Tidy up the update list a little.
 
48
 
 
49
2010-01-14  Michael Hutchinson  <mhutchinson@novell.com>
 
50
 
 
51
        * Updater/UpdateDialog.cs: Cache the stable/unstable result so
 
52
          we don't re-request on every toggle.
 
53
 
 
54
2010-01-13  Michael Hutchinson  <mhutchinson@novell.com>
 
55
 
 
56
        * Updater/UpdateDialog.cs:
 
57
        * Updater/UpdateService.cs: Let the server handle the logic of
 
58
          showing stable updates to users with unstable versions when
 
59
          they opt back out of the unstable channel.
 
60
 
 
61
2010-01-13  Michael Hutchinson  <mhutchinson@novell.com>
 
62
 
 
63
        * Updater/UpdateDialog.cs:
 
64
        * Updater/UpdateResult.cs:
 
65
        * Updater/UpdateService.cs: Filter and flag unstable updates.
 
66
 
 
67
2010-01-13  Michael Hutchinson  <mhutchinson@novell.com>
 
68
 
 
69
        * gtk-gui/gui.stetic:
 
70
        * Updater/UpdateDialog.cs:
 
71
        * gtk-gui/MonoDevelop.Platform.Updater.UpdateDialog.cs: Tweak
 
72
          layout. Show message when fetching unstable updates.
 
73
 
 
74
2010-01-13  Michael Hutchinson  <mhutchinson@novell.com>
 
75
 
 
76
        * Updater:
 
77
        * Makefile.am:
 
78
        * Commands.cs:
 
79
        * MacUpdater.cs:
 
80
        * UpdateDialog.cs:
 
81
        * MacPlatform.csproj:
 
82
        * gtk-gui/gui.stetic:
 
83
        * Updater/Commands.cs:
 
84
        * MacPlatform.addin.xml:
 
85
        * Updater/UpdateResult.cs:
 
86
        * Updater/UpdateDialog.cs:
 
87
        * Updater/UpdateService.cs:
 
88
        * gtk-gui/MonoDevelop.Platform.UpdateDialog.cs:
 
89
        * gtk-gui/MonoDevelop.Platform.Updater.UpdateDialog.cs:
 
90
          Refactor the updater code into something a bit more
 
91
          reusable. Make update dialog singleton. Allow checking for
 
92
          unstable updates, when the web service allows it. Present
 
93
          errors in the updater dialog iteself.
 
94
 
 
95
2009-12-16  Michael Hutchinson  <mhutchinson@novell.com>
 
96
 
 
97
        * Menus/OSXMenu.cs: Use new Workbench.HasToplevelFocus
 
98
          property so that the main menu is enabled when focus is in
 
99
          floating pad.
 
100
 
1
101
2009-12-08  Michael Hutchinson  <mhutchinson@novell.com>
2
102
 
3
103
        * MacUpdater.cs: Add the updateinfo for MonoTouch source.