Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-10-26Fixed errors in javadocsslewis1-6/+6
2007-10-16Fixes for source buildslewis1-1/+4
2007-10-14Update to 1.2.0 version number. Added jdt and jdt ui prefs from equinox and ↵slewis1-1/+1
cleaned up resulting warnings. Applied patch from bug 206118.
2007-09-06Updated versions for ECF 1.1slewis1-1/+1
2007-09-02Allow the messages in the chat room view to be customizable for bug 190851 ↵rsuen3-13/+50
(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-05Changes to plugin and feature version numbers: 1.0.1 to 1.0.2slewis1-1/+1
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,etccaniszczyk10-0/+268
https://bugs.eclipse.org/bugs/show_bug.cgi?id=192762
2007-07-14Changes to plugin numbersslewis1-1/+1
2007-07-06Fix for bug #195009slewis1-1/+3
2007-06-08Fix for plugin.properties filesslewis1-3/+1
2007-05-30Update to license files datesslewis1-29/+29
2007-05-27Fixed handling of irc password caching.slewis2-3/+9
2007-05-27Added support for storing password after successful login.slewis3-17/+55
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-07Fixes for source plugin builds.slewis1-4/+1
2007-05-07Fixes for source plugin builds.slewis1-2/+1
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 ↵slewis8-230/+111
(ecftcp), and torrent urls.
2007-04-26Added support for irc hyperlink detector for text editorsslewis7-4/+268
2007-04-20Changes to have all activator classes return non-null with calls to ↵slewis1-62/+65
getDefault(), even in non-OSGi environments
2007-04-06changed version number back to 1.0.0.qualifierslewis1-1/+1
2007-04-06Changed version qualifier for build testslewis1-1/+1
2007-03-31Changed Bundle-Version back to .qualifierslewis1-1/+1
2007-03-31commit for tag of version v20070330-2111slewis1-1/+1
2007-03-30Changed version number for tag to .qualifierslewis1-1/+1
2007-03-30Bundle-Version checkin for v20070330 tag (1.0.0.M6)slewis1-1/+1
2007-03-26Changed qualifier to .qualifier in version number identificationslewis1-1/+1
2007-03-26Added chatroommanagerui class to org.eclipse.ecf.presence.ui and used this ↵slewis3-103/+121
new class in org.eclipse.ecf.provider.irc.ui wizard
2007-03-22new version numberslewis1-1/+1
2007-03-22Update to build.propertiesslewis1-5/+12
2007-03-22new version numberslewis1-1/+1
2007-03-22Update to version numberslewis1-1/+1
2007-03-21Updated version numberslewis1-1/+1
2007-03-15Cleaned up projects with plugin.properties additions, manifest.mf cleanupslewis2-1/+15

Back to the top