summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into wip/udisks2wip/udisks2David Zeuthen2012-01-2018-3610/+6573
|\
| * Post release version bumpTomas Bzatek2012-01-181-1/+1
| * Update NEWS for 1.11.2 release1.11.2Tomas Bzatek2012-01-181-0/+9
| * build: Check for util.h to prevent implicit declarationAntoine Jacoutot2012-01-181-1/+1
| * fuse: Remove the unused sys/vfs.h includeTomas Bzatek2012-01-181-1/+0
| * Updated Swedish translationDaniel Nylander2012-01-181-168/+309
| * Updated Norwegian bokmål translationKjartan Maraas2012-01-161-5/+15
| * Updated Slovenian translationMatej Urbančič2012-01-151-1/+1
| * Updated Slovenian translationMatej Urbančič2012-01-151-5/+20
| * Updated Galician translationsFran Diéguez2012-01-151-159/+174
| * Updated Hebrew translation.Yaron Shahrabani2012-01-131-4/+19
| * Updated Finnish translation by Jiri GrönroosTimo Jyrinki2012-01-121-451/+838
| * Make ftp.mount no longer conditionally builtJean-Christian de Rivaz2012-01-101-4/+4
| * The -f (foreground) option prevent libfuse to call daemon(). First, this is n...Jean-Christian de Rivaz2012-01-101-3/+10
| * Updated Spanish translationDaniel Mustieles2012-01-091-5/+16
| * programs: Print something when no recommended appsBastien Nocera2012-01-091-0/+4
| * Updated Bulgarian translationAlexander Shopov2012-01-081-147/+153
| * Updated Norwegian bokmål translationKjartan Maraas2012-01-061-7/+12
| * Updated Spanish translationDaniel Mustieles2012-01-061-38/+41
| * programs: List recommended applications tooBastien Nocera2012-01-061-0/+11
| * Updated Japanese translationHideki Yamane2012-01-041-442/+307
| * Updated Macedonian translation.Jovan Naumovski2012-01-021-735/+2339
| * [l10n]Updated Turkish translationMuhammet Kara2011-12-241-535/+1141
| * Updated asturian translationXandru Armesto2011-12-221-909/+1159
* | Update copyrightsDavid Zeuthen2012-01-2011-11/+11
* | No need to handle force_rescan since we don't cache anythingDavid Zeuthen2012-01-201-2/+0
* | Reword a couple of commentsDavid Zeuthen2012-01-202-10/+10
* | s/TODO/Idea/David Zeuthen2012-01-201-3/+3
* | Add a note explaining why we don't offer to save LUKS passphrasesDavid Zeuthen2012-01-201-3/+16
* | Expand TODO item pontificating whether a GDrive should be added or notDavid Zeuthen2012-01-201-3/+11
* | Also add UDISKS_IGNORE exampleDavid Zeuthen2012-01-201-6/+9
* | Mention that certain udev properties also influence what is shownDavid Zeuthen2012-01-201-0/+17
* | Respect Block:HintIgnore propertyDavid Zeuthen2012-01-201-0/+4
* | Use Block:HintAuto instead of Drive:Removable to determine automountDavid Zeuthen2012-01-201-1/+1
* | Don't prompt for passphrase if it's already in the /etc/crypttab fileDavid Zeuthen2012-01-191-33/+68
* | Fix typo in fstab exampleDavid Zeuthen2012-01-181-1/+1
* | Fix typoDavid Zeuthen2012-01-181-1/+2
* | Clarify a couple of things in the what-is-shown.txt docDavid Zeuthen2012-01-181-16/+13
* | Add text file describing how to influence what mounts are shownDavid Zeuthen2012-01-181-0/+57
* | Use comment=gvfs-show and -hide instead of -show=1|True|0|FalseDavid Zeuthen2012-01-182-7/+14
* | Rework and simplify code for determining if a volume/mount is to be shownDavid Zeuthen2012-01-171-45/+121
* | Fix off-by-one when parsing mount options with a value of length 1David Zeuthen2012-01-171-1/+1
* | Add a TODO item with a reference to bug 668132David Zeuthen2012-01-171-0/+21
* | Use Drive:Ejectable to determine if a drive is ejectableDavid Zeuthen2012-01-101-5/+1
* | Use Drive:SortKey for sorting drive objectsDavid Zeuthen2012-01-101-5/+1
* | Set should_automount and can_mount properties to make automounting workDavid Zeuthen2012-01-061-0/+28
* | Use simpler version of g_unix_mount_should_display()David Zeuthen2012-01-061-1/+75
* | Properly handle LABEL= and UUID= fstab entriesDavid Zeuthen2012-01-051-3/+43
* | Use a timeout of ten seconds when spawning commandsDavid Zeuthen2011-12-224-5/+55
* | Spawn helpers asynchronously, not synchronouslyDavid Zeuthen2011-12-224-189/+572