summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2016-12-20Merge with trunk.Andrea Azzarone
(bzr r4213.2.1)
2016-11-29tests/CMakeLists.txt: set gmock lib and tests only if availableMarco Trevisan (Treviño)
(bzr r4209.1.3)
2016-11-29tests: use more signed comparisonsMarco Trevisan (Treviño)
(bzr r4209.1.2)
2016-11-29CMakeLists.txt: add support to compile with GTest 1.8Marco Trevisan (Treviño)
Fixes LP: #1644062 (bzr r4209.1.1)
2016-11-11LockScreenController: use InputMonitor to get all the events and hide the ↵Marco Trevisan (Treviño)
Blank Window When the blank window is shown now we use the XI2 events to figure out if we can hide it in this way it will be possible to show the screensaver when something is grabbing the screen and we don't need to grab the screen anymore to get the events. (LP: #1321075) Approved by: Andrea Azzarone (bzr r4206)
2016-11-11TestLockScreenController: update test to match new grab-less blank windowMarco Trevisan (Treviño)
(bzr r3788.10.7)
2016-11-07GnomeSession: Retrieve the session id using dbus if $XDG_SESSION_ID is not setAndrea Azzarone
Approved by: Marco Trevisan (Treviño), Martin Pitt (bzr r4204)
2016-11-07Merge trunk and resolve conflicts.Andrea Azzarone
(bzr r4198.2.1)
2016-11-02Retrieve the session id using dbus if env variable XDG_SESSION_ID is not ↵Andrea Azzarone
available. (bzr r4194.4.1)
2016-10-27TestXdndStartStopNotifierImp: enable some unstable tests by adding XTest supportMarco Trevisan (Treviño)
Approved by: Andrea Azzarone (bzr r4196)
2016-09-06TestXdndStartStopNotifierImp: enable some unstable tests by adding XTest supportMarco Trevisan (Treviño)
(bzr r4192.1.1)
2016-09-06Merging with lp:~3v1n0/unity/systemd-unit-fixesMarco Trevisan (Treviño)
(bzr r3788.10.6)
2016-09-02Merging with trunkMarco Trevisan (Treviño)
(bzr r4153.9.53)
2016-09-01MenuManager: add support for mouse trackers with triangle algorithm supportMarco Trevisan (Treviño)
It allows to register pointer trackers with menu entries selection by using the triangle technique which prevents menus items from being opened on quick menu scrubbing Then use use menu::Manager pointer tracker for entries activation in PanelView, LockScreenPanel and DecorationsMenuLayout (LP: #1618405) Approved by: Andrea Azzarone (bzr r4187)
2016-09-01PanelView: use InputMonitor to track menu eventsMarco Trevisan (Treviño)
Approved by: Andrea Azzarone (bzr r4185)
2016-09-01{Upstart,Systemd}Wrapper: use ligther proxiesMarco Trevisan (Treviño)
(bzr r4153.9.44)
2016-08-30TestLockScreenController: add input monitor instanceMarco Trevisan (Treviño)
(bzr r3788.10.5)
2016-08-29LockScreen: pass menu::Manager to ShieldsMarco Trevisan (Treviño)
(bzr r3788.9.16)
2016-08-22Tests: add input monitor insances in Panel and Launcher controllersMarco Trevisan (Treviño)
These are needed since they initialize edge barriers (bzr r3788.8.4)
2016-08-12Add a function to check whether we're connected so the test can wait and ↵Ted Gould
ensure we are before running (bzr r4153.9.26)
2016-08-01Merge trunkTed Gould
(bzr r4153.9.22)
2016-07-27Use the standard notification-device-eject in the "device eject" ↵Andrea Azzarone
notification. This allows us to scale it properly on high-dpi setups. (LP: #1605231) Approved by: Marco Trevisan (Treviño) (bzr r4157)
2016-07-21Use the standard notification-device-eject in the "device eject" ↵Andrea Azzarone
notificaiton. This allows us to scale it properly on high-dpi setups. Fixes LP: #1605231 (bzr r4153.3.1)
2016-07-21Properly destroy close_button_ to properly disconnect lambda.Andrea Azzarone
Fixes LP: #1605010 (bzr r4153.2.1)
2016-07-20Setup a test for the systemd wrapperTed Gould
(bzr r4153.9.8)
2016-07-20Add systemd events to the lock screenTed Gould
(bzr r4153.9.5)
2016-07-14Keep the screen locked if rebooting with autologin.Andrea Azzarone
Fixes LP: #1600389 (bzr r4146.6.1)
2016-07-06Add some tests.Andrea Azzarone
(bzr r4146.5.5)
2016-06-21TestLockScreenController: add mock key::GrabberMarco Trevisan (Treviño)
(bzr r4119.1.7)
2016-05-17UnityScreen, UnityWindow: cleanup a little the code, and ensure overridden ↵Marco Trevisan (Treviño)
CompositeWindow functions get actually called There would be still a lot to do in this scenario, but still a start...F Approved by: PS Jenkins bot, Andrea Azzarone (bzr r4115)
2016-05-17TestGnomeSessionManager: disconnect from all session signals on TearDownMarco Trevisan (Treviño)
(bzr r4105.7.6)
2016-04-25SwitcherView: get rid of the unused signalsMarco Trevisan (Treviño)
(bzr r4105.6.2)
2016-04-01Improve the "lock on suspend" logic to always keep in sync the inhibitor ↵Andrea Azzarone
with the lockscreen. Approved by: Marco Trevisan (Treviño) (bzr r4099)
2016-03-31Refactor a bit the LoginManager login according to Marco's review.Andrea Azzarone
(bzr r4095.1.2)
2016-03-31UnityWindowStyle: use theme settings for getting the textures and cleanup ↵Marco Trevisan (Treviño)
them on theme change Also export RawPixel's and cleanup the API a little (bzr r4093.2.13)
2016-03-18modified a keynav AP testhandsome_feng
(bzr r4067.4.19)
2016-03-17merge trunkhandsome_feng
(bzr r4067.4.16)
2016-03-17fix the problem in tooltiphandsome_feng
(bzr r4067.4.15)
2016-03-11Fix some fials in hud and dash autopilot testshandsome_feng
(bzr r4067.4.13)
2016-03-10LauncherController: add overlay shortcut to all the WindowedLauncherIcon's ↵Marco Trevisan (Treviño)
we have This includes device icons now. Approved by: Andrea Azzarone, PS Jenkins bot (bzr r4084)
2016-03-10DashView: ensure that we update scaling when monitor changesMarco Trevisan (Treviño)
Plus don't increase the input area by border sizes when maximized. Fixes: #1546690 Approved by: Andrea Azzarone, PS Jenkins bot (bzr r4083)
2016-03-10Add a "Format..." option to volume icons. Fixes: #1057008Andrea Azzarone
Approved by: Marco Trevisan (Treviño), PS Jenkins bot (bzr r4081)
2016-03-08TestLauncherController: update to include device icons in shortcut onesMarco Trevisan (Treviño)
(bzr r4080.1.3)
2016-03-02merge trunkhandsome_feng
(bzr r4067.4.10)
2016-02-24Merge with trunk.Andrea Azzarone
(bzr r4074.3.1)
2016-02-23Merge with Robert's branch. Andrea Azzarone
(bzr r4067.2.9)
2016-02-19Rewrite tests to not use Ubuntu Software Center, use GNOME Software insteadRobert Ancell
(bzr r4074.2.2)
2016-02-19Merge with trunk. Andrea Azzarone
(bzr r4067.2.3)
2016-02-19Integration with gnome-software. Andrea Azzarone
(bzr r4067.2.2)
2016-02-17DashView: ensure that we update scaling when monitor changesMarco Trevisan (Treviño)
And also use better names for dash border sizes in DashStyle (bzr r4068.5.1)