~linuxmint-daily-build-team/linuxmint/+git/nemo:2.2-maintenance

Last commit made on 2014-08-12
Get this branch:
git clone -b 2.2-maintenance https://git.launchpad.net/~linuxmint-daily-build-team/linuxmint/+git/nemo

Branch merges

Branch information

Name:
2.2-maintenance
Repository:
lp:~linuxmint-daily-build-team/linuxmint/+git/nemo

Recent commits

a67d557... by Clement Lefebvre <email address hidden>

2.2.4

a3e3442... by Michael Webster

actions: Don't accumulate callbacks in views.

Normal GtkAction life-cycle is to be destroyed once its action group
is destroyed. Since we use a manager to keep these around (to prevent
reloading nemo_action files all the time, we need to disconnect the
'activate' signals on these each time the menus are deconstructed and
reconstructed.

Fixes #658

a8b6cf6... by Michael Webster

Refactor bookmarks code a bit from upstream, specifically fixes #627

Adds some initial work for displaying symbolic icons for bookmarks (like
in the sidebar) but no actual implementation yet.

406a4a7... by Clement Lefebvre <email address hidden>

2.2.3

9af3360... by Michael Webster

nemo-file: compare_by_display_name - handle null strings gracefully.

8d33d07... by Michael Webster

Use GtkRevealer for search bar.

98c62e6... by Michael Webster

nemo-actions: Add flag to escape spaces in file paths.

Also, don't unescape uris, they work fine, quoted or unquoted.

https://bugs.launchpad.net/linuxmint/+bug/1330225

fbb2bad... by Michael Webster

Revert "Clean up orphaned gtk bookmarks at startup."

This reverts commit cb412b76d0752e1651547a81e4f3cbd26b3a7a91.

I forgot about temporarily missing bookmarked locations, like those
on network shares, etc... so we don't want to cull orphaned bookmarks,
but we can do better at being consistent with not displaying the
broken ones.

cb412b7... by Michael Webster

Clean up orphaned gtk bookmarks at startup.

Fixes linuxmint/Cinnamon#3251

b37e3ec... by Michael Webster

Really fix the sample action