Yana Stamcheva
bfdc99f475
- Fixes issue #780 (Online contact not displayed in the contact list).
...
- Fixes avatar refresh problem.
16 years ago
Damian Minkov
6460027774
Temporally disable failing tests.
16 years ago
Damian Minkov
592933c623
- Allow creating contacts in the root group.
...
- Set an empty image for jabber contacts if they miss a picture, so we won't query them again for pictures.
- Put a note in Facebook Account wizard explaining more about creating usernames.
16 years ago
Damian Minkov
da87a7f210
Fix issues with reconnecting some jabber accounts (e.g. after sleeping and resuming the computer).
16 years ago
Valentin Martinet
ad58c334cd
Moved Yahoo account 3 registration in ad-hoc MUC tests.
...
(However, they're not activated yet.)
16 years ago
Yana Stamcheva
b287468f88
Fixes a NoSuchElementException in the contact list. Patch provided by Matthieu Casanova (on dev@sip-communicator.dev.java.net, 02/16/2010, subject: "Fix for NoSuchElementException in ContactListTreeModel").
16 years ago
Lyubomir Marinov
a251253917
Fixes synchronization warnings.
16 years ago
Lyubomir Marinov
ab7546e2c6
Fixes issue #779 : NPE when joining IRC channel.
16 years ago
Yana Stamcheva
adb1bada68
Fix the title of the add contact error dialog.
16 years ago
Damian Minkov
3ac9ed9a7a
Make sure when creating registerless sip account we are not to using PA. Remove some unnecessary inner classes.
16 years ago
Damian Minkov
fce6769aa7
Fix initial contacts creation and their proper statuses, when using facebook.
16 years ago
Yana Stamcheva
c0ff971bb0
Fixes a bug reported bu Matthieu Casanova (on dev@sip-communicator.dev.java.net 02/15/2010 subject: "Bug in UnknownContactPanel").
16 years ago
Yana Stamcheva
de35e20445
- Fixing a bug reported bu Matthieu Casanova (on dev@sip-communicator.dev.java.net 02/16/2010 subject: "AddContactWizard : disable back button when on first page")
...
- Make all wizard first pages to return null as a "back page identifier" instead of the DEFAULT_PAGE_IDENTIFIER, which was meant for a different case.
16 years ago
Yana Stamcheva
2ca934a550
Fixed unmatching contacts staying in the contact list.
16 years ago
Damian Minkov
bc15822b4f
Update Facebook account wizard.
16 years ago
Yana Stamcheva
21c929a50f
Facebook status icons.
16 years ago
Valentin Martinet
0c89e286ef
Fixed missing resource.
16 years ago
Yana Stamcheva
52594cd412
Work on issue #778 + fixing the envelope icon for unread messages.
16 years ago
Yana Stamcheva
c5ba455d53
Patch provided by Matthieu Casanova (dev@sip-communicator.dev.java.net 02/09/2010 subject: Searchfield get VK_HOME & VK_END events).
16 years ago
Sebastien Vincent
bd7591f302
Fix javadoc warnings.
16 years ago
Yana Stamcheva
bfd79d9789
Patch provided by Matthieu Casanova (dev@sip-communicator.dev.java.net 02/05/2010 subject:Fix for dialog and frame position on dual screen)
16 years ago
Yana Stamcheva
42381d26fe
- Patch provided by Matthieu Casanova (dev@sip-communicator.dev.java.net 02/05/2010 subject: Fix for a possible NPE in AboutWindow)
...
- Removing some unused classes.
16 years ago
Valentin Martinet
4a9c6c769d
Moved AuthHandler into dedicated class (code redundancy--).
...
Added AuthHandler for account subscription in MSN tests.
16 years ago
Emil Ivov
7d4211fe15
reenables tests
16 years ago
Emil Ivov
655e19d2df
Sets DISPLAY to :0 for testing. Change was already in the CC machine but was preventing the build.xml there from updating.
16 years ago
Emil Ivov
ddf9190fb1
Temporarily disabling tests to prevent unexplainable Yahoo! and MSN failures and get a build
16 years ago
Sebastien Vincent
6196c19805
Implement desktop streaming capture device as a PullBufferCaptureDevice (rather than a PushBuffer ones). Reduce memory allocation by refactoring screencapture JNI.
16 years ago
Damian Minkov
33374d3711
Remove facebook protocol jar as its not used anymore.
16 years ago
Damian Minkov
d7092d65dd
Introduce new support for Facebook, through xmpp. Remove old one.
16 years ago
Damian Minkov
19ad20f4a1
Introduce new support for Facebook, through xmpp. Remove old one.
16 years ago
Valentin Martinet
dd8a7f9e96
- Increase the height of the chat rooms list
...
in the join chat room wizard because it's too
small, especially when we have big lists.
- Added an interactive search: chat room list updated
for each change in the chat room name field.
- Deleted warnings.
16 years ago
Valentin Martinet
505e6198d4
Forgot to remove useless code.
16 years ago
Valentin Martinet
d303e5e0b1
- Avoid code redundancy by moving SecurityAuthorityImpl
...
to an unique class.
- Connect the third MSN testing account when needed.
16 years ago
Yana Stamcheva
3e5b096be3
Fixes NullPointerException when closing a chat window.
16 years ago
Yana Stamcheva
9099131f41
Remove unused import.
16 years ago
Yana Stamcheva
c78461162e
Fixes NullPointerException reported by Emil Ivov and causing problems in the contact list.
16 years ago
Yana Stamcheva
b18d89946a
Replace the choose account dialog with a menu.
16 years ago
Yana Stamcheva
f796ffe2e0
Fixes bugs reported by Matthieu Casanova:
...
- Searchfield get VK_HOME & VK_END events
- Fix for Searchfield that get undefined char
- Fix for NPE in TreeContactList
16 years ago
Damian Minkov
86cd061e08
Fix incoming sip typing notifications. Make default PA when creating sip accounts.
16 years ago
Lyubomir Marinov
1eff2eebb2
Fixes warnings.
16 years ago
Lyubomir Marinov
e09dc4a4b4
Attempt to open the QTKit CaptureDevice on Mac OS X with a video resolution appropriate for our purposes in case the default is too small.
16 years ago
Lyubomir Marinov
118e35e1de
Fixes compile errors on Mac OS X Leopard and warnings.
16 years ago
Yana Stamcheva
2a4ab779d5
- Escapes function keys from the filter
...
- Applies filter with invokeLater and make the filter field more responsible
16 years ago
Valentin Martinet
9603bcada1
Improved chat room general configuration GUI.
...
Fixed a warning, also try to fix the build.
16 years ago
Valentin Martinet
88915f2620
Just forgot to delete useless code plus warnings.
16 years ago
Valentin Martinet
107cd994c2
- Fix a concurrent modification exception
...
in the GUI when members join the room: as a
consequence, some cells were not displayed in
the member list.
- Fix a GUI bug in the chat room configuration
window which caused hidden labels; reported
offlist by Dominique Grad.
The 'General' tab of this configuration window
should be improved in order to it takes less space
in this window.
16 years ago
Sebastien Vincent
28aa7f6d23
Add icon for quit item in file menu.
16 years ago
Damien Roth
ac02a2151c
- New operation set to change user avatar
...
- Implementation for XMPP
16 years ago
Damien Roth
040fd6c87a
- New protocol operation set to change the user avatar
...
- Add implementation for XMPP
16 years ago
Yana Stamcheva
8a3643e4ef
Fixes drop and paste operations in the search field.
16 years ago