Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activities
Commit message (Collapse)AuthorAgeFilesLines
* Add a gecko module. Disable popups.Marco Pesenti Gritti2006-09-261-0/+3
|
* Work around browser crash.Marco Pesenti Gritti2006-09-221-0/+1
|
* Ungrab keyboard on release. Use the new stock icons for browser (still broken)Marco Pesenti Gritti2006-09-221-2/+2
|
* Rework toolbar to be more similar to the design. Cleanup codeMarco Pesenti Gritti2006-09-213-70/+41
|
* Use gtkmozembedMarco Pesenti Gritti2006-09-202-17/+7
|
* Cleanup browser model service on destroy.Marco Pesenti Gritti2006-09-121-0/+5
| | | | Remove the activity service even if the owner is gone.
* Add iconMarco Pesenti Gritti2006-09-041-0/+1
|
* Get rid of default type from the activity definition.Marco Pesenti Gritti2006-09-022-3/+1
| | | | | Modify code to use activity type id instead, except from mapping service to activity.
* Rework profiles code a bit, initialize gecko profileMarco Pesenti Gritti2006-08-251-0/+6
|
* Skeleton group chat activity.Marco Pesenti Gritti2006-08-196-2/+22
| | | | Fix positioning in the activity bar.
* Some work to implement the activity barMarco Pesenti Gritti2006-08-161-0/+1
|
* Get one-to-one chat back to workMarco Pesenti Gritti2006-08-091-1/+1
|
* Load google as homepage. Some cleanups.Marco Pesenti Gritti2006-08-091-9/+11
|
* More work on the chat. Fix terminal apiMarco Pesenti Gritti2006-08-094-9/+18
|
* Start refactoring to get back buddy chat to work...Marco Pesenti Gritti2006-08-091-72/+0
|
* Improve the activity apiMarco Pesenti Gritti2006-08-081-29/+18
|
* Use the default service to get activity informations, insteadMarco Pesenti Gritti2006-08-082-2/+1
| | | | of Activity ps object.
* Move activity service registration in ActivityMarco Pesenti Gritti2006-08-071-12/+2
|
* Remove args from the factory interfaceMarco Pesenti Gritti2006-08-072-10/+3
|
* Rework to not use protected APIMarco Pesenti Gritti2006-08-071-2/+3
|
* Adapt to gecko-embed api changeMarco Pesenti Gritti2006-07-311-1/+1
|
* Use dbus activation to launch factories. This breaksMarco Pesenti Gritti2006-07-277-17/+8
| | | | p-to-p chat and ./sugar/activities. Will fix tomorrow.
* Load the current page when joining an active.Marco Pesenti Gritti2006-07-261-16/+25
| | | | Get back page sharing to work.
* Get one-to-one chat back to workMarco Pesenti Gritti2006-07-261-4/+7
|
* More chat fixes...Marco Pesenti Gritti2006-07-262-7/+2
|
* Get private chat to show, not working yetMarco Pesenti Gritti2006-07-262-16/+11
|
* Make shareActivity workDan Williams2006-07-261-1/+1
|
* s/publish/shareDan Williams2006-07-251-2/+2
|
* Fix occurances of get_nick_name() -> get_name()Dan Williams2006-07-241-1/+1
|
* More fixes, and convert python PS bindings to more glib style method namesDan Williams2006-07-232-9/+6
|
* Add a show_launcher property. Show only the web activityMarco Pesenti Gritti2006-07-201-0/+1
|
*