Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-04-02Added copyright for contribution from Abner Ballardo in bug 197745slewis3-37/+55
2008-03-31Apply patch from 197745.slewis2-0/+136
2008-03-24Enhancements/contributions from bug 222866. Also updated versions to 2.0.0 ↵slewis4-20/+56
for core and filetransfer plugins
2007-10-26Fixed errors in javadocsslewis1-6/+6
2007-09-02Allow the messages in the chat room view to be customizable for bug 190851 ↵rsuen1-4/+10
(Allow to customize fonts and colors for all messages views).
2007-08-23Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=195690#c4slewis1-38/+33
2007-08-22Fix for bug 199366slewis2-21/+22
2007-08-21Patch from https://bugs.eclipse.org/bugs/show_bug.cgi?id=199309 tested and ↵slewis1-1/+8
applied
2007-08-03Applied patch for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=198734slewis1-1/+2
2007-07-27RESOLVED - bug 197329: [IRC] Action should be supported better in the UIcaniszczyk2-2/+67
https://bugs.eclipse.org/bugs/show_bug.cgi?id=197329
2007-07-26bug 193136: [IRC] Add default IRC servercaniszczyk3-0/+13
https://bugs.eclipse.org/bugs/show_bug.cgi?id=193136
2007-07-26bug 192762: [IRC] Support common operations on usernames like op,voice,etccaniszczyk8-33/+31
https://bugs.eclipse.org/bugs/show_bug.cgi?id=192762
2007-07-24bug 192762: [IRC] Support common operations on usernames like op,voice,etccaniszczyk8-0/+205
https://bugs.eclipse.org/bugs/show_bug.cgi?id=192762
2007-07-06Fix for bug #195009slewis1-1/+3
2007-05-27Fixed handling of irc password caching.slewis2-3/+9
2007-05-27Added support for storing password after successful login.slewis2-16/+53
2007-05-22Changed icons with new ones for bug ↵slewis1-0/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=183015. Also updated and added to code references.
2007-05-18Applied patches from bug ↵slewis3-12/+29
https://bugs.eclipse.org/bugs/show_bug.cgi?id=187060. Also refactored some of org.eclipse.ecf.example.collab. Also internalized strings.
2007-05-11Added combo box and saving/restoring of connect ID for yahoo, irc, ↵slewis2-10/+88
xmpp/xmpps, and msn connect wizard/wizard pages
2007-05-02Simplification of AsynchConnectContainerAction, change of wizards to use. ↵slewis2-38/+5
Added IStatus constructors for exception classes.
2007-05-01Refactored chatroommanagerview to handle all chat roomsslewis1-2/+2
2007-05-01Refactoring of org.eclipse.ecf.ui and org.eclipse.ecf.presence.ui plugins to ↵slewis3-10/+90
simplify, make only code available in public packages that should be exposed in API, fixed string externalization in these two API plugins.
2007-04-30Simplified irc connect wizardslewis3-28/+29
2007-04-29Refactoring of ChatRoomManagerView and dependent classes. Also added ↵slewis1-5/+1
support for multiple channels to connect to upon initial connect
2007-04-29Refactoring of ChatRoomManagerView and dependent classes. Also added ↵slewis1-2/+10
support for multiple channels to connect to upon initial connect
2007-04-29Refactoring of ChatRoomManagerView and dependent classes. Also added ↵slewis3-23/+83
support for multiple channels to connect to upon initial connect
2007-04-28Fix for irc connect wizard pagev20070428-1236slewis1-0/+3
2007-04-26Added support for hyperlink detection for xmpp/xmpps, irc, ECF generic ↵slewis6-219/+109
(ecftcp), and torrent urls.
2007-04-26Added support for irc hyperlink detector for text editorsslewis4-3/+243
2007-04-20Changes to have all activator classes return non-null with calls to ↵slewis1-62/+65
getDefault(), even in non-OSGi environments
2007-03-26Added chatroommanagerui class to org.eclipse.ecf.presence.ui and used this ↵slewis1-90/+107
new class in org.eclipse.ecf.provider.irc.ui wizard
2007-01-18Don't let a user click the 'Finish' button when they've just opened up the ↵rsuen1-0/+1
wizard since there is no login information on the page in beginning.
2007-01-12Moving this from org.eclipse.ecf.irc.ui to org.eclipse.ecf.provider.irc.ui.rsuen3-0/+235

    Back to the top