You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jitsi/src/net/java/sip/communicator/plugin/otr
George Politis 1ea54b58b4
Fixed: If the OTR button can receives a null MetaContact (for example when the current chat is in a chat room) the OTR button stays enabled, even changes when I click on it (reported by Lubomir).
17 years ago
..
OtrActivator.java Moved key management functionality from ScOtrEngineImpl to ScOtrKeyManager (new). Updated otr4j@112 17 years ago
OtrBuddyAuthenticationDialog.java Moved key management functionality from ScOtrEngineImpl to ScOtrKeyManager (new). Updated otr4j@112 17 years ago
OtrConfigurationPanel.java Moved key management functionality from ScOtrEngineImpl to ScOtrKeyManager (new). Updated otr4j@112 17 years ago
OtrConfigurator.java Moved key management functionality from ScOtrEngineImpl to ScOtrKeyManager (new). Updated otr4j@112 17 years ago
OtrContactMenu.java Fixes a problem reported by Emil Ivov which leaves the OTR menu of ChatWindow on Mac OS X with no menu items. The cause is that PopupMenuListener is not invoked for the Mac OS X screen menu bar (which is a known problem as indicated at http://lists.apple.com/archives/Java-dev/2005/Jun/msg00041.html). Unfortunately, this fix brings back the multiple unnecessary allocations performed by OtrMetaContactMenu and OtrContactMenu on Mac OS X upon changes in the currently selected MetaContact (at least, the previous memory leak is gone). These can be remedied to some extent by making the update procedures of these two menus act as actual updates and not as full-blown rebuilds. 17 years ago
OtrMetaContactButton.java Fixed: If the OTR button can receives a null MetaContact (for example when the current chat is in a chat room) the OTR button stays enabled, even changes when I click on it (reported by Lubomir). 17 years ago
OtrMetaContactMenu.java Fixes a problem reported by Emil Ivov which leaves the OTR menu of ChatWindow on Mac OS X with no menu items. The cause is that PopupMenuListener is not invoked for the Mac OS X screen menu bar (which is a known problem as indicated at http://lists.apple.com/archives/Java-dev/2005/Jun/msg00041.html). Unfortunately, this fix brings back the multiple unnecessary allocations performed by OtrMetaContactMenu and OtrContactMenu on Mac OS X upon changes in the currently selected MetaContact (at least, the previous memory leak is gone). These can be remedied to some extent by making the update procedures of these two menus act as actual updates and not as full-blown rebuilds. 17 years ago
OtrTransformLayer.java Added license headers and fixed coding convension issues (usage of spaces instead of tabs in two cases and max chars per line in some cases) to otr specific files 17 years ago
ScOtrEngine.java Moved key management functionality from ScOtrEngineImpl to ScOtrKeyManager (new). Updated otr4j@112 17 years ago
ScOtrEngineImpl.java Moved key management functionality from ScOtrEngineImpl to ScOtrKeyManager (new). Updated otr4j@112 17 years ago
ScOtrEngineListener.java Moved key management functionality from ScOtrEngineImpl to ScOtrKeyManager (new). Updated otr4j@112 17 years ago
ScOtrKeyManager.java Moved key management functionality from ScOtrEngineImpl to ScOtrKeyManager (new). Updated otr4j@112 17 years ago
ScOtrKeyManagerImpl.java Added PluginComponent.setCurrentContact(Contact) method. The method is initially added so the OTR button in the toolbar can correctly react when user changes the chat transport via the chat transport selector box. The method is called from MainToolBar as of this revision. 17 years ago
ScOtrKeyManagerListener.java Moved key management functionality from ScOtrEngineImpl to ScOtrKeyManager (new). Updated otr4j@112 17 years ago
otr.manifest.mf Checkin fix to remove Desktop class. 17 years ago