aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* src/user-list.vala: Use directory enumerator for getting a random number of ↵Mike Gabriel2017-10-231-7/+14
| | | | background image. Check if the returned directory entry is not a sub-directory. If so, then skip it.
* background: Don't realize() this immediately - only start the image ↵Michael Webster2017-10-232-17/+100
| | | | | | | | | | | | | | | | | | | | | | | | gathering thread during initialization. Wait for the main window to be realized before passing its cairo surface to the background object and drawing the background for the first time. We also need to make sure in our background's size_allocate function to abort if we're not really active yet (no GdkWindow realized, and no AnimateTimer yet). Moved some background init stuff from the main window to the background class for clarity, and removed the default_background setting - it is already grabbing the default color in Background's class init. Obtained (and modified) from the following slick-greeter commits: d2a7122d731c0f19f502a9efba1feee651bcfa7c d4a2a94eb7120393bb225b680fdfecf5c1d3c4ea 941ecbc5dcb4e7a072c1ca8816d9678f59a96418 Adaptations by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
* data/org.ArcticaProject.arctica-greeter.gschema.xml: Fix schema path.Mike Gabriel2017-10-231-1/+1
|
* Translated using Weblate (German)Michal Čihař2017-10-171-4/+4
| | | | | | | 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 (Estonian)Kristjan Räts2017-10-071-38/+45
| | | | | | | Currently translated at 100.0% (50 of 50 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/et/
* Translated using Weblate (Indonesian)developerchan12017-10-041-7/+9
| | | | | | | Currently translated at 58.0% (29 of 50 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/id/
* Translated using Weblate (German)Marc Schöni2017-10-031-2/+2
| | | | | | | 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 (German)Marc Schöni2017-10-021-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 Jonsson2017-09-301-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øy2017-09-181-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-091-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 Poulsen2017-08-301-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 Fleten2017-08-291-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-221-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 Vauchkevich2017-08-131-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 Gabriel2017-07-21118-2090/+2090
|
* update-po.sh: Add simple script to update po/*.po files.Mike Gabriel2017-07-211-0/+9
|
* po/: Update arctica-greeter.pot file.Mike Gabriel2017-07-212-36/+36
|
* src/arctica-greeter.vala: Don't load any external application when launched ↵Mike Gabriel2017-06-201-64/+67
| | | | in test mode.
* src/menubar.vala: Disable all indicators in test mode.Mike Gabriel2017-06-201-18/+22
|
* src/settings_daemon.vala: sd_pid is a private property.Mike Gabriel2017-06-201-1/+1
|
* src/greeter-list.vala: Move get_active_entry() functionality from ↵Mike Gabriel2017-06-201-7/+11
| | | | ListDBusInterface to the GreeterList class.
* Fix Arctica Greeter preventing DE from applying cursor theme/size.Clement Lefebvre2017-06-201-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 Lefebvre2017-06-201-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 PIDMike Gabriel2017-06-201-1/+1
|
* src/menubar.vala: Silence build warning due to usage call to deprecated ↵Mike Gabriel2017-06-201-1/+0
| | | | ensure_style() method.
* src/background.vala: No runtime warning on empty background image filename. ↵Clement Lefebvre2017-06-201-8/+10
| | | | Ported from slick-greeter.
* Add basic screenshot capability. Ported from slick-greeter.leigh123linux2017-06-201-0/+13
|
* debugging: Print out process PIDs for launched subprocesses.Mike Gabriel2017-06-202-0/+3
|
* Add support for validating session names (and proper fallback for ↵Clement Lefebvre2017-06-203-2/+48
| | | | uninstalled sessions). Ported from slick-greeter.
* Work around GTK 3.20's new allocation logic. Ported from slick-greeter.leigh123linux2017-06-203-0/+8
|
* Fix at-spi-bus-launcher path in Fedora (ported and modifed from slick-greeter).Mike Gabriel2017-06-201-9/+17
|
* white-space fixMike Gabriel2017-06-201-1/+1
|
* debian/rules: Remove duplicate override_dh_install target.Mike Gabriel2017-06-201-4/+0
|
* src/background.vala: Drop logo background.Mike Gabriel2017-06-206-31/+2
|
* src/arctica-greeter.vala: Disconnect the event filter when the main window ↵Michael Webster2017-06-201-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 Webster2017-06-201-1/+17
| | | | 0 && index <= layout->length' failed' error.
* src/prompt-box.vala: get_preferred_height() ovrride only needed with GTK3 >= ↵Michael Webster2017-06-201-0/+2
| | | | 3.20.
* Fix prompt display in gtk3 > 3.20 (ported from slick-greeter)Michael Webster2017-06-203-0/+15
|
* Move data/*_badge.png to data/badges/ subfolder.Mike Gabriel2017-06-2035-21/+21
|
* menubar clean-up before session start: i.e. kill onboard and orca on session ↵leigh123linux2017-06-202-0/+8
| | | | startup (ported from slick-greeter).
* Debian Theme: use Debian 9 logo including the version number as is for now.Mike Gabriel2017-06-171-0/+0
|
* New theming bin:package: arctica-greeter-theme-debian.Mike Gabriel2017-06-171-0/+5
|
* New theming bin:package: arctica-greeter-theme-debian.Mike Gabriel2017-06-167-0/+100
|
* src/logo-generator.vala: Make logo-generator more flexible. Allow passing-in ↵Mike Gabriel2017-06-161-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 Gabriel2017-06-161-1/+1
|
* src/session-list.vala: Regression fix for failing session logins caused by ↵Mike Gabriel2017-06-161-4/+3
| | | | eece8599b774b4b30eeb31a39bc7c3c36d24b011.
* data/arctica-guest-session-startup.desktop.in: Remove double slash in Exec= ↵Mike Gabriel2017-06-161-1/+1
| | | | field.
* arctica-guest-session-auto.sh: Don't rely on .profile to be loaded, define a ↵Mike Gabriel2017-06-161-0/+2
| | | | default for DIALOG_SLEEP.
* Update .po files.Mike Gabriel2017-06-16117-4239/+8979
|