Alexei Sorokin
2015-10-22 00:01:09 +00:00
committed by Git OBS Bridge
parent 589013d50f
commit a60de4048b
4 changed files with 61 additions and 8 deletions

View File

@@ -1,6 +1,46 @@
-------------------------------------------------------------------
Sun Oct 18 08:46:06 UTC 2015 - sor.alexei@meowr.ru
Wed Oct 21 14:05:01 UTC 2015 - sor.alexei@meowr.ru
- Update to 2.8.0:
* pathbar: use a private struct and use use
nemo_is_[home/root/desktop]_directory().
* Fix compile errors.
* Don't use hardcoded script and action paths, remove unused sys
script path.
* Use definitions from nemo-global-preferences.
* Move action key definition to nemo-action.h to be external
usable.
* Show comment as tooltips for actions in action config, and
improve comments for some actions.
* Remove nemo_window_slot_go_to().
* Combine the search bar and query editor.
* Add search_is_not_empty, to fixe a segfault in treelist.
* Only include the domain if the method is SMB.
* Bump some deps and build-deps.
* Quick rename.
* Fix default sort order bug in list view.
* nemo-places-sidebar.c: Fix a couple of drag-and-drop issues
when there are no bookmarks, or when the xdg-bookmark area is
empty.
* nemo-places-sidebar.c: Fix a memory leak.
* connect-to-server: Remember the last connection type.
* nemo-list-view.c: Fix column sorting when default sort type is
"Detailed type".
* nemo-connect-server-dialog.c: Fix previous commit.
* Fix build warnings, missing prototype.
* nemo-window-pane.c: Fix crash during location entry.
* Fix indentation.
* Don't assign the position of the last closed window to the
first opened window (it would be really confusing if it worked…
and it didn't really work since gtk_application_get_windows()
seemed to also count the desktop window).
* Prefs: Rephrase quickrename option.
* nemo-action-config-widget.c: Localise non-localised comment
strings.
* Update pot file.
* Re-add revealer animation on search bar.
* Fix Query Editor Row not displaying.
- Fix dependencies.
- Some cleanup.
-------------------------------------------------------------------