Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-06-05Fix for local sharedobject messageslewis1-3/+8
2006-06-04Added sendShowView and handler to remotely open Eclipse view using XMPP pluginslewis1-0/+90
2006-06-04Added XMPPSORobotApplicationslewis1-1/+1
2006-06-03Removed shared object class from org.eclipse.ecf.ui. Generalized org.eclipse...slewis1-0/+44
2006-05-23Fixes to javadocsslewis4-7/+6
2006-04-23Modified contract of ISharedObjectActivatedEvent. Removed 'others' array fro...slewis1-1/+1
2006-01-14Fixes for file sharing problems in collab objectslewis4-35/+28
2006-01-14Added SharedObjectTypeDescription class and changed API and all apps to use a...slewis8-44/+47
2006-01-13Changed RemoteSharedObjectDescription to ReplicaSharedObjectDescription. Upd...slewis7-25/+25
2006-01-13Added RemoteSharedObjectDescription subclass of SharedObjectDescription. Upd...slewis7-41/+29
2006-01-03Changed 'make' factory methods (e.g. IDFactory.getDefault().makeID) to 'creat...slewis8-56/+56
2006-01-01Changed names of event interfaces and event classes so as to match the move o...slewis1-6/+6
2005-12-21Added code to activate ECF Collaboration view and to bring tab to front when ...slewis1-1/+19
2005-12-20Removed superfluous imports from source files for build cleanlinessslewis1-2/+0
2005-12-19Setup co browsing to use internal browserslewis2-2/+28
2005-12-08Additions for enhancement request/bug 119206...displaying and replaying of sh...slewis1-71/+139
2005-12-07First cut at Bug 119206 Add 'event history' as hyperlinks to collab text chat...bbokowski1-1/+1
2005-12-07First cut at Bug 119206 Add 'event history' as hyperlinks to collab text chat...bbokowski1-23/+26
2005-12-04Renamed getOutputWindow to createOutputView for clarityslewis1-2/+2
2005-12-04Added text chat output for open shared editor eventsslewis1-14/+40
2005-11-19Removed superfluous importslewis1-1/+0
2005-11-13Added code to EclipseCollabSharedObject to create/add markers. Does not work...slewis2-4/+79
2005-11-13Fixed handling of context menu entry so that only IViewParts show menu item a...slewis2-13/+79
2005-11-11Added code to send/receive launcheditor message to EclipseCollabSharedObject ...slewis1-141/+54
2005-11-10Added senders/receivers method for launchEditorForFile (sendLaunchEditorForFi...slewis2-0/+42
2005-11-10Trying to be helpful... try to find an open editor and activate it before cre...bbokowski1-4/+12
2005-11-09Additions to EditorHelper for remote editor opening/controlslewis1-0/+11
2005-11-09Added EditorHelper class for interacting with editors.slewis1-0/+37
2005-10-20Fix for bug #107173: https://bugs.eclipse.org/bugs/show_bug.cgi?id=107173.slewis1-63/+18
2005-10-20Fix for bug #107173: https://bugs.eclipse.org/bugs/show_bug.cgi?id=107173.slewis1-6/+13
2005-09-06Fix for problem reported by Gerhard Maier (gerhard.maier@netallied.de) in the...slewis2-3/+14
2005-08-18Changed IContainer.joinGroup to IContainer.connect, IContainer.leaveGroup to ...slewis2-14/+14
2005-08-02Changes for support of new ContainerFactoryslewis1-4/+5
2005-07-09Changed IDFactory.makeID() API to be: IDFactory.getDefault().makeID(). Upda...slewis1-1/+1
2005-07-06Removed isGroupServer from ISharedObjectContext (and replaced with isGroupMan...slewis5-6/+6
2005-07-05API Change. Modified ISharedObjectManager.addSharedObject and ISharedObjectM...slewis1-2/+5
2005-07-04Added code to support transactional distribution of shared objectsslewis2-4/+2
2005-06-18Fixes for compiler warningsslewis12-56/+46
2005-06-02Fixed presentation of shared urls so that they appear in external browser. R...slewis2-32/+9
2005-05-04Changed IJoinAuthorizationContext interface to IJoinContext. Removed API ISh...slewis1-1/+2
2005-04-01Fixed file transfer, file send and launch, send messageslewis5-73/+92
2005-02-23Added WorkbenchAction class to provide a top-level menu and iconslewis1-4/+4
2005-02-23Generalized use of IProject interface to IResource (so it could be associated...slewis2-10/+9
2005-02-18Chat StyledText widget now uses color to denote message origin.kgilmer2-1104/+1166
2005-02-13Renamed some of the interfaces classes in org.eclipse.ecf.core.util for consi...slewis1-2/+2
2005-02-01Added Ken's additions to enable view context menu. Also changes name of ECF ...slewis1-2/+2
2005-01-31Fixed reporting of file received so that local storage path is presented. Al...slewis1-1/+1
2005-01-31Removed/commented out code that referenced CVS update operations. This allow...slewis1-6/+4
2005-01-30Initial checkin for collab example applicationslewis25-0/+4333

    Back to the top