Commit Graph

5561 Commits

Author SHA1 Message Date
Scott Talbert
3f81a62cce Update sip to v6.7.9 2023-04-26 10:32:05 -04:00
Scott Talbert
37b420da5d Merge pull request #2379 from jmoraleda/update-wxwidgets-3.2.2.1
Update bundled wxWidgets to v3.2.2.1
2023-04-22 17:07:43 -04:00
Scott Talbert
c5c0a3e3b4 Merge pull request #2380 from swt2c/deprecated_setuptools
Remove deprecated setuptools options use_2to3 and license-file
2023-04-21 20:28:16 -04:00
Scott Talbert
87b606aa04 Remove deprecated setuptools options use_2to3 and license-file 2023-04-21 17:10:54 -04:00
Jorge Moraleda
1746daa62e Update bundled wxWidgets to v3.2.2.1 2023-04-20 11:20:49 -04:00
Scott Talbert
2f2624b17d Merge pull request #2354 from komoto48g/introspection
Fix wx.py.shell.Shell calltip
2023-03-03 17:30:13 -05:00
Scott Talbert
986d79b94e Merge pull request #2355 from komoto48g/agw-pyprog
Fix `agw.ProgressGauge` pen colour
2023-02-28 17:03:48 -05:00
Scott Talbert
f370f70b1c Merge pull request #2357 from timrid/numpy-v1.20-deprecations
Since numpy 1.20 the aliases `np.int` and `np.float` are deprecated (…
2023-02-28 10:21:30 -05:00
Tim Riddermann
516539a7a0 Since numpy 1.20 the aliases np.int and np.float are deprecated (see https://numpy.org/devdocs/release/1.20.0-notes.html#using-the-aliases-of-builtin-types-like-np-int-is-deprecated). The buildin types should be used instead. Since numpy 1.24 an AttributeError exception is thrown when np.int or np.float is used. 2023-02-28 16:07:02 +01:00
Kazuya O'moto
d5b7788592 Fix pen color type 2023-02-25 01:56:05 +09:00
Kazuya O'moto
e0a71625e2 Extract argspec inside paren using re
ex.
argspec = '(x, /, y, z=3, *args, value: int = 0, **kwargs) -> int'
      --> 'x, /, y, z=3, *args, value: int = 0, **kwargs'
2023-02-24 23:21:59 +09:00
Kazuya O'moto
8e98e8b442 Use inspect.signature instead of formatargspec
inspect.formatargspec has been deprecated since Python 3.5,
and removed in Python 3.11.
2023-02-24 23:02:48 +09:00
Scott Talbert
71ed075c78 Merge pull request #2346 from swt2c/wx3.2.2
Update bundled wxWidgets to v3.2.2
2023-02-12 22:11:18 -05:00
Scott Talbert
8d8529a8d5 Update bundled wxWidgets to v3.2.2 2023-02-12 15:42:31 -05:00
Scott Talbert
fb335e8cc9 Merge pull request #2340 from swt2c/wx_threadevent
Implement wrapping for wx.ThreadEvent
2023-02-05 11:56:06 -05:00
Scott Talbert
d8c8e9e4c7 Implement wrapping for wx.ThreadEvent
Fixes #2338.
2023-02-04 20:41:53 -05:00
Scott Talbert
a3b6cfec77 Merge pull request #2220 from jmoraleda/aligment_popupctl
Enable configuration of whether popup dialog should align center, right or left
2022-12-21 14:32:22 -05:00
Scott Talbert
3d54b73fe6 Merge pull request #2317 from komoto48g/demo-wxget
Fix demo downloader
2022-12-21 14:30:21 -05:00
Scott Talbert
44f8dcdfd0 Merge pull request #2303 from swt2c/sip_6.7.4
Update sip to v6.7.4
2022-12-21 14:29:36 -05:00
Scott Talbert
88202ab601 Update sip to v6.7.5 2022-12-20 18:56:33 -05:00
Jorge Moraleda
1936c09a35 Enable configuration of whether popup dialog should align center, right or left with respect to parent ctl. Default is center which is the old behavior. 2022-12-08 23:25:02 -06:00
Kazuya O'moto
f514770942 Fix TypeError float to int
TypeError: ProgressDialog(): argument 'maximum' has unexpected type 'float'
TypeError: ProgressDialog.Update(): argument 1 has unexpected type 'float'
TypeError: Sleep(): argument 1 has unexpected type 'float'
2022-12-07 01:19:23 +09:00
Scott Talbert
906adf713c Extend macOS CI timeout to 120 minutes
The macOS builds can sometimes exceed 90 minutes when there are a lot of
ccache misses.
2022-11-10 12:49:09 -05:00
Scott Talbert
2cf6b6dd04 Merge pull request #2302 from swt2c/wx_3.2.1
Update wxWidgets to v3.2.1
2022-11-09 09:27:37 -05:00
Mark Roszko
3812a286c4 Patch out GTK specific function from wx 3.2.1 2022-11-08 21:57:48 -05:00
Scott Talbert
d1cb24cc94 Update wxWidgets to v3.2.1 2022-11-08 19:50:00 -05:00
Scott Talbert
54bd298574 Merge pull request #2301 from oleksis/master
Fix `pyext_PATTERN` - wxPython fails to build wheel and test install
2022-11-08 11:32:18 -05:00
Oleksis Fraga Menéndez
b5471006e7 Publish Windows artifacts 2022-11-07 18:19:32 -05:00
Scott Talbert
cf7f7cff0b Merge pull request #2298 from swt2c/python311
Add CI for Python 3.11
2022-11-07 14:55:53 -05:00
Scott Talbert
ba0d8cfcec wscript: Use EXT_SUFFIX when available to fix build on Py 3.11
This is a backport of a an upstream fix in waf's check_python_headers().

See: 8d6cbb3657
2022-11-07 11:49:27 -05:00
Scott Talbert
7b12cafe8a Add CI for Python 3.11 2022-10-25 14:09:58 -04:00
Robin Dunn
3ee614e0e8 Merge pull request #2284 from pchemguy/lib-agw-aui-dockart
Changed float division to integer division in lib-agw-aui-dockart.py
2022-10-18 17:30:56 -07:00
Robin Dunn
0f9dd33cbf Merge pull request #2282 from ncotrb/master
Added EVT_WEBVIEW_SCRIPT_RESULT event binder
2022-10-18 17:29:55 -07:00
Robin Dunn
4f5ee98256 Merge pull request #2279 from pchemguy/demo-AUI_DockingWindowMgr
Fixes method typo in AUI_DockingWindowMgr
2022-10-18 17:28:27 -07:00
Robin Dunn
9b3e4d3431 Merge pull request #2277 from komoto48g/textedit-mixin
listctrl TextEditMixin
2022-10-18 17:27:57 -07:00
Robin Dunn
fae30156df Merge pull request #2276 from pchemguy/demo-treemixin-treelistctrl
Reenabled TreeListCtrl demo in TreeMixin
2022-10-18 17:26:29 -07:00
Robin Dunn
44d941a221 Merge pull request #2274 from CarstenGrohmann/Sphinx_compatibility
Compatibility changes to run with Sphinx 5 also
2022-10-18 17:24:59 -07:00
Robin Dunn
f3f2356f53 Merge pull request #2269 from CarstenGrohmann/fix_pyArgsString_for_HitTestSubItem
Fix arguments in docstring of wx.ListCtrl.HitTestSubItem()
2022-10-18 17:21:56 -07:00
Robin Dunn
b978de2962 Merge pull request #2266 from pchemguy/demo-joystick.py
Added explicit "to int" type casting in dc.DrawXXX calls
2022-10-18 17:20:50 -07:00
Robin Dunn
363fdcde74 Merge pull request #2264 from pchemguy/wxlib-wxcairo-wx_pycairo
Added sip.voidptr->int type casting in wx_pycairo.py
2022-10-18 17:20:18 -07:00
Robin Dunn
1814ca813b Merge pull request #2262 from pchemguy/wxlib-printout-draw-typecasting
Making explicit float->int type casting for DC.DrawXXX
2022-10-18 17:18:54 -07:00
Robin Dunn
6b7885b0c5 Merge pull request #2260 from pchemguy/demo-OwnerDrawnComboBox-fix
Missing required explicit float->int type casting
2022-10-18 17:18:20 -07:00
Robin Dunn
eb5f61de35 Merge pull request #2258 from pchemguy/demo-agw-knobctrl-fix
Missing required explicit float->int type casting
2022-10-18 17:17:32 -07:00
Robin Dunn
b0d77dd211 Merge pull request #2255 from Infernio/inf-pdfviewer-py310
Fix pdfViewer for Python 3.10
2022-10-18 17:17:00 -07:00
Robin Dunn
be6228a9d8 Merge pull request #2293 from wxWidgets/misc-tweaks
Misc tweaks
2022-10-18 14:16:27 -07:00
Robin Dunn
bd346d84e6 Update CHANGES.rst, add header for 4.2.1 2022-10-17 14:35:28 -07:00
Robin Dunn
7f42784255 Fix code snippet in docs for XmlReseource.LoadDialog 2022-10-17 14:33:42 -07:00
Robin Dunn
847659ad2f Add wrapper for wxGenericStaticBitmap 2022-10-17 14:32:43 -07:00
Robin Dunn
a646f1c1a7 Update comment 2022-10-17 14:32:17 -07:00
PChemGuy
0a2c573c91 Changed float division to integer division in lib-agw-aui-dockart.py
wx.DC.DrawXXX expect numeric arguments to be integers.
2022-09-15 15:08:28 +03:00