2016-06-01 14:56:17 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jun 1 12:43:15 UTC 2016 - sor.alexei@meowr.ru
|
|
|
|
|
|
|
|
|
|
- Update to version 3.0.5 (changes since 3.0.3):
|
|
|
|
|
* Add standard settings for EelEditableLabel.
|
|
|
|
|
* Build-require cinnamon-translations.
|
|
|
|
|
* Use g_hash_table_remove_all and get rid of some callbacks.
|
|
|
|
|
|
2016-05-24 19:13:42 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue May 24 16:25:54 UTC 2016 - sor.alexei@meowr.ru
|
|
|
|
|
|
|
|
|
|
- Update to version 3.0.3:
|
|
|
|
|
* nemo-places-sidebar.c: When gtk overlay scrolling is in effect,
|
|
|
|
|
add some padding right of the sidebar eject icons, otherwise
|
|
|
|
|
they are covered by the scrollbar when it pops up.
|
|
|
|
|
* Update pot file.
|
|
|
|
|
|
2016-05-21 15:26:09 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat May 21 13:21:24 UTC 2016 - mailaender@opensuse.org
|
|
|
|
|
|
2016-05-21 15:30:28 +02:00
|
|
|
|
- Update to version 3.0.2:
|
|
|
|
|
* Fix build.
|
|
|
|
|
* Fix action i18n scripts to write UTF-8.
|
|
|
|
|
* nemo-icon-view: Include nemo-application.h needed in
|
|
|
|
|
nemo_icon_view_add_file for: nemo_application_set_cache_flag,
|
|
|
|
|
nemo_application_get_singleton.
|
|
|
|
|
* nemo-pathbar: Use gint for slider_width instead of gint16
|
|
|
|
|
silences an incorrect pointer type warning.
|
|
|
|
|
* nemo-list-view.c: Don't explicitly unref columns anymore –
|
|
|
|
|
they'll get handled when the tree view is destroyed.
|
|
|
|
|
* nemo-icon-container.c: Re-enable desktop type-to-select feature.
|
|
|
|
|
Also make a couple fixes on the positioning logic for this
|
|
|
|
|
little popup. Where possible, it will avoid overlapping panels.
|
|
|
|
|
* desktop windows: Maximise instead of relying on gdk for monitor
|
|
|
|
|
workarea – it's inaccurate for anything but the primary monitor.
|
|
|
|
|
* nemo-icon-container.c: Special case desktop windows for search
|
|
|
|
|
popup – now that we can rely on the window being the correct
|
|
|
|
|
size to account for panels, we can reliably position this popup
|
|
|
|
|
off of those panels.
|
|
|
|
|
* prefs: Don't try to hardcode a minimum size for the
|
|
|
|
|
preferences dialog.
|
|
|
|
|
* Use g_themed_icon_new instead of
|
|
|
|
|
g_themed_icon_new_with_default_fallbacks.
|
|
|
|
|
* nemo-window.c: As of 9cb9c48 we maximise the desktop
|
|
|
|
|
containers to make sure they use the correct work area as set
|
|
|
|
|
by muffin. This started causing the window state 'maximized'
|
|
|
|
|
key to be set to true when opening a new nemo window.
|
|
|
|
|
This corrects that issue, using disable_chrome as an indicator
|
|
|
|
|
to ignore the window – only the desktop windows set this true.
|
2016-05-21 15:26:09 +02:00
|
|
|
|
|
2016-05-12 13:08:06 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu May 12 09:54:43 UTC 2016 - sor.alexei@meowr.ru
|
|
|
|
|
|
|
|
|
|
- Update to version 3.0.1:
|
|
|
|
|
* pathbar: Always show the pathbar up and down arrows.
|
|
|
|
|
Dynamically adding and removing these buttons was causing the
|
|
|
|
|
visual style of buttons in the pathbar to break.
|
|
|
|
|
* Fix segfault on changing the number of colums when in list view.
|
|
|
|
|
* Fix uninitialised is_desktop flag.
|
|
|
|
|
* Port Python scripts to Python 3.x: /data/extract_action_strings,
|
|
|
|
|
/data/merge_action_strings,
|
|
|
|
|
/files/usr/share/nemo/actions/myaction.py.
|
|
|
|
|
* nemo-list-view.c: Fix initial column sizing: expand the
|
|
|
|
|
filename column only to fill available space.
|
|
|
|
|
Other columns will start with their natural size.
|
|
|
|
|
* nemo-view: Switch to nemo_get_file_by_uri so we don't get a null
|
|
|
|
|
pointer if the file isn't already loaded internally.
|
|
|
|
|
* Add desktop settings action.
|
|
|
|
|
* nemo-places-sidebar.c: Ensure a minimum usable sidebar width
|
|
|
|
|
when resizing windows or panes.
|
|
|
|
|
* Set minimum size for File Management Preferences window.
|
|
|
|
|
* Increase default width of File Management Preferences window.
|
|
|
|
|
* nemo-list-view.c: Clean up column changes: only add columns and
|
|
|
|
|
connect to them once, remove some unnecessary checks.
|
|
|
|
|
* nemo-list-view.c: Give the name column a default width that
|
|
|
|
|
the column-double-click autosize action can use. Otherwise it
|
|
|
|
|
makes the name column as small as possible (the opposite what
|
|
|
|
|
it's supposed to do, or what the other columns do).
|
|
|
|
|
* Update m4 files.
|
|
|
|
|
|
2016-04-25 10:38:54 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Apr 25 05:00:35 UTC 2016 - sor.alexei@meowr.ru
|
|
|
|
|
|
|
|
|
|
- Update to version 3.0.0:
|
|
|
|
|
* Fix wrong desktop size on Gtk 3.20+.
|
|
|
|
|
* Add missing includes.
|
|
|
|
|
* Fix pointer types, to avoid warning.
|
|
|
|
|
* Respect dbus_satisfied flag for menu enties on blank desktops.
|
|
|
|
|
* Fix printf format specifier.
|
|
|
|
|
* Don't draw the desktop on a cloned monitor.
|
|
|
|
|
* Fix some missing cast warnings.
|
|
|
|
|
* Fix fallback style for GTK 3.20+.
|
|
|
|
|
* Add style class nemo-window-pane.
|
|
|
|
|
* Add style class nemo-properties-dialog to GtkBuilder file.
|
|
|
|
|
* Add style class in nemo_desktop_window_init (same as Nautilus).
|
|
|
|
|
* Add style class to places sidebar.
|
|
|
|
|
* Add style class to nemo-window.
|
|
|
|
|
* Use a more specific class name for places sidebar.
|
|
|
|
|
* nemo-icon-info.c: Remove invalid
|
|
|
|
|
GTK_ICON_LOOKUP_GENERIC_FALLBACK flag (triggers warnings in
|
|
|
|
|
Gtk 3.20+).
|
|
|
|
|
* nemo-window: Add new flag NEMO_WINDOW_OPEN_FLAG_SEARCH and use
|
|
|
|
|
the same slot if this flag is passed to
|
|
|
|
|
nemo_window_slot_open_location_full to avoid opening a new
|
|
|
|
|
window (and a crash) when starting a search with the open in
|
|
|
|
|
new window preference enabled.
|
|
|
|
|
* Updated makepot and pot file.
|
|
|
|
|
- Rebase nemo-void-return-no-return.patch.
|
|
|
|
|
|
2016-03-10 12:31:53 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Mar 9 18:09:32 UTC 2016 - sor.alexei@meowr.ru
|
|
|
|
|
|
|
|
|
|
- Update to 2.8.7:
|
|
|
|
|
* Improve context menu toggle:
|
|
|
|
|
- shows separate distinct regions of the menu item now;
|
|
|
|
|
- tooltip manifests as right-justified text next to the toggle
|
|
|
|
|
icon.
|
|
|
|
|
* Use g_strcmp0 instead of unsafe strcmp.
|
|
|
|
|
* file: Don't crash when the original file path has reserved
|
|
|
|
|
characters.
|
|
|
|
|
* file-operations: Make sure to use correct filename when
|
|
|
|
|
restoring from Trash.
|
|
|
|
|
* file-utils: Ensure directories exist before restoring from trash.
|
|
|
|
|
|
2015-11-27 12:41:53 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Nov 27 11:09:29 UTC 2015 - sor.alexei@meowr.ru
|
|
|
|
|
|
|
|
|
|
- Update to 2.8.6:
|
|
|
|
|
* nemo-view.c: Fix Open context menu entry not updating its label
|
|
|
|
|
when a new selection is made. Also, fix tracking the context
|
|
|
|
|
toggle when the menu has scroll bars.
|
|
|
|
|
* nemo-view: Fix invalid View reference when view types change,
|
|
|
|
|
and the tooltip is updated for the context menu toggle.
|
|
|
|
|
|
2015-11-20 21:21:26 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Nov 20 19:24:16 UTC 2015 - sor.alexei@meowr.ru
|
|
|
|
|
|
|
|
|
|
- Update to 2.8.5:
|
|
|
|
|
* list view, icon view: Do not trigger click-on-rename until
|
|
|
|
|
button release, in order to preserve the possibility of
|
|
|
|
|
dragging an already-selected single item.
|
|
|
|
|
* icon-view/container: Fix click-to-rename issue where selection
|
|
|
|
|
count was not up-to-date, requiring an extra click to trigger
|
|
|
|
|
a rename after selecting a single icon from having no selection
|
|
|
|
|
previously.
|
|
|
|
|
* bookmarks: Fix crashing and inconsistent behaviour when
|
|
|
|
|
working with remote bookmarks.
|
|
|
|
|
* nemo-icon-container: Prevent interactive search on the desktop.
|
|
|
|
|
|
2015-11-11 22:12:05 +01:00
|
|
|
|
-------------------------------------------------------------------
|
2015-11-12 11:42:07 +01:00
|
|
|
|
Thu Nov 12 10:21:31 UTC 2015 - sor.alexei@meowr.ru
|
|
|
|
|
|
|
|
|
|
- Update to 2.8.4:
|
|
|
|
|
* nemo-file-operations.c: Handle NULL NemoFiles when deciding
|
|
|
|
|
queue: this happens in both directions when dragging/copying
|
|
|
|
|
files to and from a Virtualbox guest or host.
|
|
|
|
|
* Removed context menu option from preferences.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Nov 11 21:01:32 UTC 2015 - sor.alexei@meowr.ru
|
2015-11-11 22:12:05 +01:00
|
|
|
|
|
|
|
|
|
- Update to 2.8.3:
|
|
|
|
|
* Add control to context menu to toggle simple/complex menu.
|
|
|
|
|
* nemo-list-view: Implement click-to-rename.
|
|
|
|
|
* Remove nemo-directory-view-ui-light.xml (no longer needed).
|
|
|
|
|
* Update pot file.
|
|
|
|
|
|
2015-11-09 11:59:48 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Nov 9 10:53:15 UTC 2015 - sor.alexei@meowr.ru
|
|
|
|
|
|
|
|
|
|
- Update to 2.8.2:
|
|
|
|
|
* file operations queue: Refactor slightly to make it easier to
|
|
|
|
|
manage what gets queued and what gets started immediately.
|
|
|
|
|
* nemo-window-pane.c: Prevent search from appearing on desktop.
|
|
|
|
|
* preferences: Move context menu toggle to the top of the
|
|
|
|
|
Display page.
|
|
|
|
|
* file operations window: Raise the window when another operation
|
|
|
|
|
is added, if the window is visible (not status-iconed).
|
|
|
|
|
* click-to-rename: move logic to earlier in the click event, in a
|
|
|
|
|
way similar to how double-clicks are handled. Also, handle the
|
|
|
|
|
preference change in nemo-view – this way it can be re-used
|
|
|
|
|
later to handle list views as well. Also, this keeps us from
|
|
|
|
|
interacting with GSettings so much.
|
|
|
|
|
* icon view: Fetch click-to-rename preference when the view is
|
|
|
|
|
loaded, do not allow click-to-rename on read-only files.
|
|
|
|
|
* thumbnails: Detect and throttle back thumbnail generation for
|
|
|
|
|
files that are being actively updated on disk.
|
|
|
|
|
* file queue: Add some additional checks for determining whether
|
|
|
|
|
or not to start a file operation immediately.
|
|
|
|
|
* Add option to disable queueing.
|
|
|
|
|
* job queue: Refactor to reduce duplication, add debugging info,
|
|
|
|
|
add filesystem comparison to detect false "local" paths (local
|
|
|
|
|
paths to non-local or non-native filesystems and mounts).
|
|
|
|
|
* nemo-query-editor: Fix some casts to prevent build warnings.
|
|
|
|
|
* click-to-rename: Fix accidental rename triggering with multiple
|
|
|
|
|
selection in icon view
|
|
|
|
|
* click-to-rename: Fix previous commit (broke double-click upon
|
|
|
|
|
initial selection.)
|
|
|
|
|
* list view: Do not clear the rename widget twice.
|
|
|
|
|
* Fixed Nemo crashing when quickly clicking on two unmounted
|
|
|
|
|
volumes in the sidebar.
|
|
|
|
|
|
2015-10-27 12:47:16 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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.
|
|
|
|
|
|
2015-10-18 19:17:35 +02:00
|
|
|
|
-------------------------------------------------------------------
|
2015-10-22 02:01:09 +02:00
|
|
|
|
Wed Oct 21 14:05:01 UTC 2015 - sor.alexei@meowr.ru
|
2015-10-18 19:17:35 +02:00
|
|
|
|
|
2015-10-22 02:01:09 +02:00
|
|
|
|
- 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.
|
2015-10-22 02:11:05 +02:00
|
|
|
|
- Rename and rebase nemo-2.4.0-void-return-no-return.patch to
|
2015-10-27 12:47:16 +01:00
|
|
|
|
nemo-void-return-no-return.patch.
|
2015-10-18 19:17:35 +02:00
|
|
|
|
- Some cleanup.
|
|
|
|
|
|
2015-08-10 17:31:18 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2015-06-05 16:37:13 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jun 2 23:18:52 UTC 2015 - stefan@fam-elser.de
|
|
|
|
|
|
|
|
|
|
- update to version 2.6.5
|
|
|
|
|
|
2015-04-24 01:34:03 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Apr 23 17:51:48 UTC 2015 - stefan@fam-elser.de
|
|
|
|
|
|
|
|
|
|
- update to version 2.4.5
|
|
|
|
|
|
2014-11-06 14:42:22 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2014-08-12 11:14:14 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2014-07-15 18:10:57 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2014-07-09 11:40:04 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jul 9 09:38:23 UTC 2014 - stefan@fam-elser.de
|
|
|
|
|
|
|
|
|
|
- update version 2.2.3
|
|
|
|
|
|
2014-05-22 10:07:38 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu May 22 08:05:17 UTC 2014 - stefan@fam-elser.de
|
|
|
|
|
|
|
|
|
|
- update version 2.2.2
|
|
|
|
|
|
2014-05-02 13:56:47 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri May 2 10:17:10 UTC 2014 - i@marguerite.su
|
|
|
|
|
|
|
|
|
|
- update version 2.2.1
|
|
|
|
|
|
2013-11-26 15:30:55 +01:00
|
|
|
|
-------------------------------------------------------------------
|
2014-04-20 14:19:54 +02:00
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2013-11-26 15:30:55 +01:00
|
|
|
|
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.
|
|
|
|
|
|
2013-11-25 16:41:44 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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.
|
|
|
|
|
|
2013-11-12 15:47:55 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2013-11-06 05:04:51 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2013-11-02 06:12:23 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Nov 2 05:03:08 UTC 2013 - i@marguerite.su
|
|
|
|
|
|
|
|
|
|
- update verson 2.0.4
|
|
|
|
|
* Fix pathbar button middle-click action
|
|
|
|
|
|
2013-10-21 19:50:14 +02:00
|
|
|
|
-------------------------------------------------------------------
|
2013-10-29 19:26:00 +01:00
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2013-10-21 19:50:14 +02:00
|
|
|
|
Mon Oct 21 17:44:21 UTC 2013 - i@marguerite.su
|
|
|
|
|
|
|
|
|
|
- update version 2.0.1
|
|
|
|
|
* see https://github.com/linuxmint/nemo/commits/master
|
2013-10-22 06:47:32 +02:00
|
|
|
|
- enable documentation
|
2013-10-21 20:16:33 +02:00
|
|
|
|
- remove lang_package, now cinnamon has a package called translation
|
2013-10-22 06:47:32 +02:00
|
|
|
|
- use gnome-common's version to wise detect Tumbleweed
|
2013-10-21 20:45:20 +02:00
|
|
|
|
- add patch: nemo-2.0.1-g_list_copy_deep.patch, fix g_list_copy_deep
|
2013-10-22 09:11:49 +02:00
|
|
|
|
- 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
|
2013-10-21 19:50:14 +02:00
|
|
|
|
|
2012-11-19 14:25:22 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Nov 19 13:22:52 UTC 2012 - nmo.marques@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to version 1.1.2
|
|
|
|
|
+ small fixes
|
|
|
|
|
|
2012-11-07 22:09:36 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Nov 7 21:07:20 UTC 2012 - nmo.marques@gmail.com
|
|
|
|
|
|
2012-11-07 22:15:03 +01:00
|
|
|
|
- Add dbus-1 (directory ownership) and xz (unpack sources in 12.1)
|
|
|
|
|
to BRs
|
2012-11-07 22:09:36 +01:00
|
|
|
|
|
2012-11-06 01:32:28 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Nov 6 00:10:08 UTC 2012 - nmo.marques@gmail.com
|
|
|
|
|
|
|
|
|
|
- initial package from version 1.1.0
|
|
|
|
|
|