Branch: refs/heads/phoenix-2ndtry
  Home:   https://github.com/dabodev/dabo
  Commit: 9ec3d89bb28c5481160e0b252deec9f5f3cd60e1
      
https://github.com/dabodev/dabo/commit/9ec3d89bb28c5481160e0b252deec9f5f3cd60e1
  Author: wernerfb <[email protected]>
  Date:   2015-02-26 (Thu, 26 Feb 2015)

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

  Log Message:
  -----------
  - use BytesIO for image stream


  Commit: 32f3e16e73c7db2819a67374105c38414c12dbbc
      
https://github.com/dabodev/dabo/commit/32f3e16e73c7db2819a67374105c38414c12dbbc
  Author: wernerfb <[email protected]>
  Date:   2015-02-26 (Thu, 26 Feb 2015)

  Changed paths:
    M ide/ClassDesignerPropSheet.py

  Log Message:
  -----------
  - unneeded import


  Commit: f48bcd6336b06713230a52f7e253f3f896b5a947
      
https://github.com/dabodev/dabo/commit/f48bcd6336b06713230a52f7e253f3f896b5a947
  Author: wernerfb <[email protected]>
  Date:   2015-02-26 (Thu, 26 Feb 2015)

  Changed paths:
    M ide/Editor.py

  Log Message:
  -----------
  - missed rename


  Commit: a59b648263ae507d732bc295172eb1ddd8ff96c3
      
https://github.com/dabodev/dabo/commit/a59b648263ae507d732bc295172eb1ddd8ff96c3
  Author: wernerfb <[email protected]>
  Date:   2015-03-02 (Mon, 02 Mar 2015)

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

  Log Message:
  -----------
  Grid deprecation in Phoenix
self._properties is reset, at least on Phoenix, just set self._dataSet


  Commit: ae1ae2a3955d5a537da5e24c9d456cd6a5656f2f
      
https://github.com/dabodev/dabo/commit/ae1ae2a3955d5a537da5e24c9d456cd6a5656f2f
  Author: wernerfb <[email protected]>
  Date:   2015-03-02 (Mon, 02 Mar 2015)

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

  Log Message:
  -----------
  Add date column to sample data for testing
Use a param to indicate calling from PaintEvent - try/except causes problem in 
Phoenix


  Commit: 3684f512ac5eb8eb8719a8b70c4200518767e1e4
      
https://github.com/dabodev/dabo/commit/3684f512ac5eb8eb8719a8b70c4200518767e1e4
  Author: wernerfb <[email protected]>
  Date:   2015-03-02 (Mon, 02 Mar 2015)

  Changed paths:
    M ide/ClassDesignerPropSheet.py

  Log Message:
  -----------
  unsupported format character on Py3


  Commit: d176249b8c01613776213fe7e0d198bdd73b12f9
      
https://github.com/dabodev/dabo/commit/d176249b8c01613776213fe7e0d198bdd73b12f9
  Author: wernerfb <[email protected]>
  Date:   2015-03-02 (Mon, 02 Mar 2015)

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

  Log Message:
  -----------
  only use string.decode on PY2


  Commit: 40e7d01de5acb251b43cdfe2d3f2f0e164498d1f
      
https://github.com/dabodev/dabo/commit/40e7d01de5acb251b43cdfe2d3f2f0e164498d1f
  Author: wernerfb <[email protected]>
  Date:   2015-03-02 (Mon, 02 Mar 2015)

  Changed paths:
    M ide/ReportDesigner.py

  Log Message:
  -----------
  use cmp_to_key, available in Py2.7 and 3.2+


  Commit: 3f379440e2b8affd741641d02772ef554ed434de
      
https://github.com/dabodev/dabo/commit/3f379440e2b8affd741641d02772ef554ed434de
  Author: wernerfb <[email protected]>
  Date:   2015-03-03 (Tue, 03 Mar 2015)

  Changed paths:
    M tests/unitTests/ui/UIwx/Test_dTextBox.py

  Log Message:
  -----------
  unused import
typo correction


  Commit: 2b4535e8a337e0b4f240d3decc00226c480d2343
      
https://github.com/dabodev/dabo/commit/2b4535e8a337e0b4f240d3decc00226c480d2343
  Author: wernerfb <[email protected]>
  Date:   2015-03-03 (Tue, 03 Mar 2015)

  Changed paths:
    R tests/ModuleInitTemplate.py
    M tests/TestCaseTemplate.py
    R tests/unitTests/Test_dColors.py
    R tests/unitTests/Test_dObject.py
    R tests/unitTests/masterTestSuite.py
    A tests/unitTests/testAll.py
    A tests/unitTests/test_dColors.py
    A tests/unitTests/test_dObject.py
    R tests/unitTests/ui/UIwx/Test_dTextBox.py
    M tests/unitTests/ui/UIwx/__init__.py
    A tests/unitTests/ui/UIwx/test_dTextBox.py
    A tests/unitTests/ui/UIwx/wtc.py
    M tests/unitTests/ui/__init__.py

  Log Message:
  -----------
  use unittest.discovery (available as of Py2.7) to run all tests
rename tests to be found out of the box by discovery, adjust __init__ files
create a WidgetTestCase based on Robin's in Phoenix


  Commit: f6f6e7efc52c337017c8fbaefdca622c1b854fa2
      
https://github.com/dabodev/dabo/commit/f6f6e7efc52c337017c8fbaefdca622c1b854fa2
  Author: wernerfb <[email protected]>
  Date:   2015-03-04 (Wed, 04 Mar 2015)

  Changed paths:
    M tests/unitTests/ui/UIwx/test_dTextBox.py

  Log Message:
  -----------
  two tests fail due to microseconds not being returned by dTextBox correctly, 
use ctime() for the moment
tests with txt.Form.df fail as it always contains None


  Commit: 2df473a2dec41b3923603a4650774dbbedf573e0
      
https://github.com/dabodev/dabo/commit/2df473a2dec41b3923603a4650774dbbedf573e0
  Author: wernerfb <[email protected]>
  Date:   2015-03-04 (Wed, 04 Mar 2015)

  Changed paths:
    M tests/TestCaseTemplate.py

  Log Message:
  -----------
  add coding line


  Commit: 112cad6002a817b9c6c6f82ff125161e9b1a449c
      
https://github.com/dabodev/dabo/commit/112cad6002a817b9c6c6f82ff125161e9b1a449c
  Author: wernerfb <[email protected]>
  Date:   2015-03-04 (Wed, 04 Mar 2015)

  Changed paths:
    A tests/unitTests/ui/UIwx/test_dEditBox.py
    A tests/unitTests/ui/UIwx/test_dForm.py
    M tests/unitTests/ui/UIwx/test_dTextBox.py

  Log Message:
  -----------
  moved from dabo.ui.uiwx.test to tests/UnitTest/ui/UIwx


  Commit: 4f6607ccfa46654668c3bddf68e389005be032d1
      
https://github.com/dabodev/dabo/commit/4f6607ccfa46654668c3bddf68e389005be032d1
  Author: wernerfb <[email protected]>
  Date:   2015-03-04 (Wed, 04 Mar 2015)

  Changed paths:
    M tests/unitTests/ui/UIwx/wtc.py

  Log Message:
  -----------
  create a testcase with a database
adjust the testcases


Compare: https://github.com/dabodev/dabo/compare/bb85642d80eb...4f6607ccfa46

--- 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/54f701868187d_78583f8625b9b2bc1387...@hookshot-fe4-cp1-prd.iad.github.net.mail

Reply via email to