aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* coding style fixEMPATHY_3_1_90Guillaume Desmottes2011-08-292-3/+3
* prepare 3.1.90Guillaume Desmottes2011-08-292-3/+42
* Merge branch 'account-widget-657616'Guillaume Desmottes2011-08-291-0/+10
|\
| * account-widget-local-xmpp: put all the labels in a GtkSizeGroupGuillaume Desmottes2011-08-291-0/+10
* | contact list: optimize loading contactsAlban Crequy2011-08-292-194/+220
* | Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2011-08-292-1090/+1258
* | Updated Spanish translationJorge González2011-08-291-34/+49
|/
* contact-widget: use the day-selected sig to update birthdayGuillaume Desmottes2011-08-291-1/+1
* Allow to call phone number of contactsGuillaume Desmottes2011-08-293-1/+212
* add EmpathyAccountSelectorDialogGuillaume Desmottes2011-08-293-0/+268
* export empathy_account_has_uri_scheme_tel()Guillaume Desmottes2011-08-293-22/+25
* chatroom_manager_parse_chatroom: check account path is validGuillaume Desmottes2011-08-291-2/+8
* Updated galician translationsFran Dieguez2011-08-281-5/+5
* [l10n] Updated German translationMario Blättermann2011-08-281-746/+882
* Updated Russian translationYuri Myasoedov2011-08-271-833/+1427
* Updated Spanish translationDaniel Mustieles2011-08-271-53/+59
* Don't leak FDs when loading avatars.Will Thompson2011-08-261-5/+5
* Move the 'Show previous conversation' menu entryGuillaume Desmottes2011-08-262-15/+15
* Updated Norwegian bokmål translationKjartan Maraas2011-08-261-4/+4
* Fix unclear string in avatar chooserMilo Casagrande2011-08-261-1/+1
* Updated Belarusian translation.Ihar Hrachyshka2011-08-261-1646/+3194
* Configure: produce useful dependency errorsWill Thompson2011-08-251-12/+36
* Revert "configure: simplify error path in --enable-call"Will Thompson2011-08-251-1/+4
* configure: simplify error path in --enable-callWill Thompson2011-08-251-4/+1
* Updated Brazilian Portuguese translation.Og B. Maciel2011-08-251-527/+597
* src: install empathy-main-window-menubar.uiRaluca Elena Podiuc2011-08-251-0/+1
* Updated Galician translationsFran Dieguez2011-08-251-344/+365
* Updated Spanish translationDaniel Mustieles2011-08-251-318/+328
* Updated Norwegian bokmål translationKjartan Maraas2011-08-251-12/+16
* Do not auto-accept publish requests if contact is not subscribedXavier Claessens2011-08-241-2/+8
* account-widget-sip: add option to mark account as being able to call phonesGuillaume Desmottes2011-08-242-1/+40
* widget-sip: load/save file in GladeGuillaume Desmottes2011-08-241-18/+73
* account-widget: add empathy_account_widget_get_settings()Guillaume Desmottes2011-08-242-0/+11
* account-settings: add API to set 'tel' in the URISchemes property of the accountGuillaume Desmottes2011-08-242-0/+71
* Updated Norwegian bokmål translationKjartan Maraas2011-08-241-333/+340
* Updated Hebrew translation.Yaron Shahrabani2011-08-241-194/+211
* Updated Swedish translationDaniel Nylander2011-08-241-700/+515
* libempathy-gtk: Explicitly close the input stream used for reading avatarsPhilip Withnall2011-08-241-0/+20
* main-window.ui: load and save the file in GladeGuillaume Desmottes2011-08-231-81/+83
* Move main window's UI manager to its own UI fileGuillaume Desmottes2011-08-234-317/+331
* main-window: remove the throbber tooltipGuillaume Desmottes2011-08-231-1/+0
* geocode: fix uninitialized variable (-Werror=uninitialized)Alban Crequy2011-08-231-1/+1
* Add a configure option for GProfAlban Crequy2011-08-231-0/+12
* Merge branch 'search-bar'Jonny Lamb2011-08-231-16/+27
|\
| * search-bar: shorten labels to just Next & PreviousJonny Lamb2011-08-221-3/+6
| * search-bar: use smaller iconsJonny Lamb2011-08-221-1/+1
| * search-bar: make close button non-important stock gtk-closeJonny Lamb2011-08-221-3/+2
| * search-bar: move close button to RHSJonny Lamb2011-08-221-12/+21
* | widget-irc: quit message entry shouldn't be invisibleGuillaume Desmottes2011-08-231-3/+0
* | Updated Dutch translation by Wouter BolsterleeWouter Bolsterlee2011-08-231-146/+159
|/
* EmpathyChatWindow: Set "im.received" on notification so gnome-shell can ignor...Xavier Claessens2011-08-221-0/+4
* contact_set_avatar_from_tp_contact: don't crash if we failed to load the avatarGuillaume Desmottes2011-08-221-1/+10
* Move live search to top of Contact listGuillaume Desmottes2011-08-222-2/+18
* Freenode has added 6697 to the list of SSL portsDebarshi Ray2011-08-221-0/+1
* remove released flagGuillaume Desmottes2011-08-221-1/+1
* add empathy-webkit-utils.c to POTFILES.inEMPATHY_3_1_5_1Guillaume Desmottes2011-08-221-0/+1
* prepare 3.1.5.1Guillaume Desmottes2011-08-222-2/+45
* Don't assume that all FolksIndividuals have a corresponding EmpathyContact.Travis Reitter2011-08-222-17/+25
* Don't assume that all TpfPersonas contain valid TpContactsTravis Reitter2011-08-229-116/+203
* Merge remote-tracking branch 'pochu/preview-position'Jonny Lamb2011-08-221-1/+6
|\
| * CallWindow: correctly position the preview when draggingEmilio Pozuelo Monfort2011-08-201-1/+6
* | Merge remote-tracking branch 'pochu/request-message'Jonny Lamb2011-08-223-3/+63
|\ \
| * | Hide the request message entry if it can't be usedEmilio Pozuelo Monfort2011-08-201-8/+30
| * | EmpathyContactListFlags: add _MESSAGE_ADD flagEmilio Pozuelo Monfort2011-08-202-0/+5
| * | Set the scrolled window shadow type to Etched inEmilio Pozuelo Monfort2011-08-201-0/+2
| * | Allow to specify the subscription request messageEmilio Pozuelo Monfort2011-08-201-3/+34
| |/
* | Update Simplified Chinese translation.Aron Xu2011-08-211-380/+400
* | Fix call-event.h detectionLaurent Bigonville2011-08-191-0/+3
|/
* CameraMenu: don't change the device if it's the current oneEmilio Pozuelo Monfort2011-08-191-0/+9
* Flip the preview in RoundedTexture->paint()Emilio Pozuelo Monfort2011-08-192-19/+4
* CallWindow: make the preview button reactiveEmilio Pozuelo Monfort2011-08-191-0/+1
* contact-chooser: use tp_connection_get_account()Guillaume Desmottes2011-08-191-5/+1
* main-window: use tp_connection_get_account()Guillaume Desmottes2011-08-191-12/+4
* Reset all the necessary elements when switching camerasEmilio Pozuelo Monfort2011-08-192-2/+4
* CallWindow: make empathy_call_window_play_camera() publicEmilio Pozuelo Monfort2011-08-192-4/+7
* CallWindow: make the rectangles have rounded cornersEmilio Pozuelo Monfort2011-08-191-14/+12
* Add a rectangle actor with rounded cornersEmilio Pozuelo Monfort2011-08-193-0/+210
* CallWindow: make the info buttons roundedEmilio Pozuelo Monfort2011-08-191-4/+11
* CallWindow: round the video preview cornersEmilio Pozuelo Monfort2011-08-191-1/+2
* Add a ClutterTexture subclass with rounded cornersEmilio Pozuelo Monfort2011-08-193-0/+134
* CallWindow: don't hide the toolbar when not in a callEmilio Pozuelo Monfort2011-08-191-1/+11
* Merge branch 'trivia'Danielle Madeley2011-08-192-5/+5
|\
| * [log-window] Change Quit for CloseDanielle Madeley2011-08-192-5/+5
* | rely on the factory to prepare TP_CONNECTION_FEATURE_BALANCEGuillaume Desmottes2011-08-192-28/+11
* | tp-chat: rely on the factory to prepare TP_CONNECTION_FEATURE_CAPABILITIESGuillaume Desmottes2011-08-191-35/+13
* | new-message-dialog: rely on the factory to prepare TP_CONNECTION_FEATURE_CAPA...Guillaume Desmottes2011-08-191-44/+11
* | ft-handler: rely on the factory to prepare TP_CONNECTION_FEATURE_CAPABILITIESGuillaume Desmottes2011-08-191-17/+8
* | new-call-dialog: rely on the factory to prepare TP_CONNECTION_FEATURE_CAPABIL...Guillaume Desmottes2011-08-191-44/+17
* | individual-widget: rely on the factory to prepare TP_CONNECTION_FEATURE_CONTA...Guillaume Desmottes2011-08-191-61/+35
* | contact-widget: rely on the factory to prepare TP_CONNECTION_FEATURE_CONTACT_...Guillaume Desmottes2011-08-192-10/+9
* | contact-search-dialog: rely on the factory to prepare TP_CONNECTION_FEATURE_A...Guillaume Desmottes2011-08-191-50/+10
* | avatar-chooser: rely on the factory to prepare TP_CONNECTION_FEATURE_AVATAR_R...Guillaume Desmottes2011-08-192-5/+4
* | account-chooser: rely on the factory to prepare TP_CONNECTION_FEATURE_CAPABIL...Guillaume Desmottes2011-08-191-44/+11
* | ask factory to prepare TP_ACCOUNT_FEATURE_CONNECTIONGuillaume Desmottes2011-08-191-0/+18
|/
* Updated Hebrew translation.Yaron Shahrabani2011-08-191-300/+320
* Updated Dutch translation by Hannie DumoleynHannie Dumoleyn2011-08-191-547/+692
* Updated Slovenian translationAndrej Žnidaršič2011-08-191-42/+4
* CallWindow: hide the preview button while dragging itEmilio Pozuelo Monfort2011-08-191-1/+5
* CallWindow: hide the preview while dragging itEmilio Pozuelo Monfort2011-08-191-0/+4
* CallWindow: flip the dragged previewEmilio Pozuelo Monfort2011-08-191-0/+11
* CallWindow: make the preview follow the pointer when dragging itEmilio Pozuelo Monfort2011-08-191-7/+22
* Don't install Call service files if empathy-call is not builtEmilio Pozuelo Monfort2011-08-181-2/+10
* mic-monitor: add set_default functionJonny Lamb2011-08-182-0/+69
* mic-monitor: add get_default functionJonny Lamb2011-08-182-0/+63
* mic-menu: don't show the menu if we can't switch microphonesJonny Lamb2011-08-181-2/+8
* audio-src: make supports_changing_mic publicJonny Lamb2011-08-182-1/+3
* mic-monitor: move the PA-specific stuff from audio-src to hereJonny Lamb2011-08-186-364/+724
* chatroom-manager: removed set and unused priv variableJonny Lamb2011-08-181-3/+0
* Port to new tp-glib client factoryGuillaume Desmottes2011-08-1823-430/+329
* Depend on telepathy-glib 0.15.5Guillaume Desmottes2011-08-181-1/+1
* update git ignore with new build systemGuillaume Desmottes2011-08-183-1/+38
* update translation for PunjabiA S Alam2011-08-181-534/+594
* Merge branch 'log-window-webview'Danielle Madeley2011-08-1813-467/+1017
|\
| * Use context menu utility in log viewerDanielle Madeley2011-08-171-5/+25
| * Factor out WebKit context menu as a utilityDanielle Madeley2011-08-173-118/+145
| * Allow clicking on a row to select the contactDanielle Madeley2011-08-162-30/+108
| * Reimplement scrollToRowDanielle Madeley2011-08-162-14/+48
| * Make WebKit compulsoryDanielle Madeley2011-08-166-85/+14
| * Style fixDanielle Madeley2011-08-121-1/+1
| * Remove some commented-out debuggingDanielle Madeley2011-08-121-6/+0
| * Remove unused variableDanielle Madeley2011-08-121-2/+0
| * Remove old codeDanielle Madeley2011-08-091-15/+0
| * Set the primary toolbar styleDanielle Madeley2011-08-091-0/+3
| * Toggle the expander on row double clickDanielle Madeley2011-08-091-8/+11
| * Add icons to the new log viewerDanielle Madeley2011-08-092-6/+42
| * Add dates to new log viewerDanielle Madeley2011-08-092-7/+16
| * Use the same font-setting utility for empathy-theme-adiumDanielle Madeley2011-08-091-62/+15
| * Use this utility in the log viewerDanielle Madeley2011-08-093-2/+15
| * Utility to set the webkit default font/size from GSettingsDanielle Madeley2011-08-092-0/+77
| * Reimplement log_window_maybe_expand_events()Danielle Madeley2011-08-082-9/+25
| * Factor out toggleExpander()Danielle Madeley2011-08-081-18/+25
| * Remove treeview_events -- make the webview the only viewing componentDanielle Madeley2011-08-072-117/+58
| * Replace highlighting of search stringsDanielle Madeley2011-08-051-41/+6
| * Support smileys in log viewerDanielle Madeley2011-08-041-2/+9
| * Handle links via external browserDanielle Madeley2011-08-011-0/+19
| * Add expander togglesDanielle Madeley2011-08-012-0/+89
| * Use webkit-utils in LogWindow webviewDanielle Madeley2011-08-011-45/+56
| * Abstract WebKit string parsers into empathy-webkit-utilsDanielle Madeley2011-08-014-68/+137
| * Copy fix for bug #625745 from empathy-theme-adiumDanielle Madeley2011-08-011-0/+5
| * Add a webview widget for displaying the logDanielle Madeley2011-07-293-1/+263
* | Updated Galician translationsFran Dieguez2011-08-181-3155/+1120
* | configure.ac: Generate xz tarballs with ustar format by defaultJavier Jardón2011-08-172-8/+5
* | configure.ac: Use upstream gettext instead the glib oneJavier Jardón2011-08-171-2/+3
* | build: Update autotools config a bitJavier Jardón2011-08-172-16/+27
* | Updated Spanish translationDaniel Mustieles2011-08-171-174/+201
* | Updated Galician translationsFran Dieguez2011-08-171-182/+208
* | Updated Indonesian translationAndika Triwidada2011-08-161-1312/+1557
* | Updated Norwegian bokmål translation.Kjartan Maraas2011-08-161-177/+205
* | CallWindow: move preview rectangles on top of remote videoEmilio Pozuelo Monfort2011-08-161-2/+24
* | remove released flagGuillaume Desmottes2011-08-161-1/+1
* | prepare 3.1.5EMPATHY_3_1_5Guillaume Desmottes2011-08-162-2/+62
* | coding style fixGuillaume Desmottes2011-08-161-1/+1
* | CallWindow: add some padding to the dialpadEmilio Pozuelo Monfort2011-08-161-1/+1
* | Use AC_ARG_ENABLE with --enable-*Emilio Pozuelo Monfort2011-08-161-10/+10
* | CallWindow: fix typoEmilio Pozuelo Monfort2011-08-161-12/+12
* | Don't show empathy-call preferences when not building empathy-callEmilio Pozuelo Monfort2011-08-162-2/+11
* | Merge branch 'blockade'Will Thompson2011-08-164-20/+38
|\ \
| * | tests: simplify running blocking dialogWill Thompson2011-08-091-8/+1
| * | Blocking: don't critical if ContactBlockingCapabilities is missingWill Thompson2011-08-091-1/+13
| * | Blocking dialog: use a sensible default sizeWill Thompson2011-08-091-0/+2
| * | Blocking dialog: Gnome 3-ify Remove buttonWill Thompson2011-08-092-11/+22
* | | Get the preview position from preview_posEmilio Pozuelo Monfort2011-08-161-4/+4
* | | Add some space between the status and the end of the toolbarEmilio Pozuelo Monfort2011-08-161-0/+6
* | | Display the preview video button in the preview cornerEmilio Pozuelo Monfort2011-08-161-4/+9
* | | Bug 655212 — Update for libfolks API changes to AvatarDetailsPhilip Withnall2011-08-162-40/+102
* | | audio-sink: check if sink implements the GstStreamVolume interfaceGuillaume Desmottes2011-08-151-2/+3
* | | manually build the GstStructureGuillaume Desmottes2011-08-151-5/+11
* | | Get the env variable in create_{src,sink} directlyGuillaume Desmottes2011-08-152-4/+10
* | | Enable echo cancellation if neededGuillaume Desmottes2011-08-151-2/+16
* | | Add Echo cancellation preferenceGuillaume Desmottes2011-08-154-0/+27
* | | Use gst_parse_bin_from_description() when EMPATHY_AUDIO_* vars are setGuillaume Desmottes2011-08-154-29/+80
* | | Set stream-properties on GStreamer elements to set the media roleGuillaume Desmottes2011-08-154-2/+19
* | | Use pulesink as audio sinkGuillaume Desmottes2011-08-151-205/+40
* | | Merge branch 'move-video-preview-656268'Emilio Pozuelo Monfort2011-08-152-4/+377
|\ \ \
| * | | Don't define the same thing twiceEmilio Pozuelo Monfort2011-08-151-22/+20
| * | | CallWindow: add extra bottom margin for the floating toolbarEmilio Pozuelo Monfort2011-08-151-14/+32
| * | | CallWindow: create the rectangles after the avatarEmilio Pozuelo Monfort2011-08-151-2/+2
| * | | empathy-call: add COGL and Clutter option groupsEmilio Pozuelo Monfort2011-08-151-0/+4
| * | | Use self->priv->preview_pos to determine the preview positionEmilio Pozuelo Monfort2011-08-151-3/+2
| * | | Darken the rectangles when starting a drag operationEmilio Pozuelo Monfort2011-08-151-0/+1
| * | | Don't darken the preview when dragging itEmilio Pozuelo Monfort2011-08-151-8/+25
| * | | Highlight the preview when hoveredEmilio Pozuelo Monfort2011-08-151-1/+42
| * | | Factor out empathy_call_window_darken_preview_rectangleEmilio Pozuelo Monfort2011-08-151-20/+17
| * | | Factor out empathy_call_window_get_preview_rectangleEmilio Pozuelo Monfort2011-08-151-18/+28
| * | | Move empathy_call_window_get_preview_position aroundEmilio Pozuelo Monfort2011-08-151-42/+42
| * | | CallWindow: highlight drop zones when hoveredEmilio Pozuelo Monfort2011-08-151-0/+85
| * | | Factor out empathy_call_window_get_preview_position()Emilio Pozuelo Monfort2011-08-151-6/+18
| * | | CallWindow: show drop zones when dragging the previewEmilio Pozuelo Monfort2011-08-151-0/+85
| * | | CallWindow: allow to move the video previewEmilio Pozuelo Monfort2011-08-151-0/+103
| * | | CallWindow: add top and right margin to the preview containerEmilio Pozuelo Monfort2011-08-151-4/+4
| * | | empathy-call: call gdk_disable_multidevice()Emilio Pozuelo Monfort2011-08-151-0/+3
* | | | CameraMenu: don't crash if there are no camerasEmilio Pozuelo Monfort2011-08-151-3/+4
* | | | CameraMenu: use empathy_camera_monitor_new()Emilio Pozuelo Monfort2011-08-151-1/+1
* | | | CameraMonitor: add empathy_camera_monitor_new()Emilio Pozuelo Monfort2011-08-152-26/+23
* | | | CameraMenu: select the first camera if the last one isn't availableEmilio Pozuelo Monfort2011-08-151-11/+21
* | | | CameraMonitor: dynamically-allocate the queueEmilio Pozuelo Monfort2011-08-151-8/+17
* | | | CallWindow: add a 'Swap camera' item to the preview menuEmilio Pozuelo Monfort2011-08-152-0/+77
* | | | CameraMenu: restore the last selected camera on creationEmilio Pozuelo Monfort2011-08-151-0/+5
* | | | CameraMenu: track changes to the camera keyEmilio Pozuelo Monfort2011-08-151-0/+40
* | | | Add a GSettings key for the default cameraEmilio Pozuelo Monfort2011-08-152-0/+6
* | | | CallWindow: add a menu to change the cameraEmilio Pozuelo Monfort2011-08-156-6/+417
* | | | VideoSrc: add API to get the input deviceEmilio Pozuelo Monfort2011-08-152-0/+12
* | | | VideoSrc: add API to change the input deviceEmilio Pozuelo Monfort2011-08-152-0/+16
* | | | VideoSrc: use v4l2src instead of gconfvideosrcEmilio Pozuelo Monfort2011-08-151-2/+2
* | | | CameraMonitor: add ::added and ::removed signalsEmilio Pozuelo Monfort2011-08-151-0/+27
* | | | CameraMonitor: make EmpathyCamera a boxed typeEmilio Pozuelo Monfort2011-08-152-0/+12
* | | | CameraMonitor: add API to get all camerasEmilio Pozuelo Monfort2011-08-152-0/+80
|/ / /
* | | Merge branch 'clutter-toolbar'Emilio Pozuelo Monfort2011-08-155-13/+275
|\ \ \
| * | | Update the constraint when the stage allocation changesEmilio Pozuelo Monfort2011-08-121-5/+8
| * | | CallWindow: raise the toolbar when showing the previewEmilio Pozuelo Monfort2011-08-121-0/+1
| * | | CallWindow: make the preview margin a defineEmilio Pozuelo Monfort2011-08-121-2/+3
| * | | Move the video preview upEmilio Pozuelo Monfort2011-08-121-1/+3
| * | | Make the floating toolbar have rounded cornersEmilio Pozuelo Monfort2011-08-121-1/+2
| * | | Add a GtkClutterActor subclass that clips the cornersEmilio Pozuelo Monfort2011-08-123-1/+134
| * | | CallWindow: show the toolbar when on fullscreenEmilio Pozuelo Monfort2011-08-121-0/+3
| * | | CallWindow: hide the toolbar after 3s of inactivityEmilio Pozuelo Monfort2011-08-121-0/+66
| * | | CallWindow: make the toolbar float inside the windowEmilio Pozuelo Monfort2011-08-122-11/+63
* | | | CallWindow: get the mic volume upon initEmilio Pozuelo Monfort2011-08-151-0/+5
* | | | CallWindow: fix toggling the microphone on and offEmilio Pozuelo Monfort2011-08-151-2/+10
* | | | Updated Vietnamese translationNgô Chin2011-08-131-354/+248
* | | | po/vi.po: import from Damned LiesNguyễn Thái Ngọc Duy2011-08-131-758/+1364
* | | | Updated Persian translationArash Mousavi2011-08-131-751/+1308
* | | | Properly check if the backlog flag is setSjoerd Simons2011-08-121-1/+5
* | | | Updated Norwegian bokmål translationKjartan Maraas2011-08-101-370/+422
|/ / /
* | | LogWindow: don't crash if there are logs from the futureEmilio Pozuelo Monfort2011-08-101-1/+1
* | | CallWindow: don't set the title for multiple participantsEmilio Pozuelo Monfort2011-08-101-1/+1
* | | Updated Slovenian translationAndrej Žnidaršič2011-08-101-53/+0
|/ /
* | Updated Swedish translationDaniel Nylander2011-08-081-124/+139
* | Updated Spanish translationDaniel Mustieles2011-08-081-111/+122
* | Updated Galician translationsFran Dieguez2011-08-071-472/+555
* | Updated Hebrew translation.Yaron Shahrabani2011-08-061-377/+424
* | EmpathyContactChooser: remove EmpathyTpChat propertyGuillaume Desmottes2011-08-053-62/+3
* | Implement TpContact selection in EmpathyInviteParticipantDialogGuillaume Desmottes2011-08-053-56/+15
* | Implement filtering logic in EmpathyInviteParticipantDialogGuillaume Desmottes2011-08-053-43/+131
* | Add EmpathyContactChooserGuillaume Desmottes2011-08-054-366/+594
* | Allow to enter an email address as Yahoo IDGuillaume Desmottes2011-08-041-2/+4
* | Make the #defines an static arrayEmilio Pozuelo Monfort2011-08-044-24/+38
* | Use the new enum everywhereEmilio Pozuelo Monfort2011-08-046-17/+48
* | Preferences: add an enum for all the tabsEmilio Pozuelo Monfort2011-08-041-0/+11
* | CallWindow: go to the Calls tab when opening the preferencesEmilio Pozuelo Monfort2011-08-041-1/+1
* | Allow to specify the tab to open in the preferencesEmilio Pozuelo Monfort2011-08-043-8/+38
* | Preferences: add empathy_preferences_show_tab()Emilio Pozuelo Monfort2011-08-042-0/+12
* | CallWindow: show Empathy.Call when opening the debug windowEmilio Pozuelo Monfort2011-08-041-1/+1
* | empathy-debugger: add a command line option to show a serviceEmilio Pozuelo Monfort2011-08-041-1/+49
* | DebugWindow: add function to change the service to showEmilio Pozuelo Monfort2011-08-042-0/+63
* | Factor out empathy_launch_program()Emilio Pozuelo Monfort2011-08-045-163/+67
* | CallWindow: add a Settings menu itemEmilio Pozuelo Monfort2011-08-042-0/+57
* | Add a command line option to Empathy to show the preferencesEmilio Pozuelo Monfort2011-08-041-3/+39
* | MainWindow: add API to show the preferences windowEmilio Pozuelo Monfort2011-08-042-3/+11
* | CallWindow: add a 'Call log' menuEmilio Pozuelo Monfort2011-08-042-0/+53