pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-tryton



Module Name:    pkgsrc
Committed By:   richard
Date:           Thu Sep 17 14:29:25 UTC 2015

Modified Files:
        pkgsrc/devel/py-tryton: distinfo

Log Message:
update tryton client to 3.6.3
$ hg log --style changelog -b 3.6 -r 3.6.3:3.6.2
2015-09-08  Cédric Krier  <ced%b2ck.com@localhost>

        * CHANGELOG:
        Prepare release 3.6.3
        [12ad2caf0b4a] [3.6.3] <3.6>

2015-07-28  Cédric Krier  <ced%b2ck.com@localhost>

        * doc/usage.rst, tryton/gui/main.py:
        opt-in for Mac integration

        The Mac integration is not fully stable for now.

        issue4595 review19341002 (grafted from
        b00d6918cc6acee02921bb92e2c0ddbe1788c95c)
        [0a41df770987] <3.6>

        * tryton/config.py:
        Decode windows HOME using the file system encoding

        GTK requires to have string encoded in utf-8.

        issue4870 review16471002 (grafted from
        3a832b0ccf86fd80fb58f0e32f18647c4612b744)
        [d8b7956f1fe4] <3.6>

        * tryton/gui/window/view_form/model/record.py:
        Check if field is loaded before adding its timestamp

        issue4876 review20331003 (grafted from
        4adab6dc64fa312664c6dfadce62f38cc065dacd)
        [20357c8c7814] <3.6>

        * tryton/common/common.py:
        Don't decode file name from get_preview_filename

        The file name received from get_preview_filename is already encoded
        in utf-8.

        issue4871 review8251002 (grafted from
        19ac99adc0b71c99478f7510d10c8aab50fcbefd)
        [facaf37c52cb] <3.6>

2015-07-09  Cédric Krier  <ced%b2ck.com@localhost>

        * tryton/common/domain_parser.py,
        tryton/gui/window/view_form/screen/screen.py:
        Add support of TimeDelta to DomainParser

        issue4851 review20321002 (grafted from
        6d3ea9bff014927d9073a892e1d02ce3eb5c5852)
        [0458be2d858c] <3.6>

2015-07-07  Cédric Krier  <ced%b2ck.com@localhost>

        * doc/usage.rst:
        Remove Tabs Position documenation

        issue1014 (grafted from 97e4356ed90b91ff253ab30887c45a38c2b7f00f)
        [6fd0b418e185] <3.6>

2015-07-01  Cédric Krier  <ced%b2ck.com@localhost>

        * tryton/common/datetime_.py,
        tryton/gui/window/view_form/view/list_gtk/editabletree.py:
        Call activate on Date, Time cell before getting value

        The focus-out event is not yet triggered when editing is done which
        result of the content of the cell not yet being parsed. So the
        parsing must be forced by calling activate.

        issue4826 review18341002 (grafted from
        1f55c2dbde245703ff89d3a68f0aa90a8a27db8c)
        [71e137fa3ddf] <3.6>

2015-07-01  David Harper  <google%unicode2013.org@localhost>

        * tryton/gui/window/view_form/model/field.py:
        Fix set_client of new datetime from editable tree

        issue4850 review20311002 (grafted from
        67d552d629c7ea2bfedd93d1c0bf22b6f33ef98a)
        [acf96fab06be] <3.6>

2015-07-01  Cédric Krier  <ced%b2ck.com@localhost>

        * tryton/gui/window/form.py:
        Display date and microsecond in logs

        create and write dates should be formatted the same way as the
        revisions.

        issue4808 review18351002 (grafted from
        ad74340d5c82480adef6115ba08677be8457c500)
        [0b59dd061a53] <3.6>

2015-06-28  Cédric Krier  <ced%b2ck.com@localhost>

        * tryton/gui/window/view_form/view/list.py:
        Fix behaviour of TreeModel when record is None

        issue4831 review16381002 (grafted from
        1c35fe52323832015370d4831f3b09bdacdb27ed)
        [39744a792077] <3.6>

2015-07-13  Cédric Krier  <ced%b2ck.com@localhost>

        * tryton/__init__.py:
        Increase version number
        [f0042c7ffa0a] <3.6>

        * .hgtags:
        Added tag 3.6.2 for changeset 94c93cbb7dd4
        [4dbcf91f53fc] <3.6>

        * CHANGELOG:
        Prepare release 3.6.2
        [94c93cbb7dd4] [3.6.2] <3.6>


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-tryton/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index