Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-06-27Added support for /part command in given channel to depart from the channel (...ECF_0_8_7_I20060627_stableslewis1-8/+35
2006-06-25Used CTabFolder/CTabItem rather than TabFolder/TabItem for IRC foldersslewis1-7/+31
2006-06-25sort names ;)caniszczyk1-0/+3
2006-06-25Reimplemented IRC UI and provider implementation to support connection and di...slewis1-0/+807
2006-06-03Removed shared object class from org.eclipse.ecf.ui. Generalized org.eclipse...slewis2-92/+36
2006-06-03Tested and debugged handling of shared object messages for xmpp provider. A...slewis2-7/+97
2006-05-28Fix NPE when trying to bring up chat room list if provider does not support I...ECF_0_8_3_I20060528_stableslewis1-6/+9
2006-05-28Service type names now removed when services get removed and no services left...slewis1-0/+4
2006-05-27Fixes for UI nits and refactoring of XMPP container codeslewis1-69/+33
2006-05-27Fixed for spurious error log messages and UI handling of carriage return line...slewis2-2/+3
2006-05-08Added change password dialog and account context menu itemslewis1-2/+5
2006-05-08Added change password dialog and account context menu itemslewis2-0/+126
2006-05-08Added support for IM 'add buddy' operation'slewis3-89/+59
2006-05-07Moved createChatRoomContainer from IChatRoomManager to IRoomInfo interfaces. ...slewis1-11/+4
2006-05-07API Changesslewis1-0/+43
2006-05-07Removed unnecessary member variableslewis1-1/+0
2006-03-01Revert back to revision that does not include FileLocator class for compabilityslewis3-270/+254
2006-02-28Fixes for AutoStart header and fixes for depreciated imagedescriptor methodsslewis3-254/+270
2006-01-14Changed API ContainerDescription to ContainerTypeDescription for naming consi...slewis2-10/+10
2006-01-03Changed 'make' factory methods (e.g. IDFactory.getDefault().makeID) to 'creat...slewis2-6/+6
2005-12-20Removed superfluous imports from source files for build cleanlinessslewis1-2/+1
2005-12-20Changed container type names for xmpp, xmpps, generic client, generic server,...slewis1-3/+3
2005-12-07Switched to SimpleLinkTextViewer for hyperlink support.kgilmer1-4/+4
2005-12-07Added ISelectionChangedListener interface.kgilmer1-5/+43
2005-12-07First cut at Bug 119206 Add 'event history' as hyperlinks to collab text chat...bbokowski1-0/+4
2005-12-04improvements in SimpleLinkTextViewerbbokowski1-25/+52
2005-12-04SimpleLinkTextViewer wraps a StyledText and supports appending text and click...bbokowski1-0/+206
2005-11-29Modified Map IServiceInfo.getProperties() method to IServiceProperties IServi...slewis1-7/+7
2005-11-13Updates to connect dialog to use consistent language (connect vs. join)slewis1-2/+2
2005-10-30Modified DiscoveryView for simplification. Added start/stop discovery icons ...slewis1-30/+45
2005-10-30Added start/stop icons and menus to discovery viewslewis2-25/+68
2005-10-22Fix for problem with default selection from combo boxslewis1-0/+1
2005-10-22Removed superfluous code in JoinGroupWizard and JoinGroupWizard pageslewis2-38/+4
2005-10-22Added JoinGroupWizard and JoinGroupWizardPage to ui plugin. Fixed problem wi...slewis3-5/+442
2005-10-18Fix for NPE reported by Ed Burnetteslewis1-1/+3
2005-10-16Added account-level roster view features...i.e. disconnect individual account...slewis1-143/+194
2005-10-15Added accounts to roster view. Now accounts (rather than groups) are at the ...slewis1-63/+114
2005-10-14Fixes for xmpp im and chat clean up issues.slewis2-14/+21
2005-10-14Fix for bugs listed in #112597: https://bugs.eclipse.org/bugs/show_bug.cgi?i...slewis2-24/+65
2005-10-13Fix for bug #112545slewis1-3/+8
2005-10-13Fixes to names of providers for clarity. Added scroll bars to ChatRoomViewslewis1-4/+9
2005-10-11Made text entry field multi-line, wrapped (bug# 110894).pnehrer1-3/+4
2005-09-28Made chat input text multi-line, wrapped. Changed chat composite layout to sa...pnehrer3-82/+51
2005-09-25Added notification for new text entry.kgilmer1-0/+6
2005-09-17changed synchExec to asynchExec for ChatRoomView message handlingslewis1-1/+1
2005-09-07Fixed bug in view clean up. Closed chat room views were not being properly c...slewis1-1/+1
2005-09-06Added "Additions" separator to ChatRoomView context menu so that no bitching ...slewis1-0/+1
2005-09-06Fixed bug in handling of view disposalslewis1-0/+9
2005-09-06Fixed bug in creation of xmpp room idsslewis1-1/+1
2005-09-04Fix for attempting to connect to same chat room twice. Now if user is alread...slewis1-1/+1

Back to the top