markm
46d3ba8377
Removed file/folder
2006-03-09 20:52:09 +00:00
markm
3852bd6d5d
Changes for 2.3
...
Fixed a bug or two
commented out some methods
2006-03-09 15:55:53 +00:00
markm
3e06394a04
Called SetFocus() before TypeKeys() does it's stuff.
2006-03-08 21:28:32 +00:00
markm
bc442f8989
Changes for 2.3
2006-03-08 21:28:06 +00:00
markm
a9414161a6
Changes for 2.3
2006-03-08 21:27:49 +00:00
markm
a94184b01e
Changes for 2.3
2006-03-08 21:27:25 +00:00
markm
78f322276c
minimal refactoring changes
2006-03-08 18:05:50 +00:00
markm
8caa6a18c9
In the process of adding more tests
2006-03-08 18:05:24 +00:00
markm
d8f3e6ea75
Implemented many more tests
2006-03-08 18:05:04 +00:00
markm
8d3f3ec6d8
Updated SetFocus to set it as the foreground window also
2006-03-08 18:04:34 +00:00
markm
d93a67050a
Added some extra checks found due to testing
2006-03-08 18:04:07 +00:00
markm
474e5a6b5a
fixing errors in files
0.2.5
2006-03-07 17:23:57 +00:00
markm
fa1cb50b53
final updates prior to release
2006-03-07 16:42:02 +00:00
markm
b9e49e0391
Added generation of controls_overview document
2006-03-07 15:56:51 +00:00
markm
55740bfe15
Added a little more documentation
2006-03-07 15:56:25 +00:00
markm
cc2a9591d8
Adding new controls index doc
2006-03-07 15:55:40 +00:00
markm
ddbf7c1379
Various doc changes
2006-03-06 21:59:59 +00:00
markm
241493befe
...
2006-03-06 21:59:45 +00:00
markm
d7292f17d5
Updated to read __version__ from package
2006-03-06 21:59:29 +00:00
markm
ed96cb35a2
Minor doc changes
2006-03-06 21:59:10 +00:00
markm
5a857dea7d
minor doc string changes
2006-03-06 21:58:52 +00:00
markm
b73009f8d0
Added __version__ tag
2006-03-06 21:58:11 +00:00
markm
b013e78100
Added - should have been added previously!
2006-03-06 20:33:02 +00:00
markm
05d55cf5b8
Stripped out some dead code
2006-03-06 20:17:55 +00:00
markm
a6777fbc58
Added error message for calling getitem on HwndWrapper instances
...
Fixed Wait and WaitNot (removed *args, **kwargs and used explicit parameters). all wait options specified in one string - rather then allowing many strings.
Updated Timing method for timeouts
fixed _start and _connect to return the Application instance
2006-03-06 20:09:40 +00:00
markm
4aac3ea774
used is_toplevel_window rather then an explicit test in font()
...
commented out get_button_friendlyclassname
added a deprecation warning to friendlyclassname() and fixed how it returns "Dialog"
2006-03-06 20:06:19 +00:00
markm
45353a986a
changed type to isintance for Structure equality testing as Nose didn't like type.
2006-03-06 20:04:53 +00:00
markm
0db6410945
Fixed a bug where best_match was returning wrapped windows - not handles
2006-03-06 20:04:19 +00:00
markm
d42fda4396
Implemented more tests
2006-03-06 20:02:00 +00:00
markm
2c1c8c8026
changed from HwndWrapper.HwndWrapper.__init__(self, hwnd) to super(xxx, self).__init__(hwnd) so that nose tests would not fail.
2006-03-06 20:01:11 +00:00
markm
2ea9661a8e
Minor updates to the Examples
2006-03-06 19:59:16 +00:00
markm
836801f4af
Minor changes - mainly to support machines where there is no Job Retention tab.
2006-03-02 21:00:31 +00:00
markm
30fbc79cee
Various changes mostly to Wait* methods of WindowSpecification
2006-03-02 20:58:19 +00:00
markm
58550ded68
Very minor code cleanup
2006-03-02 18:23:37 +00:00
markm
3409b2e29c
Added new comparison for structures - allows you to pass in a tuple/list that can be compared against.
2006-03-02 18:22:58 +00:00
markm
c17d55873e
Added tests for new module menuwrapper
2006-03-02 18:22:06 +00:00
markm
9ba9125786
Added some more tests
2006-03-02 18:21:01 +00:00
markm
72a35552d9
Minor bug fixes and code cleanup
2006-03-02 18:20:05 +00:00
markm
8c8ba1840e
Moved Menu stuff to a different file and cleaned up the code a little
2006-03-02 18:19:23 +00:00
markm
97171bfc8d
Extracted Menu processing from HwndWrapper and added this file.
2006-03-02 18:18:17 +00:00
markm
6d1e0ff97e
Fixed bug with Application.start_() where it was not reporting error correctly
2006-02-24 22:05:18 +00:00
markm
5129be9219
Fixed rebar Texts(), fixed how it get's the text too
...
added some checks for good indices when selecting a tab.
2006-02-24 22:04:08 +00:00
markm
66ea043094
Added more tests (Toolbar Test, ReBar Tests, application.start_() bug test)
2006-02-24 22:03:20 +00:00
markm
bdda46825c
Added section on how to access the system tray
2006-02-24 17:46:59 +00:00
markm
df4c9fdafc
Added a step to GetProperties to check if the control needed to have image property saved for it.
2006-02-24 17:34:59 +00:00
markm
eb27ae7943
Removed some tooltip stuff that was just test code and is not necessary or duplicated
2006-02-24 17:34:35 +00:00
markm
76b294c9bf
Missed a couple of items that needed to be converted from properties to Methods
2006-02-24 17:33:28 +00:00
markm
59861bfaf9
Added a simple test for button._IfNeedsImage
2006-02-24 17:16:42 +00:00
markm
1c7378b0d6
Updates leading up to 0.2.1 release
0.2.1
2006-02-17 22:38:24 +00:00
markm
cb5df8107e
Typo in argument name
2006-02-17 22:27:42 +00:00