[gnome-shell] (72 commits) Non-fast-forward update to branch gbsneto/custom-icon-positions



The branch 'gbsneto/custom-icon-positions' 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:

  29ebc55... iconGrid: Introduce IconGridLayout
  09bb891... iconGrid: Use IconGridLayout
  8e61bff... iconGrid: Adapt grid layout according to available size
  c2d0dce... appDisplay: Move child focus handling to IconGrid
  a0a2231... appDisplay: Redisplay folders before AppDisplay
  51bcb64... appDisplay: Actually destroy icons
  14ac1ba... appDisplay: Add items in order
  e4f46c9... appDisplay: Don't destroy FolderView directly
  b56cc81... appDisplay: Let FolderIcon popdown the folder dialog
  0f98cd1... theme: Adjust folder dialog CSS
  531582d... WIP: Add pagination to the folder dialog
  cd7d8fe... appDisplay: Factor out shared code into BaseAppView
  617c130... appDisplay: Allow a slighly bigger area for drag overshoot
  4500d06... pageIndicator: Add getter for current number of pages
  d49f15a... appDisplay: Compare indicator and grid pages
  a856bfc... iconGrid: Add item nudge API
  52dd345... appDisplay: Ignore dragging hover leeways
  b18da58... appDisplay: Nudge items on hover
  f97a04d... appDisplay: Factor out item addition and removal methods
  4f463d7... appDisplay: Introduce moveItem API
  03b9de5... appDisplay: Accept dropping any kind of icon over it
  3a19c6c... appDisplay: Allow incomplete pages
  7508823... gschema: Introduce the 'grid-layout' key
  c259372... appDisplay: Introduce PageManager
  f10bbee... appDisplay: Bind compare function
  cfd3b86... appDisplay: Save pages after moving items
  6466bc1... appDisplay: Using custom function to retrieve item page and
  f829c5e... appDisplay: Factor out draggable code into BaseAppIcon
  91e92e1... appDisplay: Make FolderIcon draggable
  716fe89... appDisplay: Don't resort folders when name changes
  bff372c... appDisplay: Create app folder where the drop happened
  871a910... appDisplay: Move folder icons to where they're dropped
  f874c4c... appDisplay: Popdown folder dialog when hovering
  d3d96d6... appDisplay: Allow overshooting any icon

Commits added to the branch:

  61e3349... Update Korean translation (*)
  3522338... extensions-tool: Escape '\' and '"' in json string (*)
  1fdd4ff... screenshot: Return an error when operation is blocked (*)
  55c2872... screenshot: Properly clean up if PickColor() is cancelled (*)
  2a8eea1... padOsd: Fix .allocate() call (*)
  989ee65... padOsd: Disable ellipsizing in title label (*)
  963f962... padOsd: Fix double styling (*)
  c90e7ce... padOsd: Move button/ring/strip label creation to PadDiagram (*)
  dac05c7... padOsd: Make label coordinates API "private" (*)
  c511c46... padOsd: Move all coord/existence checks to _addLabel() (*)
  9891189... padOsd: Use map to store misc action label data (*)
  ece1329... padOsd: Drop needless call (*)
  f58cb34... padOsd: Only allocate child labels within allocate vfunc (*)
  63abfc1... padOsd: Cache label coordinates/arrangements (*)
  8a89de0... padOsd: Keep label coordinates in image coordinates (*)
  315c882... padOsd: Apply specific CSS to Button/Leader SVG classes (*)
  988f996... workspace: Also hide attached dialogs in WindowClone from p (*)
  775d6ec... Updated Slovenian translation (*)
  393c6c6... lookingGlass: Add actor tree inspector (*)
  2598586... Revert "workspace: Animate window clones using translation  (*)
  85d2837... workspace: Allow allocating smaller sizes for window clones (*)
  2d650e5... workspace: Use boundingBox instead of getOriginalPosition() (*)
  bf40d96... workspace: Use boundingBox to get absolute width and height (*)
  7bbce1d... workspace: Position clones using width and height instead o (*)
  b487846... notificationDaemon: Try harder to find a matching app (*)
  35d21c0... Bump version to 3.37.2 (*)
  fe131f9... workspace: Increase window clone fade duration to 200 ms (*)
  e7ec373... workspacesView: Rename show to animateToOverview (*)
  8914a46... workspacesView: Override vfunc_hide (*)
  fc3bc76... viewSelector: Rename show to animateToOverview (*)
  5569090... viewSelector: Make sure it's invisible when overview is hid (*)
  8154728... environment: Add Math.clamp (*)
  b3aab7f... Updated Spanish translation (*)
  090057d... workspace: Track windows in WindowClone layout manager (*)
  1ea22a5... workspace: Use bounding-box property from layout manager (*)
  a2545d1... workspace: Implement windowCenter using bounding box (*)
  cc5ed2f... workspace: Use generic _addWindow function to add new clone (*)
  4582d7a... workspace: Remove no longer valid comment (*)
  f744f6d... iconGrid: Introduce IconGridLayout (*)
  b990ab4... iconGrid: Use IconGridLayout (*)
  6cc7028... iconGrid: Adapt grid layout according to available size (*)
  4be1c62... appDisplay: Move child focus handling to IconGrid (*)
  8a4b52f... appDisplay: Redisplay folders before AppDisplay (*)
  69d9b7f... appDisplay: Actually destroy icons (*)
  dd92b18... appDisplay: Add items in order (*)
  998a52d... appDisplay: Don't destroy FolderView directly (*)
  eece96c... appDisplay: Let FolderIcon popdown the folder dialog (*)
  ce47ada... theme: Adjust folder dialog CSS (*)
  eebedbc... WIP: Add pagination to the folder dialog (*)
  bb371fe... appDisplay: Factor out shared code into BaseAppView (*)
  3443d4c... appDisplay: Allow a slighly bigger area for drag overshoot (*)
  c0e1f1b... pageIndicator: Add getter for current number of pages (*)
  b28b6de... appDisplay: Compare indicator and grid pages (*)
  9d4ae59... iconGrid: Add item nudge API
  9d2bef5... appDisplay: Ignore dragging hover leeways
  d79db66... appDisplay: Nudge items on hover
  1ca7f9c... appDisplay: Factor out item addition and removal methods
  df9beb6... appDisplay: Introduce moveItem API
  65eec56... appDisplay: Accept dropping any kind of icon over it
  9b8e386... appDisplay: Allow incomplete pages
  6f18ecb... gschema: Introduce the 'grid-layout' key
  82b1047... appDisplay: Introduce PageManager
  07154aa... appDisplay: Bind compare function
  d086235... appDisplay: Save pages after moving items
  51c5964... appDisplay: Using custom function to retrieve item page and
  3331337... appDisplay: Factor out draggable code into BaseAppIcon
  520d662... appDisplay: Make FolderIcon draggable
  37c7acf... appDisplay: Don't resort folders when name changes
  c5e8f1b... appDisplay: Create app folder where the drop happened
  ce24705... appDisplay: Move folder icons to where they're dropped
  d03da7d... appDisplay: Popdown folder dialog when hovering
  0b8d9bf... appDisplay: Allow overshooting any icon

(*) 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]