summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2015-12-18SwitcherModel: don't reiterate over windows all the time, keep a list and ↵Marco Trevisan (Treviño)
update it Windows are computed just once, unless the window count for the selected icon changes. DetailXids is now returning something only if detail is enabled. When the active app windows changed, we can update the detail xids. Fixes: #1526434 Approved by: Andrea Azzarone (bzr r4063)
2015-12-16TestLayoutWindow: fix tests to support ComputeDecorationHeightMarco Trevisan (Treviño)
(bzr r4054.3.3)
2015-12-16TestSwitcherModel: add test to verify DetailXids and SelectionWindowsMarco Trevisan (Treviño)
Fix failing test due to DetailXids change (bzr r4054.4.3)
2015-12-11unity: ensure we use python3 for the launch script and python2.7 for ↵Marco Trevisan (Treviño)
autopilot Fixes: #1512909 Approved by: PS Jenkins bot Original authors: - Marco Trevisan (Treviño) <mail@3v1n0.net> - Barry Warsaw <barry@ubuntu.com> (bzr r4049)
2015-12-11Replaced deprecated calls in tests to get rid of compiler warningsEleni Maria Stea
Approved by: PS Jenkins bot, Marco Trevisan (Treviño) (bzr r4048)
2015-12-11Places(Overlay)VScrollBar: impelement gtk-like overlay scrollbars Fixes: ↵Marco Trevisan (Treviño)
#1481706 Approved by: PS Jenkins bot, Andrea Azzarone Original authors: - Marco Trevisan (Treviño) <mail@3v1n0.net> - Andrea Azzarone <andrea.azzarone@canonical.com> (bzr r4045)
2015-12-11XKeyboardUtil: add ability to get keycodes from any relative positionMarco Trevisan (Treviño)
Approved by: PS Jenkins bot, Andrea Azzarone (bzr r4040)
2015-12-11SwitcherModel: allow to add/remove icons dynamically and update them when ↵Marco Trevisan (Treviño)
they require it We keep hidden applications in a separated vector; when an application becomes invisible in switcher we need to move it to the hidden_applications_ vector, if it becomes visible again we put it back on the main model vector. Fixes: #1512349 Approved by: Andrea Azzarone (bzr r4038)
2015-11-19Merging with trunkMarco Trevisan (Treviño)
(bzr r4027.1.15)
2015-11-11replaced G_ASYNC_RESULT with G_TASKEleni Maria Stea
(bzr r4027.8.3)
2015-11-11fixed the order of arguments in g_task_newEleni Maria Stea
(bzr r4027.8.2)
2015-11-06TestOverlayScrollbar: removeMarco Trevisan (Treviño)
(bzr r4008.14.8)
2015-11-05Tests: install autopilot with python2.7Marco Trevisan (Treviño)
(bzr r4027.1.13)
2015-11-04Merging with lp:~3v1n0/unity/switcher-dynamic-modelMarco Trevisan (Treviño)
(bzr r3983.13.5)
2015-11-04TestSwitcherModel: use new constructorMarco Trevisan (Treviño)
(bzr r4027.5.24)
2015-11-04TestSwitcherController: ensure that icons are visible in switcher, or tests ↵Marco Trevisan (Treviño)
will fail (bzr r4027.5.23)
2015-11-02TestKeyboardUtil: add tests for near key symbols lookupMarco Trevisan (Treviño)
(bzr r3983.13.3)
2015-11-02Unity: use compiz cursorCache to get properly updated cursorsMarco Trevisan (Treviño)
We avoid duplicating instances and they're automatically recreated when the system cursor setting change. Fixes: #1359211 Approved by: Andrea Azzarone (bzr r4032)
2015-10-30TestSwitcherModel: Initialize model just once, update for new APIMarco Trevisan (Treviño)
(bzr r4027.5.4)
2015-10-30SwitcherModel: make possible to add and remove icons at runtimeMarco Trevisan (Treviño)
Icons are kept in order at this level (bzr r4027.5.3)
2015-10-27replaced deprecated test calls to get rid of compiler warningsEleni Maria Stea
(bzr r4027.8.1)
2015-10-22CompScreenMock: define cursorCacheMarco Trevisan (Treviño)
(bzr r4008.8.9)
2015-10-21MockWindowManager: add definition for GetCachedCursorMarco Trevisan (Treviño)
(bzr r4008.8.7)
2015-10-21WindowGestureTarget: use compiz cursorCacheMarco Trevisan (Treviño)
(bzr r4008.8.4)
2015-10-16Avoid test failures on jenkins.Andrea Azzarone
Approved by: Marco Trevisan (Treviño) (bzr r4026)
2015-10-16LauncherIcon: force lookup icon by scaling it at the requested sizeMarco Trevisan (Treviño)
As bonus, remove unused GtkWrapper class Fixes: #1446081, #1501973 Approved by: Andrea Azzarone (bzr r4023)
2015-10-16TestDash: Use local results in PreviewNavigateTests instead of online onesMarco Trevisan (Treviño)
They're just more reliable Approved by: Andrea Azzarone (bzr r4021)
2015-10-14TestMain: unset UPSTART_SESSION not to mess with real systemMarco Trevisan (Treviño)
(bzr r4008.9.5)
2015-10-14TestLauncher: no need to wait pending events here, there's no async call ↵Marco Trevisan (Treviño)
involved (bzr r4008.9.4)
2015-10-14TestIconLoader: wait pending events before on TearDownMarco Trevisan (Treviño)
(bzr r4008.9.3)
2015-10-13Avoid test failures on jenkins.Andrea Azzarone
(bzr r4019.1.1)
2015-10-05GtkWrapper: remove it as it's not needed anymoreMarco Trevisan (Treviño)
(bzr r4008.11.3)
2015-10-03TestDash: Use local results in PreviewNavigateTests instead of online onesMarco Trevisan (Treviño)
They're just more reliable (bzr r4008.9.1)
2015-10-03Use GTK_ICON_LOOKUP_FORCE_SIZE when loading icons everywhereMarco Trevisan (Treviño)
(bzr r4008.11.2)
2015-09-30TestGnomeSessionManager: mark NoLockWhenLockingDisabled as unstableMarco Trevisan (Treviño)
(bzr r4008.7.24)
2015-09-30TestUtils: define UNSTABLE_TEST macro, and disable unstable tests on releaseMarco Trevisan (Treviño)
(bzr r4008.7.23)
2015-09-30TestIconLoader: enable some disabled testsMarco Trevisan (Treviño)
(bzr r4008.7.20)
2015-09-30TestGDBusProxy: make tests more robusts when using a cancellableMarco Trevisan (Treviño)
(bzr r4008.7.19)
2015-09-30GnomeKeyGrabberTests: fix tests to match current behaviorMarco Trevisan (Treviño)
(bzr r4008.7.16)
2015-09-30TestMainDBus: use glib::DBusNameWatcherMarco Trevisan (Treviño)
(bzr r4008.7.12)
2015-09-30KeyGrabber: update implementations with new interfaceMarco Trevisan (Treviño)
(bzr r4008.7.9)
2015-09-10UnityScreen: force shell to be on top when there's a window fullscreen and ↵Marco Trevisan (Treviño)
we've a menu open. This allows to see the panel and control menus properly. Added support for fullscreen windows to WindowsManager, in order to handle properly the LIM mode. Fixes: #591189 (bzr r4005)
2015-09-10Add/Update tests for gnome session manager.Andrea Azzarone andrea.azzarone@canonical.com
Approved by: PS Jenkins bot, Marco Trevisan (Treviño) (bzr r4001)
2015-09-10Merging with trunkMarco Trevisan (Treviño)
(bzr r3964.6.11)
2015-09-10Merging with lp:~azzar1/unity/lp-1485559Marco Trevisan (Treviño)
(bzr r3964.6.9)
2015-09-10Autpilot, launcher: make dragging tests more reliableMarco Trevisan (Treviño)
(bzr r3964.6.8)
2015-09-10Autopilot, TestIconBehavior: add utility function to get a running applicationMarco Trevisan (Treviño)
This waits, if needed (bzr r3964.6.7)
2015-09-08Some minor change.Andrea Azzarone andrea.azzarone@canonical.com
(bzr r3999.1.2)
2015-09-08Merge with trunk.Andrea Azzarone andrea.azzarone@canonical.com
(bzr r3999.1.1)
2015-09-08Resolve conflicts.Andrea Azzarone andrea.azzarone@canonical.com
(bzr r3999.2.1)