Branch: refs/heads/working
  Home:   https://github.com/dabodev/dabo
  Commit: 9dcdeaf0af0f37a01cd20321d3236887427777a6
      
https://github.com/dabodev/dabo/commit/9dcdeaf0af0f37a01cd20321d3236887427777a6
  Author: Paul McNett <[email protected]>
  Date:   2013-02-19 (Tue, 19 Feb 2013)

  Changed paths:
    M dabo/ui/uiwx/dPemMixin.py

  Log Message:
  -----------
  Add getContainingPage().

Controls can call this to get an object reference to the page that
contains the control, if any.


  Commit: 31a46790282e68ff133832ae3788a13f3d2bfaa9
      
https://github.com/dabodev/dabo/commit/31a46790282e68ff133832ae3788a13f3d2bfaa9
  Author: Paul McNett <[email protected]>
  Date:   2013-02-19 (Tue, 19 Feb 2013)

  Changed paths:
    M dabo/ui/uiwx/dLabel.py
    M dabo/ui/uiwx/dPemMixin.py

  Log Message:
  -----------
  Fix to layout() dLabel when the caption changes.

This has been bugging me for years and I finally did something
about it. When you change the caption of a dLabel, it isn't
enough to refresh() it, you need to call layout() on its Parent,
which I've been doing manually in my code and tending to forget
until I encounter it the next time.

Fixed to automatically call that parent.layout() when dLabel's
Caption changes.


  Commit: bad6ed191a122d39bdb3ba34ff426838388bf288
      
https://github.com/dabodev/dabo/commit/bad6ed191a122d39bdb3ba34ff426838388bf288
  Author: Paul McNett <[email protected]>
  Date:   2013-02-19 (Tue, 19 Feb 2013)

  Changed paths:
    M ide/ReportDesigner.py

  Log Message:
  -----------
  Fix remaining self.super() calls in ReportDesigner.


  Commit: 2dde195bc7c1949df060060b0b9f13935f3b9ef0
      
https://github.com/dabodev/dabo/commit/2dde195bc7c1949df060060b0b9f13935f3b9ef0
  Author: Paul McNett <[email protected]>
  Date:   2013-02-19 (Tue, 19 Feb 2013)

  Changed paths:
    M ide/ReportDesigner.py

  Log Message:
  -----------
  Remove trailing whitespace.


  Commit: ac758950fb580f9c4a730215915fa549ade97fb9
      
https://github.com/dabodev/dabo/commit/ac758950fb580f9c4a730215915fa549ade97fb9
  Author: Paul McNett <[email protected]>
  Date:   2013-02-19 (Tue, 19 Feb 2013)

  Changed paths:
    M dabo/ui/uiwx/dGrid.py

  Log Message:
  -----------
  Fix segfaults in editable columns.

I was getting segmentation faults in Linux. Turning off the updating
of the selected cell when it is editable resolved the issue with no
observed negative effects.


Compare: https://github.com/dabodev/dabo/compare/d70b0af1e179...ac758950fb58


--- StripMime Report -- processed MIME parts ---
multipart/mixed
  text/plain (text body -- kept)
---

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to