aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Split up packaging: outsource arctica-greeter-remote-logon and arctica-greete...Mike Gabriel2017-06-129-15/+66
* guest-account: Blindly copy Ubuntu's guest-account script from bin:package li...Mike Gabriel2017-06-121-0/+229
* src/settings-daemon.vala: Make sure the SettingsDaemon subprocess gets killed...Mike Gabriel2017-06-082-2/+34
* src/settings-daemon.vala: Flaw when switching to m-s-d. The media-keys plugin...Mike Gabriel2017-06-071-1/+0
* src/settings-daemon.vala: Avoid race condition that could launch the settings...Mike Gabriel2017-06-071-3/+1
* Rename owned greeter bus to a generical, product-independent name: org.ayatan...Mike Gabriel2017-06-042-2/+2
* Play system-ready sound when arctica-greeter is ready for loggin the user in....Mike Gabriel2017-05-316-1/+467
* fix-patch-whitespace: Help tool from X.org to have white-space clean changese...Mike Gabriel2017-05-311-0/+26
* Use ShutdownDialogType.SHUTDOWN on incoming shutdown requests. This enables H...Mike Gabriel2017-05-302-5/+5
* src/shutdown-dialog.vala: Grab Reboot button focus when user requests a reboot.Mike Gabriel2017-05-301-1/+3
* Return "greeter" as session_name rather than "ubuntu" in SessionManager DBus ...Mike Gabriel2017-05-281-1/+1
* nm-applet startup: Fix typo in cmd line option.Mike Gabriel2017-05-281-1/+1
* comment change: MATE and GNOME share the same session manager namespaceMike Gabriel2017-05-261-1/+1
* DBus own_name: Clear up mess. Arctica Greeter owns two buses: org.ArcticaProj...Mike Gabriel2017-05-231-3/+3
* src/arctica-greeter.vala: Enable nm-applet again, launch with --indicators op...Mike Gabriel2017-05-231-19/+19
* Acquire DBus session bus 'com.canonical.Unity' for now. Same bus name is used...Mike Gabriel2017-05-181-3/+3
* session list's back button: Make background transparent.Mike Gabriel2017-05-181-0/+17
* src/menubar.vala: Give the indicator icons a bit more space (i.e. height := 32).Mike Gabriel2017-05-181-1/+1
* Theming: Use Numix GTK/icon theme.Mike Gabriel2017-05-182-2/+6
* Gdk.cairo_create() has been deprecated in GTK 3.22. Use Gdk.Window.begin_draw...Mike Gabriel2017-05-171-1/+4
* Disable nm-applet while we are not able to pipe it into ayatana-indicator-app...Mike Gabriel2017-05-171-19/+19
* Silence GTK 3.22 warnings relating to deprecation in Gdk.Screen.Mike Gabriel2017-05-173-18/+30
* src/arctica-greeter.vala: Cleanly exit nm-applet when switching to the user c...Mike Gabriel2017-05-171-2/+25
* indicator service launching: Check AGSettings for what indicator to load and ...Mike Gabriel2017-05-171-96/+84
* indicator support: Launch ayatana-indicator-session service via Arctica Greeter.Mike Gabriel2017-05-171-0/+33
* indicator services: Launch inicator power service via systemd before showing ...Mike Gabriel2017-05-161-6/+39
* src/arctica-greeter.vala: Fix systemd launch of ayatana-indicator-application...Mike Gabriel2017-05-151-2/+2
* Fix indicator name for ayatana-application.Mike Gabriel2017-05-151-1/+1
* arctica-greeter.vala: Fix .service file name for starting up Ayatana Indicato...Mike Gabriel2017-05-151-2/+2
* Use systemd to launch the Ayatana Indicators Application Service.Mike Gabriel2017-05-151-29/+39
* debian/rules: Let's skip tests for now, until we got them fixed.Mike Gabriel2017-05-151-0/+2
* debian/control: Fix Recommends: field. Let's use ayatana-indicator-* packages...Mike Gabriel2017-05-151-6/+6
* rebase m-s-dMike Gabriel2017-04-301-8/+4
* Switch to using MATE's Settings Daemon.Mike Gabriel2017-04-297-40/+41
* Handle errors from liblightdm.Robert Ancell2017-04-181-6/+50
* Show error when failing to connect to LightDM daemon.Robert Ancell2017-04-181-1/+1
* Use GenericSet instead of HashTable.Robert Ancell2017-04-181-2/+2
* Compile with Vala debugging informationRobert Ancell2017-04-182-0/+2
* Fix test mode by skipping xsettings checks.Robert Ancell2017-04-181-31/+37
* Use valgrind to make build logs bigger help in triaging FTBFS problems.Robert Ancell2017-04-183-1/+5
* vala: Replace all 'static const' declaration by 'const'.Mike Gabriel2017-04-158-56/+56
* debian/rules: Preserve upstream's po/arctica-greeter.pot (it gets recreated d...Mike Gabriel2017-04-151-2/+7
* unit tests: GLX extension not required in our Xvfb test runs.Mike Gabriel2017-04-151-1/+1
* Don't use deprecated -GtkWidget-focus-line-width style property anymore, repl...Mike Gabriel2016-09-152-2/+2
* Don't use deprecated GtkButton-child-displacement-{x|y} style properties anym...Mike Gabriel2016-09-151-3/+1
* po/co.po: Add co language to Transifex and update (empty .po file).Mike Gabriel2016-09-151-0/+222
* update po/arctica-greeter.potMike Gabriel2016-09-151-12/+12
* Explicitly set scale and geometry for Cairo.XlibSurface.Robert Ancell2016-09-151-4/+10
* Limit prompt fields to 200 characters in case a key is being held down (e.g. ...Robert Ancell2016-09-151-1/+6
* Wait for gnome-settings-daemon xsettings plugin is ready to avoid HiDPI resol...Mike Gabriel2016-09-151-44/+88