Commit Graph

3622 Commits

Author SHA1 Message Date
Robin Dunn
5e89ae9bc9 Merge branch 'master' into sip-4.19.7 2018-01-23 12:16:38 -08:00
Robin Dunn
346e3b7d71 Merge pull request #702 from RobinD42/fix-issue701
Copy methods from wxGenericProgressDialog to wxProgressDialog.
2018-01-22 17:28:20 -08:00
Robin Dunn
fcf0d8cc17 Copy methods from wxGenericProgressDialog to wxProgressDialog.
This is needed because some of the methods are non-virtual, and they are reimplemented in the MSW version of wxProgressDialog. In order for those methods to be called they need to have wrappers generated.
2018-01-22 16:25:40 -08:00
Robin Dunn
0981cd9da5 Merge pull request #700 from RobinD42/fix-issue39
Update wxWidgets changeset pointer
2018-01-20 14:11:23 -08:00
Robin Dunn
a3d7be59b7 Merge pull request #699 from RobinD42/fix-issue679
Fix wx.dataview.TreeListCtrl.DeleteAllItems on GTK3
2018-01-20 13:56:37 -08:00
Robin Dunn
08461f1090 Add changelog for wx.RadioBox label fix 2018-01-20 13:51:56 -08:00
Robin Dunn
8aa4377677 Update wxWidgets changeset pointer 2018-01-20 13:49:50 -08:00
Robin Dunn
8258a1bc4d Add changelog for wx.dataview.TreeListCtrl fix 2018-01-19 15:15:46 -08:00
Robin Dunn
d4aea5ee25 Update wxWidgets changeset pointer 2018-01-19 15:14:07 -08:00
Robin Dunn
d60ee151b1 Merge pull request #695 from robmcmullen/cubecolorfixes
Fixed inverse state of "Show Alpha Control" toggle
2018-01-19 15:08:02 -08:00
Rob McMullen
5dc20b5a01 Fixed inverse state of "Show Alpha Control" toggle to the actual visibility of the control 2018-01-18 11:10:03 -08:00
Robin Dunn
c1a0a4dfa7 Merge pull request #691 from Metallicow/Trim-whitespace
Trim trailing whitespace - everything that's left
2018-01-17 17:56:01 -08:00
Robin Dunn
283bd6edb6 Merge pull request #690 from Metallicow/fix-toasterbox-hyperlink
Fix ToasterBox demo HyperlinkCtrl
2018-01-17 17:28:16 -08:00
Metallicow
99834ab3ec ⁉️ Trim trailing whitespace misc files
All these files seem like legit trailing whitespace that can be removed.
2018-01-16 09:37:04 -06:00
Metallicow
936d722cd8 ⁉️ Trim trailing whitespace *.md; *.rst
⁉️  Not sure if the generated *.rst stuff is intended to have
whitespace or not, so seperating this from the other commits, so easy to
revert if necessary.
2018-01-16 09:24:16 -06:00
Metallicow
1257f42189 ⁉️ Trim trailing whitespace docs/sphinx/rest_substitutions/*.py
⁉️ Not sure if the generated .rst stuff is intended to have
whitespace like this in it or not, so seperating this from the other
commits, so easy to revert if necessary.
2018-01-16 09:02:20 -06:00
Metallicow
e9f8f7d4df Trim trailing whitespace docs/sphinx/_downloads/*.py 2018-01-16 08:52:28 -06:00
Metallicow
c76384d458 Trim trailing whitespace *.py files 2018-01-16 08:47:07 -06:00
Metallicow
6b41523cc0 remove renamed import 2018-01-16 04:19:19 -06:00
Metallicow
f0ddc9ddf5 Fix ToasterBox demo HyperlinkCtrl 2018-01-16 03:58:21 -06:00
Robin Dunn
a3714e83cd Switch to sip 4.19.7.dev1801141749 on windows 2018-01-15 15:24:59 -08:00
Robin Dunn
370d747429 Switch to sip 4.19.7.dev1801141749 on linux 2018-01-15 14:27:59 -08:00
Robin Dunn
7adc335678 Fix compilation error for wxFSW_EVENT_UNMOUNT when it's not part of the C++ enum. 2018-01-15 14:31:41 -08:00
Robin Dunn
1d8d9aa384 Switch to 4.19.7.dev1801141749 on darwin 2018-01-15 14:16:00 -08:00
Robin Dunn
051374d57c Add new code snippet 2018-01-15 13:33:37 -08:00
Robin Dunn
5f1ee01014 Merge pull request #681 from RobinD42/fix-issue670
Add converting to datetime to PyGetDate methods
2018-01-11 20:39:28 -08:00
Robin Dunn
b6fb245219 Merge pull request #682 from RobinD42/fix-issue677
Replace use of old cmp() function
2018-01-11 20:39:06 -08:00
Robin Dunn
8727ff913c Update wxWidgets changeset 2018-01-11 20:18:11 -08:00
Robin Dunn
1950572224 Replace use of old cmp() function 2018-01-11 17:38:40 -08:00
Robin Dunn
40e8eb07de Add converting to datetime to PyGetDate methods 2018-01-11 11:00:33 -08:00
Robin Dunn
75ea7a4aa4 Merge branch 'port-gizmos' 2018-01-10 19:31:31 -08:00
Robin Dunn
01a9e1d476 Merge branch 'add-debian9' 2018-01-10 19:30:59 -08:00
Robin Dunn
05463402f1 Merge pull request #659 from RobinD42/port-gizmos
Port old gizmos C++ wrapper module to Python
2018-01-10 19:30:12 -08:00
Robin Dunn
18bec5a31a Add vagrant box for debian-9 2018-01-10 11:01:02 -08:00
Robin Dunn
12016f7a55 Tweak wording in wx.gizmos section 2018-01-09 09:16:53 -08:00
Robin Dunn
0029d19bd7 Add wx.gizmos section to the MigrationGuide. 2018-01-08 20:43:57 -08:00
Robin Dunn
92468c7a87 Merge branch 'master' into port-gizmos 2018-01-08 20:32:33 -08:00
Robin Dunn
08421b3903 Merge branch 'add-fedora27' 2018-01-08 20:27:13 -08:00
Robin Dunn
a9943d73fa Merge branch 'mesalu-pylike_indexing' 2018-01-08 20:26:37 -08:00
Robin Dunn
29be440509 Add changelog for reverse indexing change. 2018-01-08 20:26:23 -08:00
Robin Dunn
5f039085ff Merge branch 'pylike_indexing' of https://github.com/mesalu/Phoenix into mesalu-pylike_indexing 2018-01-08 20:24:47 -08:00
Robin Dunn
2b1d4bc66a Merge branch 'mesalu-etg_auitabctrl' 2018-01-08 20:18:24 -08:00
Robin Dunn
81a13fe1be Add a changelog entry for wx.aui.AuiTabCtrl 2018-01-08 20:17:52 -08:00
Robin Dunn
22cae1a173 Add vagrant box for fedora-27 2018-01-08 15:57:25 -08:00
Mesalu
f31d72eb0f Add fixWindowClass 2018-01-08 10:53:20 -08:00
Mesalu
2adb4aa56e Tweak wxAuiTabCtrl into _aui.auibook 2018-01-07 17:55:39 -08:00
Mesalu
24a6db6cd9 Add similar tactics to wxArray (and variants)
According to RobinD42, use cases in wxPython should be limited to Arrays that are full (no gaps)
2018-01-06 11:36:39 -08:00
Mesalu
af084599a6 Allow Py-like reverse indexing of wxList 2018-01-06 02:04:41 -08:00
Robin Dunn
ea4969d782 GTK3 is the default now 2018-01-05 19:54:24 -08:00
Robin Dunn
5cc17558e9 Update changelog for info about the TreeListCtrl class 2018-01-05 19:50:20 -08:00