Accepting request 717339 from home:MargueriteSu:branches:X11:Cinnamon:Factory

- Update to version 4.2.1:
  * Fix nemo_global_preferences_get_size_prefix_preference
    getting set to the wrong value
  * nemo-view.c: Always show the pin/unpin actions.
  * various: Fix a couple leaks
  * nemo-list-model.c: When the last child of a node is
    removed, Handle re-adding a dummy row (or not) in the
    file removed handler, instead of always adding one, 
    then removing it on parent's subsequent changed call.
  * nemo-list-view.c: When triggering a rename using the
    'slow double click' trigger, check whether the file
    is a folder to determine whether to select all or
    only non-extension text.
  * nemo-view.c: Use the stack for running the action
    visiblity cycle.
  * nemo-*-view.c: Update the selection info when a view
    has finished loading.
  * Toolbar: Don't show thumbnail button by default

OBS-URL: https://build.opensuse.org/request/show/717339
OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo?expand=0&rev=142
This commit is contained in:
2019-07-21 13:15:03 +00:00
committed by Git OBS Bridge
parent 263a65e9b9
commit 0f19a7210a
4 changed files with 28 additions and 6 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sun Jul 21 06:55:55 UTC 2019 - Marguerite Su <i@marguerite.su>
- Update to version 4.2.1:
* Fix nemo_global_preferences_get_size_prefix_preference
getting set to the wrong value
* nemo-view.c: Always show the pin/unpin actions.
* various: Fix a couple leaks
* nemo-list-model.c: When the last child of a node is
removed, Handle re-adding a dummy row (or not) in the
file removed handler, instead of always adding one,
then removing it on parent's subsequent changed call.
* nemo-list-view.c: When triggering a rename using the
'slow double click' trigger, check whether the file
is a folder to determine whether to select all or
only non-extension text.
* nemo-view.c: Use the stack for running the action
visiblity cycle.
* nemo-*-view.c: Update the selection info when a view
has finished loading.
* Toolbar: Don't show thumbnail button by default
-------------------------------------------------------------------
Mon Jul 1 03:57:46 UTC 2019 - Dead Mozay <dead_mozay@opensuse.org>