Mailing List Archive

[issue33987] IDLE: use ttk.Frame for ttk widgets
Change by Terry J. Reedy <tjreedy@udel.edu>:


----------
Removed message: https://bugs.python.org/msg332835

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue33987>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue33987] IDLE: use ttk.Frame for ttk widgets [ In reply to ]
Terry J. Reedy <tjreedy@udel.edu> added the comment:

I closed this prematurely. Cheryl's PR 11433 converts frames for help and statusbar. My patch also omitted searchbase, perhaps because this I wanted to refactor at the same time. In any case, the macOS appearance bug that motivated Mark's post remains, and a patch will have to make sure that the derived dialogs add frames inside the new master frame instead of the toplevel.

The message I deleted meant to say
#35598 converted config_key to ttk, including a ttk frame inside toplevel.

----------
resolution: fixed ->
stage: resolved -> needs patch
status: closed -> open
versions: +Python 3.10, Python 3.9 -Python 3.7

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue33987>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue33987] IDLE: use ttk.Frame for ttk widgets [ In reply to ]
Terry J. Reedy <tjreedy@udel.edu> added the comment:


New changeset facb522d44fceaf15de6bc95de1cd680c4621c2a by Cheryl Sabella in branch 'master':
bpo-33987: IDLE: Use ttk Frame on doc window and statusbar (GH-11433)
https://github.com/python/cpython/commit/facb522d44fceaf15de6bc95de1cd680c4621c2a


----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue33987>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue33987] IDLE: use ttk.Frame for ttk widgets [ In reply to ]
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>:


----------
pull_requests: +21830
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/22899

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue33987>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue33987] IDLE: use ttk.Frame for ttk widgets [ In reply to ]
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>:


----------
pull_requests: +21831
pull_request: https://github.com/python/cpython/pull/22900

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue33987>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue33987] IDLE: use ttk.Frame for ttk widgets [ In reply to ]
Terry J. Reedy <tjreedy@udel.edu> added the comment:


New changeset 25687bbe0da160ebdd3cd422a01d677ce467e72e by Miss Skeleton (bot) in branch '3.9':
bpo-33987: IDLE: Use ttk Frame on doc window and statusbar (GH-11433) (GH-22899)
https://github.com/python/cpython/commit/25687bbe0da160ebdd3cd422a01d677ce467e72e


----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue33987>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue33987] IDLE: use ttk.Frame for ttk widgets [ In reply to ]
Terry J. Reedy <tjreedy@udel.edu> added the comment:


New changeset 06c9e01c651c35c2e058eca0f7073dd405578f78 by Miss Skeleton (bot) in branch '3.8':
bpo-33987: IDLE: Use ttk Frame on doc window and statusbar (GH-11433) (GH-22900)
https://github.com/python/cpython/commit/06c9e01c651c35c2e058eca0f7073dd405578f78


----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue33987>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue33987] IDLE: use ttk.Frame for ttk widgets [ In reply to ]
Change by Mark Roseman <mark@markroseman.com>:


----------
pull_requests: +21859
pull_request: https://github.com/python/cpython/pull/22941

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue33987>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue33987] IDLE: use ttk.Frame for ttk widgets [ In reply to ]
Change by Mark Roseman <mark@markroseman.com>:


----------
pull_requests: +21860
pull_request: https://github.com/python/cpython/pull/22942

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue33987>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue33987] IDLE: use ttk.Frame for ttk widgets [ In reply to ]
Change by Mark Roseman <mark@markroseman.com>:


----------
pull_requests: +21861
pull_request: https://github.com/python/cpython/pull/22943

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue33987>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue33987] IDLE: use ttk.Frame for ttk widgets [ In reply to ]
Terry J. Reedy <tjreedy@udel.edu> added the comment:


New changeset e53e54425d9b7b9b7b082817da104d60bb25e3a2 by Mark Roseman in branch 'master':
bpo-33987: Use ttk Label on IDLE statusbar (GH-22941)
https://github.com/python/cpython/commit/e53e54425d9b7b9b7b082817da104d60bb25e3a2


----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue33987>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue33987] IDLE: use ttk.Frame for ttk widgets [ In reply to ]
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>:


----------
pull_requests: +21867
pull_request: https://github.com/python/cpython/pull/22949

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue33987>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue33987] IDLE: use ttk.Frame for ttk widgets [ In reply to ]
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>:


