Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Translated using Weblate (German) | Marc Schöni | 2017-10-02 | 1 | -18/+22 |
| | | | | | | | Currently translated at 100.0% (50 of 50 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/de/ | ||||
* | Translated using Weblate (Swedish) | Anders Jonsson | 2017-09-30 | 1 | -22/+27 |
| | | | | | | | Currently translated at 100.0% (50 of 50 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/sv/ | ||||
* | Translated using Weblate (Norwegian Bokmål) | Allan Nordhøy | 2017-09-18 | 1 | -8/+15 |
| | | | | | | | Currently translated at 90.0% (45 of 50 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/nb/ | ||||
* | Translated using Weblate (Central Khmer) | ប៉ុកណូ រ៉ូយ៉ាល់ | 2017-09-09 | 1 | -18/+19 |
| | | | | | | | Currently translated at 96.0% (48 of 50 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/km/ | ||||
* | Translated using Weblate (Danish) | Jan Poulsen | 2017-08-30 | 1 | -18/+22 |
| | | | | | | | Currently translated at 100.0% (50 of 50 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/da/ | ||||
* | Translated using Weblate (Danish) | Kjetil Fleten | 2017-08-29 | 1 | -11/+11 |
| | | | | | | | Currently translated at 90.0% (45 of 50 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/da/ | ||||
* | Translated using Weblate (Ukrainian) | Володимир Бриняк | 2017-08-22 | 1 | -11/+18 |
| | | | | | | | Currently translated at 94.0% (47 of 50 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/uk/ | ||||
* | Translated using Weblate (Belarusian) | Viktar Vauchkevich | 2017-08-13 | 1 | -26/+33 |
| | | | | | | | Currently translated at 100.0% (50 of 50 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/be/ | ||||
* | 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 |
| |