summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-09-18Derive EdgeBarrierController::Impl from sigc::trackable and remove the use of...Andrea Azzarone
2013-09-17Make the mouse movement infinite while loop into a for loop and only iterate ...Chris Townsend
2013-09-17Derive EdgeBarrierController::Impl from sigc::trackable and remove the use of...Andrea Azzarone
2013-09-17Launcher: use nux::Animation for all the launcher animationsMarco Trevisan (Treviño)
2013-09-17UnityScreen: add support for Super+Arrows shortcuts to manage the focused windowMarco Trevisan (Treviño)
2013-09-16Set the wait timeout to a longer period (1000ms) since many Jenkins CI tests ...Chris Townsend
2013-09-16Set the wait timeout to a longer period since many Jenkins CI tests are faili...Chris Townsend
2013-09-16Fix lp:1226116.Andrea Azzarone
2013-09-16WindowManagerKeybindings: add scenarios to perform the tests for Maximized an...Marco Trevisan (Treviño)
2013-09-16autopilot, WindowManagerKeybindings: verify the window restoration after vert...Marco Trevisan (Treviño)
2013-09-16autopilot, WindowManagerKeybindings: verify right/left maximization geometriesMarco Trevisan (Treviño)
2013-09-16autopilot, WindowManagerKeybindings: added new keybindings AP testsMarco Trevisan (Treviño)
2013-09-13TestLauncher: verify that the correct action state is set on drag cancelMarco Trevisan (Treviño)
2013-09-12Make sure we move the mouse over the target icon while we are dragging the so...Brandon Schaefer
2013-09-12Set an upper bound on the amount of icons we go through to check tooltips. As...Brandon Schaefer
2013-09-12Use the first two icons in the Launcher to assure the icons are always on the...Chris Townsend
2013-09-12* 4 spaces, not 2!Brandon Schaefer
2013-09-12* Must avoid the accordion effect, when attemtping to test the tooltips.Brandon Schaefer
2013-09-12ApplicationLauncherIcon: log unity zeitgeist events on stick, unstick, remova...Marco Trevisan (Treviño)
2013-09-12* Make sure we move the mouse over the target icon while we are dragging the ...Brandon Schaefer
2013-09-12Use the first two icons in the Launcher to assure the icons are always on the...Chris Townsend
2013-09-12When the shortcut is open, and we receive a ButtonPress or KeyPress hide it. ...Brandon Schaefer
2013-09-11Due to a change libdbusmenu, need to use a fully qualified name for the Dbus ...Chris Townsend
2013-09-11Launcher: stick and save icons dragged aroundMarco Trevisan (Treviño)
2013-09-11TestLauncherController: verify the unity events loggingMarco Trevisan (Treviño)
2013-09-11TestApplicationLauncherIcon: verify leave events loggingMarco Trevisan (Treviño)
2013-09-11LauncherController: stick the SWcenter icon, not the app.Marco Trevisan (Treviño)
2013-09-11TestSoftwareCenterLauncherIcon: verify log event on installation finishedMarco Trevisan (Treviño)
2013-09-11TestApplicationLauncherIcon: verify LogUnityEventMarco Trevisan (Treviño)
2013-09-11TestApplicationLauncherIcon: derivate from testmocks::TestUnityAppBaseMarco Trevisan (Treviño)
2013-09-11TestLauncherController: derivate from testmocks::TestUnityAppBase and add log...Marco Trevisan (Treviño)
2013-09-11TestTrashLauncherIcon: derivate from testmocks::TestUnityAppBaseMarco Trevisan (Treviño)
2013-09-11MockApplication: add TestUnityAppBase struct to test UnityApplicationMarco Trevisan (Treviño)
2013-09-11TestApplicationLauncherIcon: verify the event logging on stick / unstickMarco Trevisan (Treviño)
2013-09-10* If a button/key is pressed and the shortcut hint is open close it!Brandon Schaefer
2013-09-10TestTrashLauncherIcon: verify and clear the expectations of the Unity App whe...Marco Trevisan (Treviño)
2013-09-10TestTrashLauncherIcon: initialize unity app at every test startupMarco Trevisan (Treviño)
2013-09-07Application: add desktop_id method, and implement in desktop::Application.Marco Trevisan (Treviño)
2013-09-06DesktopApplicationManager: added new app manager layer so that we can emit ap...Marco Trevisan (Treviño)
2013-09-06Merging with lp:~3v1n0/unity/desktop-app-managerMarco Trevisan (Treviño)
2013-09-06TestTrashLauncherIcon: add more log checksMarco Trevisan (Treviño)
2013-09-06MockApplication: use tuple for log events and add function to verify themMarco Trevisan (Treviño)
2013-09-05TestLauncherController: get rid of the dependency on real desktop-id for URIsMarco Trevisan (Treviño)
2013-09-05Application: add desktop_id method, and implement in desktop::ApplicationMarco Trevisan (Treviño)
2013-09-05TestTrashLauncherIcon: verify that delete events gets logged by unity app on ...Marco Trevisan (Treviño)
2013-09-05TestDesktopApplicationSubject: add equalty testsMarco Trevisan (Treviño)
2013-09-05MockApplication: return a MockApplication::Nice as UnityApplicationMarco Trevisan (Treviño)
2013-09-05TestTrashLauncherIcon: verify that files gets trashed on Dnd requestMarco Trevisan (Treviño)
2013-09-05TestApplicationLauncherIcon: fix typo on MatcherPMarco Trevisan (Treviño)
2013-09-05* Better way to avoid changing the focus on a mouse bump, if the mouseBrandon Schaefer