~chihchun/unity-greeter/unity-greeter-1051946

« back to all changes in this revision

Viewing changes to src/settings.c

  • Committer: Package Import Robot
  • Author(s): Michael Terry
  • Date: 2012-03-15 09:37:28 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20120315093728-rnjw22aqucja0duw
Tags: 0.2.5-0ubuntu1
* New upstream release
  - Don't allow dragging the window by the top bar
  - Fix keyboard navigation (LP: #952198, LP: #940921)
  - Fix prompt entry text not showing in some themes
  - Fix Orca command line so it works with version 3.3.90+
  - Show "Retry" instead of "Login" if a no-prompt login fails
  - Show manual login option when no users available (LP: #952557)
  - Show manual login option if hint is present (LP: #925125)
  - Show PAM prompts, albeit not in a pretty fashion
  - Allow pressing Escape to cancel a misbehaving login
  - Tweaked animations
  - Update logo to add "LTS" (LP: #943465)
* debian/patches/dont_dnd_greeter.patch:
  - Dropped, included upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* settings.c generated by valac 0.15.1, the Vala compiler
 
1
/* settings.c generated by valac 0.15.2, the Vala compiler
2
2
 * generated from settings.vala, do not modify */
3
3
 
4
4
/* -*- Mode: Vala; indent-tabs-mode: nil; tab-width: 4 -*-
73
73
        UG_SETTINGS_DUMMY_PROPERTY
74
74
};
75
75
#define UG_SETTINGS_KEY_BACKGROUND "background"
 
76
#define UG_SETTINGS_KEY_DRAW_USER_BACKGROUNDS "draw-user-backgrounds"
76
77
#define UG_SETTINGS_KEY_DRAW_GRID "draw-grid"
77
78
#define UG_SETTINGS_KEY_LOGO "logo"
78
79
#define UG_SETTINGS_KEY_BACKGROUND_LOGO "background-logo"