Robin Dunn
|
3a44ba8f0b
|
Fix __setitem__ and add another test
|
2015-03-12 10:15:58 -07:00 |
|
Robin Dunn
|
b3089a52e8
|
Add Get() and sequence protocol methods to RichTextRange
|
2015-03-12 10:15:58 -07:00 |
|
Robin Dunn
|
7af0d34a92
|
Add a TODO
|
2015-03-12 10:15:58 -07:00 |
|
Robin Dunn
|
c65a747f2e
|
fix pyArgsString for wx.Colour.Get
|
2015-03-12 10:15:58 -07:00 |
|
Robin Dunn
|
62a222180b
|
Sip needs to see declarations of TryBefore/TryAfter in all classes where it might be overridden. Otherwise searching for event handlers could fail in some cases.
|
2015-03-07 14:44:13 -08:00 |
|
Robin Dunn
|
a8c5b53ed5
|
typos
|
2015-03-07 14:29:39 -08:00 |
|
Robin Dunn
|
b048fb93ef
|
Pythonize StatusBar.SetStatusStyles
|
2015-03-06 17:02:19 -08:00 |
|
Robin Dunn
|
7be451686e
|
Add TODO for pythonizing wx.StatusBar.SetStatusStyles
|
2015-03-06 13:57:21 -08:00 |
|
Robin Dunn
|
5ae6f4b5c0
|
Oops,the wrong MD5 value was updated
|
2015-03-05 16:07:36 -08:00 |
|
Robin Dunn
|
cd377cdfe0
|
Update sip to version 4.14.7
|
2015-03-05 15:37:36 -08:00 |
|
Robin Dunn
|
4d5810d5c1
|
Add wxEvtHandler::TryBefore and TryAfter
|
2015-03-05 15:16:54 -08:00 |
|
Robin Dunn
|
dcd5d1dbaf
|
add TODO and clean up whitespace
|
2015-03-04 17:21:29 -08:00 |
|
Robin Dunn
|
75ba21e45c
|
Add mapped type for wxVariantList
|
2015-03-04 17:14:26 -08:00 |
|
Robin Dunn
|
d5f4aefd4b
|
Add typedef for wxLongLong_t and wxULongLong_t
|
2015-03-04 17:13:49 -08:00 |
|
Robin Dunn
|
30e7d68f76
|
Allow typedefs to be nested in classes.
|
2015-03-03 20:53:18 -08:00 |
|
Robin Dunn
|
351f676b4f
|
Ignore the ExtraControlCreatorFunction typedef (for now)
|
2015-03-03 20:51:33 -08:00 |
|
Robin Dunn
|
94817a7861
|
Update wxWidgets submodule
|
2015-03-02 21:06:46 -08:00 |
|
Robin Dunn
|
7483f7b5de
|
Merge pull request #100 from wernerfb/2015-March-Persist
agw-persist - allow save/restore of an individual control's value
|
2015-03-01 23:47:56 -08:00 |
|
wernerfb
|
2ad78d83ab
|
Allow that an individual controls saves/restores its value (got into SVN at some point)
|
2015-03-01 18:07:04 +01:00 |
|
Robin Dunn
|
d1dfc4e035
|
Update to Doxygen 1.8.8 (the same version currently used by wxWidgets)
|
2015-02-28 15:34:57 -08:00 |
|
Robin Dunn
|
d968a07b49
|
Merge pull request #7 from wernerfb/2015-Feb-Aquabutton
Event change from wx.EVT_UPDATE_UI did not show the status change
|
2015-02-28 15:33:04 -08:00 |
|
wernerfb
|
138a666787
|
Event change from wx.EVT_UPDATE_UI did not show the status change
|
2015-02-28 12:41:40 +01:00 |
|
Robin Dunn
|
fe9f19f159
|
Provide a more informative error message and an exception when a XML file is not found for an item.
|
2015-02-27 21:01:30 -08:00 |
|
Robin Dunn
|
d669ca667c
|
Merge pull request #89 from wernerfb/june-timectrl
masked.timectrl
|
2015-02-27 19:52:04 -08:00 |
|
Werner F Bruhin
|
e36c213dd5
|
- fix deprecation warning for m_shiftDown
|
2015-02-27 10:47:51 +01:00 |
|
Werner F Bruhin
|
5b606897ca
|
- test for background color to be correct
|
2015-02-27 10:47:51 +01:00 |
|
Werner F Bruhin
|
c6eff96a3f
|
- timectrl demo shows all values as invalid/out of bounds
- so added a test, but strangely enough that passes, but doesn't hurt
|
2015-02-27 10:47:50 +01:00 |
|
Robin Dunn
|
b666da8b7f
|
fix typo
|
2015-02-26 19:40:53 -08:00 |
|
Robin Dunn
|
5d6d972953
|
Remove finished ToDo
|
2015-02-26 17:42:20 -08:00 |
|
Robin Dunn
|
1ee85c8c0d
|
Merge branch 'PythonCHB-master'
|
2015-02-26 16:55:24 -08:00 |
|
Robin Dunn
|
0851b03f66
|
More info and clarification for the main README
|
2015-02-26 16:55:00 -08:00 |
|
Robin Dunn
|
24625e78d6
|
Merge branch 'datetime-parse'
|
2015-02-26 16:22:23 -08:00 |
|
Robin Dunn
|
2e1b3ec664
|
Add prettifyNode tool function
|
2015-02-26 16:20:31 -08:00 |
|
Robin Dunn
|
9a230dbbd5
|
Update the docs for the changes in the Parse*() methods API
|
2015-02-26 14:38:57 -08:00 |
|
Chris Barker
|
65f86e08b6
|
updated readme to include bring in the wxWidgets submodule
|
2015-02-25 20:03:10 -08:00 |
|
Robin Dunn
|
15e911fd96
|
Change the wx.DateTime.Parse*() to be like they were in Classic, returning a -1 on failure, or the number of characters parsed otherwise.
Add some unit tests to exercise the new methods.
|
2015-02-25 00:00:23 -08:00 |
|
Robin Dunn
|
e308d980b2
|
Update TODOs
|
2015-02-24 19:39:51 -08:00 |
|
Robin Dunn
|
047b63f47c
|
Merge pull request #99 from Metallicow/master
Add missing AuiToolBarItem HoverBitmap code
|
2015-02-24 19:39:05 -08:00 |
|
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 |
|
Robin Dunn
|
693355141c
|
fix file headers
|
2015-02-23 19:46:51 -08:00 |
|
Robin Dunn
|
1e6bace48b
|
Merge pull request #98 from wernerfb/2015-Feb-InfoBar
prop value to large - was fixed in SVN
|
2015-02-23 14:23:46 -08:00 |
|
Robin Dunn
|
71e8be7c9c
|
cleanup some whitespace
|
2015-02-22 11:18:28 -08:00 |
|
Robin Dunn
|
bf1d309d25
|
Add a new buildslave and move some builds to it.
(Due to death of mac-mini.)
|
2015-02-21 11:13:44 -08:00 |
|
wernerfb
|
763ea4f33a
|
- prop value to large - was fixed in SVN
|
2015-02-21 11:35:33 +01:00 |
|
Robin Dunn
|
94b6e354b0
|
Rename the FindHandler overloads as in Classic.
Fixup the RTC demo to at least start, still needs some work.
|
2015-02-20 19:39:58 -08:00 |
|
Robin Dunn
|
869213973e
|
Ensure mouse is released to fix test
|
2015-02-16 17:19:47 -08: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
|
464f3c5c39
|
Add test for richtextxml
|
2015-02-16 16:00:23 -08:00 |
|
Robin Dunn
|
66631aa0b3
|
Add tests for the richtextsymboldlg module
|
2015-02-16 15:54:18 -08:00 |
|