Commit Graph

295 Commits

Author SHA1 Message Date
Metallicow
bae97ff7f2 Add missing AuiToolBarItem HoverBitmap code
Add in code that wasn't existing that makes the HoverBitmap show when
mouse is in a hovered upon or pressed state over a AuiToolBarItem.
2015-02-23 23:18:36 -06:00
wernerfb
763ea4f33a - prop value to large - was fixed in SVN 2015-02-21 11:35:33 +01:00
Robin Dunn
fc8a5ee480 Merge branch 'june_flatmenu' of https://github.com/wernerfb/Phoenix into wernerfb-june_flatmenu 2015-02-16 16:29:47 -08:00
Robin Dunn
659b659c27 Merge branch 'june-coding' of https://github.com/wernerfb/Phoenix into wernerfb-june-coding 2015-02-16 16:21:58 -08:00
Robin Dunn
e24f4ea739 Merge pull request #96 from wernerfb/2015feb-art
Doc in lib.langlistctrl and lib.art
2015-02-11 18:24:25 -08:00
Werner F Bruhin
d548a5b310 - if it is not called in FCObjects we need to call it here 2015-02-11 14:45:18 +01:00
Werner F Bruhin
59f43fd818 - the crash cause for Sphinx build 2015-02-11 14:27:17 +01:00
Werner F Bruhin
384af619b5 - format changes to doc
- commented or removed a few print statements
2015-02-11 14:05:06 +01:00
Werner F Bruhin
b28d10a335 - documentation
- getBitmap deprecated
2015-02-10 16:37:54 +01:00
Werner F Bruhin
97046c9a54 - doc format, needed an indent 2015-02-10 16:37:03 +01:00
Werner F Bruhin
f28fa57348 - clean up doc strings 2015-02-10 14:49:47 +01:00
Robin Dunn
f9fa22b71d Merge pull request #78 from wernerfb/may
FloatCanvas and sized_controls
2015-02-09 17:24:49 -08:00
Robin Dunn
8878c918e5 Merge pull request #95 from Metallicow/shortcuteditor-fixes-feb-2015
shortcuteditor fixes
2015-02-09 15:41:17 -08:00
Metallicow
efa6f6fab6 ensure all bmps in tree are 16x16
menus can have 24 or 32 size bitmaps and still look right in the menus.
but they get cut off in the tree and dont look right. so check first and
scale the bitmap if not 16 so as to prevent ugliness and possible errors
with the imagelist.
2015-02-06 15:27:22 -06:00
Metallicow
5be7162109 return the dialog returncode, not None
Makes the OK and Cancel buttons actually work now in the demo and other
apps derived of the samples.
TODO: Classic wxpy needs these fixes pushed also.
2015-02-06 15:21:59 -06:00
Werner F Bruhin
42df586ecd - make Sphinx links in module doc work 2015-02-06 10:17:02 +01:00
Robin Dunn
d8004872a9 "#" inside of strings can confuse our Sphinx builder tools. Workaround and add a TODO. 2015-02-05 21:19:31 -08:00
Robin Dunn
03ae139fb8 Merge pull request #93 from wernerfb/june_ogl_rework-autopep8
OGL rework
2015-02-05 21:18:10 -08:00
Robin Dunn
6e0ef1b9df Merge pull request #92 from wernerfb/15Feb-combotree
Prevent DeadObject error
2015-02-05 21:02:42 -08:00
Werner F Bruhin
2b961e0bf8 Merge branch 'master' into june-coding
Conflicts:
	wx/lib/agw/persist/persist_handlers.py
	wx/lib/agw/persist/persistencemanager.py
