aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/gui
Commit message (Expand)AuthorAgeFilesLines
* Move security events back from libjitsi as they are solely used here.Ingo Bauersachs2015-08-236-7/+0
* Avoids compiling (certain) classes from .plugin.desktop when compiling classe...Lyubomir Marinov2015-07-201-8/+8
* Updates the license headers.Damian Minkov2015-07-20346-707/+4574
* Adds a property to hide the domain part of the addresses shown inside the too...Damian Minkov2015-04-093-3/+44
* Saves only the call dialog location, skipping the size. And restores it if av...Damian Minkov2015-04-031-1/+1
* Changes a type for contact sources ot contact list type to a common one that ...Damian Minkov2015-04-016-81/+68
* Removes explicitly checking for contact source type.Damian Minkov2015-04-011-4/+7
* Adds OperationSetTelephonyPark and a sip implementation of the operation set.Damian Minkov2015-03-193-1/+191
* Fixes a NullPointerException in the user interface.Lyubomir Marinov2015-03-171-44/+53
* Fixes memory leak where instances of MainToolBar(ChatWindow instances) will s...Damian Minkov2015-03-131-0/+9
* Merge pull request #69 from level7systems/chat-window-fixIngo Bauersachs2015-03-111-3/+17
|\
| * Fixes all chat windows being closed when grouping of chat windows is disabled.veteran292015-03-061-3/+17
* | Fine-tunes structure of OTR fix code.Danny van Heumen2015-03-071-12/+29
* | Fix for OTR UI in case of multiple OTR session.Danny van Heumen2015-03-072-1/+65
|/
* Adds always on top indicator to notify user when sharing its full screen.Damian Minkov2015-02-102-6/+235
* Adds custom header to indicate screen sharing initiated calls.Damian Minkov2015-02-102-5/+16
* Fixes possible NPE.Damian Minkov2015-02-041-1/+3
* Fixes missing 'w' in dial panel on linux and windows by introducing new style...Damian Minkov2015-02-043-30/+202
* Finishing up some loose ends w.r.t. presence.Danny van Heumen2015-01-122-7/+16
* Work-in-progress on MUC member presence.Danny van Heumen2015-01-123-11/+26
* Fixes compilation with java8.Damian Minkov2014-12-162-5/+6
* Disables global status message menu and if no operation set to support it.Damian Minkov2014-12-161-1/+2
* Some more consistent quotes usage.Danny van Heumen2014-12-161-8/+8
* Store original message as base64-encoded content to work around issuesDanny van Heumen2014-12-162-5/+23
* Use StringBuilder (non-thread-safe) in local scope.Danny van Heumen2014-12-161-1/+1
* Correctly close img html tag.Danny van Heumen2014-12-161-2/+2
* Partial fix for ChatConversationPanel copy behaviour.Danny van Heumen2014-12-162-7/+8
* Adds property to disable global status message menu.Damian Minkov2014-12-151-16/+31
* Adds an option to disable advanced configuration for accounts which do not ne...Damian Minkov2014-12-091-0/+5
* Adds option that can force call dialog to always open minimized.Damian Minkov2014-12-091-0/+15
* Adds property to hide call history button.Damian Minkov2014-12-091-2/+8
* i18n: Fix chat room member role name.Danny van Heumen2014-12-072-5/+9
* UI: Do not close chat room window immediately for 'leave' command.Danny van Heumen2014-12-061-3/+0
* Add property to disable the avatar menu.Ingo Bauersachs2014-12-061-1/+12
* Does not show statuses other than Online/Offline when there is no provider to...Damian Minkov2014-12-041-31/+48
* Makes possible to insert/remove global statuses other then online and offline.Damian Minkov2014-12-041-11/+114
* Fix the disappearance of external contact sourcesIngo Bauersachs2014-12-041-4/+12
* Change contact list entry gap/height to avoid clipping of namesIngo Bauersachs2014-11-281-3/+3
* Show the MetaContact's name in search resultsIngo Bauersachs2014-11-281-1/+1
* Tries to fix deadlock with messages source service and getIndex while sorting.Damian Minkov2014-11-271-3/+15
* Remove dead codeIngo Bauersachs2014-11-271-26/+0
* Show chat messages after enabling chat history preview (closes #727)Ingo Bauersachs2014-11-272-6/+9
* Localize chat room member rolesIngo Bauersachs2014-11-271-1/+1
* HTML-Encode the nickname in the chat window (closes #1216)Ingo Bauersachs2014-11-271-3/+8
* Fixes possible ArrayIndexOutOfBoundsException.Damian Minkov2014-11-261-2/+10
* Lowered logging severity and added clarification for case where lastMessageUI...Danny van Heumen2014-11-201-1/+5
* Adds SIPCommNotificationsButton, adds option to disable toggle and can be reu...Damian Minkov2014-11-182-101/+214
* Fixes wrong button resources.Damian Minkov2014-11-181-3/+4
* Optimized groupNode (sorted) add operations.Danny van Heumen2014-11-022-28/+49
* Fix NPE: Don't continue if chat room wrapper is null. (+ updatedDanny van Heumen2014-11-021-0/+8