Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adds default values for provisioning method and URI. | Yana Stamcheva | 2011-06-02 | 1 | -1/+12 |
| | |||||
* | Shows the "SIP configuration" form after the global proxy in the advanced ↵ | Yana Stamcheva | 2011-06-01 | 1 | -1/+1 |
| | | | | options. | ||||
* | Optimizes some call methods and makes the unknown contact view call button ↵ | Yana Stamcheva | 2011-06-01 | 3 | -95/+39 |
| | | | | remove special symbols from phone numbers. | ||||
* | Removes special symbols before callng phone numbers and lets the user ↵ | Yana Stamcheva | 2011-06-01 | 11 | -178/+383 |
| | | | | configure a property to enable/disable this functionality. | ||||
* | Reduces log level for errors that often occur with SIP keep alives in an ↵ | Emil Ivov | 2011-05-31 | 2 | -5/+7 |
| | | | | effort to preserve readability in log files. Reported by Andreas Kuckartz. | ||||
* | Formats search strings when calling. Removes intervals and brackets. Also ↵ | Yana Stamcheva | 2011-05-31 | 2 | -0/+96 |
| | | | | removes dashes from number only strings. | ||||
* | Moves some logs from the info log level to the debug level. | Yana Stamcheva | 2011-05-31 | 1 | -4/+6 |
| | |||||
* | Moves a contact list log from info to debug level. | Yana Stamcheva | 2011-05-30 | 1 | -3/+4 |
| | |||||
* | Fixes disabled mute and sound buttons in a conference call. | Yana Stamcheva | 2011-05-30 | 2 | -0/+8 |
| | | | | Fixes NullPointerException causing problems with sound indicators in a conference call. | ||||
* | Fix partial desktop streaming moving. | Sebastien Vincent | 2011-05-30 | 1 | -4/+4 |
| | |||||
* | Fix frame rate with jingle calls. | Damian Minkov | 2011-05-30 | 1 | -1/+1 |
| | |||||
* | Shows resolution information in the new resize video button menu. | Yana Stamcheva | 2011-05-30 | 1 | -9/+18 |
| | |||||
* | Shows the full screen button only when the remote video is visible. | Yana Stamcheva | 2011-05-29 | 1 | -3/+3 |
| | |||||
* | Changing fix for issue#943, set the title to the application name, as its ↵ | Damian Minkov | 2011-05-28 | 3 | -54/+15 |
| | | | | static value and previous fix produces random string as window title. | ||||
* | Allow changing remote video quality. | Yana Stamcheva | 2011-05-28 | 4 | -10/+99 |
| | |||||
* | Allow setting params for the size of image we are able to show during video ↵ | Damian Minkov | 2011-05-28 | 22 | -25/+386 |
| | | | | call and dispatch such params by streaming the supplied resolution. | ||||
* | Call window toolbar enhancements. | Yana Stamcheva | 2011-05-28 | 10 | -16/+286 |
| | |||||
* | Fixing another lock, when icq is disconnecting ui asks for registrationState ↵ | Damian Minkov | 2011-05-28 | 1 | -3/+1 |
| | | | | which was retrieved from aim connection, which is already locked cause of disconnect. | ||||
* | Temporarily works around a problem in JAWTRenderer on Mac OS X and ↵ | Lyubomir Marinov | 2011-05-27 | 1 | -1/+26 |
| | | | | MacBookPro8 which appears as low frame rate by falling back to an earlier implementation which seems to work as expected with respect to frame rate. | ||||
* | Prevent deadlock when reconnecting icq protocol. | Damian Minkov | 2011-05-27 | 2 | -8/+14 |
| | | | | | Fixed excessive logging for status update, reported by Emil Ivov. Fix some strings in macosx info.plist. | ||||
* | Fixed excesive logging in the contact list ui, reported by Emil Ivov. | Yana Stamcheva | 2011-05-26 | 1 | -2/+2 |
| | |||||
* | Show connecting status during reconnects. | Damian Minkov | 2011-05-26 | 9 | -49/+128 |
| | | | | | | | When detect network changes calm for a second, give time all network configurations to finish. Add un-registering state to some providers. Fix a wrong state of jabber provider shown in status lists. Make sure un-registering and registering is done in separate threads in reconnect plugin, to avoid blocking each other and possible ui locks. | ||||
* | In the SIP create account form do not clear new account data if the user ↵ | Yana Stamcheva | 2011-05-26 | 1 | -2/+0 |
| | | | | clicks again on the radio button. | ||||
* | Show the create account form if the wizard supports it. | Yana Stamcheva | 2011-05-25 | 1 | -0/+6 |
| | |||||
* | Fix title of java dialogs and frames under gnome 3. | Damian Minkov | 2011-05-25 | 2 | -0/+54 |
| | |||||
* | Don't register growl if its not running we won't be able to use it, and we ↵ | Damian Minkov | 2011-05-25 | 1 | -1/+1 |
| | | | | will fall back using defaults. | ||||
* | Create log file archives in separate thread. | Damian Minkov | 2011-05-25 | 1 | -2/+16 |
| | |||||
* | Update recorder when we mute mute/unmute a call peer. | Damian Minkov | 2011-05-25 | 3 | -2/+97 |
| | |||||
* | Fix a possible NullPointerException in Google Contacts. | Sebastien Vincent | 2011-05-25 | 1 | -4/+11 |
| | |||||
* | Show login/password window if we get a credentials problem from Google Contacts. | Sebastien Vincent | 2011-05-25 | 5 | -10/+55 |
| | |||||
* | Moves some special properties in the ExtendedAccountRegistrationWizard ↵ | Yana Stamcheva | 2011-05-25 | 1 | -0/+29 |
| | | | | interface. | ||||
* | Moves some special properties in the ExtendedAccountRegistrationWizard ↵ | Yana Stamcheva | 2011-05-25 | 25 | -205/+173 |
| | | | | interface. | ||||
* | Commits work in progress on Google Talk voice support. | Sebastien Vincent | 2011-05-20 | 13 | -15/+2596 |
| | |||||
* | Disable cross protocol call transfers. | Damian Minkov | 2011-05-19 | 1 | -1/+4 |
| | |||||
* | Check for registered security authority implementations before starting ↵ | Yana Stamcheva | 2011-05-19 | 6 | -205/+141 |
| | | | | using the default implementation. | ||||
* | Do not reinitialize receive stream when we switch from camera to desktop ↵ | Sebastien Vincent | 2011-05-19 | 6 | -7/+117 |
| | | | | streaming and vice-versa (in other words when we change the capture device during a call). | ||||
* | Check for create form for all account registration wizards before sending ↵ | Yana Stamcheva | 2011-05-19 | 1 | -0/+29 |
| | | | | the user to the web registration page. | ||||
* | Video configuration form adjustments (some insets added and changed a border). | Yana Stamcheva | 2011-05-19 | 1 | -5/+8 |
| | |||||
* | Check for create form for all account registration wizards before sending ↵ | Yana Stamcheva | 2011-05-19 | 18 | -3/+210 |
| | | | | the user to the web registration page. | ||||
* | Fixes add contact display name change. | Yana Stamcheva | 2011-05-19 | 2 | -28/+166 |
| | |||||
* | Fixes missing security information when changing from one-to-one call to a ↵ | Yana Stamcheva | 2011-05-18 | 4 | -1/+108 |
| | | | | conference call and vice versa. | ||||
* | Adds modifications to correctly support the XEP-0262 (ZRTP). | Sebastien Vincent | 2011-05-18 | 4 | -7/+37 |
| | |||||
* | Attempt to fix issue with shifting mouse click on a selected contact. | Yana Stamcheva | 2011-05-18 | 2 | -29/+8 |
| | |||||
* | Move some ui logs to info level. | Yana Stamcheva | 2011-05-18 | 2 | -16/+16 |
| | |||||
* | If there is no video size respect the settings. | Damian Minkov | 2011-05-18 | 1 | -6/+2 |
| | |||||
* | Fix pasting links in macosx. | Damian Minkov | 2011-05-18 | 1 | -4/+12 |
| | | | | Check whether source setup exists when building deltas, prevent failing wix build if some build history is missing. | ||||
* | Fix Java 1.5 compatibility. | Sebastien Vincent | 2011-05-18 | 1 | -1/+0 |
| | |||||
* | Commits work in progress on Google Talk voice support. | Sebastien Vincent | 2011-05-18 | 19 | -32/+1335 |
| | |||||
* | - Fixes a crash on Mac OS X reported by Emil Ivov in the FFmpeg JNI library ↵ | Lyubomir Marinov | 2011-05-16 | 2 | -1/+24 |
| | | | | | | because of the use of posix_memalign which is not implemented on Mac OS X but is declared anyway. - Fixes "Call Recording stopped working in Build 3471?" on Mac OS X reported by Victor Hooi on the dev mailing list. | ||||
* | Fixes add contact dialog layout problems, like buttons showing over the last ↵ | Yana Stamcheva | 2011-05-13 | 1 | -4/+6 |
| | | | | text field. |