[gnome-shell] (96 commits) Non-fast-forward update to branch gbsneto/icon-grid-dnd



The branch 'gbsneto/icon-grid-dnd' 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:

  e6ef1e9... appDisplay: Add event blocker inhibition API
  a1122ce... appIcon: End running drag operations on destroy
  5297574... folderIcon: Allow dropping application icons
  bb3df27... folderIcon: Update folder icon after dropping
  d4fd2b2... appIcon: Always pass parent view
  7a7a6f5... allView: Switch pages when dragging above or below the grid
  3d16acf... appDisplay: Trivial code style improvement
  6274cea... allView: Set this.actor._delegate
  3228626... folderView: Pass and add getter to folder icon
  fc76564... allView: Remove icon from folder when dropping outside
  9138fee... folderView: Block DnD in folder view
  763216b... folderIcon: Move app icon loading to FolderView
  0f85cf5... frequentView: Use BaseAppView.addItem() and loadGrid()
  098fbcb... baseAppView: Call loadGrid() directly
  16acfed... allView: Scale in when moving icons from folders
  7f1a028... folderIcon: Add visual drag-over feedback
  daf0df9... baseAppView: Add only non-added icons, in order
  c13f6c2... baseAppView: Only add and remove when necessary
  b0e4c50... baseAppView: Remove BaseAppView.addItem()
  49e9aa1... allView: Only create folder icon if it doesn't exist
  1d0f631... allView: Don't sort icons
  95343fb... allView: Redisplay on folder changes
  e17b935... gschema: Add the 'icon-grid-layout' key
  e1eaa55... allView: Add support for custom positioning
  9955436... paginatedIconGrid: Store extra space data
  62d1d19... folderView: Move DnD functions to BaseAppView
  845707e... iconGrid: Add item nudge API
  6eb3043... appDisplay: Add moveItem()
  dc73c97... allView, folderView: Implement moving icons
  2484641... allView, folderView: Save order after moving icon
  48be65c... baseIcon: Align labels to the center
  76e628a... appIcon: Use a real BaseIcon as the drag actor
  460a38b... iconGrid: Implicitly animate icon positions
  ccbfb9e... controlsManager: Don't fade icon grid while dragging
  821c016... allView, folderView: Always operate on grid coordinates
  8771098... appDisplay: Close popup when dragging
  0fb21af... folderIcon: Open popup when dragging over
  9ed4772... appIcon: Hide itself when starting drag
  c8ac78d... iconGrid: Apply delay to easing state

