summaryrefslogtreecommitdiff
path: root/UnityCore
AgeCommit message (Expand)Author
2019-09-24Fix gcc 7.2 build errorsTasos Sahanidis
2018-11-04Add missing includes for build w/o pchAleksey Tulinov
2018-03-03Fix gcc 7.2 build errorsgcc-72-errorsTasos Sahanidis
2017-08-04Fix build issues with gcc7/g++7Andrea Azzarone
2017-07-12GLibSignal: allow to block/unblock all signals for a signal managerMarco Trevisan (Treviño)
2017-07-12GLibSignal: add Block/Unblock calls to SignalManagerMarco Trevisan (Treviño)
2017-07-12SignalManager: add internal ForeachMatchedSignal to do similar tasks onceMarco Trevisan (Treviño)
2017-07-12GLibSignal: allow to block, unblock signalsMarco Trevisan (Treviño)
2017-07-12GLibSignal: change the methods signatures to return valuesMarco Trevisan (Treviño)
2017-01-17GnomeSessionManager: add gcancellable to instance and use it for calls with t...Marco Trevisan (Treviño)
2017-01-17GLibDBusProxy: add support to pass cancellable on {Set,Get}PropertyMarco Trevisan (Treviño)
2017-01-04Minor changes.Andrea Azzarone
2017-01-04GetAutomaticLogin -> AutomaticLoginAndrea Azzarone
2016-12-20Merge with trunk.Andrea Azzarone
2016-11-30UnityCore: build library with install rpath tooMarco Trevisan (Treviño)
2016-11-02Retrieve the session id using dbus if env variable XDG_SESSION_ID is not avai...Andrea Azzarone
2016-09-01GnomeSessionManager: avoid getting unneeded stuff when using proxies only to ...Marco Trevisan (Treviño)
2016-08-31DBusIndicators: use UNITY_LIBDIRMarco Trevisan (Treviño)
2016-08-31CMake: use UNITY_LIBDIR in a more shared wayMarco Trevisan (Treviño)
2016-07-14Keep the screen locked if rebooting with autologin.Andrea Azzarone
2016-05-31Do not trigger screensaver on session inactive.Andrea Azzarone
2016-03-31Refactor a bit the LoginManager login according to Marco's review.Andrea Azzarone
2016-02-11Merging with trunkMarco Trevisan (Treviño)
2016-02-09DesktopUtilities: add GetUserHomeDirectoryMarco Trevisan (Treviño)
2016-02-09Extend the lockscreen theme for kylin.handsome_feng
2016-02-09CMake: use GNUInstallDirs with native multi-arch supportMarco Trevisan (Treviño)
2016-02-09CMake: use GNUInstallDirs with native multi-arch supportMarco Trevisan (Treviño)
2015-12-03updatehandsome_feng
2015-11-26DesktopUtilities: add GetUserTrashDirectoryMarco Trevisan (Treviño)
2015-11-24GLibDBusProxy: unref the result of Set/Get property callsMarco Trevisan (Treviño)
2015-11-23Modified UserIconFile(), Add DesktopType to UnitySettings,Add some nux::Prope...handsome_feng
2015-11-10merge trunkhandsome_feng
2015-11-10remove some comment and the temp changeloghandsome_feng
2015-10-30Scope: add proper defintion using bit shiftingMarco Trevisan (Treviño)
2015-10-29Modified an errorhandsome_feng
2015-10-29update some tests in GnomeSessionManagerhandsome_feng
2015-10-23used g_strcmp0 instead of strcmp, added two gtestshandsome_feng
2015-10-19merge trunkhandsome_feng
2015-10-16LauncherIcon: force lookup icon by scaling it at the requested sizeMarco Trevisan (Treviño)
2015-10-09Moved the dbus call inside unity::sessionhandsome_feng
2015-10-05GtkWrapper: remove it as it's not needed anymoreMarco Trevisan (Treviño)
2015-10-02GnomeKeyGrabber: Don't allow an action to be grabbed multiple timesMarco Trevisan (Treviño)
2015-10-01PanelService, DBusIndicators: drop support for EntryShowNowChanged signalMarco Trevisan (Treviño)
2015-09-30TestGDBusProxy: make tests more robusts when using a cancellableMarco Trevisan (Treviño)
2015-09-30GLibDBusNameWatcher: new wrapper class for monitoring DBus namesMarco Trevisan (Treviño)
2015-09-30GLibDBusServer: implement SetMethodsCallsHandlerFullMarco Trevisan (Treviño)
2015-09-25GLibDBusServer: allow to emit a signal to a single listenerMarco Trevisan (Treviño)
2015-09-25glib::Object: add SetMethodsCallsHandlerFull to get all call parametersMarco Trevisan (Treviño)
2015-09-10UnityScreen: force shell to be on top when there's a window fullscreen and we...Marco Trevisan (Treviño)
2015-09-10Do not allow shutdown when screen is locked. Fixes: #1460626Andrea Azzarone andrea.azzarone@canonical.com