summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2012-09-01LauncherDragWindow: cancel drag on window mapped/unmapped. Fixes: ↵Marco Trevisan (Treviño)
https://bugs.launchpad.net/bugs/1044723. Approved by Andrea Azzarone. (bzr r2652)
2012-09-01TestLauncher: rename testMarco Trevisan (Treviño)
(bzr r2641.1.20)
2012-09-01TestLauncherDragWindow: add umapped, mapped signalsMarco Trevisan (Treviño)
(bzr r2641.1.19)
2012-08-31LauncherDragWindow: emit cancelled signal when the Escape key has been ↵Marco Trevisan (Treviño)
pressed during drag Launcher: restore an icon position after that the dragging has been cancelled . Fixes: https://bugs.launchpad.net/bugs/955561. Approved by Brandon Schaefer. (bzr r2651)
2012-08-31tests: updated to add HideDragWindow()Marco Trevisan (Treviño)
(bzr r2641.1.16)
2012-08-31LauncherModel: s/GetCloserIcon/GetClosestIcon/Marco Trevisan (Treviño)
(bzr r2641.1.13)
2012-08-31tests, TestLauncher: add a tests to verify that the icon order is restored ↵Marco Trevisan (Treviño)
when cancelling an icon drag (bzr r2641.1.12)
2012-08-31Implement new ordering of categories for home lens. Fixes: ↵Michal Hruby
https://bugs.launchpad.net/bugs/1043915. Approved by Pawel Stolowski. (bzr r2649)
2012-08-31tests, TestLauncherDragWindow: add cancellation testMarco Trevisan (Treviño)
(bzr r2641.1.10)
2012-08-31tests, TestLauncherDragWindow: added skeleton test classMarco Trevisan (Treviño)
(bzr r2641.1.9)
2012-08-31LauncherModel: added GetCloserIcon to fetch the icon closer to the requested oneMarco Trevisan (Treviño)
Tests included. (bzr r2641.1.7)
2012-08-31Simplify a bitMichal Hruby
(bzr r2608.4.21)
2012-08-31Add more testsMichal Hruby
(bzr r2608.4.20)
2012-08-31Merge changes from trunkUgo Riboni
(bzr r2562.1.18)
2012-08-31Merge trunkMichal Hruby
(bzr r2608.4.19)
2012-08-30LauncherController: make the controller enable the launcher struts, based on ↵Marco Trevisan (Treviño)
hide-mode option. Fixes: https://bugs.launchpad.net/bugs/1044005. Approved by Brandon Schaefer. (bzr r2643)
2012-08-30Tests gcin using XIM in unity.. Fixes: ↵Brandon Schaefer
https://bugs.launchpad.net/bugs/1043627. Approved by Thomi Richards, Christopher Lee. (bzr r2642)
2012-08-30Tiny cleanupMichal Hruby
(bzr r2608.4.18)
2012-08-30tests, TestLauncherController: added tests to check the launcher strutsMarco Trevisan (Treviño)
(bzr r2641.1.3)
2012-08-30Add test for ordering apps lens results as firstMichal Hruby
(bzr r2608.4.17)
2012-08-30* Skip the tests if no able to runBrandon Schaefer
(bzr r2637.4.6)
2012-08-29* Made better doc strings, thanks ChrisBrandon Schaefer
(bzr r2637.4.5)
2012-08-29* missed new line before classBrandon Schaefer
(bzr r2637.4.4)
2012-08-29* PEP8Brandon Schaefer
(bzr r2637.4.3)
2012-08-29* Added a couple more checks before running the testsBrandon Schaefer
(bzr r2637.4.2)
2012-08-29* Adds XIM tests for gcinBrandon Schaefer
(bzr r2637.4.1)
2012-08-29merge changes from trunkUgo Riboni
(bzr r2562.1.17)
2012-08-29Update author in copyright header and test tear down to use simpler functions.Ugo Riboni
(bzr r2562.1.15)
2012-08-29Add unit tests for the WindowMinimizeSpeedControllerUgo Riboni
(bzr r2562.1.14)
2012-08-29Merge trunk.Andrea Azzarone
(bzr r2540.12.27)
2012-08-29Merge trunk.Andrea Azzarone
(bzr r2540.12.26)
2012-08-29Update unity autopilot tests to match autopilot API.. Fixes: . Approved by ↵Thomi Richards
Christopher Lee. (bzr r2636)
2012-08-29Don't import global_context, as it's moved.Thomi Richards
(bzr r2632.1.1)
2012-08-28Remove OnRemoved fun.Andrea Azzarone
(bzr r2540.12.23)
2012-08-28Merged with trunk.Nick Dedekind
(bzr r2596.3.3)
2012-08-27Removed manual-tests that were already automated by Nick, added two tests to ↵6.4.0Omer Akram
ensure Music and Video lens previews are tested. Also made a single class for all the Invocation tests previously they were in separate classes.. Fixes: . Approved by Thomi Richards. (bzr r2632)
2012-08-27manual-test to AP; makes sure HUD key navigation is intact. Fixes: . ↵Omer Akram
Approved by Thomi Richards, Nick Dedekind. (bzr r2630)
2012-08-28reuse codeOmer Akram
(bzr r2616.6.5)
2012-08-28fix docstrings + reuse code instead of writing newOmer Akram
(bzr r2616.6.4)
2012-08-27damnOmer Akram
(bzr r2616.5.5)
2012-08-27fix method name and docstring per instructionsOmer Akram
(bzr r2616.5.4)
2012-08-27Merged trunk and resolved conflictChristopher Lee
(bzr r2490.2.9)
2012-08-25Merge trunk.Andrea Azzarone
(bzr r2540.12.22)
2012-08-25remove few manual test cases which are already automatedOmer Akram
(bzr r2616.6.2)
2012-08-24fixOmer Akram
(bzr r2616.5.3)
2012-08-24fix conflictsOmer Akram
(bzr r2616.5.2)
2012-08-24manual-test to AP; makes sure HUD keynav is intactOmer Akram
(bzr r2616.5.1)
2012-08-24mergeOmer Akram
(bzr r2601.4.2)
2012-08-23manual-test to AP; makes sure double clicking the grab area of a maximized ↵Omer Akram
app restores(unmaximize) it.. Fixes: . Approved by Thomi Richards. (bzr r2621)
2012-08-23fix TODO; test newly activated lens' searchbar have the focus. Also removed ↵Omer Akram
un-needed semicolons. Fixes: . Approved by Thomi Richards. (bzr r2620)