Robin Dunn
|
1a2f0f4cfd
|
Merge pull request #103 from wernerfb/2015-april-stattext
just tag it as it works for me on Py3.4
|
2015-04-11 16:58:47 -07:00 |
|
Robin Dunn
|
870d273f44
|
Merge pull request #102 from wernerfb/2015-april-throbber
throbber doc update and a simple unittest
|
2015-04-11 16:58:19 -07:00 |
|
Robin Dunn
|
6fb49ce820
|
Remove SetAutoLayout from the example.
|
2015-04-11 16:32:35 -07:00 |
|
Robin Dunn
|
0d76c8ebdf
|
Fix passing the widths to SetFieldsCount
|
2015-04-11 16:30:32 -07:00 |
|
Robin Dunn
|
85dff7e1b2
|
Clarify the intro to the build.py commands in the README
|
2015-04-11 15:50:27 -07:00 |
|
Robin Dunn
|
015d69825a
|
Update wxWidgets submodule
|
2015-04-11 15:34:47 -07:00 |
|
wernerfb
|
5491c0de5a
|
Event handler doc update
|
2015-04-08 11:46:25 +02:00 |
|
wernerfb
|
69db6d72e2
|
just tag it as it works for me on Py3.4
|
2015-04-07 10:50:20 +02:00 |
|
wernerfb
|
583c8ebdfd
|
documentation update
|
2015-04-07 10:43:19 +02:00 |
|
wernerfb
|
8a3a2fa829
|
small doc update
|
2015-04-05 12:28:56 +02:00 |
|
wernerfb
|
6c8bb12312
|
tags and a bit of documentation update
|
2015-04-05 12:03:03 +02:00 |
|
wernerfb
|
714652eaa6
|
add a simple unittest
|
2015-04-05 12:02:31 +02:00 |
|
wernerfb
|
c394c30f01
|
Py3 has no 'append' for range, is this o.k. like this or it only be done on Py3?
|
2015-04-05 11:40:39 +02:00 |
|
Robin Dunn
|
18750f46a1
|
Merge pull request #101 from wernerfb/2015MarchSpeedGTK
unittest failure in speedMeterMethods when calling SetTicks
|
2015-04-01 10:33:19 -07:00 |
|
Werner F Bruhin
|
b99d9278f2
|
reduce size check to 2, so unittests excersize the Draw method
|
2015-04-01 10:57:37 +02:00 |
|
Werner F Bruhin
|
5b0b14a44c
|
adjust based on Robin's comments
|
2015-04-01 10:49:34 +02:00 |
|
Robin Dunn
|
0b1e65a918
|
Use our version of the six module, and reorder imports a bit.
|
2015-03-30 12:12:28 -07:00 |
|
Robin Dunn
|
57f9cb8ed5
|
Merge branch 'topic2k-patch-persistencemanager-DoSaveValue-unicode_error' of git://github.com/topic2k/Phoenix into topic2k-topic2k-patch-persistencemanager-DoSaveValue-unicode_error
|
2015-03-30 12:07:17 -07:00 |
|
Robin Dunn
|
abf74b2bf0
|
A bit more documentation tweaking relating to the github repository.
|
2015-03-30 12:04:59 -07:00 |
|
Robin Dunn
|
192154ec9b
|
Merge branch 'patch-1' of git://github.com/driscollis/Phoenix into driscollis-patch-1
|
2015-03-30 11:56:17 -07:00 |
|
Robin Dunn
|
a92666b663
|
Fix code snippet for file dialog wildcards
|
2015-03-30 11:46:53 -07:00 |
|
topic2k
|
f6d7625cd2
|
Replaced unicode() with six.text_type() for Python 3 compatibility.
|
2015-03-30 19:50:04 +02:00 |
|
wernerfb
|
7e93c6dc2b
|
white space changes
|
2015-03-30 12:25:31 +02:00 |
|
Werner F Bruhin
|
2712c3730c
|
use a flag _isWindowCreated to control if UpdateDrawing is called
|
2015-03-30 12:10:11 +02:00 |
|
Werner F Bruhin
|
fefde3840e
|
remove the CallLater work around
|
2015-03-30 12:08:15 +02:00 |
|
Werner F Bruhin
|
f81614e20a
|
OOPS, removed tags
|
2015-03-29 14:36:08 +02:00 |
|
Werner F Bruhin
|
a9282e6418
|
fix unittest failure in speedMeterMethods test when calling SetTicks
|
2015-03-29 14:32:33 +02:00 |
|
topic2k
|
f93d7dd227
|
avoid unicode error
changed str() to unicode() to fix unicode errors.
|
2015-03-28 20:09:26 +01:00 |
|
Mike Driscoll
|
0b103cc09a
|
Updated references to SVN to Github
|
2015-03-28 11:25:17 -05:00 |
|
Mike Driscoll
|
fcf6670bc4
|
Update docs to point to Phoenix github instead of svn
|
2015-03-27 13:08:49 -05:00 |
|
Robin Dunn
|
50e5ff205d
|
Merge pull request #12 from wernerfb/2015MarchSpeedGTK
test for agw.speedmeter
|
2015-03-26 08:13:35 -07:00 |
|
Werner F Bruhin
|
4e408d1c17
|
just add the Tags
|
2015-03-26 09:54:21 +01:00 |
|
Werner F Bruhin
|
fa0eb1c575
|
add some tests for speedmeter
|
2015-03-26 09:53:59 +01:00 |
|
Robin Dunn
|
9289a7cf84
|
Various tweaks and updates for unittests
|
2015-03-25 20:40:01 -07:00 |
|
Robin Dunn
|
2a7f50fae0
|
ownership is not actually transfered
|
2015-03-25 20:38:29 -07:00 |
|
Robin Dunn
|
b0208259ee
|
Use rich compare methods instead of __cmp__, as Python3 doesn't support the latter.
|
2015-03-25 20:37:22 -07:00 |
|
Robin Dunn
|
6826af801b
|
Fix some base classes for pi documentation files
|
2015-03-25 20:36:21 -07:00 |
|
Robin Dunn
|
fc5d0dfca6
|
Merge branch 'sip-4.16'
|
2015-03-25 19:57:40 -07:00 |
|
Robin Dunn
|
1ca41bcc4e
|
Remove all but the 3rd trial implementation for dealing with the multiple inheritance in the scrolled window classes.
|
2015-03-25 18:47:00 -07:00 |
|
Robin Dunn
|
02bb55b7bd
|
Port some changes from Classic
|
2015-03-25 17:53:07 -07:00 |
|
Robin Dunn
|
9a733347ab
|
Update to sip 4.16.7 final
|
2015-03-25 13:06:18 -07:00 |
|
Robin Dunn
|
aecdd96a25
|
update sip MD5s for the 4.16.7 snapshot
|
2015-03-24 15:26:27 -07:00 |
|
Robin Dunn
|
b553f66b25
|
More sip-4.16 work. The build now completes w/o errors.
|
2015-03-23 09:09:32 -07:00 |
|
Robin Dunn
|
211b10d175
|
Merge branch 'master' into sip-4.16
|
2015-03-21 12:26:26 -07:00 |
|
Robin Dunn
|
599596c286
|
Update wxWidgets submodule
|
2015-03-20 19:47:15 -07:00 |
|
Robin Dunn
|
dd1d9d580f
|
Better checks for downloaded tools.
isfile --> md5 check --> if platformBinary: return else --> os.access --> test executing
See PR#11
|
2015-03-20 19:47:15 -07:00 |
|
Robin Dunn
|
0ebd54573c
|
Ignore saved copies of sip/cpp
|
2015-03-20 19:47:15 -07:00 |
|
Robin Dunn
|
c9f170a03b
|
Merge branch 'wip' into sip-4.16
|
2015-03-20 12:12:48 -07:00 |
|
Robin Dunn
|
25b8834454
|
Ignore saved copies of sip/cpp
|
2015-03-20 12:12:10 -07:00 |
|
Robin Dunn
|
421dafaf2e
|
More steps on the sip 4.16 journey.
|
2015-03-20 12:05:24 -07:00 |
|