Robin Dunn
|
3e837e3dc5
|
Merge pull request #622 from RobinD42/fix-issue613
Fix event typename
|
2017-11-18 00:42:12 -06:00 |
|
Robin Dunn
|
2113333bbe
|
Move all the EVT_ instantiations to the module object,
so they are found at the right scope in the *.pyi files.
|
2017-11-17 22:38:57 -08:00 |
|
Robin Dunn
|
d4814517fd
|
Fix event typename
|
2017-11-17 22:00:38 -08:00 |
|
Robin Dunn
|
b36669c7c9
|
Merge branch 'master' into fix-issue605
|
2017-11-17 22:57:59 -06:00 |
|
Robin Dunn
|
7feff9384e
|
Merge pull request #620 from RobinD42/fix-issue595
Fix comparing TreeListItem __eq__ and __ne__
|
2017-11-17 22:56:52 -06:00 |
|
Robin Dunn
|
59c14b0367
|
Merge pull request #619 from RobinD42/fix-issue596
dataview tweaks, and demo update for CustomRenderer
|
2017-11-17 22:56:38 -06:00 |
|
Robin Dunn
|
9c253cfca4
|
TextEditMixin fixes for lost new text value in the end edit event
|
2017-11-17 16:18:29 -08:00 |
|
Robin Dunn
|
b180e6b9d4
|
dataview tweaks, and demo update for CustomRenderer
|
2017-11-17 14:52:40 -08:00 |
|
Robin Dunn
|
63375eb1ce
|
Add changelog item
|
2017-11-17 14:46:25 -08:00 |
|
Robin Dunn
|
4012e27c14
|
Fix __eq__ and __ne__ for comparing TreeListItem with None
|
2017-11-17 14:45:01 -08:00 |
|
Robin Dunn
|
dadccaedb6
|
changelog for issues 592, 349, 612
|
2017-11-16 14:20:39 -08:00 |
|
Robin Dunn
|
b451d8bfb9
|
Reset submodule changeset pointer
|
2017-11-16 13:05:37 -08:00 |
|
Robin Dunn
|
d35841602c
|
Merge branch 'lc_mixin' of https://github.com/david-hughes/Phoenix into david-hughes-lc_mixin
|
2017-11-16 13:03:24 -08:00 |
|
Robin Dunn
|
ead4fd3253
|
Merge pull request #618 from infinity77/documentation
These fixes should get rid of issues #485 and #440
|
2017-11-16 14:59:06 -06:00 |
|
Robin Dunn
|
12049b45b3
|
Merge pull request #617 from infinity77/HTL-349
The fixes seems to get rid of issue #349 related to DnD in HyperTreeList. Fixes #349.
|
2017-11-16 14:57:24 -06:00 |
|
Robin Dunn
|
6e1385af51
|
Merge pull request #616 from infinity77/ULC-592
UltimateListCtrl: add an "Index" property to UltimateListEvent so the…
|
2017-11-16 14:55:51 -06:00 |
|
infinity77
|
838db7bd93
|
These fixes should get rid of issues #485 and #440
|
2017-11-15 16:50:57 +01:00 |
|
infinity77
|
9c415f2615
|
The fixes seems to get rid of issue #349 related to DnD in HyperTreeList. Fixes #349.
|
2017-11-15 16:42:26 +01:00 |
|
infinity77
|
c190473cf4
|
UltimateListCtrl: add an "Index" property to UltimateListEvent so the demo does not complain anymore. Maybe should add somemore properties for the other getters/setters too... Fixes #592
|
2017-11-15 16:38:58 +01:00 |
|
David Hughes
|
fbf274b031
|
Altered is True and is False conditions in CheckListCtrlMixin
|
2017-11-14 10:46:31 +00:00 |
|
David Hughes
|
19e3e1f842
|
Commit submodule ext/wxWidgets changes
|
2017-11-14 10:28:01 +00:00 |
|
Robin Dunn
|
530b21f009
|
Add libwebkit2gtk-4.0-dev, libsdl2-dev to possible dependency list
|
2017-11-13 11:53:28 -08:00 |
|
Robin Dunn
|
0aa026ab3e
|
Merge pull request #593 from infinity77/master
fix aui/auibook.py for issue #358
|
2017-11-08 19:50:12 -06:00 |
|
Robin Dunn
|
90cdcd8f73
|
Merge pull request #604 from kollivier/table_sizer_removal
Fixes #579. TableSizer was never completed and only errors out when…
|
2017-11-08 19:49:04 -06:00 |
|
Robin Dunn
|
3d732247bf
|
Merge pull request #602 from kollivier/static_box_parent_demo
Static box parent demo
|
2017-11-08 19:48:11 -06:00 |
|
Robin Dunn
|
9fc5e86426
|
Merge pull request #601 from kollivier/sized_static_box
Sized static box
|
2017-11-08 19:46:51 -06:00 |
|
kollivier
|
f3f51b85fc
|
Fixes #579. TableSizer was never completed and only errors out when attempting to use it. Remove it and its references in the docs since it doesn't work and probably won't without considerable effort.
|
2017-11-08 14:33:25 -08:00 |
|
kollivier
|
5498c1e38a
|
Add a quick note in the docs and remove the 2.9+ in the title.
|
2017-11-08 13:35:29 -08:00 |
|
kollivier
|
4a7d84ec8c
|
Add example showing usage of SizedStaticBox now that we can support it.
|
2017-11-08 13:33:17 -08:00 |
|
kollivier
|
d0b7ae9ab0
|
Don't specify the platforms explicitly, as some Linux variants may work fine, and in general probably best to just note that it can have problems
|
2017-11-08 11:40:59 -08:00 |
|
kollivier
|
2a047d8283
|
Update the static box demo to show proper use as a parent. Leave the old wx.StaticBoxSizer approach in with an explanation as well, since this approach is still prevalent in user code.
|
2017-11-08 11:37:29 -08:00 |
|
kollivier
|
ad7638ae84
|
Remove references to sized_controls module after migrating from user code.
|
2017-11-08 11:34:57 -08:00 |
|
infinity77
|
0d8a36b7dd
|
Revert "Replace .Index property with .GetIndex() method in UltimateReportDemo.py and UltimateVirtualDemo.py. Fixes #592"
This reverts commit cc8328d8d4.
|
2017-11-08 08:18:22 +01:00 |
|
Robin Dunn
|
2be62834d6
|
Merge pull request #599 from RobinD42/fix-issue595
Fix comparing DataViewItem with None
|
2017-11-07 19:54:22 -06:00 |
|
Robin Dunn
|
15a4e8adfe
|
Merge pull request #598 from RobinD42/fix-issue594
Fix GetExtWildcard to return the output arg
|
2017-11-07 19:51:28 -06:00 |
|
Robin Dunn
|
62687c3347
|
Merge pull request #597 from RobinD42/sip-4.19.5
Update SIP to 4.19.5
|
2017-11-07 19:51:14 -06:00 |
|
Robin Dunn
|
09c066e695
|
Set min OSX version build option to 10.6
|
2017-11-07 17:49:38 -08:00 |
|
Robin Dunn
|
326d707717
|
Fix comparing DataViewItem with None
|
2017-11-07 15:42:25 -08:00 |
|
Robin Dunn
|
96dc005481
|
Update SIP to 4.19.5
|
2017-11-07 13:50:44 -08:00 |
|
Robin Dunn
|
de655e45dc
|
Fix GetExtWildcard to return the output arg
in a tuple with the return value, like in Classic.
|
2017-11-07 13:25:57 -08:00 |
|
Andrea Gavana
|
cc8328d8d4
|
Replace .Index property with .GetIndex() method in UltimateReportDemo.py and UltimateVirtualDemo.py. Fixes #592
|
2017-11-05 18:53:41 +01:00 |
|
Andrea Gavana
|
ad310419ec
|
fix aui/auibook.py for issue #358
|
2017-11-05 18:45:09 +01:00 |
|
Robin Dunn
|
e141c95e50
|
Merge pull request #589 from RobinD42/update-to-sip-4.19.4
Update to sip-4.19.4
|
2017-11-03 18:50:10 -05:00 |
|
Robin Dunn
|
1cfd40fa50
|
Turn on C++11 mode for non-Darwin unix builds (assumes gcc)
|
2017-11-03 12:48:38 -07:00 |
|
Robin Dunn
|
b4303da6bb
|
Merge pull request #575 from saltycraig/patch-1
Fix TypeError in samples/hello.py
|
2017-11-03 12:34:15 -05:00 |
|
Robin Dunn
|
62449137d5
|
Remove MonkeyPatch checking for integer overflow in ListCtrl.SetItemData
|
2017-11-02 21:39:52 -07:00 |
|
Robin Dunn
|
666761337b
|
Update SIP to 4.19.4
|
2017-11-02 21:39:05 -07:00 |
|
Kevin Ollivier
|
941fd9f0f8
|
Add SizedStaticBox to SizedControls.
|
2017-10-27 06:15:22 -07:00 |
|
Robin Dunn
|
0fb1ce987a
|
Merge pull request #583 from RobinD42/fix-issue571
Slight reorg of the docs home page, and add link to functions index
|
2017-10-25 22:13:37 -05:00 |
|
Robin Dunn
|
17b59d5eff
|
Merge pull request #582 from RobinD42/fix-issue578
Add methods to wx.TextCtrl for output "file-like" compatibility
|
2017-10-25 22:13:21 -05:00 |
|