diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 233 |
1 files changed, 233 insertions, 0 deletions
@@ -1,3 +1,236 @@ +Overview of changes in arctica-greeter 0.99.9.4 + + - Make menubar shadow configurable. + +Overview of changes in arctica-greeter 0.99.9.3 + + - data/org.ArcticaProject.arctica-greeter.gschema.xml: Set + menubar-alpha default to 0.3. (Originally 0.2, changed to 0.5 as + part of 2bc439d3, now back to a compromise). + - Apply custom menubar transparency even if theme background is used. + - Use the theme menubar background colour if no custom colour is + specified. + - Translation updates (thanks to all contributors on + hosted.weblate.org). + +Overview of changes in arctica-greeter 0.99.9.2 + + - Add background image position. + - Translation updates (thanks to all contributors on + hosted.weblate.org). + +Overview of changes in arctica-greeter 0.99.9.1 + + - Allow filtering out users from hidden groups. + - Translation updates (thanks to all contributors on + hosted.weblate.org). + +Overview of changes in arctica-greeter 0.99.9.0 + + - Allow error label to be displayed below the login entry. + - Fix and future-proof the menubar. + - src/menubar.vala: Also apply menubar-bgcolor to menubar's shadow + style. + - src/menubar.vala: Set LC_NUMERIC to C.UTF-8 more globally. + +Overview of changes in arctica-greeter 0.99.8.11 + + - Rewrite Gtk.Alignment. + - src/prompt-box.vala: Add manual text wrapping. + - Translation updates (thanks to all contributors on + hosted.weblate.org). + +Overview of changes in arctica-greeter 0.99.8.10 + + - src/settings.vala: Drop unused safe_get_boolean. + - Fix deprecated colour overrides. + - Add logo positioning tweaks. + - Add prompt box tweaks. + - src/shutdown-dialog: Fix possible null warning. + - src/arctica-greeter.vala: Drop unused wm_message_pid. + - src/main-window.vala: Drop deprecated Gdk.Screen.get_* functions. + - src/main-window.vala: Fix content_box.margin_right and margin_left. + - src/main-window.vala: Fix DBusConnection.call. + - Fix size and position of elements. + +Overview of changes in arctica-greeter 0.99.8.9 + + - src/main-window.vala: Toggle a11y states when accelerators are + pressed. + - Translation updates (thanks to all contributors on + hosted.weblate.org). + +Overview of changes in arctica-greeter 0.99.8.8 + + - src/menubar.vala: Fix DateTime Indicator high contrast label. + +Overview of changes in arctica-greeter 0.99.8.7 + + - arctica-greeter/src/greeter-list.vala: Fix DashBox height when the + content changes. + - Translation updates (thanks to all contributors on + hosted.weblate.org). + +Overview of changes in arctica-greeter 0.99.8.6 + + - Regression fix for 0.99.8.5 for non-English systems: + src/{arctica-greeter,menubar}.vala: Set locale to LC_NUMERIC before + using printf with floats. + +Overview of changes in arctica-greeter 0.99.8.5 + + - src/main-window.vala: Render the back-button with black background + and white border. As arrow we have a white png. + - src/prompt-box.vala: Prompt box messages are always white in normal + mode, always black in high-contrast mode (except from errors). + - src/menubar.vala: Render the menubar always white (background is + always black) and use black font for the hostname if shown. + - Introduce UI/widget scaling per scaling factor. + - src/menubar.vala: Soften the menubar shadow depending on + 'menubar-alpha' gsettings configuration. + - data/50-org.Arctica-Project.arctica-greeter.rules: Syntax fix. + - src/main-window.vala: Recuce the menubar height when settings + struts by 7px ( x scaling factor). + - src/main-window.vala: Apply Gdk property change to toplevel of the + MainWindow (just in case). + - src/arctica-greeter.vala: Re-arrange calls to + MainWindow.set_struts(). + - src/main-window.vala: Make set_struts() a method without parameters + and move previous set_struts() to _set_struts() (private method + now). + - src/main-window.vala: Set Gdk.WindowTypeHint.DOCK to make struts + not affect the main window itself. + - src/main-window.vala: Convert set_struts() method to a non-static + method (by its code). + - Translation updates (thanks to all contributors on + hosted.weblate.org). + +Overview of changes in arctica-greeter 0.99.8.4 + + - src/arctica-greeter.vala: Adjust comment (Slick Greeter -> + arctica-greeter). + - src/session-list.vala: Use xsession_badge.png for session key + "default". + - src/session-list.vala: Skip session key 'default' when detecting + the session's real icon name. + - src/session-list.vala: Document SUSE's handling of default.desktop + in /usr/share/xsessions/. + - Translation updates. + +Overview of changes in arctica-greeter 0.99.8.3 + + - Make position of the greeter magnifier configurable. + - arctica-greeter-check-hidpi: Don't fail if no DISPLAY variable is + set, silently return scaling factor 1. + - src/arctica-greeter.vala: Handle get_state() return null gracefully + in ArcticaGreeter.GetUser(), don't operate on null as if it was + a string. + - src/: Only fiddle with MATE scaling factor settings if not in + test-mode. + - src/: Only run enable_tap_to_click() when not in test-mode. + - src/arctica-greeter: Reduce '!do_test_mode' checks by 1. + - src/: Exclude more code from being run in start_indicators() when + in test-mode. + - src/: Skip start_notification_daemon() and start_real_wm() if in + test-mode. + - src/: Drop another (now) superfluous '!do_test_mode' check. + - src/settings-daemon.vala: Fake org.gnome.SessionManager's + RegisterClient D-Bus method. + - arctica-greeter-check-hidpi: Import syslog module (we use it in + case of an occurring error). + +Overview of changes in arctica-greeter 0.99.8.2 + + - src/: Resize and position magnifier window. + - src/: Let onboard know that it got launched for arctica-greeter. + - src/: On every toggle/enable resize/reposition the OSK. Required + when running under a window manager such as metacity or marco. + - src/: OSK and Magnifier: always keep above other windows, don't use + window decorations. Required when running under a window manager + such as metacity or marco. + - arctica-greeter-magnifier: Enforce start without window + decorations. + +Overview of changes in arctica-greeter 0.99.8.1 + + - src/arctica-greeter.vala: Don't reference 'Marco' anymore, the WM + is / will be configurable. + - window manager: Alternatively to metacity, also support marco. + - data/org.ArcticaProject.arctica-greeter.gschema.xml: Default to + 'marco' as window manager. + - src/: Launch/stop real window manager event based. + - src/: Don't launch Geoclue agent when in test mode. + - src/: In set_struts(), use already discovered geometry of the + primary monitor. + - src/main-window.vala: In set_struts() consider window scaling when + calculting _NET_WM_STRUT{,_PARTIAL} (fixes broken geometry). + - src/main-window.vala: Update struts when monitor setup changed. + +Overview of changes in arctica-greeter 0.99.8.0 + + - data/50-org.Arctica-Project.arctica-greeter.rules: Make file better + readable. + - src/settings-daemon.vala: Also mimick org.mate.ScreenSaver D-Bus + service. + - Wait with Ayatana Indicators startup until D-Bus mimick services + have come up. + - Launch mate-notification-daemon in greeter session for showing + system notifications. + - src/arctica-greeter.vala: Only load state file if it already + exists. + - Support openSUSE style of marking the default (X11) session. + - main window: Keep always below all other windows (esp. helpful for + nm-applets WiFi credentials dialog). + - data/50-org.Arctica-Project.arctica-greeter.rules: Make networking + more configurable in Arctica Greeter. + - src/: Move all env variable settings before the cmdline option + parse() method to actually have an effect. + - src/: Use AGUtils.greeter_set_env() (includes update of the D-Bus + activation environment) instead of + GLib.Environment.set_variable(). + - src/: Assure that org.mate.interface's window-scaling-factor is set + to 1x scaling (we handle it ourselves via env vars and don't + want the HiDPI effect to duplicated. + - src/: Re-introduce having a window manager (metacity this time, + with keybindings disabled). Make having it conifugrable via + GSettings. + - d/control: Add to R: metacity. + - src/: Set _NET_WM_STRUT{,_PARTIAL} so that notification bubbles + don't overlay the menubar. + +Overview of changes in arctica-greeter 0.99.7.0 + + - Drop to-be-reviewed slick-greeter patches. 0025 is already applied, + 0027 will not be applied. + - Add man pages for arctica-greeter's helper scripts. + - src/session-list.vala: Auto-find session badges if session name + matches badge filename. + - data/badges: Port over various session badge icons from + slick-greeter. + - data/badges/: Add badge icon for the Weston compositor. + - src/session-list.vala: Add several more session name / badge + filename aliases. + - src/{main-window,settings}.vala: Add a setting to configure the + user list alignment. + - greeter-list.vala: Make the user and session box wider. + - src/promptbox.vala: Use themed icon for unread messages. + - Fix hidpi rendering of session badges. + - Add user filter to greeter's user list. + - data/org.ArcticaProject.arctica-greeter.gschema.xml: Amend + phrasings in GSettings descriptions. + - src/greeter-list.vala: Drop extra Gtk >= 3.20 queue_allocate(). Not + required anymore. + - src/greeter-list.vala: Redraw greeter box after showing/adding a + message to it. + - Revert "Work around GTK 3.20's new allocation logic. Ported from + slick-greeter." + - Translation updates. + +Overview of changes in arctica-greeter 0.99.6.0 + + - Add a Magnus fork and wrap it in a new window. + - Translation updates. + Overview of changes in arctica-greeter 0.99.5.0 - data/arctica-greeter.pkla: Fix Results* keys. |