Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: macOS implementation of keyboard, mouse, AxElementInfo and Application #841

Open
wants to merge 59 commits into
base: macos
Choose a base branch
from

Commits on Apr 14, 2019

  1. Input modules implementation:

    1.Keyboard module + unit tests
    2.Mouse module + unit tests.
    Also travis yml file updated to support OS tests.
    zemtsov-artem authored and azemtsov committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    1131c64 View commit details
    Browse the repository at this point in the history
  2. Comments fixes

    azemtsov committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    a6e1c65 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2019

  1. Configuration menu
    Copy the full SHA
    1dec7be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd0c967 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f732946 View commit details
    Browse the repository at this point in the history
  4. implementation of connecting by bundle

    Briac authored and Briac committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    dbc9fda View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2019

  1. Configuration menu
    Copy the full SHA
    1cfd0e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Configuration menu
    Copy the full SHA
    7efcd71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b216dc1 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Configuration menu
    Copy the full SHA
    92941f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. added the element_info class

    briaclg committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    f22b129 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fea4658 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. corrected ax_element_info, added list of know control type, and creat…

    …ed unitest for ax_element_info
    briaclg committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    dc5bcea View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. Configuration menu
    Copy the full SHA
    c8d421a View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2019

  1. Configuration menu
    Copy the full SHA
    2ed35bd View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Configuration menu
    Copy the full SHA
    a12f818 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Configuration menu
    Copy the full SHA
    fd4d789 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. Configuration menu
    Copy the full SHA
    9050be6 View commit details
    Browse the repository at this point in the history
  2. finish coverage

    briaclg committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    3e7499a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25290d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03c8bef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d5445ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    16cd365 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3fd9a54 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1027f01 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. Configuration menu
    Copy the full SHA
    97518a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eded6e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb5f951 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. Configuration menu
    Copy the full SHA
    ea65e6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c76a091 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a113ae View commit details
    Browse the repository at this point in the history
  4. update to python3

    briaclg committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    b01d216 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. Configuration menu
    Copy the full SHA
    1151b61 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2019

  1. get rid of global var

    briaclg committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    4843434 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40a46b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Configuration menu
    Copy the full SHA
    0126998 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    882536b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'macos' into mac_os_application

    # Conflicts:
    #	pywinauto/application.py
    #	pywinauto/unittests/test_keyboard.py
    vasily-v-ryabov committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    d7345d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1fd0f4d View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2020

  1. Configuration menu
    Copy the full SHA
    2b8e1ac View commit details
    Browse the repository at this point in the history
  2. Removed unnecessary macos-req file.

    Replaced dev packages from setup.py to dev-req file
    Grouped dev packages by platfrom
    zemtsov-artem committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    bf6a5cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e1eaf8 View commit details
    Browse the repository at this point in the history
  4. Applied comments

    zemtsov-artem committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    5e9b0f4 View commit details
    Browse the repository at this point in the history
  5. Applied comments

    zemtsov-artem committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    e682e49 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc7ed19 View commit details
    Browse the repository at this point in the history
  7. Updated test apps + travis configuration files.

    Added macos application as dmg images.
    Updated ci configuration for mac os .
    zemtsov-artem committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    f42d94b View commit details
    Browse the repository at this point in the history
  8. macOS application updates.

    Updated following points:
    1. Starting application logic
    2. Unit tests for application.
    zemtsov-artem committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    73214cf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    622a47c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7b2425e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a8b8a01 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e582afd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bdfbd9d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d207c2d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6bbfd49 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Configuration menu
    Copy the full SHA
    0b0be67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e455de View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Extracted common init+deinit logic to setup and teardown.

    Created some new tests.
    zemtsov-artem committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    88a4847 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2020

  1. Merge pull request #13 from zemtsov-artem/azemtsov/macos_application_…

    …fixes
    
    Extracted common init+deinit logic to setup and teardown.
    vasily-v-ryabov committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    d649788 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Configuration menu
    Copy the full SHA
    05f0b66 View commit details
    Browse the repository at this point in the history