Robin Dunn
d708fa67fb
Merge branch 'master' into release-prep
2017-09-15 08:33:45 -07:00
Robin Dunn
2b2040647c
typo
2017-09-14 20:07:58 -07:00
Robin Dunn
90be887af6
Reorder the SetPropertyValue overloads and constrain the bool and double overloads.
...
This avoids choosing the int overload for anything that can be implicitly converted to an integer.
2017-09-14 19:56:09 -07:00
Robin Dunn
05d3fe255a
Add more detail to the docstring for ShowBalloon()
2017-09-13 15:06:11 -07:00
Scott Talbert
f882d21e8a
Fix wx.SearchCtrl.SetCancelBitmap()
...
This addresses Trac ticket 17883.
2017-09-12 21:32:21 -04:00
Robin Dunn
b55cfa073a
Add wx.Simplbook
2017-09-05 21:32:29 -07:00
Robin Dunn
678d6d897f
Ensure wx.Notebook (and other bookctrls) declare all the base virtual methods
2017-09-05 16:38:27 -07:00
Robin Dunn
4ef6bc8603
Merge pull request #489 from RobinD42/fix-issue480
...
Turn "public" back on after emitting some private methods
2017-08-30 00:23:43 -05:00
Robin Dunn
3df175ec48
Keep the base virtuals, just exclude the ones from wxDataObjectSimple
2017-08-29 19:46:55 -07:00
Robin Dunn
c0654d6957
Don't add the common virtuals for wxURLDataObject.
...
It's complicated parentage causes build problems in some cases.
2017-08-29 19:21:48 -07:00
Robin Dunn
b037c4e7cb
Turn "public" back on after emitting some private methods
2017-08-29 16:23:49 -07:00
Robin Dunn
f5aabc5f62
Fix bad interaction between wxpTag and how wxmodules are reinitialized now.
...
Change wxPyHtmlTagsModule to be a normal wxModule that is created and initialized by the system, and track all the tag handler classes in a static member so they can be found again after modules are reinitialized again in the future.
2017-08-29 15:28:17 -07:00
Robin Dunn
09f48f5d21
fix typo
2017-08-29 13:35:07 -07:00
Robin Dunn
3de6e63a91
Merge pull request #479 from RobinD42/fix-issue474
...
Ignore the GetVirtualSize in wxScrolled
2017-08-23 20:00:22 -05:00
Robin Dunn
85ec35c5d6
Merge pull request #478 from mesalu/conform_ToolBar_params
...
Change ToolBar.AddTool help parameters to be consistent
2017-08-23 20:00:05 -05:00
Samuel Dunn
ec4c1fc1fa
Reduce unnecessary whitespace
2017-08-23 09:23:47 -07:00
Samuel Dunn
e25eb17cc8
Revert "Change ToolBar.AddTool help parameters to be consistent"
...
This reverts commit b8d2ed10e6 .
2017-08-23 09:18:26 -07:00
Robin Dunn
98ad3b69af
Ignore the GetVirtualSize in wxScrolled, and inherit it from wx.Window instead.
2017-08-23 08:54:24 -05:00
Mesalu
519bd3d280
Change parameter adjustments to actually work.
2017-08-22 21:42:41 -07:00
Mesalu
b8d2ed10e6
Change ToolBar.AddTool help parameters to be consistent
...
This way python keyword arguments don't change depending on the overloaded method selected by sip.
2017-08-22 18:47:59 -07:00
Robin Dunn
69072e270b
Monkey-patch SetItemData to check that the data value is not too bit or too small
2017-08-15 21:18:47 -07:00
Robin Dunn
788d84a66c
Switch the return value type of GetItemData to long,
...
so it matches the type given to SetItemData
2017-08-15 17:47:49 -07:00
Robin Dunn
f4749bd6bd
Fix missing self arg
2017-08-08 16:48:05 -07:00
Robin Dunn
526d216e6c
Fixed copy/paste error in wx.BusyInfo.__exit__
2017-07-31 10:31:52 -07:00
Robin Dunn
3889e177fd
Merge pull request #446 from RobinD42/fix-issue441
...
Add missing wx.VScrolledWindow methods
2017-07-29 10:27:46 -07:00
Robin Dunn
6980ef2aac
Transfer ownership of wx.EvtHandler when needed.
2017-07-28 19:56:27 -07:00
Robin Dunn
f330eb702f
Add wrappers for methods listed in the docs as deprecated but still present.
2017-07-28 19:51:08 -07:00
Robin Dunn
a312eef892
Added a deprecated compatibility helper for wx.CustomDataFormat
2017-07-26 17:00:10 -07:00
Robin Dunn
fe75c9acb2
In DLG_UNIT if the input parameter was not a Point or Size then convert the return value to a tuple
2017-07-21 22:17:40 -07:00
Robin Dunn
a3da640408
Set transfer flag for wxItemContainer.SetClientObject
2017-07-21 16:18:59 -07:00
Robin Dunn
70f6f447b4
Apply the usual fix for Get/SetClientData
2017-07-21 16:18:06 -07:00
Robin Dunn
63dd9a6b31
Merge branch 'master' into fix-issue394
2017-07-19 16:29:33 -07:00
Robin Dunn
60ba661bbd
The old names for the wxGridSelectionModes enum had leading "wx", put it back
2017-07-17 12:19:05 -07:00
Robin Dunn
56e6806a9f
Fix detailedDoc for ShowPage.
...
It needs to be a list, not just a single string.
2017-07-05 09:38:53 -07:00
Robin Dunn
52b87b79cd
Change "label" arg name to "bitmap"
2017-06-30 10:18:15 -07:00
Robin Dunn
1593369d3d
Merge branch 'master' into fix-issue394
2017-06-29 21:03:22 -07:00
Robin Dunn
aed793bb54
...but it's only needed once. :(
2017-06-29 21:02:17 -07:00
Robin Dunn
f992c083e2
Merge branch 'master' into fix-issue394
2017-06-29 21:00:32 -07:00
Robin Dunn
9400f7f67c
ImageHandler headers need to be included (but just on Windows?)
2017-06-29 20:59:05 -07:00
Robin Dunn
812c82f747
Add the m_value property to aid with backwards compatibility
2017-06-29 12:26:04 -07:00
Robin Dunn
aab742f9fd
Merge branch 'master' into fix-issue394
2017-06-28 19:24:20 -07:00
Robin Dunn
e9e58ed35f
Merge pull request #411 from mesalu/WIP_add_imghandlers
...
Add ImageHandler derivations to Phoenix
2017-06-28 19:21:35 -07:00
Robin Dunn
3b0d3c18a0
Add support for some PyDate_ APIs in our API,
...
so we only have to worry about PyDateTime_IMPORT being needed in one compilation unit.
2017-06-27 20:20:23 -07:00
Robin Dunn
528c4f36c7
Expose GenerateValueAsString so it is overridable
2017-06-27 20:19:58 -07:00
Robin Dunn
3bb2a52b77
typos
2017-06-27 16:59:55 -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
Samuel Dunn
676b781862
Added remaining Image Handler classes.
...
Ignore DoCanRead in each to allow construction at runtime.
2017-06-24 02:44:24 -07:00
Samuel Dunn
be9f39af9d
Remove blind-tweaking for TIFFHandler
2017-06-23 18:55:33 -07:00
Samuel Dunn
63d29e1176
Add ImageHandler derivations to module
...
and do some tweaking.
2017-06-23 18:48:52 -07:00
Robin Dunn
2f4c7fb023
Mark the GetFile methods in the handler classes as factories
2017-06-21 19:02:25 -07:00