Commit Graph

3051 Commits

Author SHA1 Message Date
Robin Dunn
85599b5d66 The /FS flag doesn't exist in the VC++ used when building for Python 2.7 wxPython-4.0.0a2 2017-05-07 21:56:44 -07:00
Robin Dunn
35fa39208d Make the dist dir if it doesn’t exist 2017-05-07 11:45:29 -07:00
Robin Dunn
e895f1e87a fix comment 2017-05-06 17:20:34 -07:00
Robin Dunn
c3e3bfe66e Copy changes to ANNOUNCE.txt 2017-05-06 17:12:26 -07:00
Robin Dunn
c5e7da9fa1 Adjust wording about this release a little. 2017-05-06 17:09:21 -07:00
Robin Dunn
f12c9bc1a5 Merge branch 'master' into release-prep 2017-05-05 21:01:59 -07:00
Robin Dunn
953a2e568b Merge pull request #346 from RobinD42/fix-issue345
Fix GridTableBase.GetValue
2017-05-05 20:59:19 -07:00
Robin Dunn
067a5ee74b In case regen.sh doesn’t have the executable bit set 2017-05-05 17:41:38 -07:00
Robin Dunn
4cab0f7dc0 add note about GridTableBase.GetValue fix and mention we’re using official wxWidgets 3.0.3 2017-05-05 17:38:51 -07:00
Robin Dunn
e6c6116f5b Fix GridTableBase.GetValue and related methods to work more like they did in Classic. 2017-05-05 17:19:01 -07:00
Robin Dunn
d440c824e8 typo 2017-05-05 16:47:18 -07:00
Robin Dunn
131b3d779c push the tag too 2017-05-02 16:50:54 -07:00
Robin Dunn
00c7358a41 In case regen.sh doesn’t have the executable bit set 2017-05-02 16:47:46 -07:00
Robin Dunn
a9e25ddb2e Merge pull request #343 from driscollis/patch-3
Update img2py.py
2017-05-02 16:23:41 -07:00
Robin Dunn
279ba6e881 Various bits about the release-extras location, etc. 2017-05-02 15:52:57 -07:00
Robin Dunn
c823d28032 Info about where the extra release files can be found 2017-05-02 15:52:57 -07:00
Robin Dunn
bb8f0804b1 Begin CHANGES text for 4.0.0a2 2017-05-02 15:52:57 -07:00
Robin Dunn
7c2e087bfc Use wxWidgets commit tagged v3.0.3 2017-05-02 15:52:41 -07:00
Mike Driscoll
435d779e8b Update img2py.py
Fix a couple of typos
2017-05-02 09:11:04 -05:00
Robin Dunn
cbe6dab1c5 tweak snapshot wording a bit, again 2017-04-29 13:05:44 -07:00
Robin Dunn
0a2057c1ea tweak snapshot wording a bit 2017-04-29 13:04:14 -07:00
Robin Dunn
1ad1e58d42 Merge pull request #336 from Metallicow/patch-1
Update README Add Snapshot Builds Link
2017-04-29 12:59:30 -07:00
Robin Dunn
40a98dad4c Merge pull request #340 from RobinD42/fix-issue337
Stop the main timer when the toast is done, otherwise it will burn
2017-04-28 21:36:59 -07:00
Robin Dunn
f8407dfc00 Merge pull request #339 from RobinD42/fix-issue318
Mark wxXmlSubclassFactory::Create as a factory function
2017-04-28 21:08:00 -07:00
Robin Dunn
5348e369bc Stop the main timer when the toast is done, otherwise it will burn 2017-04-28 20:57:38 -07:00
Robin Dunn
5a669d5462 Change wx.SafeYield back to wx.YieldIfNeeded 2017-04-28 15:29:17 -07:00
Robin Dunn
0272dab5fb Mark wxXmlSubclassFactory::Create as a factory function 2017-04-28 15:26:29 -07:00
Metallicow
a81093c4b3 Update README Add Snapshot Builds Link 2017-04-28 05:32:25 -05:00
Robin Dunn
bceb1d27c3 Merge pull request #335 from RobinD42/fix-issue331
Add a missing constant and enum for wx.grid
2017-04-27 23:53:04 -07:00
Robin Dunn
407184902f Update wxWidgets branch 2017-04-27 19:39:52 -07:00
Robin Dunn
44d2b5d309 Add a missing constant and enum for wx.grid 2017-04-27 09:35:48 -07:00
Robin Dunn
cfc93cc9c3 Merge pull request #330 from Nutznieser/patch-1
Fix screen flickering due to multiple refreshes on non-GTK platform
2017-04-27 09:15:12 -07:00
Robin Dunn
82c9b45690 Merge pull request #332 from driscollis/patch-3
Update DVC_DataViewModel.py
2017-04-27 09:13:01 -07:00
Mike Driscoll
e40707fd30 Update DVC_DataViewModel.py
Fix a bunch of typos in the comments
2017-04-27 08:41:31 -05:00
Robin Dunn
26457963c2 Add —relwithdebug flag for dist builds 2017-04-26 19:22:14 -07:00
Robin Dunn
d818b94998 Clarify comment 2017-04-26 19:17:40 -07:00
Robin Dunn
cfff0baccb Add the python version to the pdb zip filename 2017-04-26 18:30:34 -07:00
Robin Dunn
e5bfaebcc6 Add cmd to move the *.pdb files into a zip file, do it by default when building an egg or wheel. 2017-04-26 18:30:34 -07:00
Robin Dunn
c6ad8a4b8a Add flags to create .pdb files for the --msvc-relwithdebug option 2017-04-26 18:30:33 -07:00
Robin Dunn
81751caf40 Merge branch 'fix-deleteallpages' 2017-04-26 18:27:12 -07:00
Robin Dunn
43a4106c98 typo 2017-04-26 16:19:44 -07:00
Robin Dunn
8376744f66 Add wrapper for wxNotebook::DeleteAllPages 2017-04-26 16:18:39 -07:00
Nutznieser
7a4848a12d Fix screen flickering due to multiple refreshes
The event is only important for GTK; see issue #270
2017-04-26 09:25:42 +02:00
Robin Dunn
0b9aa6e58f Merge pull request #329 from RobinD42/dataview-fixes
DataView fixes
2017-04-25 19:48:13 -07:00
Robin Dunn
5b26416ecb Fix the virtual catcher code, and some cleanup. 2017-04-25 17:40:24 -07:00
Robin Dunn
b50b321d0e Fix some virtual method signatures 2017-04-25 14:37:50 -07:00
Robin Dunn
9c9b66f220 Merge pull request #321 from Nutznieser/patch-1
Fix wx._core.wxAssertionError at dragging a agw.aui tab
2017-04-24 18:44:52 -07:00
Robin Dunn
b8dd7aeba1 Merge pull request #320 from pauldmccarthy/agw_osx_segfault_fix
A couple of fixes to lib/agw/aui to prevent segfaults under OSX
2017-04-24 18:43:14 -07:00
Robin Dunn
711ce24cba Merge pull request #328 from RobinD42/fix-issue316
Clear the error set by earlier (failed) tests when creating a wxVariant
2017-04-24 18:41:02 -07:00
Robin Dunn
5a14acd54d Merge pull request #327 from RobinD42/fix-issue324
Fix the [G|S]etClientData methods in wx.CommandEvent
2017-04-24 18:40:16 -07:00