aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java
Commit message (Collapse)AuthorAgeFilesLines
* 1. Installers now include all bundles in lib/bundles except junit.Damian Minkov2007-08-103-17/+11
| | | | | | 2. Fix message history finder methods - findFirstAfter and tests for multiple contacts in meta contact. 3. Some threads were not daemon - more to be checked
* in the account selector box, do not select automatically offline telephony ↵Yana Stamcheva2007-08-101-26/+11
| | | | acounts
* Make sure we catch all sorts of exceptions when retrieving an image so that ↵Emil Ivov2007-08-091-0/+5
| | | | we don't mess the gui.
* Fix statuses for contacts in Awaiting authorization group.Damian Minkov2007-08-091-6/+5
|
* code formattingYana Stamcheva2007-08-081-11/+22
|
* when setting the main window visible, bring it also to frontYana Stamcheva2007-08-081-3/+6
|
* choose automatically the selected telephony account depending on the ↵Yana Stamcheva2007-08-081-1/+47
| | | | selected contact - patch created by Symphorien
* Drag&Drop implementation in the ContactList - patch created by SymphorienYana Stamcheva2007-08-081-0/+131
|
* Drag&Drop implementation in the ContactListYana Stamcheva2007-08-085-93/+295
| | | | | | | | One click - selects a contact Double click - opens a chat window ========================== patch created by Symphorien
* Changes from Koch Michael's patch. For Custom codecs and audio formats.Damian Minkov2007-08-083-66/+146
|
* some new methods definedYana Stamcheva2007-08-081-3/+73
|
* Only fire presence status change events when the new state is different from ↵Emil Ivov2007-08-071-160/+166
| | | | the current one.
* yet another fix for faviconsEmil Ivov2007-08-071-2/+3
|
* removed commentsEmil Ivov2007-08-061-9/+0
|
* retrying to fix faviconsEmil Ivov2007-08-061-4/+5
|
* first lines of a new Notification Service. Committing so that Yana could ↵Emil Ivov2007-08-063-0/+205
| | | | continue work on it.
* javadoc fixesYana Stamcheva2007-08-043-4/+5
|
* chat room gui enhancements including authentication management and ↵Yana Stamcheva2007-08-0314-108/+1094
| | | | configuration form management
* jabber and mock adjustements to the new serviceYana Stamcheva2007-08-036-1287/+509
|
* chat room service enhancementsYana Stamcheva2007-08-036-638/+227
|
* send message in a separate threadYana Stamcheva2007-07-314-27/+33
|
* toggle button uiYana Stamcheva2007-07-316-46/+987
|
* clear chat write area right after user clicks the send buttonYana Stamcheva2007-07-303-8/+2
|
* javadoc conflicts fixedYana Stamcheva2007-07-307-18/+15
|
* label stringsYana Stamcheva2007-07-301-6/+41
|
* create chat room menu items addedYana Stamcheva2007-07-301-4/+43
|
* format codeYana Stamcheva2007-07-301-6/+9
|
* adjust the MessageHistory to the new LocalUserChatRoomPresenceChangeEventYana Stamcheva2007-07-301-1/+1
|
* saves chat rooms listYana Stamcheva2007-07-302-48/+66
|
* multi user chat gui iconsYana Stamcheva2007-07-306-2/+18
|
* chat rooms listYana Stamcheva2007-07-302-74/+42
|
* - code formattedYana Stamcheva2007-07-301-162/+185
| | | | | - synchronize chat room's list on protocol provider registration
* chat room join formsYana Stamcheva2007-07-303-0/+382
|
* chat room create formsYana Stamcheva2007-07-307-0/+951
|
* chat room wizard replaced by a dialogYana Stamcheva2007-07-307-778/+3
|
* chat rooms listYana Stamcheva2007-07-308-319/+775
|
* multi user chat guiYana Stamcheva2007-07-3013-242/+1588
|
* multi user chat Jabber implementationYana Stamcheva2007-07-307-256/+1607
|
* mock multi user chat implementation adjustement to the serviceYana Stamcheva2007-07-302-110/+61
|
* multi user chat related services and eventsYana Stamcheva2007-07-3012-314/+536
|
* rename busy state in busy (DND) + volatile contacts are now subscribed as ↵Benoit Pradelle2007-07-272-5/+1
| | | | any other contact
* brand new icons for SIMPLEBenoit Pradelle2007-07-261-3/+3
|
* new SIMPLE status (online, away, busy, on the phone and offline) + still ↵Benoit Pradelle2007-07-262-36/+44
| | | | trying to reduce the abnormal test failures
* (trying to) fix some problems with the SIMPLE test cases on cruise controlBenoit Pradelle2007-07-251-1/+4
|
* - add the support of Allow Events header in OPTIONS responsesBenoit Pradelle2007-07-253-11/+115
| | | | | | - add the automatic 489 / bad event response - fix a message storm when a client try to resubscribe us
* - add the SIMPLE settings in the guiBenoit Pradelle2007-07-258-82/+467
| | | | | | - fix a bug which prevent a contact to appear offline if he has us in his contact list while disconnecting - better support of bogus servers which don't relay unsubscription messages
* Committing (yet another) fix from Sympho!Emil Ivov2007-07-241-10/+9
|
* fix an issue when a NOTIFY arrives before an OKBenoit Pradelle2007-07-232-215/+188
| | | | | | better SIMPLE closing procedure added the forcePollContact method
* - fix some javadoc errorsBenoit Pradelle2007-07-221-70/+113
| | | | | | | - more agressive debug level settings - fix a bug which prevent SC to publish its initial status if this status = online - add the distant PA auto discovering feature (deactivated for now)
* fixes an error in the construction of the presence documentBenoit Pradelle2007-07-211-9/+18
|