[nautilus] (68 commits) Non-fast-forward update to branch wip/antoniof/flow-box-preparation
- From: António Fernandes <antoniof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] (68 commits) Non-fast-forward update to branch wip/antoniof/flow-box-preparation
- Date: Wed, 29 Dec 2021 11:41:33 +0000 (UTC)
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:
7988ba0... view-model: Implement GListModel directly
3906562... view-model: Use GListStore::find()
314da62... view-icon-controller: Find item for file using optimized me
88f7c30... view-icon-item-ui: Drop max width container
1b962d7... container-max-width: Retire class
6955202... view-icon-item-ui: Build from template
979c9ba... icon-controller: Simplify ::set_selection() implementation
946517e... view-icon-ui: Remove class
bf0f59d... icon-item-ui: Drop item model getter
8372144... view-icon-item-ui: Make :model a regular property
86f6bab... view-icon-controller: Split child creation in two steps
127bef4... view-item-model: Add proper ::file-changed signal
07e66ac... view-item-model: Cleanup properties
eb13ce8... view-icon-controller: Set padding, not margin
157c0d0... view-icon-item-ui: Tweak selection visuals
f9cfeba... view-icon-item-ui: Apply shadow to thumbnails
c11ef4a... view-icon-item-ui: Draw shadow only if thumbnail available
5a45357... Revert "nautilus-file.c: Add transparent padding to thumbna
2d0d882... file: Always use film strip for video thumbnails
5427a3e... view-icon-item-ui: Bottom-align icons and thumbnails
1cb995a... view-icon-item-ui: Add more width for labels
fd073c4... files-view: Make preview an action
af7fcb4... view-icon-controller: Don’t use event in long press callbac
c157142... view-icon-controller: Fix selection when scrolled
445f0af... view-icon-controller: Fix item reveal offset
f61c1ba... view-icon-controller: Don't set selection when not needed
3e8323d... view-icon-controller: Open new tab with middle click
485ad8e... view-icon-controller: Implement single-click mode
e8af110... view-icon-controller: Stop handling ::child-activated
3177f81... view-icon-controller: Implement .scroll_to_file()
b33f363... view-icon-controller: Implement remaining vfuncs
f5e8812... view-icon-controller: Update sorting on Preferences changes
3363c24... view-icon-controller: Implement captions
9635881... view-icon-controller: Store vadjustment pointer
e0a6ee0... view-icon-controller: Implement thumbnailing prioritization
7a274fb... view-icon-controller: Allow background click around items
e12dde9... general: Rename 'canvas' to 'grid' in enums
3c3ec2b... general: Remove canvas view
f7c630d... global-preferences: Remove now-unused preferences
8dedb44... files-view: Drop unused vfunc
Commits added to the branch:
34d0d86... properties-window: Don't set filechooser preview (*)
610b690... files-view: Stop setting custom filechooser filter (*)
f9197e0... files-view: Stop connecting to GtkFileChooser::current-fold (*)
40fc031... file-operations: Prevent overriding source on move (*)
57de045... general: Move to GFile-centric GtkFileChooser API (*)
d95a65e... nautilus-files-view: Add compressed archives to Recent file (*)
c721a89... pathbar: Remove obsolete comment (*)
eab1093... pathbar: Become a GtkBox (*)
8d74c93... pathbar: Add overflow scrolling (*)
84efcd7... pathbar: Set a minimum ellipsized width on labels (*)
a3f349e... pathbar: Use flat design (*)
e81ad38... pathbar: Move current location menu to discrete button (*)
b4e76ad... pathbar: Fade overlow (*)
0a91fda... pathbar: Activate menu button when clicking background (*)
4ca63d1... window: Use F10 for current location menu (*)
9650337... enums: Make OpenFlags more generic (*)
022867e... pathbar: Refactor signals (*)
2f9e48c... pathbar: Handle Ctrl+click in gesture (*)
67812f9... eel-stock-dialogs: Add eel_show_simple_dialog (*)
8af45e5... mime-actions: Remove blocking dialog for broken symbolic li (*)
ed23b17... file-operations: Remove blocking dialog for emptying trash (*)
38a0494... file-operations: Rework do_run_simple_dialog to be non-bloc (*)
01d2507... location-entry: Rework drag-and-drop dialog to be non block (*)
b85def1... eel-stock-dialogs: Remove eel_run_simple_dialog (*)
a90dbca... mime-actions: Unify multiple window confirmation (*)
cd38cd4... mime-actions: Stop using gtk_dialog_run() on files activati (*)
18de1a7... files-view: Stop using gtk_dialog_run() (*)
130a676... eel-stock-dialogs: Start and end va_list (*)
84d7d0c... view-model: Implement GListModel directly
cbe1b30... view-model: Use GListStore::find()
d821cdb... view-icon-controller: Find item for file using optimized me
9c09255... view-icon-item-ui: Drop max width container
80a9662... container-max-width: Retire class
452df8d... view-icon-item-ui: Build from template
66a523b... icon-controller: Simplify ::set_selection() implementation
97caf72... view-icon-ui: Remove class
e9a882d... icon-item-ui: Drop item model getter
66cf86c... view-icon-item-ui: Make :model a regular property
0a0c85d... view-icon-controller: Split child creation in two steps
c05f677... view-item-model: Add proper ::file-changed signal
2f29e91... view-item-model: Cleanup properties
02a4c2f... view-icon-controller: Set padding, not margin
a43d160... view-icon-item-ui: Tweak selection visuals
6e100f2... view-icon-item-ui: Apply shadow to thumbnails
dac9a57... view-icon-item-ui: Draw shadow only if thumbnail available
f117049... Revert "nautilus-file.c: Add transparent padding to thumbna
b16446b... file: Always use film strip for video thumbnails
fab0e5d... view-icon-item-ui: Bottom-align icons and thumbnails
3396065... view-icon-item-ui: Add more width for labels
cdef8a2... files-view: Make preview an action
7afe763... view-icon-controller: Don’t use event in long press callbac
656a5a2... view-icon-controller: Fix selection when scrolled
dc90738... view-icon-controller: Fix item reveal offset
ce9d819... view-icon-controller: Don't set selection when not needed
ff0007f... view-icon-controller: Open new tab with middle click
2500fea... view-icon-controller: Implement single-click mode
e21345d... view-icon-controller: Stop handling ::child-activated
827e106... view-icon-controller: Implement .scroll_to_file()
afcb9bd... view-icon-controller: Implement remaining vfuncs
fb728dc... view-icon-controller: Update sorting on Preferences changes
96b38e9... view-icon-controller: Implement captions
d032592... view-icon-controller: Store vadjustment pointer
2c9d7dc... view-icon-controller: Implement thumbnailing prioritization
afe4fad... view-icon-controller: Allow background click around items
5830de7... general: Rename 'canvas' to 'grid' in enums
2d1deaa... general: Remove canvas view
0a1f78a... global-preferences: Remove now-unused preferences
bfc9d4e... 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]