summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Updated Slovenian translationMatej Urbančič2012-01-251-314/+320
|
* For mount options, switch from comment=gvfs to x-gvfsDavid Zeuthen2012-01-243-13/+13
| | | | | | Recent util-linux (2.21+) supports any x-* option. Signed-off-by: David Zeuthen <davidz@redhat.com>
* Updated Norwegian bokmål translationKjartan Maraas2012-01-231-258/+293
|
* Updated Galician translationsFran Diéguez2012-01-231-261/+324
|
* Updated Spanish translationDaniel Mustieles2012-01-221-263/+286
|
* Updated POTFILES.inPiotr Drąg2012-01-221-0/+2
|
* afpvolume: s/afp_conn/conn/Carl-Anton Ingmarsson2012-01-221-20/+20
|
* afp: fix potential leak in g_vfs_afp_volume_enumerateCarl-Anton Ingmarsson2012-01-221-1/+4
|
* afp: split out volume specific functions into a GVfsAfpVolume object.Carl-Anton Ingmarsson2012-01-2211-2563/+4001
|
* afp: Add support for making backups when server has support for FPExchangeFilesCarl-Anton Ingmarsson2012-01-221-20/+63
| | | | | | Instead of deleting the temporary file after doing the FPExchangeFiles call we rename the temporary file to "~filename" since it holds the old contents of the file.
* afp: fix leak of AfpHandle::tmp_filenameCarl-Anton Ingmarsson2012-01-221-0/+1
|
* afp: change g_vfs_afp_connection_get_server_info to g_vfs_afp_query_server_infoCarl-Anton Ingmarsson2012-01-223-93/+90
| | | | It's unnecessary to create a GVfsAfpConnection to retreive the server info
* afp: move retrieval of volumes into GVfsAfpServerCarl-Anton Ingmarsson2012-01-223-81/+178
| | | | | GVfsAfpServer now has a g_vfs_afp_server_get_volumes to retrieve the available volumes asynchronously.
* afp: more string fixes after André's reviewCarl-Anton Ingmarsson2012-01-222-11/+12
|
* afp: move get_vol_parms to GVfsAfpServerCarl-Anton Ingmarsson2012-01-223-162/+198
|
* afp: move retrieval of server parameters into GVfsAfpServerCarl-Anton Ingmarsson2012-01-223-99/+143
| | | | | add function g_vfs_afp_server_time_to_local_time to do the server time -> local time conversion
* afp: do some string fixes and add some translator commentsCarl-Anton Ingmarsson2012-01-223-7/+11
|
* afp: make GVfsAfpName an opaque typeCarl-Anton Ingmarsson2012-01-222-9/+8
|
* afp: output the textual representation of undhandled error codesCarl-Anton Ingmarsson2012-01-227-98/+264
| | | | | add a new function afp_result_to_gerror which does a generic AfpResultCode to GError mapping
* Updated Slovenian translationMatej Urbančič2012-01-211-2/+51
|
* Updated Spanish translationDaniel Mustieles2012-01-211-9/+54
|
* Don't forget to dist the udisks2 monitorMatthias Clasen2012-01-211-1/+1
|
* Add a link to the latest copy of udisks(8) man pageDavid Zeuthen2012-01-201-3/+6
| | | | | | e.g. http://udisks.freedesktop.org/docs/latest/udisks.8.html Signed-off-by: David Zeuthen <davidz@redhat.com>
* Updated POTFILES.inPiotr Drąg2012-01-201-1/+5
|
* Merge branch 'master' into wip/udisks2wip/udisks2David Zeuthen2012-01-2018-3610/+6573
|\
| * Post release version bumpTomas Bzatek2012-01-181-1/+1
| |