Quick Search:

hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

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 history download (+1 -1) diffs

trunk/pywinauto/unittests/test_common_controls.py 636 history download (+16 -5) diffs

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.

trunk/pywinauto/controls/HwndWrapper.py 635 history download (+1 -1) diffs

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 history download (+35 -11) diffs

trunk/pywinauto/unittests/test_common_controls.py 634 history download (+3 -7) diffs

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)

trunk/pywinauto/controls/HwndWrapper.py 633 history download (+11 -4) diffs

631 by plightbo on 21 January 2008, 14:09:43 -0600 (10 months ago) news

website/src/main/webapp/news.jsp 631 history download (+10) new

629 by plightbo on 21 January 2008, 12:06:25 -0600 (10 months ago) basic structure

website/src 629 history download (+0) new

website/src/main 629 history download (+0) new

website/src/main/java 629 history download (+0) new

website/src/main/resources 629 history download (+0) new

website/src/main/webapp 629 history download (+0) new

… 21 more files in changeset.
628 by plightbo on 21 January 2008, 12:04:27 -0600 (10 months ago) prep for sub-domain-based website

website 628 history download (+0) new/copied

website/Testing-123.html 628 history download (+0) new/copied

website/class-pywinauto.XMLHelpers.XMLParsingError.html 628 history download (+166) new/copied

website/class-pywinauto.application.AppNotConnected.html 628 history download (+166) new/copied

website/class-pywinauto.application.AppStartError.html 628 history download (+166) new/copied

… 145 more files in changeset.
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 history download (+13 -4) diffs

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 history download (+66 -66) diffs

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 history download (+1 -0) diffs

trunk/pywinauto/unittests/test_common_controls.py 625 history download (+11 -11) diffs

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 history download (+5 -4) diffs

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 history download (+6 -5) diffs

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 history download (+2 -1) diffs

621 by markm on 29 October 2007, 16:08:25 -0500 (12 months ago) * Added a FriendlyClassName method to MenuItem

trunk/pywinauto/controls/menuwrapper.py 621 history download (+2 -0) diffs

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 history download (+24 -2) diffs

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 history download (+113 -52) diffs

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 history download (+9 -3) diffs

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 history download (+9 -9) diffs

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 history download (+7 -9) diffs

trunk/pywinauto/tests/missingextrastring.py 616 history download (+2 -2) diffs

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 history download (+36 -4) diffs

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!)

trunk/pywinauto/tests/comparetoreffont.py 614 history download (+1 -2) diffs

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 history download (+10 -13) diffs

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 history download (+5 -2) diffs

trunk/pywinauto/controls/common_controls.py 612 history download (+13 -7) diffs

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 history download (+18 -1) diffs

609 by markm on 13 June 2007, 13:22:29 -0500 (17 months ago) made a copy

tags/version_0.3.7 609 history download (+0 -0)

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 history download (+0 -1) diffs

trunk/pywinauto/findbestmatch.py 608 history download (+10 -1) diffs

trunk/website/class-pywinauto.findbestmatch.UniqueDict.html 608 history download (+4 -4) diffs

trunk/website/module-pywinauto.XMLHelpers.html 608 history download (+1 -1) diffs

trunk/website/module-pywinauto.application.html 608 history download (+1 -1) diffs

… 14 more files in changeset.
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 history download (+49 -0) diffs

trunk/TODO.txt 607 history download (+5 -1) diffs

trunk/pywinauto/application.py 607 history download (+4 -0) diffs

trunk/pywinauto/controls/HwndWrapper.py 607 history download (+1 -0) diffs

trunk/pywinauto/controls/common_controls.py 607 history download (+32 -8) diffs

… 119 more files in changeset.
earlier earlier | later later