Robin Dunn
93b269ca82
If the memberVar has a docstring, use it.
2016-09-07 13:33:54 -07:00
Robin Dunn
52f94bf58b
Add link to wx.propgrid module
2016-09-07 13:31:31 -07:00
Robin Dunn
73f3dd68d9
Merge branch 'master' into propgrid
2016-09-07 13:29:19 -07:00
Robin Dunn
3b8646441c
Fix loading/saving history in PyCrust on Python3
2016-09-07 11:05:14 -07:00
Robin Dunn
bf29f05690
Merge branch 'master' into propgrid
2016-09-02 22:43:07 -07:00
Robin Dunn
21ee7043d0
Merge pull request #150 from RobinD42/cairo-DLLs
...
Cairo DLLs
2016-09-02 22:29:45 -07:00
Robin Dunn
be55060e4c
Merge pull request #165 from RobinD42/issue158-use-dispatcher-disconnect
...
Disconnect dispatcher receivers
2016-09-02 22:25:41 -07:00
Robin Dunn
7761e1fba7
Change file() --> open()
2016-09-02 22:17:02 -07:00
Robin Dunn
af19f6c4cb
Explicitly disconnect dispatcher receivers when windows are no longer valid.
...
The weak reference cleanup sometimes seems to not happen immediately...
2016-09-02 22:15:16 -07:00
Robin Dunn
40ddbdc0c2
Merge pull request #164 from RobinD42/issue162-gca-setsize
...
Add missing methods in wxGridCellAttr, update etg and tests too.
2016-09-02 21:02:44 -07:00
Robin Dunn
baa26c88d4
Add missing methods in wxGridCellAttr, update etg and tests too.
2016-09-02 21:01:40 -07:00
Robin Dunn
5db387e560
Ensure the filling window has been split
2016-09-02 10:53:28 -07:00
Robin Dunn
fc223fc068
Use 2-phase create as mentioned in the comments
2016-09-02 10:52:48 -07:00
Robin Dunn
6cc8dd9ee7
Add propgridmanager
2016-08-31 16:19:08 -07:00
Robin Dunn
4b6e6d54c2
Add a TODO
2016-08-31 14:08:10 -07:00
Robin Dunn
e1c2efcb7c
Add simple unittests for items in the propgridadvprops etg module
2016-08-31 14:07:09 -07:00
Robin Dunn
9dc7d50785
Add simple unittests for items in the propgridprops etg module
2016-08-30 16:41:28 -07:00
Robin Dunn
78ae39a664
Merge pull request #161 from RobinD42/add-GetSizeTuple
...
Add (deprecated) GetSizeTuple to wx.Window
2016-08-26 11:30:56 -07:00
Robin Dunn
97108a8813
Add (deprecated) GetSizeTuple to wx.Window
2016-08-26 11:29:01 -07:00
Robin Dunn
c9b878a676
Lots more additions for propgrid:
...
* Update wxWidgets docs for propgrid/props.h and propgrid/advprops.h
* Add etg scripts for propgrid/props.h and propgrid/advprops.h
* Add wxUniChar
* Add wxTextValidator
* Add wxULongLong
2016-08-25 21:26:50 -07:00
Robin Dunn
85db11e72c
Add simple unittests for items in the propgridiface etg module
2016-08-25 14:30:01 -07:00
Robin Dunn
4faafd8a26
propgridpagestate tweaks and add simple tests
2016-08-25 14:09:44 -07:00
Robin Dunn
5e91340bc1
Add simple unittests for items in the propgrideditors etg module
2016-08-25 11:00:45 -07:00
Robin Dunn
c52995cddd
Add #include to enable wrapping wxPGCheckBoxEditor
2016-08-25 11:00:08 -07:00
David Hughes
4ca8c3e330
Disable ButtonPanel controls until PDF file chosen
...
Scale font metrics when rendering with Cairo (MSW only)
2016-08-24 17:52:35 -07:00
Robin Dunn
4cb718419c
Add simple unittests for items in the propgridproperty etg module
2016-08-24 17:33:00 -07:00
Robin Dunn
dd618e275b
Fix propgrid unittest imports
2016-08-24 17:32:10 -07:00
Robin Dunn
2e632fa083
Minor cleanup
2016-08-24 17:30:10 -07:00
Robin Dunn
2ef6096405
Fix propgrid build, forgot to add propgrid lib for linking
2016-08-24 17:29:24 -07:00
Robin Dunn
5c79d5ccec
Merge branch 'master' into propgrid
2016-08-24 14:31:12 -07:00
Robin Dunn
6758e3870a
Slight improvement for the impl of the Borg design pattern.
2016-08-24 14:16:02 -07:00
Robin Dunn
07a5a1a9f9
The InspectionTool will call Init() itself when needed, we don't need to do it here.
2016-08-24 14:14:07 -07:00
Robin Dunn
0a17c5d485
Merge pull request #157 from swt2c/fix_radiobut_test
...
Fix radiobut test - SetValue(False) doesn't do anything so don't test…
2016-08-23 18:11:28 -07:00
Robin Dunn
240dce33d7
Merge pull request #156 from swt2c/fix_dcclient_tests
...
Fix dcclient test
2016-08-23 18:10:51 -07:00
Robin Dunn
75a24b4bab
Merge pull request #155 from swt2c/fix_dcbuffer_tests
...
Fix dcbuffer tests
2016-08-23 18:10:39 -07:00
Robin Dunn
656c207f2d
Merge pull request #153 from swt2c/fix_ultimatelistctrl_traceback
...
Fix UltimateListCtrl traceback
2016-08-23 18:10:24 -07:00
Robin Dunn
04ec9090df
Merge pull request #154 from swt2c/fix_ribbonbar_transfer
...
Fix wxRibbonBar::SetArtProvider ownership
2016-08-23 18:09:41 -07:00
Robin Dunn
73f0622bf6
Additional ribbonbar_demo tweaks and cleanup.
2016-08-23 14:29:32 -07:00
Robin Dunn
27f607cb37
Merge branch 'fix_ribbon_sample_crash' of https://github.com/swt2c/Phoenix into swt2c-fix_ribbon_sample_crash
2016-08-23 14:18:26 -07:00
Scott Talbert
f608f4bed4
Fix radiobut test - SetValue(False) doesn't do anything so don't test that
2016-08-21 23:50:11 -04:00
Scott Talbert
215f1a3e1e
Fix dcclient test
2016-08-21 23:26:59 -04:00
Scott Talbert
22be7280be
Fix dcbuffer tests
2016-08-21 23:24:41 -04:00
Scott Talbert
929f6c7f22
Fix wxRibbonBar::SetArtProvider ownership
...
SetArtProvider in RibbonBar takes ownership of the pointer so we need to use
transfer here.
2016-08-21 15:36:03 -04:00
Scott Talbert
6d45c406c3
Fix UltimateListCtrl traceback
...
Replace ULC's hand-implemented Clone() with an actual Clone() call.
Fixes #59 .
2016-08-21 15:25:04 -04:00
Scott Talbert
a3b10d5d63
Fix crash in ribbonbar sample
...
The ArtProvider shouldn't be cloned in this case because SetArtProvider() does
not take ownership of the object in this case. Because of that, once the
cloned provider goes out of scope and gets garbage collected, future uses will
crash.
Fixes #141 .
2016-08-20 23:16:39 -04:00
Robin Dunn
53f3c37eb1
Merge pull request #148 from swt2c/fix_msgdlg_tests
...
Fix msgdlg tests
2016-08-20 18:23:47 -07:00
Robin Dunn
cddd5c8295
Merge pull request #147 from swt2c/fix_richmsgdlg_tests
...
Fix richmsgdlg tests
2016-08-20 18:23:27 -07:00
Robin Dunn
1aef9baa4b
Merge pull request #146 from swt2c/fix_scrolwin_test
...
Fix scrolwin test
2016-08-20 18:23:03 -07:00
Robin Dunn
98e333ed67
Merge pull request #145 from swt2c/fix_pi_import_test
...
Fix pi_import test - look for the .pi files in the same directory as wx
2016-08-20 18:22:51 -07:00
Robin Dunn
b88d08c220
Add a wx.GridBagSizer.Add method that allows a spacer to be defined with a wx.Size (or just a tuple) as in Classic.
2016-08-20 18:22:16 -07:00