Commit Graph

3855 Commits

Author SHA1 Message Date
Robin Dunn
198ef5186e Merge pull request #781 from RobinD42/fix-issue774
Enable injecting wxClassInfo macros into the sip generated classes
2018-03-09 22:55:45 -08:00
Robin Dunn
8aec6c03fe Add changelog item 2018-03-09 21:48:03 -08:00
Robin Dunn
f99bf3e9e1 Add the ability to inject wxClassInfo macros into the sip generated wrapper classes.
Only needed for wxTreeCtrl so far.
2018-03-09 21:26:56 -08:00
Robin Dunn
86590a6b76 Fix typo 2018-03-08 14:07:42 -08:00
Robin Dunn
5c7046bdbc Add changelog for 778 2018-03-08 13:21:26 -08:00
Robin Dunn
dbb904b6c3 Merge pull request #779 from jensgoe/CustomTreeCtrl_has_no_attribute_findTimer
Bind EVT_WINDOW_DESTROY handler to specific window (Fixes #778)
2018-03-08 13:20:38 -08:00
Robin Dunn
2bd5c69bc3 Added the wxWidgets version number to the tail end of the string returned by wx.version(). 2018-03-08 13:14:42 -08:00
Robin Dunn
a78daf4c08 Changelog for wxWidgets update 2018-03-08 13:14:42 -08:00
Jens Göpfert
6670c20ade Bind EVT_WINDOW_DESTROY handler to specific window (Fixes #778) 2018-03-06 12:20:30 +01:00
Robin Dunn
d658279a37 Merge pull request #772 from RobinD42/fix-issue770-master
Explicitly zero-terminate the array used for the GLCanvas attribute list.
2018-02-27 17:19:18 -08:00
Robin Dunn
e427e69cdc Explicitly zero-terminate the array used for the attribute list. 2018-02-27 16:29:32 -08:00
Robin Dunn
056134ea24 Switching to CircleCI (#765)
* Untested first pass at a CircleCI configuration
* Add git submodule checkout
* Check which python is being used
* activate the venv for each task?
* try building with multiple Pythons in parallel
* Turn off TravisCI by removing the config file
* Add some comments
2018-02-23 21:23:44 -08:00
Robin Dunn
72f079f30c Merge pull request #726 from acolomb/pywxrc-phoenix-compatibility
Phoenix compatibility in pywxrc
2018-02-22 22:23:18 -08:00
Robin Dunn
25a06b002c Merge pull request #755 from jwilk-forks/atan2
Simplify angle calculation in ogl.LineShape.DrawArrow()
2018-02-22 22:20:17 -08:00
Robin Dunn
550f5507a9 Merge pull request #764 from XPsoud/master
Some new wxGtk widgets screenshots and a few wxMsw ones update
2018-02-22 22:17:28 -08:00
Robin Dunn
693863c2a5 Merge pull request #762 from mesalu/admonish_deprecation
Admonish deprecations
2018-02-22 22:08:02 -08:00
Xaviou
9711c70373 Some new wxGtk widgets screenshots and a few wxMsw ones update 2018-02-22 15:59:31 +01:00
Robin Dunn
b1171e2553 Ignore VSCode workspace folder 2018-02-20 20:17:39 -08:00
Robin Dunn
1a24a64831 Update wxWidgets to the 3.1.1 release tag 2018-02-20 11:58:14 -08:00
Robin Dunn
38624123f5 Since they're now raising DeprecationWarnings in 4.0.2 we can drop some method compatibility wrappers here. 2018-02-20 08:50:30 -08:00
Robin Dunn
4b5439db5b Merge branch 'mesalu-auto_deprecate' 2018-02-19 20:56:50 -08:00
Robin Dunn
449e3056dc Move the deprecation check into a method and only call it from the types where we expect (and support) to find the deprecation tag. 2018-02-19 20:55:25 -08:00
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
Jakub Wilk
013a69d856 Simplify theta calculation in ogl.LineShape.DrawArrow() 2018-02-18 21:00:40 +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