| pywinauto:/ |
hide Line HistoryConstraintSort: path | last-commit | first-commit Sub Directories |
Changelog
636
by markm on
16 August 2008, 22:10:27 -0500
(3 months 5 days ago)
* Fixed an issue where ListView header text was not captured correctly (thanks to Stefner)
trunk/pywinauto/controls/common_controls.py
636
trunk/pywinauto/unittests/test_common_controls.py
636
635
by markm on
05 June 2008, 13:38:46 -0500
(5 months 16 days ago)
* Added a check to make sure that the menu handle used in HwndWrapper.Menu() is a valid handle.
634
by markm on
05 June 2008, 13:37:46 -0500
(5 months 16 days ago)
* Added support for treeviews that have multiple roots. (added TreeView.Roots(), updated TreeView.GetItem() to support it,
* Fixed ToolBarWrapper.Pressbutton() to actually work :-) * Fixed the tes…
trunk/pywinauto/controls/common_controls.py
634
trunk/pywinauto/unittests/test_common_controls.py
634
633
by markm on
22 February 2008, 15:09:26 -0600
(8 months ago)
* fixed bug where even if there were no menu - I was trying to construct a Menu instance (which was crashing the application under test in very rare instances1)
632
by plightbo on
01 February 2008, 20:48:37 -0600
(9 months ago)
moving up one level
trunk/website/class-pywinauto.controls.common_controls.UpDownWrapper.html
632
trunk/website/module-pywinauto.controls.html
632
trunk/website/module-pywinauto.tests.translation-index.html
632
trunk/website/pywinauto/tests/translation.py.html
632
trunk/website/module-pywinauto.tests.translation.html
632
631
by plightbo on
21 January 2008, 14:09:43 -0600
(10 months ago)
news
website/src/main/webapp/news.jsp
631
630
by plightbo on
21 January 2008, 12:18:46 -0600
(10 months ago)
website migration
website/Testing-123.html
630
website/class-pywinauto.XMLHelpers.XMLParsingError.html
630
website/class-pywinauto.application.AppNotConnected.html
630
website/class-pywinauto.application.AppStartError.html
630
website/class-pywinauto.application.Application.html
630
629
by plightbo on
21 January 2008, 12:06:25 -0600
(10 months ago)
basic structure
website/src
629
website/src/main
629
website/src/main/java
629
website/src/main/resources
629
website/src/main/webapp
629
628
by plightbo on
21 January 2008, 12:04:27 -0600
(10 months ago)
prep for sub-domain-based website
website/Testing-123.html
628
website/class-pywinauto.XMLHelpers.XMLParsingError.html
628
website/class-pywinauto.application.AppNotConnected.html
628
website/class-pywinauto.application.AppStartError.html
628
627
by markm on
03 December 2007, 11:49:34 -0600
(11 months ago)
* Handled the problem where tree views can have 0 items
trunk/pywinauto/controls/common_controls.py
627
626
by markm on
25 November 2007, 14:55:05 -0600
(11 months ago)
* Minor doc string update
trunk/pywinauto/controls/common_controls.py
626
625
by markm on
15 November 2007, 16:36:36 -0600
(12 months ago)
* tiny modifications to the test for the current environment
trunk/pywinauto/unittests/test_application.py
625
trunk/pywinauto/unittests/test_common_controls.py
625
624
by markm on
15 November 2007, 16:36:00 -0600
(12 months ago)
* Checked in a hack to make functionality work like it did before I updated the code to be able to retrieve text with WM_GETTEXT intead of using GetWindowText()
trunk/pywinauto/findbestmatch.py
624
623
by markm on
15 November 2007, 12:42:55 -0600
(12 months ago)
* Changed code from using GetWindowText and GetWindowTextLength to WM_GETTTEXT and WM_GETTTEXTLEN which work better for some controls.
trunk/pywinauto/handleprops.py
623
622
by markm on
29 October 2007, 16:08:58 -0500
(12 months ago)
* commented out a print statement
trunk/pywinauto/tests/missingextrastring.py
622
621
by markm on
29 October 2007, 16:08:25 -0500
(12 months ago)
* Added a FriendlyClassName method to MenuItem
620
by markm on
29 October 2007, 16:07:37 -0500
(12 months ago)
* Moved code to get default font in here from the truncation test (rather than just setting the system font like the WM_GETFONT doc's say)
trunk/pywinauto/handleprops.py
620
619
by markm on
29 October 2007, 16:05:57 -0500
(12 months ago)
* Split up the functions for button truncation data
* Commented out code to get a new font if the font could not be recovered (as we would have at least set the System font when asking the control f…
trunk/pywinauto/tests/truncation.py
619
618
by markm on
25 October 2007, 14:35:18 -0500
(12 months ago)
* Fixed a bug where if there was a listview without a column control - then pywinauto would fail to capture the dialog.
trunk/pywinauto/controls/common_controls.py
618
617
by markm on
24 October 2007, 14:26:36 -0500
(12 months ago)
* Switched from Least significant nibble for figuring out the type of button to least significant bit.
trunk/pywinauto/controls/win32_controls.py
617
616
by markm on
24 October 2007, 14:25:56 -0500
(12 months ago)
* Forced some returned strings to be Unicode
trunk/pywinauto/tests/miscvalues.py
616
trunk/pywinauto/tests/missingextrastring.py
616
615
by markm on
12 October 2007, 09:42:58 -0500
(13 months ago)
* Added a function to get the string representation of the bug. (need to refactor print bugs at some point.
trunk/pywinauto/tests/__init__.py
615
614
by markm on
12 October 2007, 09:42:13 -0500
(13 months ago)
* Fixed a variable name (from fname -> font_name as fname was not set!)
613
by markm on
14 August 2007, 03:34:05 -0500
(15 months ago)
* Changed Least Significant Byte to Leas Significant Nibble when finding the friendly class of a button control.
trunk/pywinauto/controls/win32_controls.py
613
612
by markm on
13 June 2007, 13:26:00 -0500
(17 months ago)
* Fixed toolbar button pressing - This required for HwndWrapper.NotifyParent() to be updated (to accept a new ID parameter)
trunk/pywinauto/controls/HwndWrapper.py
612
trunk/pywinauto/controls/common_controls.py
612
611
by markm on
13 June 2007, 13:25:10 -0500
(17 months ago)
* Added some more VB 'button' window classes
trunk/pywinauto/controls/win32_controls.py
611
610
by markm on
13 June 2007, 13:24:37 -0500
(17 months ago)
* Updated the path for all tests
trunk/pywinauto/unittests/test_HwndWrapper.py
610
trunk/pywinauto/unittests/test_XMLHelpers.py
610
trunk/pywinauto/unittests/test_application.py
610
trunk/pywinauto/unittests/test_clipboard.py
610
trunk/pywinauto/unittests/test_common_controls.py
610
609
by markm on
13 June 2007, 13:22:29 -0500
(17 months ago)
made a copy
tags/version_0.3.7
609
608
by markm on
10 April 2007, 12:23:49 -0500
(19 months ago)
* Final doc changes for 0.3.7 release
* Removed a print statement from common_controls.py
trunk/pywinauto/controls/common_controls.py
608
trunk/pywinauto/findbestmatch.py
608
trunk/website/class-pywinauto.findbestmatch.UniqueDict.html
608
trunk/website/module-pywinauto.XMLHelpers.html
608
trunk/website/module-pywinauto.application.html
608
607
by markm on
10 April 2007, 12:08:39 -0500
(19 months ago)
* Some documentation updates
* Small changes to getting the active window (as it wasn't working correctly)
trunk/HISTORY.TXT
607
trunk/TODO.txt
607
trunk/pywinauto/application.py
607
trunk/pywinauto/controls/HwndWrapper.py
607
trunk/pywinauto/controls/common_controls.py
607
|