summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update NEWS for 1.36.0 release1.36.0Ondrej Holy2018-03-121-0/+4
|
* Update Swedish translationAnders Jonsson2018-03-111-408/+410
|
* Update British English translationBruce Cowan2018-03-101-1517/+1337
|
* Update Chinese (Taiwan) translationChao-Hsiung Liao2018-03-101-344/+345
|
* Updated Danish translationAsk Hjorth Larsen2018-03-071-371/+368
|
* Update Greek translationEfstathios Iosifidis2018-03-061-315/+318
|
* Post release version bumpOndrej Holy2018-03-052-2/+2
|
* Update NEWS for 1.35.92 release1.35.92Ondrej Holy2018-03-051-0/+7
|
* build: Print summary of the optionsOndrej Holy2018-03-052-3/+43
| | | | | | | | autotools does print summary of the options at the end of the configuration step, but meson doesn't. Let's add the summary again, but use names and order from meson_options.txt. https://bugzilla.gnome.org/show_bug.cgi?id=793920
* Updated Lithuanian translationAurimas Černius2018-03-031-404/+402
|
* Update French translationCharles Monzat2018-03-011-545/+550
|
* mtp: Ignore devices without a device fileBastien Nocera2018-03-011-3/+10
| | | | | | | If there's no device file, which means libusb won't be able to open the device, no need to print a warning, simply ignore the device. https://bugzilla.gnome.org/show_bug.cgi?id=793925
* gphoto2: Ignore devices without a device fileBastien Nocera2018-03-011-9/+19
| | | | | | | If there's no device file, which means libusb won't be able to open the device, no need to print a warning, simply ignore the device. https://bugzilla.gnome.org/show_bug.cgi?id=793925
* smb: Remove entry_errno struct memberBastien Nocera2018-02-281-5/+0
| | | | | | It's set, but not used anywhere. https://bugzilla.gnome.org/show_bug.cgi?id=793923
* google: Fix compile-time warningBastien Nocera2018-02-281-1/+1
| | | | | | | | | | | | Move the variable into the block where it's used, behind a compile-time version check. gvfs/daemon/gvfsbackendgoogle.c: In function ‘g_vfs_backend_google_query_fs_info’: gvfs/daemon/gvfsbackendgoogle.c:2041:22: warning: unused variable ‘self’ [-Wunused-variable] GVfsBackendGoogle *self = G_VFS_BACKEND_GOOGLE (_self); ^~~~ https://bugzilla.gnome.org/show_bug.cgi?id=793922
* smb: Avoid "Error: Success" failure messagesOndrej Holy2018-02-281-3/+7
| | | | | | | Save the failed errno as soon as possible to avoid "Error: Success" type of messages. https://bugzilla.gnome.org/show_bug.cgi?id=793515
* smbbrowse: Avoid "Error: Success" failure messagesBastien Nocera2018-02-281-3/+7
| | | | | | | | | Save the failed errno as soon as possible to avoid "Error: Success" type of messages. Updated by Ondrej Holy <oholy@redhat.com>. https://bugzilla.gnome.org/show_bug.cgi?id=793515
* Update Slovak translationDušan Kazik2018-02-261-406/+409
|
* Update Italian translationMilo Casagrande2018-02-261-203/+205
|
* Update Korean translationChangwoo Ryu2018-02-251-411/+422
|
* Update Latvian translationRūdolfs Mazurs2018-02-241-445/+348
|
* Update Friulian translationFabio Tomat2018-02-241-301/+319
|
* Update Serbian Latin translationМилош Поповић2018-02-221-511/+419
|
* Update Serbian translationМарко Костић2018-02-221-505/+412
|
* Update Dutch translationJustin van Steijn2018-02-211-221/+221
|
* udisks2: Add support for PARTLABEL and PARTUUIDOndrej Holy2018-02-201-0/+53
| | | | | | | Currently, PARTLABEL and PARTUUID is not handled and consequently redundant GVfsUDisks2Volume is presented. Add support for them. https://bugzilla.gnome.org/show_bug.cgi?id=793545
* udisks2: Fix UUID matchingOndrej Holy2018-02-201-2/+2
| | | | | | | "device + 6" is used to skip "UUID=" prefix in the string, but it should be "device + 5" since it has only 5 chars. https://bugzilla.gnome.org/show_bug.cgi?id=793545
* Post release version bumpOndrej Holy2018-02-192-2/+2
|
* Update NEWS for 1.35.91 release1.35.91Ondrej Holy2018-02-191-0/+8
|
* daemon: Add missing guards for job_sourcesOndrej Holy2018-02-191-4/+12
| | | | | | | Use daemon->lock when accessing daemon->job_sources as on other places. This might potentially help to fix some segfaults. https://bugzilla.gnome.org/show_bug.cgi?id=787992
* mtp: Handle uevents only in case of mount successOndrej Holy2018-02-191-4/+4
| | | | | | | | | | Uevents handler can be connected even if mount operation failed (e.g. device is unplugged in the middle of mount operation). Backend is consequently finalized, however, g_vfs_backend_force_unmount can be still called from on_uevent in the meantime. This might cause segfaults in certain cases. https://bugzilla.gnome.org/show_bug.cgi?id=787992
* Update Brazilian Portuguese translationRafael Fontenelle2018-02-161-378/+368
|
* daemon: Fix admin backend spawningOndrej Holy2018-02-161-6/+28
| | | | | | | | | pkexec fails on some systems with "Refusing to render service to dead parents.", which is caused by double forking when spawning the process. Let's prevent this by G_SPAWN_DO_NOT_REAP_CHILD flag and clean up manually using g_child_watch_add. https://bugzilla.gnome.org/show_bug.cgi?id=793445
* admin: Use really persistent d-bus nameOndrej Holy2018-02-152-1/+3
| | | | | | | | | Commit 8e9439ef introduced DBusName=org.gtk.vfs.mountpoint_admin in admin.mount.in, but forgot to set the necessary mount options. So, each client spawns new daemon currently, which is not necessary. Let's set the missing -DMOUNTABLE_DBUS_NAME options. https://bugzilla.gnome.org/show_bug.cgi?id=793445
* man: Fix a typo in the gvfsd man pageSpork Schivago2018-02-131-1/+1
| | | | | | | | In the gvfsd man page, there is a typo. The word 'of' is spelled 'fo'. To fix this situation, I switched the two letters around. https://bugzilla.gnome.org/show_bug.cgi?id=793345
* Update Galician translationFran Dieguez2018-02-101-295/+296
|
* Update Turkish translationEmin Tufan Çetin2018-02-101-307/+283
|
* Update Galician translationMarcos Lans2018-02-091-691/+662
|
* test: Make /etc/init/ optionalAdam Conrad2018-02-091-1/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=793316
* txt: Remove presumably non-free RFC copiesOndrej Holy2018-02-092-5998/+0
| | | | | | | | "meson dist" distributes whole git snapshot including various documents, which haven't been distributed earlier. For sure, let's remove RFC copies, which might be presumably non-free... https://bugzilla.gnome.org/show_bug.cgi?id=793318
* google: Return error when trying to replace native filesOndrej Holy2018-02-081-2/+25
| | | | | | Currently, replacing of google native files silently fails without any error, which may possibly lead to data loss. Let's return an error in this case.
* Add missing casts for g_object_refOndrej Holy2018-02-0811-15/+15
| | | | | g_object_ref() currently propagates parameter type to its return value, so type casts needs to be added in order to prevent compiler warnings.
* Post release version bumpOndrej Holy2018-02-052-2/+2
|
* Update NEWS for 1.35.90 release1.35.90Ondrej Holy2018-02-051-0/+5
|
* Update Polish translationPiotr Drąg2018-02-041-275/+275
|
* build: Fix gdu monitor build when gudev is disabledTing-Wei Lan2018-01-241-1/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=786149
* build: Fix gvfsd-metadata build when gudev is disabledTing-Wei Lan2018-01-241-7/+12
| | | | | | | The order of dependencies of gvfsd-metadata is reversed to workaround undefined reference error on FreeBSD when -Wl,--as-needed is used. https://bugzilla.gnome.org/show_bug.cgi?id=786149
* build: Fix UDisks2 build when gudev is disabledIñigo Martínez2018-01-241-0/+1
| | | | | | | | | UDisks2 option needs gudev because it makes use of it. This patch shows an error message in case this options is enabled but gudev option is disabled. https://bugzilla.gnome.org/show_bug.cgi?id=786149
* Update Hungarian translationBalázs Úr2018-01-211-1129/+412
|
* Post release version bumpOndrej Holy2018-01-082-2/+2
|