[nautilus] (75 commits) Non-fast-forward update to branch wip/antoniof/gtk4-preparation-step-event-controllers
- From: António Fernandes <antoniof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] (75 commits) Non-fast-forward update to branch wip/antoniof/gtk4-preparation-step-event-controllers
- Date: Mon, 22 Nov 2021 23:22:57 +0000 (UTC)
The branch 'wip/antoniof/gtk4-preparation-step-event-controllers' 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:
befaf69... floating-bar: Use GdkEventControllerMotion
5ecc21c... floating-bar: Don't use gdk_window_get_position()
4cfde0e... floating-bar: Handle parent changes in GObject::notify
73e562a... list-view: Use event controllers for pointer and key events
e7cb924... list-view: Rearrange code
cbed5b2... list-view: Translate coordinates for underline on hover
fab4e95... list-view: Remove event window comparison
7db2d2d... list-view: Drop ignore_button_release
67da17e... list-view: Remove duplicate click selection code
b0f267c... list-view: Stop chaining up to ::button_press_event()
f646a40... list-view: Stop connecting to header button ::event
db89dba... list-view: Cleanup long press gesture at ::finalize
b824439... location-entry: Check position on idle
1afac15... location-entry: Set :inline-completion to FALSE
16b84e6... location-entry: Track text changes through GtkEditable
3705dbd... location-entry: Use event controller for key events
1bde1bc... files-view: Stop handling ::event
81aca24... window-slot: Add media key accel for search
1e1b1ec... window: Add media key shortcut to Starred
09ddcaa... window: Inline accels array
20885d1... window: Set media keys as regular accels
134beed... window: Use controller for handling key events
2609aa8... window: Drop usage of gtk_window_propagate_key_event
9cde908... query-editor: Drop gtk_search_entry_handle_event()
3a312ea... window-slot: Don't forward Escape and BackSpace
15a1d5a... view-icon-controller: Don’t use event in long press callbac
259dae7... rename-file-popover-controller: Use controller for key even
1182ea9... batch-rename-dialog: Replace ::event handlers with controll
Commits added to the branch:
28ce30d... files-view: Port Ctrl+S dialog to use GtkBuilder (*)
2103a48... files-view: Simplify select-items.ui (*)
b151025... directory: Use finite amount of tries for self check (*)
6fe1663... Update Portuguese translation (*)
5441744... shell-search-provider: Don't return search provider results (*)
305985f... shell-search-provider: Cancel metadata requests on disposal (*)
e6c0b65... files-view: Fix "Copy To" from "Starred" folder (*)
1857076... Update Ukrainian translation (*)
ad2d4a5... Update Hebrew translation (*)
d937491... Update Hebrew translation (*)
b002cb6... file-conflict-dialog: Prevent rename button appearing prema (*)
a3369c5... file: use specific file type for Sort by Type (*)
33bd031... Update Occitan translation (*)
e95cb88... Update Persian translation (*)
9e4e953... file-operations: Simplify archive password dialog handling (*)
7e3dab1... operations-ui-manager: Port passphrase dialog to GtkBuilder (*)
2c65d3e... Update Croatian translation (*)
c56e90e... pathbar: Avoid leaking stack pages (*)
ddf023b... Update Galician translation (*)
03a21f3... Update Friulian translation (*)
67baf81... general: Replace uses of GDK thread API (*)
37740f0... general: Stop using gtk_main_iteration() (*)
49ec3bd... file-changes-queue: Drop GdkPoint struct member (*)
8576d45... files-view-dnd: Drop GDK_ACTION_DEFAULT (*)
cd0299b... general: Drop gtk_window_has_toplevel_focus() (*)
0105bfb... files-view: Handle parent changes in GObject::notify (*)
77f580f... properties-window: Stop using GtkButtonBox (*)
a312652... file-operations: Make "trash on unmount" dialog modal (*)
243861e... file: Pass parent window to unmount operation (*)
23279d5... icon-info: Drop gtk_icon_size_lookup() (*)
b80d2f3... properties-window: Don't use gtk_window_set_icon() (*)
be4b941... autorun-software: Don't use gtk_window_set_icon() (*)
d32c24c... files-view: Drop uses of removed GtkStyleContext API (*)
ad2fcd7... tree-view-drag-dest: Don't use gdk_window_get_position() (*)
c56ccce... pathbar: Drop gtk_widget_set_redraw_on_allocate() (*)
f717ec0... pathbar: Drop gtk_widget_{g,s}et_clip() (*)
2cf73a9... pathbar: Drop gtk_widget_set_allocation() (*)
09628b7... pathbar: Remove event GdkWindow (*)
67b66a4... tree-view-drag-dest: Stop connecting to ::draw (*)
9d3a12c... general: Stop using GtkBox padding, fill and expand child p (*)
497c16a... general: Drop uses of GtkContainer:border-width (*)
fad73c2... general: Stop setting GtkWidget:margin (*)
1e010f9... pathbar: Drop gtk_container_class_handle_border_width() (*)
fef7cb3... properties-window: Stop using deprecated property (*)
b17c3f6... general: Don’t set xalign where unsupported (*)
684650c... general: Drop uses of gtk-timeout-expand setting (*)
8b29375... nautilus-search-popover.ui: Drop GtkSizeGroup:ignore-hidden (*)
c65cfbc... floating-bar: Use GdkEventControllerMotion
a37c80a... floating-bar: Don't use gdk_window_get_position()
7c28081... floating-bar: Handle parent changes in GObject::notify
ed16eb6... list-view: Use event controllers for pointer and key events
96e89af... list-view: Rearrange code
036d32a... list-view: Translate coordinates for underline on hover
82c5d5f... list-view: Remove event window comparison
715e647... list-view: Drop ignore_button_release
38e078a... list-view: Remove duplicate click selection code
18ed824... list-view: Stop chaining up to ::button_press_event()
f9fa6a1... list-view: Stop connecting to header button ::event
10acdd4... list-view: Cleanup long press gesture at ::finalize
58e1e34... location-entry: Check position on idle
1abe294... location-entry: Set :inline-completion to FALSE
ecdc602... location-entry: Track text changes through GtkEditable
0664746... location-entry: Use event controller for key events
e80c617... files-view: Stop handling ::event
2753d18... window-slot: Add media key accel for search
3a48331... window: Add media key shortcut to Starred
141813f... window: Inline accels array
ea0593d... window: Set media keys as regular accels
743c9db... window: Use controller for handling key events
f2a93d3... window: Drop usage of gtk_window_propagate_key_event
fcb77e0... query-editor: Drop gtk_search_entry_handle_event()
a5daa0c... window-slot: Don't forward Escape and BackSpace
170e7ab... view-icon-controller: Don’t use event in long press callbac
ff7d50e... rename-file-popover-controller: Use controller for key even
a1b54da... batch-rename-dialog: Replace ::event handlers with controll
(*) 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]