----------
pull_requests: +21868
pull_request: https://github.com/python/cpython/pull/22950

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue33987>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue33987] IDLE: use ttk.Frame for ttk widgets [ In reply to ]
Terry J. Reedy <tjreedy@udel.edu> added the comment:


New changeset c579ad14d3b5bb9a45d7b9cc708eaf0bf4884c50 by Mark Roseman in branch 'master':
bpo-33987: Use master ttk Frame for IDLE config dialog (GH-22943)
https://github.com/python/cpython/commit/c579ad14d3b5bb9a45d7b9cc708eaf0bf4884c50


----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue33987>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue33987] IDLE: use ttk.Frame for ttk widgets [ In reply to ]
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>:


----------
pull_requests: +21869
pull_request: https://github.com/python/cpython/pull/22951

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue33987>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue33987] IDLE: use ttk.Frame for ttk widgets [ In reply to ]
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>:


----------
pull_requests: +21870
pull_request: https://github.com/python/cpython/pull/22952

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue33987>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue33987] IDLE: use ttk.Frame for ttk widgets [ In reply to ]
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment:


New changeset c1b620eecc2ca0f9ae9d5ee2d973e823db295ad2 by Miss Skeleton (bot) in branch '3.8':
bpo-33987: Use ttk Label on IDLE statusbar (GH-22941)
https://github.com/python/cpython/commit/c1b620eecc2ca0f9ae9d5ee2d973e823db295ad2


----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue33987>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue33987] IDLE: use ttk.Frame for ttk widgets [ In reply to ]
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment:


New changeset 4efd2defb899c5c45334814234c842f8f513879e by Miss Skeleton (bot) in branch '3.9':
bpo-33987: Use ttk Label on IDLE statusbar (GH-22941)
https://github.com/python/cpython/commit/4efd2defb899c5c45334814234c842f8f513879e


----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue33987>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue33987] IDLE: use ttk.Frame for ttk widgets [ In reply to ]
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment:


New changeset 253c8eb40ec5a87aa539f913fcd83d1759069981 by Miss Skeleton (bot) in branch '3.8':
bpo-33987: Use master ttk Frame for IDLE config dialog (GH-22943)
https://github.com/python/cpython/commit/253c8eb40ec5a87aa539f913fcd83d1759069981


----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue33987>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue33987] IDLE: use ttk.Frame for ttk widgets [ In reply to ]
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment:


New changeset 2d493893c7aa9af633c4ebeb56ecce42e3a82e9f by Miss Skeleton (bot) in branch '3.9':
bpo-33987: Use master ttk Frame for IDLE config dialog (GH-22943)
https://github.com/python/cpython/commit/2d493893c7aa9af633c4ebeb56ecce42e3a82e9f


----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue33987>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue33987] IDLE: use ttk.Frame for ttk widgets [ In reply to ]
Terry J. Reedy <tjreedy@udel.edu> added the comment:


New changeset 5df6c99cb450fe2f30be681dbf68cd1d34d3bbe4 by Mark Roseman in branch 'master':
bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942)
https://github.com/python/cpython/commit/5df6c99cb450fe2f30be681dbf68cd1d34d3bbe4


----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue33987>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue33987] IDLE: use ttk.Frame for ttk widgets [ In reply to ]
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>:


----------
pull_requests: +21874
pull_request: https://github.com/python/cpython/pull/22956

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue33987>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue33987] IDLE: use ttk.Frame for ttk widgets [ In reply to ]
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>:


----------
pull_requests: +21875
pull_request: https://github.com/python/cpython/pull/22957

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue33987>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue33987] IDLE: use ttk.Frame for ttk widgets [ In reply to ]
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment:


New changeset 9cf26b00e42787bc668c62f1b5dde814f8307259 by Miss Skeleton (bot) in branch '3.9':
bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942)
https://github.com/python/cpython/commit/9cf26b00e42787bc668c62f1b5dde814f8307259


----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue33987>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue33987] IDLE: use ttk.Frame for ttk widgets [ In reply to ]
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment:


New changeset 8485d3b911c3cb73ed6217a47c7720f9277efc01 by Miss Skeleton (bot) in branch '3.8':
bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942)
https://github.com/python/cpython/commit/8485d3b911c3cb73ed6217a47c7720f9277efc01


----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue33987>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com

1 2  View All