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
* jarabe.journal.model: remove invalid order_by=-mtime (#1653)Sascha Silbe2010-03-091-3/+0
* Do not transfer ownership while copying objects #1688Aleksey Lim2010-03-081-4/+4
* simplify jarabe.journal.model._Cache (#1651)Sascha Silbe2010-02-081-20/+10
* Sporadic freezes while scrolling journal #1506Aleksey Lim2009-10-181-1/+1
* Progress bar for reading volumes nevers stops if can't read all volume entrie...Aleksey Lim2009-09-231-8/+20
* Error while deleting non-ds objects from Journal #1415Aleksey Lim2009-09-231-0/+2
* Process non-ds object in the right way in Journal #1262Aleksey Lim2009-09-071-2/+7
* pylint fixesSimon Schampijer2009-08-251-1/+1
* trim EOL (end-of-line) spaces on source filesSascha Silbe2009-08-251-3/+3
* add technical details to details view in JournalSascha Silbe2009-08-251-0/+15
* Revert thumbs mergeAleksey Lim2009-08-251-15/+5
* Corrections after rebasing to masterAleksey Lim2009-08-251-2/+2
* Implement ThumbsViewAleksey Lim2009-08-251-3/+13
* 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