summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
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-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)
2016-02-16merge trunkhandsome_feng
(bzr r4067.4.6)
2016-02-09Extend the lockscreen theme for kylin.handsome_feng
Approved by: PS Jenkins bot, Marco Trevisan (Treviño) (bzr r4073)
2016-02-09CMake: use GNUInstallDirs with native multi-arch supportMarco Trevisan (Treviño)
We can now use CMAKE_INSTALL_*DIR instead of defining them manually. Also disable networkarea region plugin build by default. Fixes: #1485668, #1508635 Approved by: Andrea Azzarone (bzr r4072)
2016-02-09Use proper prefixes where possibleMarco Trevisan (Treviño)
(bzr r4068.2.3)
2016-02-04DashStyle: use better names for dash border sizesMarco Trevisan (Treviño)
(bzr r4067.5.4)
2016-01-24Make sure a volume can be formatted.Andrea Azzarone
(bzr r4067.3.3)
2016-01-24Add format option.Andrea Azzarone
(bzr r4067.3.2)
2016-01-15merge trunkhandsome_feng
(bzr r4016.2.32)
2016-01-14Merging with trunkMarco Trevisan (Treviño)
(bzr r4036.11.78)
2015-12-30fix the error in test_launcher.cpphandsome_feng
(bzr r3999.7.19)
2015-12-28move the launcher-position from com.canonical.Unity to ↵handsome_feng
com.canonical.Unity.Launcher (bzr r3999.7.18)
2015-12-22{Hud,BFB}LauncherIcon: don't change state with launcher in the bottomMarco Trevisan (Treviño)
(bzr r3999.8.5)
2015-12-22Merging with trunkMarco Trevisan (Treviño)
(bzr r3999.8.1)
2015-12-22Added a new EdgeBarrier for launcher on the bottomhandsome_feng
(bzr r3999.7.13)
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-17Merging with trunkMarco Trevisan (Treviño)
(bzr r4036.11.77)
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-11FileManager: remove support multiple locations for windowMarco Trevisan (Treviño)
Although the fielmanager might have multiple tabs opened, we don't care about knowing them, since we only care of the active one. (bzr r4036.11.75)
2015-12-11FileManager: remove the unneeded methods from FileManagerMarco Trevisan (Treviño)
(bzr r4036.11.74)
2015-12-11TestSwitcherController: use WindowedLauncherIcon as base for ↵Marco Trevisan (Treviño)
FakeLauncherIcon and MockApplicationWindow's (bzr r4036.11.72)
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)