Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/journal/model.py
Commit message (Expand)AuthorAgeFilesLines
* let the logger do the formattingSascha Silbe2009-08-241-15/+13
* Bunch of pylint fixesTomeu Vizoso2009-08-191-4/+4
* Fix naming of entries with unknown extensions (silbe) #1040Tomeu Vizoso2009-07-271-4/+6
* Refactor journal to use a gtk.TreeViewTomeu Vizoso2009-06-271-44/+37
* Retrieve from the DS the bundle_id property #458Tomeu Vizoso2009-03-011-1/+1
* Dont hardcode the maximum amount of entries to cache in the journal #72Tomeu Vizoso2009-02-251-18/+20
* Correctly print backtracesTomeu Vizoso2009-01-141-1/+1
* Implement filtering by file type for removable devicesTomeu Vizoso2009-01-121-2/+9
* Implement filtering by date range for removable devicesTomeu Vizoso2009-01-111-3/+17
* pylint fixesTomeu Vizoso2009-01-111-1/+1
* Fix text queries with multiple termsTomeu Vizoso2009-01-111-3/+8
* Add support for text queries on removable devicesTomeu Vizoso2009-01-111-2/+31
* Use gio to guess the mime typeTomeu Vizoso2009-01-101-1/+2
* Abort previous ResultSet operationsTomeu Vizoso2009-01-101-0/+13
* Read removable devices asynchronouslyTomeu Vizoso2009-01-101-27/+43
* Dont abort if we cannot read a file from a removable deviceTomeu Vizoso2009-01-081-6/+10
* Minor optimization when browsing removable devicesTomeu Vizoso2009-01-071-9/+6
* Remove one os.path.join() for perf reasonsTomeu Vizoso2009-01-071-1/+1
* Cache mtime for faster sortingTomeu Vizoso2009-01-071-3/+3
* Remove old, forgotten codeTomeu Vizoso2009-01-071-2/+0
* Cache the file list of a removable device while we browse itTomeu Vizoso2009-01-071-5/+9
* Split backends in two ResultSet subclassesTomeu Vizoso2009-01-071-64/+87
* Sanitize the file name when we copy to removable devicesTomeu Vizoso2009-01-071-4/+35
* fix typoSimon Schampijer2009-01-071-1/+1
* Reduce the number of stat() callsTomeu Vizoso2009-01-071-11/+14
* #131 Some more fixes for opening clippingsTomeu Vizoso2009-01-041-1/+1
* #165 Install bundles when they get into the journalTomeu Vizoso2009-01-041-0/+13
* Use util.TempFilePath and stop leaking temp filesTomeu Vizoso2009-01-031-3/+7
* Refetch the whole set of metadata properties for displaying the detailed viewTomeu Vizoso2008-12-201-1/+2
* Add a TODO commentTomeu Vizoso2008-12-021-2/+3
* Implement writing files to removable devicesTomeu Vizoso2008-12-021-1/+17
* Make sure entries have the mountpoint propertyTomeu Vizoso2008-12-011-35/+43
* Remove jarabe/model/volume.py and use gio insteadTomeu Vizoso2008-11-291-1/+1
* Sort results from removable devicesTomeu Vizoso2008-11-281-8/+16
* Implement delete and get_unique_valuesTomeu Vizoso2008-11-281-2/+6
* First try at restoring removable devices support in the journalTomeu Vizoso2008-11-281-0/+325