Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/activity
Commit message (Expand)AuthorAgeFilesLines
* sugar.activity.i18n: add pgettext()Sascha Silbe2011-02-151-0/+18
* bundlebuilder: genpot: don't use absolute paths in filenames (SL#2508)Simon Schampijer2011-02-121-1/+3
* bundlebuilder: install mimetypes.xml and associated icon #2262Simon Schampijer2010-11-241-0/+2
* bundlebuilder: ignore incorrect pylint warningSascha Silbe2010-11-231-0/+1
* pylint cleanup: disable warnings for reasonable catch-all exception handlersSascha Silbe2010-11-231-0/+1
* pylint cleanup: replace disable-msg with disableSascha Silbe2010-11-231-2/+2
* style cleanup: prefer ' for stringsSascha Silbe2010-11-236-37/+37
* style cleanup: use """ everywhereSascha Silbe2010-11-231-7/+7
* PEP8 cleanup: fix whitespace before ':'Sascha Silbe2010-11-231-1/+1
* PEP8 cleanup: fix spaces around keyword parametersSascha Silbe2010-11-232-4/+4
* PEP8 cleanup: fix whitespace around operatorSascha Silbe2010-11-231-1/+2
* PEP8 cleanup: don't use has_key()Sascha Silbe2010-11-232-8/+5
* PEP8 cleanup: ensure lines are shorter than 80 charactersSascha Silbe2010-11-231-1/+2
* PEP8 cleanup: fix number of blank linesSascha Silbe2010-11-231-0/+1
* Add new numbering scheme #2425Simon Schampijer2010-11-091-3/+3
* Fix running multiple instances of Browse by adapting to API changes #2404Tomeu Vizoso2010-10-051-3/+4
* Address comments from Simon's reviewTomeu Vizoso2010-08-201-4/+0
* Address several nitpicks from MarcoTomeu Vizoso2010-08-201-23/+31
* Rename ActivityHandle.handle_invite to ActivityHandle.invitedTomeu Vizoso2010-08-204-10/+10
* Remove unused constantTomeu Vizoso2010-08-201-1/+0
* Add copyright statement due to the collaboration refactoringTomeu Vizoso2010-08-201-0/+1
* Misc. pylint fixesTomeu Vizoso2010-08-201-3/+5
* Remove some unused importsTomeu Vizoso2010-08-202-4/+1
* Add the MAC address to the data that gets hashed to get an activity_idTomeu Vizoso2010-08-201-22/+2
* Call the new invite method in ActivityService InviteCommand and keep a stub f...Tomeu Vizoso2010-08-201-1/+5
* Handle invitations using Mission Control 5.Tomeu Vizoso2010-08-204-33/+133
* Take into account the "private" property when updating the scope toolbuttonTomeu Vizoso2010-08-201-1/+2
* Implement inviting buddies to a private activityTomeu Vizoso2010-08-202-6/+7
* Replace enough of the old PS so we can share an activity instance publicallyTomeu Vizoso2010-08-201-6/+4
* Replace enough of the old PS so we can join an activity instance on the network.Tomeu Vizoso2010-08-202-3/+7
* Use set_toolbar_box() in example code.Bernie Innocenti2010-07-011-1/+1
* Set default accelerators for Copy and Paste buttonsBernie Innocenti2010-07-011-0/+2
* Bundelbuilder should not use localized activity name #1968 (Walter Bender)Simon Schampijer2010-06-031-1/+1
* Reset timeout delay on every TitleEntry change #1948Aleksey Lim2010-06-021-3/+4
* Display a message when an activity fails to start (based on wadeb patches) #1447Aleksey Lim2010-03-101-4/+38
* A little bit of pylint cleanupSimon Schampijer2010-03-101-1/+0
* Log saving errors in activities #1703Tomeu Vizoso2010-03-091-2/+2
* Removes the use of O_SYNC on logs #1656James Cameron2010-03-091-2/+1
* Do not fail while closing object less activities #1714Aleksey Lim2010-03-091-1/+2
* Override canvas property in Activity class #1795Aleksey Lim2010-03-081-0/+5
* Merge branch 'master' of git://git.sugarlabs.org/sugar-toolkit/gettext-enhanc...Sayamindu Dasgupta2010-02-103-3/+147
|\
| * More cleanups for i18n.pySayamindu Dasgupta2010-02-101-22/+22
| * Make the dictionary sorting a bit more sensibleSayamindu Dasgupta2010-02-091-3/+4
| * Clean up docstringSayamindu Dasgupta2010-02-091-4/+6
| * Consistent variable namesSayamindu Dasgupta2010-02-091-19/+19
| * Should be and, and not orSayamindu Dasgupta2010-02-081-1/+1
| * Style and PEP8 fixesSayamindu Dasgupta2010-02-081-14/+18
| * Describe the args of the i18n methodsSayamindu Dasgupta2010-02-011-0/+3
| * Import in two lines instead of oneSayamindu Dasgupta2010-02-011-1/+2
| * Update Makefile.amSayamindu Dasgupta2010-01-241-0/+1