Commit Graph

386 Commits

Author SHA1 Message Date
markm
02009c7f03 Minor documentation formatting changes 2006-03-19 10:02:50 +00:00
markm
83704bccad Very minor cosmetic code changes 2006-03-19 09:42:05 +00:00
markm
aa6a9c1f7a Various minor cosmetic changes 2006-03-18 20:12:17 +00:00
markm
8ab71615be Removed some dead code 2006-03-18 19:58:57 +00:00
markm
70fbb3fc6d GetMenuPath updated to support application data 2006-03-18 19:58:35 +00:00
markm
d2e1b38a33 Minor changes to support application data 2006-03-18 19:58:11 +00:00
markm
7eb96159f1 Updated test for MenuSelect issue (which showed that we needed to SetFocus before calling MenuSelect 2006-03-18 19:57:35 +00:00
markm
857c6113fa Updated test for Bug 1452832 2006-03-18 19:56:42 +00:00
markm
351fe8aebc Minor changes due to allowing applications to work on different languages. 2006-03-18 19:56:06 +00:00
markm
71827bb1f3 Huge changes to support working on different languages. 2006-03-18 19:55:25 +00:00
markm
cfa8b6f3d2 Added predicate function for mathching windows 2006-03-18 19:54:09 +00:00
markm
383fe14e64 Added example to run on a different language 2006-03-18 19:53:39 +00:00
markm
da8437fb60 Added a few more tests relating to clipboard and menuselection 2006-03-18 08:58:11 +00:00
markm
d4bf54289c Possible future change for BY_POSITION menu items 2006-03-18 08:56:46 +00:00
markm
d82fd14e63 added SetFocus to MenuSelect() 2006-03-18 08:56:07 +00:00
markm
e4c181e8f0 [ 1452832 ] clipboard.GetData() opens but does not close clipboard. - Fixed (Thanks Randy) 2006-03-18 06:19:42 +00:00
markm
d0c7062eca Added ControlCount method and Modified IsEnabled and IsVisible to check if Their Top Level parent is also Enabled/Visible (respectively) 2006-03-18 05:39:10 +00:00
markm
7ff22f9b80 Cleaning up 2006-03-16 22:22:27 +00:00
markm
1e89b053d0 Allow RECT and LOGFONTW to be pickled. 2006-03-16 22:21:58 +00:00
markm
4dd01bbc0e Final commits before extracting 2006-03-09 21:03:59 +00:00
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