summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Rename gdbusutils.h to avoid conflict with GIO1.6.2Matthias Clasen2010-05-2757-59/+59
| | | | This makes gvfs build with recent glib again, see bug #619537
* Fix bashism in configure.acAndreas Henriksson2010-05-251-1/+1
|
* Estonian translation updatedMattias Põldaru2010-05-201-2/+3
|
* Updated Shavian translationThomas Thurman2010-05-161-185/+114
|
* Updated Shavian transliterationThomas Thurman2010-05-121-310/+1111
|
* Post release version bumpAlexander Larsson2010-04-261-1/+1
|
* Update NEWS for release1.6.1Alexander Larsson2010-04-261-0/+10
|
* Skip malformed data from the backend sideTomas Bzatek2010-04-261-0/+1
| | | | | | | Sometimes we may get unexpected data from dbus which was leading to an endless loop. See bug 614544 for reference.
* Added Indonesian translationAndika Triwidada2010-04-242-0/+2541
| | | | Added id to LINGUAS
* Updated Catalan (Valencian) translationCarles Ferrando2010-04-211-524/+706
|
* Fix doap fileOlav Vitters2010-04-181-2/+2
|
* Do not ignore CD drives with blank mediaMartin Pitt2010-04-141-3/+4
| | | | | | | | | Extend the special casing of CD drives in should_drive_be_ignored() to also cover blank media. Otherwise we lose the drive for the blank media volume, and with it the possibility to eject it. Bug: https://bugzilla.gnome.org/show_bug.cgi?id=598554 Bug-Ubuntu: https://launchpad.net/bugs/425104
* ftp: Parse PWD reply according to RFCBenjamin Otte2010-04-081-19/+55
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=614401
* ftp: Add missing \n to debug messageBenjamin Otte2010-04-081-1/+1
|
* afc: Detect iPad and set correct icon nameMartin Szulecki2010-04-072-1/+10
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=615039
* Disable x-content-types for jailbroken iDevicesBastien Nocera2010-04-071-6/+9
| | | | | | | | The jailbroken file system access isn't supported by libgpod, so it's useless for us to say that it's a media-player. https://bugzilla.gnome.org/show_bug.cgi?id=614615
* Fixes to Catalan translationJordi Serratosa2010-04-021-6/+6
|
* Attach cancellable to async result and check in finish functionsBenjamin Otte2010-03-311-7/+50
| | | | | | | | | | | | This makes sure we always return ERROR_CANCELLED, just like we want to guarantee and avoids crashes in the file chooser. There should be API in GSimpleAsyncResult to attach a GCancellable that does this job for us, but so far there isn't, so we use g_object_get/set_data() and check the cancellables manually in the finish function. https://bugzilla.gnome.org/show_bug.cgi?id=614099
* Revert "Use complete_with_cancellable() in file enumerator"Benjamin Otte2010-03-311-4/+3
| | | | | | | This reverts commit 5af6a1dbdd2c6a61b515a5bd64350db3af16dae7. Replacing complete_in_idle() with a call that directly completes is BAD BAD BAD.
* Use complete_with_cancellable() in file enumeratorBenjamin Otte2010-03-291-3/+4
| | | | | | | This makes sure we always return ERROR_CANCELLED, just like we want to guarantee and avoids crashes in the file chooser. https://bugzilla.gnome.org/show_bug.cgi?id=614099
* Updated Bengali translationJamil Ahmed2010-03-291-15/+14
|
* Post release version bumpAlexander Larsson2010-03-291-1/+1
|
* Bump version to 1.6.01.6.0Alexander Larsson2010-03-291-1/+1
|
* Update NEWS for releaseAlexander Larsson2010-03-291-0/+6
|
* Updated Bengali translationJamil Ahmed2010-03-281-208/+226
|
* Updated Danish translationAsk H. Larsen2010-03-271-321/+419
|
* Updated Lithuanian translationŽygimantas Beručka2010-03-261-387/+444
|
* Updated Ukrainian translationMaxim V. Dziumanenko2010-03-261-225/+242
|
* Ignore gphoto2 mounts on AFC capable devicesBastien Nocera2010-03-241-0/+10
| | | | | | | Requires a small usbmuxd udev rules change, to mark devices with the USBMUXD_AFC_DEVICE property. https://bugzilla.gnome.org/show_bug.cgi?id=591009
* Fix compilation with libimobiledevice 1.0.0Bastien Nocera2010-03-241-1/+6
| | | | | | | AFC_E_INVALID_ARGUMENT was renamed to AFC_E_INVALID_ARG in http://github.com/MattColyer/libiphone/commit/36048ded8efda588a20b5cf284670a984f7cc650 https://bugzilla.gnome.org/show_bug.cgi?id=613588
* Updated Basque languageInaki Larranaga Murgoitio2010-03-241-8/+8
|
* Updated Serbian translationsMiloš Popović2010-03-232-756/+874
|
* Updated Finnish translationTommi Vainikainen2010-03-221-329/+427
|
* Updated Thai translation.Theppitak Karoonboonyanan2010-03-221-148/+161
|
* Update Romanian translationAdi Roiban2010-03-221-423/+652
|
* update Punjabi TranslationA S Alam2010-03-211-363/+450
|
* Updated Catalan translationGil Forcada2010-03-201-283/+375
|
* Update Russian translation from Юрий КозловLeonid Kanter2010-03-201-53/+55
|
* Update Czech translationPetr Kovar2010-03-201-321/+419
|
* Estonian translation updatedMattias Põldaru2010-03-191-138/+93
|
* Updated LowGerman translationNils-Christoph Fiedler2010-03-181-166/+160
|
* Updated Greek translation for gvfsNikos Bakaoukas2010-03-181-930/+760
|
* Dutch translation updated by Wouter BolsterleeWouter Bolsterlee2010-03-161-199/+213
|
* g_vfs_backend_afc_open_for_read: only open regular filesNikias Bassen2010-03-151-0/+84
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=612536
* g_vfs_backend_afc_set_info_from_afcinfo: set content type even if matcher is ↵Nikias Bassen2010-03-151-9/+10
| | | | | | NULL https://bugzilla.gnome.org/show_bug.cgi?id=612536
* Added LowGerman translationNils-Christoph Fiedler2010-03-151-1/+1
|
* Added LowGerman translationNils-Christoph Fiedler2010-03-151-0/+2527
|
* Added LowGerman translationNils-Christoph Fiedler2010-03-151-0/+1
|
* Updated Korean translationChangwoo Ryu2010-03-141-324/+419
|
* Updated Italian translationLuca Ferretti2010-03-131-314/+419
|