Commit Graph

4404 Commits

Author SHA1 Message Date
Robin Dunn
28fa0ae374 Some tweaks and code reorg, and a note about why it isn't working so far... 2019-10-16 11:37:56 -07:00
Robin Dunn
eba2d5f32f code cleanup and formatting changes 2019-10-11 16:40:04 -07:00
Robin Dunn
65b8d0e81f Merge branch 'filedialog_extracontrol' of https://github.com/conradchuang/Phoenix into conradchuang-filedialog_extracontrol 2019-10-11 16:27:02 -07:00
Robin Dunn
930e23e4ef Merge pull request #1393 from driscollis/patch-6
Update actual location of wx.gizmos.TreeListCtrl
2019-10-10 12:29:53 -07:00
Robin Dunn
bf2086e951 Merge pull request #1392 from ThomasP0815/hypertreelist-issue-1389
Hypertreelist issue 1389
2019-10-10 12:29:30 -07:00
Robin Dunn
8261b58e87 Merge pull request #1387 from wxWidgets/sphinx-update
Sphinx update
2019-10-10 12:29:03 -07:00
Mike Driscoll
7281cf9bef Update actual location of wx.gizmos.TreeListCtrl 2019-10-10 13:29:25 -05:00
Pappenreiter.Thomas
9f96e69ed4 Removing obsolte code block in hypertreelist 2019-10-10 10:23:07 +02:00
Pappenreiter.Thomas
c1d47daf5f switching to newest wxwidgets commit 2019-10-10 09:57:23 +02:00
Pappenreiter.Thomas
a359f487ab fix issue 1389 2019-10-09 17:26:12 +02:00
Pappenreiter.Thomas
2fa74f64d3 Merge branch 'master' from wxWidgets/Phoenix 2019-10-09 17:11:01 +02:00
Robin Dunn
f3ed7fd8d3 Merge branch 'ThomasP0815-improve-hypertreelist' 2019-10-07 19:39:22 -07:00
Robin Dunn
3d132b719b Move drawing of the row lines to after the item backgrounds are drawn 2019-10-07 16:06:46 -07:00
Robin Dunn
03e8162c75 Use a transparent pen to ensure that the full rect is filled with the bg color, and any previously set pens will not clutter stuff up 2019-10-07 16:05:05 -07:00
Robin Dunn
1cbde7b685 Use wx.LIGHT_GREY as the default colour, it is closer to the real default background 2019-10-07 15:33:31 -07:00
Robin Dunn
4fe640b9d5 Leave a bit of space between the controls 2019-10-07 15:18:24 -07:00
Robin Dunn
50b9cfd95a Don't start out with a transparent colour, the ColourDialog on OSX will not change it without extra steps 2019-10-07 15:17:53 -07:00
Robin Dunn
0eba88c53a cockie --> cookie 2019-10-07 15:16:36 -07:00
Robin Dunn
8395898ea5 Merge branch 'improve-hypertreelist' of https://github.com/ThomasP0815/Phoenix into ThomasP0815-improve-hypertreelist 2019-10-07 13:35:23 -07:00
Pappenreiter.Thomas
5c373dcc67 hypertreelist demo extended 2019-10-07 13:02:42 +02:00
Robin Dunn
bdaa489fbb Merge pull request #1381 from l0stman/fix-supertooltip
Use the defined text color in a SuperToolTip
2019-10-04 20:58:16 -07:00
Robin Dunn
baaac1f6f0 Merge pull request #1376 from duohedron/master
Fix numpy version to 1.16.1 for Python 2.7
2019-10-04 20:33:30 -07:00
Robin Dunn
6b862e8412 Adjust sphinx dependency for Python 2.7 2019-10-04 20:32:31 -07:00
Robin Dunn
d0bcfb3bfa fix .gitignore 2019-10-04 17:14:34 -07:00
Robin Dunn
a149ede93e Update wxWidgets revision 2019-10-04 17:00:53 -07:00
Robin Dunn
cbb2872ab0 Make a tarball from the docset 2019-10-04 16:17:42 -07:00
Robin Dunn
70be620ebb Remove the sidebar from pages in the Dash docset 2019-10-04 08:09:21 -07:00
Robin Dunn
04da3badb0 Update how doc2dash is invoked 2019-10-03 20:50:45 -07:00
Robin Dunn
40320294c1 Use BeautifulSoup to remove the header image instead of just changing the class. 2019-10-03 20:48:24 -07:00
Robin Dunn
d786a1dc1a Fix html tags around the inheritance diagram so BeautifulSoup doesn't get confused. 2019-10-03 20:00:16 -07:00
Robin Dunn
09404e63f5 Simplify postprocessing, remove changes no longer needed, or edit them for Sphinx 2.2.0. 2019-10-03 14:54:50 -07:00
Robin Dunn
04e5f9ebe2 Switch Sphinx to version 2.2.0 2019-10-03 14:49:19 -07:00
Robin Dunn
526b5af2b4 Merge pull request #1383 from wxWidgets/fix2-1363
Preserve executable permission bits
2019-10-01 09:19:49 -07:00
Robin Dunn
e16bed5478 Just add rw permissions, not clobber all, to preserve any executable bits that may already be set on some files. 2019-09-30 21:02:13 -07:00
duohedron
851b7bf353 Fix numpy version for Python 3 2019-09-30 21:29:07 +02:00
rr
9cba3914b6 Use the defined text color in a SuperToolTip
Previously, the text color was hardcoded as the system's text menu
color.
2019-09-27 08:25:04 +03:00
Robin Dunn
38d64b3851 Run sphinx with the target Python, not whatever happens to be on the PATH 2019-09-26 20:12:38 -07:00
duohedron
956f48c2d7 Fix numpy version to 1.16.1 for Python 2.7 2019-09-25 11:15:06 +02:00
Robin Dunn
f76a71a20e Ensure all DLLs are cleaned up 2019-09-20 11:57:29 -07:00
Robin Dunn
4c3e4296f9 Merge pull request #1369 from wxWidgets/fix-issue1363
Explicitly set permissions of the files and folders in source tarball
2019-09-19 20:43:49 -07:00
Robin Dunn
06d767d68a Merge pull request #1366 from l0stman/fix-intctrl
Initialize the old value of IntCtrl to the default one
2019-09-19 15:45:17 -07:00
Robin Dunn
8d000c72b9 Merge pull request #1362 from topic2k/fix_time.clock_deprecated
time.clock() is removed in Python 3.8
2019-09-19 15:43:12 -07:00
Robin Dunn
5afa4ed086 Revert part of 7e3844710d 2019-09-19 15:39:42 -07:00
Robin Dunn
ba99c18fc9 Explicitly set permissions of the files and folders in the source tarball 2019-09-19 14:08:13 -07:00
Robin Dunn
675e437188 Add build config tags 2019-09-18 20:32:19 -07:00
Robin Dunn
dbf38d9d24 Add missing dist builder.
Use 32-bit Python for win32 builds.
Add additional windows and linux workers.
2019-09-18 11:04:46 -07:00
Robin Dunn
134fe64659 Typos 2019-09-18 10:57:50 -07:00
Robin Dunn
47a942ae4f Fix possible permissions issue with uploaded files 2019-09-18 10:57:33 -07:00
Robin Dunn
1fddb7115d Stick with sphinx 1.4.5 for now 2019-09-17 20:53:54 -07:00
Robin Dunn
c3a68bef90 Use encoding when postprocessing the documentation files 2019-09-17 18:26:21 -07:00