[gimp] (87 commits) Non-fast-forward update to branch wip/Jehan/layers-dockable-refresh



The branch 'wip/Jehan/layers-dockable-refresh' 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:

  b86900e... app: new concept of sets of layers stored in GimpImage.
  a552eae... app: add logical operations on layer sets.
  80afa17... app: add layer selection by regular expression.
  6d524d0... app: add a placeholder to the stored layer set list.
  1d52496... app: allow storing regular expression-based item sets.
  b3886cf... app: add an item visibility lock.
  e9aa8cf... app: show lock state as cell icon in Layers dockable…
  b393b97... app: new gimp_widget_blink_rect().
  14afaee... app: use gimp-layer as visibility lock icon.
  f58b66e... app: improve item lock management with gimp_item_tree_view_
  3da04f7... app: also use gimp_item_tree_view_add_lock() for default lo
  f0ca271... app: blink the lock cell when failing to switch visibility 
  e49e218... app: more responsive lock popover.
  b80a197... app, libgimp: disable transition for all GtkPopover code we
  93fcc2e... app: hide the lock popup when clicking on shown same cell's
  7a59195... app: implement exclusive lock switching (Shift-click).
  8ae884e... app: add Alt-click on visibility and locks for exclusive sw
  98986c3... icons: new icon gimp-multi-lock.
  33c2d72... app: show GimpItemTreeView's header.
  c36878c... app: fix gimp_item_tree_view_blink_lock().
  7267156... app: fix crash with a NULL highlight area.
  a18028f... icons: new lock icons.
  cdbf67e... app: use the new lock icons.
  5943b68... app: more coordinate conversion in GimpContainerTreeView.
  d005edf... app: fix coordinate conversion.
  f1ebaeb... app, libgimp, pdb: add visibility lock API.
  fc21221... app: implement a select_items() method for GimpContainerCom
  b7ea13a... app: check if an item was already inserted by actually look
  ce1ce97... app: add a select_items() implementation on various classes
  c4028e1... app: one more select_items() implementation which I had for
  4f24182... app: fix clicking on unsaved images in Quit / Close All dia
  28bdba1... app, libgimpwidgets: new gimp_event_triggers_context_menu()
  fff41fb... app: more "select-item" signal handlers changed to "select-
  81f7efd... app: all remaining select-item handlers replaced by select-
  1956cf6... app: get rid of GimpContainerViewInterface select_item sign
  91ca1bb... app: implement multi-channel selection.
  17761a2... app, pdb: get rid of various gimp_image_get_active_channel(
  1e18df9... app: add multi-channel drag'n drop ability.
  985bc2c... app: implement multi-paths selection.
  6eb2c46... app: "Bend the text along the currently active path" multi-
  12fd050... plug-ins: fix lava script-fu script.
  2235b92... plug-ins: fix select-to-brush script.
  575f3cd... plug-ins: update more script-fu scripts.
  d4d9a23... app: generate a critical with some more information.
  f658658... app: channel selection actions now multi-channel aware.
  6f72b68... app: improve "Select Top|Bottom Layer" actions.
  8e078f5... app: raise/lower channels one step or to top/bottom multi-c
  b0e6a7f... app: duplicate and delete channel actions multi-channel awa
  c36e27d... app: add multi-vectors drag'n drop ability.
  386e40c... app: fix weird pointer behavior when clicking out of lock p
  c1159de... icons: new lock icons for Color icon theme.
  68b4c63... icons: fix build rules for icon theme.
  edbcbf8... app: GimpItemList supports glob, regular expression and sim
  211952a... app: add a preferences for choosing your prefered search pa
  28f4adc... NEWS: update.
  fa9e1fb... app: remove the "Linked" switch from the item options dialo
  82e5a68... app: get rid of all "*-linked" actions.
  b5e5fc4... app: fix icons for the "*-lock-*" actions.
  8d344cd... app: fix critical when filtering items in Palette dockable.
  fc2e26d... app, libgimp, libgimpwidgets: fix "Application icon missing
  eb7cf66... app: find templaterc and controllerrc when testing the buil
  738dec1... libgimpwidgets: add gimp_event_triggers_context_menu() to d
  e025fa7... libgimpwidgets: GimpCellRendererToggle fallback to "image-m
  88b0d40... app: special-case icon theme loading when testing build.
  2830c3b... app: check selected items changed before running "select-it
  de50741... app: reording private functions' declarations and definitio
  3877946... app: add an implementation for get_selected() of GimpContai
  1224f75... app: implement GimpContainerViewInterface's get_selected() 
  51fcff3... app: fix gimp_container_view_multi_selected().
  237df45... app: make sure the GimpContainerPopup shows the right item 
  90a66cb... app: fix selecting an object in an icon view.
  bc29c42... app: fix "%d items selected" label when multi-selecting.

Commits added to the branch:

  5365d0a... plug-ins: fix more resource leaks in case of errors for psd (*)
  737cc09... plug-ins: Use the same define for debugging psd-load and ps (*)
  3425212... plug-ins: fix export of multi layer image as psd (*)
  d2b0b0f... Update Portuguese translation (*)
  3afa37c... app, libgimp*, plug-ins: Changed gendered terms to be gende (*)
  f9e206d... Fix meson: use env kwarg in custom targets (*)
  d4df5d0... pdb: fix previous commit to work with old and new meson (+  (*)
  190e44d... Update Polish translation (*)
  4282d6f... Update Latvian translation (*)
  3973cde... Update Latvian translation (*)
  1388b07... Update Latvian translation (*)
  9bc9ef0... build: use POSIX test syntax. (*)
  588ff7c... build: xvfb-run call from meson fails. (*)
  449a91b... build: fix again the `xvfb-run` call to work on various dis (*)
  444842a... app: new concept of sets of layers stored in GimpImage.
  d7e2636... app: add logical operations on layer sets.
  8af2a5f... app: add layer selection by regular expression.
  8631571... app: add a placeholder to the stored layer set list.
  1ff9c5c... app: allow storing regular expression-based item sets.
  df41010... app: add an item visibility lock.
  68e2188... app: show lock state as cell icon in Layers dockable…
  088c04c... app: new gimp_widget_blink_rect().
  45ac93d... app: use gimp-layer as visibility lock icon.
  36dd490... app: improve item lock management with gimp_item_tree_view_
  ed42c4c... app: also use gimp_item_tree_view_add_lock() for default lo
  799cd52... app: blink the lock cell when failing to switch visibility 
  ebdfb6c... app: more responsive lock popover.
  9f324b2... app, libgimp: disable transition for all GtkPopover code we
  28101ff... app: hide the lock popup when clicking on shown same cell's
  499b6a1... app: implement exclusive lock switching (Shift-click).
  c9db971... app: add Alt-click on visibility and locks for exclusive sw
  a4ddc09... icons: new icon gimp-multi-lock.
  970f12f... app: show GimpItemTreeView's header.
  409cd3b... app: fix gimp_item_tree_view_blink_lock().
  07b2732... app: fix crash with a NULL highlight area.
  aa383bd... icons: new lock icons.
  05b2f5a... app: use the new lock icons.
  7fddac1... app: more coordinate conversion in GimpContainerTreeView.
  95394d6... app: fix coordinate conversion.
  249c5ad... app, libgimp, pdb: add visibility lock API.
  fddae2f... app: implement a select_items() method for GimpContainerCom
  7e0ce7a... app: check if an item was already inserted by actually look
  0330dd3... app: add a select_items() implementation on various classes
  439ecce... app: one more select_items() implementation which I had for
  62979f4... app: fix clicking on unsaved images in Quit / Close All dia
  e26bd68... app, libgimpwidgets: new gimp_event_triggers_context_menu()
  97fd72b... app: more "select-item" signal handlers changed to "select-
  66502bb... app: all remaining select-item handlers replaced by select-
  04620bc... app: get rid of GimpContainerViewInterface select_item sign
  88698d1... app: implement multi-channel selection.
  c1d11bd... app, pdb: get rid of various gimp_image_get_active_channel(
  335eb8e... app: add multi-channel drag'n drop ability.
  a3474c7... app: implement multi-paths selection.
  2b17bde... app: "Bend the text along the currently active path" multi-
  318b4e8... plug-ins: fix lava script-fu script.
  167b406... plug-ins: fix select-to-brush script.
  5e8a36c... plug-ins: update more script-fu scripts.
  55aa285... app: generate a critical with some more information.
  d25825a... app: channel selection actions now multi-channel aware.
  03dd5e6... app: improve "Select Top|Bottom Layer" actions.
  c49fced... app: raise/lower channels one step or to top/bottom multi-c
  0ad55fa... app: duplicate and delete channel actions multi-channel awa
  a40f68b... app: add multi-vectors drag'n drop ability.
  d721426... app: fix weird pointer behavior when clicking out of lock p
  0cd75c6... icons: new lock icons for Color icon theme.
  b00a027... icons: fix build rules for icon theme.
  3259833... app: GimpItemList supports glob, regular expression and sim
  b3d08f0... app: add a preferences for choosing your prefered search pa
  3c533ad... NEWS: update.
  d8ba01b... app: remove the "Linked" switch from the item options dialo
  e1fca15... app: get rid of all "*-linked" actions.
  7a11473... app: fix icons for the "*-lock-*" actions.
  bc4b7f8... app: fix critical when filtering items in Palette dockable.
  81714a2... app, libgimp, libgimpwidgets: fix "Application icon missing
  0cf77c9... app: find templaterc and controllerrc when testing the buil
  08120dd... libgimpwidgets: add gimp_event_triggers_context_menu() to d
  154b442... libgimpwidgets: GimpCellRendererToggle fallback to "image-m
  bacd7d4... app: special-case icon theme loading when testing build.
  bf13b35... app: check selected items changed before running "select-it
  d8f68b7... app: reording private functions' declarations and definitio
  6d3d143... app: add an implementation for get_selected() of GimpContai
  b5d3616... app: implement GimpContainerViewInterface's get_selected() 
  8a497aa... app: fix gimp_container_view_multi_selected().
  40538c2... app: make sure the GimpContainerPopup shows the right item 
  7d48991... app: fix selecting an object in an icon view.
  74e78da... app: fix "%d items selected" label when multi-selecting.
  4b0344a... app: do not update the tree view editable renderer when edi

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