summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update NEWS for 1.11.1 release1.11.1Tomas Bzatek2011-12-191-0/+9
|
* Updated Norwegian bokmål translationKjartan Maraas2011-12-141-174/+172
|
* Updated Hebrew translation.Yaron Shahrabani2011-12-101-154/+154
|
* Updated Slovenian translationMatej Urbančič2011-12-081-157/+157
|
* Updated Spanish translationDaniel Mustieles2011-12-021-177/+180
|
* afc: Add support for iOS5 thumbnailsBastien Nocera2011-12-011-2/+6
|
* afc: tweak the text used to report a device locked errorCosimo Cecchi2011-12-011-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=665328
* afc: invert the choices order for the device passcode dialogCosimo Cecchi2011-12-011-1/+1
| | | | | | | Buttons are layed out in reverse order, and the positive action is on the right hand side. https://bugzilla.gnome.org/show_bug.cgi?id=665328
* Updated Korean translationChangwoo Ryu2011-11-261-78/+32
|
* Updated Hungarian translationGabor Kelemen2011-11-241-1/+1
|
* http: Automatically decompress gzip'ed streamsBastien Nocera2011-11-161-0/+7
| | | | | | | | | | | The content-encoding of served files was completely ignored and application, even though they were getting a content-type of "text/xml" for example, were served gzip'ed data. Enable the content decoder. Fixes parsing of multiple RSS feeds in totem-pl-parser. https://bugzilla.gnome.org/show_bug.cgi?id=664200
* Explicitly intialize mutexes on stackTomas Bzatek2011-11-1412-4/+25
| | | | | | Turned out zeroing memory is not enough in some cases so let's be on the safe side and properly initialize all non-static mutexes. Also, don't initialize/clear the static ones.
* daemon: Do not unref NULL mount specTomas Bzatek2011-11-141-1/+2
| | | | This is going away with GDBus port, but still...
* Updated Hebrew translation.Yaron Shahrabani2011-10-271-181/+181
|
* Post release version bumpTomas Bzatek2011-10-261-1/+1
|
* Update NEWS for 1.11.0 release1.11.0Tomas Bzatek2011-10-261-0/+9
|
* Adapt to glib thread API changesTomas Bzatek2011-10-262-2/+2
| | | | Last piece in order to fix https://bugzilla.gnome.org/show_bug.cgi?id=661148
* Adapt to glib mutex API changesTomas Bzatek2011-10-2514-357/+325
| | | | A continuation to https://bugzilla.gnome.org/show_bug.cgi?id=661148
* Updated Telugu translationskrishnababu k2011-10-251-32/+32
|
* Updated Telugu translationskrishnababu k2011-10-251-515/+1048
|
* Updated Hebrew translation.Yaron Shahrabani2011-10-221-533/+1150
|
* Adapt to GLib 2.31 deprecations and thread API changesMatthias Clasen2011-10-2110-78/+60
| | | | | | | GStaticMutex and GStaticRWLock have been replaced by GMutex and GRWLock, and g_thread_init() is no longer needed. https://bugzilla.gnome.org/show_bug.cgi?id=661148
* Use g_atomic_int_add instead of deprecated g_atomic_int_exchange_and_add.Kjartan Maraas2011-10-215-5/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=659815
* build: require GLib 2.31.0Cosimo Cecchi2011-10-191-1/+1
| | | | | Last commit uses new API in GIO, which is only available in GLib master (2.31.0).
* Support get_sort_key() in out-of-process volume monitors and gvfs-mount(1)David Zeuthen2011-10-187-5/+185
| | | | | | | | | | | | | This is detailed in this bug https://bugzilla.gnome.org/show_bug.cgi?id=661711 Also extend the private D-Bus protocol used between the client- and service-side for out-of-process volume monitors. In particular, introduce a new a{sv} member that we can use in the future to for expansion without breaking ABI. Signed-off-by: David Zeuthen <davidz@redhat.com>
* Post branching version bumpTomas Bzatek2011-10-171-1/+1
|
* Updated Vietnamese translationNguyễn Thái Ngọc Duy2011-10-171-121/+100
|
* po/vi: import from Damned LiesNguyễn Thái Ngọc Duy2011-10-171-437/+806
|
* Drop an unneeded includeMatthias Clasen2011-10-131-2/+0
| | | | | GLib recently became less forgiving about single includes like this.
* Purge hardcoded -DG_DISABLE_DEPRECATEDColin Walters2011-10-1211-17/+8
| | | | | Especially now that deprecations are proper gcc warnings, no need to hardcode this.
* autogen.sh: Conform to build-api.txtColin Walters2011-10-121-1/+1
| | | | http://people.gnome.org/~walters/docs/build-api.txt
* daemon: Grab a pointer to the GvfsBackend before unref'ing a job source, ↵Michael Terry2011-09-291-1/+3
| | | | | | preventing a crash. https://bugzilla.gnome.org/show_bug.cgi?id=654999
* Keep remote volume monitor proxies alive foreverDavid Zeuthen2011-09-281-81/+13
| | | | | | | | | | | | | | | Once constructed, it's a) more efficient; and b) simplifies the code; if we keep the proxy for a remote volume monitor process around. More importantly, this change sidesteps some thorny bugs in the current implementation where the remote volume monitor proxy has been disposed but not yet finalized - for some volume monitors, this can happen not only pathological situations but also when running e.g. gvfs-mount(1) to mount a volume. https://bugzilla.gnome.org/show_bug.cgi?id=660295 Signed-off-by: David Zeuthen <davidz@redhat.com>
* update zh_CN translationYunQiang Su2011-09-281-12/+10
|
* Updated Korean translationChangwoo Ryu2011-09-271-401/+769
|
* Post release version bumpTomas Bzatek2011-09-261-1/+1
|
* Update NEWS for 1.10.0 release1.10.0Tomas Bzatek2011-09-262-1/+7
|
* [l10n]Updated Catalan (Valencian) translationCarles Ferrando2011-09-261-299/+640
|
* Update Czech translationPetr Kovar2011-09-261-374/+724
|
* [l10n] Updated German translationChristian Kirbach2011-09-251-9/+9
|
* Updated Basque languageInaki Larranaga Murgoitio2011-09-251-382/+760
|
* Updated Assamese Translations:bugzilla#659595Nilamdyuti Goswami2011-09-241-772/+1150
|
* Updated Gujarati TranslationsSweta Kothari2011-09-231-420/+827
|
* [l10n] Updated German translationMario Blättermann2011-09-221-83/+92
|
* Updated Dutch translation by Wouter BolsterleeWouter Bolsterlee2011-09-221-2/+2
|
* Updated Dutch translation by Wouter BolsterleeWouter Bolsterlee2011-09-221-190/+529
|
* Updated Serbian translationМирослав Николић2011-09-202-824/+1576
|
* Updated Slovenian translationMatej Urbančič2011-09-201-140/+110
|
* Updated Danish translationAsk H. Larsen2011-09-191-379/+750
|
* Fixed a string in Brazilian Portuguese translationGabriel Speckhahn2011-09-191-389/+764
|