[gtk] (105 commits) Non-fast-forward update to branch gbsneto/filechooser-column-view



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:

  4aefe56... filesystemmodel: Use g_clear_* on finalize
  ded7ff0... filesystemmodel: Implement GListModel
  10a0dd2... filechooserwidget: Replace 'list' page with column view
  6591109... filechooserwidget: Move file name to column view
  c3a40e5... filechooserwidget: Move file icon to column view
  796e235... filechooserwidget: Drop name column from treeview
  524e20b... filechooserwidget: Move location to column view
  f98ac22... filechooserwidget: Move size to column view
  b6cc2d7... filechooserwidget: Move file type to column view
  434f121... filechooserwidget: Move date and time to column view
  567602d... filechooserwidget: Remove extra action bar
  02b77e5... filesystemmodel: Don't expose cache
  aaa04b7... filechooserwidget: Set rubberbanding on column view
  f742afa... filechooserwidget: Move keynav handling to column view
  385dcfd... filechooserwidget: Move folder navigation to column view
  e25c40c... filechooserwidget: Move tooltip text to column view
  b9f86f3... filechooserwidget: Use column view scrolled window
  bcb787c... filechooserwidget: Stop autosizing treeview
  0cae104... filechooserwidget: Remove sorting
  a47bd48... filesystemmodel: Drop GtkTreeSortable interface
  f651495... filechooserwidget: Remove DnD code
  9d5167f... filesystemmodel: Don't implement GtkTreeDragSource
  508a1d6... gtkfilechooserwidget: Don't set size request
  4bb82db... filechooserwidget: Compare focus against column view
  edd6bd2... filechooserwidget: Don't queue redraw / resize on tree view
  960c175... filechooserwidget: Stop centering on selected files
  ebfc997... filesystemmodel: Add more GtkFileSystemItem getters
  0c20f86... filechooserwidget: Use GtkSelectionModel for selection
  6a6a77d... filechooserwidget: Remove treeview
  40bafac... searchenginemodel: Use GListModel API to filter
  0567068... filechooserentry: Trivial cleanups
  557d625... filechooserutils: Add helper to get GFile from info
  417a315... filesystemmodel: Trivial cleanup
  f8cf317... filesystemmodel: Always set standard::file attribute
  25bb507... filesystemmodel: Retire GtkFileSystemItem
  d99d876... filechooserentry: Use separate GtkTreeStore for completion
  ac9b125... filechooserwidget: Use GListModel API for post-renaming sel
  f324624... filesystemmodel: Drop the tree model implementation
  a1683ed... actionmuxer: Add debug spew for action activation
  fd4a299... filechooser: Prevent recursion when activating items
  af8a91a... filechooserwidget: Listen to items-changed too
  7a8edcf... filesystemmodel: Drop an unused include
  8ed6f79... filechooserwidget: Connect to items-changed when changing m
  fd1b29b... filechooserwidget: Connect to the right model
  7144725... filesystemmodel: Make filtering info available
  a76f33d... filechooserwidget: Add a filter model
  4c76ee0... filechooserwidget: Reinstate show_and_select_files
  a1cc919... filechooserwidget: Reimplement DnD Drop Target
  01ee74e... filechooser: Bring back sorting
  8c60ec7... filechooser: Drop unnecessary theme tracking
  aeff3db... filechooserwidget: Use a string sorter for names
  deb9b55... filesystemmodel: Fix a possible problem
  db3fb2d... filechooserentry: Add a set_text api
  9a55590... filechooser: Stop using entrycompletion api
  f9babf0... filechooser: Drop deprecated includes
  9ee6ece... filechooser: Some work on popup menus
  e7cb4f6... filesystemmodel: Drop _gtk_file_system_model_get_value
  7c927a5... filesystemmodel: Drop more unused api
  7f3f2bf... filechooserentry: Simplify model construction
  5c7715e... filesystemmodel: Drop unused arguments
  ff138c1... filesystemmodel: Drop the model types

Commits added to the branch:

  f4286e8... GdkWin32: Use gdk_pixbuf_read_pixels () where applicable (*)
  d6f7449... GdkWin32: Return TRUE when processing WM_XBUTTONDOWN/UP mes (*)
  8bfc19e... GtkFileChooserNativeWin32: Add some option flags (*)
  8a1578e... GtkInspector: make the inspector at least a little bit more (*)
  11ee930... Merge branch 'inspector_a11y' into 'main' (*)
  6cc44eb... Merge branch 'for-master' into 'main' (*)
  410813e... Merge branch 'deprecate-all-the-cells' into 'main' (*)
  0c99e69... flowbox: Stop using gtk_render_background (*)
  da5d5bd... popover: Stop using gtk_render_background (*)
  808d009... printunixdialog: Stop using gtk_render_ apis (*)
  3537075... Deprecate gtk_render apis (*)
  60dafeb... Deprecate gtk_snapshot_render apis (*)
  473065d... flowbox: Port to the gtk_css_style_snapshot api (*)
  4e2522a... iconview: Port to the gtk_css_style_snapshot api (*)
  2b00b64... popover: Port to the gtk_css_style_snapshot api (*)
  c2c46a7... printunixdialog: Port to the gtk_css_style_snapshot api (*)
  0205caa... scrolledwindow: Port to the gtk_css_style_snapshot api (*)
  73f991a... Add gtk_css_style_snapshot_layout (*)
  3145bce... render: Use the new layout render api (*)
  dd3c371... inscription: Stop using gtk_snapshot_render api (*)
  484cff2... glarea: Stop using gtk_snapshot_render api (*)
  0522dad... Add gtk_css_style_snapshot_caret (*)
  57c63d9... Use the new caret rendering api (*)
  381f863... label: Stop using gtk_snapshot_render api (*)
  ee76105... text: Stop using gtk_snapshot_render api (*)
  616e0a0... textview: Stop using gtk_snapshot_render api (*)
  6f24bd9... demos: Ignore deprecations for render apis (*)
  d03ee57... flowbox: Stop using gtk_style_context_save_to_node (*)
  bf9f362... popover: Stop using gtk_style_context_save_to_node (*)
  50ab238... printunixdialog: Stop using gtk_style_context_save_to_node (*)
  c354465... scrolledwindow: Stop using gtk_style_context_save_to_node (*)
  01324ff... label: Stop using gtk_style_context_save_to_node (*)
  a71893f... text: Stop using gtk_style_context_save_to_node (*)
  e09138c... textview: Stop using gtk_style_context_save_to_node (*)
  5f54ecd... aboutdialog: Stop using gtk_style_context_save (*)
  299fbfd... tests: Ignore deprecations for render api (*)
  ee8c2a2... stylecontext: Deprecate most apis (*)
  b1ec43a... demos: Ignore deprecations (*)
  ccaaff4... testsuite: Ignore deprecations (*)
  ac3177c... tests: Ignore deprecations (*)
  f42fe50... cssnode: Avoid style context api (*)
  5627542... Add gtk_widget_get_style_color (*)
  812a879... inspector: Use gtk_widget_get_style_color (*)
  ed87473... Merge branch 'deprecate-render' into 'main' (*)
  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

(*) 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]