Robin Dunn
35e0b9cea8
Update announcement text
wxPython-4.1.0
2020-04-23 15:14:41 -07:00
Robin Dunn
2800471f47
Add note about being the last 2.7 build
2020-04-23 15:14:41 -07:00
Robin Dunn
dacce7b2a6
Minor text tweaks in the changelog, also update the release date
2020-04-23 15:14:41 -07:00
Robin Dunn
01bf66b411
Minor update to ext/README.txt to mention NanoSVG
2020-04-23 15:14:41 -07:00
Robin Dunn
aa8430ad39
Fix error with symlinks when building the wheel on Linux
2020-04-23 15:14:41 -07:00
Robin Dunn
cc88ed14d9
Little fixes
2020-04-23 15:14:41 -07:00
Robin Dunn
c8db92e07e
Update announcement and how-to build text
2020-04-23 15:14:41 -07:00
Robin Dunn
87e0422bdf
Set release date and tweak some text
2020-04-23 15:14:41 -07:00
Robin Dunn
2cb1e24d91
Drop the "a1" from the version number for the release
2020-04-23 15:14:41 -07:00
Robin Dunn
06b08ecc05
Move fixDialogProperty to tweaker_tools, and use it on more property classes
2020-04-23 15:13:40 -07:00
Robin Dunn
42ff98a5e7
Add authentication rules to the BuildBot
2020-04-23 15:12:24 -07:00
Robin Dunn
2492c23f53
Merge pull request #1607 from wxWidgets/fix-issue1605
...
Fix classes derived from wxEditorDialogProperty
2020-04-22 14:45:19 -07:00
Robin Dunn
ff6311cc06
Revert an incorrect part of the last change
2020-04-22 13:20:53 -07:00
Robin Dunn
c55a4450b6
Ensure sip sees that there is an implementation of DisplayEditorDialog in classes derived from wxEditorDialogProperty
2020-04-22 13:17:33 -07:00
Robin Dunn
c19077fd63
Merge branch 'new-docker-images'
2020-04-21 17:03:14 -07:00
Robin Dunn
90cac15a08
Add Docker images for ubuntu-20.04, fedora-31, and centos-8
2020-04-21 16:50:21 -07:00
Robin Dunn
6192f866a3
Update wxWidgets ref
2020-04-18 12:22:35 -07:00
Robin Dunn
260d08e32d
wxGRIDTABLE_REQUEST_VIEW_GET_VALUES and wxGRIDTABLE_REQUEST_VIEW_SEND_VALUES have been removed from wxWidgets
2020-04-17 20:18:58 -07:00
Robin Dunn
285395d9f2
Ensure that OnGetItemIsChecked is overridable in derived classes
2020-04-17 19:56:55 -07:00
Robin Dunn
0d997d7146
Merge pull request #1604 from wxWidgets/grid-updates
...
Add wrappers for the GridBlockCoords, GridBlocks, and GridBlockDiffResult
2020-04-17 19:50:47 -07:00
Robin Dunn
3eef67fa17
Add changelog
2020-04-17 16:35:49 -07:00
Robin Dunn
e1b0435f8e
Added wrappers for the wx.grid.GridBlockCoords, wx.grid.GridBlocks, and wx.grid.GridBlockDiffResult classes
2020-04-17 16:35:37 -07:00
Robin Dunn
4784eec157
update wxWidgets ref
2020-04-17 16:35:03 -07:00
Robin Dunn
bf0d92fbcf
update wxWidgets ref
2020-04-09 14:55:11 -07:00
Robin Dunn
7a4612d6a4
tweak comments
2020-04-09 13:54:00 -07:00
Robin Dunn
d8af08a52d
Merge pull request #1590 from wxWidgets/fix-issue1581
...
Use different typecheck code for wxArrayInt and wxArrayString in variant conversions
2020-04-08 10:35:50 -07:00
Robin Dunn
6f30acb31d
Merge pull request #1591 from wxWidgets/fix-issue1501
...
Stop fly-out timers before closing the floating pane.
2020-04-08 09:27:33 -07:00
Robin Dunn
2c03076fa6
Stop fly-out timers before closing the floating pane.
2020-04-07 19:16:01 -07:00
Robin Dunn
5be2356b2c
SASH_STATUS_OUT_OF_RANGE is in wx.adv
2020-04-07 19:14:32 -07:00
Robin Dunn
7de301c105
Use different typecheck code for wxArrayInt and wxArrayString in variant conversions
2020-04-07 18:30:07 -07:00
Robin Dunn
d9ab273d2a
Revert last change, it was done that way for a reason
2020-04-07 18:18:28 -07:00
Robin Dunn
bf0d0fc027
Be more strict about what is acceptable input for the wxArray* mapped types
2020-04-07 16:29:03 -07:00
Robin Dunn
8750ef29f1
Fix additional incorrect sizer flags
2020-04-06 20:51:09 -07:00
Robin Dunn
a1bfc230e8
Merge branch 'patch-1' of https://github.com/kg-2/Phoenix into kg-2-patch-1
2020-04-06 20:41:34 -07:00
Robin Dunn
75e6e0f005
Update wxWidgets ref
2020-04-06 20:19:11 -07:00
Robin Dunn
2baac81cee
Merge pull request #1579 from wxWidgets/fix-1567-AnimationDecoder
...
Use generic animation classes on all platforms
2020-04-06 20:16:51 -07:00
Robin Dunn
2cff46c10a
Add more details to the changelog for the animation changes.
2020-04-06 15:44:33 -07:00
Robin Dunn
550cf16034
Rename the module in the demo to match the actual class name
2020-04-06 15:12:55 -07:00
Robin Dunn
04c82c5805
Some of the copied methods are not virtuals
2020-04-06 15:07:18 -07:00
Robin Dunn
ca1d367983
Update wxWidgets ref
2020-04-06 14:56:04 -07:00
Robin Dunn
bd6af90b41
Add CreateCompatibleAnimation
2020-04-06 14:55:45 -07:00
Robin Dunn
6037779151
Try different usages of creating the animation and control
2020-04-06 12:52:43 -07:00
Robin Dunn
4dcd9a7114
Ensure animationctrl virtuals are still virtual in the wrapper classes
2020-04-06 12:50:38 -07:00
Robin Dunn
0d6f2d211e
Changes needed to ensure both the native and generic controls can be used in the wxGTK build.
2020-04-06 12:02:04 -07:00
Robin Dunn
0d838c12a3
Make wxGenericAnimationCtrl derive from wxControl, and add missing methods to it.
2020-04-06 11:53:25 -07:00
kg-2
17e580334b
Update genericmessagedialog.py
...
*fixed sizer flags issue in preparation for wxpython 4.1
*fixed unhandled icon style case, will raise ValueError for bad icon mask flag
*fixed general code formatting issues
2020-04-06 07:55:05 -07:00
Robin Dunn
1b579fc648
More updates for changes in wxWidgets animation classes
2020-04-05 18:31:09 -07:00
Robin Dunn
852554144a
Update wxWidgets ref
2020-04-05 18:30:22 -07:00
Robin Dunn
8d998a9d3c
Update wxWidgets ref
2020-04-03 14:15:30 -07:00
Robin Dunn
0af8589dff
wxAnimationGenericImpl is not public
2020-04-03 14:14:12 -07:00