Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Print warnings about the deprecated activity.info fieldsSimon Schampijer2010-08-171-0/+5
|
* Revert "Support dropped for activity.info fields 'service_name' and 'class'"Simon Schampijer2010-08-171-2/+8
| | | | This reverts commit e11b7d319626691a18db3b3e87f5f66c04102695.
* Support dropped for activity.info fields 'service_name' and 'class'Simon Schampijer2010-08-161-8/+2
| | | | You have to use 'bundle_id' and 'exec' instead now.
* Add ErrorAlert inherited from Alertanishmangal20022010-08-101-0/+45
| | | | | | | | | 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>
*