~haggai-eran/unity-greeter/keyboard-layout-indicator

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Overview of changes in unity-greeter 0.0.7

    * Show caps-lock warning in password field
    * Use constant time animation
    * Render background images in a background thread
    * Load indicators in a thread
    * Add timing to logs
    * Add more logging messages
    * Fade out long names
    * Wait until background is loaded before showing the main window - stops
      a white flash being seen on startup.

Overview of changes in unity-greeter 0.0.6

    * Fix password cursors not getting focus
    * Make logo configurable again
    * Disable FUSE
    * Show if users are currently logged in
    * Update user list when users are added/removed/modified
    * Use select user hint to select the correct user
    * Fix vertical grid alignment of user list
    * Add accessibility menu with high contrast, screen reader and onscreen
      keyboard
    * Make use of hide users hint
    * Change "Other..." entry to match username being entered
    * Rename "Guest Account" to "Guest Session" to match desktop
    * Don't give keyboard focus to session selector when clicking on it
    * Stop hostname being selectable
    * Hide the "Other..." entry when user list showing

Overview of changes in unity-greeter 0.0.5

    * Use Ubuntu regular font
    * Increase grid size to match design
    * Reduce width of login box
    * Use correct Ubuntu logo

Overview of changes in unity-greeter 0.0.4

    * (Not released due to broken bzr tag)

Overview of changes in unity-greeter 0.0.3

    * Set icon theme
    * Use power indicator
    * Setup indicators to run in greeter mode
    * Allow OS name and version to be configurable
    * Run gnome-settings-daemon to get power management, a11y, xrandr etc
    * Fix translations
    * Get menubar with transparent background (finally)
    * Update to latest design

Overview of changes in unity-greeter 0.0.2

    * Add copyright headers to .vala files
    * Update to work with lightdm 0.9
    * Add a config file and load Ambiance theme
    * Fit to primary monitor
    * Set root background

Overview of changes in unity-greeter 0.0.1

    * Initial release