summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added Occitan translationgnome-3-4Cédric Valmary2015-05-212-0/+3146
|
* Assamese translation reviewedNilamdyuti Goswami2012-07-111-128/+128
|
* Updated Greek translationΚωσνταντίνος Χόρτης2012-06-101-916/+1163
|
* Post release version bumpTomas Bzatek2012-05-151-1/+1
|
* Update NEWS for 1.12.3 release1.12.3Tomas Bzatek2012-05-151-0/+8
|
* udisks2: set can_eject correctlyDavid Zeuthen2012-05-151-2/+1
| | | | | | Yes, can_eject can be TRUE even if the media is not removable. Signed-off-by: David Zeuthen <davidz@redhat.com>
* udisks2: set timeout to INTMAX when unmounting a filesystemDavid Zeuthen2012-05-141-0/+1
| | | | | | | It may indeed take more than 25 seconds if there's a lot of data to write. Related to https://bugzilla.redhat.com/show_bug.cgi?id=819492 Signed-off-by: David Zeuthen <davidz@redhat.com>
* udisks2: also check for umount(8) saying "target is busy"David Zeuthen2012-05-141-1/+3
| | | | | | Same as http://cgit.freedesktop.org/udisks/commit/?id=d8fa361eec2706091e9d7f166f63bb5c0f663f4b Signed-off-by: David Zeuthen <davidz@redhat.com>
* afp: Use g_clear_object properlyMatthias Clasen2012-04-301-2/+2
| | | | | | g_clear_object expects the address of a pointer. A recent change in its definition makes gcc complain about this. (cherry picked from commit 7fe5deeae25f2396027f667d8960d2ec84c64716)
* build: Include udisks2/what-is-shown.txt in the tarballTomas Bzatek2012-04-271-1/+1
|
* Post release version bumpTomas Bzatek2012-04-271-1/+1
|
* Update NEWS for 1.12.2 release1.12.2Tomas Bzatek2012-04-271-0/+7
|
* afp: use the UTF-8 server name for password dialogs when it's availableCarl-Anton Ingmarsson2012-04-271-2/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=674528
* afp: convert pascal strings into utf-8Carl-Anton Ingmarsson2012-04-271-1/+4
| | | | | | | pascal strings are in the macintosh-roman character set and therefore need to be converted into utf-8. https://bugzilla.gnome.org/show_bug.cgi?id=674528
* [l10n] Update Japanese translationJiro Matsuzawa2012-04-211-21/+21
| | | | | Fix format errors https://bugzilla.gnome.org/show_bug.cgi?id=674514
* udisks2: Set should_automount correctly when starting upDavid Zeuthen2012-04-183-30/+56
| | | | | | | | | | | | | | | | | | | This bug caused volumes to not automount at session startup. While it can be argued that we should or shouldn't at least this is 1. a change from earlier versions of GNOME; and 2. rather disruptive for some non-GUI users Basically the problem is this: We need to take into account that on coldplug, the heuristic of just looking at whether the volume has appeared within the last five seconds won't work. This bug report that triggered this bug fix was this one https://bugzilla.redhat.com/show_bug.cgi?id=813069 Signed-off-by: David Zeuthen <davidz@redhat.com>
* Post release version bumpTomas Bzatek2012-04-161-1/+1
|
* Update NEWS for 1.12.1 release1.12.1Tomas Bzatek2012-04-161-0/+8
|
* afp: Prevent redefinition of GVfsAfpServer.Antoine Jacoutot2012-04-161-1/+0
| | | | | | | | | GVfsAfpServer is already included in gvfsafpvolume.h which gvfsafpserver.h includes; so no need to declare GVfsAfpServer here. http://bugzilla-attachments.gnome.org/attachment.cgi?id=210456 Signed-off-by: Tomas Bzatek <tbzatek@redhat.com>
* [l10n] Update Japanese translationHajime Taira2012-04-161-333/+411
|
* Updated Persian translationArash Mousavi2012-04-121-2/+2
|
* Updated Persian translationArash Mousavi2012-04-121-268/+201
|
* gphoto2: Initialize mutex early enoughMartin Pitt2012-04-111-2/+2
| | | | | | | | | | | Initializing the lock mutex in do_mount() is too late, as there are a lot of code paths that call release_device() and thus g_mutex_clear() that run before a successful do_mount(). For example, when you run gvfsd-gphoto2 with wrong arguments, or gp_camera_init() fails in do_mount(). Now initialize it in g_vfs_backend_gphoto2_init(). https://bugzilla.gnome.org/show_bug.cgi?id=673893
* [l10n]Updated Catalan (Valencian) translationCarles Ferrando2012-04-101-19/+21
|
* [l10n] Fixes on Catalan translationJordi Serratosa2012-04-101-16/+15
|
* Updated Persian translationArash Mousavi2012-04-101-1/+1
|
* Updated Persian translationArash Mousavi2012-04-101-415/+274
|
* udisks2: Update link to fstab/crypttab editing in DisksDavid Zeuthen2012-04-091-2/+3
| | | | Signed-off-by: David Zeuthen <davidz@redhat.com>
* udisks2: Fix some memory leaksDavid Zeuthen2012-04-091-0/+9
| | | | | | | | | | | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=790062 This was done using the following rather simple script #!/bin/bash while true; do losetup -f /home/davidz/Downloads/Fedora-16-x86_64-Live-Desktop.iso losetup -D done and then running it as root. Signed-off-by: David Zeuthen <davidz@redhat.com>
* Updated hindi translationChandan Kumar2012-04-051-571/+1204
|
* Added Persian translationsArash Mousavi2012-04-052-0/+3254
|
* afc: Fix building against libimobiledevice-1.1.2Alexandre Rostovtsev2012-04-023-3/+21
| | | | | | | | | | In 1.1.2, the struct idevice_event_t uuid field was renamed to udid. Since libimobiledevice lacks a library version macro, we are forced to check for the pkgconfig version in configure. https://bugzilla.gnome.org/show_bug.cgi?id=672693 Signed-off-by: Tomas Bzatek <tbzatek@redhat.com>
* [l10n] Updated German translationMario Blättermann2012-03-311-429/+505
|
* Updated Spanish translationDaniel Mustieles2012-03-271-2933/+2919
|
* Updated Lithuanian translationAurimas Černius2012-03-261-535/+625
|
* Post release version bumpTomas Bzatek2012-03-261-1/+1
|
* Update NEWS for 1.12.0 release1.12.0Tomas Bzatek2012-03-262-1/+5
|
* Updated Czech translationMarek Černocký2012-03-261-104/+82
|
* Updated Czech translationPetr Kovar2012-03-261-424/+499
|
* Updated zh_CN translation.Funda Wang2012-03-212-448/+476
|
* Updated Telugu TranslationsSasi Bhushan2012-03-201-395/+493
|
* Post release version bumpTomas Bzatek2012-03-191-1/+1
|
* Update NEWS for 1.11.5 release1.11.5Tomas Bzatek2012-03-191-0/+6
|
* Updated French translationBruno Brouard2012-03-171-434/+484
|
* Updated Gujarati TranslationsSweta Kothari2012-03-161-487/+554
|
* [l10n]Updated Catalan (Valencian) translationCarles Ferrando2012-03-151-433/+503
|
* [l10n]Updated Catalan translationGil Forcada2012-03-151-447/+518
|
* Keep using ~/.gvfs as fallbackAlexander Larsson2012-03-153-3/+15
| | | | | | | | If runtime dir is not specifically set we don't fall back to ~/.cache/gvfs, as that unnecessarily invalidates all existing documentation and scripts using ~/.gvfs. However, if it is set, we still use it.
* Updated Portuguese translationDuarte Loreto2012-03-151-431/+511
|
* Updated Latvian translation.Anita Reitere2012-03-151-490/+551
|