Commits added to the branch:

  e95f3fe... ibusManager: Use Map to store engines (*)
  46874ee... params: Simplify code (*)
  0d035a4... cleanup: Prefer template strings (*)
  1778ada... tests: Add Params.parse() unit tests (*)
  8a5de32... params: Fix regression (*)
  7359e43... st: Add st_icon_colors_equal() (*)
  be40de5... st: Consider non-background properties for ::style-changed (*)
  53be76c... shellDBus: Update ::accelerator-activated handler arguments (*)
  bb6d973... endSessionDialog: Check for PackageKit before considering u (*)
  5473637... cleanup: Fix style nits in last commit (*)
  55b0361... shell-recorder: Restore cursor recording (*)
  d0da96a... workspacesView: Handle reordering of workspaces (*)
  68e45eb... workspaceThumbnails: Handle reordering of workspaces (*)
  ff9bb53... windowManager: Use new reorder_workspace() API (*)
  1cac7b2... windowManager: Remove unused property (*)
  dbb71f0... layout: Make the hot corner optional (*)
  51938c3... workspace: Let WindowClone inherit from StWidget (*)
  355b5ee... workspace: Set offscreen redirect on window previews (*)
  55c717c... appDisplay: Fix logic error (*)
  6ba03ac... params: Don't use Lang module (*)
  74feb11... layout: Fix off-by-one indent (*)
  1570f83... cleanup: Remove bogus file (*)
  6cc19ee... workspacesView: Work around spurious allocation changes (*)
  3731be9... lint: Import eslint rules from gjs (*)
  4c0bd88... lint: Tweak the whitelist of globals (*)
  109b8e8... lint: Require spaces inside braces in object literals (*)
  5f77cdb... lint: Enforce arrow notation (*)
  f6bed08... lint: Enforce camelCase (*)
  42b77e7... lint: Allow multiple spaces before key values (*)
  e0457b6... lint: Add "legacy" configuration (*)
  1b31fd5... cleanup: Don't call method via a parent's prototype (*)
  16ca7a2... panel: Relax check for existing signal handler (*)
  404bc34... cleanup: Use default parameters where appropriate (*)
  7d2c5c1... dialog: Use Object.assign() for default property value (*)
  c765082... calendar: Avoid a warning (*)
  2ff7a78... calendar: Simplify code a bit (*)
  bd18313... power: Use more fine-grained battery levels (*)
  3996309... Add Karbi translation (*)
  2c8d380... shellDBus: Rename ShowMonitorLabels2 to ShowMonitorLabels (*)
  a823a21... Update Karbi translation (*)
  a785270... search: Remove unnecessary containers (*)
  3f2cffc... theme: Don't apply overlap-preventing padding to search res (*)
  1a27ff6... search: Fix calculation of max number of displayed results  (*)
  8f0e9ab... iconGrid: Make sure the style is updated before computing t (*)
  2d908e8... search: Remove wrong additional argument for _createResultD (*)
  f583a7c... Update Karbi translation (*)
  043667d... theme: Provide icon helper classes (*)
  49e5677... theme: unbreak acrive states for icon tiles (*)
  08464ea... theme: make overview thumbnails rounder (*)
  6a3606c... util: Add isSorted
  30da437... appDisplay: Add event blocker inhibition API
  6d4cc03... appIcon: End running drag operations on destroy
  b0c725c... folderIcon: Allow dropping application icons
  1f4fc68... folderIcon: Update folder icon after dropping
  3ee3d37... appIcon: Always pass parent view
  c908547... allView: Switch pages when dragging above or below the grid
  5102025... appDisplay: Trivial code style improvement
  36850e2... allView: Set this.actor._delegate
  56ac33b... folderView: Pass and add getter to folder icon
  2be5a37... allView: Remove icon from folder when dropping outside
  0405f3f... folderView: Block DnD in folder view
  4a8a6d9... folderIcon: Move app icon loading to FolderView
  3ca9759... frequentView: Use BaseAppView.addItem() and loadGrid()
  2be1e8c... baseAppView: Call loadGrid() directly
  37aa7c3... allView: Scale in when moving icons from folders
  6cb0fef... folderIcon: Add visual drag-over feedback
  ec8b24d... baseAppView: Add only non-added icons, in order
  70b40e2... baseAppView: Only add and remove when necessary
  9da9f45... baseAppView: Remove BaseAppView.addItem()
  7bddb1c... allView: Only create folder icon if it doesn't exist
  913ce10... allView: Don't sort icons
  d6d336b... allView: Redisplay on folder changes
  22bd110... gschema: Add the 'icon-grid-layout' key
  d8a7fd5... allView: Add support for custom positioning
  78ec053... paginatedIconGrid: Store extra space data
  af164d7... folderView: Move DnD functions to BaseAppView
  ac5619a... iconGrid: Add item nudge API
  73095d2... appDisplay: Add moveItem()
  c9927d5... allView, folderView: Implement moving icons
  ee8b8ef... allView, folderView: Save order after moving icon
  3d050af... baseIcon: Align labels to the center
  03e16df... appIcon: Use a real BaseIcon as the drag actor
  62ef38b... iconGrid: Implicitly animate icon positions
  9ba8e56... controlsManager: Don't fade icon grid while dragging
  6ede454... allView, folderView: Always operate on grid coordinates
  155dcf6... appDisplay: Close popup when dragging
  3101a97... folderIcon: Open popup when dragging over
  6daf104... appIcon: Hide itself when starting drag
  3066b9b... iconGrid: Apply delay to easing state
  5fee3db... folderView: Allow moving to specific position
  e5a5d98... folderView: Make sure to only add icons once
  16219c2... baseViewIcon: Introduce base class for view icons
  05bc307... folderIcon: Don't open popup when dragging folders
  74e7b62... baseViewIcon: Allow creating icons that are not drop target
  5d5e645... appIcon: Show folder preview when dragging over
  c3ae381... appIcon: Create and delete folders with DnD

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