[issue24293] Windows installer unreadable with std/custom themes

2015-05-31 Thread Steve Dower
Changes by Steve Dower : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-li

[issue24293] Windows installer unreadable with std/custom themes

2015-05-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset c7210097ac90 by Steve Dower in branch '3.5': Issue #24293: Adds mapping from explicit colours to system colours to correctly handle user themes. https://hg.python.org/cpython/rev/c7210097ac90 -- ___ Pyth

[issue24293] Windows installer unreadable with std/custom themes

2015-05-31 Thread Steve Dower
Steve Dower added the comment: Reopening this because the lack of a background colour means that the progress text accumulates while installed. I'll get to this sooner or later, but b2 is probably going to have this issue. -- resolution: fixed -> stage: resolved -> status: closed ->

[issue24293] Windows installer unreadable with std/custom themes

2015-05-27 Thread Mike Miller
Mike Miller added the comment: Thanks. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.o

[issue24293] Windows installer unreadable with std/custom themes

2015-05-26 Thread Steve Dower
Changes by Steve Dower : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-li

[issue24293] Windows installer unreadable with std/custom themes

2015-05-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset a77214dbf1f3 by Steve Dower in branch '3.5': Issue #24293: Fixes installer colors to use system settings throughout. https://hg.python.org/cpython/rev/a77214dbf1f3 New changeset 37ed61b1234a by Steve Dower in branch 'default': Issue #24293: Fixes in

[issue24293] Windows installer unreadable with std/custom themes

2015-05-26 Thread Steve Dower
Steve Dower added the comment: Thanks, good catch. I'm not entirely sure how we ended up in this state, since the background is actually the system colour and the text is currently hardcoded, but I'll go through and make sure that the system colour indexes are used throughout. FWIW, it's just

[issue24293] Windows installer unreadable with std/custom themes

2015-05-26 Thread Mike Miller
New submission from Mike Miller: The new Windows installer displays itself with an HTML (or perhaps skinned) interface with hard-coded white background which does not adhere to the desktop GUI color scheme chosen by the user. Many times this is only an aesthetic problem, but it may cause the w