| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-08-25 | Autopilot: modernize some tests, use stronger methods to ensure false positive | Marco Trevisan (Treviño) | |
| Approved by: Andrea Azzarone (bzr r3994) | |||
| 2015-08-19 | AP, TestSwitcher: use eventually in mouse selection tests | Marco Trevisan (Treviño) | |
| (bzr r3987.1.15) | |||
| 2015-08-19 | AP, TestPanel: use proper grab_area path | Marco Trevisan (Treviño) | |
| (bzr r3987.1.14) | |||
| 2015-08-19 | AP: dash, fix typo | Marco Trevisan (Treviño) | |
| (bzr r3987.1.13) | |||
| 2015-08-19 | AP, TestDash: use valid property for eventual check | Marco Trevisan (Treviño) | |
| (bzr r3987.1.12) | |||
| 2015-08-19 | AP, TestPanel: add a lambda to verify app/win status | Marco Trevisan (Treviño) | |
| (bzr r3987.1.11) | |||
| 2015-08-19 | AP, test dash: fix issues on refactoring | Marco Trevisan (Treviño) | |
| Properly click object and return geometry of the view (controller has no geo) (bzr r3987.1.10) | |||
| 2015-08-19 | AP, TestSwitcherMouseInteraction: move mouse at origin before testing | Marco Trevisan (Treviño) | |
| Otherwise our technology to prevent small mouse movements might ignore the events and make the test fail. (bzr r3987.1.9) | |||
| 2015-08-19 | AP, TestSpread: increase the wait time before moving to a window | Marco Trevisan (Treviño) | |
| Unfortunately this seems to be needed to get input in some machines (bzr r3987.1.8) | |||
| 2015-08-19 | AP, TestPanel: get active indicator using a lambda | Marco Trevisan (Treviño) | |
| In this way we ensure that it gets called repeatdly until there's a result (bzr r3987.1.7) | |||
| 2015-08-19 | panel: ignore WindowButtons that have not been placed yet, as they're not ↵ | Marco Trevisan (Treviño) | |
| visible (bzr r3987.1.6) | |||
| 2015-08-18 | Autopilot: use new globalRect property as alias for geometry | Marco Trevisan (Treviño) | |
| (bzr r3987.1.5) | |||
| 2015-08-18 | Autopilot: use some new facilities to move and click over items | Marco Trevisan (Treviño) | |
| (bzr r3987.1.4) | |||
| 2015-08-18 | UnityIntrospectionObject: make customization of repr easier | Marco Trevisan (Treviño) | |
| (bzr r3987.1.3) | |||
| 2015-08-18 | UnityIntrospectionObject: implement proper __eq__, __ne__ and __repr__ methods | Marco Trevisan (Treviño) | |
| (bzr r3987.1.2) | |||
| 2015-08-18 | AP, TestDash: fix tab category key nav test to match recent changes | Marco Trevisan (Treviño) | |
| AS per a rencent fix, the first element is selected if the category is not exapandible (bzr r3987.1.1) | |||
| 2015-07-10 | TestBamfApplication: veridy children addition properly | Marco Trevisan (Treviño) | |
| (bzr r3983.3.12) | |||
| 2015-07-10 | BamfMockApplication: emit child-{added,removed} signals when setting children | Marco Trevisan (Treviño) | |
| (bzr r3983.3.11) | |||
| 2015-07-09 | MockApplication: use explicit return type with const& or Lambda will fail | Marco Trevisan (Treviño) | |
| (bzr r3983.3.6) | |||
| 2015-07-09 | ApplicationManager: return a const& WindowList in GetWindows | Marco Trevisan (Treviño) | |
| Since we don't have to fetch anything, we can just avoid copies here. (bzr r3983.3.5) | |||
| 2015-07-08 | ApplicationManager: use monitor as property and emit changes | Marco Trevisan (Treviño) | |
| (bzr r3983.3.1) | |||
| 2015-06-27 | ApplicationManager: add missing features, keep a copy of views around | Marco Trevisan (Treviño) | |
| Use this in PanelMenuView, getting rid of the BAMF internal at this level. Approved by: PS Jenkins bot, Christopher Townsend (bzr r3975) | |||
| 2015-06-12 | Autopilot, TestPanel: fix open menu on new focused window in LIM mode | Marco Trevisan (Treviño) | |
| Since LIM works for unfocused windows as well, no menu should be closed by an app being mapped. (bzr r3964.6.6) | |||
| 2015-06-05 | Indicators: add a method to get the active entry | Marco Trevisan (Treviño) | |
| (bzr r3964.6.1) | |||
| 2015-05-22 | TestAppliactionLauncherIcon: ensure window is activ | Marco Trevisan (Treviño) | |
| (bzr r3899.4.16) | |||
| 2015-05-22 | MockApplicationWindow: make LocalFocus to activate the window as well | Marco Trevisan (Treviño) | |
| (bzr r3899.4.15) | |||
| 2015-04-16 | When using the left arrow to exit a Quicklist, Launcher keynav is implied ↵ | Chris Townsend | |
| and should be active regardless of how the Quicklist was opened. Fixes LP: #1444626 (bzr r3952.4.2) | |||
| 2015-04-10 | UnityScreen: terminate spread if active when initiating Switcher | Marco Trevisan (Treviño) | |
| Also avodon't make the SpreadFilter to unset the nux key-focus area on destruction. Fixes: #1412001 Approved by: Christopher Townsend, PS Jenkins bot (bzr r3951) | |||
| 2015-04-10 | SwitcherController: add first selection mode property, to decide what to ↵ | Gerry Boland | |
| select at first Add option to have Switcher strictly between applications, and not select the previously focused window as first selection (even if that window part of the same application) Fixes: #998285 Approved by: Gerry Boland, Christopher Townsend, PS Jenkins bot Original authors: - Gerry Boland <gerry.boland@canonical.com> - Marco Trevisan (Treviño) <mail@3v1n0.net> (bzr r3950) | |||
| 2015-04-10 | When we get a launcher key press (ie. super key). We check if the command ↵ | Brandon Schaefer | |
| lens is open. If it is then just switch the lens to the home lens. This way we dont close the dash. Fixes: #1108956 Approved by: Stephen M. Webb, Christopher Townsend, PS Jenkins bot (bzr r3949) | |||
| 2015-04-10 | test_wm_keybindings: fix AP failures caused by upstream Compiz change Fixes: ↵ | Stephen M. Webb | |
| #1294864 Approved by: Christopher Townsend (bzr r3948) | |||
| 2015-04-10 | fixed the Panel title string expected by Launcher keynav AP tests Fixes: ↵ | Stephen M. Webb | |
| #1435830 Approved by: Christopher Townsend, PS Jenkins bot (bzr r3946) | |||
| 2015-04-10 | adjust previous fix to use floating-point division | Stephen M. Webb | |
| (bzr r3945.2.2) | |||
| 2015-04-10 | * Fix AP tests | Brandon Schaefer | |
| (bzr r3936.1.2) | |||
| 2015-04-10 | test_wm_keybindings: fix AP failures caused by upstream Compiz change | Stephen M. Webb | |
| Fixes LP: #1294864 (bzr r3945.2.1) | |||
| 2015-04-08 | TestSpreadFilter: include SearchBar | Marco Trevisan (Treviño) | |
| (bzr r3914.4.8) | |||
| 2015-04-03 | Merging with trunk | Marco Trevisan (Treviño) | |
| (bzr r3914.4.4) | |||
| 2015-04-03 | SwitcherController: use properties better | Marco Trevisan (Treviño) | |
| (bzr r3914.4.3) | |||
| 2015-04-03 | Merging with trunk | Marco Trevisan (Treviño) | |
| (bzr r3899.4.11) | |||
| 2015-03-30 | use the new nautilus .desktop name Fixes: #1436297 | Sebastien Bacher | |
| Approved by: Stephen M. Webb, PS Jenkins bot (bzr r3944) | |||
| 2015-03-30 | AP tests: accounted for arbitrarily-raised exceptions in checking scaled ↵ | Stephen M. Webb | |
| windows Fixes: #1436095 Approved by: Christopher Townsend, PS Jenkins bot (bzr r3943) | |||
| 2015-03-26 | made the test_launcher_keynav_changes_panel test conform to design requirements | Stephen M. Webb | |
| (bzr r3929.9.2) | |||
| 2015-03-25 | use the new nautilus .desktop name | Sebastien Bacher | |
| Fixes LP: #1436297 (bzr r3929.8.1) | |||
| 2015-03-24 | AP tests: updated panel title expectd during keynav tests | Stephen M. Webb | |
| Fixes LP: #1435830 (bzr r3929.9.1) | |||
| 2015-03-24 | AP tests: accounted for arbitrarily-raised exceptions in checking scaled windows | Stephen M. Webb | |
| Fixes LP: #1436095 (bzr r3929.7.1) | |||
| 2015-03-24 | silenced GCC 5 warnings Fixes: #1430784 | Stephen M. Webb | |
| Approved by: Christopher Townsend, PS Jenkins bot (bzr r3934) | |||
| 2015-03-24 | uses the new upstream .desktop file for D-Bus activated Nautilus instances ↵ | Stephen M. Webb | |
| Fixes: #1428837 Approved by: Christopher Townsend, PS Jenkins bot (bzr r3933) | |||
| 2015-03-24 | fixed AP tests to match code changes | Stephen M. Webb | |
| Fixes LP: #1433648 (bzr r3929.1.1) | |||
| 2015-03-13 | work around new GCC 5 warnings in GTest code | Stephen M. Webb | |
| (bzr r3928.4.2) | |||
| 2015-03-12 | Merging with trunk | Marco Trevisan (Treviño) | |
| (bzr r3899.4.10) | |||
