summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated Lithuanian translatonAurimas Černius2016-10-301-1091/+854
|
* Updated Czech translationMarek Černocký2016-10-281-1266/+239
|
* goa: Port GVfsGoaVolume to GTaskOndrej Holy2016-10-261-103/+69
| | | | | | GSimpleAsyncResult is deprecated in favour of GTask and should be replaced. https://bugzilla.gnome.org/show_bug.cgi?id=747412
* common: Port GVfsDnsSdResolver to GTaskOndrej Holy2016-10-261-54/+40
| | | | | | GSimpleAsyncResult is deprecated in favour of GTask and should be replaced. https://bugzilla.gnome.org/show_bug.cgi?id=747412
* Post release version bumpOndrej Holy2016-10-241-1/+1
|
* Update NEWS for 1.31.1 release1.31.1Ondrej Holy2016-10-241-0/+9
|
* Revert "trash: Correctly determine fs type for paths with symlinks"Ondrej Holy2016-10-242-2/+17
| | | | This reverts commit 6c0adcce5a3f5b784e198ce9cf2af6aaa540a264.
* test: Use gio tool instead of gvfs- utilsOndrej Holy2016-10-241-94/+83
| | | | | gvfs- utils are deprecated (see Bug 769378) and warnings on stderr breaks the test suite.
* build: Fix EXTRA_DIST and CLEANFILESOndrej Holy2016-10-242-8/+53
| | | | Fix some issues which breakes "make dist".
* Update Swedish translationAnders Jonsson2016-10-231-1115/+786
|
* Update Hungarian translationGábor Kelemen2016-10-231-1091/+854
|
* Update Polish translationPiotr Drąg2016-10-191-455/+100
|
* Disable udisks2 volume monitor if gudev is not availableMichael Biebl2016-10-191-18/+18
| | | | | | | The udisks2 volume monitor requires gudev, so disable it if gudev support is not available. https://bugzilla.gnome.org/show_bug.cgi?id=770670
* Drop hal volume monitor and fallback code in gphoto2 and cdda backendMichael Biebl2016-10-1942-8982/+29
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=770671
* Update Polish translationPiotr Drąg2016-10-181-797/+119
|
* Update zh_CN translationYunQiang Su2016-10-181-948/+949
|
* udisks2: Remove obsoleted codeOndrej Holy2016-10-171-5/+0
| | | | | Let's remove code for gio < 2.31.19, GVfs already requires a newer version.
* Revert "udisks2: Filter out system mounts"Ondrej Holy2016-10-171-3/+0
| | | | This reverts commit 078588c4698742eb8c3308275f5bc457f72b2302.
* Revert "udisks2: Use device path to match mount points also"Ondrej Holy2016-10-171-3/+1
| | | | This reverts commit b77369832fd6fb97e1f036998663f2488ff15022.
* Updated Norwegian bokmål translation.Kjartan Maraas2016-10-151-382/+418
|
* trash: Correctly determine fs type for paths with symlinksOndrej Holy2016-10-142-17/+2
| | | | | | | | | | | | | If, for example, "/home" is a symlink to "/mnt/home", and the users's $HOME is "/home/user", then the code won't correctly recognize unix mount, because it just walks up the path removing trailing components. Consequently, "/" is used to determine filesystem type instead of "/mnt/home". It will cause problems if "/mnt/home" is e.g. NFS, which is handled differently than local filesystem. It uses newly added g_unix_mount_for. Bump GLib dependency accordingly. https://bugzilla.gnome.org/show_bug.cgi?id=771431
* man: Add missing author sectionOndrej Holy2016-10-111-0/+7
| | | | | | | | | Add missing author section in order to avoid the following warnings: Warn: meta author : no refentry/info/author Note: meta author : see http://docbook.sf.net/el/author Warn: meta author : no author data, so inserted a fixme https://bugzilla.gnome.org/show_bug.cgi?id=769378
* udisks2: Fix handling of volumes with multiple mountpointsOndrej Holy2016-10-101-2/+4
| | | | | | | | | Volume is not included currently if it has multiple mount points and one of them is not considered as user interesting. Change this logic and include all volumes with at least one user interesting mount point. https://bugzilla.gnome.org/show_bug.cgi?id=772306
* sftp: Fix error code if ssh is not properly configuredOndrej Holy2016-10-041-1/+1
| | | | | | | | | G_IO_ERROR_PERMISSION_DENIED is returned if ssh is not properly configured. Nautilus shows "Don't have permission to access the requested location" in such case rather than "Connection refused by server", which is confusing. G_IO_ERROR_CONNECTION_REFUSED should be returned instead. https://bugzilla.gnome.org/show_bug.cgi?id=764049
* man: Update pages for deprecated gvfs utilsOndrej Holy2016-10-0419-1852/+87
| | | | | | | | Commit 2f28fa4 replaced various gvfs- utils in favour of new gio cmd tool. Update also relevant man pages with mention that they have been deprecated. https://bugzilla.gnome.org/show_bug.cgi?id=769378
* smb: Remove redundant cache functionalityOndrej Holy2016-10-031-124/+0
| | | | | | | | | I'm convinced that our own server cache is not needed, because we are not using it in no way. Let's remove the cache and let samba use its internal cache instead: https://git.samba.org/cifs-utils.git/?p=samba.git;a=blob;f=source3/libsmb/libsmb_cache.c https://bugzilla.gnome.org/show_bug.cgi?id=771483
* smb: Remove some redundant codeOndrej Holy2016-10-031-8/+0
| | | | | | Remove some ancient comments, dead code, or duplicated code. https://bugzilla.gnome.org/show_bug.cgi?id=771483
* man: Various fixesOndrej Holy2016-10-031-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=771010
* man: Add missing backendsOndrej Holy2016-10-031-0/+2
| | | | | | Add missing backends in man page. https://bugzilla.gnome.org/show_bug.cgi?id=771010
* man: Add missing volume monitorsChristian Stadelmann2016-10-031-1/+4
| | | | | | | | | man 7 gvfs is missing some volume monitors, which are added by this patch. The patch was modified by Ondrej Holy <oholy@redhat.com>. https://bugzilla.gnome.org/show_bug.cgi?id=771010
* Update POTFILES.inPiotr Drąg2016-10-031-17/+0
|
* Use Unicode in translatable stringsPiotr Drąg2016-10-0338-159/+159
| | | | | | See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772219
* programs: Deprecate gvfs utils in favour of new gio toolOndrej Holy2016-10-0322-5010/+44
| | | | | | | | | | New gio cmd tool has been added in GLib. The tool collects and unifies the various gvfs- utils. The gvfs- utils use GIO APIs anyway, so it makes sense for them to be part of GLib and doesn't longer make sense to maintain them here. Let's remove them and add scripts spawning new gio tool with deprecation warning instead. https://bugzilla.gnome.org/show_bug.cgi?id=769378
* udisks2: Filter out system mountsOndrej Holy2016-10-031-0/+3
| | | | | | | | | | | | | | System mounts (i.e. autofs) can be considered as user interesting currently if mount paths are user interesting. However, we should not handle those mounts as GMounts, because consequently redundant mounts are offered by volume monitor. It also causes automounts of autofs filesystems. $ mount | grep /media/test systemd-1 on /media/test type autofs ... localhost:/home/oholy on /media/test type nfs4 ... https://bugzilla.gnome.org/show_bug.cgi?id=771740
* udisks2: Use device path to match mount points alsoOndrej Holy2016-10-031-1/+3
| | | | | | | | | | | | | Mount path is used to match mount points currently, however device path should be used also in order to be sure it is really corresponding mount point. Same mount path can be used for multiple mount entries (it is also used e.g. for autofs). $ mount | grep /media/test systemd-1 on /media/test type autofs ... localhost:/home/oholy on /media/test type nfs4 ... https://bugzilla.gnome.org/show_bug.cgi?id=771740
* Post branch version bumpOndrej Holy2016-10-031-1/+1
|
* Updated Italian translationMilo Casagrande2016-10-031-941/+953
|
* Update Basque languageInaki Larranaga Murgoitio2016-09-191-940/+957
|
* Post release version bumpOndrej Holy2016-09-191-1/+1
|
* Update NEWS for 1.30.0 release1.30.0Ondrej Holy2016-09-191-0/+4
|
* Updated Indonesian translationAndika Triwidada2016-09-161-946/+931
|
* Updated Greek translationTom Tryfonidis2016-09-161-940/+949
|
* Updated Russian translationStas Solovey2016-09-161-942/+955
|
* Updated French translationClaude Paroz2016-09-151-3/+38
|
* Updated Spanish translationDaniel Mustieles2016-09-141-40/+72
|
* Update British English translationDavid King2016-09-141-920/+1197
|
* Updated Danish translationAsk Hjorth Larsen2016-09-131-293/+348
|
* Updated Lithuanian translationAurimas Černius2016-09-121-10/+36
|
* Add more options to XGETTEXT_OPTIONS in po/MakevarsPiotr Drąg2016-09-121-1/+1
|
* Post release version bumpOndrej Holy2016-09-121-1/+1
|