Commit Graph

3762 Commits

Author SHA1 Message Date
Tianzhu Qiao
45d595998a Fix a bug in setting AuiDockingGuide size.
Set the client size to be the guide size. Otherwise, it is not shown correctly
on Linux.
2018-05-08 19:49:09 -07:00
Robin Dunn
22c12acb0f Merge pull request #847 from RobinD42/fix-issue815
Update wxWidgets submodule link
2018-05-08 18:41:51 -07:00
Robin Dunn
4148166c7f Update wxWidgets submodule link 2018-05-08 18:04:29 -07:00
Robin Dunn
2e5430d57f Merge branch 'this-n-that' into wxPy-4.0.x 2018-05-07 11:22:08 -07:00
Robin Dunn
e8653bc7f3 Ignore .ptest_cache folder 2018-05-07 11:06:45 -07:00
Robin Dunn
a1433c1834 Conditionalize the use of the old buffer protocol APIs 2018-05-07 11:05:47 -07:00
Robin Dunn
3aa6544e60 When launching the demo via __main__.py ensure the demo folder is on the sys.path 2018-05-07 08:11:28 -07:00
Robin Dunn
d723c2cabf Add deprecation place-holders for wx.msw.Metafile and MetafileDC 2018-05-07 08:10:34 -07:00
Robin Dunn
0d2f66e49e Merge branch 'add-ubuntu18.04' into wxPy-4.0.x 2018-05-06 08:35:14 -07:00
Robin Dunn
8eb57c03ac Drop Python 3.5 since we have 3.7 in this distro 2018-05-06 00:13:12 -07:00
Robin Dunn
5a4bfb2121 Add Python 3.7 2018-05-06 00:10:08 -07:00
Robin Dunn
2743215e4d apt-get --> apt 2018-05-06 00:10:08 -07:00
Robin Dunn
4509007172 Add vagrant box for ubuntu-18.04 2018-05-06 00:10:08 -07:00
Robin Dunn
7a90868c85 Merge pull request #846 from RobinD42/update-waf
Update waf to version 2.0.7
2018-05-05 22:54:15 -07:00
Robin Dunn
7bed0a80ad Add changelog about waf update 2018-05-05 22:20:26 -07:00
Robin Dunn
e0cde87412 Update waf to version 2.0.7 2018-05-05 22:19:10 -07:00
Robin Dunn
6c3ce18e17 Merge pull request #845 from RobinD42/fix-issue811
Enable wrapping wxGraphicsContext::Create(metaFileDC)
2018-05-05 22:13:24 -07:00
Robin Dunn
b878d4db28 Also mention the move of the metafile classes from the wx.msw module. 2018-05-05 21:39:13 -07:00
Robin Dunn
1f88c6b908 Changelog for #811 2018-05-05 21:33:53 -07:00
Robin Dunn
3aa61bbd3d Add dummy stub classes
to be used when the metafile classes are not implemented.
2018-05-05 21:29:56 -07:00
Robin Dunn
3ed48b8362 Add MetafileDC code snippet 2018-05-05 19:30:17 -07:00
Robin Dunn
01e7fdcd0e Enable wxGraphicsContext::Create(metaFileDC) wrapper 2018-05-05 19:24:53 -07:00
Robin Dunn
78f8930a99 The wxMetafile classes are not just on MSW now. Move them to _core.
Will still need to find a way to make it build on wxGTK...
2018-05-05 19:24:33 -07:00
Robin Dunn
c10a735d28 Update wx.TextCompleterSimple example code snippet 2018-05-02 10:36:33 -07:00
Robin Dunn
4218310db3 Merge pull request #839 from swt2c/add_numdlg
Add missing wx.NumberEntryDialog
2018-05-01 20:22:19 -07:00
Robin Dunn
16c63c4723 Merge branch 'wxPy-4.0.x' into add_numdlg 2018-05-01 19:58:34 -07:00
Robin Dunn
6e0a3c7694 Merge pull request #840 from RobinD42/fix-issue836
Fix wx.TextCompleterSimple.GetCompletions
2018-05-01 19:53:32 -07:00
Robin Dunn
5fb62f4c8b Change wx.TextCompleterSimple.GetCompletions to send the list of strings as a return value, rather than a parameter that gets filled. 2018-05-01 19:27:55 -07:00
Scott Talbert
49af2f9fbf Add missing wx.NumberEntryDialog 2018-05-01 20:02:17 -04:00
Robin Dunn
9f056497e4 Set the length of the revision ID to be output from rev-parse 2018-04-30 23:03:08 -07:00
Robin Dunn
caa16a684d Merge pull request #838 from RobinD42/fix-issue836
Copy MethodDefs for Start and GetNext from base class
2018-04-30 22:07:24 -07:00
Robin Dunn
d54f43a7f6 Copy MethodDefs for Start and GetNext from base class 2018-04-30 21:11:05 -07:00
Robin Dunn
6e8d62e08a Merge pull request #832 from RobinD42/fix-issue820
Workaround the lack of checking valid page numbers in book ctrls
2018-04-28 20:48:26 -07:00
Robin Dunn
9c0ed205ee Merge branch 'wxPy-4.0.x' into fix-issue820
# Conflicts:
#	CHANGES.rst
2018-04-28 20:26:22 -07:00
Robin Dunn
2ca3944a03 Enable running the demo with just python demo 2018-04-28 19:53:09 -07:00
Robin Dunn
1911c5e886 Merge pull request #830 from RobinD42/fix-issue816
Change winid parameter in wx.ScrolledWindow to id, for consistency
2018-04-28 19:51:21 -07:00
Robin Dunn
e4f473bf1d Workaround the lack of checking valid page numbers in book ctrls 2018-04-28 19:48:14 -07:00
Robin Dunn
6bf324c043 Change winid parameter in wx.ScrolledWindow to id, for consistency 2018-04-28 18:26:49 -07:00
Robin Dunn
3123b7ea23 Added changelog entries 2018-04-28 18:03:31 -07:00
Robin Dunn
e2fd7ab7c8 Merge pull request #818 from GadgetSteve/master
Fix wxGet for pip V10 and above
2018-04-28 17:46:06 -07:00
Robin Dunn
37facd8822 Merge pull request #825 from tianzhuqiao/py
Fix a python3 compatibility issue to get class instance and function objects
2018-04-28 17:33:54 -07:00
Robin Dunn
16028612a6 Update development status 2018-04-28 17:25:53 -07:00
Robin Dunn
5f62774b10 ignore .vscode folders 2018-04-28 17:25:53 -07:00
Robin Dunn
bee040fe45 Merge pull request #829 from swt2c/fix_textcompleter
Fix subclassing of wx.TextCompleter and wx.TextCompleterSimple
2018-04-28 17:21:59 -07:00
Scott Talbert
b0d5e2d875 Fix subclassing of wx.TextCompleter and wx.TextCompleterSimple
Closes https://github.com/wxWidgets/Phoenix/issues/827
2018-04-27 20:40:47 -04:00
Robin Dunn
d4bd2fe6c8 Merge pull request #802 from RobinD42/fix-issue799
QnD fix for missing self.shell attribute
2018-03-27 19:50:15 -07:00
Robin Dunn
97601047ac Merge pull request #801 from RobinD42/fix-issue798
Use Py27 compatible super()
2018-03-27 19:49:58 -07:00
Robin Dunn
36382b2f3c Merge pull request #800 from RobinD42/fix-issue780
Turn off use of -std=c++11 flag for now
2018-03-27 19:49:43 -07:00
Robin Dunn
e55ccf8940 QnD fix for missing self.shell attribute 2018-03-27 19:26:04 -07:00
Robin Dunn
c1122968d3 Use Py27 compatible super() 2018-03-27 19:04:44 -07:00