Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
Commit message (Expand)AuthorAgeFilesLines
* Drop the browser stuff, it will be replaced by hulahop.Marco Pesenti Gritti2007-05-2110-1002/+0
* Size the toolbox to 1 grid cellMarco Pesenti Gritti2007-05-181-0/+1
* Draw the background of the toolbox hboxMarco Pesenti Gritti2007-05-181-1/+12
* Find executable in bundle (approved by marcopg, fix for #1362)Bert Freudenberg2007-05-171-2/+6
* Save to the journal when switching to another activity.Tomeu Vizoso2007-05-162-0/+22
* Don't save to the journal on focus-out.Tomeu Vizoso2007-05-161-6/+0
* Improve logging.Tomeu Vizoso2007-05-161-27/+4
* Don't set_active(0) on realize, as it would trigger 'changed'.Tomeu2007-05-161-5/+0
* Make datastore find & update operations asyncDan Williams2007-05-163-13/+37
* Fix mozilla components loading when sugar is running from source.Marco Pesenti Gritti2007-05-151-1/+1
* Do not assume we are packing an ActivityToolbox inside the activityMarco Pesenti Gritti2007-05-151-15/+9
* Set a default title for the activityMarco Pesenti Gritti2007-05-142-1/+7
* Improve the layout of the activity toolbarMarco Pesenti Gritti2007-05-141-9/+22
* Hide the tabs bar when there is only one toolbar.Marco Pesenti Gritti2007-05-142-3/+11
* More work on pyxpcom integrationMarco Pesenti Gritti2007-05-134-3/+29
* Implement setting the journal entry title from the toolbar.Tomeu2007-05-133-31/+72
* CleanupMarco Pesenti Gritti2007-05-111-1/+1
* Check the grid exists before trying to remove weight when removing items.Marco Pesenti Gritti2007-05-111-1/+2
* gtk thinks the xo dpi is 200.0Marco Pesenti Gritti2007-05-111-2/+3
* More distcheck fixesMarco Pesenti Gritti2007-05-111-1/+1
* Typo.Tomeu Vizoso2007-05-101-1/+1
* Temporary fix while we stabilize the new datastore.Tomeu Vizoso2007-05-101-1/+2
* Temporary try..excepts while we stabilize the new datastore.Tomeu Vizoso2007-05-102-3/+10
* Use the new DataStore and remove the old one.Tomeu Vizoso2007-05-105-283/+442
* Add an ItemInfo object associated with each item.Marco Pesenti Gritti2007-05-101-15/+53
* Notebook class now use **kwargs to set propertiesEduardo Silva2007-05-091-14/+14
* Set _shared_activity correctly when we share an activity successfullySimon McVittie2007-05-091-1/+1
* When joining an activity that's already been joined, call a callback which ex...Simon McVittie2007-05-091-1/+1
* Add some comments in the notebook classEduardo Silva2007-05-091-5/+17
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarSimon McVittie2007-05-082-2/+2
|\
| * Fix activity creation ID collisionsDan Williams2007-05-081-1/+1
| * Fix file closingDan Williams2007-05-081-1/+1
* | sugar.logger: Use formatters properly when interfacing with logging.Simon McVittie2007-05-081-1/+3
* | sugar.presence.presenceservice: don't mix up local variable 'activity' and im...Simon McVittie2007-05-081-3/+5
|/
* Merge branch 'master' of git://dev.laptop.org/sugarEduardo Silva2007-05-083-40/+112
|\
| * sugar/logger.py: interpolate %x parameters in messages from the logging frame...Simon McVittie2007-05-081-1/+1
| * Tweak the test to use realistic numbers. Some fixesMarco Pesenti Gritti2007-05-071-8/+21
| * Better spread algorhytm, work in progressMarco Pesenti Gritti2007-05-071-37/+94
| * Fix nickname encoding and length issuesDan Williams2007-05-071-1/+3
* | Notebook widget class: new 'can-close-tabs' propertyEduardo Silva2007-05-081-38/+48
|/
* New notebook controlEduardo Silva2007-05-062-0/+94
* Initial support for icon-only combo boxes.Tomeu Vizoso2007-05-051-8/+16
* Take out the HAVE_GECKO_1_9 ifdefs, we only support Gecko 1.9 now.Tomeu Vizoso2007-05-041-5/+0
* Implemented saving web history to the journal. Ifdefed by now while we wait f...Tomeu Vizoso2007-05-041-0/+15
* Fixed typo.Tomeu Vizoso2007-05-041-2/+2
* Add ToggleToolButton to the Makefile.Tomeu Vizoso2007-05-041-0/+1
* Fix typeDan Williams2007-05-031-1/+1
* Expose the buttons contained by the activity toolbar.Tomeu Vizoso2007-05-031-19/+11
* Added WebSession datastore object.Tomeu Vizoso2007-05-031-0/+6
* Misc fixes; better GlibURLDownloader error handling, fix GlibXMLRPCRequestHan...Dan Williams2007-05-031-11/+32