Commit Graph

3165 Commits

Author SHA1 Message Date
Robin Dunn
823a560d0f Merge pull request #417 from mesalu/add_conf_enums
Fix wxConfig enums
2017-06-26 19:50:36 -07:00
Samuel Dunn
f1bc13a841 Ensure wx.Config related enums are present for SIP
Also adds unittests to ensure they remain present in Phoenix.
2017-06-26 17:28:50 -07:00
Robin Dunn
387af4d5af Merge pull request #410 from RobinD42/fix-issue409
Ensure license files are in the distribution
2017-06-24 11:58:47 -07:00
Robin Dunn
1bcde3d6fd Combine preamble, wxWindows license and LGPL files into a single LICENSE.txt file 2017-06-23 13:36:23 -07:00
Robin Dunn
e5b4c33421 (re)fetch the license files from wxWidgets when building the sdist,
and ensure it is included in the distribution.
2017-06-23 12:10:23 -07:00
Robin Dunn
b1a2808311 Merge pull request #408 from RobinD42/fix-issue406
Fixes FSFile and WebViewHandler ownership transfer bugs
2017-06-22 18:23:19 -07:00
Robin Dunn
2f4c7fb023 Mark the GetFile methods in the handler classes as factories 2017-06-21 19:02:25 -07:00
Robin Dunn
018208450c Correctly transfer ownership of the input stream in wxFSFile 2017-06-21 19:01:44 -07:00
Robin Dunn
1d30852201 Merge pull request #407 from astral451/EventFilter_return_value_fix
Fixing missing Return Value
2017-06-21 17:41:27 -07:00
Robin Dunn
391d009688 Merge pull request #403 from RobinD42/fix-issue399
Various fixes in the eventwatcher classes
2017-06-21 17:41:03 -07:00
Nathan
e1660cacd2 Fixing missing Return Value 2017-06-21 13:16:54 -05:00
Robin Dunn
2d638bef3d Use GetIndex instead of m_itemIndex.
Ensure we have a widget before trying to Bind handlers to it.
Use InsertItem instead of InsertSringItem so the CheckListCtrlMixin monkey-patching will word correctly.
2017-06-20 10:50:40 -07:00
Robin Dunn
ec9d660b55 Merge pull request #398 from RobinD42/fix-issue395
Reinit image handlers after clearing and reloading wxModules
2017-06-16 20:47:03 -07:00
Robin Dunn
b9287ac78e Add a password property to the PropGrid demo 2017-06-16 20:45:47 -07:00
Robin Dunn
b91c4e396c Reinit image handlers after clearing and reloading wxModules 2017-06-16 20:34:44 -07:00
Robin Dunn
888e0ef266 Merge pull request #396 from RobinD42/fix-issue394
Transfer ownership of arg in AddPrivateChild.
2017-06-14 19:41:24 -07:00
Robin Dunn
17d110da96 Transfer ownership of arg in AddPrivateChild. 2017-06-14 18:45:31 -07:00
Robin Dunn
0df54b74a0 SetOptionInt --> SetOption 2017-06-14 17:58:04 -07:00
Robin Dunn
999b32bb64 Merge pull request #393 from RobinD42/fix-issue391
Restore the renames done in Classic for the wxGridSelectionModes enum
2017-06-14 17:56:22 -07:00
Robin Dunn
10d6f8d795 Merge pull request #392 from RobinD42/fix-issue389
Add accessors for the internal widgets in the EditableListBox
2017-06-14 17:56:04 -07:00
Robin Dunn
01c40efd86 Add accessors for the internal widgets in the EditableListBox 2017-06-12 20:52:26 -07:00
Robin Dunn
ae60e1b064 Restore the renames done in Classic for the wxGridSelectionModes enum 2017-06-12 13:27:30 -07:00
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