[nautilus] (70 commits) Non-fast-forward update to branch wip/ernestask/gtk4-continued



The branch 'wip/ernestask/gtk4-continued' 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:

  30bda6a... general: Rework DnD handling
  7653228... location-entry: Use event controller for key events
  1b8e812... notebook: Use GtkCenterBox
  509ae27... pathbar: Drop gtk_widget_set_redraw_on_allocate()
  b9c2f5d... pathbar: Drop gtk_widget_{g,s}et_clip()
  af50644... pathbar: Drop gtk_widget_set_allocation()
  3848e2a... pathbar: Update forall() signature
  86fdbf1... pathbar: Drop gtk_container_class_handle_border_width()
  3dd10de... tree-view-drag-dest: Stop connecting to ::draw
  525bf86... tree-view-drag-dest: Replace uses of GDK thread API
  21a0544... file: Don’t frame videos or images
  c46e497... toolbar: Stop connecting to GtkWidget::draw
  3e4a720... general: Use updated margin property names
  accf526... ide-box-theatric: Remove ability to draw icon
  a814d96... x-content-bar: Declare loop counters inside the for stateme
  7c588a8... general: Don’t set xalign where unsupported
  9e87ab1... nautilus-search-popover.ui: Drop GtkSizeGroup:ignore-hidden
  8a511db... nautilus-toolbar.ui: Rename GtkHeaderBar:show-close-button
  399ea07... window: Drop gtk_window_has_toplevel_focus()
  d438a05... window: Use controller for handling key events
  0f4e3ae... general: Replace GtkWidget::delete-event with GtkWindow::cl
  75ccb94... view-icon-controller: Don’t use event in long press callb
  36f5e9a... view-icon-controller: Drop gtk_container_get_focus_child()
  3e40fe2... list-view: Remove null event guard
  b8d08ad... list-view: Disable chain up to GtkWidget::button-press-even
  80f3a7f... autorun-software: Use GdkTexture for window icon
  3d1ea4f... CI: Only build from GTK+ 4 manifest
  3a8cdad... meson.build: Disable -Wdeprecated-declarations
  9b1f058... canvas-container: Use drag gesture for rubberband selection
  91d46cb... view-icon-item-ui: Fill-align the icon
  874aeaa... nautilus-preferences-window.ui: Stop setting GtkContainer::
  a0acd66... nautilus-preferences-window.ui: Set numeric on GtkSpinButto
  41387ab... directory-async: Use g_clear_object() more liberally
  68bae9c... preferences-window: Stop using GtkEntry API on GtkSpinButto
  288a0e5... canvas-container: Unconditionally redo layout
  af97ed3... general: Drop uses of gtk-timeout-expand setting
  a1eb370... general: Rename NautilusCanvasIconData to NautilusFile
  a73214a... progress-info: Don’t cast in g_clear_pointer()
  8392cd7... nautilus-toolbar.ui: Use model for app menu
  7e54450... files-view: Remove desktop leftovers
  17a33ef... canvas-container: Remove unused signal
  2dd74ca... list-model: Use GdkTexture for icon
  6c76f22... file: Remove references to folder-open icon
  85ffc57... nautilus-toolbar.ui: Remove main box margin
  53b9d5a... view-icon-item-ui: Use GdkTexture for thumbnail
  4a49b43... canvas-container: Draw DnD highlight in snapshot()
  9bdef5a... general: Return boolean from GtkEventControllerScroll::scro
  107cde6... file-conflict-dialog: Use textures for file thumbnails
  487b82b... canvas-dnd: Fix DnD shadows
  8f3d749... pathbar: Remove event GdkWindow
  fd96656... pathbar: Replace ::button-press-event handler with gesture
  fc1053e... icon-info: Clean up API
  ff85842... properties-window: Set thumbnail GtkImage size explicitly
  95b76b7... window-slot: Remove unused vfuncs
  9fc21f8... window-slot: Use bindings for mode changing
  88ca830... CI: Always upload artifacts
  50283ba... CI: Fix build log path
  105700f... properties-window: Fix usage chart
  bb8b1b5... file: Tweak code formatting
  cbc82b3... files-view: Remove unused signal
  7054d87... application: Make type final
  699b0c9... canvas-private: Remove unused code
  7def77e... selection-canvas-item: Use GObject macros to define type
  b3dd7e2... canvas-item: Use GObject macros to define type
  61ff4a7... general: Fix header inclusions
  510c194... rename-file-popover-controller: Use controller for key even
  c81e4d1... toolbar: Fix GtkEntry::populate-popup handler
  e827d3d... toolbar: Don’t hide location entry when window becomes in
  b1a1efe... location-entry: Reimplement as GtkWidget

