summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-19use color alpha 1.0Andrea Azzarone
(bzr r4253.3.5)
2017-09-19Wait until the color buffer is cleared before suspending.Andrea Azzarone
(bzr r4253.3.4)
2017-09-19TestShowDesktopHandler: use proper gtest floating point comparisonsMarco Trevisan (Treviño)
To avoid failures in some archs (bzr r4253.1.7)
2017-09-18CMakeLists: code cleanupMarco Trevisan (Treviño)
(bzr r4253.1.6)
2017-09-18tests/CMakeLists.txt: remove unneded definitionsMarco Trevisan (Treviño)
(bzr r4253.1.5)
2017-09-18debian/rules: ignore warnings in armhf and ppc64elMarco Trevisan (Treviño)
And cleanup a bit (bzr r4253.2.1)
2017-09-16Tests: run headless tests with dbus-run-sessionMarco Trevisan (Treviño)
(bzr r4253.1.4)
2017-09-15Tests: split unit tests in single binaries, enable unstable testsMarco Trevisan (Treviño)
Use CMake foo, for getting the best for running tests in single mode and generating smart targets for them (bzr r4253.1.3)
2017-09-15Reset num_retry_auth_ when we show the swith-to-greeter button.Andrea Azzarone
(bzr r4253.3.3)
2017-09-15Remove space between function and (. Rename AuthenticationThred to ↵Andrea Azzarone
AuthenticationThreadFunc too (bzr r4253.3.2)
2017-09-15Refactor the way UserAuthenticator is created and passed around. Handle ↵Andrea Azzarone
failures to create new threads. Fixes LP: #1311316 (bzr r4253.3.1)
2017-09-01Update debian/control to force the use of compiz built with cmake 3.9.Andrea Azzarone
(bzr r4253.1.2)
2017-08-04Fix build issues with gcc7/g++7Andrea Azzarone
(bzr r4253.1.1)
2017-07-21Releasing 7.5.0+17.10.20170721.1-0ubuntu17.5.0+17.10.20170721.1-0ubuntu1Bileto Bot
(bzr r4253)
2017-07-21PanelController: ensure we disconnect from signals on destructionMarco Trevisan (Treviño)
It's just about using the magic of deriving from sigc::trackable. Since UScreen might be late in signaling screen changes it could fail (LP: #1504870) (bzr r4252)
2017-07-21Launcher: disable or reduce most icon effects on lowgfx (LP: #1700859)Marco Trevisan (Treviño)
Approved by: Andrea Azzarone (bzr r4251)
2017-07-21UnitySettings: listen to compiz profile status in order to set low_gfx valueMarco Trevisan (Treviño)
Instead of changing this value back and forth multiple times, just wait this to be really changed in compiz, and update our internal variable accordingly. Also take care of the gsettings unity's lowgfx value only if the user has set it. This fixes an infinite loop when starting compiz in a lowgfx environment. Approved by: Andrea Azzarone (bzr r4250)
2017-07-21UnitySettings: use glib::Signal blocking for ignoring setting changesMarco Trevisan (Treviño)
Approved by: Andrea Azzarone (bzr r4249)
2017-07-21GLibSignal: allow to block, unblock signalsMarco Trevisan (Treviño)
Added support also to SignalManager, changed a bit the interface Approved by: Andrea Azzarone (bzr r4248)
2017-07-21PanelController: ensure we disconnect from signals on destructionMarco Trevisan (Treviño)
It's just about using the magic of deriving from sigc::trackable. Since UScreen might be late in signaling screen changes it could fail Fixes LP: #1504870 (bzr r4245.2.19)
2017-07-21compiz-profile-selector: use initctl properly (it won't pull env var from ↵Marco Trevisan (Treviño)
current config) (bzr r4245.2.18)
2017-07-18unity.cmake: avoid setting not existing profiles when gfx tests failMarco Trevisan (Treviño)
(bzr r4245.2.17)
2017-07-18compiz-profile-selector: use ligther syntax for updating env variablesMarco Trevisan (Treviño)
And fixes badly set variables in systemd too (bzr r4245.2.16)
2017-07-17tests: add org.compiz 'current-profile' to external gsettingsMarco Trevisan (Treviño)
(bzr r4245.2.15)
2017-07-17Launcher: disable or reduce most icon effects on lowgfxMarco Trevisan (Treviño)
Fixes LP: #1700859 (bzr r4245.3.2)
2017-07-17Launcher: define animation durations just onceMarco Trevisan (Treviño)
(bzr r4245.3.1)
2017-07-17UnityScreen: instead of changing low_gfx property, only set supports_3d on initMarco Trevisan (Treviño)
(bzr r4245.2.14)
2017-07-17compiz-profile-selector: set UNITY_HAS_3D_SUPPORT based on ↵Marco Trevisan (Treviño)
unity_support_test result (bzr r4245.2.13)
2017-07-12UnitySettings: use glib::Signal blocking for ignoring setting changesMarco Trevisan (Treviño)
(bzr r4245.2.9)
2017-07-12GLibSignal: allow to block/unblock all signals for a signal managerMarco Trevisan (Treviño)
(bzr r4245.2.8)
2017-07-12TestGLibSignals: add tests for block unblocking for all objectsMarco Trevisan (Treviño)
(bzr r4245.2.7)
2017-07-12TestGLibSignals: add tests for signal blocks unblockMarco Trevisan (Treviño)
(bzr r4245.2.6)
2017-07-12GLibSignal: add Block/Unblock calls to SignalManagerMarco Trevisan (Treviño)
(bzr r4245.2.5)
2017-07-12SignalManager: add internal ForeachMatchedSignal to do similar tasks onceMarco Trevisan (Treviño)
(bzr r4245.2.4)
2017-07-12GLibSignal: allow to block, unblock signalsMarco Trevisan (Treviño)
(bzr r4245.2.3)
2017-07-12TestGLibSignals: verify the result of addition to manager in better wayMarco Trevisan (Treviño)
(bzr r4245.2.2)
2017-07-12GLibSignal: change the methods signatures to return valuesMarco Trevisan (Treviño)
(bzr r4245.2.1)
2017-07-07Releasing 7.5.0+17.10.20170707-0ubuntu17.5.0+17.10.20170707-0ubuntu1Bileto Bot
(bzr r4247)
2017-07-07Lockscreen: always draw the background-color in the lockscreenAndrea Azzarone
This is to avoid showing a transparent background if the background file is missing. (LP: #1702701) Approved by: Marco Trevisan (Treviño) (bzr r4246)
2017-07-07compiz-profile-selector: don't try to update systemd in upstart sessionMarco Trevisan (Treviño)
(bzr r4245.2.12)
2017-07-17UnitySettings: add supports_3d property which get value from env or ↵Marco Trevisan (Treviño)
auto-calculated value (bzr r4245.2.11)
2017-07-14UnitySettings: listen to compiz profile status in order to set low_gfx valueMarco Trevisan (Treviño)
Instead of changing this value back and forth multiple times, just wait this to be really changed in compiz, and update our internal variable accordingly. Also take care of the gsettings unity's lowgfx value only if the user has set it. This fixes an infinite loop when starting compiz in a lowgfx environment. (bzr r4245.2.10)
2017-07-06Always draw the background-color in the lockscreen, to avoid showing a ↵Andrea Azzarone
transparent background. (bzr r4245.1.1)
2017-07-03Releasing 7.5.0+17.10.20170703.1-0ubuntu17.5.0+17.10.20170703.1-0ubuntu1Bileto Bot
(bzr r4245)
2017-07-03BGHash, UnityScreen: get desktop averageColor from compizMarco Trevisan (Treviño)
compiz now supports getting this value, let's use it instead of doing this again here. Approved by: Andrea Azzarone (bzr r4244)
2017-07-03debian/control: add build dependency on dbus-x11Marco Trevisan (Treviño)
(bzr r4243.1.5)
2017-07-03UnityScreen: ensure we set the proper decoration options on startupMarco Trevisan (Treviño)
(bzr r4243.1.4)
2017-06-30debian/control: increase build-dependency on latest compiz-devMarco Trevisan (Treviño)
(bzr r4243.1.3)
2017-06-30BGHash, UnityScreen: get desktop averageColor from compizMarco Trevisan (Treviño)
compiz now supports getting this value, let's use it instead of doing this again here. (bzr r4243.1.2)
2017-06-30compiz_config_profile_setter: ensure it compiles in older trustyMarco Trevisan (Treviño)
(bzr r4243.1.1)