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
* Fix naming of "duplicate" files on external media (SL#2060)Gonzalo Odiard2011-01-161-1/+1
* fix journal scan of external media, dev.laptop.org #10140James Cameron2010-12-171-47/+90
* PEP8 cleanup: ensure lines are shorter than 80 charactersSascha Silbe2010-11-241-5/+7
* PEP8 cleanup: fix inline comment spacingSascha Silbe2010-11-241-1/+2
* PEP8 cleanup: fix spaces around operators and parenthesesSascha Silbe2010-11-241-3/+3
* pep8 cleanup: fix number of blank linesSascha Silbe2010-11-241-0/+19
* style cleanup: move globals before class and method definitionsSascha Silbe2010-11-241-5/+7
* Add creation_time property to the journal model.Andrés Ambrois2010-08-241-1/+1
* Implement sorting for removable devices.Andrés Ambrois2010-08-241-3/+13
* Journal: Retrieve filesize from the datastoreAndrés Ambrois2010-08-241-3/+3
* Remove unneeded journal debug logs #1862Simon Schampijer2010-08-241-4/+0
* 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