SHA256
1
0
forked from pool/nemo
nemo/nemo.changes

199 lines
7.4 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Tue Oct 27 11:21:31 UTC 2015 - sor.alexei@meowr.ru
- Update to 2.8.1:
* nemo-list-view.c: Fix editable not being destroyed after a
canceled rename in certain instances. This would cause the
action bindings for cut/copy not to be released from the text
entry box, breaking cut/copy/paste until Nemo is restarted.
* src/nemo-extension-config-widget.c: Make "No extensions found"
un-clickable like the other two lists.
-------------------------------------------------------------------
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.
- Rename and rebase nemo-2.4.0-void-return-no-return.patch to
nemo-void-return-no-return.patch.
- Some cleanup.
-------------------------------------------------------------------
Mon Aug 10 10:10:25 UTC 2015 - i@marguerite.su
- update version 2.6.7
* progress window: simplify slightly, have info widgets
manage themselves
-------------------------------------------------------------------
Tue Jun 2 23:18:52 UTC 2015 - stefan@fam-elser.de
- update to version 2.6.5
-------------------------------------------------------------------
Thu Apr 23 17:51:48 UTC 2015 - stefan@fam-elser.de
- update to version 2.4.5
-------------------------------------------------------------------
Wed Nov 5 15:55:28 UTC 2014 - i@marguerite.su
- update version 2.4.0
- drop support for openSUSE 12.3 which will be EOL soon
- drop patch: nemo-2.3.0-revert-hidpi-support.patch
- add patch: nemo-implicit-pointer-decl.patch
* use strcmp without including string.h
-------------------------------------------------------------------
Tue Aug 12 07:05:52 UTC 2014 - i@marguerite.su
- add patch: nemo-2.3.0-revert-hidpi-support.patch
* revert Hi-DPI support on openSUSE 12.3, whose GTK+ doesn't
support it
-------------------------------------------------------------------
Tue Jul 15 15:30:45 UTC 2014 - i@marguerite.su
- update version 2.3.0
* simplify button event handling for nemo panes
* Don't switch the current tab on right-click events
* rename function for relative tab reordering
-------------------------------------------------------------------
Wed Jul 9 09:38:23 UTC 2014 - stefan@fam-elser.de
- update version 2.2.3
-------------------------------------------------------------------
Thu May 22 08:05:17 UTC 2014 - stefan@fam-elser.de
- update version 2.2.2
-------------------------------------------------------------------
Fri May 2 10:17:10 UTC 2014 - i@marguerite.su
- update version 2.2.1
-------------------------------------------------------------------
Sun Apr 20 11:04:26 UTC 2014 - i@marguerite.su
- update version 2.2.0
- add patch: nemo-2.2.0-void-return-no-return.patch
-------------------------------------------------------------------
Tue Nov 26 13:31:02 UTC 2013 - johann.luce@wanadoo.fr
- update version 2.0.8
* Fix passing non-latin uri's to actions.
-------------------------------------------------------------------
Mon Nov 25 15:13:07 UTC 2013 - johann.luce@wanadoo.fr
- update version 2.0.7
* Revert "Use gksu instead of pkexec until systemd/glib/whatever is fixed."
* Revert "Add a bit more space between items in the places sidebar"
* Add a bit more space between items in the places sidebar
* Don't show custom mimetype handlers in the menu.
* Don't crash when browser mode is off and multiple folders are selected and opened.
* Don't display actions for special items like desktop icons
* list-view: prevent name column from shrinking to uselessness
* Fix orphan tooltips in icon view and desktop when deleting items
* Use gksu instead of pkexec until systemd/glib/whatever is fixed.
-------------------------------------------------------------------
Tue Nov 12 14:38:47 UTC 2013 - johann.luce@wanadoo.fr
- update version 2.0.6
* Fix action string script, update nemo action translations
-------------------------------------------------------------------
Mon Nov 4 11:25:33 UTC 2013 - johann.luce@wanadoo.fr
- update version 2.0.5
* When renaming test.folder in listview, select entire filename.
* remove nemo-2.0.3-GTK_STOCK.patch
* clean spec file
-------------------------------------------------------------------
Sat Nov 2 05:03:08 UTC 2013 - i@marguerite.su
- update verson 2.0.4
* Fix pathbar button middle-click action
-------------------------------------------------------------------
Mon Oct 28 18:20:39 UTC 2013 - i@marguerite.su
- update version 2.0.3
* Don't use g_list_copy_deep, it isn't supported in Mint 13
* Unhide certain default mime actions from the open-with menu.
* Add a shortcut to /usr/share/icons in the icon picker dialog
- drop patch: nemo-2.0.1-g_list_copy_deep.patch, upstreamed
-------------------------------------------------------------------
Mon Oct 21 17:44:21 UTC 2013 - i@marguerite.su
- update version 2.0.1
* see https://github.com/linuxmint/nemo/commits/master
- enable documentation
- remove lang_package, now cinnamon has a package called translation
- use gnome-common's version to wise detect Tumbleweed
- add patch: nemo-2.0.1-g_list_copy_deep.patch, fix g_list_copy_deep
- add patch: nemo-2.0.1-view-no-return.patch, fix OBS gcc checks
- add patch: nemo-2.0.1-GTK_STOCK.patch, GTK_STOCK_* deprecated
-------------------------------------------------------------------
Mon Nov 19 13:22:52 UTC 2012 - nmo.marques@gmail.com
- Update to version 1.1.2
+ small fixes
-------------------------------------------------------------------
Wed Nov 7 21:07:20 UTC 2012 - nmo.marques@gmail.com
- Add dbus-1 (directory ownership) and xz (unpack sources in 12.1)
to BRs
-------------------------------------------------------------------
Tue Nov 6 00:10:08 UTC 2012 - nmo.marques@gmail.com
- initial package from version 1.1.0