Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | po/: Update po/.po files from newly generated arctica-greeter.pot file. | Mike Gabriel | 2017-07-21 | 118 | -2090/+2090 |
| | |||||
* | update-po.sh: Add simple script to update po/*.po files. | Mike Gabriel | 2017-07-21 | 1 | -0/+9 |
| | |||||
* | po/: Update arctica-greeter.pot file. | Mike Gabriel | 2017-07-21 | 2 | -36/+36 |
| | |||||
* | src/arctica-greeter.vala: Don't load any external application when launched ↵ | Mike Gabriel | 2017-06-20 | 1 | -64/+67 |
| | | | | in test mode. | ||||
* | src/menubar.vala: Disable all indicators in test mode. | Mike Gabriel | 2017-06-20 | 1 | -18/+22 |
| | |||||
* | src/settings_daemon.vala: sd_pid is a private property. | Mike Gabriel | 2017-06-20 | 1 | -1/+1 |
| | |||||
* | src/greeter-list.vala: Move get_active_entry() functionality from ↵ | Mike Gabriel | 2017-06-20 | 1 | -7/+11 |
| | | | | ListDBusInterface to the GreeterList class. | ||||
* | Fix Arctica Greeter preventing DE from applying cursor theme/size. | Clement Lefebvre | 2017-06-20 | 1 | -0/+6 |
| | | | | | | | | | See https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1024482 Arctica Greeter sets the mouse cursor on the root window. Without GKD_CORE_DEVICE_EVENTS set, the DE is unable to apply its own cursor theme and size. | ||||
* | Don't draw the background before starting the session. | Clement Lefebvre | 2017-06-20 | 1 | -23/+0 |
| | | | | | | | | | | | | | | | | | Drawing the background on the root window causes the following issues: - The settings daemon sets the DE resolution and that can break the aspect of the background - Depending on configuration and distros, the background rendered by the greeter may or may not be the same as the users's. - Some DEs such as Cinnamon render a login animation, which looks good on a black screen but not when a background is drawn. Potential for regression: Minimal DEs and WM should be tested to ensure the default state of the root window is OK. We might have to clear that window or explicitly paint it black (or the background color chosen by the user). | ||||
* | rebase debug PID | Mike Gabriel | 2017-06-20 | 1 | -1/+1 |
| | |||||
* | src/menubar.vala: Silence build warning due to usage call to deprecated ↵ | Mike Gabriel | 2017-06-20 | 1 | -1/+0 |
| | | | | ensure_style() method. | ||||
* | src/background.vala: No runtime warning on empty background image filename. ↵ | Clement Lefebvre | 2017-06-20 | 1 | -8/+10 |
| | | | | Ported from slick-greeter. | ||||
* | Add basic screenshot capability. Ported from slick-greeter. | leigh123linux | 2017-06-20 | 1 | -0/+13 |
| | |||||
* | debugging: Print out process PIDs for launched subprocesses. | Mike Gabriel | 2017-06-20 | 2 | -0/+3 |
| | |||||
* | Add support for validating session names (and proper fallback for ↵ | Clement Lefebvre | 2017-06-20 | 3 | -2/+48 |
| | | | | uninstalled sessions). Ported from slick-greeter. | ||||
* | Work around GTK 3.20's new allocation logic. Ported from slick-greeter. | leigh123linux | 2017-06-20 | 3 | -0/+8 |
| | |||||
* | Fix at-spi-bus-launcher path in Fedora (ported and modifed from slick-greeter). | Mike Gabriel | 2017-06-20 | 1 | -9/+17 |
| | |||||
* | white-space fix | Mike Gabriel | 2017-06-20 | 1 | -1/+1 |
| | |||||
* | debian/rules: Remove duplicate override_dh_install target. | Mike Gabriel | 2017-06-20 | 1 | -4/+0 |
| | |||||
* | src/background.vala: Drop logo background. | Mike Gabriel | 2017-06-20 | 6 | -31/+2 |
| | |||||
* | src/arctica-greeter.vala: Disconnect the event filter when the main window ↵ | Michael Webster | 2017-06-20 | 1 | -0/+13 |
| | | | | | | | is destroyed. Otherwise we can continue to receive events on the filter when we no longer have a backing GdkWindow to act upon (causing a segfault). | ||||
* | src/prompt-box.vala: Avoid 'pango_layout_get_cursor_pos: assertion 'index >= ↵ | Michael Webster | 2017-06-20 | 1 | -1/+17 |
| | | | | 0 && index <= layout->length' failed' error. | ||||
* | src/prompt-box.vala: get_preferred_height() ovrride only needed with GTK3 >= ↵ | Michael Webster | 2017-06-20 | 1 | -0/+2 |
| | | | | 3.20. | ||||
* | Fix prompt display in gtk3 > 3.20 (ported from slick-greeter) | Michael Webster | 2017-06-20 | 3 | -0/+15 |
| | |||||
* | Move data/*_badge.png to data/badges/ subfolder. | Mike Gabriel | 2017-06-20 | 35 | -21/+21 |
| | |||||
* | menubar clean-up before session start: i.e. kill onboard and orca on session ↵ | leigh123linux | 2017-06-20 | 2 | -0/+8 |
| | | | | startup (ported from slick-greeter). | ||||
* | Debian Theme: use Debian 9 logo including the version number as is for now. | Mike Gabriel | 2017-06-17 | 1 | -0/+0 |
| | |||||
* | New theming bin:package: arctica-greeter-theme-debian. | Mike Gabriel | 2017-06-17 | 1 | -0/+5 |
| | |||||
* | New theming bin:package: arctica-greeter-theme-debian. | Mike Gabriel | 2017-06-16 | 7 | -0/+100 |
| | |||||
* | src/logo-generator.vala: Make logo-generator more flexible. Allow passing-in ↵ | Mike Gabriel | 2017-06-16 | 1 | -3/+7 |
| | | | | of output logo's width and height. Fix placing of version string. | ||||
* | configure.ac: Stop automake from whining, set subdir-objects flag. | Mike Gabriel | 2017-06-16 | 1 | -1/+1 |
| | |||||
* | src/session-list.vala: Regression fix for failing session logins caused by ↵ | Mike Gabriel | 2017-06-16 | 1 | -4/+3 |
| | | | | eece8599b774b4b30eeb31a39bc7c3c36d24b011. | ||||
* | data/arctica-guest-session-startup.desktop.in: Remove double slash in Exec= ↵ | Mike Gabriel | 2017-06-16 | 1 | -1/+1 |
| | | | | field. | ||||
* | arctica-guest-session-auto.sh: Don't rely on .profile to be loaded, define a ↵ | Mike Gabriel | 2017-06-16 | 1 | -0/+2 |
| | | | | default for DIALOG_SLEEP. | ||||
* | Update .po files. | Mike Gabriel | 2017-06-16 | 117 | -4239/+8979 |
| | |||||
* | po/arctica-greeter.pot: Update translation template, now with translatable ↵ | Mike Gabriel | 2017-06-16 | 1 | -15/+46 |
| | | | | text from our guest shell scripts. | ||||
* | Make arctica-desktop.desktop xgreeters file translatable. | Mike Gabriel | 2017-06-16 | 4 | -7/+10 |
| | |||||
* | debian/arctica-greeter-guest-session.install: Let's have EOL and EOF. | Mike Gabriel | 2017-06-16 | 1 | -1/+1 |
| | |||||
* | Make intltool more happy with our guest shell scripts (i.e. adding .sh suffix). | Mike Gabriel | 2017-06-16 | 7 | -15/+21 |
| | |||||
* | src/session-list.vala: Present list of available sessions in ↵ | Mike Gabriel | 2017-06-16 | 1 | -1/+8 |
| | | | | case-insensitive order. | ||||
* | Artwork: Add icon badge for Sugar Desktop. | Mike Gabriel | 2017-06-14 | 4 | -0/+3 |
| | |||||
* | Artwork: Add icon badge for surf-display. | Mike Gabriel | 2017-06-14 | 4 | -0/+3 |
| | |||||
* | Artwork: Add icon badge for Xmonad. | Mike Gabriel | 2017-06-14 | 4 | -0/+3 |
| | |||||
* | Artwork: Add icon badge for the Window Maker. | Mike Gabriel | 2017-06-14 | 4 | -0/+3 |
| | |||||
* | Artwork: Add icon badge for the Budgie Desktop. | Mike Gabriel | 2017-06-13 | 4 | -0/+3 |
| | |||||
* | Artwork: Add icon badge for awesome. | Mike Gabriel | 2017-06-13 | 4 | -0/+3 |
| | |||||
* | Artwork: Add icon badge for the matchbox wm. | Mike Gabriel | 2017-06-13 | 4 | -0/+3 |
| | |||||
* | Artwork: Add icon badge for i3 wm. | Mike Gabriel | 2017-06-13 | 4 | -0/+4 |
| | |||||
* | data/lxde_badge.png: Recreate from .xcf file, removes gray outlines. | Mike Gabriel | 2017-06-13 | 1 | -0/+0 |
| | |||||
* | override_font() deprecation warning: replace by GtkCssProvider blocks. ↵ | Mike Gabriel | 2017-06-12 | 5 | -18/+118 |
| | | | | Additionally, don't hard-code Cabin font anymore, use font_name gsettings property instead. |