aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* prepare 3.1.3EMPATHY_3_1_3Guillaume Desmottes2011-07-042-3/+56
* release.py: update last_tag_patternGuillaume Desmottes2011-07-041-1/+1
* LogWindow: refresh the logs when new events happenEmilio Pozuelo Monfort2011-07-041-3/+260
* LogWindow: make it a proper GtkWindow subclassEmilio Pozuelo Monfort2011-07-043-574/+645
* Updated Slovenian translationMatej Urbančič2011-07-031-146/+178
* Updated Norwegian bokmål translationKjartan Maraas2011-07-021-104/+112
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2011-07-022-1354/+2256
* Updated Hebrew translation.Yaron Shahrabani2011-07-021-207/+252
* Updated Hungarian docs translation, lots of fixesGabor Kelemen2011-07-011-133/+109
* Updated Spanish translationDaniel Mustieles2011-07-011-194/+226
* Mark untranslated strings for translation. Fixes:Gabor Kelemen2011-07-012-2/+2
* Updated Hungarian translationGabor Kelemen2011-07-011-744/+1133
* Stop using deprecated API from libnotify (#653739)Guillaume Desmottes2011-06-301-6/+11
* Use our own notification categories if there is no official oneGuillaume Desmottes2011-06-301-1/+7
* Revert "Don't look for Call channels"Emilio Pozuelo Monfort2011-06-301-4/+27
* event_manager_add: don't crash if approval is NULL (#646555)Guillaume Desmottes2011-06-301-1/+2
* Autocomplete contacts when blocking by aliasEmilio Pozuelo Monfort2011-06-301-2/+81
* LogWindow: keep the selected dates when changing Who or WhatEmilio Pozuelo Monfort2011-06-291-5/+78
* remove unused string util functionsGuillaume Desmottes2011-06-294-80/+0
* empathy-utils: port to new coding styleGuillaume Desmottes2011-06-292-391/+402
* add client and service file announcing the FileTransfer handler (#653575)Guillaume Desmottes2011-06-294-2/+18
* Updated Norwegian bokmål translationKjartan Maraas2011-06-291-157/+181
* Updated Lithuanian translation.Aurimas Černius2011-06-291-978/+1283
* Display the time when messages have been sent, not received (#653551)Guillaume Desmottes2011-06-281-1/+6
* Merge branch 'account-parameters'Will Thompson2011-06-281-2/+6
|\
| * Set require-encryption for Facebook and Google TalkWill Thompson2011-06-281-1/+4
| * Set 'server' parameter on GTalk accounts.Will Thompson2011-06-281-1/+2
| * Merge branch 'bigger-favourite-chatrooms'Will Thompson2011-06-272-26/+55
| |\
* | \ Merge branch 'bigger-favourite-chatrooms'Will Thompson2011-06-282-26/+55
|\ \ \ | | |/ | |/|
| * | ChatroomsWindow: make the minimum size a bit biggerWill Thompson2011-06-241-1/+2
| * | ChatroomsWindow: GNOME 3-ify the Remove buttonWill Thompson2011-06-242-26/+54
* | | account-widget: hide advanced section for GTalk accountsGuillaume Desmottes2011-06-281-1/+1
| |/ |/|
* | Update Simplified Chinese translation.Aron Xu2011-06-261-677/+1144
* | [l10n] Updated German translationMario Blättermann2011-06-261-663/+1106
* | [i18n] Added missing file to POTFILES.inMario Blättermann2011-06-251-0/+1
* | [l10n] Updated Dutch translationHannie Dumoleyn2011-06-251-691/+1104
|/
* Merge branch 'status-dialog'Will Thompson2011-06-244-368/+75
|\
| * PresetDialog: remove support for adding statuses entirelyWill Thompson2011-06-242-335/+4
| * PresetDialog: make status icon in entry non-activatableWill Thompson2011-06-241-0/+3
| * PresetDialog: GNOME 3-ify the remove buttonWill Thompson2011-06-242-28/+54
| * PresetDialog: Don't leak path when focusing freshly-created statusWill Thompson2011-06-241-0/+1
| * PresetDialog: Select text cell of freshly-added statusWill Thompson2011-06-241-8/+12
| * PresetDialog: Allow >1 status to be removed at a time.Will Thompson2011-06-241-16/+22
| * PresetDialog: Don't allow resizing status preset dialogWill Thompson2011-06-241-0/+1
| * PresetDialog: make Add button less huge.Will Thompson2011-06-241-0/+1
| * PresetDialog: make the window tallerWill Thompson2011-06-241-2/+2
| * PresetDialog test: quit cleanlyWill Thompson2011-06-241-5/+4
| * PresenceChooser: remove unused #define FLASH_TIMEOUTWill Thompson2011-06-241-3/+0
|/
* Add a empathy-streamed-media-window.ui fileEmilio Pozuelo Monfort2011-06-233-1/+949
* Updated Spanish translationDaniel Mustieles2011-06-231-62/+62
* Don't try to access empathy_adium_info_* stuff when webkit support is disabledMarc-Antoine Perennou2011-06-231-0/+4
* Don't try to access adium theme when webkit support is disabledMarc-Antoine Perennou2011-06-231-0/+2
* Merge branch 'history-misc'Emilio Pozuelo Monfort2011-06-231-2/+19
|\
| * LogWindow: display the user id in a tooltip in the Who paneEmilio Pozuelo Monfort2011-06-231-0/+5
| * LogWindow: show "Chat with <MUC>" for MUCsEmilio Pozuelo Monfort2011-06-221-2/+14
* | Updated Slovenian translationMatej Urbančič2011-06-231-99/+103
* | Use tp-glib password API (#651055)Guillaume Desmottes2011-06-223-148/+8
* | use tp_channel_dispatch_operation_close_channels_async() when rejecting serve...Guillaume Desmottes2011-06-221-23/+2
* | call-observer: use tp_channel_dispatch_operation_leave_channels_async() (#651...Guillaume Desmottes2011-06-221-71/+27
* | depend on tp-glib 0.15.2Guillaume Desmottes2011-06-221-1/+1
* | Updated Galician translationsFran Diéguez2011-06-211-122/+133
* | Merge branch 'unread-653090'Guillaume Desmottes2011-06-211-0/+11
|\ \ | |/ |/|
| * empathy-chat: properly count unread messages when the connection goes away (#...Guillaume Desmottes2011-06-211-0/+11
* | Merge branch 'history-ui'Emilio Pozuelo Monfort2011-06-212-126/+183
|\ \ | |/ |/|
| * LogWindow: also show the spinner and expand the chats for searchesEmilio Pozuelo Monfort2011-06-211-10/+13
| * LogWindow: allow to start actions from an event rowEmilio Pozuelo Monfort2011-06-211-112/+76
| * LogWindow: expand the events when there's only oneEmilio Pozuelo Monfort2011-06-211-0/+15
| * LogWindow: improve loading spinnerEmilio Pozuelo Monfort2011-06-211-1/+30
| * LogWindow: highlight the searched textEmilio Pozuelo Monfort2011-06-211-7/+50
| * LogWindow: Add a border between the three search panesEmilio Pozuelo Monfort2011-06-201-0/+3
* | EmpathySearchBar: inherit from a GtkBox instead of a GtkBinGuillaume Desmottes2011-06-212-48/+4
* | EmpathyIndividualLinker: inherit from a GtkBox instead of a GtkBinGuillaume Desmottes2011-06-212-34/+4
* | EmpathyChat: inherit from a GtkBox instead of a GtkBinGuillaume Desmottes2011-06-212-30/+4
* | Updated Slovenian translationMatej Urbančič2011-06-211-92/+97
* | Updated Spanish translationJorge González2011-06-211-99/+103
* | individual-widget: use tp_g_signal_connect_object to connect the notify::cont...Guillaume Desmottes2011-06-201-2/+2
* | chatroom: don't leak the subjectGuillaume Desmottes2011-06-201-0/+1
|/
* Merge branch 'message-editing-rebase'Danielle Madeley2011-06-209-39/+392
|\
| * Only decrement unread_messages if it's not an edited messageDanielle Madeley2011-06-141-2/+4
| * Use an enum instead of the value type to determine what kind of object it isDanielle Madeley2011-06-141-20/+57
| * Bump to released TPL version 0.2.10Danielle Madeley2011-06-141-1/+1
| * Update for new TPL API, we now get timestamp and edit_timestampDanielle Madeley2011-06-141-5/+19
| * Reset the chat state after receiving an edited messageDanielle Madeley2011-06-141-12/+9
| * Replace tpl_text_event_dup_supersedes() with synthetic messageDanielle Madeley2011-06-141-18/+24
| * Add 'original-timestamp' to EmpathyMessageDanielle Madeley2011-06-142-0/+38
| * Set the edited icon for edited messages in the log viewerDanielle Madeley2011-06-141-1/+8
| * Get the original message from the logger so we can supersede itDanielle Madeley2011-06-141-1/+22
| * Set 'token' and 'supersedes' for events from the loggerDanielle Madeley2011-06-142-4/+11
| * Add an icon to edited messagesDanielle Madeley2011-06-142-0/+30
| * Add a tooltip saying when the message was editedDanielle Madeley2011-06-141-0/+14
| * [theme-adium] implement edit_message()Danielle Madeley2011-06-142-3/+67
| * [theme-adium] wrap the messages in <span id=...> so we can find them againDanielle Madeley2011-06-121-4/+16
| * Pass edited messages through to the ChatViewDanielle Madeley2011-06-121-15/+28
| * Add edit_message() method to ChatView ifaceDanielle Madeley2011-06-122-0/+16
| * Add 'supersedes' property to EmpathyMessageDanielle Madeley2011-06-122-0/+44
| * Add 'token' property to EmpathyMessageDanielle Madeley2011-06-122-0/+31
* | Updated Norwegian bokmål translation.Kjartan Maraas2011-06-191-65/+182
* | Updated Spanish translationDaniel Mustieles2011-06-191-66/+52
* | Updated Slovenian translationMatej Urbančič2011-06-171-14/+18
* | geocode_cb: actually destroy the resolved hash table, not the GAsyncResult re...Guillaume Desmottes2011-06-161-1/+1
* | cope with geocode_object_new_for_params returning NULLGuillaume Desmottes2011-06-161-0/+2
* | Corrections in Telugu filekrishnababu k2011-06-151-752/+746
* | Merge branch 'accounts-dialog-attractive'Danielle Madeley2011-06-152-51/+59
|\ \
| * | Make the accounts-dialog attractive and GNOME3ishDanielle Madeley2011-06-152-51/+59
* | | Updated Telugu Translations done by Praveen Illakrishnababu k2011-06-151-1430/+3255
* | | Update telepathy-yell submoduleEmilio Pozuelo Monfort2011-06-151-0/+0
* | | Updated Slovenian translationMatej Urbančič2011-06-151-1/+1
* | | Updated Slovenian translationMatej Urbančič2011-06-151-51/+32
|/ /
* | remove released flagGuillaume Desmottes2011-06-141-1/+1
* | prepare 3.1.2.1EMPATHY_3_1_2_1Guillaume Desmottes2011-06-142-2/+19
* | Add autogenerated marshal files to .gitignoreEmilio Pozuelo Monfort2011-06-141-0/+1
* | Add a translator comment.Emilio Pozuelo Monfort2011-06-141-0/+1
* | Require telepathy-logger 0.2.10Emilio Pozuelo Monfort2011-06-141-1/+1
* | Updated Slovenian translationMatej Urbančič2011-06-131-560/+850
* | Added UG translationAbduxukur Abdurixit2011-06-121-712/+1224
|/
* Updated Spanish translationJorge González2011-06-111-78/+212
* Updated Galician translationsFran Diéguez2011-06-111-389/+613
* remove released flagGuillaume Desmottes2011-06-101-1/+1
* add Chat_Manager.xml to EXTRA_DISTEMPATHY_3_1_2Guillaume Desmottes2011-06-101-0/+1
* Prepare 3.1.2Guillaume Desmottes2011-06-103-3/+78
* Cope with tpl_event_get_receiver() returning NULLEmilio Pozuelo Monfort2011-06-101-0/+3
* Rationalize use of EMPATHY_IMAGE_CALL_* images (#652270)Guillaume Desmottes2011-06-102-6/+7
* Updated Hebrew translation.Yaron Shahrabani2011-06-101-61/+183
* Merge branch 'new-log-window'Emilio Pozuelo Monfort2011-06-1013-1412/+3403
|\
| * Don't unref NULL pointersEmilio Pozuelo Monfort2011-06-101-1/+1
| * Don't require telepathy-logger with --enable-callEmilio Pozuelo Monfort2011-06-103-16/+57
| * empathy_contact_from_tpl_contact: check the accounts matchEmilio Pozuelo Monfort2011-06-101-6/+22
| * Update empathy-log-window.ui for GTK+ 3Emilio Pozuelo Monfort2011-06-091-18/+64
| * Fix typoEmilio Pozuelo Monfort2011-06-091-1/+1
| * Remove unused variablesEmilio Pozuelo Monfort2011-06-091-4/+0
| * Use some markup to make the logs more readableDanielle Madeley2011-06-091-5/+7
| * Don't allow interactive searching on the log paneDanielle Madeley2011-06-091-0/+2
| * Remove unrequired COL_WHAT_EXPANDERDanielle Madeley2011-06-091-3/+1
| * [log-viewer] set search columnsDanielle Madeley2011-06-091-0/+5
| * log_window_chats_set_selected: only act on normal rowsEmilio Pozuelo Monfort2011-06-091-0/+5
| * Don't reset the alias when using empathy_contact_from_tpl_contactEmilio Pozuelo Monfort2011-06-091-1/+11
| * Use a weak ref to remove the tpcontact from the hashtableEmilio Pozuelo Monfort2011-06-091-11/+14
| * LogWindow: Don't cut the log messagesEmilio Pozuelo Monfort2011-06-091-1/+0
| * LogWindow: better logic for the buttons sensitivityEmilio Pozuelo Monfort2011-06-091-12/+55
| * empathy_contact_from_tpl_contact: set the TpContactEmilio Pozuelo Monfort2011-06-091-15/+50
| * LogWindow: don't crash if closed while retrieving logsEmilio Pozuelo Monfort2011-06-091-1/+4
| * Show an spinner while logs are being retrievedEmilio Pozuelo Monfort2011-06-092-4/+103
| * LogWindow: scroll the events view to the endEmilio Pozuelo Monfort2011-06-091-0/+17
| * LogWindow: select the first normal date by defaultEmilio Pozuelo Monfort2011-06-091-2/+3
| * LogWindow: set 'All accounts' by defaultEmilio Pozuelo Monfort2011-06-091-0/+1
| * Add empathy_account_chooser_set_allEmilio Pozuelo Monfort2011-06-092-0/+25
| * Ensure tp-logger was compiled with Call supportDanielle Madeley2011-06-091-0/+15
| * tp-logger 0.2.8 is required for Call supportDanielle Madeley2011-06-091-1/+1
| * Display date and time in the event treeviewEmilio Pozuelo Monfort2011-06-091-3/+6
| * Make the three panes a bit taller by defaultEmilio Pozuelo Monfort2011-06-091-0/+1
| * Add a clear icon to the search entryEmilio Pozuelo Monfort2011-06-091-0/+23
| * Don't use global variablesEmilio Pozuelo Monfort2011-06-091-12/+13
| * Fix buttons to work again with multiselectionEmilio Pozuelo Monfort2011-06-091-35/+48
| * Use a define instead of hardcoding a magic numberEmilio Pozuelo Monfort2011-06-091-2/+4
| * Use a for instead of a do while to avoid returning earlyEmilio Pozuelo Monfort2011-06-091-5/+4
| * Don't leak the account and entityEmilio Pozuelo Monfort2011-06-091-3/+6
| * Don't leak pathsEmilio Pozuelo Monfort2011-06-091-0/+1
| * Compare against NULLEmilio Pozuelo Monfort2011-06-091-2/+2
| * Be neutralEmilio Pozuelo Monfort2011-06-091-1/+1
| * Style: use braces consistentlyEmilio Pozuelo Monfort2011-06-091-11/+31
| * Return early if the iter isn't a top levelEmilio Pozuelo Monfort2011-06-091-6/+7
| * Use a macro for magic numbersEmilio Pozuelo Monfort2011-06-091-1/+4
| * Don't leak the account and entityEmilio Pozuelo Monfort2011-06-091-6/+9
| * Use tp_clear_pointerEmilio Pozuelo Monfort2011-06-091-2/+1
| * LogWindow: group MUC events properlyEmilio Pozuelo Monfort2011-06-091-1/+30
| * LogWindow: check the 30min gap with the last messageEmilio Pozuelo Monfort2011-06-091-2/+8
| * LogWindow: find the corrent parent for chat eventsEmilio Pozuelo Monfort2011-06-091-1/+6
| * LogWindow: Display /me messages properlyEmilio Pozuelo Monfort2011-06-091-4/+14
| * make check fixesEmilio Pozuelo Monfort2011-06-092-1/+2
| * Remove more dead codeEmilio Pozuelo Monfort2011-06-091-6/+0
| * Use a do while instead of a for loop where appropriateEmilio Pozuelo Monfort2011-06-091-2/+2
| * Remove dead codeEmilio Pozuelo Monfort2011-06-091-3/+0
| * Fix commentEmilio Pozuelo Monfort2011-06-091-3/+2
| * Remove stray print statementsEmilio Pozuelo Monfort2011-06-091-6/+4
| * Remove dead codeEmilio Pozuelo Monfort2011-06-091-30/+0
| * LogWindow: don't add duplicate datesEmilio Pozuelo Monfort2011-06-091-11/+15
| * LogWindow: add 'Anyone' to search resultsEmilio Pozuelo Monfort2011-06-091-3/+1
| * LogWindow: select 'Anytime' by default when searchingEmilio Pozuelo Monfort2011-06-091-0/+4
| * Block the callback when clearing the storeEmilio Pozuelo Monfort2011-06-091-0/+9
| * Switch remaining functions to the new styleEmilio Pozuelo Monfort2011-06-091-218/+238
| * LogWindow: Add live search supportEmilio Pozuelo Monfort2011-06-091-3/+12
| * LogWindow: Show dates properlyEmilio Pozuelo Monfort2011-06-091-8/+46
| * LogWindow: Add multiselection to the 'When' paneEmilio Pozuelo Monfort2011-06-091-50/+93
| * Stop processing logger calls when unneededEmilio Pozuelo Monfort2011-06-091-8/+36
| * Add _tpl_action_chain_clearEmilio Pozuelo Monfort2011-06-092-0/+8
| * Populate from 'Anyone' when changing the accountEmilio Pozuelo Monfort2011-06-091-4/+19
| * Make 'Anyone' workEmilio Pozuelo Monfort2011-06-091-4/+44
| * LogWindow: Add multiselection to the 'Who' paneEmilio Pozuelo Monfort2011-06-091-95/+195
| * LogWindow: Add multiselection to the 'What' paneEmilio Pozuelo Monfort2011-06-091-4/+41
| * log_window_chats_get_selected -> log_window_get_selectedEmilio Pozuelo Monfort2011-06-091-5/+5
| * Don't free an uninitialized variableEmilio Pozuelo Monfort2011-06-091-2/+5
| * LogWindow: convert the event view to a treeviewEmilio Pozuelo Monfort2011-06-092-40/+366
| * Add icons for missed/incoming/outgoing callsEmilio Pozuelo Monfort2011-06-091-0/+4
| * Adapt to the empathy-dispatcher removalEmilio Pozuelo Monfort2011-06-091-1/+2
| * Complete rewrite of the history windowEmilio Pozuelo Monfort2011-06-093-1284/+1855
| * account_chooser_find_account_foreach: check the col typeEmilio Pozuelo Monfort2011-06-091-1/+8
| * AccountChooser: add empathy_account_chooser_get_account_manager()Emilio Pozuelo Monfort2011-06-092-1/+10
| * TplActionChain: add _tpl_action_chain_start()Emilio Pozuelo Monfort2011-06-092-1/+20
| * Copy TplActionChain from telepathy-loggerEmilio Pozuelo Monfort2011-06-093-0/+218
| * Handle unknown event types gracefullyEmilio Pozuelo Monfort2011-06-091-0/+3
| * Don't ignore call eventsEmilio Pozuelo Monfort2011-06-091-14/+23
| * AccountChooser: All -> All accountsEmilio Pozuelo Monfort2011-06-091-1/+1
| * Add a empathy_account_chooser_has_all_selectedEmilio Pozuelo Monfort2011-06-092-0/+25
* | Updated Hebrew translation.Yaron Shahrabani2011-06-101-163/+240
* | Updated Spanish translationDaniel Mustieles2011-06-101-173/+254
* | Updated Norwegian bokmål translationKjartan Maraas2011-06-091-281/+367
* | empathy_individual_match_string: match if the string IS a prefixGuillaume Desmottes2011-06-091-1/+1
|/
* Fix typoEmilio Pozuelo Monfort2011-06-091-1/+1
* Merge branch 'call'Emilio Pozuelo Monfort2011-06-0945-294/+6536
|\
| * Update .gitignore for the new filesEmilio Pozuelo Monfort2011-06-092-0/+2
| * Turn g_prints into DEBUGsEmilio Pozuelo Monfort2011-06-094-9/+12
| * Build fixEmilio Pozuelo Monfort2011-06-091-1/+1
| * Set 'Empathy' as program class in empathy-callEmilio Pozuelo Monfort2011-06-091-0/+2
| * Port empathy-call to GtkApplicationEmilio Pozuelo Monfort2011-06-091-66/+46
| * CallWindow: properly track the dialpad status againEmilio Pozuelo Monfort2011-06-091-7/+3
| * EvSidebar: add a changed signalEmilio Pozuelo Monfort2011-06-091-0/+16
| * call-window: Put the details vbox in a scroll windowGuillaume Desmottes2011-06-091-2/+9
| * Adapt to EmpathySidebar -> EvSidebarEmilio Pozuelo Monfort2011-06-092-13/+12
| * Change the page before showing the sidebarEmilio Pozuelo Monfort2011-06-091-3/+3
| * Factor out the block/set/unblock codeEmilio Pozuelo Monfort2011-06-091-14/+16
| * Disable the dialpad when the call endsEmilio Pozuelo Monfort2011-06-091-0/+1
| * Make it a toggle buttonEmilio Pozuelo Monfort2011-06-092-8/+55
| * CallWindow: add a dialpad menu entryEmilio Pozuelo Monfort2011-06-092-0/+25
| * Clear audio_output when the call endsEmilio Pozuelo Monfort2011-06-091-0/+5
| * CallWindow: show 'On hold' in the statusbar when appropriateEmilio Pozuelo Monfort2011-06-091-3/+38
| * Directly call the callback if we're readyEmilio Pozuelo Monfort2011-06-091-8/+1
| * Implement empathy_call_handler_start_call() for redialingEmilio Pozuelo Monfort2011-06-091-12/+18
| * CallHandler: move on_call_accepted_cb() aroundEmilio Pozuelo Monfort2011-06-091-15/+15
| * CallHandler: emit signal with the correct parametersEmilio Pozuelo Monfort2011-06-091-1/+2
| * Remove empathy_call_factory_new_call_with_streamsEmilio Pozuelo Monfort2011-06-092-58/+0
| * Correct the interface names used in Empathy.Call.clientSjoerd Simons2011-06-091-5/+5
| * Keep a persistent source video tee aroundSjoerd Simons2011-06-091-23/+15
| * Don't build a shared telepathy-yellEmilio Pozuelo Monfort2011-06-091-0/+3
| * Include yell before anything elseEmilio Pozuelo Monfort2011-06-091-1/+1
| * Minimize the scope in which we use TpyCallChannelSjoerd Simons2011-06-091-6/+7
| * Prepare the video input pipeline when there is an initial contentSjoerd Simons2011-06-091-5/+17
| * Wait for the channel to be ready before handling itSjoerd Simons2011-06-091-8/+43
| * Use a new id for accepting without videoSjoerd Simons2011-06-091-1/+1
| * Also add Answer with video to the notification dialogsSjoerd Simons2011-06-093-1/+36
| * Add Answer with video to the default dialogsSjoerd Simons2011-06-091-9/+29
| * Follow the sending state of the channel to determine whether we should send v...Sjoerd Simons2011-06-091-8/+14
| * When the remote side hangs up, clean up the call channelSjoerd Simons2011-06-091-2/+9
| * Cope with unexpected call channel invalidationSjoerd Simons2011-06-091-0/+20
| * Use modern private structure handlingSjoerd Simons2011-06-092-3/+4
| * Correct Call channel refcountingSjoerd Simons2011-06-091-4/+1
| * Don't start the Call when the streams startEmilio Pozuelo Monfort2011-06-092-13/+24
| * client file channel file should be Call.DRAFTSjoerd Simons2011-06-091-3/+3
| * Add depend on new GStreamer for gst_element_request_padSjoerd Simons2011-06-091-1/+2
| * Reject approval if call was hung up during approvalSjoerd Simons2011-06-091-2/+27
| * Only distroy the video output if it existsSjoerd Simons2011-06-091-1/+2