[gnome-shell] (84 commits) Non-fast-forward update to branch uajain/adapt-user-avatar-part2



The branch 'uajain/adapt-user-avatar-part2' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  898f375... screenShield: Remove arrows
  b3a9e2e... screenShield: Move clock to Unlock Dialog
  9bc48c8... unlockDialog, loginDialog: Add a 'wake-up-screen' signal
  9498001... screenShield: Move notifications to Unlock Dialog
  4c78d67... screenShield: Remove unused 'onPrimary' argument
  1b5646e... screenShield: Move background to Unlock Dialog
  883bd46... unlockDialog: Blur background
  fc76a55... screenShield: Remove _lockScreenContents and family
  547799c... screenShield: Always show session's unlock dialog
  4ca7c7d... unlockDialog: Don't destroy on cancel
  6330013... screenShield: Remove the drag action from the shield
  e0ff7b3... screenShield: Cleanup unused method arguments
  17c57ff... screenShield: Remove scrolling
  4c48f6e... screenShield: Lift the unlock dialog
  43cbbe3... screenShield: Activate dialog when necessary
  ec54a50... screenShield: Rename _liftShield to _activateDialog
  18ecba9... screenShield: Only animate the unlock dialog
  c02706e... screenShield: Move lock shield below dialog
  9f3ff17... sessionMode: Remove lock-screen mode
  60ea4f7... theme: Adjust lock screen clock fonts
  dabf01c... unlockDialog: Introduce UnlockDialogLayout
  696daea... screenShield: Remove key press event handler
  ad64f85... unlockDialog: Move auth prompt and clock to a ShellStack
  15ac5dd... unlockDialog: Toggle between clock and auth prompt
  8c8b411... unlockDialog: Show clock when canceling or failing auth
  33bbcf4... unlockDialog: Use just the counter to format notifications
  4d07853... unlockDialog: Line notification labels horizontally
  a02d856... theme: Adjust style of lock screen notifications
  dbf77c9... unlockDialog: Add .critical CSS class to critical notificat
  8f4b33b... unlockDialog: Create auth prompt on demand
  d5f5901... screenShield: Rework key focus management
  9275597... screenShield: Cleanup _ensureUnlockDialog
  a102ca3... screenShield: Remove lock screen group from Crtl-Alt-Tab ma
  a6a36e3... background: Remove noise texture
  3b71ceb... userWidget: Allow vertical orientation for user avatars
  83a158c... authPrompt: Remove Next button and its references
  4334e41... authPrompt: Move cancel button, entry and spinner to a sing
  3363c62... authPrompt: Iconize the cancel button
  e014618... unlockDialog: Remove 'Login as another user' Label
  7c8ca37... theme: Add top padding to unlock-dialog-clock-time
  232f2c9... loginDialog: Apply CSS to sessionMenuButton according to mo
  34b40a3... loginDialog: Move and relayout sessionMenuButton to bottom 
  87352d4... userWidget: Adapt if user is not mentioned for username log
  22fe1f0... loginDialog: Set null user when asking for username
  048608d... loginDialog: Center align Caps Lock and authentication mess
  5a2d9de... theme: Make AuthPrompt messages white
  e0347aa... authPrompt: Use entry to show question texts
  00750db... loginDialog: Remove colon from username question
  e5007e8... authPrompt: Trivial style cleanup
  66013cf... authPrompt: Connect signals to both text and password entri
  26b9714... loginDialog: Use text entry for username
  95b4218... authPrompt: Keep buttonWell and cancel button sizes in sync
  a0b194e... unlockDialog: Show details of critical notifications
  64cff63... authPrompt: Remove colons from questions
  5756c09... theme: Increase border-radius of user list items

