Commit Graph

255 Commits

Author SHA1 Message Date
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
markm
09d2451fa5 renamed 2006-02-17 22:16:08 +00:00
markm
647fe375eb Mainly toolbar and tooltip changes.
One bug fix to deal with RemoteMemoryBlock.__del__ when access was denied.
2006-02-17 22:15:42 +00:00
markm
be07999ddb Added some more API items 2006-02-17 21:43:31 +00:00
markm
e4b4102655 Added new examples 2006-02-17 21:42:44 +00:00
markm
eec856badf Synchronized with notepad_fast.py to a certain extent. 2006-02-17 21:42:19 +00:00
markm
c4e07f7a53 updated to use new nontext control identifiers and added a little right click section 2006-02-17 21:41:53 +00:00
markm
a99f82bbeb Updated app_windows_ to windows_ 2006-02-17 21:41:10 +00:00
markm
48b0cb6641 Needed to add more precision to one title due to changes in findbestmatch 2006-02-17 21:40:45 +00:00
markm
42cc927ab0 Fixed typo of Agend to Agent.
Added section to check for Nag dialog
2006-02-17 21:39:57 +00:00
markm
46ca378736 Modified quite extensively how controls are matched - hopefully making it more strict but still allowing flexibility 2006-02-17 21:07:35 +00:00
markm
eaf7f83397 Added a few more tests 2006-02-17 21:05:56 +00:00