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
* refactoring based on lasted commits upstreamWalter Bender2013-06-091-16/+22
* Gio.content_type_guess now returns a dict instead of a strGonzalo Odiard2012-09-251-2/+5
* Journal: initial portManuel Quiñones2012-09-071-2/+2
* Fixups for the sugar.* imports to sugar3.* imports conversionSimon Schampijer2012-09-071-2/+2
* Run sugar-convert.sh for automatic conversion from sugar.* to sugar3.* importsSimon Schampijer2012-09-071-5/+5
* Run pygi-convert.sh for automatic conversion from GTK+ 2 to GTK+ 3Simon Schampijer2012-09-071-7/+7
* Pylint: remove unused import XoColorSimon Schampijer2011-09-071-1/+0
* Adjust the docstring for get_documents_pathSimon Schampijer2011-09-071-3/+3
* Add empty messages for empty devices and empty DOCUMENTS foldersSimon Schampijer2011-09-071-0/+23
* Model._get_mount_point loops foreverMartin Abente2011-08-191-1/+2
* Add duplicate functionality to the Journal and enhance copy functionalitySimon Schampijer2011-08-151-0/+2
* Make sure the entry has the right color when copying from external device to ...Simon Schampijer2011-06-241-0/+5
* Journal: Enable saving metadata in external device - OLPC#10717Gonzalo Odiard2011-06-241-2/+4
* Fix search on external device OLPC #10808Simon Schampijer2011-04-111-1/+1
* Copy to external device: do not fail on custom binary metadata OLPC #10807Simon Schampijer2011-04-111-1/+1
* Copy a Journal entry including the metadata to a removable deviceSimon Schampijer2011-02-231-21/+193
* don't choke on out-of-range times on FAT32 formatted mediaKenny Meyer2011-02-051-1/+1
* 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