Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* accessibility_0001_style-contrast.patchdextroseUnknown2010-11-011-1/+9
|
* keep_a_copy_translation_missing.patchUnknown2010-11-011-0/+4
|
* bundle-Delete-activities-profile-data-when-uninstall.patchUnknown2010-11-011-1/+8
|
* Add ErrorAlert inherited from Alertanishmangal20022010-11-011-0/+44
| | | | | | | | | Adds the ErrorAlert class which is an alert inherited from the base Alert class. This is very similar to the ConfirmationAlert class with the difference being that it only displays an 'Ok' button in the Alert popup. Signed-off-by: anishmangal2002 <anishmangal2002@gmail.com>
* Change keep string to keep a copyJorge Saldivar2010-11-011-1/+1
|
* RFC: Kill the delayed menus for goodBernie Innocenti2010-11-012-2/+2
| | | | | | | | | | | | | | | | | Hello, Michael just passed by the Acetarium and, since the dinner was late, we found the time to test and review his latest prototype^W patch. I'm loving how the menus suddenly are now snappy and responsive. Please, test it yourself and report back. If we like this change, I think we should go on and also kill the code that this patch makes redundant. (please, let's not add another configurable knob!) >From 83ef08969ed7bee08f90c12bfa1eedcb7fb0500c Mon Sep 17 00:00:00 2001 From: Michael Stone <michael@laptop.org> Date: Mon, 14 Sep 2009 22:33:12 -0400 Subject: Make various palette animations happen more quickly.
* Remove incomplete MANIFEST supportBernie Innocenti2010-11-013-150/+6
| | | | | | | | | | | This incomplete feature contributes to confuse new activity authors and slightly complicates our bundle installation logic. The day someone finds something useful to do with the MANIFEST specification, we can revert this patch in no time. Signed-off-by: Bernie Innocenti <bernie@codewiz.org> Tested-by: Bernie Innocenti <bernie@codewiz.org>
* Set default accelerators for Copy and Paste buttonsBernie Innocenti2010-11-011-0/+2
|
* Use set_toolbar_box() in example code.Bernie Innocenti2010-11-011-1/+1
| | | | | | The set_toolbox() method is obsolete, so let's not advertise it. Signed-off-by: Bernie Innocenti <bernie@codewiz.org>
* Add NotifyRedAlert inherited from NotifyAlertanishmangal2002@gmail.com2010-11-011-0/+46
| | | | | | | | | Adds the NotifyRedAlert class which is an alert inherited from NotifyAlert. When the alert message is displayed, it glows the alert bar Red before slowly fading out to black, thus resulting in a more visible notification. Signed-off-by: anishmangal2002 <anishmangal2002@gmail.com>
* sl1876.patchUnknown2010-11-011-1/+6
|
* fix two trivial shell.log warningsJames Cameron2010-11-011-3/+3
| | | | | | "DeprecationWarning: integer argument expected, got float" was happening in two places. An issue that has been with us for at least 12 months, since it was also seen in logs attached to SL #870.
* Release 0.88.1v0.88.1sucrose-0.88Simon Schampijer2010-06-031-1/+1
|
* Bundelbuilder should not use localized activity name #1968 (Walter Bender)Simon Schampijer2010-06-032-3/+11
| | | | | | The localized activity name is only used for user-facing strings. The .xo and .tar files are left in the original name.
* Cannot delete stalled download from journal #1987Aleksey Lim2010-06-021-3/+2
|
* Reset timeout delay on every TitleEntry change #1948Aleksey Lim2010-06-021-3/+4
|
*