Commit Graph

3143 Commits

Author SHA1 Message Date
Robin Dunn
e3dc1f1c3f Merge pull request #390 from RobinD42/fix-issue373-part2
The proper slot name is __ne__, not __neq__
2017-06-10 17:23:03 -07:00
Robin Dunn
8008ba0472 The proper slot name is __ne__, not __neq__ 2017-06-10 11:50:07 -07:00
Robin Dunn
18e35f5ffd Merge pull request #387 from RobinD42/fix-issue383
Reinitialize wxModules when importing a non-core extension that has a wxModule
2017-06-08 19:25:28 -07:00
Robin Dunn
5718f94b24 Bump version in demo too 2017-06-08 17:02:33 -07:00
Robin Dunn
d9a64cebcf Use wxPyReinitializeModules or equivallent 2017-06-08 17:01:24 -07:00
Robin Dunn
e5bf8ac1fe Add code to reinitialize the wxModules into an API function 2017-06-08 17:00:19 -07:00
Robin Dunn
324b6ff0b5 Redo the initialization of wxModules in the case where wx.html is first
imported after the wx.App has been created.
2017-06-08 12:06:19 -07:00
Robin Dunn
c655fd5f5a Allow wxPyCheckForApp to not raise an exception if one isn't wanted 2017-06-08 12:05:30 -07:00
Robin Dunn
99cc9ccadf Since both cases need wx.BU_EXACTFIT, simplify it 2017-06-08 00:37:54 -07:00
Robin Dunn
51c6cea7b9 Use a generic button on OSX 2017-06-07 20:35:24 -07:00
Robin Dunn
d155247345 Add a label to tell the user what's going on 2017-06-07 20:35:00 -07:00
Robin Dunn
6cdab64dc3 Print status messages to self.log 2017-06-07 20:33:49 -07:00
Robin Dunn
1eb38e51b1 Use new doc URLs 2017-06-04 20:17:46 -07:00
Robin Dunn
1fe4c9871d Fixes in the release instructions 2017-06-04 19:58:54 -07:00
Robin Dunn
85c37af7d0 Version bump for next release 2017-06-04 19:50:01 -07:00
Robin Dunn
676db7b5d1 The pythonhosted.org site is terribly slow. Put the docs at docs.wxpython.org instead. wxPython-4.0.0a3 2017-06-03 18:03:21 -07:00
Robin Dunn
72e86943ad Make the pythonhosted zip filename be a relative path 2017-06-03 12:22:25 -07:00
Robin Dunn
863e0647e4 Add note about the release version of the documentation.
Update the announcement text.
2017-06-03 11:00:15 -07:00
Robin Dunn
0bce9c082d Update wx.TreeItemId tests 2017-06-03 10:51:21 -07:00
Robin Dunn
a6edf4fdab Fix date 2017-06-03 10:45:00 -07:00
Robin Dunn
f3977098a5 CHANGES notes for today's fixes 2017-06-02 22:53:34 -07:00
Robin Dunn
53d82e4bb3 Merge branch 'master' into release-prep 2017-06-02 22:51:22 -07:00
Robin Dunn
85f11ff112 Merge pull request #380 from RobinD42/fix-issue355
Fix the missing checkboxes in CheckListCtrlMixin
2017-06-02 22:49:33 -07:00
Robin Dunn
74a6eef16d Merge pull request #379 from RobinD42/fix-issue200
Ensure propgrid's globals are initialized when the module is loaded
2017-06-02 22:49:17 -07:00
Robin Dunn
8e1da1f2e0 Clear the bitmap with the white brush 2017-06-02 22:46:35 -07:00
Robin Dunn
a3af417f8f Fix the monkey-patch to use the new name of the real method 2017-06-02 22:43:21 -07:00
Robin Dunn
9ceff621de Various propgrid demo fixes 2017-06-02 15:29:51 -07:00
Robin Dunn
1b725ef4ca Tweak PGEditor.GetValueFromControl.variant to be an output parameter,
and also modify the virtual handler code so it works the same way
2017-06-02 15:29:17 -07:00
Robin Dunn
d3dc961f84 Add some missing constants 2017-06-02 13:52:54 -07:00
Robin Dunn
105642c6c5 Also transfer ownership of the editor arg for RegisterEditorClass 2017-06-02 13:31:46 -07:00
Robin Dunn
dc8f1a87eb Add AddButton and AddBitmapButton to PGMultiButton 2017-06-02 13:00:28 -07:00
Robin Dunn
6e5f3546c2 Add call to wxPGInitResourceModule so propgrid globals are initialized
when the module is imported.
2017-06-02 12:33:36 -07:00
Robin Dunn
5f2f2508fd Add more items to the list of CHANGES 2017-06-01 15:20:21 -07:00
Robin Dunn
f37a4cb9c0 Merge branch 'master' into release-prep 2017-06-01 15:18:40 -07:00
Robin Dunn
429f391236 Uncomment cmd_bdist_msi() in case somebody wants to use it. 2017-06-01 11:40:32 -07:00
Robin Dunn
925d729a46 Don't use /FS when building for Py34 either 2017-06-01 10:15:48 -07:00
Robin Dunn
5e45f0ad56 Merge pull request #377 from RobinD42/fix-issue373
Fix TreeItemId.__[n]eq__ implementation to not crash when compared to None
2017-05-31 20:20:19 -07:00
Robin Dunn
a95d89b8fb Merge pull request #376 from RobinD42/fix-issue374
Add wrappers for wxPrintData::[GS]etPaperSize
2017-05-31 20:19:53 -07:00
Robin Dunn
7f12f6fcbf Merge pull request #375 from pauldmccarthy/aui_cleanup
Suppress `framemanager` warnings and errors
2017-05-31 20:19:32 -07:00
Robin Dunn
e5df1da408 A better fix. Use reference params so a None won't get far enough to cause a problem. 2017-05-31 20:16:49 -07:00
Robin Dunn
279f17b964 Ensure that the other item being compared to this one is not NULL,
which could happen when comparing to None in Python.
2017-05-31 19:49:19 -07:00
Robin Dunn
1d86e8b956 Merge branch 'restore-py34-builds-issue363' 2017-05-31 19:19:51 -07:00
Robin Dunn
c2a905e27b Add wrappers for wxPrintData::[GS]etPaperSize 2017-05-31 19:06:14 -07:00
Paul McCarthy
72631cf7e8 More suppression of ClientToScreen warning message 2017-05-30 16:22:21 +01:00
Paul McCarthy
01cee04596 Make sure that AuiManager.UnInit always gets called when a managed window is
closed/destroyed.
2017-05-29 23:00:23 +01:00
Paul McCarthy
a28b4cc1fa Only run DoUpdate if the managed window exists. 2017-05-29 22:40:23 +01:00
Paul McCarthy
6eca1e7e23 Suppress ScreenToClient/ClientToScreen warnings when floating panes are moved
around
2017-05-29 22:40:10 +01:00
Robin Dunn
8bed348c91 Merge pull request #372 from pauldmccarthy/auifix
Fix GTK bugs in lib/agw/aui/framemanager
2017-05-25 16:40:18 -07:00
Robin Dunn
b561552715 Merge branch 'api-updates' 2017-05-25 16:36:07 -07:00
Robin Dunn
f277412ad4 wxpy_api updates:
shift a couple inline helpers into the exported API, add and use a couple new ones.
2017-05-25 13:53:16 -07:00