Commit Graph

3808 Commits

Author SHA1 Message Date
Robin Dunn
c53f5b01ca Minor tweaks for some comments 2018-05-30 17:02:10 -07:00
Robin Dunn
6453684bc3 Keep existing height of edit widget, and move the activation to a call-after 2018-05-30 17:01:59 -07:00
Robin Dunn
2f5c143fa7 Changelog for TextEditMixin fix 2018-05-30 17:01:31 -07:00
Robin Dunn
ecbf517ed2 Merge pull request #860 from RobinD42/fix-issue857
Add builders for Python 3.7
(cherry picked from commit 430c61b1bf)
2018-05-19 19:26:03 -07:00
Robin Dunn
943a453443 Merge pull request #834 from tianzhuqiao/py
Replace standard ids of context-menu with user ids in pyshell.
2018-05-17 19:51:29 -07:00
Robin Dunn
a95dddaadf whitespace fix 2018-05-17 15:54:55 -07:00
Robin Dunn
466a3118ce Merge pull request #859 from tianzhuqiao/agw_aui_4.0.x
Detach wxControl in AuiToolbar from current sizer before attach to a …
(cherry picked from commit 02041bccb3)
2018-05-17 15:53:42 -07:00
Robin Dunn
1c61d066a4 Tweak changelog text a bit
(cherry picked from commit a5d077f56e)
2018-05-17 15:53:07 -07:00
Robin Dunn
14eb37d4b8 Merge pull request #858 from RobinD42/fix-issue856
Transfer ownership of clientData objects in wx.dataview.DataViewTreeCtrl
(cherry picked from commit 5266b15e28)
2018-05-16 22:36:23 -07:00
Robin Dunn
2b85c91a29 Merge pull request #852 from tianzhuqiao/agw_aui_4.0.x
Remove unnecessary notebook updating.
(cherry picked from commit 3911837cea)
2018-05-16 20:08:33 -07:00
Robin Dunn
d1fa71ea0b Merge pull request #848 from tianzhuqiao/agw_aui_4.0.x
Fix a bug in setting AuiDockingGuide size.
(cherry picked from commit b5ea948aa5)
2018-05-10 20:17:22 -07:00
Robin Dunn
040763282f Merge pull request #847 from RobinD42/fix-issue815
Update wxWidgets submodule link
(cherry picked from commit 22c12acb0f)
2018-05-08 18:45:33 -07:00
Robin Dunn
09de554e1b Merge branch 'this-n-that' into wxPy-4.0.x
(cherry picked from commit 2e5430d57f)
2018-05-07 11:24:24 -07:00
Robin Dunn
e64deef9d2 Merge branch 'add-ubuntu18.04' into wxPy-4.0.x
(cherry picked from commit 0d2f66e49e)
2018-05-07 11:23:41 -07:00
Robin Dunn
ff4f32c309 Merge pull request #846 from RobinD42/update-waf
Update waf to version 2.0.7
(cherry picked from commit 7a90868c85)
2018-05-05 22:56:39 -07:00
Robin Dunn
f32cb4669f Merge pull request #845 from RobinD42/fix-issue811
Enable wrapping wxGraphicsContext::Create(metaFileDC)
(cherry picked from commit 6c3ce18e17)
2018-05-05 22:22:05 -07:00
Robin Dunn
a429e7cdbe Update wx.TextCompleterSimple example code snippet 2018-05-02 10:36:59 -07:00
Tianzhu Qiao
587c24957f Add option to not use stock IDs in context-menu of pyshell.
Otherwise, the context-menu may not work on Mac without adding the proper IDs
to the menu bar.
2018-05-01 23:02:37 -07:00
Robin Dunn
7e248fca3e Merge pull request #839 from swt2c/add_numdlg
Add missing wx.NumberEntryDialog
2018-05-01 20:25:00 -07:00
Robin Dunn
f1d9c2579c Merge pull request #840 from RobinD42/fix-issue836
Fix wx.TextCompleterSimple.GetCompletions
2018-05-01 19:54:17 -07:00
Robin Dunn
a62f26450d Set the length of the revision ID to be output from rev-parse 2018-04-30 23:05:02 -07:00
Robin Dunn
156fece679 Merge pull request #838 from RobinD42/fix-issue836
Copy MethodDefs for Start and GetNext from base class
2018-04-30 22:08:21 -07:00
Robin Dunn
21fc134bd7 Merge pull request #832 from RobinD42/fix-issue820
Workaround the lack of checking valid page numbers in book ctrls
2018-04-28 21:27:10 -07:00
Robin Dunn
47e32c0d33 Enable running the demo with just python demo 2018-04-28 21:27:10 -07:00
Robin Dunn
c010e79d83 Merge pull request #830 from RobinD42/fix-issue816
Change winid parameter in wx.ScrolledWindow to id, for consistency
2018-04-28 21:27:10 -07:00
Robin Dunn
e8b470592a Added changelog entries 2018-04-28 21:27:10 -07:00
Robin Dunn
52185fb6a5 Merge pull request #829 from swt2c/fix_textcompleter
Fix subclassing of wx.TextCompleter and wx.TextCompleterSimple
2018-04-28 21:27:09 -07:00
Robin Dunn
161f1a8b03 Update development status 2018-04-28 21:27:09 -07:00
Robin Dunn
32b1d2a2ee Merge pull request #818 from GadgetSteve/master
Fix wxGet for pip V10 and above
2018-04-28 17:44:06 -07:00
Robin Dunn
336e917000 Merge pull request #825 from tianzhuqiao/py
Fix a python3 compatibility issue to get class instance and function objects
2018-04-28 17:32:17 -07:00
Tianzhu Qiao
8b8bd630f2 Fix a python3 compatibility issue to get class instance and function objects 2018-04-21 08:51:28 -07:00
Steve Barnes
517d316ba0 #817 Changes to allow wxget utility to work with pip v10+ 2018-04-17 06:50:14 +01:00
Steve Barnes
b78298f681 Merge remote-tracking branch 'upstream/master' 2018-04-16 20:47:44 +01:00
Robin Dunn
bbb19777b3 QnD fix for missing self.shell attribute 2018-03-27 19:30:36 -07:00
Robin Dunn
ea7fc830aa Use Py27 compatible super() 2018-03-27 19:28:18 -07:00
Robin Dunn
89f2c3deaf Turn off use of -std=c++11 flag for now 2018-03-27 18:54:38 -07:00
Robin Dunn
4cbdab9e23 Added wrappers for the OSXEnableAutomaticQuoteSubstitution, OSXEnableAutomaticDashSubstitution, and SXDisableAllSmartSubstitutions methods in wx.TextCtrl. 2018-03-27 18:11:00 -07:00
Robin Dunn
594dc69cf3 Merge pull request #795 from RobinD42/fix-issue794
Fix possible ref-counting issues in DataViewCtrl
2018-03-21 19:41:55 -07:00
Robin Dunn
d609da3b65 Add changelog for #790 2018-03-21 19:39:19 -07:00
Robin Dunn
43cce14537 Merge pull request #791 from ExplodingCabbage/fix-intctrl-none-handling
Fix setting IntCtrl to None wrongly raising
2018-03-21 19:36:03 -07:00
Robin Dunn
0ca5f58fe6 Remove debug prints 2018-03-20 14:34:18 -07:00
Robin Dunn
a283339521 DecRef the model, but only if it was created in this instance of the view. 2018-03-20 13:43:33 -07:00
Robin Dunn
0a6b77efe2 Take out the code for one of the DataViewModel snippets as it does not apply to wxPython. 2018-03-20 13:28:23 -07:00
Robin Dunn
cb77c7be8e Merge branch 'mesalu-pubsub4' for PR-792 2018-03-20 12:57:30 -07:00
Robin Dunn
77cc3d0971 Changed Pypubsub --> PyPubSub, and added a changelog entry 2018-03-20 12:55:33 -07:00
Robin Dunn
d18a2c8458 Merge branch 'pubsub4' of https://github.com/mesalu/Phoenix into mesalu-pubsub4 2018-03-20 12:43:50 -07:00
Mesalu
13eda52013 Add PyPubSub to relevant dependencies 2018-03-18 12:37:45 -07:00
Mark Amery
1e1c4356c4 Fix setting IntCtrl to None wrongly raising 2018-03-16 12:51:45 +00:00
Robin Dunn
4a90db1c3b Recursive submodule updates are needed now. 2018-03-15 15:39:19 -07:00
David Hughes
fa53686b32 Changed dead link and removed setting an obsolete attribute 2018-03-13 12:01:24 +00:00