Yana Stamcheva
4359c1e8c8
Fix opening received files with space in the name, in incoming file transfer.
17 years ago
Yana Stamcheva
ee0423e87c
Fix for disappearing messages when history in chat window is disabled.
17 years ago
Damian Minkov
e18da12eb0
Trying to fix often failing test testRoomSubject for jabber.
17 years ago
Damian Minkov
f98f926cf6
Fix PopupMessageHandler tests.
17 years ago
Yana Stamcheva
181d550970
Fix unit test dependencies.
17 years ago
Emil Ivov
98f8d6e06e
Updates felix.unit.test.properties with the latest changes from felix.client.run.properties
17 years ago
Yana Stamcheva
edeafd43eb
Fix disappearing messages when no history is loaded.
17 years ago
Lyubomir Marinov
11dd107fe4
Fixes the browse method of .impl.osdependent.Desktop on Java 6.
17 years ago
Lyubomir Marinov
7ac145b018
Disambiguates SwingWorker which is also available in Java 6.
17 years ago
Yana Stamcheva
6c4929bc24
Part from previous file transfer commit.
17 years ago
Yana Stamcheva
2f0db4d2d1
Adding support for file transfer for XMPP and graphical User Interface for file transfer (ongoing work). This first commit adds the needed gui that enables users to send and receive files, to
...
drag and drop files into chat windows. It displays incoming file notifications, file icons or previews (where possible, e.g. images).
This work package also contains a first file transfer implementation over the XMPP protocol (using the smack implementation of xep-0096: http://xmpp.org/extensions/xep-0096.html ). Unfortunately this implementation won't work very well with GoogleTalk accounts for now, as Google servers seem to block every file bigger than 60K.
This commit contains also some improvements in the way we load the history and we manage error messages in the gui.
17 years ago
Lyubomir Marinov
3563fa97f6
Commits into trunk the changes of r5345, r5346 and r5352 which fix warnings in branches/1.0.
17 years ago
Lyubomir Marinov
8f4466385c
Represents the first take at implementing autio mixing for the purposes of conferencing. The functionality in question is still not being used and is to be employed later when the other conferencing bits are added.
17 years ago
Romain Kuntz
ba1a912b02
Fixed a label typo in the english resource file
17 years ago
Damian Minkov
04d9b48eb6
Fix issue #672 (Keybindings don't work...).
17 years ago
Damian Minkov
54e5a418fb
Fix issue #666 . Wrong resource names and not proper saving persistent data.
17 years ago
Damian Minkov
2629d4fe33
Issue #526 . Disable video support for java 1.6 under Macosx.
17 years ago
Yana Stamcheva
ce788136c2
Class never used. (Reported by Brett Geren)
17 years ago
Damian Minkov
0cb1c0688b
- When download site is down updatecheck blocks loading bundles. Fixed. Check moved in separate thread and set timout to connection in order to avoid infinite block of thread.
...
- 3 threads in jml never ends after logout, fixed now.
17 years ago
Yana Stamcheva
164236df25
- The protocol bundle was importing all image resources, instead of just the one it needs. This is now fixed by adding separate zipfileset entry for each protocol resource used in the protocol bundle.
...
- Unused resource removed.
17 years ago
Yana Stamcheva
2d8fef81c2
Added some strings used for the buttons in the accounts form (continuation on previous commit).
17 years ago
Yana Stamcheva
3b18adaf24
- Addressing issue #465 (Redesign the account configuration menu).
...
- Fixing issue with status update within the accounts configuration form.
- Adding support for 32x32 and 48x48 icons for all protocols.
- Changing the background and selection colors for config forms list on the left of the Options window.
17 years ago
Lyubomir Marinov
2a3cd8ff9d
Fixes recentry introduced unused-import warnings.
17 years ago
Yana Stamcheva
5e8f7072ef
Fixing issue #669 (Broken smiles preivew on linux and windows).
17 years ago
Damian Minkov
caa08d9d2e
Fix moving msn contact from one group to another.
17 years ago
Yana Stamcheva
1f7c3e1e66
Added some java-doc comments and formatting (some formatting fixes reported by Brett Geren).
17 years ago
Damian Minkov
0ddf28ee15
Implement new login v16 for yahoo.
17 years ago
Lyubomir Marinov
40def246c4
Eliminates duplication, fixes raw-type warnings.
17 years ago
Lyubomir Marinov
872661ae06
When setting the language, stores the country code as well (in addition to the language code) because a Locale isn't always identified by the language code alone and there's at least one language properties file which uses both language and country codes.
17 years ago
Yana Stamcheva
f8ec202aab
Addressing issue #650 (Chat status moves write panel on typing notifications).
17 years ago
Lyubomir Marinov
5e0cb0a197
Supports country code (in addition to language code) when dealing with locales because the language properties files contain it and are not loaded without the modifications of this commit.
17 years ago
Damian Minkov
9b9e16ee0e
Fix windows builds.
17 years ago
Yana Stamcheva
9306b41aa8
Addressing issue #558 (Some text in the about window cannot be seen entirely).
17 years ago
Emil Ivov
073ca80d9e
Cosmetics and an extra method in the TransformLayer that allows capturing messages before they are sent.
17 years ago
Yana Stamcheva
daa208a792
Fixing issue #662 Plug-ins vs bundles in Tools > Options > Plug-ins.
17 years ago
Emil Ivov
e98595bed3
Adds interfaces that would allow future support of message trnasformation layers. These interfaces would remain unused until we spin off our 1.0 branch but I am commiting them now so that our George, our OTR GSoC student, could move on with his work. This is unlikely to have any impact on the rest of the code so we should be safe
17 years ago
Werner Dittmann
5d8ada0c5a
Include latest version of ZRTP4J. Modify the Eclipse and NB project files. Use a generic name
...
for ZRTP4J to avoid further modifications of Eclipse 7 NB project files. Current version of
ZRTP4J now documented in BUNDLE-VERSION of zrtp4j bundle.
17 years ago
Yana Stamcheva
399c440e17
Fixing issue # 571 (static I18N strings in impl.gui.customcontrols.Wizard) + some code formatting
17 years ago
Yana Stamcheva
13f3559648
Continuing work on issue #630 Borderless UI, by reducing the minimal size of the chat write area and storing the current divider position.
17 years ago
Lyubomir Marinov
5979d20995
Fixes a couple of programming errors, a few raw-type warnings.
17 years ago
Emil Ivov
dace661ba6
Fixes the fix of the previous fix ;)
17 years ago
Lyubomir Marinov
752be6bce8
Fixes an incorrect 'fix' committed in r5309.
17 years ago
Lyubomir Marinov
c9ec9e11c6
Fixes programming errors detected by FindBugs.
17 years ago
Yana Stamcheva
bfce580dcf
More smiley related work (some alignment and comments). Addressing issue #500 Corrupt smiley images.
17 years ago
Emil Ivov
a5c9522ee3
Adds a patch for the problem with cyrillic group names in Yahoo (Issue #665 ) replacing undisplayable chars with question marks.
17 years ago
Yana Stamcheva
d9ed67e0c4
New smileys pack and some improvements of the smileys box look and feel.
17 years ago
Emil Ivov
7076dcd63d
Significatnly stabilizes the meta contact list by fixing asynchronous contact loading and taking into account invalid xml node states.
...
This should thus fix issue #598 : Losing the meta contact list although we'll wait a bit before closing it.
17 years ago
Emil Ivov
896bf47772
Fixes raw type warnings (Part of issue #637 ).
17 years ago
Emil Ivov
d183350ccf
Fixes an error introduced (by me) in r5290 because of which it was impossible remove contacts in the root group. (This should fix the build)
...
Fixes some raw type warnings (part of issue #637 )
17 years ago
Lyubomir Marinov
f0d6c90e72
Fixes the following defect: after an account is deleted, it can still be seen in 'My chat rooms...' and the other join-related dialogs.
17 years ago