Robin Dunn
2bac1983bb
Add changelog item
2018-02-19 20:45:59 -08:00
Robin Dunn
f3bcc12bdd
Merge branch 'auto_deprecate' of https://github.com/mesalu/Phoenix into mesalu-auto_deprecate
2018-02-19 17:27:28 -08:00
Robin Dunn
5ccc51d5df
Remove some accidentally committed test code
2018-02-19 17:19:38 -08:00
Robin Dunn
ca5497d77d
Merge pull request #756 from jwilk-forks/string-exceptions
...
Don't use string exceptions
2018-02-19 16:52:41 -08:00
Robin Dunn
774f4fb765
Merge branch 'konstantinbo-konstantinbo-gdi-patch-1'
2018-02-19 16:43:16 -08:00
Mesalu
9357988aa7
Comment fixes.
2018-02-19 15:18:14 -08:00
Mesalu
b7569e1e89
Refactor into BaseDef as per @RobinD42's request.
2018-02-19 15:15:07 -08:00
Robin Dunn
430d13bf08
Add changelog item
2018-02-19 13:09:30 -08:00
Robin Dunn
455f1a312c
Merge branch 'konstantinbo-gdi-patch-1' of https://github.com/konstantinbo/Phoenix into konstantinbo-konstantinbo-gdi-patch-1
2018-02-19 12:56:49 -08:00
Mesalu
ddf23514e3
Use iteration over children to detect elements matching doxygen's deprecated tags.
2018-02-19 11:22:02 -08:00
Robin Dunn
041aea6e36
Merge pull request #744 from RobinD42/4.1-first-pass
...
WIP: Switch Phoenix master to use wxWidgets master
2018-02-18 22:07:02 -08:00
Robin Dunn
cff5cfa6e9
Fixes for some unittests
2018-02-18 22:05:45 -08:00
Jakub Wilk
3a34b71d9a
Don't use string exceptions
...
String exceptions have been removed in Python 2.6.
Attempting to raise them causes TypeError.
2018-02-18 21:19:54 +01:00
Konstantin Bolshakov
42969c1aec
Fix GDI Leak in CheckListCtrlMixin
...
The mixin creates and sets a wx.Imagelist which doesn't get destroyed and thus is leaking 4 GDI Objects on every run. Changing SetImageList to AssignImageList fixes this. An alternative solution would be binding the wx.EVT_WINDOW_DESTROY Event and calling the Destroy-method manually.
2018-02-16 10:52:55 +01:00
Robin Dunn
90fa6b56ad
Add static method wx.Font.CanUsePrivateFont to allow checking if AddPrivateFont is implemented in this wxPython build
2018-02-14 11:50:41 -08:00
Robin Dunn
43024438d2
Add new linux dependency libxtst-dev, needed for wxUIActionSimulator
2018-02-14 11:35:05 -08:00
Robin Dunn
a81c0b12f2
Conditionalize AddPrivateFont
2018-02-13 22:12:11 -08:00
Robin Dunn
ef477f5ef8
Update linked wxWidgets changeset
2018-02-13 20:06:53 -08:00
Robin Dunn
c0120a1760
Mention switching branches
2018-02-13 19:12:53 -08:00
Robin Dunn
96e7fdc53d
Merge branch 'master' into 4.1-first-pass
2018-02-13 19:04:38 -08:00
Robin Dunn
929269e606
Fix Python3 division in ThumbnailCtrl
2018-02-13 18:53:05 -08:00
Robin Dunn
779501315a
Add changelog items
2018-02-13 18:52:44 -08:00
Robin Dunn
a08c293511
Add changelog header for 4.0.2
2018-02-13 18:52:11 -08:00
Robin Dunn
d314b4970c
Merge pull request #739 from mesalu/sizer_iteration_cp_master
...
Add iterability to sizer classes and corresponding unittest
2018-02-13 18:26:48 -08:00
Robin Dunn
f8aa158564
Merge pull request #740 from mesalu/clean_all
...
add cmd_clean_all to build.py
2018-02-13 18:02:42 -08:00
Robin Dunn
b82365c1da
fumble-finger-fix
2018-02-13 17:58:37 -08:00
Robin Dunn
d9dc156bf1
SetEditCanceled is an implementation detail not meant to be public
2018-02-13 17:46:51 -08:00
Robin Dunn
340769137f
Add possible impl for MSWGetTaskBarButton, commented out for now
2018-02-13 17:17:52 -08:00
Robin Dunn
810a862d4c
Specify that RunScript's output parameter is an output parameter :-)
2018-02-13 17:17:04 -08:00
Robin Dunn
ab42884c58
Add context manager methods to wxPowerResourceBlocker
2018-02-13 17:16:18 -08:00
Robin Dunn
1e62f2f6de
Ignore new exception related methods
2018-02-13 17:15:48 -08:00
Robin Dunn
76bdfdb4c9
Docstring tweaks
2018-02-13 17:15:09 -08:00
Robin Dunn
750fd1f504
Convert new doc snippets
2018-02-13 17:13:44 -08:00
Robin Dunn
3fab4a25c3
Update linked wxWidgets changeset
2018-02-10 19:27:10 -08:00
Robin Dunn
5ee7052904
Build fixes for MSW
2018-02-10 19:23:07 -08:00
Robin Dunn
72b66abc42
Update linked wxWidgets changeset
2018-02-10 13:12:31 -08:00
Robin Dunn
4103750b0d
Use 2 sections, New and Other
2018-02-10 13:05:08 -08:00
Robin Dunn
70c9252b8b
wx.GetOsVersion now returns an additional item
2018-02-10 13:04:12 -08:00
Robin Dunn
ebd29bb423
Add compatibility aliases for the STC modifier keys
2018-02-10 12:55:51 -08:00
Robin Dunn
32e1341df2
Sizers now assert if there is an alignment flag used with wx.EXPAND
2018-02-10 12:53:48 -08:00
Robin Dunn
c4b741b797
Deprecate wx.ListItemAttr
2018-02-10 12:52:23 -08:00
Robin Dunn
309f67fc19
Fix typo
2018-02-10 12:49:43 -08:00
Robin Dunn
beaa0ac012
new item to module names map
2018-02-09 17:16:38 -08:00
Robin Dunn
0773836287
Fixed typo
2018-02-09 17:14:02 -08:00
Robin Dunn
428f61d844
Update linked wxWidgets changeset
2018-02-09 15:27:45 -08:00
Robin Dunn
87d7edab83
Lots of changes needed to get things building again after switching to wxWidgets master
2018-02-09 15:15:01 -08:00
Robin Dunn
f1a24d4978
Add classes that have been added to existing interface headers
2018-02-09 15:03:58 -08:00
Robin Dunn
6b56f8eb01
Add libwebkit2gtk-*-dev
2018-02-09 14:31:40 -08:00
Robin Dunn
50a6410c87
Add deprecation wrappers for methods that have vanished from wxWidgets due to the 2.8 compatibility flag being turned off.
2018-02-09 14:30:49 -08:00
Robin Dunn
6428566d13
Mention libwebkit2gtk-4.0-dev
2018-02-09 14:17:51 -08:00