Commits added to the branch:

  f473974... general: Rework DnD handling
  886fd4a... location-entry: Use event controller for key events
  61a5082... notebook: Use GtkCenterBox
  f986c91... pathbar: Drop gtk_widget_set_redraw_on_allocate()
  3145606... pathbar: Drop gtk_widget_{g,s}et_clip()
  5356bb3... pathbar: Drop gtk_widget_set_allocation()
  cb59810... pathbar: Update forall() signature
  bfb1070... pathbar: Drop gtk_container_class_handle_border_width()
  423ddb0... tree-view-drag-dest: Stop connecting to ::draw
  60f3c9a... tree-view-drag-dest: Replace uses of GDK thread API
  5d70751... file: Don’t frame videos or images
  9591a5f... toolbar: Stop connecting to GtkWidget::draw
  a3cde94... general: Use updated margin property names
  ed5db27... ide-box-theatric: Remove ability to draw icon
  053ee5b... x-content-bar: Declare loop counters inside the for stateme
  428b028... general: Don’t set xalign where unsupported
  aa1909e... nautilus-search-popover.ui: Drop GtkSizeGroup:ignore-hidden
  a28cdbf... nautilus-toolbar.ui: Rename GtkHeaderBar:show-close-button
  f9fd06a... window: Drop gtk_window_has_toplevel_focus()
  d913f55... window: Use controller for handling key events
  4c052a6... general: Replace GtkWidget::delete-event with GtkWindow::cl
  6ebc72b... view-icon-controller: Don’t use event in long press callb
  3680944... view-icon-controller: Drop gtk_container_get_focus_child()
  b198783... list-view: Remove null event guard
  d6d350c... list-view: Disable chain up to GtkWidget::button-press-even
  4f6b591... autorun-software: Use GdkTexture for window icon
  3f8c363... CI: Only build from GTK+ 4 manifest
  4f354e9... meson.build: Disable -Wdeprecated-declarations
  f7f4eb1... canvas-container: Use drag gesture for rubberband selection
  4d260c6... view-icon-item-ui: Fill-align the icon
  aaa47b6... nautilus-preferences-window.ui: Stop setting GtkContainer::
  bd0660b... nautilus-preferences-window.ui: Set numeric on GtkSpinButto
  07eee73... directory-async: Use g_clear_object() more liberally
  a85de26... preferences-window: Stop using GtkEntry API on GtkSpinButto
  643e8f5... canvas-container: Unconditionally redo layout
  876eed3... general: Drop uses of gtk-timeout-expand setting
  35c2f04... general: Rename NautilusCanvasIconData to NautilusFile
  a181bdb... progress-info: Don’t cast in g_clear_pointer()
  097579e... nautilus-toolbar.ui: Use model for app menu
  8b720e4... files-view: Remove desktop leftovers
  b2479df... canvas-container: Remove unused signal
  ef7ac41... list-model: Use GdkTexture for icon
  f42904d... file: Remove references to folder-open icon
  1b52063... nautilus-toolbar.ui: Remove main box margin
  d9049fc... view-icon-item-ui: Use GdkTexture for thumbnail
  0c0cddd... canvas-container: Draw DnD highlight in snapshot()
  9aa8587... general: Return boolean from GtkEventControllerScroll::scro
  e755318... file-conflict-dialog: Use textures for file thumbnails
  eebf933... canvas-dnd: Fix DnD shadows
  3100fc0... pathbar: Remove event GdkWindow
  79a353c... pathbar: Replace ::button-press-event handler with gesture
  9f1d3dd... icon-info: Clean up API
  7606835... properties-window: Set thumbnail GtkImage size explicitly
  ca2a25a... window-slot: Remove unused vfuncs
  dc56d3b... window-slot: Use bindings for mode changing
  2494293... CI: Always upload artifacts
  45f4153... CI: Fix build log path
  423247b... properties-window: Fix usage chart
  ad95ce5... file: Tweak code formatting
  e20024d... files-view: Remove unused signal
  d0bcf39... application: Make type final
  4cd7e84... canvas-private: Remove unused code
  740546f... selection-canvas-item: Use GObject macros to define type
  341d77e... canvas-item: Use GObject macros to define type
  fee041f... general: Fix header inclusions
  0ec9acf... rename-file-popover-controller: Use controller for key even
  ec4454c... toolbar: Fix GtkEntry::populate-popup handler
  f71c566... toolbar: Don’t hide location entry when window becomes in
  e2d0dc4... location-entry: Reimplement as GtkWidget
  e26eea1... list-view: Don’t claim event sequence


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