Scott Talbert
|
6da0064551
|
Replace deprecated PyEval_CallObject with PyObject_CallObject
|
2022-01-11 17:35:31 -05:00 |
|
Scott Talbert
|
77fa6cf8cc
|
Merge pull request #2074 from petrasovaa/patch-4
Fix for Python 3.10
|
2022-01-09 10:12:50 -05:00 |
|
Scott Talbert
|
43ad05af4f
|
Merge pull request #2071 from swt2c/test_fixes_2021
Fix a bunch of test issues on GTK and OSX, plus a few non-test bugs
|
2022-01-09 10:11:07 -05:00 |
|
Scott Talbert
|
2236943c33
|
Merge pull request #2068 from swt2c/taskbar_getpopup
Fix GetPopupMenu override for wx.adv.TaskbarIcon
|
2022-01-09 10:09:55 -05:00 |
|
Anna Petrasova
|
da4dbf1110
|
Fix for Python 3.10
Fixes https://github.com/OSGeo/grass/issues/2045
|
2022-01-08 22:30:04 -05:00 |
|
Scott Talbert
|
d6beca15ab
|
Avoid redefining wx.PopupWindow globally on macOS
It's unclear whether mcPopupWindow is even needed any more as wx.PopupWindow
seems to be implemented on macOS.
|
2022-01-03 16:45:38 -05:00 |
|
Scott Talbert
|
8fc9c03ac8
|
tests: skip test_gdicmn test that currently fails
|
2022-01-02 13:53:16 -05:00 |
|
Scott Talbert
|
1b1bccdb60
|
tests: fix uiaction tests by adding delay
|
2022-01-02 13:53:09 -05:00 |
|
Scott Talbert
|
174d606385
|
Add tests for TaskBarIcon CreatePopupMenu and GetPopupMenu overrides
|
2022-01-01 17:24:37 -05:00 |
|
Scott Talbert
|
2b2bdddb47
|
Unignore TaskBarIcon.GetPopupMenu
Fixes #2067
|
2022-01-01 17:23:24 -05:00 |
|
Scott Talbert
|
f60284fe64
|
tests: fixup test_frame on wxGTK
|
2021-12-30 17:40:24 -05:00 |
|
Scott Talbert
|
ecb6682c65
|
tests: Replace deprecated calls/properties in test_platinfo
|
2021-12-30 16:35:38 -05:00 |
|
Scott Talbert
|
d97581c614
|
tests: Replace deprecated call in test_menu
|
2021-12-30 16:27:33 -05:00 |
|
Scott Talbert
|
6b386d85a7
|
tests: replace deprecated calls in XRC
|
2021-12-30 15:57:34 -05:00 |
|
Scott Talbert
|
f5a55e6bf3
|
Fix even more Python 3.10 issues with wx.lib classes
|
2021-12-30 15:47:07 -05:00 |
|
Scott Talbert
|
9337a8d257
|
tests: Replace deprecated numpy float and unittest calls in floatcanvas
|
2021-12-30 14:59:38 -05:00 |
|
Scott Talbert
|
b5ffe91c74
|
wx.lib.floatcanvas: replace deprecated use of numpy float
|
2021-12-30 14:59:30 -05:00 |
|
Scott Talbert
|
7d1c8d44e0
|
tests: fix AGW ThumbnailCtrl tests
|
2021-12-30 13:59:30 -05:00 |
|
Scott Talbert
|
a503de821f
|
tests: use a currently used string for intl test
|
2021-12-30 13:44:25 -05:00 |
|
Scott Talbert
|
076b41103e
|
Fix a few wx.Grid event issues / tests
|
2021-12-30 11:51:24 -05:00 |
|
Scott Talbert
|
8b73673071
|
tests: use 24-bit color on GLCanvas since Create now asserts
|
2021-12-30 11:49:38 -05:00 |
|
Scott Talbert
|
970fae9978
|
Delay on graphics test
|
2021-12-30 11:48:53 -05:00 |
|
Scott Talbert
|
ea4f48289a
|
Extend delays on FileCtrl tests
|
2021-12-30 11:48:11 -05:00 |
|
Scott Talbert
|
da2fbf0930
|
Require wx.App for wx.NotificationMessage
|
2021-12-30 11:47:09 -05:00 |
|
Scott Talbert
|
032ea05d7f
|
Fix Python 3.10 issue with test_cmndata
|
2021-12-30 11:44:52 -05:00 |
|
Scott Talbert
|
fcf49322b6
|
Merge pull request #2066 from petrasovaa/patch-3
Fix invisible text in lib.plot with dark theme
|
2021-12-30 09:03:21 -05:00 |
|
Scott Talbert
|
afe1e8723e
|
Merge pull request #2065 from petrasovaa/patch-1
Fix for Python 3.10 in lib.plot
|
2021-12-30 09:00:51 -05:00 |
|
Anna Petrasova
|
92ca5c55a6
|
Fix invisible text in lib.plot with dark theme
This fixes invisible white text on white background with dark themes.
|
2021-12-29 23:29:44 -05:00 |
|
Anna Petrasova
|
28b7ba5794
|
Fix Python 3.10 in lib.plot
Fixes drawing lines
|
2021-12-29 23:23:33 -05:00 |
|
Robin Dunn
|
40e612923d
|
More Py3.10 integer fixes
|
2021-12-28 22:25:21 -08:00 |
|
Robin Dunn
|
6fa094d01e
|
Add a Python 3.10 venv
|
2021-12-28 22:24:37 -08:00 |
|
Robin Dunn
|
cf0086e09c
|
Add another linux bb worker
|
2021-12-28 22:22:52 -08:00 |
|
Scott Talbert
|
04c2cc39db
|
Merge pull request #2062 from swt2c/agw_flatnotebook_py310
Fix additional Python 3.10 issues with AGW FlatNotebook
|
2021-12-27 21:54:30 -05:00 |
|
Scott Talbert
|
aa3dca0e40
|
Fix additional Python 3.10 issues with AGW FlatNotebook
|
2021-12-27 19:48:55 -05:00 |
|
Robin Dunn
|
d3bdb14365
|
* Add new macos workers
* Drop 3.6 and most 3.7 builders
* Drop all win32 builders, at least for now
* Add some Py3.10 builders
|
2021-12-17 15:32:21 -08:00 |
|
Robin Dunn
|
454ef9b2cd
|
Clean it up
|
2021-12-17 15:00:24 -08:00 |
|
Robin Dunn
|
5f3c8cd22b
|
Go back to using the default SDK??
|
2021-12-17 14:31:47 -08:00 |
|
Robin Dunn
|
97e4461af9
|
Fix detection of default architecture
|
2021-12-17 14:31:15 -08:00 |
|
Robin Dunn
|
349ff5e921
|
Merge pull request #1988 from wxWidgets/update-wx
Various tweaks needed for updating to wxWidgets 3.1.5
|
2021-12-17 10:04:45 -08:00 |
|
Robin Dunn
|
5902ec3750
|
Add some default return values for the webview stubs
|
2021-12-15 19:06:36 -08:00 |
|
Robin Dunn
|
66ec80bd21
|
Merge branch 'master' into update-wx
|
2021-12-15 18:59:03 -08:00 |
|
Robin Dunn
|
a843ed14f2
|
Merge pull request #2014 from arjones6/master
Add wxDC.DrawLinesFromBuffer to draw directly from numpy array memory using the Buffer protocol
|
2021-12-15 18:55:41 -08:00 |
|
Robin Dunn
|
511663ba6c
|
Merge pull request #2002 from komoto48g/feature-shell
Fix functions of the shell
|
2021-12-15 18:22:31 -08:00 |
|
Robin Dunn
|
83211101ca
|
Merge pull request #2051 from wxWidgets/revert-1980-showHideToggleButton
Revert "New button type: ShowHideToggleButton."
|
2021-12-15 18:11:47 -08:00 |
|
Robin Dunn
|
e53b09aea7
|
Revert "New button type: ShowHideToggleButton."
|
2021-12-15 18:10:12 -08:00 |
|
Robin Dunn
|
1432d933a5
|
Merge pull request #1980 from TEParsons/showHideToggleButton
New button type: ShowHideToggleButton.
|
2021-12-15 18:07:04 -08:00 |
|
arjones6
|
efbea6a275
|
dc.DrawLinesFromBuffer demo and test to intc data type. Updated documentation.
|
2021-12-15 11:07:18 -05:00 |
|
arjones6
|
232542ba3e
|
dc.DrawLinesFromBuffer test and demo added
|
2021-12-14 12:47:55 -05:00 |
|
Todd
|
2e753e6775
|
Add demo for show/hide toggle button
|
2021-12-14 15:33:39 +00:00 |
|
Todd
|
f3a5e7cb98
|
Add docstring for show/hide toggle button
|
2021-12-14 15:33:30 +00:00 |
|