Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-04-18Initial checkin of org.eclipse.ecf.telephony.call.uislewis13-0/+442
2007-04-18Initial checkin of org.eclipse.ecf.telephony.callslewis21-0/+856
2007-04-17fixed javadocsslewis1-1/+1
2007-04-17fixed javadocsslewis1-4/+1
2007-04-17Simplified presence API and changed existing impls to matchslewis1-1/+1
2007-04-17Simplified presence API and changed existing impls to matchslewis3-8/+5
2007-04-17Simplified presence API and changed existing impls to matchslewis3-57/+31
2007-04-17Added javadocsslewis1-2/+23
2007-04-17Updated docs for IRosterSubscriptionSenderslewis1-13/+28
2007-04-17Renamed IRosterUpdateListener to IRosterListener. Moved methods from IPresen...slewis3-413/+33
2007-04-17Renamed IRosterUpdateListener to IRosterListener. Moved methods from IPresen...slewis4-51/+43
2007-04-17We only want to add IContainers that are currently connected.rsuen1-1/+1
2007-04-17Track IPresenceServices and add them to the MultiRosterView upon creation if ...rsuen2-0/+36
2007-04-17Removed IPresenceListener.handleRosterUpdate(IRosterItem)slewis2-20/+1
2007-04-17Removed IPresenceListener.handleRosterUpdate(IRosterItem)slewis1-8/+0
2007-04-16Fix for deadlock problem on roster entry removeslewis1-1/+1
2007-04-16Create a 'Communication' perspective for bug #181505.rsuen3-0/+4
2007-04-16Create a 'Communication' perspective for bug #181505.rsuen3-1/+9
2007-04-16Mark with NON-NLS tags.rsuen1-1/+1
2007-04-16Prevent an NPE from being thrown.rsuen1-8/+12
2007-04-15Fix bug #182640.rsuen1-2/+297
2007-04-15Remove some assumptions about implementing code and unnecessary code.rsuen1-15/+11
2007-04-15Remove this unused class.rsuen1-68/+0
2007-04-14Added AbstractRosterEntryContributionItem class to org.eclipse.ecf.presence.uiv20070414slewis2-1/+92
2007-04-14Provide filtering support for offline contacts and empty groups.rsuen4-1/+58
2007-04-14Removing filtering code as it appears to not be working at the moment.rsuen3-25/+5
2007-04-13Externalize strings.rsuen1-9/+11
2007-04-13Allow a user to add a contact.rsuen4-9/+196
2007-04-13Removing my diff file that should not have been committed.rsuen1-277/+0
2007-04-13It is faster to iterate than to remove the head since rosterAccounts is not a...rsuen1-13/+25
2007-04-13Export all packages.rsuen1-1/+2
2007-04-13Export all packages.rsuen1-1/+3
2007-04-13The priority was not being set.rsuen1-0/+1
2007-04-13String externalization.rsuen2-12/+15
2007-04-13Export the org.eclipse.ecf.presence.service package.rsuen1-1/+2
2007-04-13Mark the plug-in ID as not needing to be externalized.rsuen1-1/+1
2007-04-13Code clean-up.rsuen6-98/+16
2007-04-13Added logic for adding new roster entriesslewis1-0/+4
2007-04-13Added logic for adding new roster entriesslewis1-1/+19
2007-04-12Added PresenceListener inner class to MultiRosterView so that entry addition ...slewis1-1/+38
2007-04-12Added PresenceListener inner class to MultiRosterView so that entry addition ...slewis1-22/+29
2007-04-12Removed assuption in code of not being connectedv20070412_BUILD_TEST_Aslewis1-0/+2
2007-04-11added actions package to exportsslewis1-0/+1
2007-04-11Changed name of packageslewis1-1/+1
2007-04-11Added AbstractFileSendAction super class.slewis4-1/+249
2007-04-11Reduced memory usage by having static defaultProperties in FileTransferInfo c...slewis1-1/+3
2007-04-11new javadocs.xmlslewis1-1/+3
2007-04-09Fixed javadocs to add presence serviceslewis1-3/+3
2007-04-09Added service interfaces to javadocsslewis1-2/+5
2007-04-09Added datashare service interfaceslewis1-0/+23

Back to the top