Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'master' of gitorious@git.sugarlabs.org:sugar/mainlineSimon Schampijer2009-01-162-4/+7
|\
| * Use a specific property for caching the bundle_id instead of using 'activity'Tomeu Vizoso2009-01-162-4/+7
| |
* | separate debug settings from xsession #163Simon Schampijer2009-01-161-0/+4
|/ | | | | | - source the debug options in the sugar executable - create ~/.sugar/debug file on profile creation where one can customize the debug options
* Add logout option #207 to xomenu (sayamindu, icon by eben)Simon Schampijer2009-01-161-0/+9
|
* pylint fixesSimon Schampijer2009-01-161-4/+3
|
* Fix the functionality of actions in the XO menu.Eben Eliason2009-01-152-14/+2
| | | | | | This fixes the missing imports which prevented the menu from working, and removes the redundant code that was left in favoritesview.py
* Merge branch 'master' of git://git.sugarlabs.org/sugar/mainlineEben Eliason2009-01-155-14/+51
|\
| * added missing import for controlpanelSimon Schampijer2009-01-151-0/+1
| |
| * About my XO -> About my ComputerSimon Schampijer2009-01-151-1/+1
| |
| * Correctly print backtracesTomeu Vizoso2009-01-142-2/+9
| |
| * pylint fixSimon Schampijer2009-01-141-1/+1
| |
| * Autoconnect to AP that we connected to last #8Simon Schampijer2009-01-142-11/+40
| |
* | Make the XO menu ubiquitous in the UI.Eben Eliason2009-01-153-34/+48
|/ | | | | | | | | This change makes the XO menu appear on all instances of the XO icon in the UI, including all zoom levels as well as the Frame. In the short term, the register option remains as a special case only on the XO enu in Home.
* Revert "Remove options from the central XO icon"Tomeu Vizoso2009-01-131-0/+32
| | | | This reverts commit dc56975f37ccf0a00fd971bcb11af73ea137b4b3.
* Draw a grey rectangle when hovering a favorite iconTomeu Vizoso2009-01-121-0/+45
|
* Resume by default the last activity from the favorites viewTomeu Vizoso2009-01-121-23/+148
|
* 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
|
* Merge branch 'master' of git://git.sugarlabs.org/sugar/mainlineBenjamin Berg2009-01-118-131/+309
|\
| * #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
| |
| * Rename parameter to what_filterTomeu Vizoso2009-01-063-12/+12
| |
| * typoTomeu Vizoso2009-01-061-1/+1
| |
| * #3060 Add the possibility of filtering the object chooser by data typeTomeu Vizoso2009-01-063-4/+20
| |
* | Fix backtrace that happens when moving icons in the favorites view.Benjamin Berg2009-01-111-1/+1
|/
* Remove superfluous checkTomeu Vizoso2009-01-051-3/+0
|
* #36 Refresh the detailed view when the entry changesTomeu Vizoso2009-01-051-0/+5
|
* #38 Refresh full metadata when editing so we dont lose propertiesTomeu Vizoso2009-01-051-0/+2
|
* style changeSimon Schampijer2009-01-051-2/+2
|