[root]/src/net/java/sip/communicator/swing
event
(0 files, 0 lines)
plaf
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| lubomir_m | 37 (100.0%) | 99 (100.0%) | 2.6 |
Moves the functionality of swing-common.jar into util.jar and removes swing-common.jar.
0 lines of code changed in:
Upon Yana's request, restores ImageLoader back into .impl.gui.utils from .swing and works with the ResourceManagementService in .swing.
44 lines of code changed in:
Makes the background of JCheckBox transparent on Windows in order to respect the blue theme.
0 lines of code changed in:
Replaces the uses of JTabbedPane with SIPCommTabbedPane in order to respect the blue theme.
0 lines of code changed in:
As part of the ongoing work on issue #492 - Grey background dialogs, tries to use SIPCommFrame for the JFrames created by the application and supports the blue theme in the JPanels they employ.
8 lines of code changed in:
Moves SIPCommDialog into public visibility out of its defining bundle so that it can be used not only in the main UI but also in the plugins. Also tries to use it for all JDialogs created by the application.
2 lines of code changed in:
Moves SIPCommFrame into public visibility out of its defining bundle so that it can be used not only in the main UI but also in the plugins. Though no plugin currently takes advantage of it, I'm committing it because there're a lot of changed files involved and I don't really want to merge.
1 lines of code changed in:
(1) Converts the button bar in the full-screen display of CallParticipantPanel from a lighweight component into a heavyweight one so that it may one day be shown above the local and remote videos which are heavyweight components. Also makes it easier to apply the same convertion to the ancestor containers of the button bar. (2) Fixes a potential issues with the Escape key and the mouse moves not being detected when either the local or the remote video is focused.
1 lines of code changed in:
(1) Shows the remote video in the Call dialog to the east when there's local video displayed. (2) Fixes a layout bug in the Call dialog which causes the preferred sizes of the CallParticipant buttons and the status labels to not be respected and appear different when changing the size of the Call dialog.
30 lines of code changed in:
Makes TransparentPanel available outside impl.gui and uses it in MediaConfigurationForm.
1 lines of code changed in:
Implements a ConfigurationForm which allows configuring the MediaService.
12 lines of code changed in: