summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Updated British English translationBruce Cowan2012-03-131-441/+514
|
* Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 ↵Timo Jyrinki2012-03-121-476/+373
| | | | translation sprint
* Updated Polish translationPiotr Drąg2012-03-101-428/+481
|
* Updated Korean translationSeong-ho Cho2012-03-101-422/+497
|
* Uploaded UkranianDaniel Korostil2012-03-081-421/+838
|
* Updated Brazilian Portuguese translationDjavan Fagundes2012-03-021-428/+526
|
* Reverting wrong commit "Updated Brazilian Portuguese translation by Fábio ↵Djavan Fagundes2012-03-021-0/+2871
| | | | | | Nogueira <fnogueira@gnome.org> and Myself" This reverts commit 5b3a81f1a94c5cdaa9b44dd07f6f0d736662449c.
* Updated Brazilian Portuguese translation by Fábio Nogueira ↵Djavan Fagundes2012-03-021-2871/+0
| | | | <fnogueira@gnome.org> and Myself
* Updated Basque languageInaki Larranaga Murgoitio2012-03-061-426/+502
|
* Assamese translation completedNilamdyuti Goswami2012-03-051-461/+524
|
* Updated Vietnamese translationNguyễn Thái Ngọc Duy2012-03-041-45/+37
|
* po/vi: import from Damned LiesNguyễn Thái Ngọc Duy2012-03-041-466/+528
|
* udisks2: Set G_VOLUME_IDENTIFIER_KIND_CLASS identifier for volumesDavid Zeuthen2012-03-011-2/+28
| | | | | | | | | | | | | | This identifier was discussed in https://bugzilla.gnome.org/show_bug.cgi?id=668295 and added to GLib with this commit http://git.gnome.org/browse/glib/commit/?id=10fbfcf09010e423cfc79c54e8da50b62a0f4b8a For now, we do the ifndef dance instead of hard-requiring GLib master. Signed-off-by: David Zeuthen <davidz@redhat.com>
* Updated Hungarian translationGabor Kelemen2012-03-011-438/+539
|
* [l10n] Updated Estonian translationMattias Põldaru2012-02-281-134/+423
|
* updated Tamil translationDr.T.Vasudevan2012-02-271-440/+517
|
* Updated Belarusian translation.Ihar Hrachyshka2012-02-261-3/+8
|
* Post release version bumpTomas Bzatek2012-02-241-1/+1
|
* Update NEWS for 1.11.4 release1.11.4Tomas Bzatek2012-02-241-0/+6
|
* update Punjabi TranslationA S Alam2012-02-241-483/+541
|
* Updated Russian translationYuri Myasoedov2012-02-241-76/+55
|
* fix an zh_CN translation problemYunQiang Su2012-02-231-3/+3
|
* Use /run/media/$USER instead of $XDG_RUNTIME_DIR/mediaDavid Zeuthen2012-02-222-14/+14
| | | | | | | | | | | | | | | | This is because of security concerns - it is way too dangerous to let a system-daemon such as udisks manage directories in a user-controlled location such as $XDG_RUNTIME_DIR. So now udisks2 is using /run/media/$USER instead, see http://cgit.freedesktop.org/udisks/commit/?id=aa02e5fc53efdeaf66047d2ad437ed543178965b These bugs are related https://bugzilla.gnome.org/show_bug.cgi?id=669797 https://bugzilla.gnome.org/show_bug.cgi?id=646391 Signed-off-by: David Zeuthen <davidz@redhat.com>
* Updated Bulgarian translationAlexander Shopov2012-02-211-294/+335
|
* Updated Danish translationAsk H. Larsen2012-02-201-424/+498
|
* Updated Serbian translationМирослав Николић2012-02-202-800/+988
|
* Updated Uyghur translationGheyret Kenji2012-02-191-381/+775
|
* Updated Swedish translationDaniel Nylander2012-02-191-359/+412
|
* udisks2: Only show $XDG_RUNTIME_DIR mounts if they are in media dirDavid Zeuthen2012-02-182-6/+8
| | | | Signed-off-by: David Zeuthen <davidz@redhat.com>
* l10n: Updated Italian translationLuca Ferretti2012-02-171-403/+509
|
* Updated Belarusian translation.Ihar Hrachyshka2012-02-151-443/+509
|
* Updated Russian translationYuri Myasoedov2012-02-111-544/+585
|
* dav: Fix free space reportingTomas Bzatek2012-02-091-12/+21
| | | | | Based on patch by Gareth Bult https://bugzilla.gnome.org/show_bug.cgi?id=669258
* Post release version bumpTomas Bzatek2012-02-071-1/+1
|
* Update NEWS for 1.11.3 release1.11.3Tomas Bzatek2012-02-071-0/+8
|
* GVfsJobUnmount: check that vfunc is implemented before calling itGiovanni Campagna2012-02-071-1/+6
| | | | | | | | | GVfsBackend::try_unmount is optional (like all the other try_* vfuncs), and in fact many backends don't implement it. In case it's NULL, returing FALSE does the right thing and schedules a thread for calling ->unmount. https://bugzilla.gnome.org/show_bug.cgi?id=669211
* burn: Use user runtime dir instead of /tmpWilliam Jon McCann2012-02-071-10/+5
| | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=646391 Signed-off-by: Tomas Bzatek <tbzatek@redhat.com>
* Use user runtime dir for gvfs mountsWilliam Jon McCann2012-02-073-3/+3
| | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=646391 Signed-off-by: Tomas Bzatek <tbzatek@redhat.com>
* Updated Dutch translationWouter Bolsterlee2012-02-041-392/+466
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2012-01-292-1042/+920
|
* Updated Hebrew translation.Yaron Shahrabani2012-01-281-313/+366
|
* Updated Slovenian translationMatej Urbančič2012-01-251-1/+1
|