[nautilus] (74 commits) Non-fast-forward update to branch wip/ernestask/gtk4-continued
- From: Ernestas Kulik <ernestask src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] (74 commits) Non-fast-forward update to branch wip/ernestask/gtk4-continued
- Date: Thu, 9 Aug 2018 13:13:55 +0000 (UTC)
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:
a3d3a4d... general: Rework clipboard handling
5c06b0c... general: Rework DnD handling
d256213... location-entry: Use event controller for key events
b997aa2... notebook: Use GtkCenterBox
5c0e21c... pathbar: Drop gtk_widget_set_redraw_on_allocate()
ea6f37b... pathbar: Drop gtk_widget_{g,s}et_clip()
cd8d71c... pathbar: Drop gtk_widget_set_allocation()
67f0b70... pathbar: Update forall() signature
cbb2ca2... pathbar: Drop gtk_container_class_handle_border_width()
19c678e... tree-view-drag-dest: Stop connecting to ::draw
dc979af... tree-view-drag-dest: Replace uses of GDK thread API
99240c7... file: Don’t frame videos or images
8b651a8... toolbar: Stop connecting to GtkWidget::draw
1309557... general: Use updated margin property names
bada1ca... ide-box-theatric: Remove ability to draw icon
2762ee4... x-content-bar: Declare loop counters inside the for stateme
2f00389... general: Don’t set xalign where unsupported
53b97d6... nautilus-search-popover.ui: Drop GtkSizeGroup:ignore-hidden
25c7074... nautilus-toolbar.ui: Rename GtkHeaderBar:show-close-button
eefdd68... window: Drop gtk_window_has_toplevel_focus()
1a7d862... window: Use controller for handling key events
610bf5b... general: Replace GtkWidget::delete-event with GtkWindow::cl
1f35544... view-icon-controller: Don’t use event in long press callb
7d85968... view-icon-controller: Drop gtk_container_get_focus_child()
684f8b5... list-view: Remove null event guard
2a35b53... list-view: Disable chain up to GtkWidget::button-press-even
7499abf... autorun-software: Use GdkTexture for window icon
614dcd8... CI: Only build from GTK+ 4 manifest
1ec8248... canvas-container: Use drag gesture for rubberband selection
d35d0c5... view-icon-item-ui: Fill-align the icon
6591139... nautilus-preferences-window.ui: Stop setting GtkContainer::
ea4da89... nautilus-preferences-window.ui: Set numeric on GtkSpinButto
3ee8f65... directory-async: Use g_clear_object() more liberally
aa377e3... preferences-window: Stop using GtkEntry API on GtkSpinButto
0386131... canvas-container: Unconditionally redo layout
dba3cab... general: Drop uses of gtk-timeout-expand setting
dbbbdf3... general: Rename NautilusCanvasIconData to NautilusFile
68f2c3e... progress-info: Don’t cast in g_clear_pointer()
e150a0e... nautilus-toolbar.ui: Use model for app menu
59598b2... files-view: Remove desktop leftovers
598ac34... canvas-container: Remove unused signal
4195985... list-model: Use GdkTexture for icon
c161252... file: Remove references to folder-open icon
140679b... nautilus-toolbar.ui: Remove main box margin
276e6aa... view-icon-item-ui: Use GdkTexture for thumbnail
f49d1b2... canvas-container: Draw DnD highlight in snapshot()
ac5a105... general: Return boolean from GtkEventControllerScroll::scro
28788a2... file-conflict-dialog: Use textures for file thumbnails
a9d0995... canvas-dnd: Fix DnD shadows
5876008... pathbar: Remove event GdkWindow
1998434... pathbar: Replace ::button-press-event handler with gesture
64c2b79... icon-info: Clean up API
33f2271... properties-window: Set thumbnail GtkImage size explicitly
82668c0... window-slot: Remove unused vfuncs
9a70ca6... window-slot: Use bindings for mode changing
4b92777... CI: Always upload artifacts
f6b5457... CI: Fix build log path
cae1ffc... properties-window: Fix usage chart
0e97aaf... file: Tweak code formatting
253a13b... files-view: Remove unused signal
5871630... application: Make type final
f996244... canvas-private: Remove unused code
a4fda7e... selection-canvas-item: Use GObject macros to define type
79bffda... canvas-item: Use GObject macros to define type
4da7ea1... general: Fix header inclusions
7430d8c... rename-file-popover-controller: Use controller for key even
84b09a4... toolbar: Fix GtkEntry::populate-popup handler
b808bda... toolbar: Don’t hide location entry when window becomes in
74f65a8... location-entry: Reimplement as GtkWidget
77183a5... list-view: Don’t claim event sequence
562ef30... meson.build: Set -Werror=incompatible-pointer-types
b36b6c1... list-view: Drop detail/priv structs
749db49... batch-rename-dialog: Replace ::event handlers with controll
e0697c2... file-undo-operations: Get rid of g_type_class_add_private()
Commits added to the branch:
eba96d6... general: Rework clipboard handling
1bea849... general: Rework DnD handling
35bf4c2... location-entry: Use event controller for key events
97c1432... notebook: Use GtkCenterBox
88fd982... pathbar: Drop gtk_widget_set_redraw_on_allocate()
903383a... pathbar: Drop gtk_widget_{g,s}et_clip()
1c71563... pathbar: Drop gtk_widget_set_allocation()
2031bf3... pathbar: Update forall() signature
36e17a1... pathbar: Drop gtk_container_class_handle_border_width()
4a91493... tree-view-drag-dest: Stop connecting to ::draw
13571ba... tree-view-drag-dest: Replace uses of GDK thread API
4e13fc5... file: Don’t frame videos or images
8e937c1... toolbar: Stop connecting to GtkWidget::draw
67c3696... general: Use updated margin property names
c3f48e9... ide-box-theatric: Remove ability to draw icon
9f282c8... x-content-bar: Declare loop counters inside the for stateme
8e50aa3... general: Don’t set xalign where unsupported
e7d6bd8... nautilus-search-popover.ui: Drop GtkSizeGroup:ignore-hidden
e96aeb7... nautilus-toolbar.ui: Rename GtkHeaderBar:show-close-button
ba64e91... window: Drop gtk_window_has_toplevel_focus()
f9e479a... window: Use controller for handling key events
604ed39... general: Replace GtkWidget::delete-event with GtkWindow::cl
9e36014... view-icon-controller: Don’t use event in long press callb
c771150... view-icon-controller: Drop gtk_container_get_focus_child()
a000cc3... list-view: Remove null event guard
5c9acbd... list-view: Disable chain up to GtkWidget::button-press-even
549b848... autorun-software: Use GdkTexture for window icon
ae7e628... CI: Only build from GTK+ 4 manifest
0fec127... canvas-container: Use drag gesture for rubberband selection
6c5cee7... view-icon-item-ui: Fill-align the icon
ed7951c... nautilus-preferences-window.ui: Stop setting GtkContainer::
9c91ea7... nautilus-preferences-window.ui: Set numeric on GtkSpinButto
288b583... directory-async: Use g_clear_object() more liberally
544c9d9... preferences-window: Stop using GtkEntry API on GtkSpinButto
7776f73... canvas-container: Unconditionally redo layout
ecff0ad... general: Drop uses of gtk-timeout-expand setting
5214f4b... general: Rename NautilusCanvasIconData to NautilusFile
69470f9... progress-info: Don’t cast in g_clear_pointer()
79e6840... nautilus-toolbar.ui: Use model for app menu
82bd1ff... files-view: Remove desktop leftovers
945392c... canvas-container: Remove unused signal
ab8f67a... list-model: Use GdkTexture for icon
4365d7e... file: Remove references to folder-open icon
26bb53f... nautilus-toolbar.ui: Remove main box margin
821d4cf... view-icon-item-ui: Use GdkTexture for thumbnail
1a7aec2... canvas-container: Draw DnD highlight in snapshot()
779547e... general: Return boolean from GtkEventControllerScroll::scro
ff4eec4... file-conflict-dialog: Use textures for file thumbnails
2357572... canvas-dnd: Fix DnD shadows
effaf86... pathbar: Remove event GdkWindow
71a6fd3... pathbar: Replace ::button-press-event handler with gesture
e4c2f5f... icon-info: Clean up API
fc42b5a... properties-window: Set thumbnail GtkImage size explicitly
564e0aa... window-slot: Remove unused vfuncs
c607dd2... window-slot: Use bindings for mode changing
b791b99... CI: Always upload artifacts
e48eb24... CI: Fix build log path
8e546c0... properties-window: Fix usage chart
0981baf... file: Tweak code formatting
19c27f6... files-view: Remove unused signal
0ee451b... application: Make type final
3a2189f... canvas-private: Remove unused code
034e6f1... selection-canvas-item: Use GObject macros to define type
b1fc1f3... canvas-item: Use GObject macros to define type
7b9d18b... general: Fix header inclusions
07affb8... rename-file-popover-controller: Use controller for key even
0e6e53e... toolbar: Fix GtkEntry::populate-popup handler
c961fa8... toolbar: Don’t hide location entry when window becomes in
169faf1... location-entry: Reimplement as GtkWidget
55cc1a9... list-view: Don’t claim event sequence
7dbfdb6... meson.build: Set -Werror=incompatible-pointer-types
60cd979... list-view: Drop detail/priv structs
9113921... batch-rename-dialog: Replace ::event handlers with controll
48a8a3c... file-undo-operations: Get rid of g_type_class_add_private()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]