[gtk] (161 commits) Non-fast-forward update to branch gbsneto/filechooser-column-view
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] (161 commits) Non-fast-forward update to branch gbsneto/filechooser-column-view
- Date: Thu, 20 Oct 2022 19:22:24 +0000 (UTC)
The branch 'gbsneto/filechooser-column-view' 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:
4d9e8a7... filesystemmodel: Use g_clear_* on finalize
6e8512a... filesystemmodel: Implement GListModel
e9c2088... filechooserwidget: Replace 'list' page with column view
5012541... filechooserwidget: Move file name to column view
5c83713... filechooserwidget: Move file icon to column view
f61f746... filechooserwidget: Drop name column from treeview
a8c1706... filechooserwidget: Move location to column view
777a3fd... filechooserwidget: Move size to column view
65e96ba... filechooserwidget: Move file type to column view
6d339f3... filechooserwidget: Move date and time to column view
c6d20eb... filechooserwidget: Remove extra action bar
38a6752... filesystemmodel: Don't expose cache
5fbdf8c... filechooserwidget: Set rubberbanding on column view
0ce220c... filechooserwidget: Move keynav handling to column view
7094142... filechooserwidget: Move folder navigation to column view
05fc749... filechooserwidget: Move tooltip text to column view
7adfd6f... filechooserwidget: Use column view scrolled window
7e2ff57... filechooserwidget: Stop autosizing treeview
a8088bd... filechooserwidget: Remove sorting
ab46fd6... filesystemmodel: Drop GtkTreeSortable interface
8e3e2f5... filechooserwidget: Remove DnD code
ad5cc77... filesystemmodel: Don't implement GtkTreeDragSource
d327c72... gtkfilechooserwidget: Don't set size request
ee6e341... filechooserwidget: Compare focus against column view
6f0f68a... filechooserwidget: Don't queue redraw / resize on tree view
1369d13... filechooserwidget: Stop centering on selected files
28aca6d... filesystemmodel: Add more GtkFileSystemItem getters
64f89d2... filechooserwidget: Use GtkSelectionModel for selection
1e8b3af... filechooserwidget: Remove treeview
b720556... searchenginemodel: Use GListModel API to filter
5efa086... filechooserentry: Trivial cleanups
02b75bb... filechooserutils: Add helper to get GFile from info
57cac54... filesystemmodel: Trivial cleanup
e6600ee... filesystemmodel: Always set standard::file attribute
a355a02... filesystemmodel: Retire GtkFileSystemItem
765faea... filechooserentry: Use separate GtkTreeStore for completion
cd7537b... filechooserwidget: Use GListModel API for post-renaming sel
9aaf5af... filesystemmodel: Drop the tree model implementation
b6c9872... actionmuxer: Add debug spew for action activation
5e76482... filechooser: Prevent recursion when activating items
54e9cda... filechooserwidget: Listen to items-changed too
50a4648... filesystemmodel: Drop an unused include
820bf9b... filechooserwidget: Connect to items-changed when changing m
c8b391b... filechooserwidget: Connect to the right model
3de9422... filesystemmodel: Make filtering info available
5086e78... filechooserwidget: Add a filter model
7fc783d... filechooserwidget: Reinstate show_and_select_files
9b35118... filechooserwidget: Reimplement DnD Drop Target
ab065d1... filechooser: Bring back sorting
59a5ecf... filechooser: Drop unnecessary theme tracking
f4a8f27... filechooserwidget: Use a string sorter for names
59d011f... filesystemmodel: Fix a possible problem
f8f080c... filechooserentry: Add a set_text api
0773798... filechooser: Stop using entrycompletion api
22c43e1... filechooser: Drop deprecated includes
ede3dbb... filechooser: Some work on popup menus
8904195... filesystemmodel: Drop _gtk_file_system_model_get_value
4ff4516... filesystemmodel: Drop more unused api
32b802f... filechooserentry: Simplify model construction
f1d58e7... filesystemmodel: Drop unused arguments
269c6c3... filesystemmodel: Drop the model types
c9986a0... Fix blank popovers
56e9459... filechooserwidget: Make context menus mostly work
fccfc35... filechooserwidget: Make rename popover work
5e8e594... filechooserwidget: Rename and expose get_selected_files()
7278f50... filechooserwidget: Expose selection model
5969a64... filechoosercell: Bind "item" and "selected" to cell
398401e... filechoosercell: Add a GtkDragSource
ccbfccc... filechooser: Add show-time property
fec77a2... filechooserwidget: Fix time_sort_func
Commits added to the branch:
4fc4298... listbase: Grab focus on items instead of container (*)
9cb8d21... columnview: Forward all focus to child (*)
0c94db7... Start a migration guide for GTK 5 (*)
eccc02d... Merge branch 'matthiasc/for-main' into 'main' (*)
8ac5f19... filechooserentry: Add a set_text api (*)
fa3c8ed... filechooser: Stop using entrycompletion api (*)
c8cbb3f... Merge branch 'matthiasc/for-main' into 'main' (*)
9f8abc5... docs: Add a cross-reference (*)
c502d7f... Merge branch 'matthiasc/for-main' into 'main' (*)
3d60561... filechooser: Update the settings docs (*)
b46eb5c... Merge branch 'matthiasc/for-main' into 'main' (*)
1d2071b... NEWS: Updates (*)
bde19f9... Fix blank popovers (*)
294e5bb... Fix documentation for `gtk_widget_get_style_color()` (*)
c57d8fc... Merge branch 'gtk_widget_get_style_color-docs-fix' into 'ma (*)
ca2e147... Merge branch 'antoniof-main-patch-03677' into 'main' (*)
baf3a3e... Update POTFILES.in (*)
d775caf... Rename gtk_widget_get_style_color (*)
004f22a... Merge branch 'matthiasc/for-main' into 'main' (*)
6f5d18a... macos: Fix clipboard data size handling (*)
1a5a65a... tests/testmountoperation.c: Fix build on Windows (*)
c84c469... Use native Windows API for converting keystrokes to charact (*)
5e8b294... singleselection: Be more careful about notifies (*)
f30e59f... dropdown: Handle ::selected and ::selected-item separately (*)
1246cd5... Merge branch 'wip/otte/for-main' into 'main' (*)
100605e... window: Fix focus updates (*)
995f00d... Merge branch 'forward-port-mr-991-to-gtk4-2' into 'main' (*)
0fbaeaa... g-i: Fix deprecated version of GtkTreeView (*)
8092a68... Merge branch 'bilelmoussaoui/gi-deprecated' into 'main' (*)
f5063c1... window: Don't focus invisible widgets (*)
b4db489... Merge branch 'fix-windows-build-testmountoperation' into 'm (*)
94ac1af... Merge branch 'fix-focus-changes' into 'main' (*)
e1d7882... window: Keep a reference to move_focus_widget (*)
7be993b... editablelabel: Defer changes on focus-out (*)
f658027... Merge branch 'fix-editable-label-spurious-focus-out' into ' (*)
d4d7d5e... fontchooser: Drop a few errant translations (*)
77d1f0d... Merge branch 'matthiasc/for-main' into 'main' (*)
af0e056... widgetfactory: Add text to iconic model buttons (*)
55ccaf9... modelbutton: Set up tooltips (*)
5a6eab0... testsuite: Fix tiff pixbuf tests (*)
cd4dbd6... testsuite: Skip known-broken tests (*)
917aa79... docs: Clarify a point in GtkApplication docs (*)
1e5e048... text: Make overwrite undo-friendly (*)
7415678... Merge branch 'modelbutton-tooltip' into 'main' (*)
db599f2... Merge branch 'fix-pixbuf-tiff-tests' into 'main' (*)
55cbb8a... Merge branch 'clarify-gapplication-docs' into 'main' (*)
e037155... Merge branch 'text-overwrite-undo' into 'main' (*)
64cf31f... buildertool: Fix template handling (*)
bcabe77... buildertool: Warn about deprecations (*)
acaf04a... Merge branch 'builder-deprecations' into 'main' (*)
eeda25a... gdk/wayland: Use serial of the latest implicit grab availab (*)
cd031de... docs: Update gtk4-builder-tool docs (*)
5fb6f0e... Merge branch 'wip/clipboard-serials' into 'main' (*)
aaf5c43... Merge branch 'matthiasc/for-main' into 'main' (*)
7e71c86... buildertool: Use --deprecations for templates (*)
637713f... buildertool: Add a builder scope implementation (*)
50835ff... buildertool: Improve validate implementation (*)
dd60a9a... buildertool: Support enumerating callbacks (*)
46c7c0c... docs: Document new buildertool options (*)
8a3f1a1... Merge branch 'builder-tool-scope' into 'main' (*)
ac1ea6f... docs: Remove mention of ~/.gtk-4.0 (*)
17819ad... filechooser: Improve "Open in File Manager" (*)
1d16bd7... Merge branch 'matthiasc/for-main' into 'main' (*)
4ba5c90... Merge branch 'filechooser-amberol' into 'main' (*)
1894a89... wayland: Fix keycode->keyval mapping (*)
60fb93e... label: Tweak selection behavior (*)
4bb79de... Merge branch 'label-selection-fix' into 'main' (*)
7bf094c... docs: Add deprecation messages to GtkTreeStore (*)
5fbd52d... docs: Add deprecation message for GtkListStore (*)
404ee55... Point to GtkDropDown as the GtkComboBox replacement (*)
94a096e... composetable: Support non-FHS paths for Compose tables (*)
4b1212e... Point to replacement for GtkComboBoxText (*)
62f85e2... Point at the replacements for GtkTreeView (*)
913127b... Point at the replacement for GtkIconView (*)
912145c... Mark GtkCellRenderer-related types as deprecated (*)
bf8d4c5... Mark GtkAppChooser-related types as deprecated (*)
cf701d5... imcontextsimple: Document that Compose file support is inco (*)
593bf2b... Mark GtkTreeView-related types as deprecated (*)
7908a72... Mark GtkEntryCompletion type as deprecated (*)
e045e79... Mark GtkStyleContext type as deprecated (*)
e051574... Add more messages to the deprecation warnings (*)
0149bd4... gtk-demo: Add more sort columns (*)
b738d4a... columnviewcolumn: Cosmetics (*)
abb60ec... columnviewcolumn: Remove some unused code (*)
3e2b962... columnviewcolumn: Add an ID (*)
a116e0d... columnviewsorter: Cosmetics (*)
6af69a7... Make GtkColumnViewSorter public (*)
e040d36... columnviewsorter: Add public API (*)
9ed1505... columnviewtitle: Clean up interactions (*)
ae7bf4d... Merge branch 'wip/jtojnar/compose-consistent-system' into ' (*)
4cd2e2a... Merge branch 'ebassi/tree-deprecation-docs' into 'main' (*)
c00a23e... Merge branch 'fix-wayland-keycode-mapping' into 'main' (*)
375432f... Merge branch 'columnview-sorter-api' into 'main' (*)
356ca78... filesystemmodel: Use g_clear_* on finalize
a9e1f1c... filesystemmodel: Implement GListModel
f560a99... filechooserwidget: Replace 'list' page with column view
150c111... filechooserwidget: Move file name to column view
b4c14c3... filechooserwidget: Move file icon to column view
a8fa6b7... filechooserwidget: Drop name column from treeview
768b827... filechooserwidget: Move location to column view
067534a... filechooserwidget: Move size to column view
59baa38... filechooserwidget: Move file type to column view
2990cc0... filechooserwidget: Move date and time to column view
6fb6afd... filechooserwidget: Remove extra action bar
1e4ccb8... filesystemmodel: Don't expose cache
92559b6... filechooserwidget: Set rubberbanding on column view
b5e0f3a... filechooserwidget: Move keynav handling to column view
e3c4d98... filechooserwidget: Move folder navigation to column view
6f52085... filechooserwidget: Move tooltip text to column view
0dfc929... filechooserwidget: Use column view scrolled window
01b2ecb... filechooserwidget: Stop autosizing treeview
6313962... filechooserwidget: Remove sorting
c3f0639... filesystemmodel: Drop GtkTreeSortable interface
a8d41c3... filechooserwidget: Remove DnD code
21428df... filesystemmodel: Don't implement GtkTreeDragSource
ac61b41... gtkfilechooserwidget: Don't set size request
7d45bca... filechooserwidget: Compare focus against column view
b095f68... filechooserwidget: Don't queue redraw / resize on tree view
347c397... filechooserwidget: Stop centering on selected files
69da2d2... filesystemmodel: Add more GtkFileSystemItem getters
5bde5b6... filechooserwidget: Use GtkSelectionModel for selection
8128099... filechooserwidget: Remove treeview
e6832d5... searchenginemodel: Use GListModel API to filter
982ca8a... filechooserentry: Trivial cleanups
b267079... filechooserutils: Add helper to get GFile from info
8a799d1... filesystemmodel: Trivial cleanup
23db9f4... filesystemmodel: Always set standard::file attribute
2aa91d9... filesystemmodel: Retire GtkFileSystemItem
0a66512... filechooserentry: Use separate GtkTreeStore for completion
e06faa3... filechooserwidget: Use GListModel API for post-renaming sel
79bdf05... filesystemmodel: Drop the tree model implementation
1e4c6f2... actionmuxer: Add debug spew for action activation
280c8c5... filechooser: Prevent recursion when activating items
cb7c3e1... filechooserwidget: Listen to items-changed too
c5b91fd... filesystemmodel: Drop an unused include
e101f32... filechooserwidget: Connect to items-changed when changing m
5886415... filechooserwidget: Connect to the right model
c9bb3ad... filesystemmodel: Make filtering info available
2cc8ca6... filechooserwidget: Add a filter model
e3f26b0... filechooserwidget: Reinstate show_and_select_files
2a7ac01... filechooserwidget: Reimplement DnD Drop Target
118998b... filechooser: Bring back sorting
8682c42... filechooser: Drop unnecessary theme tracking
c11f664... filechooserwidget: Use a string sorter for names
33f8792... filesystemmodel: Fix a possible problem
dbc3c36... filechooser: Drop deprecated includes
fdf05d3... filechooser: Some work on popup menus
765e2f5... filesystemmodel: Drop _gtk_file_system_model_get_value
67d31b7... filesystemmodel: Drop more unused api
fe6f6ab... filechooserentry: Simplify model construction
123a379... filesystemmodel: Drop unused arguments
bd7f5fe... filesystemmodel: Drop the model types
f69fa48... filechooserwidget: Make context menus mostly work
bdc92cb... filechooserwidget: Make rename popover work
9a782b3... filechooserwidget: Rename and expose get_selected_files()
b6005cf... filechooserwidget: Expose selection model
702340c... filechoosercell: Bind "item" and "selected" to cell
78f3647... filechoosercell: Add a GtkDragSource
930a0d3... filechooser: Add show-time property
f56a130... filechooserwidget: Fix time_sort_func
a7183e1... filechooserwidget: Remember sort columns and order
(*) 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]