markm
|
89fac02f13
|
Updated documentation for upcoming release
|
2006-04-25 11:37:20 +00:00 |
|
markm
|
4ee85bcad7
|
Latest ctypes does not have stdcall - so commented out the Keyboard functions - which I wasn't using anyway.
|
2006-04-25 10:17:27 +00:00 |
|
markm
|
c3212c158e
|
Updated documentation for 0.3.3 release
0.3.3
|
2006-04-19 20:47:35 +00:00 |
|
markm
|
1fd51fa091
|
Added some items for 0.3.3 release
|
2006-04-18 23:30:18 +00:00 |
|
markm
|
dd573eade1
|
Commented out deprecated methods, added Application.kill_() method
|
2006-04-18 23:29:58 +00:00 |
|
markm
|
8127e07813
|
Added information for GetWindowState
|
2006-04-18 23:24:16 +00:00 |
|
markm
|
1afebab40f
|
Added some more timings and doc strings
|
2006-04-18 23:23:50 +00:00 |
|
markm
|
8d6f187621
|
Updated version information
|
2006-04-18 23:23:21 +00:00 |
|
markm
|
1ecd27948a
|
Preliminary testing for SendKeys added
|
2006-04-18 23:23:00 +00:00 |
|
markm
|
f7ff045616
|
Various added methods to HwndWrapper and documentation string updates to win32_controls.py
|
2006-04-18 23:22:40 +00:00 |
|
markm
|
95e82a5ed3
|
Updated/added some tests
|
2006-04-18 23:19:26 +00:00 |
|
markm
|
99563ed132
|
Fixed bug that would raise an error when no command supplied
|
2006-04-18 23:19:00 +00:00 |
|
markm
|
e36b4c46b9
|
Fixed some hidden bugs with HwndWrapper.CloseClick()
|
2006-04-07 15:24:13 +00:00 |
|
markm
|
bbd443b68f
|
Fixed Slow() and Fast() timings
|
2006-04-07 14:56:13 +00:00 |
|
markm
|
7f6b227669
|
Added the rest of the 'action' timings
|
2006-04-07 14:40:24 +00:00 |
|
markm
|
6a4f336f25
|
Added more timing values for configurable waits after modifying actions (only common_controls.py so far)
|
2006-04-07 13:48:43 +00:00 |
|
markm
|
d4ef6fbcea
|
Fixed my mess ups with 0.3.1 and releasing as 0.3.2
0.3.2
|
2006-03-30 23:46:32 +00:00 |
|
markm
|
e73fe4d500
|
Added to subversion
0.3.1
|
2006-03-30 09:18:35 +00:00 |
|
markm
|
2ea937f616
|
Needed to move documentation around to handle correctly for distribution
|
2006-03-30 09:18:04 +00:00 |
|
markm
|
4fc78017d2
|
Updated the History
|
2006-03-30 08:26:38 +00:00 |
|
markm
|
4e2a1ee7f6
|
Updated version number
|
2006-03-30 08:26:01 +00:00 |
|
markm
|
2e3dd1ff25
|
Small doc and doc generation changes
Updated the History
|
2006-03-30 08:25:10 +00:00 |
|
markm
|
f658d94dc2
|
Small changes to index.rst prior to release
Adding template information to subversion
|
2006-03-30 08:19:49 +00:00 |
|
markm
|
82870e2ee2
|
Updated to use new timings module
|
2006-03-30 08:18:52 +00:00 |
|
markm
|
5fdbdacf60
|
Fixed links - which were mostly wrong
|
2006-03-30 08:12:48 +00:00 |
|
markm
|
8316d32807
|
Catch a key error - so that Pudge can still generate the documentation
|
2006-03-30 08:12:19 +00:00 |
|
markm
|
69e8f96f83
|
Moved all timing information to timings module
|
2006-03-30 08:11:30 +00:00 |
|
markm
|
4294357fb0
|
Moved all timing information to timings module
|
2006-03-30 08:07:06 +00:00 |
|
markm
|
9ebe1ff617
|
Some minor changes to the unit tests
|
2006-03-29 09:27:23 +00:00 |
|
markm
|
639c199494
|
Added a check for correct item in ListView Select/Deselect, also added a call to WaitGuiIdle() as stuff can happen so fast that the control doesn't have time to react.
|
2006-03-29 09:22:06 +00:00 |
|
markm
|
ba6e08b179
|
As per Christophe Keller's suggestion - added a Deselect to the ListViewWrapper Class.
|
2006-03-29 08:56:28 +00:00 |
|
markm
|
7dcd82ddb1
|
Removed some extra spaces
|
2006-03-28 20:56:28 +00:00 |
|
markm
|
3067fd4429
|
Tracking changes for next release
|
2006-03-28 20:55:41 +00:00 |
|
markm
|
037ab8e23e
|
Modified is_toplevel_window() so that it only call's style() once and does not call has_style() for optimization
|
2006-03-28 15:30:25 +00:00 |
|
markm
|
64b7e69275
|
Changed SendMessage()s that does not retrieve data to SendMessageTimeout()s
|
2006-03-28 15:29:16 +00:00 |
|
markm
|
d928d117aa
|
Changed one or two SendMessage() SendMessageTimeout()
|
2006-03-28 15:22:33 +00:00 |
|
markm
|
d6362c514e
|
re-arranged the optimizations a little bit
|
2006-03-28 15:17:29 +00:00 |
|
markm
|
51297679d2
|
removed one test from testGetItem, and made the other tests in that test faster by modifying the timing
|
2006-03-28 15:11:50 +00:00 |
|
markm
|
175cef5e2e
|
Updated some doc strings - and changed an instance of CloseClick() to Click()
|
2006-03-28 15:10:17 +00:00 |
|
markm
|
519bc54030
|
Changed doc string
|
2006-03-28 15:06:53 +00:00 |
|
markm
|
107e9c6748
|
Updated some doc strings
|
2006-03-28 15:03:47 +00:00 |
|
markm
|
04b580ebe1
|
Made running tests more verbose
|
2006-03-28 15:00:14 +00:00 |
|
markm
|
c51d7a2c78
|
Trying out levenshtein matching - but commented it out again - as that doesn't seem to be where things are slow.
|
2006-03-28 10:24:28 +00:00 |
|
markm
|
d6d7de42b0
|
some rearranging of code - but still not running correctly when profiled :-(
|
2006-03-28 10:23:26 +00:00 |
|
markm
|
2a867d61b1
|
Put test code into a function
|
2006-03-28 10:21:34 +00:00 |
|
markm
|
917f810468
|
WaitNot was raising an error if the control was not found - this should not happen - it should return in that particular case.
|
2006-03-28 10:19:23 +00:00 |
|
markm
|
3e7bdc0dea
|
Changed default timeout for SendMessageTimeout to .001 (minimum - 1 microsecond). This speeds up tests - I will have to migrate this to the timing module though (once I have one!)
|
2006-03-28 10:16:20 +00:00 |
|
markm
|
370dbcef76
|
Did some optimization (added a cache that Stefaan Himpe suggested.
|
2006-03-28 10:13:36 +00:00 |
|
markm
|
05451cf719
|
Compiled regular expressions outside the loop
|
2006-03-27 14:57:54 +00:00 |
|
markm
|
5653838715
|
Reduced calculations for finding the distance - as we only need to be able to compare - not have the actual distance
|
2006-03-27 14:57:26 +00:00 |
|