summaryrefslogtreecommitdiff
path: root/daemon/gvfsbackendtrash.c
Commit message (Expand)AuthorAgeFilesLines
* Use Unicode in translatable stringsPiotr Drąg2016-10-031-1/+1
* daemon: Set G_FILE_ATTRIBUTE_FILESYSTEM_REMOTE attributeOndrej Holy2016-06-281-0/+3
* trash: Rescan trash dirs before operations with filesOndrej Holy2016-03-311-0/+12
* trash: Implement query_info_on_read()Ross Lagerwall2014-04-301-0/+29
* Revert "trash: Don't use try_ for blocking methods"Ross Lagerwall2014-02-021-29/+51
* trash: Don't use try_ for blocking methodsRoss Lagerwall2014-01-101-51/+29
* trash: Fix missing includeRoss Lagerwall2013-11-081-0/+1
* trash: Add " (invalid encoding)" to files with invalid encodingRoss Lagerwall2013-11-081-4/+3
* trash: Support enumerating non-UTF-8 filenamesRoss Lagerwall2013-11-081-15/+0
* trash: Use the symbolic names for trash:: attributesBastien Nocera2013-03-141-3/+3
* Add symbolics support to the backendsWilliam Jon McCann2012-08-301-0/+5
* trash: Make it possible to get to real URIBastien Nocera2012-07-131-1/+14
* Don't always overwrite on trash restoreAlexander Larsson2009-10-081-1/+1
* [TRASH] pass cancellables to GFile operationsBenjamin Otte2009-06-101-10/+17
* Convert all spew to g_debug()Alexander Larsson2009-03-061-1/+1
* Bug 570533 – use g_set_error_literalCosimo Cecchi2009-02-131-12/+12
* Bug 570481 – Please add translator commentsRyan Lortie2009-02-041-2/+2
* nail a couple of leaksRyan Lortie2009-01-201-0/+2
* don't insta-thaw deletes use a timeout to only call thaw() once per batchRyan Lortie2009-01-121-0/+25
* add trash::orig-path and trash::deletion-date infoRyan Lortie2008-12-161-6/+21
* relicense to LGPLv2+GVFS_1_1_2Ryan Lortie2008-12-151-2/+5
* Fix dist issuesAlexander Larsson2008-12-151-2/+2
* Fix memory leaks on trash backendRyan Lortie2008-12-121-68/+108
* Implement pull support on trash backend.Ryan Lortie2008-12-121-0/+65
* New trash:/ backend.Ryan Lortie2008-12-121-1636/+496
* Add Push and Pull. Remove Upload. (#550100)Christian Kellner2008-09-011-0/+81
* Plug some leaks on error pathsMatthias Clasen2008-08-251-1/+1
* Correctly set copy name to original file name. Fixes #41852.Christian Neumair2008-08-161-1/+4
* Bug 525779: Dont look for trashs dir on sys mountsChristian Kellner2008-08-021-2/+5
* Bug 509740 – Trash icon not updated ...Christian Kellner2008-08-021-1/+21
* Use hex escapes in the trash backend. Patch by Andreas Henriksson. FixesA. Walton2008-06-111-17/+32
* get rid of modelines The modelines were inconsistent and caused issuesBenjamin Otte2008-04-221-1/+0
* plug some minor memory leaks.Paolo Borelli2008-03-281-3/+11
* Make sure the display name is correct even for subdirectories inside thePaolo Borelli2008-03-251-16/+7
* Create the root monitor for trash when mounting. (#509740).Cosimo Cecchi2008-03-031-4/+6
* Some more cleanup.Alexander Larsson2008-02-191-3/+4
* Code cleanup from Kjartan: Removes unused code/variables. Uses rightAlexander Larsson2008-02-191-8/+5
* Keep track of the number of top level items in the trash. Expose thisRyan Lortie2008-02-131-26/+39
* Set the correct copy name. Set description.Alexander Larsson2008-02-111-1/+11
* Rename burn:// with old "CD/DVD Creator" name.Luca Ferretti2008-02-101-2/+3
* Always set CAN_TRASH to falseAlexander Larsson2008-02-081-0/+6
* Handle unescaping __ correctly (#514040)Alexander Larsson2008-02-081-1/+1
* Correctly set the name for toplevel items.Alexander Larsson2008-02-051-0/+6
* Use -, not _ in attribute namesAlexander Larsson2008-01-231-2/+2
* Use :: to delimit namespace for trash attributesAlexander Larsson2008-01-231-2/+2
* Fix warningsAlexander Larsson2008-01-211-6/+6
* Clean up strings and add translator commentsAlexander Larsson2008-01-151-1/+2
* Update to new gio APIAlexander Larsson2008-01-141-3/+5
* Make GVfsMonitor API simpler for users.Alexander Larsson2008-01-101-29/+16
* Remove freeing of initial ref after delay.Alexander Larsson2008-01-101-11/+13