Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use proper display names in the chooser | Cosimo Cecchi | 2009-07-31 | 1 | -6/+40 |
| | |||||
* | Make protocol icons work also with account == NULL | Cosimo Cecchi | 2009-07-31 | 3 | -6/+14 |
| | |||||
* | Don't try to lookup NULL connections | Cosimo Cecchi | 2009-07-31 | 1 | -0/+4 |
| | |||||
* | Fix trailing whitespace | Cosimo Cecchi | 2009-07-30 | 3 | -18/+18 |
| | |||||
* | Update POTFILES.in | Cosimo Cecchi | 2009-07-30 | 1 | -1/+2 |
| | |||||
* | Don't try to unref the GtkBuilder object in _dispose | Cosimo Cecchi | 2009-07-30 | 1 | -6/+0 |
| | | | | | We take care of unreffing it before getting to dispose, as the object can have a variable lifecycle | ||||
* | Hook up to the destroy signal in EmpathyAccountWidget | Cosimo Cecchi | 2009-07-30 | 1 | -0/+11 |
| | |||||
* | Set the sensitivity to the forget button | Cosimo Cecchi | 2009-07-30 | 1 | -2/+3 |
| | |||||
* | Ignore default value for required params | Cosimo Cecchi | 2009-07-30 | 1 | -4/+0 |
| | | | | | | | | Parameters should never have both the default and the required flags set, as required means the user has to fill in a value. When this happens anyway, the default dlag should be ignored, so we can avoid looking up the default value when checking for an account settings' validity. | ||||
* | Make account creation non-exclusive | Cosimo Cecchi | 2009-07-30 | 1 | -22/+46 |
| | | | | | As it's valid to create more than an account at the same time, we should permit it with subsequent calls to EmpathyAccountManager. | ||||
* | Rename empathy_account_settings_owns_account() | Cosimo Cecchi | 2009-07-30 | 3 | -3/+3 |
| | | | | Call it empathy_account_settings_has_account() instead | ||||
* | Implement dispose and finalize | Cosimo Cecchi | 2009-07-30 | 1 | -31/+75 |
| | |||||
* | Set apply button sensitivity on creation | Cosimo Cecchi | 2009-07-30 | 1 | -0/+1 |
| | |||||
* | Remove debug output | Cosimo Cecchi | 2009-07-30 | 1 | -1/+0 |
| | |||||
* | Add a cosmetic comment to separate public and non-public methods. | Cosimo Cecchi | 2009-07-30 | 1 | -0/+2 |
| | |||||
* | Use telepathy style | Cosimo Cecchi | 2009-07-30 | 1 | -632/+657 |
| | |||||
* | Update copyright and author | Cosimo Cecchi | 2009-07-30 | 1 | -1/+2 |
| | |||||
* | First cut at GObject-ifying EmpathyAccountWidget | Cosimo Cecchi | 2009-07-30 | 10 | -391/+513 |
| | |||||
* | Add empathy_account_settings_is_valid () | Cosimo Cecchi | 2009-07-30 | 2 | -0/+61 |
| | |||||
* | Fix a typo. | Cosimo Cecchi | 2009-07-30 | 1 | -3/+3 |
| | |||||
* | Even more cleanup + update header | Cosimo Cecchi | 2009-07-30 | 1 | -10/+13 |
| | |||||
* | Adapt to the current telepathy style | Cosimo Cecchi | 2009-07-30 | 1 | -1172/+1146 |
| | |||||
* | Use the right property name when getting the connection status. | Cosimo Cecchi | 2009-07-30 | 1 | -1/+1 |
| | |||||
* | Fix a typo in dispose() | Cosimo Cecchi | 2009-07-30 | 1 | -3/+5 |
| | |||||
* | Cancel the creation thread in dispose() | Cosimo Cecchi | 2009-07-30 | 1 | -0/+11 |
| | |||||
* | Emit the ACCOUNT_CREATED signal at the right time | Cosimo Cecchi | 2009-07-30 | 1 | -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 Cecchi | 2009-07-30 | 1 | -5/+8 |
| | |||||
* | Add empathy_account_settings_owns_account() | Cosimo Cecchi | 2009-07-30 | 2 | -0/+17 |
| | |||||
* | Make sure the account dialog respects the initial selection | Cosimo Cecchi | 2009-07-30 | 1 | -30/+34 |
| | |||||
* | Implement _set_display_name | Cosimo Cecchi | 2009-07-30 | 3 | -2/+110 |
| | |||||
* | When an account is enabled, always align it to the global presence. | Cosimo Cecchi | 2009-07-30 | 1 | -8/+9 |
| | | | | | Before, this was only done for newly created accounts, and not every time any account was enabled. | ||||
* | Make remove work | Cosimo Cecchi | 2009-07-30 | 1 | -1/+1 |
| | |||||
* | Plug some leaks | Cosimo Cecchi | 2009-07-30 | 1 | -0/+6 |
| | |||||
* | 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 |
| | | | | | 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 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 |
| | | | | | | 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 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 ↵ | Marco Barisione | 2009-07-22 | 1 | -15/+14 |
| | | | | NameOwnerChanged | ||||
* | 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 |
| | | | | status icon | ||||
* | 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 |
| | | | | | | | | | | | | 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 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 |
| | | | | | | | | | | | | 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 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 |
| | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | | Implement o.fd.Tp.Debug. (Fixes #580631) | Jonny Lamb | 2009-06-18 | 6 | -8/+461 |
| | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | | Set G_LOG_DOMAIN in libempathy and empathy. | Jonny Lamb | 2009-06-18 | 2 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | | Use correct emacs modelines. | Jonny Lamb | 2009-06-18 | 2 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | | 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 |
| | | | | | | | | | | | | | | | | by the coding style script | ||||
| * | | | 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 |
| | | | | | | | | | | | | | | | | | | 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 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 |
|/ / / | | | | | | | | | | upcoming theme selector | ||||
* | | | Move all data about an adium theme into EmpathyAdiumData struct and share it ↵ | Xavier Claessens | 2009-06-22 | 5 | -213/+320 |
| | | | | | | | | | | | | with all EmpathyThemeAdium instances. | ||||
* | | | 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 |
| | | | | | | | | | | | | #586387. | ||||
* | | | Updated Spanish translation | Jorge Gonzalez | 2009-06-21 | 1 | -251/+317 |
| | | | |||||
* | | | Partial fix for bug #586379 | Patryk Zawadzki | 2009-06-19 | 1 | -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 leaking | Patryk Zawadzki | 2009-06-19 | 1 | -0/+1 |
| | | | |||||
* | | | Fix bug #585475 | Patryk Zawadzki | 2009-06-19 | 1 | -2/+42 |
| | | | | | | | | | | | | | | | Implemented %service%, %shortTime%, %senderDisplayName%, %senderScreenName% and %messageClasses% | ||||
* | | | 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 |
| | | | | | | | | | | | | Fixes bug #586352 | ||||
* | | | Updated Tamil translation | drtvasudevan | 2009-06-19 | 1 | -346/+615 |
| | | | |||||
* | | | Hide muc contacts list | Gabriel Millaire | 2009-06-18 | 4 | -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 comments | Gabriel Millaire | 2009-06-18 | 3 | -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 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 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | Fix wrapping in Preferences dialog | Nicolò Chieffo | 2009-06-18 | 1 | -2/+2 |
| | | |||||
* | | Remove 'new message from' from notification message (#586102). Based on a ↵ | Guillaume Desmottes | 2009-06-18 | 2 | -8/+5 |
| | | | | | | | | patch from Nicolo Chieffo | ||||
* | | Fix 585887: "Publish my location" causes a crash | Pierre-Luc Beaudoin | 2009-06-18 | 1 | -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éters | 2009-06-17 | 2 | -2/+21 |
| | | | | | | | | (GNOME bug 563678) | ||||
* | | [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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 themes | Patryk Zawadzki | 2009-06-16 | 4 | -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.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 |
| | | | | | | | | | | | | This resulted in "0 month ago" being returned. | ||||
* | | | 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 |
| | | | | | | | | | | | | only call. | ||||
| * | | Corrected code style in empathy_call_window_setup_video_preview. | Jonathan Tellier | 2009-06-12 | 1 | -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 Tellier | 2009-06-12 | 2 | -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 Tellier | 2009-06-12 | 3 | -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 audio | Jonathan Tellier | 2009-06-12 | 3 | -56/+116 |
| | | | | | | | | | | | | calls for instance). | ||||
| * | | Implemented the call window's "View -> Video preview" option. | Jonathan Tellier | 2009-06-12 | 2 | -1/+36 |
| | | |