2015-02-05 14:11:13 +01:00
Werner F Bruhin
8e3feae598 Merge branch 'master' of https://github.com/RobinD42/Phoenix into june_ogl_rework-autopep8 2015-02-05 11:37:54 +01:00
Werner F Bruhin
2461989aa8 - added 'documented' flag, also could still do with some editing 2015-02-05 11:23:44 +01:00
Werner F Bruhin
f081eb9ba7 - remove -#!/usr/bin/env python 2015-02-05 11:08:10 +01:00
Werner F Bruhin
f8de460123 - prevent "wrapped C/C++ object of type MSWComboTreeBox has
been deleted"
2015-02-05 10:27:45 +01:00
Robin Dunn
964e224a75 We need a _focusColour for Mac too. 2015-02-04 19:11:16 -08:00
Robin Dunn
0ecc26455a Merge branch 'may-aquab' of git://github.com/wernerfb/Phoenix into wernerfb-may-aquab 2015-02-04 18:36:15 -08:00
Robin Dunn
fbde42b498 Merge pull request #71 from Metallicow/Add-ResizeWidget-Changeable-Options
Allow RW colors & dimension to be customizable
2015-02-04 17:57:41 -08:00
Robin Dunn
91d1f5c4c3 Fix coding lines in agw.
Remove #! lines. (It's only needed for files intended to be run from the command line.)
2015-02-04 14:44:20 -08:00
Robin Dunn
30d645fcda Merge branch 'june-agw' of git://github.com/wernerfb/Phoenix into wernerfb-june-agw 2015-02-04 14:30:07 -08:00
Robin Dunn
5e55360242 Update six.py to 1.9.0 2015-02-04 14:18:06 -08:00
Robin Dunn
26ceb9f067 We don't have DoEraseBackground yet... 2015-02-04 14:18:01 -08:00
Robin Dunn
d2d6b24e52 Merge pull request #88 from wernerfb/june-docs
- sphinx didn't like the text formatting
2015-02-04 12:20:30 -08:00
Robin Dunn
053e75b625 Merge pull request #91 from fhoech/patch-1
Prevent TabFrame being visible
2015-02-04 11:53:10 -08:00
Robin Dunn
4088506f37 Fix event loop usage, but comment for now because it is hanging the tests
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@78300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-12-23 00:28:01 +00:00
Robin Dunn
7b24c883ba Avoid warning when there is no accelerator in the menu item text, or use GetAccelString if it has been set.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@78298 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-12-23 00:27:41 +00:00
Robin Dunn
e641e4759c GitBitmap should return a Bitmap.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@78208 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-11-28 04:48:43 +00:00
Robin Dunn
72097e174f Add missing rectPrev variable based on how the other methods use it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@78207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-11-28 04:48:34 +00:00
Robin Dunn
5e3f4f0cd1 Don't hide the base class Destroy method.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@78206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-11-28 04:48:25 +00:00
Robin Dunn
6ef7d83d97 Apply patch updating wx.lib.plot, closes #16590
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@78006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-10-11 19:58:21 +00:00
Robin Dunn
4ff09cf185 Apply patch #16590 to plot.py, removes support for oldnumeric.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@77976 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-10-08 04:33:33 +00:00
Florian Höch
89e02a0d2f Prevent TabFrame being visible
With Phoenix, the TabFrame is unintentionally visible in the top left corner (visible as horizontal and vertical lines with a length of 20px each that are lighter than the border color if tabs are at the top, or as a 20x20px square if tabs are at the bottom). Setting its size to 0, 0 prevents this.
2014-09-24 20:51:57 +02:00
Andrea Gavana
1b0dedd727 wxPython on Phoenix: add statement that HyperTreeList is supported on all platforms.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@77713 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-09-15 20:01:10 +00:00
Andrea Gavana
acad4cdc72 AGW on Phoenix: port the modifications to AuiNotebook from Classic
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@76968 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-07-31 22:27:22 +00:00
Andrea Gavana
37a02513a1 AGW on Phoenix: port modifications of HyperTreeList and PeakMeterCtrl to Phoenix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@76966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-07-31 21:52:15 +00:00
Werner F Bruhin
a24a07de0e - grouping default should be 'False' as per documentation and to enable small int of e.g. size 3 2014-07-10 09:47:18 +02:00
Werner F Bruhin
23a10ec51d - deprecation warning fix for auto int conversion in Py3 2014-07-10 09:16:53 +02:00
Werner F Bruhin
94eb2b65f7 - sphinx didn't like the text formatting 2014-06-17 14:04:03 +02:00
Werner F Bruhin
9bade03362 - documentation corrections 2014-06-17 13:18:14 +02:00
Werner F Bruhin
ff1ef2a1c6 - documentation corrections 2014-06-17 12:17:24 +02:00
Werner F Bruhin
77bf699847 - documentation 2014-06-17 12:16:52 +02:00