[root]/src/net/java/sip/communicator/impl/gui/main/chat/menus

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 120 (100.0%) | 1776 (100.0%) | 14.8 |
| yanas | 64 (53.3%) | 1322 (74.4%) | 20.6 |
| lubomir_m | 28 (23.3%) | 187 (10.5%) | 6.6 |
| ysaak | 6 (5.0%) | 168 (9.5%) | 28.0 |
| scoutice | 1 (0.8%) | 51 (2.9%) | 51.0 |
| damencho | 13 (10.8%) | 23 (1.3%) | 1.7 |
| wernerd | 1 (0.8%) | 18 (1.0%) | 18.0 |
| emcho | 7 (5.8%) | 7 (0.4%) | 1.0 |
Adds option to disable font support.
10 lines of code changed in:
Adds properties to disable File menu items, few more places for those items.
4 lines of code changed in:
Makes popup menus disappear when the parent window is not on focus.
4 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
7 lines of code changed in:
Enables spell check plugin and adds some improvements provided by Purvesh Sahoo.
29 lines of code changed in:
Enhanced chat window interface.
2 lines of code changed in:
Keeps the About menu item at the end of the Help menu because it is its conventional position. Otherwise, the 'Check for updates' menu item would appear last at times (on Windows).
23 lines of code changed in:
Some gui refactoring.
14 lines of code changed in:
Trim every user id we enter in account wizards.
Remove opaque default setting for menus in MenuBars.
0 lines of code changed in:
Make menus opaque.
0 lines of code changed in:
Chat window made fully skinnable - patch provided by Adam Netocny.
Added google-chrome to the list of browsers we're using to open links - Adam Netocny.
:D smiley added - Adam Netocny.
166 lines of code changed in:
New interface and implementations added allowing to reload a skin runtime. Patch provided by Adam Netocny.
4 lines of code changed in:
Fixes warnings about unused imports and unnecessary casts.
0 lines of code changed in:
Introduce new dialog for creating and joining chat rooms.
Add option for autojoin on startup for the chat rooms.
Add option in general configuration form, will we leave the room when we close the window.
Add new button in chat window for leaving a room if closing window doesn't leave it.
1 lines of code changed in:
Enable switching off the smileys in the chat window.
31 lines of code changed in:
Makes the menu texts in the main window and the contact list visible on dark themes such as Ubuntu Lucid's default theme Ambiance.
25 lines of code changed in:
Fixes the OTR menu in ChatDialog to use the CHAT_MENU_FOREGROUND color in order to make it copy with the other menus. Otherwise, it looks different with themes such as Ambiance on Ubuntu.
17 lines of code changed in:
General:
- Enhance the SIPCommMenu to support mouse over fade effects.
Conference invite dialog:
- Add new contacts in the invite dialog by pressing the Enter key.
- Remove selection if the user decides to enter something in the field.
Conference window:
- Replace the call peer arrow icon with a more visible one
- Move the call transfer into the call peer menu (it was previously represented by an icon in the status bar)
- Change the local user background title color in the conference (the grey was looking like disabled)
9 lines of code changed in:
Fixes a memory leak of ChatWindow caused by PluginComponent's Component displayed in ChatWindow which keeps the ChatWindow referenced even after it's closed because PluginComponent is globally referenced by OSGi.
3 lines of code changed in:
Removes duplication including introduced in my previous commit/r5947. It is likely that more duplication can be removed from other PluginComponentListener implementations but I don't want to look into it now.
20 lines of code changed in:
(38 more)