[nautilus] (70 commits) Non-fast-forward update to branch wip/antoniof/flow-box-preparation



The branch 'wip/antoniof/flow-box-preparation' 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:

  a98442e... view-model: Implement GListModel directly
  0c9462c... view-model: Use GListStore::find()
  69ba71c... view-icon-controller: Find item for file using optimized me
  f274ad8... view-icon-item-ui: Drop max width container
  cc24d66... container-max-width: Retire class
  2f35de3... view-icon-item-ui: Build from template
  dadbcc0... icon-controller: Simplify ::set_selection() implementation
  4fc07bb... view-icon-ui: Remove class
  409b058... icon-item-ui: Drop item model getter
  417c378... view-icon-item-ui: Make :model a regular property
  96ea968... view-icon-controller: Split child creation in two steps
  d88340d... view-item-model: Add proper ::file-changed signal
  bf18109... view-item-model: Cleanup properties
  596fb3f... view-icon-controller: Set padding, not margin
  6390b91... view-icon-item-ui: Tweak selection visuals
  2fcec12... view-icon-item-ui: Apply shadow to thumbnails
  588449e... view-icon-item-ui: Draw shadow only if thumbnail available
  430b146... Revert "nautilus-file.c: Add transparent padding to thumbna
  0199314... file: Always use film strip for video thumbnails
  bd336c8... view-icon-item-ui: Bottom-align icons and thumbnails
  4eda7a2... view-icon-item-ui: Add more width for labels
  fefdc4b... files-view: Make preview an action
  a0beb06... view-icon-controller: Don’t use event in long press callbac
  2cd03e7... view-icon-controller: Fix selection when scrolled
  e2bf33a... view-icon-controller: Fix item reveal offset
  7893f72... view-icon-controller: Don't set selection when not needed
  b254781... view-icon-controller: Open new tab with middle click
  b20d832... view-icon-controller: Implement single-click mode
  a0fe241... view-icon-controller: Stop handling ::child-activated
  36d80e2... view-icon-controller: Implement .scroll_to_file()
  8c89d94... view-icon-controller: Implement remaining vfuncs
  4bf8528... view-icon-controller: Update sorting on Preferences changes
  20bb96e... view-icon-controller: Implement captions
  148066a... view-icon-controller: Store vadjustment pointer
  773027e... view-icon-controller: Implement thumbnailing prioritization
  63b327e... view-icon-controller: Allow background click around items
  baa6c13... general: Rename 'canvas' to 'grid' in enums
  6ad534e... general: Remove canvas view
  f14f830... global-preferences: Remove now-unused preferences
  a290f8f... files-view: Drop unused vfunc

Commits added to the branch:

  48c083e... floating-bar: Use GdkEventControllerMotion (*)
  79c4d84... floating-bar: Don't use gdk_window_get_position() (*)
  b884768... floating-bar: Handle parent changes in GObject::notify (*)
  7491875... list-view: Use event controllers for pointer and key events (*)
  a211f4a... list-view: Rearrange code (*)
  f9e76ba... list-view: Translate coordinates for underline on hover (*)
  b27d55f... list-view: Remove event window comparison (*)
  ebd837f... list-view: Drop ignore_button_release (*)
  2cfdad8... list-view: Merge did_not_drag() into its caller (*)
  613097a... list-view: Use coordinates passed by gesture (*)
  c901fd7... list-view: Remove duplicate click selection code (*)
  e573011... list-view: Stop chaining up to ::button_press_event() (*)
  b393881... list-view: Separate column event and menu code (*)
  62d5b1b... list-view: Stop connecting to header button ::event (*)
  2ea3697... list-view: Cleanup long press gesture at ::finalize (*)
  fd2af88... location-entry: Check position on idle (*)
  e1fe0c5... location-entry: Set :inline-completion to FALSE (*)
  c108c9a... location-entry: Track text changes through GtkEditable (*)
  40d52ff... location-entry: Use event controller for key events (*)
  0588573... files-view: Stop handling ::event (*)
  a0203f8... window-slot: Add media key accel for search (*)
  59b1847... window: Add media key shortcut to Starred (*)
  6d8bafb... window: Inline accels array (*)
  a512144... window: Set media keys as regular accels (*)
  2d675e6... window: Use controller for handling key events (*)
  522e391... window: Drop usage of gtk_window_propagate_key_event (*)
  41ee247... query-editor: Drop gtk_search_entry_handle_event() (*)
  8cc9209... window-slot: Don't forward Escape and BackSpace (*)
  58d68c2... rename-file-popover-controller: Use controller for key even (*)
  dde0b49... batch-rename-dialog: Replace ::event handlers with controll (*)
  3fffddd... view-model: Implement GListModel directly
  d0bc1d0... view-model: Use GListStore::find()
  7195819... view-icon-controller: Find item for file using optimized me
  a09d6a6... view-icon-item-ui: Drop max width container
  330bf89... container-max-width: Retire class
  a399957... view-icon-item-ui: Build from template
  cad20b1... icon-controller: Simplify ::set_selection() implementation
  6a36b62... view-icon-ui: Remove class
  f46c092... icon-item-ui: Drop item model getter
  ef6fefb... view-icon-item-ui: Make :model a regular property
  8ed751e... view-icon-controller: Split child creation in two steps
  83bc538... view-item-model: Add proper ::file-changed signal
  906e14c... view-item-model: Cleanup properties
  e21a311... view-icon-controller: Set padding, not margin
  a16a6d6... view-icon-item-ui: Tweak selection visuals
  040a0d1... view-icon-item-ui: Apply shadow to thumbnails
  4b2c5ac... view-icon-item-ui: Draw shadow only if thumbnail available
  88b6d0b... Revert "nautilus-file.c: Add transparent padding to thumbna
  be12d7d... file: Always use film strip for video thumbnails
  e42f028... view-icon-item-ui: Bottom-align icons and thumbnails
  d64869f... view-icon-item-ui: Add more width for labels
  1b8b919... files-view: Make preview an action
  5d21db7... view-icon-controller: Don’t use event in long press callbac
  e429893... view-icon-controller: Fix selection when scrolled
  06a7912... view-icon-controller: Fix item reveal offset
  924c7b2... view-icon-controller: Don't set selection when not needed
  f6a0ad4... view-icon-controller: Open new tab with middle click
  6b38aaf... view-icon-controller: Implement single-click mode
  6723f68... view-icon-controller: Stop handling ::child-activated
  64d44c6... view-icon-controller: Implement .scroll_to_file()
  5193cea... view-icon-controller: Implement remaining vfuncs
  26114bb... view-icon-controller: Update sorting on Preferences changes
  79e847c... view-icon-controller: Implement captions
  dda8e1e... view-icon-controller: Store vadjustment pointer
  9fa6140... view-icon-controller: Implement thumbnailing prioritization
  67fdffb... view-icon-controller: Allow background click around items
  cdb8e3d... general: Rename 'canvas' to 'grid' in enums
  7a0dec9... general: Remove canvas view
  48d53d7... global-preferences: Remove now-unused preferences
  4678952... files-view: Drop unused vfunc

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