Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/journal
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicates from the activities submenu #497Tomeu Vizoso2009-03-061-2/+4
* Check the activity version and replace an older version upon download #464Tomeu Vizoso2009-03-021-3/+4
* Fall back to application-octet-stream for unknown types #458Tomeu Vizoso2009-03-011-0/+3
* Retrieve from the DS the bundle_id property #458Tomeu Vizoso2009-03-011-1/+1
* Support the case when an activity bundle is not completely downloaded and we ...Tomeu Vizoso2009-03-011-3/+3
* Dont hardcode the maximum amount of entries to cache in the journal #72Tomeu Vizoso2009-02-252-20/+22
* Fix a couple of trivial pylint warningsTomeu Vizoso2009-02-241-1/+0
* Use the generic type icon if availableTomeu Vizoso2009-02-161-11/+18
* Method _get_icon_file_name moved to sugar.graphics.iconSimon Schampijer2009-02-161-11/+3
* Close the object chooser when the activity is closed. #329Tomeu Vizoso2009-02-101-1/+12
* Use documend-send icon (Gary C Martin) #227Simon Schampijer2009-02-041-1/+1
* Add 'View Details' option to object palette in journalSimon Schampijer2009-01-292-4/+45
* #226 Add a 'Clear search' button to 'No matching entries' messageTomeu Vizoso2009-01-233-7/+37
* #225 Correctly detect when a query in the journal is emptyTomeu Vizoso2009-01-231-9/+17
* Merge branch 'master' of gitorious@git.sugarlabs.org:sugar/mainlineSimon Schampijer2009-01-211-11/+18
|\
| * Display a message when the collaboration connection doesn't support file tran...Tomeu Vizoso2009-01-211-11/+18
* | add start-with option to objectpalette in the journalSimon Schampijer2009-01-211-1/+39
|/
* Merge branch 'master' of gitorious@git.sugarlabs.org:sugar/mainlineSimon Schampijer2009-01-212-10/+9
|\
| * fix sporadic backtrace I was gettingTomeu Vizoso2009-01-211-1/+1
| * #33 Display space used and left in the volume palette in the journalTomeu Vizoso2009-01-211-9/+8
* | #219 fix filtering the objectchooser with data typesSimon Schampijer2009-01-201-1/+1
|/
* cope for moving canvastextview.py to sugar/graphicsSimon Schampijer2009-01-181-1/+1
* move the canvastextview to jarabe/viewSimon Schampijer2009-01-171-18/+1
* Use a specific property for caching the bundle_id instead of using 'activity'Tomeu Vizoso2009-01-162-4/+7
* 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
* #132 Filter by timestamp, not by mtimeTomeu Vizoso2009-01-111-3/+4
* pylint fixesTomeu Vizoso2009-01-112-4/+4
* Fix text queries with multiple termsTomeu Vizoso2009-01-111-3/+8
* Add support for text queries on removable devicesTomeu Vizoso2009-01-113-17/+37
* Use gio to guess the entry iconTomeu Vizoso2009-01-111-3/+6
* Use gio to guess the mime typeTomeu Vizoso2009-01-101-1/+2
* Abort previous ResultSet operationsTomeu Vizoso2009-01-102-0/+18
* Read removable devices asynchronouslyTomeu Vizoso2009-01-102-27/+83
* Dont abort if we cannot read a file from a removable deviceTomeu Vizoso2009-01-081-6/+10
* Correctly check if an entry is marked as favoriteTomeu Vizoso2009-01-081-2/+1
* Remove obsolete workaroundTomeu Vizoso2009-01-081-5/+0
* Take into account the keep filter when we check for an empty journalTomeu Vizoso2009-01-081-0/+3
* Add a favorite filter to the journal toolbarTomeu Vizoso2009-01-081-9/+17
* 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
* Only schedule one refresh at a timeTomeu Vizoso2009-01-071-17/+10
* 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