~bratsche/ubuntu/maverick/monodevelop/disable-appmenu

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Ebner
  • Date: 2008-03-29 23:36:33 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20080329233633-wq5p1rktg8ek3vxc
Tags: 1.0+dfsg-1ubuntu1
* Merge from Debian unstable. (LP: #209012) Remaining Ubuntu changes:
+ debian/control: 
  - Build-dep on xulrunner-1.9-dev instead of firefox-dev
  - Depend on xulrunner-1.9 instead of firefox
+ don't do any MOZILLA_HOME/MOZILLA_FIVE_HOME business which isn't needed
  for xulrunner-1.9 using the standalone glue anymore (gecko gil uses
  standalone by default)
  - add debian/patches/use_xulrunner_1.9.dpatch
  - update debian/patches/00list
* Remove build-dep on libxul-dev and the dep on libxul0d
  since we are using xulrunner1.9 instead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2008-03-10  Lluis Sanchez Gual <lluis@novell.com> 
 
2
 
 
3
        * DockFrame.cs: Update autohide buttons when the title of an item
 
4
          changes. Fixes bug #368436 - Build Output autohide button missing.
 
5
 
 
6
2008-01-22  Lluis Sanchez Gual <lluis@novell.com> 
 
7
 
 
8
        * DockContainer.cs: Added missing null check.
 
9
 
 
10
2008-01-18  Lluis Sanchez Gual <lluis@novell.com> 
 
11
 
 
12
        * DockObject.cs: Use invariant locale to store doubles. Fixes bug #354567.
 
13
 
 
14
2008-01-15  Michael Hutchinson <mhutchinson@novell.com> 
 
15
 
 
16
        * layout.glade: Fix typo.
 
17
 
 
18
2008-01-11  Lluis Sanchez Gual <lluis@novell.com> 
 
19
 
 
20
        * DockFrame.cs: Actually remove the item in RemoveItem.
 
21
 
 
22
2008-01-10  Lluis Sanchez Gual <lluis@novell.com> 
 
23
 
 
24
        * DockGroupItem.cs, DockGroup.cs, DockItem.cs, DockFrame.cs: Load stored
 
25
          item position, even if the item has not been added to the frame. In this
 
26
          way it is possible to restore the position of items which are
 
27
          dynamically added.
 
28
 
 
29
2008-01-08  Lluis Sanchez Gual <lluis@novell.com> 
 
30
 
 
31
        * DockBarItem.cs: Don't auto-hide the item while it has the focus.
 
32
 
 
33
2007-12-20  Lluis Sanchez Gual <lluis@novell.com> 
 
34
 
 
35
        * DockFrame.cs: Don't crash if trying to hide an item which is not yet
 
36
          included in the layout.
 
37
 
1
38
2007-11-15  Aaron Bockover  <abockover@novell.com>
2
39
 
3
40
        * DockContainer.cs: Draw a border on the header, change the background