summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2015-08-25Autopilot: modernize some tests, use stronger methods to ensure false positiveMarco Trevisan (Treviño)
Approved by: Andrea Azzarone (bzr r3994)
2015-08-19AP, TestSwitcher: use eventually in mouse selection testsMarco Trevisan (Treviño)
(bzr r3987.1.15)
2015-08-19AP, TestPanel: use proper grab_area pathMarco Trevisan (Treviño)
(bzr r3987.1.14)
2015-08-19AP: dash, fix typoMarco Trevisan (Treviño)
(bzr r3987.1.13)
2015-08-19AP, TestDash: use valid property for eventual checkMarco Trevisan (Treviño)
(bzr r3987.1.12)
2015-08-19AP, TestPanel: add a lambda to verify app/win statusMarco Trevisan (Treviño)
(bzr r3987.1.11)
2015-08-19AP, test dash: fix issues on refactoringMarco Trevisan (Treviño)
Properly click object and return geometry of the view (controller has no geo) (bzr r3987.1.10)
2015-08-19AP, TestSwitcherMouseInteraction: move mouse at origin before testingMarco 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-19AP, TestSpread: increase the wait time before moving to a windowMarco Trevisan (Treviño)
Unfortunately this seems to be needed to get input in some machines (bzr r3987.1.8)
2015-08-19AP, TestPanel: get active indicator using a lambdaMarco Trevisan (Treviño)
In this way we ensure that it gets called repeatdly until there's a result (bzr r3987.1.7)
2015-08-19panel: ignore WindowButtons that have not been placed yet, as they're not ↵Marco Trevisan (Treviño)
visible (bzr r3987.1.6)
2015-08-18Autopilot: use new globalRect property as alias for geometryMarco Trevisan (Treviño)
(bzr r3987.1.5)
2015-08-18Autopilot: use some new facilities to move and click over itemsMarco Trevisan (Treviño)
(bzr r3987.1.4)
2015-08-18UnityIntrospectionObject: make customization of repr easierMarco Trevisan (Treviño)
(bzr r3987.1.3)
2015-08-18UnityIntrospectionObject: implement proper __eq__, __ne__ and __repr__ methodsMarco Trevisan (Treviño)
(bzr r3987.1.2)
2015-08-18AP, TestDash: fix tab category key nav test to match recent changesMarco 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-10TestBamfApplication: veridy children addition properlyMarco Trevisan (Treviño)
(bzr r3983.3.12)
2015-07-10BamfMockApplication: emit child-{added,removed} signals when setting childrenMarco Trevisan (Treviño)
(bzr r3983.3.11)
2015-07-09MockApplication: use explicit return type with const& or Lambda will failMarco Trevisan (Treviño)
(bzr r3983.3.6)
2015-07-09ApplicationManager: return a const& WindowList in GetWindowsMarco Trevisan (Treviño)
Since we don't have to fetch anything, we can just avoid copies here. (bzr r3983.3.5)
2015-07-08ApplicationManager: use monitor as property and emit changesMarco Trevisan (Treviño)
(bzr r3983.3.1)
2015-06-27ApplicationManager: add missing features, keep a copy of views aroundMarco 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-12Autopilot, TestPanel: fix open menu on new focused window in LIM modeMarco 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-05Indicators: add a method to get the active entryMarco Trevisan (Treviño)
(bzr r3964.6.1)
2015-05-22TestAppliactionLauncherIcon: ensure window is activMarco Trevisan (Treviño)
(bzr r3899.4.16)
2015-05-22MockApplicationWindow: make LocalFocus to activate the window as wellMarco Trevisan (Treviño)
(bzr r3899.4.15)
2015-04-16When 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-10UnityScreen: terminate spread if active when initiating SwitcherMarco 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-10SwitcherController: 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-10When 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-10test_wm_keybindings: fix AP failures caused by upstream Compiz change Fixes: ↵Stephen M. Webb
#1294864 Approved by: Christopher Townsend (bzr r3948)
2015-04-10fixed 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-10adjust previous fix to use floating-point divisionStephen M. Webb
(bzr r3945.2.2)
2015-04-10* Fix AP testsBrandon Schaefer
(bzr r3936.1.2)
2015-04-10test_wm_keybindings: fix AP failures caused by upstream Compiz changeStephen M. Webb
Fixes LP: #1294864 (bzr r3945.2.1)
2015-04-08TestSpreadFilter: include SearchBarMarco Trevisan (Treviño)
(bzr r3914.4.8)
2015-04-03Merging with trunkMarco Trevisan (Treviño)
(bzr r3914.4.4)
2015-04-03SwitcherController: use properties betterMarco Trevisan (Treviño)
(bzr r3914.4.3)
2015-04-03Merging with trunkMarco Trevisan (Treviño)
(bzr r3899.4.11)
2015-03-30use the new nautilus .desktop name Fixes: #1436297Sebastien Bacher
Approved by: Stephen M. Webb, PS Jenkins bot (bzr r3944)
2015-03-30AP 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-26made the test_launcher_keynav_changes_panel test conform to design requirementsStephen M. Webb
(bzr r3929.9.2)
2015-03-25use the new nautilus .desktop nameSebastien Bacher
Fixes LP: #1436297 (bzr r3929.8.1)
2015-03-24AP tests: updated panel title expectd during keynav testsStephen M. Webb
Fixes LP: #1435830 (bzr r3929.9.1)
2015-03-24AP tests: accounted for arbitrarily-raised exceptions in checking scaled windowsStephen M. Webb
Fixes LP: #1436095 (bzr r3929.7.1)
2015-03-24silenced GCC 5 warnings Fixes: #1430784Stephen M. Webb
Approved by: Christopher Townsend, PS Jenkins bot (bzr r3934)
2015-03-24uses 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-24fixed AP tests to match code changesStephen M. Webb
Fixes LP: #1433648 (bzr r3929.1.1)
2015-03-13work around new GCC 5 warnings in GTest codeStephen M. Webb
(bzr r3928.4.2)
2015-03-12Merging with trunkMarco Trevisan (Treviño)
(bzr r3899.4.10)