Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* pylint: sugar.wm._property_change_trapped: allow overriding built-in methodSascha Silbe2011-02-101-0/+1
* pylint cleanup: pass format parameters to log functions instead of using %Sascha Silbe2011-02-101-2/+2
* Get the correct window property instead of '_SUGAR_ACTIVITY_ID' (#1251)Benjamin Berg2011-02-101-1/+1
* Do not pop the error trap twice (pointed out by Sascha Silbe in #1123).Benjamin Berg2011-02-101-1/+1
* Trap X errors in wm.py (#1123)Benjamin Berg2011-02-101-6/+33
* bundlebuilder: move the mime type installation in a separate method, part of ...Simon Schampijer2010-12-151-2/+7
* bundlebuilder: install mimetypes.xml and associated icon #10427Simon Schampijer2010-11-251-0/+2
* Apply new version scheme as well to content bundles #10379Simon Schampijer2010-11-251-3/+7
* Add new activity numbering scheme #10379Simon Schampijer2010-11-124-7/+170
* Do not break if the string contains no conversion specifier #10372Simon Schampijer2010-10-061-4/+11
* Save title when closing #1948Simon Schampijer2010-09-011-1/+8
* fix failure to start Read on newly installed system, dev.laptop.org #10218Simon Schampijer2010-08-091-3/+5
* Cannot delete stalled download from journal #1987Simon Schampijer2010-06-071-3/+2
* Do not fail if activity mime_type was already installed #1394Simon Schampijer2010-06-071-9/+20
* Really fix #1765 this timeSayamindu Dasgupta2010-05-111-1/+1
* Properly initialize _update_signal_match in class DSObjectSayamindu Dasgupta2010-05-111-1/+1
* sl#1948: Race condition with name widget in the activity toolbarBernie Innocenti2010-04-221-11/+6
* Removes the use of O_SYNC on logs #1656James Cameron2010-03-221-2/+1
* Changes to a Journal entries metadata are wiped if activity is still open (#1...Simon Schampijer2010-03-221-1/+45
* Do not fail while closing object less activities #1714Aleksey Lim2010-03-221-1/+2
* check syntax of private key (#1568)Sascha Silbe2010-03-221-1/+5
* After using CP, the XO home palette is incorrectly scrolled (blank lines + mi...Simon Schampijer2010-03-221-1/+1
* Apply activity font settings earlier (#1607)Daniel Drake2009-12-242-3/+7
* Fix bold font styleDaniel Drake2009-12-021-1/+1
* Apply font configuration from GConf (#1584)Daniel Drake2009-12-012-3/+10
* Save activity_id if its not yet in the DS #1276Tomeu Vizoso2009-12-011-0/+3
* To emulate missed parts of DSObject - optional file_path removing #1241Aleksey Lim2009-12-011-2/+4
* Some activities relies on existing of ds fields like 'title' #1241Aleksey Lim2009-12-011-1/+16
* ObjectChooser displays USB media files, but fails to access file #1241Aleksey Lim2009-12-011-1/+45
* Telepathy doesn't create log files #1178Aleksey Lim2009-08-141-4/+4
* Do not fail while displaying activity icon for bundles in Journal #1175Aleksey Lim2009-08-141-0/+12
* Fix ContentBundle bundle_idDaniel Drake2009-07-101-1/+15
* Revert the cell renderer stuff, was committed in the wrong branchTomeu Vizoso2009-06-132-258/+0
* Implement prelighting of cell renderer iconsTomeu Vizoso2009-06-131-6/+53
* Redraw cell renderers on hovering changedTomeu Vizoso2009-06-131-0/+14
* Silence warning and reduce debug logging a bitTomeu Vizoso2009-06-071-4/+3
* Add CellRendererInvokerTomeu Vizoso2009-06-072-2/+129
* Add activate signal to CellRendererIconTomeu Vizoso2009-06-061-0/+7
* Add CellRendererIconTomeu Vizoso2009-06-061-0/+64
* Limit length of labels in palettes to 60 chars by default #610Tomeu Vizoso2009-04-062-2/+2
* Merge branch 'sucrose-0.84' of gitorious@git.sugarlabs.org:sugar-toolkit/main...Simon Schampijer2009-03-302-5/+10
|\
| * Only call read_file once on activity startup #428Tomeu Vizoso2009-03-271-2/+8
| * Revert "Listen for map in Window instead of in Canvas (alsroot) #428"Tomeu Vizoso2009-03-271-3/+2
| * Use git ls-files instead of git-ls-files, to work with newer Git. d.sl.o #647Sayamindu Dasgupta2009-03-261-1/+1
* | Bundlebuilder list_files: Better error handling #635Simon Schampijer2009-03-301-0/+2
|/
* Bundlebuilder: Don't include whole directory in src tarballSimon Schampijer2009-03-241-1/+1
* Fix palettes scaling when using scaling factor 72 #504Simon Schampijer2009-03-131-3/+3
* Use Popen.communicate() to avoid hang (Sascha Silbe) #397Tomeu Vizoso2009-03-121-2/+3
* Change property type to object because int cannot be None #157Tomeu Vizoso2009-03-051-1/+1
* Catch all exceptions while saving #224Tomeu Vizoso2009-03-031-1/+1