aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add empathy_account_settings_is_valid ()Cosimo Cecchi2009-07-302-0/+61
|
* Fix a typo.Cosimo Cecchi2009-07-301-3/+3
|
* Even more cleanup + update headerCosimo Cecchi2009-07-301-10/+13
|
* Adapt to the current telepathy styleCosimo Cecchi2009-07-301-1172/+1146
|
* Use the right property name when getting the connection status.Cosimo Cecchi2009-07-301-1/+1
|
* Fix a typo in dispose()Cosimo Cecchi2009-07-301-3/+5
|
* Cancel the creation thread in dispose()Cosimo Cecchi2009-07-301-0/+11
|
* Emit the ACCOUNT_CREATED signal at the right timeCosimo Cecchi2009-07-301-36/+31
| | | | | I.e. emit it only after the account has been added to the relevant EmpathyAccountSettings object.
* Use the new API when getting the account iter.Cosimo Cecchi2009-07-301-5/+8
|
* Add empathy_account_settings_owns_account()Cosimo Cecchi2009-07-302-0/+17
|
* Make sure the account dialog respects the initial selectionCosimo Cecchi2009-07-301-30/+34
|
* Implement _set_display_nameCosimo Cecchi2009-07-303-2/+110
|
* When an account is enabled, always align it to the global presence.Cosimo Cecchi2009-07-301-8/+9
| | | | | Before, this was only done for newly created accounts, and not every time any account was enabled.
* Make remove workCosimo Cecchi2009-07-301-1/+1
|
* Plug some leaksCosimo Cecchi2009-07-301-0/+6
|
* Respect the global presence when enabling an accountCosimo Cecchi2009-07-301-3/+36
|
* Unref the dialog when destroyingCosimo Cecchi2009-07-301-0/+10
|
* Chain up dispose and remove useless finalizeCosimo Cecchi2009-07-301-7/+2
|
* Move some code off disposeCosimo Cecchi2009-07-301-18/+31
|
* GObject-ify and clean-up the code; still WIPCosimo Cecchi2009-07-302-185/+387
|
* Add an API to get the num of CMsCosimo Cecchi2009-07-302-0/+14
|
* Synchronize EmpathyProtocolChooser and EmpathyAccountsDialogCosimo Cecchi2009-07-303-48/+43
| | | | | Synchronize the two objects with the help of EmpathyConnectionManagers, so that we can get a consistent list of the CMs when using the chooser.
* Ensure EmpathyConnectionManagers stays alive when still emitting signalsSjoerd Simons2009-07-231-0/+2
|
* Allow stop to be called if there isn't a backing channelSjoerd Simons2009-07-221-0/+4
|
* Don't try to update the widgets if no account was selectedSjoerd Simons2009-07-221-0/+4
|
* Get the connection status, not the presence status stringSjoerd Simons2009-07-221-1/+1
|
* If the requested property is missing, assume we didn't request itSjoerd Simons2009-07-221-1/+1
| | | | | | MC5 tries to handle channels only signalled by the old NewChannel signal, but the Requested property isn't set in that case. Assume that we didn't request it in that case
* Add the Apply widget to the IRC account settings dialogSjoerd Simons2009-07-222-171/+181
|
* Add apply button for salut accountsSjoerd Simons2009-07-221-0/+1
|
* Correctly implement empathy_account_is_validSjoerd Simons2009-07-221-3/+2
|
* Hook up removing accounts in the accounts dialogSjoerd Simons2009-07-221-0/+8
|
* Add api to remove accountsSjoerd Simons2009-07-222-0/+53
|
* Add removed signal on EmpathyAccountSjoerd Simons2009-07-222-0/+64
|
* Make the account manager listen to AccountValidityChangedSjoerd Simons2009-07-221-2/+33
|
* Use the account manager when the service is running, not when we receive ↵Marco Barisione2009-07-221-15/+14
| | | | NameOwnerChanged
* Disable tests that try to use MC4 related codeSjoerd Simons2009-07-223-0/+10
|
* Coding style fixesSjoerd Simons2009-07-228-15/+15
|
* Unescape _ and _2d in the protocol from mission-controlSjoerd Simons2009-07-221-1/+38
|
* Port creating of of a salut account to then new apisSjoerd Simons2009-07-221-44/+90
|
* Port to using EmpathyAccountSettingsSjoerd Simons2009-07-227-268/+475
|
* Make empathy_account_set_enable call out over d-busSjoerd Simons2009-07-221-4/+26
|
* Add API to Update an accounts parametersSjoerd Simons2009-07-222-0/+59
|
* Remove the API to change the account parameters one by oneSjoerd Simons2009-07-222-74/+10
|
* Add an abstraction to buffer up changes to an accountSjoerd Simons2009-07-223-0/+1122
|
* Correct usage of privSjoerd Simons2009-07-221-5/+4
|
* Put (Haze) behind all protocols coming from hazeSjoerd Simons2009-07-221-2/+2
|
* Add API to add accountsSjoerd Simons2009-07-222-23/+106
|
* reformat macros a bitSjoerd Simons2009-07-211-6/+11
|
* Add singleton to cache TpConnectionManagersSjoerd Simons2009-07-203-0/+373
|
* remove dead codeSjoerd Simons2009-07-191-58/+0
|
* Escape unique names by replacing / by %Sjoerd Simons2009-07-161-8/+15
|
* Ignore a log when the account it isn't foundSjoerd Simons2009-07-161-1/+7
|
* Put the logs in XDG_DATA_HOME instead of ~/.gnome2Sjoerd Simons2009-07-161-2/+4
|
* Default to OFFLINE instead of UNSET for the global presenceSjoerd Simons2009-07-161-1/+1
|
* Escape the unique account nameSjoerd Simons2009-07-161-3/+6
|
* Move the responsibility of popping up the empathy accounts dialog out of the ↵Sjoerd Simons2009-07-162-20/+18
| | | | status icon
* Add a concept of ready to the account managerSjoerd Simons2009-07-162-2/+74
|
* Check the right variable for setting the ready propertySjoerd Simons2009-07-161-1/+1
|
* Remove last references to mission-control 4Sjoerd Simons2009-07-1620-116/+18
|
* Remove profiles, they're not used anymoreSjoerd Simons2009-07-1618-224/+0
|
* Temporarily disable account importing as it still depends on profilesSjoerd Simons2009-07-162-2/+15
|
* Use default status identifiers when setting the presenceSjoerd Simons2009-07-161-4/+20
|
* Get the presence from the AccountManager instead of MC4Sjoerd Simons2009-07-161-52/+7
|
* Keep track of ``global'' presence of all accountsSjoerd Simons2009-07-164-216/+163
|
* Remove dead codeSjoerd Simons2009-07-162-119/+2
|
* Implement HandledChannels D-Bus propertySjoerd Simons2009-07-161-0/+30
|
* empathy-account-manager.c: remove obsolte empathy-account-priv.h includeGuillaume Desmottes2009-07-161-1/+0
|
* Implement a first minimal version of a Client.HandlerSjoerd Simons2009-07-102-116/+176
|
* Use the account manager to set the presenceSjoerd Simons2009-07-081-24/+11
|
* Add a utility to set the presence on all requested accountsSjoerd Simons2009-07-082-1/+34
|
* Add api to set the requested presenceSjoerd Simons2009-07-082-0/+47
|
* Initial port of Account and AccountManager to MC5Sjoerd Simons2009-07-088-172/+457
|
* Add an GType of aoSjoerd Simons2009-07-082-0/+13
|
* Remove useless mission-control includesSjoerd Simons2009-07-0618-32/+1
|
* Update python bindingsSjoerd Simons2009-07-064-70/+31
|
* Transform profile chooser into a protocol chooserSjoerd Simons2009-07-069-442/+455
|
* Rework creating a salut account so it doesn't need profilesSjoerd Simons2009-07-061-43/+85
|
* use newly deprecated APISjoerd Simons2009-07-061-1/+3
|
* Add api to create accounts, by cm and proto nameSjoerd Simons2009-07-063-3/+50
|
* Remove usage of McProfilesSjoerd Simons2009-07-054-128/+117
|
* Get the icon name from the account object directlySjoerd Simons2009-07-057-14/+15
|
* Add missing newlineSjoerd Simons2009-07-051-1/+1
|
* Add API to get the protocol and cm name from a accountSjoerd Simons2009-07-052-11/+51
|
* Added Oriya into the ListManoj Kumar Giri2009-07-011-0/+1
|
* Updated Oriya TranslationManoj Kumar Giri2009-07-011-814/+1156
|
* Updated Oriya TranslationManoj Kumar Giri2009-07-011-0/+2148
|
* New chatrooms are no longer marked as favorite by default. Fixes bug #575667Abner Silva2009-07-011-9/+9
|
* Removing chatroom from the list before emmiting chatroom-removed signal.Abner Silva2009-07-011-1/+2
|
* Merge branch 'empathy-account'Sjoerd Simons2009-07-0165-961/+1573
|\
| * clarify when notify::connection is signalledSjoerd Simons2009-07-011-0/+1
| |
| * fix coding styleSjoerd Simons2009-07-011-1/+0
| |
| * Clarify that we own the keys/values in the accounts hashSjoerd Simons2009-07-011-1/+2
| |
| * explain the connect_time struct memberSjoerd Simons2009-07-011-0/+1
| |
| * Fix coding styleSjoerd Simons2009-07-011-1/+2
| |
| * Update the python bindingsSjoerd Simons2009-07-012-101/+137
| |
| * Port the tests to EmpathyAccountSjoerd Simons2009-07-015-28/+51
| |
| * Port megaphone to EmpathyAccountSjoerd Simons2009-07-011-18/+10
| |
| * Port the main of empathy to EmpathyAccountSjoerd Simons2009-07-0113-138/+141
| |
| * Port libempathy-gtk to EmpathyAccountSjoerd Simons2009-07-0121-182/+164
| |
| * Port libempathy to EmpathyAccountSjoerd Simons2009-07-0115-107/+93
| |
| * Port EmpathyTpRoomlist to EmpathyAccountSjoerd Simons2009-07-012-32/+18
| |
| * Implement EmpathyAccountSjoerd Simons2009-07-016-355/+956
| | | | | | | | | | | | Refactor EmpathyAccountManager and introduce a seperate EmpathyAccount object, which wraps McAccount. When moving to MC5, EmpathyAccount will wrap the Telepathy.Account interface. Fixes #587508
* | Improve geocoding debugging and add more fieldsPierre-Luc Beaudoin2009-07-011-8/+34
|/
* Fallback to OFFLINE when getting an unknown presence from MCSjoerd Simons2009-07-011-1/+1
|
* Use NM by defaultSjoerd Simons2009-07-011-4/+2
|
* Always react when disconnecting from the networkSjoerd Simons2009-07-011-3/+3
|
* Optionally use libnm-glib for NetworkManager integrationSjoerd Simons2009-07-013-49/+65
| | | | | | | | | | | | Previously Empathy use the NM D-Bus interface directly. Unfortunately the d-bus calls used were deprecated and somewhat buggy (if NM wasn't running on empathy startup, it would never detect network changes). Given that NetworkManager isn't a blessed gnome dependency the code has been made optional, but it's expected that every distribution will build with NetworkManager integration anyway. Based on a patch by Tambet Ingo <tambet@novell.com>. Fixes #587446
* fixed libnotify crashing if icon doesn't existAbderaouf Bencherait2009-06-302-3/+9
|
* Updated Lithuanian translationŽygimantas Beručka2009-06-301-1044/+1317
|
* Merge commit 'elliot/bug-584703-c'Xavier Claessens2009-06-282-20/+38
|\
| * disconnect from invalidated signal before unreferencing connectionsElliot Fairweather2009-06-261-0/+14
| |
| * disconnnect from invalidated signal before unreferencing connectionsElliot Fairweather2009-06-261-20/+24
| |
* | Updated Spanish translationJorge Gonzalez2009-06-271-123/+139
| |
* | Ring on outgoing call.Xavier Claessens2009-06-272-25/+56
| |
* | Add empathy_sound_* in doc.Xavier Claessens2009-06-261-0/+1
| |
* | Include empathy-sound.h to make it buildXavier Claessens2009-06-262-5/+7
| |
* | Port EmpathyEventManager to new empathy-sound API.Xavier Claessens2009-06-261-81/+16
| |
* | Move sound related functions to its own module.Jonathan Tellier2009-06-266-164/+445
| |
* | Don't hardcode size of the accounts dialog and use ellipsization (#520972)Matthias Clasen2009-06-262-4/+3
| |
* | Use gnome-session instead of gnome-screensaver to know when session is idleGiedrius Slavinskas2009-06-261-11/+21
| |
* | Merge branch 'fix-prefs'Pierre-Luc Beaudoin2009-06-261-1/+1
|\ \
| * | Rename label1 to remove dupped idPierre-Luc Beaudoin2009-06-261-1/+1
| | |
* | | Merge branch 'debugger'Jonny Lamb2009-06-268-12/+475
|\ \ \ | |/ / |/| |
| * | Add empathy to debug dialog CM chooser.Jonny Lamb2009-06-181-2/+10
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * | Implement o.fd.Tp.Debug. (Fixes #580631)Jonny Lamb2009-06-186-8/+461
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * | Set G_LOG_DOMAIN in libempathy and empathy.Jonny Lamb2009-06-182-0/+2
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * | Use correct emacs modelines.Jonny Lamb2009-06-182-2/+2
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | | check-whitespace.sh: check trailing tabsGuillaume Desmottes2009-06-251-0/+6
| | |
* | | empathy-theme-manager: remove trailing tabsGuillaume Desmottes2009-06-251-1/+1
| | |
* | | empathy-theme-irc: remove trailing tabsGuillaume Desmottes2009-06-251-1/+1
| | |
* | | empathy-theme-boxes: remove trailing tabsGuillaume Desmottes2009-06-251-3/+3
| | |
* | | empathy-theme-adium: remove trailing tabsGuillaume Desmottes2009-06-251-8/+8
| | |
* | | empathy-spell: remove trailing tabsGuillaume Desmottes2009-06-251-2/+2
| | |
* | | empathy-smiley-manager: remove trailing tabsGuillaume Desmottes2009-06-251-1/+1
| | |
* | | empathy-new-message-dialog: remove trailing tabsGuillaume Desmottes2009-06-251-1/+1
| | |
* | | empathy-log-window: remove trailing tabsGuillaume Desmottes2009-06-251-2/+2
| | |
* | | empathy-contact-menu: remove trailing tabsGuillaume Desmottes2009-06-251-4/+4
| | |
* | | empathy-contact-list-view: remove trailing tabsGuillaume Desmottes2009-06-251-6/+6
| | |
* | | empathy-contact-list-store: remove trailing tabsGuillaume Desmottes2009-06-251-5/+5
| | |
* | | empathy-contact-dialogs: remove trailing tabsGuillaume Desmottes2009-06-251-1/+1
| | |
* | | empathy-chat: remove trailing tabsGuillaume Desmottes2009-06-251-5/+5
| | |
* | | empathy-chat-view: remove trailing tabsGuillaume Desmottes2009-06-251-16/+16
| | |
* | | empathy-chat-text-view: remove trailing tabsGuillaume Desmottes2009-06-251-141/+141
| | |
* | | empathy-avatar-chooser: remove trailing tabsGuillaume Desmottes2009-06-251-3/+3
| | |
* | | empathy-account-widget: remove trailing tabsGuillaume Desmottes2009-06-251-4/+4
| | |
* | | empathy-account-chooser: remove trailing tabsGuillaume Desmottes2009-06-251-3/+3
| | |
* | | empathy-utils: remove trailing tabsGuillaume Desmottes2009-06-251-3/+3
| | |
* | | empathy-tp-contact-list: remove trailing tabsGuillaume Desmottes2009-06-251-2/+2
| | |
* | | empathy-tp-chat: remove trailing tabsGuillaume Desmottes2009-06-251-1/+1
| | |
* | | empathy-time: remove trailing tabsGuillaume Desmottes2009-06-251-1/+1
| | |
* | | empathy-idle: remove trailing tabsGuillaume Desmottes2009-06-251-1/+1
| | |
* | | empathy-contact-manager: remove trailing tabsGuillaume Desmottes2009-06-251-3/+3
| | |
* | | empathy-chatroom: remove trailing tabsGuillaume Desmottes2009-06-251-2/+2
| | |
* | | empathy: remove trailing tabsGuillaume Desmottes2009-06-251-3/+3
| | |
* | | empathy-status-icon: remove trailing tabsGuillaume Desmottes2009-06-251-2/+2
| | |
* | | empathy-sidebar: remove trailing tabsGuillaume Desmottes2009-06-251-1/+1
| | |
* | | empathy-preferences: remove trailing tabsGuillaume Desmottes2009-06-251-7/+7
| | |
* | | empathy-new-chatroom-dialog: remove trailing tabsGuillaume Desmottes2009-06-251-3/+3
| | |
* | | empathy-chat-window: remove trailing tabsGuillaume Desmottes2009-06-251-9/+9
| | |
* | | empathy-accounts-dialog: remove trailing tabsGuillaume Desmottes2009-06-251-5/+5
| | |
* | | Merge branch 'check-style'Guillaume Desmottes2009-06-252-2/+2
|\ \ \
| * | | add empathy-map-view files to empathy_handwritten_source so they are checked ↵Guillaume Desmottes2009-06-241-1/+1
| | | | | | | | | | | | | | | | by the coding style script
| * | | empathy-map-view: fix coding styleGuillaume Desmottes2009-06-241-1/+1
| | | |
* | | | configure.ac: Cleanup PKG_CHECK_MODULESLaurent Bigonville2009-06-241-5/+4
|/ / /
* | | Updated Tamil translationdrtvasudevan2009-06-241-378/+449
| | |
* | | Fix Bug 586133: don't autoscroll on new messagesNicolò Chieffo2009-06-231-3/+9
| | |
* | | Fixed Bug 586284 – Crasher: click on the microphone once disconnectedJonathan Tellier2009-06-231-2/+11
| | |
* | | New labels for user signing in/out notification preferences.Frédéric Péters2009-06-231-2/+2
| | |
* | | More human notification messages when users sign in/out.Frédéric Péters2009-06-231-2/+2
| | |
* | | Fixed coding style of presence notification.Frédéric Péters2009-06-231-9/+11
| | |
* | | Do not flash contact icon in the main window for notification only eventsFrédéric Péters2009-06-231-1/+1
| | |
* | | Do not blink status icon for notification only eventsFrédéric Péters2009-06-231-5/+6
| | |
* | | Support for notification-only eventsFrédéric Péters2009-06-232-0/+14
| | | | | | | | | | | | | | | | | | Add a "must_ack" attribute to events, set if there is no function associated to the event, and add a timeout on such events to have them removed automatically.
* | | Show a notification when a contact goes offline or onlineFrédéric Péters2009-06-235-0/+144
| | |
* | | Workaround for the "Contact list doesn't appear in windows list" bug (#572759)Nicolo Chieffo2009-06-231-1/+1
| | |
* | | Fix coding style and FSF addressSjoerd Simons2009-06-232-7/+7
| | |
* | | Add working GTK+ theme trackingPatryk Zawadzki2009-06-221-29/+5
| | |
* | | Merge branch 'status-icon-586645'Guillaume Desmottes2009-06-221-0/+4
|\ \ \
| * | | Assume our presence is offline if MC reports it as UNSET (#586645)Guillaume Desmottes2009-06-221-0/+4
| | | |
* | | | Add helper API to read info.plist file of an adium theme. Will be useful for ↵Xavier Claessens2009-06-222-12/+42
|/ / / | | | | | | | | | upcoming theme selector
* | | Move all data about an adium theme into EmpathyAdiumData struct and share it ↵Xavier Claessens2009-06-225-213/+320
| | | | | | | | | | | | with all EmpathyThemeAdium instances.
* | | Fix typos in plist parserXavier Claessens2009-06-221-3/+4
| | |
* | | Fix warning if theme don't have footer_htmlXavier Claessens2009-06-221-1/+3
| | |
* | | Use tp_g_value_slice_new and tp_asv API for plist parser.Xavier Claessens2009-06-223-118/+47
| | |
* | | Add a plist parser and set font family, size and default variant. Fixes bug ↵Patryk Zawadzki2009-06-224-2/+478
| | | | | | | | | | | | #586387.
* | | Updated Spanish translationJorge Gonzalez2009-06-211-251/+317
| | |
* | | Partial fix for bug #586379Patryk Zawadzki2009-06-191-1/+9
| | | | | | | | | | | | | | | Added naive support for footer files in adium themes. No macros are actually parsed and replaces but these are mostly used in headers.
* | | Stop status_html from leakingPatryk Zawadzki2009-06-191-0/+1
| | |
* | | Fix bug #585475Patryk Zawadzki2009-06-191-2/+42
| | | | | | | | | | | | | | | Implemented %service%, %shortTime%, %senderDisplayName%, %senderScreenName% and %messageClasses%
* | | Merged translations for Bengali IndiaRuna Bhattacharjee2009-06-191-710/+1657
| | |
* | | Support fallback avatars provided by adium themesPatryk Zawadzki2009-06-191-5/+30
| | |
* | | Limit joining consecutive messages to 5 minutesPatryk Zawadzki2009-06-191-1/+11
| | | | | | | | | | | | Fixes bug #586352
* | | Updated Tamil translationdrtvasudevan2009-06-191-346/+615
| | |
* | | Hide muc contacts listGabriel Millaire2009-06-184-35/+46
| | | | | | | | | | | | | | | | | | | | | - Removed trailing spaces - Notify change to visibility - Added G_PARAM_STATIC_STRINGS to properties - Broke empathy_chat_set_show_contacts() in two, simplifying call
* | | Applied Xavier's commentsGabriel Millaire2009-06-183-59/+61
| | | | | | | | | | | | | | | | | | | | | | | | Added "show-contacts" property in empathy-chat with default value to preference. Setter function show/hide contact list. When Conv menu is opened in empathy-chat-window, update it with "show-contacts" value. Uses "remote-contact" instead of "empathy_chat_is_room" for that. Call setter function when Show Contacts menu is activated.
* | | Add 'Show Contact List' in Conversation menuGabriel Millaire2009-06-182-0/+47
| | |
* | | Read config and show/hide contact listGabriel Millaire2009-06-181-5/+30
| | |
* | | Added a preference in the conf and schema (show contact list in rooms)Gabriel Millaire2009-06-183-0/+21
| | |
* | | Added general option Show contact list in roomsGabriel Millaire2009-06-181-0/+16
| | |
* | | removed extra spacingGabriel Millaire2009-06-181-1/+0
| | |
* | | status_presets_file_parse: discard invalid presence (#585031)Guillaume Desmottes2009-06-181-10/+11
| | |
* | | Use call-stop icon for Hang up toolbutton and menu item (GNOME bug 574771)Frédéric Péters2009-06-181-2/+2
| | |
* | | add doc about empathy_status_presets_is_validGuillaume Desmottes2009-06-181-0/+8
| | |
* | | Don't add invalid presence type as favorite (#585053)Guillaume Desmottes2009-06-181-0/+4
| | |
* | | add empathy_status_presets_is_validGuillaume Desmottes2009-06-182-0/+21
| | |
* | | empathy-presence-chooser: use tp_strdiff instead of strcmpGuillaume Desmottes2009-06-181-1/+1
|/ /
* | Take org.gnome.Empathy as a well-known name on startup. (Fixes #560159)Jonny Lamb2009-06-181-0/+19
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | Fix wrapping in Preferences dialogNicolò Chieffo2009-06-181-2/+2
| |
* | Remove 'new message from' from notification message (#586102). Based on a ↵Guillaume Desmottes2009-06-182-8/+5
| | | | | | | | patch from Nicolo Chieffo
* | Fix 585887: "Publish my location" causes a crashPierre-Luc Beaudoin2009-06-181-4/+11
| | | | | | | | | | Adds more error handling on geoclue init and the geoclue_is_setup check was too late in update_resources
* | Refuse sending empty or special files (directories, char/block devices, etc.)Frédéric Péters2009-06-172-2/+21
| | | | | | | | (GNOME bug 563678)
* | [release script] also check for bug numbers with a variant formFrédéric Péters2009-06-171-2/+2
| |
* | Remove markup from GTKBuilder translatable stringsClaude Paroz2009-06-1714-64/+129
| |
* | Merge commit 'jtellier/video-call-stop-showing-last-frame'Guillaume Desmottes2009-06-163-6/+35
|\ \
| * | The EmpathyCallHandler correctly initializes it "initial_video" propertyJonathan Tellier2009-06-163-6/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | when the remote contact initiates the call. empathy_tp_call_is_(sending/receiving)_video correctly returns a gboolean. The remote avatar is correctly shown when the remote site does not send video. When a call is disconnected, the video preview is hidden.
* | | Introduce empathy_contact_equal, adapt themesPatryk Zawadzki2009-06-164-4/+43
| | | | | | | | | | | | | | | Fixed adium and boxes theme engines to check if contacts refer to the same id instead of comparing pointers. This fixes bug #585885.
* | | Bump version to 2.27.4Xavier Claessens2009-06-161-1/+1
| | |
* | | Fix build of libempathy-gtk doc. We have to init threadsEMPATHY_2_27_3Xavier Claessens2009-06-161-0/+1
| | |
* | | Bump ABI versionXavier Claessens2009-06-151-2/+2
| | |
* | | Update NEWS for 2.27.3Xavier Claessens2009-06-151-0/+61
| | |
* | | Reorder functions to not declare them on topXavier Claessens2009-06-151-125/+113
| | |
* | | empathy_time_to_string_relative was missing weeksPierre-Luc Beaudoin2009-06-151-0/+5
| | | | | | | | | | | | This resulted in "0 month ago" being returned.
* | | Add contextual popup menu in map viewPierre-Luc Beaudoin2009-06-151-0/+30
| | |
* | | Simplify map_view_marker_update_positionPierre-Luc Beaudoin2009-06-151-7/+6
| | |
* | | Use libchamplain 0.3.3 new Gtk embed APIPierre-Luc Beaudoin2009-06-153-12/+11
|/ /
* | Merge commit 'jtellier/call-window-video-preview'Guillaume Desmottes2009-06-157-83/+302
|\ \
| * | The video preview is no longer hidden when we get connected to a audioJonathan Tellier2009-06-131-20/+14
| | | | | | | | | | | | only call.
| * | Corrected code style in empathy_call_window_setup_video_preview.Jonathan Tellier2009-06-121-45/+56
| | | | | | | | | | | | The video preview is now shown no matter if we are sending video or not.
| * | Added an early return in empathy_call_window_setup_video_preview.Jonathan Tellier2009-06-122-87/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | Code style correction in empathy_call_window_setup_video_preview_visibility. Corrected a bug which prevented a user with no video input to redial video calls. The "Send video" option should be properly disabled when we can't send video.
| * | Better implemented empathy_tp_call_is_receiving_video and ↵Jonathan Tellier2009-06-123-81/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | empathy_tp_call_is_sending_video. Removed the "video-stream-changed" from EmpathyCallHandler Corrected gtk-doc in EmpathyCallHandler. empathy_call_window_stup_video_preview now checks the status of the video_tee and the video_preview. empathy_call_window_sink_added_cb does not automatically starts the preview.
| * | Not creating the video preview if we don't want to show it (in audioJonathan Tellier2009-06-123-56/+116
| | | | | | | | | | | | calls for instance).
| * | Implemented the call window's "View -> Video preview" option.Jonathan Tellier2009-06-122-1/+36
| | |
| * | When no video is received or sent we show contacts' avatars instead of showingJonathan Tellier2009-06-124-0/+110
| | | | | | | | | | | | black widgets.
* | | empathy-ft-manager: tile should be 'File Transfers'. (#585788)Guillaume Desmottes2009-06-151-1/+1
| | |
* | | empathy_idle_init: fallback to OFFLINE instead of UNSET if ↵Guillaume Desmottes2009-06-151-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | empathy_idle_get_actual_presence failed If MC is not running, mission_control_get_presence_actual will return OFFLINE and set an error. Empathy should do the same and use OFFLINE instead of UNSET to avoid to not display the status icon in such cases (there is no UNSET presence icon).
* | | [Goal] Clean up GLib and GTK+ includes in empathy (Fixes #585669)Luis Menina2009-06-1427-31/+27
| | | | | | | | | | | | | | | | | | Allows to compile with G_DISABLE_SINGLE_INCLUDES, GDK_PIXBUF_DISABLE_SINGLE_INCLUDES and GTK_DISABLE_SINGLE_INCLUDES. This prepares for the GNOME 3.0 transition.
* | | Do not include default title property for Adium theme filepickerFrédéric Péters2009-06-131-1/+0
| | | | | | | | | | | | (GNOME bug 585640)
* | | Updated Spanish translationJorge Gonzalez2009-06-131-116/+142
| | |
* | | empathy-location-manager: remove a trailing spaceGuillaume Desmottes2009-06-121-1/+1
| | |
* | | Fixed code styleJonathan Tellier2009-06-122-3/+3
|/ /
* | Merge branch 'ft_ipv4'Cosimo Cecchi2009-06-121-24/+162
|\ \
| * | Drop PORT access control support for nowCosimo Cecchi2009-06-121-15/+7
| | |
| * | Fix make checkCosimo Cecchi2009-06-071-1/+1
| | |
| * | Emit an error for socket types we don't handleCosimo Cecchi2009-06-071-5/+26
| | | | | | | | | | | | Also, fix error handling when a socket fails on connect().
| * | Use empathy_uint_compareCosimo Cecchi2009-06-071-13/+1
| | |
| * | Build fix after rebaseCosimo Cecchi2009-06-071-1/+1
| | |
| * | Initialize the address and port valuesCosimo Cecchi2009-06-071-12/+34
| | | | | | | | | | | | | | | | | | The address the CM returns if we're using IPV4 is of the type TP_STRUCT_TYPE_SOCKET_ADDRESS_IPV4; use those values to setup the IPV4 socket.
| * | Add support for IPV4 socketsCosimo Cecchi2009-06-071-25/+68
| | |
| * | Look at the available socket typeCosimo Cecchi2009-06-071-0/+72
| | | | | | | | | | | | | | | Look at the available socket types, and don't hardcode UNIX/LOCALHOST values.
* | | Add spinning throbber to EmpathyMapViewPierre-Luc Beaudoin2009-06-122-0/+54
| | | | | | | | | | | | | | | OSM servers can be slow at times, the user can now know that data is loading