| Commit message (Expand) | Author | Age | Files | Lines |
* | Respect the global presence when enabling an account | Cosimo Cecchi | 2009-07-30 | 1 | -3/+36 |
* | Unref the dialog when destroying | Cosimo Cecchi | 2009-07-30 | 1 | -0/+10 |
* | Chain up dispose and remove useless finalize | Cosimo Cecchi | 2009-07-30 | 1 | -7/+2 |
* | Move some code off dispose | Cosimo Cecchi | 2009-07-30 | 1 | -18/+31 |
* | GObject-ify and clean-up the code; still WIP | Cosimo Cecchi | 2009-07-30 | 2 | -185/+387 |
* | Add an API to get the num of CMs | Cosimo Cecchi | 2009-07-30 | 2 | -0/+14 |
* | Synchronize EmpathyProtocolChooser and EmpathyAccountsDialog | Cosimo Cecchi | 2009-07-30 | 3 | -48/+43 |
* | Ensure EmpathyConnectionManagers stays alive when still emitting signals | Sjoerd Simons | 2009-07-23 | 1 | -0/+2 |
* | Allow stop to be called if there isn't a backing channel | Sjoerd Simons | 2009-07-22 | 1 | -0/+4 |
* | Don't try to update the widgets if no account was selected | Sjoerd Simons | 2009-07-22 | 1 | -0/+4 |
* | Get the connection status, not the presence status string | Sjoerd Simons | 2009-07-22 | 1 | -1/+1 |
* | If the requested property is missing, assume we didn't request it | Sjoerd Simons | 2009-07-22 | 1 | -1/+1 |
* | Add the Apply widget to the IRC account settings dialog | Sjoerd Simons | 2009-07-22 | 2 | -171/+181 |
* | Add apply button for salut accounts | Sjoerd Simons | 2009-07-22 | 1 | -0/+1 |
* | Correctly implement empathy_account_is_valid | Sjoerd Simons | 2009-07-22 | 1 | -3/+2 |
* | Hook up removing accounts in the accounts dialog | Sjoerd Simons | 2009-07-22 | 1 | -0/+8 |
* | Add api to remove accounts | Sjoerd Simons | 2009-07-22 | 2 | -0/+53 |
* | Add removed signal on EmpathyAccount | Sjoerd Simons | 2009-07-22 | 2 | -0/+64 |
* | Make the account manager listen to AccountValidityChanged | Sjoerd Simons | 2009-07-22 | 1 | -2/+33 |
* | Use the account manager when the service is running, not when we receive Name... | Marco Barisione | 2009-07-22 | 1 | -15/+14 |
* | Disable tests that try to use MC4 related code | Sjoerd Simons | 2009-07-22 | 3 | -0/+10 |
* | Coding style fixes | Sjoerd Simons | 2009-07-22 | 8 | -15/+15 |
* | Unescape _ and _2d in the protocol from mission-control | Sjoerd Simons | 2009-07-22 | 1 | -1/+38 |
* | Port creating of of a salut account to then new apis | Sjoerd Simons | 2009-07-22 | 1 | -44/+90 |
* | Port to using EmpathyAccountSettings | Sjoerd Simons | 2009-07-22 | 7 | -268/+475 |
* | Make empathy_account_set_enable call out over d-bus | Sjoerd Simons | 2009-07-22 | 1 | -4/+26 |
* | Add API to Update an accounts parameters | Sjoerd Simons | 2009-07-22 | 2 | -0/+59 |
* | Remove the API to change the account parameters one by one | Sjoerd Simons | 2009-07-22 | 2 | -74/+10 |
* | Add an abstraction to buffer up changes to an account | Sjoerd Simons | 2009-07-22 | 3 | -0/+1122 |
* | Correct usage of priv | Sjoerd Simons | 2009-07-22 | 1 | -5/+4 |
* | Put (Haze) behind all protocols coming from haze | Sjoerd Simons | 2009-07-22 | 1 | -2/+2 |
* | Add API to add accounts | Sjoerd Simons | 2009-07-22 | 2 | -23/+106 |
* | reformat macros a bit | Sjoerd Simons | 2009-07-21 | 1 | -6/+11 |
* | Add singleton to cache TpConnectionManagers | Sjoerd Simons | 2009-07-20 | 3 | -0/+373 |
* | remove dead code | Sjoerd Simons | 2009-07-19 | 1 | -58/+0 |
* | Escape unique names by replacing / by % | Sjoerd Simons | 2009-07-16 | 1 | -8/+15 |
* | Ignore a log when the account it isn't found | Sjoerd Simons | 2009-07-16 | 1 | -1/+7 |
* | Put the logs in XDG_DATA_HOME instead of ~/.gnome2 | Sjoerd Simons | 2009-07-16 | 1 | -2/+4 |
* | Default to OFFLINE instead of UNSET for the global presence | Sjoerd Simons | 2009-07-16 | 1 | -1/+1 |
* | Escape the unique account name | Sjoerd Simons | 2009-07-16 | 1 | -3/+6 |
* | Move the responsibility of popping up the empathy accounts dialog out of the ... | Sjoerd Simons | 2009-07-16 | 2 | -20/+18 |
* | Add a concept of ready to the account manager | Sjoerd Simons | 2009-07-16 | 2 | -2/+74 |
* | Check the right variable for setting the ready property | Sjoerd Simons | 2009-07-16 | 1 | -1/+1 |
* | Remove last references to mission-control 4 | Sjoerd Simons | 2009-07-16 | 20 | -116/+18 |
* | Remove profiles, they're not used anymore | Sjoerd Simons | 2009-07-16 | 18 | -224/+0 |
* | Temporarily disable account importing as it still depends on profiles | Sjoerd Simons | 2009-07-16 | 2 | -2/+15 |
* | Use default status identifiers when setting the presence | Sjoerd Simons | 2009-07-16 | 1 | -4/+20 |
* | Get the presence from the AccountManager instead of MC4 | Sjoerd Simons | 2009-07-16 | 1 | -52/+7 |
* | Keep track of ``global'' presence of all accounts | Sjoerd Simons | 2009-07-16 | 4 | -216/+163 |
* | Remove dead code | Sjoerd Simons | 2009-07-16 | 2 | -119/+2 |
* | Implement HandledChannels D-Bus property | Sjoerd Simons | 2009-07-16 | 1 | -0/+30 |
* | empathy-account-manager.c: remove obsolte empathy-account-priv.h include | Guillaume Desmottes | 2009-07-16 | 1 | -1/+0 |
* | Implement a first minimal version of a Client.Handler | Sjoerd Simons | 2009-07-10 | 2 | -116/+176 |
* | Use the account manager to set the presence | Sjoerd Simons | 2009-07-08 | 1 | -24/+11 |
* | Add a utility to set the presence on all requested accounts | Sjoerd Simons | 2009-07-08 | 2 | -1/+34 |
* | Add api to set the requested presence | Sjoerd Simons | 2009-07-08 | 2 | -0/+47 |
* | Initial port of Account and AccountManager to MC5 | Sjoerd Simons | 2009-07-08 | 8 | -172/+457 |
* | Add an GType of ao | Sjoerd Simons | 2009-07-08 | 2 | -0/+13 |
* | Remove useless mission-control includes | Sjoerd Simons | 2009-07-06 | 18 | -32/+1 |
* | Update python bindings | Sjoerd Simons | 2009-07-06 | 4 | -70/+31 |
* | Transform profile chooser into a protocol chooser | Sjoerd Simons | 2009-07-06 | 9 | -442/+455 |
* | Rework creating a salut account so it doesn't need profiles | Sjoerd Simons | 2009-07-06 | 1 | -43/+85 |
* | use newly deprecated API | Sjoerd Simons | 2009-07-06 | 1 | -1/+3 |
* | Add api to create accounts, by cm and proto name | Sjoerd Simons | 2009-07-06 | 3 | -3/+50 |
* | Remove usage of McProfiles | Sjoerd Simons | 2009-07-05 | 4 | -128/+117 |
* | Get the icon name from the account object directly | Sjoerd Simons | 2009-07-05 | 7 | -14/+15 |
* | Add missing newline | Sjoerd Simons | 2009-07-05 | 1 | -1/+1 |
* | Add API to get the protocol and cm name from a account | Sjoerd Simons | 2009-07-05 | 2 | -11/+51 |
* | Added Oriya into the List | Manoj Kumar Giri | 2009-07-01 | 1 | -0/+1 |
* | Updated Oriya Translation | Manoj Kumar Giri | 2009-07-01 | 1 | -814/+1156 |
* | Updated Oriya Translation | Manoj Kumar Giri | 2009-07-01 | 1 | -0/+2148 |
* | New chatrooms are no longer marked as favorite by default. Fixes bug #575667 | Abner Silva | 2009-07-01 | 1 | -9/+9 |
* | Removing chatroom from the list before emmiting chatroom-removed signal. | Abner Silva | 2009-07-01 | 1 | -1/+2 |
* | Merge branch 'empathy-account' | Sjoerd Simons | 2009-07-01 | 65 | -961/+1573 |
|\ |
|
| * | clarify when notify::connection is signalled | Sjoerd Simons | 2009-07-01 | 1 | -0/+1 |
| * | fix coding style | Sjoerd Simons | 2009-07-01 | 1 | -1/+0 |
| * | Clarify that we own the keys/values in the accounts hash | Sjoerd Simons | 2009-07-01 | 1 | -1/+2 |
| * | explain the connect_time struct member | Sjoerd Simons | 2009-07-01 | 1 | -0/+1 |
| * | Fix coding style | Sjoerd Simons | 2009-07-01 | 1 | -1/+2 |
| * | Update the python bindings | Sjoerd Simons | 2009-07-01 | 2 | -101/+137 |
| * | Port the tests to EmpathyAccount | Sjoerd Simons | 2009-07-01 | 5 | -28/+51 |
| * | Port megaphone to EmpathyAccount | Sjoerd Simons | 2009-07-01 | 1 | -18/+10 |
| * | Port the main of empathy to EmpathyAccount | Sjoerd Simons | 2009-07-01 | 13 | -138/+141 |
| * | Port libempathy-gtk to EmpathyAccount | Sjoerd Simons | 2009-07-01 | 21 | -182/+164 |
| * | Port libempathy to EmpathyAccount | Sjoerd Simons | 2009-07-01 | 15 | -107/+93 |
| * | Port EmpathyTpRoomlist to EmpathyAccount | Sjoerd Simons | 2009-07-01 | 2 | -32/+18 |
| * | Implement EmpathyAccount | Sjoerd Simons | 2009-07-01 | 6 | -355/+956 |
* | | Improve geocoding debugging and add more fields | Pierre-Luc Beaudoin | 2009-07-01 | 1 | -8/+34 |
|/ |
|
* | Fallback to OFFLINE when getting an unknown presence from MC | Sjoerd Simons | 2009-07-01 | 1 | -1/+1 |
* | Use NM by default | Sjoerd Simons | 2009-07-01 | 1 | -4/+2 |
* | Always react when disconnecting from the network | Sjoerd Simons | 2009-07-01 | 1 | -3/+3 |
* | Optionally use libnm-glib for NetworkManager integration | Sjoerd Simons | 2009-07-01 | 3 | -49/+65 |
* | fixed libnotify crashing if icon doesn't exist | Abderaouf Bencherait | 2009-06-30 | 2 | -3/+9 |
* | Updated Lithuanian translation | Žygimantas Beručka | 2009-06-30 | 1 | -1044/+1317 |
* | Merge commit 'elliot/bug-584703-c' | Xavier Claessens | 2009-06-28 | 2 | -20/+38 |
|\ |
|
| * | disconnect from invalidated signal before unreferencing connections | Elliot Fairweather | 2009-06-26 | 1 | -0/+14 |
| * | disconnnect from invalidated signal before unreferencing connections | Elliot Fairweather | 2009-06-26 | 1 | -20/+24 |
* | | Updated Spanish translation | Jorge Gonzalez | 2009-06-27 | 1 | -123/+139 |
* | | Ring on outgoing call. | Xavier Claessens | 2009-06-27 | 2 | -25/+56 |
* | | Add empathy_sound_* in doc. | Xavier Claessens | 2009-06-26 | 1 | -0/+1 |
* | | Include empathy-sound.h to make it build | Xavier Claessens | 2009-06-26 | 2 | -5/+7 |
* | | Port EmpathyEventManager to new empathy-sound API. | Xavier Claessens | 2009-06-26 | 1 | -81/+16 |
* | | Move sound related functions to its own module. | Jonathan Tellier | 2009-06-26 | 6 | -164/+445 |
* | | Don't hardcode size of the accounts dialog and use ellipsization (#520972) | Matthias Clasen | 2009-06-26 | 2 | -4/+3 |
* | | Use gnome-session instead of gnome-screensaver to know when session is idle | Giedrius Slavinskas | 2009-06-26 | 1 | -11/+21 |
* | | Merge branch 'fix-prefs' | Pierre-Luc Beaudoin | 2009-06-26 | 1 | -1/+1 |
|\ \ |
|
| * | | Rename label1 to remove dupped id | Pierre-Luc Beaudoin | 2009-06-26 | 1 | -1/+1 |
* | | | Merge branch 'debugger' | Jonny Lamb | 2009-06-26 | 8 | -12/+475 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add empathy to debug dialog CM chooser. | Jonny Lamb | 2009-06-18 | 1 | -2/+10 |
| * | | Implement o.fd.Tp.Debug. (Fixes #580631) | Jonny Lamb | 2009-06-18 | 6 | -8/+461 |
| * | | Set G_LOG_DOMAIN in libempathy and empathy. | Jonny Lamb | 2009-06-18 | 2 | -0/+2 |
| * | | Use correct emacs modelines. | Jonny Lamb | 2009-06-18 | 2 | -2/+2 |
* | | | check-whitespace.sh: check trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -0/+6 |
* | | | empathy-theme-manager: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -1/+1 |
* | | | empathy-theme-irc: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -1/+1 |
* | | | empathy-theme-boxes: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -3/+3 |
* | | | empathy-theme-adium: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -8/+8 |
* | | | empathy-spell: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -2/+2 |
* | | | empathy-smiley-manager: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -1/+1 |
* | | | empathy-new-message-dialog: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -1/+1 |
* | | | empathy-log-window: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -2/+2 |
* | | | empathy-contact-menu: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -4/+4 |
* | | | empathy-contact-list-view: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -6/+6 |
* | | | empathy-contact-list-store: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -5/+5 |
* | | | empathy-contact-dialogs: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -1/+1 |
* | | | empathy-chat: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -5/+5 |
* | | | empathy-chat-view: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -16/+16 |
* | | | empathy-chat-text-view: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -141/+141 |
* | | | empathy-avatar-chooser: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -3/+3 |
* | | | empathy-account-widget: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -4/+4 |
* | | | empathy-account-chooser: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -3/+3 |
* | | | empathy-utils: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -3/+3 |
* | | | empathy-tp-contact-list: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -2/+2 |
* | | | empathy-tp-chat: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -1/+1 |
* | | | empathy-time: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -1/+1 |
* | | | empathy-idle: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -1/+1 |
* | | | empathy-contact-manager: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -3/+3 |
* | | | empathy-chatroom: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -2/+2 |
* | | | empathy: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -3/+3 |
* | | | empathy-status-icon: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -2/+2 |
* | | | empathy-sidebar: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -1/+1 |
* | | | empathy-preferences: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -7/+7 |
* | | | empathy-new-chatroom-dialog: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -3/+3 |
* | | | empathy-chat-window: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -9/+9 |
* | | | empathy-accounts-dialog: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -5/+5 |
* | | | Merge branch 'check-style' | Guillaume Desmottes | 2009-06-25 | 2 | -2/+2 |
|\ \ \ |
|
| * | | | add empathy-map-view files to empathy_handwritten_source so they are checked ... | Guillaume Desmottes | 2009-06-24 | 1 | -1/+1 |
| * | | | empathy-map-view: fix coding style | Guillaume Desmottes | 2009-06-24 | 1 | -1/+1 |
* | | | | configure.ac: Cleanup PKG_CHECK_MODULES | Laurent Bigonville | 2009-06-24 | 1 | -5/+4 |
|/ / / |
|
* | | | Updated Tamil translation | drtvasudevan | 2009-06-24 | 1 | -378/+449 |
* | | | Fix Bug 586133: don't autoscroll on new messages | Nicolò Chieffo | 2009-06-23 | 1 | -3/+9 |
* | | | Fixed Bug 586284 – Crasher: click on the microphone once disconnected | Jonathan Tellier | 2009-06-23 | 1 | -2/+11 |
* | | | New labels for user signing in/out notification preferences. | Frédéric Péters | 2009-06-23 | 1 | -2/+2 |
* | | | More human notification messages when users sign in/out. | Frédéric Péters | 2009-06-23 | 1 | -2/+2 |
* | | | Fixed coding style of presence notification. | Frédéric Péters | 2009-06-23 | 1 | -9/+11 |
* | | | Do not flash contact icon in the main window for notification only events | Frédéric Péters | 2009-06-23 | 1 | -1/+1 |
* | | | Do not blink status icon for notification only events | Frédéric Péters | 2009-06-23 | 1 | -5/+6 |
* | | | Support for notification-only events | Frédéric Péters | 2009-06-23 | 2 | -0/+14 |
* | | | Show a notification when a contact goes offline or online | Frédéric Péters | 2009-06-23 | 5 | -0/+144 |
* | | | Workaround for the "Contact list doesn't appear in windows list" bug (#572759) | Nicolo Chieffo | 2009-06-23 | 1 | -1/+1 |
* | | | Fix coding style and FSF address | Sjoerd Simons | 2009-06-23 | 2 | -7/+7 |
* | | | Add working GTK+ theme tracking | Patryk Zawadzki | 2009-06-22 | 1 | -29/+5 |
* | | | Merge branch 'status-icon-586645' | Guillaume Desmottes | 2009-06-22 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | Assume our presence is offline if MC reports it as UNSET (#586645) | Guillaume Desmottes | 2009-06-22 | 1 | -0/+4 |
* | | | | Add helper API to read info.plist file of an adium theme. Will be useful for ... | Xavier Claessens | 2009-06-22 | 2 | -12/+42 |
|/ / / |
|
* | | | Move all data about an adium theme into EmpathyAdiumData struct and share it ... | Xavier Claessens | 2009-06-22 | 5 | -213/+320 |
* | | | Fix typos in plist parser | Xavier Claessens | 2009-06-22 | 1 | -3/+4 |
* | | | Fix warning if theme don't have footer_html | Xavier Claessens | 2009-06-22 | 1 | -1/+3 |
* | | | Use tp_g_value_slice_new and tp_asv API for plist parser. | Xavier Claessens | 2009-06-22 | 3 | -118/+47 |
* | | | Add a plist parser and set font family, size and default variant. Fixes bug #... | Patryk Zawadzki | 2009-06-22 | 4 | -2/+478 |
* | | | Updated Spanish translation | Jorge Gonzalez | 2009-06-21 | 1 | -251/+317 |
* | | | Partial fix for bug #586379 | Patryk Zawadzki | 2009-06-19 | 1 | -1/+9 |
* | | | Stop status_html from leaking | Patryk Zawadzki | 2009-06-19 | 1 | -0/+1 |
* | | | Fix bug #585475 | Patryk Zawadzki | 2009-06-19 | 1 | -2/+42 |
* | | | Merged translations for Bengali India | Runa Bhattacharjee | 2009-06-19 | 1 | -710/+1657 |
* | | | Support fallback avatars provided by adium themes | Patryk Zawadzki | 2009-06-19 | 1 | -5/+30 |
* | | | Limit joining consecutive messages to 5 minutes | Patryk Zawadzki | 2009-06-19 | 1 | -1/+11 |
* | | | Updated Tamil translation | drtvasudevan | 2009-06-19 | 1 | -346/+615 |
* | | | Hide muc contacts list | Gabriel Millaire | 2009-06-18 | 4 | -35/+46 |
* | | | Applied Xavier's comments | Gabriel Millaire | 2009-06-18 | 3 | -59/+61 |
* | | | Add 'Show Contact List' in Conversation menu | Gabriel Millaire | 2009-06-18 | 2 | -0/+47 |
* | | | Read config and show/hide contact list | Gabriel Millaire | 2009-06-18 | 1 | -5/+30 |
* | | | Added a preference in the conf and schema (show contact list in rooms) | Gabriel Millaire | 2009-06-18 | 3 | -0/+21 |
* | | | Added general option Show contact list in rooms | Gabriel Millaire | 2009-06-18 | 1 | -0/+16 |
* | | | removed extra spacing | Gabriel Millaire | 2009-06-18 | 1 | -1/+0 |
* | | | status_presets_file_parse: discard invalid presence (#585031) | Guillaume Desmottes | 2009-06-18 | 1 | -10/+11 |
* | | | Use call-stop icon for Hang up toolbutton and menu item (GNOME bug 574771) | Frédéric Péters | 2009-06-18 | 1 | -2/+2 |
* | | | add doc about empathy_status_presets_is_valid | Guillaume Desmottes | 2009-06-18 | 1 | -0/+8 |
* | | | Don't add invalid presence type as favorite (#585053) | Guillaume Desmottes | 2009-06-18 | 1 | -0/+4 |
* | | | add empathy_status_presets_is_valid | Guillaume Desmottes | 2009-06-18 | 2 | -0/+21 |
* | | | empathy-presence-chooser: use tp_strdiff instead of strcmp | Guillaume Desmottes | 2009-06-18 | 1 | -1/+1 |
|/ / |
|
* | | Take org.gnome.Empathy as a well-known name on startup. (Fixes #560159) | Jonny Lamb | 2009-06-18 | 1 | -0/+19 |
* | | Fix wrapping in Preferences dialog | Nicolò Chieffo | 2009-06-18 | 1 | -2/+2 |
* | | Remove 'new message from' from notification message (#586102). Based on a pat... | Guillaume Desmottes | 2009-06-18 | 2 | -8/+5 |
* | | Fix 585887: "Publish my location" causes a crash | Pierre-Luc Beaudoin | 2009-06-18 | 1 | -4/+11 |
* | | Refuse sending empty or special files (directories, char/block devices, etc.) | Frédéric Péters | 2009-06-17 | 2 | -2/+21 |
* | | [release script] also check for bug numbers with a variant form | Frédéric Péters | 2009-06-17 | 1 | -2/+2 |
* | | Remove markup from GTKBuilder translatable strings | Claude Paroz | 2009-06-17 | 14 | -64/+129 |
* | | Merge commit 'jtellier/video-call-stop-showing-last-frame' | Guillaume Desmottes | 2009-06-16 | 3 | -6/+35 |
|\ \ |
|
| * | | The EmpathyCallHandler correctly initializes it "initial_video" property | Jonathan Tellier | 2009-06-16 | 3 | -6/+35 |
* | | | Introduce empathy_contact_equal, adapt themes | Patryk Zawadzki | 2009-06-16 | 4 | -4/+43 |
* | | | Bump version to 2.27.4 | Xavier Claessens | 2009-06-16 | 1 | -1/+1 |
* | | | Fix build of libempathy-gtk doc. We have to init threadsEMPATHY_2_27_3 | Xavier Claessens | 2009-06-16 | 1 | -0/+1 |
* | | | Bump ABI version | Xavier Claessens | 2009-06-15 | 1 | -2/+2 |
* | | | Update NEWS for 2.27.3 | Xavier Claessens | 2009-06-15 | 1 | -0/+61 |
* | | | Reorder functions to not declare them on top | Xavier Claessens | 2009-06-15 | 1 | -125/+113 |
* | | | empathy_time_to_string_relative was missing weeks | Pierre-Luc Beaudoin | 2009-06-15 | 1 | -0/+5 |
* | | | Add contextual popup menu in map view | Pierre-Luc Beaudoin | 2009-06-15 | 1 | -0/+30 |
* | | | Simplify map_view_marker_update_position | Pierre-Luc Beaudoin | 2009-06-15 | 1 | -7/+6 |
* | | | Use libchamplain 0.3.3 new Gtk embed API | Pierre-Luc Beaudoin | 2009-06-15 | 3 | -12/+11 |
|/ / |
|
* | | Merge commit 'jtellier/call-window-video-preview' | Guillaume Desmottes | 2009-06-15 | 7 | -83/+302 |
|\ \ |
|
| * | | The video preview is no longer hidden when we get connected to a audio | Jonathan Tellier | 2009-06-13 | 1 | -20/+14 |
| * | | Corrected code style in empathy_call_window_setup_video_preview. | Jonathan Tellier | 2009-06-12 | 1 | -45/+56 |
| * | | Added an early return in empathy_call_window_setup_video_preview. | Jonathan Tellier | 2009-06-12 | 2 | -87/+99 |
| * | | Better implemented empathy_tp_call_is_receiving_video and empathy_tp_call_is_... | Jonathan Tellier | 2009-06-12 | 3 | -81/+78 |
| * | | Not creating the video preview if we don't want to show it (in audio | Jonathan Tellier | 2009-06-12 | 3 | -56/+116 |
| * | | Implemented the call window's "View -> Video preview" option. | Jonathan Tellier | 2009-06-12 | 2 | -1/+36 |
| * | | When no video is received or sent we show contacts' avatars instead of showing | Jonathan Tellier | 2009-06-12 | 4 | -0/+110 |
* | | | empathy-ft-manager: tile should be 'File Transfers'. (#585788) | Guillaume Desmottes | 2009-06-15 | 1 | -1/+1 |
* | | | empathy_idle_init: fallback to OFFLINE instead of UNSET if empathy_idle_get_a... | Guillaume Desmottes | 2009-06-15 | 1 | -1/+4 |
* | | | [Goal] Clean up GLib and GTK+ includes in empathy (Fixes #585669) | Luis Menina | 2009-06-14 | 27 | -31/+27 |
* | | | Do not include default title property for Adium theme filepicker | Frédéric Péters | 2009-06-13 | 1 | -1/+0 |
* | | | Updated Spanish translation | Jorge Gonzalez | 2009-06-13 | 1 | -116/+142 |
* | | | empathy-location-manager: remove a trailing space | Guillaume Desmottes | 2009-06-12 | 1 | -1/+1 |
* | | | Fixed code style | Jonathan Tellier | 2009-06-12 | 2 | -3/+3 |
|/ / |
|
* | | Merge branch 'ft_ipv4' | Cosimo Cecchi | 2009-06-12 | 1 | -24/+162 |
|\ \ |
|
| * | | Drop PORT access control support for now | Cosimo Cecchi | 2009-06-12 | 1 | -15/+7 |
| * | | Fix make check | Cosimo Cecchi | 2009-06-07 | 1 | -1/+1 |
| * | | Emit an error for socket types we don't handle | Cosimo Cecchi | 2009-06-07 | 1 | -5/+26 |
| * | | Use empathy_uint_compare | Cosimo Cecchi | 2009-06-07 | 1 | -13/+1 |
| * | | Build fix after rebase | Cosimo Cecchi | 2009-06-07 | 1 | -1/+1 |
| * | | Initialize the address and port values | Cosimo Cecchi | 2009-06-07 | 1 | -12/+34 |
| * | | Add support for IPV4 sockets | Cosimo Cecchi | 2009-06-07 | 1 | -25/+68 |
| * | | Look at the available socket type | Cosimo Cecchi | 2009-06-07 | 1 | -0/+72 |
* | | | Add spinning throbber to EmpathyMapView | Pierre-Luc Beaudoin | 2009-06-12 | 2 | -0/+54 |
* | | | Updated Hebrew translation | Mark Krapivner | 2009-06-12 | 1 | -1106/+1311 |
* | | | Add doc for empathy_avatar_new() | Xavier Claessens | 2009-06-12 | 1 | -0/+13 |
* | | | Update copyright to 2008-2009 | Xavier Claessens | 2009-06-12 | 2 | -2/+2 |
* | | | Move g_object_unref to dispose instead of finalize | Xavier Claessens | 2009-06-12 | 1 | -2/+16 |
* | | | Include empathy-theme-adium.c/h in tarballs even if webkit is not installed | Xavier Claessens | 2009-06-12 | 1 | -5/+11 |
* | | | Correctly parse %time% if a format is provided | Xavier Claessens | 2009-06-12 | 1 | -5/+7 |
* | | | Remove trailing space | Xavier Claessens | 2009-06-12 | 1 | -1/+1 |
* | | | New webkit needs an URI as basedir for webkit_web_view_load_html_string. | Xavier Claessens | 2009-06-12 | 2 | -3/+10 |
* | | | Do not use empathy_contact_equal(), we can now compare pointers directly. | Xavier Claessens | 2009-06-12 | 1 | -2/+1 |
* | | | Add Adium theme support in the configure summary | Xavier Claessens | 2009-06-12 | 1 | -0/+1 |
* | | | Support /me command and fix crash if smiley are not enabled | Xavier Claessens | 2009-06-12 | 1 | -19/+34 |
* | | | Fix build error due to wrong rebase | Xavier Claessens | 2009-06-12 | 1 | -1/+0 |
* | | | Port to new API | Xavier Claessens | 2009-06-12 | 2 | -2/+2 |
* | | | Update pyhton bindings | Xavier Claessens | 2009-06-12 | 2 | -11/+10 |
* | | | Add EmpathyThemeAdium to the API doc. | Xavier Claessens | 2009-06-12 | 2 | -0/+2 |