summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update NEWS for release 1.25.921.25.92Ondrej Holy2015-09-141-0/+7
|
* Finnish translation updateJiri Grönroos2015-09-101-562/+710
|
* Update .gitignoreOndrej Holy2015-09-101-0/+1
|
* google: Fix the error string to respect the freeze and for consistencyDebarshi Ray2015-09-101-4/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=754791
* Remove unused function to avoid warningsOndrej Holy2015-09-091-7/+0
| | | | | | | Commit 59325df refactored daemon code a bit. Function do_name_acquired is no more needed. Remove this function to avoid following warnings: daemon-main.c:347:1: warning: ‘do_name_acquired’ defined but not used
* Updated Slovak translationDušan Kazik2015-09-091-89/+107
|
* Updated POTFILES.inPiotr Drąg2015-09-091-0/+1
|
* Updated Slovenian translationMatej Urbančič2015-09-081-582/+404
|
* build: Fix wrong grammar and spellingDebarshi Ray2015-09-081-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=753838
* mtp: Replace a deprecated functionDebarshi Ray2015-09-081-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=754729
* Add GVfsBackendGoogleDebarshi Ray2015-09-085-1/+2972
| | | | | | Based on code written by Thibault Saunier. https://bugzilla.gnome.org/show_bug.cgi?id=739008
* goa: Pick up OAuth2-based accounts with a GoaFiles interfaceDebarshi Ray2015-09-081-9/+62
| | | | | | | The Google Drive backend would be OAuth2-based, so we should include such accounts too. https://bugzilla.gnome.org/show_bug.cgi?id=739008
* Updated Korean translationChangwoo Ryu2015-09-081-332/+403
|
* Updated Kazakh translationBaurzhan Muftakhidinov2015-09-041-428/+455
|
* Upload Catalan translationJordi Mas2015-09-031-558/+687
|
* Make all gvfs daemons own a name under org.gtk.vfs.*Alexander Larsson2015-09-0333-57/+55
| | | | | | | | | | | | | | | | | | | This allows you to easily allow access to gvfs from a sandbox. Just give it talk access to org.gtk.vfs.* and everything will work. This change does three things: Change the existing mountpoint dbus names from org.gtk.vfs.mountpoint.foo to org.gtk.vfs.mountpoint_foo For other mountpoints, always own: org.gtk.vfs.mountpoint_$pid Change the dbus name of the volume monitors from org.gtk.Private.fooMonitor to org.gtk.vfs.fooMonitor
* Updated Lithuanian translationAurimas Černius2015-09-021-136/+132
|
* Post release version bumpOndrej Holy2015-09-011-1/+1
|
* Update NEWS for 1.25.91 release1.25.91Ondrej Holy2015-09-011-0/+8
|
* Updated Hungarian translationBalázs Úr2015-08-311-233/+235
|
* mtp: Fix error handling from a807f12d5663Ross Lagerwall2015-08-301-3/+1
| | | | | | | | | After commit a807f12d5663 ("MTP: return ENOTEMPTY if trying to delete a non-empty directory"), G_IO_ERROR_NOT_EMPTY is returned if a generic error occurs when deleting. Fix it by calling fail_job() as the rest of the code does. https://bugzilla.gnome.org/show_bug.cgi?id=753590
* Updated Hebrew translationYosef Or Boczko2015-08-301-173/+184
|
* afp: Change g_error to g_warning for read errorsOndrej Holy2015-08-291-4/+4
| | | | | | | | | | | Use g_warning rather than g_error when a read error occurs to prevent spurious crash reports since there are many different ways for a read from the network to fail. [Cherry-picked from gnome-3-14/14369db2a8fc Commit message written by Ross Lagerwall.] https://bugzilla.gnome.org/show_bug.cgi?id=710490
* Updated Greek translationTom Tryfonidis2015-08-281-243/+247
|
* Updated Swedish translationAnders Jonsson2015-08-271-392/+448
|
* Updated Polish translationPiotr Drąg2015-08-261-356/+413
|
* Updated Chinese (Taiwan) translationChao-Hsiung Liao2015-08-251-364/+440
|
* Updated Galician translationsFran Dieguez2015-08-251-328/+404
|
* dav: Mark files as untrashableDebarshi Ray2015-08-251-0/+2
| | | | | | Otherwise nautilus will offer the wrong action in its UI. https://bugzilla.gnome.org/show_bug.cgi?id=753934
* build: Sprinkle quotationsDebarshi Ray2015-08-241-155/+155
| | | | | | | According to: https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Autoconf-Language.html https://bugzilla.gnome.org/show_bug.cgi?id=753838
* Revert part of "Update NEWS for 1.25.90"Ondrej Holy2015-08-211-7/+4
| | | | | This reverts part of commit 5e0a3c840f5447bb539c441ec1b12e3a73ce1ca9. Changes for gvfs-ls were amended by mistake.
* build: Remove unnecessary variable initializationsDebarshi Ray2015-08-201-32/+0
| | | | | | Undefined variables are going to be treated as empty. https://bugzilla.gnome.org/show_bug.cgi?id=753838
* Updated Slovak translationDušan Kazik2015-08-191-117/+125
|
* Updated Spanish translationDaniel Mustieles2015-08-181-3482/+3498
|
* gdaemonfile: fix typo from last commitCarlos Soriano2015-08-181-1/+1
| | | | ugh sorry
* gdaemonfile: check for the correct cancellableCarlos Soriano2015-08-181-1/+1
| | | | | | | | | | We were checking for the newly created data cancellable, which is wrong. That was causing that mounting encloused volumes were not cancellable at all. Check for the actual GCancellable parameter to fix it. https://bugzilla.gnome.org/show_bug.cgi?id=753735
* Post release version bumpOndrej Holy2015-08-171-1/+1
|
* Update NEWS for 1.25.901.25.90Ondrej Holy2015-08-172-4/+16
|
* completion: Use __ltrim_colon_completionsOndrej Holy2015-08-171-11/+2
| | | | | | | Use macro __ltrim_colon_completions to remove colon prefix instead of custom code. https://bugzilla.gnome.org/show_bug.cgi?id=751145
* completion: Fix completion for urisOndrej Holy2015-08-171-1/+2
| | | | | | | | | | | | Bash completion currently doesn't work for paths with colons, because ${COMP_WORDS[COMP_CWORD]} provides path only after the colon. Colon is considered as a wordbreak. Therefor _get_comp_words_by_ref should be used to avoid breaking path on the colons. The macro also handles cases where user is completing in the middle of a word. https://bugzilla.gnome.org/show_bug.cgi?id=751145
* Updated Portuguese translationPedro Albuquerque2015-08-161-102/+110
|
* Updated French translationClaude Paroz2015-08-151-338/+387
|
* Updated Indonesian translationAndika Triwidada2015-08-141-140/+136
|
* gvfs-ls: Always complete mountsOndrej Holy2015-08-141-6/+1
| | | | | | | | | | | | Completions are not printed if path is without terminating slash and it is equal with mount, e.g.: gvfs-ls -c sftp://1.2.3.4 However following should be offered for example: sftp://1.2.3.4/ sftp://1.2.3.44/ https://bugzilla.gnome.org/show_bug.cgi?id=751145
* gvfs-ls: Complete mounts with terminating slashOndrej Holy2015-08-141-1/+1
| | | | | | | | | | | | g_file_get_uri returns uris without terminating slash if there is a path element, e.g.: dav://server/ dav://server/path We have to be sure that terminating slash is appended for mounts when listing possible completions, because mounts are always directories. https://bugzilla.gnome.org/show_bug.cgi?id=751145
* gvfs-ls: Complete local uris as urisOndrej Holy2015-08-141-1/+1
| | | | | | | | | | | | gvfs-ls suggests completions for file:// uris as absolute paths, but it should be also uris. E.g. gvfs-ls -c file:/// /bin/ /lib/ ... It should be file:///bin/ etc. instead. https://bugzilla.gnome.org/show_bug.cgi?id=751145
* MTP: return ENOTEMPTY if trying to delete a non-empty directoryGabriel de Perthuis2015-08-131-0/+20
| | | | rmdir acted as rm -rf before this change, which was unfortunate.
* Updated Norwegian bokmål translation.Kjartan Maraas2015-08-111-276/+275
|
* sftp: Improve error messages on connection setupRoss Lagerwall2015-08-101-4/+6
| | | | | | | | | | | | Log all the messages from SSH's stderr. If the remote server does not have sftp setup correctly, it fails with "subsystem request failed". Report this as "Connection refused". If the error is unknown, report it as "Connection failed" rather than "SSH program unexpectedly exited" which shouldn't be exposed to users. https://bugzilla.gnome.org/show_bug.cgi?id=752403
* Updated Turkish translationNecdet Yücel2015-08-091-619/+659
|