Commit Graph

263 Commits

Author SHA1 Message Date
Robin Dunn
b180e6b9d4 dataview tweaks, and demo update for CustomRenderer 2017-11-17 14:52:40 -08:00
Robin Dunn
3d732247bf Merge pull request #602 from kollivier/static_box_parent_demo
Static box parent demo
2017-11-08 19:48:11 -06:00
Robin Dunn
9fc5e86426 Merge pull request #601 from kollivier/sized_static_box
Sized static box
2017-11-08 19:46:51 -06:00
kollivier
5498c1e38a Add a quick note in the docs and remove the 2.9+ in the title. 2017-11-08 13:35:29 -08:00
kollivier
4a7d84ec8c Add example showing usage of SizedStaticBox now that we can support it. 2017-11-08 13:33:17 -08:00
kollivier
d0b7ae9ab0 Don't specify the platforms explicitly, as some Linux variants may work fine, and in general probably best to just note that it can have problems 2017-11-08 11:40:59 -08:00
kollivier
2a047d8283 Update the static box demo to show proper use as a parent. Leave the old wx.StaticBoxSizer approach in with an explanation as well, since this approach is still prevalent in user code. 2017-11-08 11:37:29 -08:00
Robin Dunn
9148ce676b Python 2.7 fix. Apparently pickle doesn't like memoryview objects on 2.7 2017-09-27 19:53:14 -07:00
Robin Dunn
193641b1ad Changelog and demo cleanup 2017-09-27 19:51:28 -07:00
Robin Dunn
541c4882da Add an item to wx.PlatformInfo and wx.__version__ indicating build type:
Development, snapshot or release
2017-09-27 17:25:37 -07:00
Robin Dunn
3aa2cbcbdb Fixes in wx.aui to properly transfer ownership of the menubar, and also some tweaks in the AUI_MDI sample in the demo. 2017-09-21 23:12:44 -07:00
Robin Dunn
f04d103bea Bump version number for next series of builds until the next release. 2017-09-18 12:29:43 -07:00
Robin Dunn
d708fa67fb Merge branch 'master' into release-prep 2017-09-15 08:33:45 -07:00
Robin Dunn
4ce9c2b46f Various other propgrid related tweaks 2017-09-14 19:57:26 -07:00
Robin Dunn
6a350656c6 stop and delete the timers when switching to a different sample 2017-09-08 14:31:10 -07:00
Robin Dunn
06bdddb7e3 Remove the not-recent recent additions 2017-09-08 14:30:38 -07:00
Robin Dunn
b55cfa073a Add wx.Simplbook 2017-09-05 21:32:29 -07:00
Robin Dunn
6e7159eeaa Fix bad initial scale factor when default size is used 2017-09-04 15:59:37 -07:00
Robin Dunn
94c69d707f Add the agw subfolder to path so standalone samples can be run there 2017-09-04 14:00:57 -07:00
Robin Dunn
bad0242c18 Cleanup the process in ShutdownDemo if it's still running 2017-09-04 14:00:22 -07:00
Robin Dunn
b3de786afd fix deprecation warning 2017-08-11 16:25:29 -07:00
Robin Dunn
97002a8803 Not sure why it was commented out, but the taskbar icon needs to be destroyed in order for the MainLoop to exit normally. 2017-08-04 17:19:48 -07:00
Robin Dunn
70f67e2870 post-release bump of the version number 2017-07-24 10:39:00 -07:00
Robin Dunn
affe39d257 Let's call it beta 1, and a few other tweaks and updates. 2017-07-22 17:38:53 -07:00
Robin Dunn
36099cff0c Merge branch 'master' into fix-issue394 2017-07-21 16:31:55 -07:00
Robin Dunn
1caf4fd24c ImageFileWithLargeEditor is still not great, but it at least doesn't endlessly recurse, or crash any more. 2017-07-21 15:39:58 -07:00
Robin Dunn
261706fca9 tweaks for testing 2017-07-21 13:24:03 -07:00
Robin Dunn
0a179d849b fix typo 2017-07-21 13:20:54 -07:00
Robin Dunn
63dd9a6b31 Merge branch 'master' into fix-issue394 2017-07-19 16:29:33 -07:00
Ben Hagen
ba7f63cba4 Use wx.Icon instead of wx.IconFromBitmap 2017-07-09 13:14:38 +02:00
Robin Dunn
3a24ceb87c Use DoGetEditorClass instead of GetEditor 2017-06-29 12:37:47 -07:00
Robin Dunn
b9287ac78e Add a password property to the PropGrid demo 2017-06-16 20:45:47 -07:00
Robin Dunn
17d110da96 Transfer ownership of arg in AddPrivateChild. 2017-06-14 18:45:31 -07:00
Robin Dunn
0df54b74a0 SetOptionInt --> SetOption 2017-06-14 17:58:04 -07:00
Robin Dunn
5718f94b24 Bump version in demo too 2017-06-08 17:02:33 -07:00
Robin Dunn
d155247345 Add a label to tell the user what's going on 2017-06-07 20:35:00 -07:00
Robin Dunn
6cdab64dc3 Print status messages to self.log 2017-06-07 20:33:49 -07:00
Robin Dunn
9ceff621de Various propgrid demo fixes 2017-06-02 15:29:51 -07:00
Robin Dunn
57ca0e3110 bump demo version 2017-05-09 20:02:27 -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
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
43a4106c98 typo 2017-04-26 16:19:44 -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
c688587c0a Ensure the notebook still exists as the delivery of the changed and changing events may not happen right away 2017-04-20 17:11:13 -07:00
Robin Dunn
2521a31547 Merge pull request #281 from BrendanSimon/fix-guage-demo-typo
Fix typo in Gauge demo.
2017-04-17 17:57:20 -07:00
Robin Dunn
13b069c3db demo version bump 2017-04-17 09:16:41 -07:00
Brendan Simon
9db6de8ff8 Fix typo in Gauge demo. 2017-04-16 21:14:22 +10:00
Robin Dunn
8c79e98b57 randint wants integer values for the range 2017-04-07 12:26:09 -07:00
Robin Dunn
f4e2104adc Set the version number to 4.0.0 and update comments and other text about not keeping in sync with wxWidgets version anymore. 2017-04-07 12:24:36 -07:00