[nautilus] (62 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] (62 commits) Non-fast-forward update to branch wip/ernestask/gtk4-continued
- Date: Wed, 25 Jul 2018 14:59:35 +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:
50875b6... general: Don’t pass size when creating GtkImage
e305b69... general: Use GtkButton as a container
b6018f6... icon-info: Drop gtk_icon_size_lookup()
b7898fc... floating-bar: Use event controller for pointer motion event
c958126... list-view: Use event controllers for pointer and key events
7d46924... files-view: Use controller for scroll events
07911be... files-view: Handle parent changes in GObject::notify
43f5cfd... files-view: Drop uses of removed GtkStyleContext API
ae0d1e3... general: Rework clipboard handling
6760613... general: Rework DnD handling
116b4da... location-entry: Use event controller for key events
e21b9b8... notebook: Use GtkCenterBox
5a8cdfa... pathbar: Use event controller for scroll events
f6323ad... pathbar: Drop gtk_widget_set_redraw_on_allocate()
7dd7384... pathbar: Drop gtk_widget_{g,s}et_clip()
0b9a76c... pathbar: Drop gtk_widget_set_allocation()
07b4789... pathbar: Update forall() signature
66fa179... pathbar: Override GtkWidget::state-flags-changed
1c43c84... pathbar: Drop gtk_container_class_handle_border_width()
b12d40a... tree-view-drag-dest: Stop connecting to ::draw
bdd4c8c... tree-view-drag-dest: Replace uses of GDK thread API
6fb5eac... ui-utilities: Replace pixbuf usage with paintables
22e8872... toolbar: Stop connecting to GtkWidget::draw
11e1287... general: Use updated margin property names
b92d29f... ide-box-theatric: Remove ability to draw icon
2eb85cb... x-content-bar: Declare loop counters inside the for stateme
23b3b3b... general: Don’t set xalign where unsupported
c33a66d... nautilus-search-popover.ui: Drop GtkSizeGroup:ignore-hidden
59f77d3... nautilus-toolbar.ui: Rename GtkHeaderBar:show-close-button
5f18274... window: Drop gtk_window_has_toplevel_focus()
93c5dd8... window: Use controller for handling key events
32fa13f... general: Replace GtkWidget::delete-event with GtkWindow::cl
69a440e... view-icon-controller: Don’t use event in long press callb
b847db3... view-icon-controller: Drop gtk_container_get_focus_child()
594246a... list-view: Remove null event guard
b49f0cd... list-view: Disable chain up to GtkWidget::button-press-even
3863cf9... autorun-software: Use GdkTexture for window icon
99fe888... flatpak: Use single manifest
cedea40... meson.build: Disable -Wdeprecated-declarations
1141905... canvas-container: Use drag gesture for rubberband selection
9d63bf6... view-icon-item-ui: Fill-align the icon
b63f2ca... nautilus-preferences-window.ui: Stop setting use-action-app
52c9d90... nautilus-preferences-window.ui: Stop setting GtkContainer::
5b68371... nautilus-preferences-window.ui: Set numeric on GtkSpinButto
48f0193... directory-async: Use g_clear_object() more liberally
d7bb90f... preferences-window: Stop using GtkEntry API on GtkSpinButto
a47275d... canvas-container: Unconditionally redo layout
6d80def... general: Drop uses of gtk-timeout-expand setting
38f97cb... general: Rename NautilusCanvasIconData to NautilusFile
b065c08... progress-info: Don’t cast in g_clear_pointer()
48f381b... nautilus-toolbar.ui: Use model for app menu
5970dd8... files-view: Remove desktop leftovers
ea30bc5... canvas-container: Remove unused signal
4d5723f... build: Allow disabling GIR data generation
fc0da22... list-model: Use GdkTexture for icon
efc052a... file: Remove references to folder-open icon
db81ff8... nautilus-toolbar.ui: Remove main box margin
45f2257... view-icon-item-ui: Use GdkTexture for thumbnail
0eda31a... canvas-container: Draw DnD highlight in snapshot()
Commits added to the branch:
ecb428b... general: Don’t pass size when creating GtkImage
c065b56... general: Use GtkButton as a container
f914766... icon-info: Drop gtk_icon_size_lookup()
6ae9ca5... floating-bar: Use event controller for pointer motion event
e682395... list-view: Use event controllers for pointer and key events
cc75c78... files-view: Use controller for scroll events
2c9089e... files-view: Handle parent changes in GObject::notify
7346903... files-view: Drop uses of removed GtkStyleContext API
be3eb30... general: Rework clipboard handling
3e80947... general: Rework DnD handling
1876d0f... location-entry: Use event controller for key events
3d0b7d3... notebook: Use GtkCenterBox
3259d6c... pathbar: Use event controller for scroll events
17b93ed... pathbar: Drop gtk_widget_set_redraw_on_allocate()
c1ed682... pathbar: Drop gtk_widget_{g,s}et_clip()
5e2353e... pathbar: Drop gtk_widget_set_allocation()
4d72e8d... pathbar: Update forall() signature
a733e81... pathbar: Override GtkWidget::state-flags-changed
16a60d2... pathbar: Drop gtk_container_class_handle_border_width()
834f69b... tree-view-drag-dest: Stop connecting to ::draw
b88e7fd... tree-view-drag-dest: Replace uses of GDK thread API
e31004b... ui-utilities: Replace pixbuf usage with paintables
bd56072... toolbar: Stop connecting to GtkWidget::draw
597cf88... general: Use updated margin property names
e319eca... ide-box-theatric: Remove ability to draw icon
1710526... x-content-bar: Declare loop counters inside the for stateme
30ae3a1... general: Don’t set xalign where unsupported
6a4ebd7... nautilus-search-popover.ui: Drop GtkSizeGroup:ignore-hidden
d4abccf... nautilus-toolbar.ui: Rename GtkHeaderBar:show-close-button
9df01e7... window: Drop gtk_window_has_toplevel_focus()
c5a353a... window: Use controller for handling key events
c2325e1... general: Replace GtkWidget::delete-event with GtkWindow::cl
1febdf7... view-icon-controller: Don’t use event in long press callb
7cfc9ea... view-icon-controller: Drop gtk_container_get_focus_child()
2961435... list-view: Remove null event guard
07bd637... list-view: Disable chain up to GtkWidget::button-press-even
197a0bc... autorun-software: Use GdkTexture for window icon
7acc96f... CI: Only build from GTK+ 4 manifest
e207173... meson.build: Disable -Wdeprecated-declarations
626c6c5... canvas-container: Use drag gesture for rubberband selection
7fd2499... view-icon-item-ui: Fill-align the icon
fd98e79... nautilus-preferences-window.ui: Stop setting use-action-app
c63d89c... nautilus-preferences-window.ui: Stop setting GtkContainer::
d6d35f2... nautilus-preferences-window.ui: Set numeric on GtkSpinButto
c3016b3... directory-async: Use g_clear_object() more liberally
7964cad... preferences-window: Stop using GtkEntry API on GtkSpinButto
4755476... canvas-container: Unconditionally redo layout
9bd885a... general: Drop uses of gtk-timeout-expand setting
345028a... general: Rename NautilusCanvasIconData to NautilusFile
4b0dee9... progress-info: Don’t cast in g_clear_pointer()
161e608... nautilus-toolbar.ui: Use model for app menu
4edcc25... files-view: Remove desktop leftovers
a4e0df1... canvas-container: Remove unused signal
200c192... build: Allow disabling GIR data generation
e513103... list-model: Use GdkTexture for icon
759fdec... file: Remove references to folder-open icon
7e471c9... nautilus-toolbar.ui: Remove main box margin
6363bec... view-icon-item-ui: Use GdkTexture for thumbnail
00a0522... canvas-container: Draw DnD highlight in snapshot()
115bd11... general: Return boolean from GtkEventControllerScroll::scro
f3031e4... file-conflict-dialog: Use textures for file thumbnails
3ceb134... canvas-dnd: Fix DnD shadows
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]