nvda
Upgrade to wxPython 4.0.3 (Phoenix)
#7104
Merged

Upgrade to wxPython 4.0.3 (Phoenix) #7104

michaelDCurran merged 78 commits into nvaccess:master from josephsl:wxPy4
josephsl
josephsl wxPython4: initial foundations with wx.adv.TaskbarIcon and others. re…
d7e34545
josephsl wxPython 4/Python Console: use wx.TextCtrl.WriteText instead of wx.Te…
cbc07a34
josephsl wxPython 4/Python Console: use AppendText instead of WriteText for cu…
b62a64b1
josephsl wxPython 4/various dialogs: wx.CENTER_ON_SCREEN is no more, use wx.Ce…
bd06a099
josephsl wxPython 4/Welcome dialog: wx.NORMAL cannot be used as a font family …
0961f74d
josephsl wxPython 4/cursor manager/Find dialog: use sizer.Add instead of sizer…
bf6ef642
josephsl wxPython 4/Launcher: spell out GridSizer gaps, prevents overload erro…
e48f19e4
josephsl wxPython 4/speech viewer: few tweaks to constructor, save position be…
8f21e03b
josephsl wxPython 4/Input gestures dialog: when Cancel button is clicked, make…
ad04891f
josephsl Readme: mention new wxPython and Six compatibility layer requirements…
9f123cd5
josephsl wx.Menu: AppendMenu is deprecated, use Append instead. re #7077
2956f933
josephsl Add-ons Manager: make sure to nullify dialog instance flag and preven…
47929f94
josephsl Merge branch 'master' into wxPy4
8d8f2b47
josephsl gui/Config profiles dialog/wxPython 4: nullify instance flag. re #7077.
17ff014c
josephsl Merge branch 'master' into wxPy4
886f6dac
josephsl Merge branch 'master' into wxPy4
fc97d870
josephsl Merge branch 'master' into wxPy4
5026f27a
josephsl Merge branch 'master' into wxPy4
e80e5a42
josephsl Merge branch 'master' into wxPy4
09eb9792
LeonarddeR
josephsl
LeonarddeR
josephsl
derekriemer derekriemer changed the title Upgrade to wxPython 4.0.0 (Phoenix) Upgrade to wxPython 4.0.0 (Phoenix) WIP 8 years ago
josephsl Merge branch 'master' into wxPy4
0131768a
josephsl Merge branch 'master' into wxPy4
e2659769
josephsl Python console: revert to wx.TextCtrl.write function. re #7077.
7e0b466d
josephsl Settings/voice sliders: replace wx.WXK_PRIOR and wx.WXK_NEXT with wx.…
95e52717
josephsl Merge branch 'master' into wxPy4
61114f0e
josephsl Merge branch 'master' into wxPy4
00ea06ec
codeofdusk
josephsl
josephsl Merge branch 'master' into wxPy4
0ff3a04f
josephsl
josephsl Merge branch 'master' into wxPy4
8b29758a
josephsl Merge branch 'master' into wxPy4
05029cfd
michaelDCurran Merge branch 'master' into HEAD
c50196c0
michaelDCurran core.CorePump: block this timer from firing recursively. This could …
b9e40a95
michaelDCurran miscDeps now contains wxPython 4.
d90cd53e
michaelDCurran
michaelDCurran
michaelDCurran approved these changes on 2018-02-02
michaelDCurran michaelDCurran requested a review from feerrenrut feerrenrut 8 years ago
michaelDCurran michaelDCurran changed the title Upgrade to wxPython 4.0.0 (Phoenix) WIP Upgrade to wxPython 4.0.0 (Phoenix) 8 years ago
josephsl
LeonarddeR
michaelDCurran
feerrenrut
feerrenrut commented on 2018-02-05
jcsteh
michaelDCurran
jcsteh
josephsl Merge branch 'wxPy4' of https://github.com/josephsl/nvda into wxPy4
1080749d
feerrenrut
feerrenrut commented on 2018-02-06
feerrenrut
feerrenrut commented on 2018-02-07
josephsl
michaelDCurran
jcsteh
jcsteh
michaelDCurran
jcsteh
josephsl Core: update copyright years, corrected issue number
1cc5f10f
josephsl Comment spelling fix
03aa9c13
josephsl
LeonarddeR
josephsl
josephsl Merge branch 'master' into wxPy4
514804c3
LeonarddeR
josephsl
michaelDCurran Merge branch 'master' into HEAD
b671addb
michaelDCurran wxPython 4.0.1 in miscDeps
89709e9e
michaelDCurran gui: add a NonRe-entrant timer to replace use of wx.Timer and wx.PyTi…
883efe9d
michaelDCurran Replace usage of wx.PyTimer with gui.NonReentrantTimer for all core c…
71531aa8
michaelDCurran michaelDCurran force pushed from 6fb23666 to 71531aa8 8 years ago
michaelDCurran michaelDCurran requested a review from feerrenrut feerrenrut 8 years ago
feerrenrut
feerrenrut commented on 2018-03-07
michaelDCurran Clarify comment
e125ef9c
michaelDCurran Clarify docstring
fcb0d93b
josephsl Merge branch 'master' into wxPy4
c4ea539f
josephsl Spelling
eb4858ab
feerrenrut
feerrenrut dismissed these changes on 2018-03-13
nvaccessAuto nvaccessAuto added incubating
nvaccessAuto nvaccessAuto assigned michaelDCurran michaelDCurran 8 years ago
josephsl Readme: mention wxPython 4.0.1
df6ca003
LeonarddeR
josephsl
michaelDCurran
josephsl
LeonarddeR LeonarddeR changed the title Upgrade to wxPython 4.0.0 (Phoenix) Upgrade to wxPython 4.0.1 (Phoenix) 8 years ago
LeonarddeR
LeonarddeR
josephsl
LeonarddeR
josephsl
jcsteh
josephsl Merge branch 'master' into wxPy4
874a6e45
josephsl wxPython 4: use wx.ID_ANY instead of NewID function. Re #8121.
e953dd4e
josephsl GUI/SettingsDialogs: remove extra space at ends of lines
3f16889d
josephsl Merge branch 'master' into wxPy4
c68a72dc
michaelDCurran
michaelDCurran michaelDCurran removed incubating
zstanecic
josephsl
michaelDCurran
zstanecic
michaelDCurran
zstanecic
josephsl Merge branch 'master' into wxPy4
bdda3570
josephsl
josephsl Merge branch 'master' into wxPy4
4aab70da
josephsl Settings screen: wx.Center again.
79a74117
josephsl Merged master
f9f5b570
feerrenrut add a new submodule for wxPython dep
e07bf3e4
feerrenrut Use `CenterOnScreen()` rather than `Center`
0a0cdb84
feerrenrut Define both missing constants
b6523a18
feerrenrut
feerrenrut Merge remote-tracking branch 'origin/master' into i7104_wxPy4
75a1afa0
nvaccessAuto nvaccessAuto added incubating
nvaccessAuto nvaccessAuto unassigned michaelDCurran michaelDCurran 7 years ago
nvaccessAuto nvaccessAuto assigned feerrenrut feerrenrut 7 years ago
josephsl
josephsl
josephsl Update copyright years and headers.
5923cd68
josephsl Settings dialog: clear instances set when all settings instances are …
b1a3a544
josephsl
LeonarddeR
LeonarddeR
LeonarddeR dismissed these changes on 2018-06-06
LeonarddeR
josephsl
josephsl
LeonarddeR
AAClause
josephsl
josephsl Merge branch 'master' into wxPy4
f23b8cdd
josephsl wxPython 4: revert instances checking in SettingsDialog thanks to mit…
5d11d0a6
michaelDCurran
michaelDCurran dismissed these changes on 2018-06-07
nvaccessAuto nvaccessAuto unassigned feerrenrut feerrenrut 7 years ago
nvaccessAuto nvaccessAuto assigned michaelDCurran michaelDCurran 7 years ago
josephsl
zstanecic
josephsl Dictionary dilaog: use wx.NewId for add, edit, and remove buttons. Re…
89826cf0
feerrenrut Get rid of unnecessary ID usage
e47ac4a4
nvaccessAuto nvaccessAuto unassigned michaelDCurran michaelDCurran 7 years ago
nvaccessAuto nvaccessAuto assigned feerrenrut feerrenrut 7 years ago
LeonarddeR
josephsl
AAClause
josephsl Log viewer: wx.SAVE -> wx.FD_SAVE, wx.OVERWRITE_PROMPT -> wx.FD_OVERW…
19f8c01f
josephsl Log viewer: add copyright headers.
c642e748
josephsl Merge branch 'master' into wxPy4
dea4b0a0
dkager
josephsl wxPython4/settings dialogs: deleteWindows -> delete_windows in sizer.…
418088a3
josephsl josephsl dismissed their stale review via 418088a3 7 years ago
josephsl josephsl dismissed their stale review via 418088a3 7 years ago
codeofdusk
josephsl
michaelDCurran
michaelDCurran
michaelDCurran dismissed these changes on 2018-06-25
josephsl Merged master
c01f437a
josephsl josephsl dismissed their stale review via c01f437a 7 years ago
feerrenrut
feerrenrut dismissed these changes on 2018-06-25
feerrenrut feerrenrut dismissed their stale review 7 years ago
It seems like the issues raised have been addressed, @leonardder are you happy with the changes since your last review?
michaelDCurran
josephsl
josephsl
michaelDCurran
josephsl
michaelDCurran
nvdaes
Mohamed00
josephsl
bramd
josephsl
bramd
zstanecic
zstanecic
michaelDCurran
josephsl
zstanecic
codeofdusk
josephsl
LeonarddeR
LeonarddeR
josephsl Merge branch 'master' into wxPy4
323c0301
josephsl
josephsl
josephsl
josephsl
LeonarddeR
feerrenrut
josephsl Merge branch 'master' into wxPy4
ba95eb01
josephsl Merged master
0aa0778b
josephsl Merge branch 'master' into wxPy4
c3e367ec
josephsl josephsl dismissed their stale review via c3e367ec 7 years ago
josephsl What's new: add wxPython 4.0.1 entry in changes for developers sectio…
5cac3c31
josephsl Merge branch 'master' into wxPy4
1bab7ece
michaelDCurran
josephsl
michaelDCurran
josephsl
michaelDCurran Upgrade to wxPython 4.0.3
d15f2109
michaelDCurran michaelDCurran changed the title Upgrade to wxPython 4.0.1 (Phoenix) Upgrade to wxPython 4.0.3 (Phoenix) 7 years ago
josephsl Touch intewraction/touch typing mode checkbox: no more wx.NewId funct…
a27ec014
josephsl Settings panels: use wx.NewIdRef function to retrieve global ID's for…
5d626248
josephsl
josephsl Readme: mention Python 2.7.15 and wxPython 4.0.3 dependencies.
3e1a6b2c
josephsl What's new: wxPython 4.0.1 -> 4.0.3. Re #7077.
cb20a8f8
josephsl
michaelDCurran
michaelDCurran approved these changes on 2018-07-18
michaelDCurran
josephsl
michaelDCurran michaelDCurran merged d40488ce into master 7 years ago
nvaccessAuto nvaccessAuto removed incubating
nvaccessAuto nvaccessAuto added this to the 2018.3 milestone 7 years ago
josephsl josephsl deleted the wxPy4 branch 7 years ago

Login to write a write a comment.

Login via GitHub

Assignees
Labels
Milestone