Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* #2545: Just log a warning when unmounting a device that has already been remo...Tomeu Vizoso2007-12-112-6/+15
* #5254: add 'description' to the model.Tomeu Vizoso2007-12-111-0/+1
* #4662: Log a warning if a property in the model is supplied.Tomeu Vizoso2007-11-291-13/+16
* Revert '#4662 Correctly fix properties not in the model'.Tomeu Vizoso2007-11-292-7/+1
* #5127 Index files from usb sticks in the idle callback.Tomeu Vizoso2007-11-291-76/+70
* #4662 Correctly fix properties not in the model.Tomeu Vizoso2007-11-192-1/+7
* #4662 Add the 'source' property to the model.Tomeu Vizoso2007-11-141-0/+1
* #4558 Correctly encode characters in URI.Tomeu Vizoso2007-11-141-1/+2
* #4784 Use valid FAT names when saving entries to usb sticks.Tomeu Vizoso2007-11-141-9/+13
* #4783 Try harder to guess the file extension.Tomeu Vizoso2007-11-121-11/+21
* Correct comment in the source code.Tomeu Vizoso2007-11-101-1/+1
* #4796 Ignore failure to chmod files in usb sticks.Tomeu Vizoso2007-11-101-1/+10
* Copy files to the profile dir when asked by an out-of-container process.Tomeu Vizoso2007-11-091-1/+3
* #3801 Check out files in the activity instance dir with the correct permissions.Tomeu Vizoso2007-11-072-12/+36
* #4704 Fix copy of entries with file to removable devices.Tomeu Vizoso2007-11-072-6/+13
* #4714 Fix copy of entries without file to removable devices.Tomeu Vizoso2007-11-071-4/+0
* #4654 Hard link files on check out instead of copying if possible.Tomeu Vizoso2007-11-062-11/+21
* Strip the new lines in suggested filenameMarco Pesenti Gritti2007-11-021-0/+1
* Revert "#4083: Remove the active loop and check usb sticks on idle."Tomeu Vizoso2007-10-311-73/+76
* #4182: Flush every 20 changes or 1 minute after the last unflushed change.Tomeu Vizoso2007-10-311-3/+24
* #4083: Remove the active loop and check usb sticks on idle.Tomeu Vizoso2007-10-311-76/+73
* Revert "changes to api to reflect the DBus compat requests of #4064"Tomeu Vizoso2007-10-241-4/+3
* Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/datastoreMarco Pesenti Gritti2007-10-234-56/+80
|\
| * #4235: Keep indexing an usb stick after an error in a single file. (tomeu)Tomeu Vizoso2007-10-231-52/+57
| * ids(mountpoint) -> list of ids on that mountpointBenjamin Saller2007-10-223-1/+18
| * Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/datastoreBenjamin Saller2007-10-163-55/+2
| |\
| * \ Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/datastoreBenjamin Saller2007-10-122-0/+53
| |\ \
| * | | changes to api to reflect the DBus compat requests of #4064Benjamin Saller2007-10-091-3/+4
| * | | fixes #3163Benjamin Saller2007-10-091-0/+1
* | | | FAT doesn't like :, sanitize itMarco Pesenti Gritti2007-10-231-0/+1
| |_|/ |/| |
* | | Use the mime helpers from sugar-base.Marco Pesenti Gritti2007-10-153-55/+2
| |/ |/|
* | Use cut/pasted sugar logger initialization, soMarco Pesenti Gritti2007-10-092-0/+53
|/
* external propsBenjamin Saller2007-10-083-14/+57
* orderby fix, allow []Benjamin Saller2007-10-071-3/+4
* Request binary data as dbus.ByteArray.Tomeu Vizoso2007-10-071-2/+4
* force a flush on stop() to the indexerBenjamin Saller2007-10-051-0/+1
* offset args reversedBenjamin Saller2007-10-051-1/+1
* offset handlingBenjamin Saller2007-10-051-1/+1
* fulltext settings bug. Now storable just stores (for binary props)Benjamin Saller2007-10-052-2/+3
* single xapian connection (we might revert this but it manages fewer flushes t...Benjamin Saller2007-10-053-16/+33
* #3180: Recreate the index on mount failure of only removable devices.Tomeu Vizoso2007-10-041-1/+21
* Revert #3180: Recreate the index on mount failure.Tomeu Vizoso2007-10-041-21/+1
* single patch part 2Benjamin Saller2007-10-033-63/+68
* Add a suggested_filename property which the journalMarco Pesenti Gritti2007-09-201-2/+27
* Do not index hidden directories (the trash most importantly).Marco Pesenti Gritti2007-09-191-8/+19
* Fix undefined variable errorDan Williams2007-09-181-0/+1
* Backport sync metadata delete from the versioning branchMarco Pesenti Gritti2007-09-181-4/+8
* Backport partial matching from version_prototype branchMarco Pesenti Gritti2007-09-141-1/+29
* #3180: Recreate the index on mount failure.Tomeu Vizoso2007-09-121-1/+21
* #3374: Don't create another entry during async update.Tomeu Vizoso2007-09-121-1/+2