Commits added to the branch:

  89790ac... Updated Spanish translation (*)
  e062f27... Bump version to 3.35.90 (*)
  07a1f10... Update Brazilian Portuguese translation (*)
  4f3e847... Merge branch 'master' of gitlab.gnome.org:GNOME/gnome-shell (*)
  6ec996e... Updated Spanish translation (*)
  33ae220... appDisplay: Call super.vfunc_unmap last (*)
  b5651e3... iconGrid: Avoid animating the same icon twice (*)
  141652b... Update Persian translation (*)
  881eab7... dnd: Make DND translation-property-aware (*)
  8929c89... workspace: Animate window clones using translation properti (*)
  9c0f069... Update Swedish translation (*)
  8b4b9d3... magnifier: Apply scale factor to crosshair length (*)
  c150fe9... magnifier: Apply color inversion to crosshairs/pointer (*)
  bda1888... magnifier: Clip all crosshair lines at even distances (*)
  42b5005... magnifier: Sanity check coordinates in scrollContentsTo (*)
  c8d02be... magnifier: Ignore repeated a11y events (*)
  f3b56e0... magnifier: Transform a11y events' coordinates by scale fact (*)
  60c540e... magnifier: Add support for animating "scroll" on focus chan (*)
  b1ea4f6... magnifier: Animate focus/caret position changes (*)
  83d083f... magnifier: Implement pointer motion tracking differently (*)
  e16def0... magnifier: Make magnification factor changes animatable (*)
  37a3d0d... Update Persian translation (*)
  1769a96... Update Basque translation (*)
  8de42d1... Updated Lithuanian translation (*)
  3c180bc... Update British English translation (*)
  1999a35... Update Japanese translation (*)
  f15208e... Update Japanese translation (*)
  d456e93... Update Galician translation (*)
  8d9bc4b... Update Indonesian translation (*)
  a435b90... screenShield: Remove arrows (*)
  0e714a6... screenShield: Move clock to Unlock Dialog (*)
  1b659fe... unlockDialog, loginDialog: Add a 'wake-up-screen' signal (*)
  4e9fe85... screenShield: Move notifications to Unlock Dialog (*)
  dc1e49c... screenShield: Remove unused 'onPrimary' argument (*)
  812687a... screenShield: Move background to Unlock Dialog (*)
  f16c7c3... unlockDialog: Blur background (*)
  94ddaa6... screenShield: Remove _lockScreenContents and family (*)
  b698d5f... screenShield: Always show session's unlock dialog (*)
  6b06f9c... unlockDialog: Don't destroy on cancel (*)
  107b758... screenShield: Remove the drag action from the shield (*)
  589c468... screenShield: Cleanup unused method arguments (*)
  37ca1bd... screenShield: Remove scrolling (*)
  ec2e497... screenShield: Lift the unlock dialog (*)
  6fa26f3... screenShield: Activate dialog when necessary (*)
  1871736... screenShield: Rename _liftShield to _activateDialog (*)
  32660ed... screenShield: Only animate the unlock dialog (*)
  a8e40bf... screenShield: Move lock shield below dialog (*)
  fa1650f... sessionMode: Remove lock-screen mode (*)
  30fcace... theme: Adjust lock screen clock fonts (*)
  b1e1189... unlockDialog: Introduce UnlockDialogLayout (*)
  6b8e13b... screenShield: Remove key press event handler (*)
  5ea5833... unlockDialog: Move auth prompt and clock to a ShellStack (*)
  9bb7841... unlockDialog: Toggle between clock and auth prompt (*)
  2fa8e46... unlockDialog: Show clock when canceling or failing auth (*)
  43a1cc3... unlockDialog: Use just the counter to format notifications (*)
  a9527ec... unlockDialog: Line notification labels horizontally (*)
  7127048... theme: Adjust style of lock screen notifications (*)
  7cfc06a... unlockDialog: Add .critical CSS class to critical notificat (*)
  70a33be... unlockDialog: Create auth prompt on demand (*)
  44ed456... screenShield: Rework key focus management (*)
  b6c07ec... screenShield: Cleanup _ensureUnlockDialog (*)
  6adbd36... screenShield: Remove lock screen group from Crtl-Alt-Tab ma (*)
  933bd8e... background: Remove noise texture (*)
  5c2c08f... userWidget: Allow vertical orientation for user avatars
  5217d65... authPrompt: Remove Next button and its references
  2afd2e2... authPrompt: Move cancel button, entry and spinner to a sing
  829ea29... authPrompt: Iconize the cancel button
  82cf9ba... unlockDialog: Remove 'Login as another user' Label
  d6cdaeb... theme: Add top padding to unlock-dialog-clock-time
  f10e00f... loginDialog: Apply CSS to sessionMenuButton according to mo
  32187a1... loginDialog: Move and relayout sessionMenuButton to bottom 
  6a66e30... userWidget: Adapt if user is not mentioned for username log
  3894781... loginDialog: Set null user when asking for username
  a4e92e2... loginDialog: Center align Caps Lock and authentication mess
  cef9a37... theme: Make AuthPrompt messages white
  7b80b01... authPrompt: Use entry to show question texts
  a199a77... loginDialog: Remove colon from username question
  b220067... authPrompt: Trivial style cleanup
  2699b1e... authPrompt: Connect signals to both text and password entri
  49a2d59... loginDialog: Use text entry for username
  dea69be... authPrompt: Keep buttonWell and cancel button sizes in sync
  c5211e7... unlockDialog: Show details of critical notifications
  cb416f7... authPrompt: Remove colons from questions
  f8c78ed... theme: Increase border-radius of user list items

(*) This commit already existed in another branch; no separate mail sent


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]