Commit Graph

2459 Commits

Author SHA1 Message Date
Robin Dunn
04ec9090df Merge pull request #154 from swt2c/fix_ribbonbar_transfer
Fix wxRibbonBar::SetArtProvider ownership
2016-08-23 18:09:41 -07:00
Robin Dunn
73f0622bf6 Additional ribbonbar_demo tweaks and cleanup. 2016-08-23 14:29:32 -07:00
Robin Dunn
27f607cb37 Merge branch 'fix_ribbon_sample_crash' of https://github.com/swt2c/Phoenix into swt2c-fix_ribbon_sample_crash 2016-08-23 14:18:26 -07:00
Scott Talbert
929f6c7f22 Fix wxRibbonBar::SetArtProvider ownership
SetArtProvider in RibbonBar takes ownership of the pointer so we need to use
transfer here.
2016-08-21 15:36:03 -04:00
Scott Talbert
a3b10d5d63 Fix crash in ribbonbar sample
The ArtProvider shouldn't be cloned in this case because SetArtProvider() does
not take ownership of the object in this case.  Because of that, once the
cloned provider goes out of scope and gets garbage collected, future uses will
crash.

Fixes #141.
2016-08-20 23:16:39 -04:00
Robin Dunn
53f3c37eb1 Merge pull request #148 from swt2c/fix_msgdlg_tests
Fix msgdlg tests
2016-08-20 18:23:47 -07:00
Robin Dunn
cddd5c8295 Merge pull request #147 from swt2c/fix_richmsgdlg_tests
Fix richmsgdlg tests
2016-08-20 18:23:27 -07:00
Robin Dunn
1aef9baa4b Merge pull request #146 from swt2c/fix_scrolwin_test
Fix scrolwin test
2016-08-20 18:23:03 -07:00
Robin Dunn
98e333ed67 Merge pull request #145 from swt2c/fix_pi_import_test
Fix pi_import test - look for the .pi files in the same directory as wx
2016-08-20 18:22:51 -07:00
Robin Dunn
b88d08c220 Add a wx.GridBagSizer.Add method that allows a spacer to be defined with a wx.Size (or just a tuple) as in Classic. 2016-08-20 18:22:16 -07:00
Scott Talbert
3bce861b59 Fix msgdlg tests 2016-08-18 23:31:58 -04:00
Scott Talbert
abfe4113fb Fix richmsgdlg tests 2016-08-18 23:29:41 -04:00
Scott Talbert
24a45b69f4 Fix scrolwin test 2016-08-18 20:13:14 -04:00
Scott Talbert
6b4f5e886a Fix pi_import test - look for the .pi files in the same directory as wx 2016-08-18 20:03:43 -04:00
Robin Dunn
ca34d719be Merge pull request #144 from swt2c/fix_topictreetraverser
Fix TopicTreeTraverser when doing breadth traversal on Python 3
2016-08-15 23:18:26 -07:00
Robin Dunn
c17f51d459 Merge pull request #143 from swt2c/fix_pubsub_provider_tests
Fix lib_pubsub_provider tests
2016-08-15 23:17:57 -07:00
Robin Dunn
bce90d0941 Merge pull request #142 from swt2c/fix_pubsub_listener_tests
Fix lib_pubsub_listener tests
2016-08-15 23:17:08 -07:00
Robin Dunn
2a30ee163d Merge pull request #140 from swt2c/fix_pubsub_except_tests
Fix lib_pubsub_except tests
2016-08-15 23:16:22 -07:00
Robin Dunn
f5fea14e5e Merge pull request #139 from swt2c/fix_flatmenu_test
Fix lib_agw_flatmenu test
2016-08-15 23:15:42 -07:00
Robin Dunn
e47140fb01 Merge pull request #138 from swt2c/fix_pyprogress_tests
Fix lib_agw_pyprogress tests
2016-08-15 23:15:17 -07:00
Robin Dunn
bd371e6aab Merge pull request #137 from swt2c/fix_dockart
Fix dockart when not using the Windows XP theme
2016-08-15 23:15:00 -07:00
Scott Talbert
cf59ae09fb Fix TopicTreeTraverser when doing breadth traversal on Python 3
Python 3 orders maps differently from Python 2, so sort the subtopics before
traversing them like is done with depth traversal.
2016-08-16 00:15:36 -04:00
Scott Talbert
b683d39ab2 Fix lib_pubsub_provider tests 2016-08-15 20:54:44 -04:00
Scott Talbert
30f991910d Fix lib_pubsub_listener tests
Python 3 doesn't have unbound methods and thus will not throw the ValueError
that is expected in Python 2.
2016-08-14 20:15:49 -04:00
Scott Talbert
ed9ddf5300 Fix lib_pubsub_except tests 2016-08-14 11:13:44 -04:00
Scott Talbert
bf8c78ea8b Fix lib_agw_flatmenu test 2016-08-13 20:57:35 -04:00
Scott Talbert
22d9d555ab Fix lib_agw_pyprogress tests 2016-08-13 20:38:54 -04:00
Robin Dunn
25d687d8a3 Convert some code snippets for the docs. 2016-08-13 17:33:33 -07:00
Scott Talbert
6f026ab75f Fix dockart when not using the Windows XP theme 2016-08-13 20:19:00 -04:00
Robin Dunn
5b831d5498 Merge pull request #135 from swt2c/fix_helpwnd_test
Fix helpwnd test - need to wait a bit longer for window to be realized
2016-08-13 12:29:42 -07:00
Robin Dunn
f3869e4d3c Merge pull request #133 from swt2c/fix_helpdlg_test
Fix helpdlg test
2016-08-13 12:29:25 -07:00
Robin Dunn
ad4fa75d03 Merge pull request #132 from swt2c/fix_graphics_tests
Fix graphics tests
2016-08-13 12:28:40 -07:00
Scott Talbert
5fb4967629 Fix helpwnd test - need to wait a bit longer for window to be realized 2016-08-12 21:49:03 -04:00
Robin Dunn
ffcc23cb60 Change "~lib" --> "~wx.lib" in agw 2016-08-12 14:57:10 -07:00
Robin Dunn
b4233d9299 Fully qualify names for more links. 2016-08-12 14:53:29 -07:00
Robin Dunn
62e5198463 Fix backslashes. 2016-08-12 10:58:03 -07:00
Scott Talbert
86c7ed3170 Fix helpdlg test
Dialog needs to be created before trying to destroy it.
2016-08-10 23:44:32 -04:00
Scott Talbert
d080de015b Fix graphics tests
Tests that create a GraphicsContext from the frame need to wait a bit for the
window to be realized so they don't crash.  Also, CreateSubBitmap() isn't
implemented for wxCairo, so skip it there.
2016-08-10 23:33:14 -04:00
Robin Dunn
1efd6fb03f Merge pull request #124 from RobinD42/wip-demo
WIP: Various tweaks and fixes for issues discovered in the demo
2016-08-10 19:58:25 -07:00
Robin Dunn
175542eafa Remove more old and unused demo files 2016-08-10 19:49:48 -07:00
Robin Dunn
2f1f0ee1e9 XRC and MemoryFSHandler fixes 2016-08-10 19:46:58 -07:00
Robin Dunn
9d5e743e50 More minor demo fixes and updates for Py3, Phoenix, etc. 2016-08-10 15:56:04 -07:00
Robin Dunn
9fe03f7570 Remove some additional unused/outdated demo files 2016-08-10 15:55:21 -07:00
Robin Dunn
2e93343b6f Merge branch 'master' into wip-demo 2016-08-10 10:59:10 -07:00
Robin Dunn
ce00fc06a5 * Slight refactoring in wx/lib/plot/examples/demo.py
* Add a __init__.py
* Update the PyPlot sample in the main wxPython demo to use the new plot demo
2016-08-10 10:48:54 -07:00
Robin Dunn
56492c33c7 Merge branch 'master' into wip-demo 2016-08-09 23:07:38 -07:00
Robin Dunn
4eb38cb526 Merge pull request #127 from david-hughes/pdfviewer
4 August 2016 Phoenix updates for wx.lib.pdfviewer and demo/PDFViewer
2016-08-09 23:02:05 -07:00
Robin Dunn
f04fe636e6 Merge pull request #131 from swt2c/fix_fontdlg_test
Fix fontdlg test on wxGTK
2016-08-09 22:31:58 -07:00
Robin Dunn
58989a69fc Merge pull request #130 from swt2c/fix_filedlg_test
Fix filedlg test
2016-08-09 22:29:49 -07:00
Robin Dunn
9d0f91e010 Merge pull request #129 from swt2c/fix_event_tests_crash
Fix crash when running event tests
2016-08-09 22:28:30 -07:00