Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some broken english | Sjoerd Simons | 2009-08-24 | 1 | -1/+1 |
| | |||||
* | Move the logs to the new location after creating the account | Sjoerd Simons | 2009-08-24 | 1 | -4/+92 |
| | |||||
* | Refactor the startup sequence a bit | Sjoerd Simons | 2009-08-24 | 1 | -30/+37 |
| | | | | | | | | On initial start the following should happen: * If we haven't tried to import mc4 accounts, do so * If there were no mc4 accounts imported and there are no accounts defined show the account creation assistant. * If we haven't created a salut account, do so | ||||
* | Always set the mc4 imported gconf key | Sjoerd Simons | 2009-08-24 | 1 | -9/+2 |
| | |||||
* | Fix debug strings, don't unref the gconf client twice | Sjoerd Simons | 2009-08-24 | 1 | -4/+3 |
| | |||||
* | Add api to ask if we have importer our mc4 accounts | Sjoerd Simons | 2009-08-24 | 2 | -0/+15 |
| | |||||
* | Return TRUE if we imported any mc4 accounts | Sjoerd Simons | 2009-08-24 | 2 | -12/+20 |
| | |||||
* | Grab passwords from the keyring if needed | Sjoerd Simons | 2009-08-24 | 1 | -5/+42 |
| | |||||
* | Overhaul the importer slightly | Sjoerd Simons | 2009-08-24 | 2 | -343/+179 |
| | |||||
* | Use g_str_has_prefix convenience function for clarity | Sjoerd Simons | 2009-08-24 | 1 | -1/+2 |
| | |||||
* | Make the gconf entry be false by default | Sjoerd Simons | 2009-08-24 | 1 | -7/+8 |
| | |||||
* | Don't unref the account object as we don't own it | Sjoerd Simons | 2009-08-24 | 1 | -1/+0 |
| | |||||
* | Use new async enable api | Sjoerd Simons | 2009-08-24 | 1 | -1/+1 |
| | |||||
* | Instantiate the mc4 account importer in empathy.c | Arnaud Maillet | 2009-08-24 | 1 | -0/+2 |
| | |||||
* | Add the mc4 account importer files in the makefile | Arnaud Maillet | 2009-08-24 | 1 | -0/+1 |
| | |||||
* | Add empathy-import-mc4-accounts files | Arnaud Maillet | 2009-08-24 | 2 | -0/+586 |
| | |||||
* | Use the right default answer if we're not importing accounts | Sjoerd Simons | 2009-08-23 | 1 | -3/+6 |
| | |||||
* | Clean up the dialog a bit | Sjoerd Simons | 2009-08-23 | 1 | -20/+5 |
| | |||||
* | Remove dead code and fix some coding style issues | Sjoerd Simons | 2009-08-23 | 1 | -3/+1 |
| | |||||
* | Don't leak a ref to EmpathyAccountSettings | Sjoerd Simons | 2009-08-23 | 1 | -1/+1 |
| | |||||
* | Don't free the icon name that we don't own | Sjoerd Simons | 2009-08-22 | 1 | -2/+0 |
| | |||||
* | Fix errors revealed by make check | Jonathan Tellier | 2009-08-22 | 4 | -11/+11 |
| | | | | | - Added missing files in po/POTFILES.in - Fixed style | ||||
* | First part of an overhaul of the accounts dialog | Jonathan Tellier | 2009-08-22 | 3 | -291/+267 |
| | |||||
* | Enable entering more than an account from the wizard. | Cosimo Cecchi | 2009-08-22 | 1 | -36/+131 |
| | |||||
* | Make the import system more future-proof | Cosimo Cecchi | 2009-08-22 | 10 | -81/+212 |
| | | | | | | | | | Split the utilities from the widget and the dialog; we now have an enum for supported applications, with a special value which means "all applications", which is the only one which triggers showing the "Source" column in EmpathyImportWidget. We need this to avoid being redundant in the EmpathyAccountAssistant, as we already choose there the application from which to import. | ||||
* | Remove useless includes | Cosimo Cecchi | 2009-08-22 | 2 | -4/+1 |
| | |||||
* | The assistant should not be resizable | Cosimo Cecchi | 2009-08-22 | 1 | -0/+2 |
| | |||||
* | Don't hardcode new lines | Cosimo Cecchi | 2009-08-22 | 1 | -11/+17 |
| | |||||
* | Hook the import UI in the assistant | Cosimo Cecchi | 2009-08-22 | 1 | -22/+70 |
| | |||||
* | Adapt to the new API | Cosimo Cecchi | 2009-08-22 | 1 | -2/+7 |
| | |||||
* | Add the new files to the Makefile.am | Cosimo Cecchi | 2009-08-22 | 1 | -0/+1 |
| | |||||
* | Split EmpathyImportDialog and EmpathyImportWidget | Cosimo Cecchi | 2009-08-22 | 5 | -403/+739 |
| | | | | Also, take this as a chance to GObject-ify everything. | ||||
* | Remove the hardcode | Arnaud Maillet | 2009-08-22 | 1 | -23/+13 |
| | |||||
* | Emit the close signal only after we are done with the async machinery. | Cosimo Cecchi | 2009-08-22 | 1 | -8/+45 |
| | |||||
* | Port to new API | Cosimo Cecchi | 2009-08-22 | 2 | -2/+2 |
| | |||||
* | Implement close and cancel; | Cosimo Cecchi | 2009-08-22 | 1 | -40/+61 |
| | | | | Also, move to implementing GTK+ signals rather than connecting | ||||
* | Add a comment over the window type hint | Cosimo Cecchi | 2009-08-22 | 1 | -0/+1 |
| | |||||
* | Enable newly created accounts | Cosimo Cecchi | 2009-08-22 | 1 | -2/+8 |
| | |||||
* | Implement dispose | Cosimo Cecchi | 2009-08-22 | 1 | -0/+23 |
| | |||||
* | Report errors during creation | Cosimo Cecchi | 2009-08-22 | 1 | -1/+117 |
| | |||||
* | Fix long lines | Cosimo Cecchi | 2009-08-22 | 1 | -3/+4 |
| | |||||
* | Don't forward anymore after the end | Cosimo Cecchi | 2009-08-22 | 1 | -0/+6 |
| | |||||
* | Report back errors (right now just on stdout) | Cosimo Cecchi | 2009-08-22 | 1 | -1/+18 |
| | |||||
* | Add a parent window property to the assistant | Cosimo Cecchi | 2009-08-22 | 3 | -5/+78 |
| | |||||
* | Unref settings when changing the protocol | Cosimo Cecchi | 2009-08-22 | 1 | -0/+4 |
| | |||||
* | Change labels when creating an account | Cosimo Cecchi | 2009-08-22 | 1 | -0/+4 |
| | |||||
* | Unify the enter and create page. | Cosimo Cecchi | 2009-08-22 | 1 | -114/+205 |
| | | | | | | Refactor a lot the surrounding code. Missing piece: adapting labels for the EmpathyAccountWidget in case of creation vs. entering details. | ||||
* | Filter out IRC and local-xmpp in the wizard | Cosimo Cecchi | 2009-08-22 | 1 | -1/+5 |
| | |||||
* | Update label layout and add an "apply" logic | Cosimo Cecchi | 2009-08-22 | 1 | -9/+57 |
| | |||||
* | Add the details page to the assistant | Cosimo Cecchi | 2009-08-22 | 1 | -5/+165 |
| | | | | Also, add a sketched version of the other pages | ||||
* | Add private struct and responses to first page | Cosimo Cecchi | 2009-08-22 | 1 | -3/+59 |
| | |||||
* | Style fixes | Cosimo Cecchi | 2009-08-22 | 1 | -3/+6 |
| | |||||
* | Fix style | Cosimo Cecchi | 2009-08-22 | 1 | -6/+13 |
| | |||||
* | Move back the account assistant to src/ | Cosimo Cecchi | 2009-08-22 | 3 | -0/+177 |
| | |||||
* | Implement first page in the assistant | Cosimo Cecchi | 2009-08-22 | 3 | -136/+0 |
| | |||||
* | Add a first page to the assistant | Cosimo Cecchi | 2009-08-22 | 3 | -0/+34 |
| | |||||
* | Skeleton of EmpathyAccountAssistant | Cosimo Cecchi | 2009-08-22 | 2 | -0/+102 |
| | |||||
* | Port empathy.c to telepathy-style | Cosimo Cecchi | 2009-08-22 | 1 | -526/+546 |
| | |||||
* | Fix a small memory leak | Sjoerd Simons | 2009-08-22 | 1 | -6/+6 |
| | |||||
* | Instantiate mc5 pidgin account importer in empathy-accounts-dialog | Arnaud Maillet | 2009-08-22 | 1 | -15/+0 |
| | |||||
* | Add empathy-import-dialog and empathy-import-pidgin to the makefile | Arnaud Maillet | 2009-08-22 | 1 | -0/+2 |
| | |||||
* | Port empathy-import-pidgin to mc5 | Arnaud Maillet | 2009-08-22 | 1 | -16/+17 |
| | |||||
* | Port empathy-import-dialog to mc5 | Arnaud Maillet | 2009-08-22 | 2 | -57/+93 |
| | |||||
* | Merge back from master | Sjoerd Simons | 2009-08-22 | 8 | -77/+174 |
|\ | |||||
| * | Merge branch 'connman' | Jonny Lamb | 2009-08-20 | 1 | -10/+17 |
| |\ | |||||
| | * | empathy: unref Connectivity object at the end of the application life | Jonny Lamb | 2009-08-19 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| | * | empathy: create a new EmpathyConnectivity object on startup | Jonny Lamb | 2009-08-19 | 1 | -10/+16 |
| | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | | stock button labels should not be translatable | Christian Kirbach | 2009-08-20 | 1 | -1/+1 |
| | | | |||||
| * | | Animate show in and out of markers | Pierre-Luc Beaudoin | 2009-08-19 | 1 | -2/+2 |
| | | | |||||
| * | | Don't create a marker for contacts with empty location | Pierre-Luc Beaudoin | 2009-08-19 | 1 | -1/+1 |
| | | | |||||
| * | | Dim at 75% markers for location data older than a week | Pierre-Luc Beaudoin | 2009-08-19 | 1 | -3/+11 |
| | | | |||||
| * | | empathy-call-window: add 2 translators comments (#592052) | Guillaume Desmottes | 2009-08-19 | 1 | -0/+3 |
| |/ | |||||
| * | Port to Clutter 1.0 and libchamplain 0.3.6 | Pierre-Luc Beaudoin | 2009-08-18 | 2 | -3/+4 |
| | | |||||
| * | Fixed documentation link with for the new Mallard structure | Milo Casagrande | 2009-08-14 | 1 | -1/+1 |
| | | | | | | | | * Colses bug 591602 | ||||
| * | empathy-preferences: use tp_strdiff instead of strcmp | Guillaume Desmottes | 2009-08-13 | 1 | -7/+8 |
| | | | | | | | | This should prevent the crash #591612 | ||||
| * | Don't leak a ref when updating notification bubble | Will Thompson | 2009-08-13 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | This meant that if a notification bubble for a tab had ever been updated, closing the tab would not destroy the EmpathyChat, or indeed close the Channel. New messages would be logged, but not presented to the user. Reopening a tab to the same channel would work, but sending a message would assert. I'm pretty sure this fixes #588840. | ||||
| * | chat_window_help_contents_activate_cb: documentation doesn't have a 'chat' ↵ | Guillaume Desmottes | 2009-08-07 | 1 | -1/+1 |
| | | | | | | | | section anymore (#590029) | ||||
| * | Setting priv->bus_message_source_id to 0 to make sure that | Jonathan Tellier | 2009-08-07 | 1 | -3/+13 |
| | | | | | | | | g_source_remove is not called twice on it. | ||||
| * | Now removing the bus watch when destroying the pipeline. | Jonathan Tellier | 2009-08-07 | 1 | -4/+16 |
| | | |||||
| * | Fixed a bug that caused the application to crash when input volume was | Jonathan Tellier | 2009-08-07 | 1 | -9/+27 |
| | | | | | | | | changed on a disconnected call. | ||||
| * | status_icon_update_notification: don't crash if event->message is NULL | Guillaume Desmottes | 2009-08-07 | 1 | -1/+4 |
| | | | | | | | | | | g_markup_escape_text isn't NULL-safe so we should be sure that event->message is not NULL before calling it. | ||||
| * | Move the FsElementElementAddedNotifier over the main pipeline | Olivier Crête | 2009-08-07 | 1 | -1/+30 |
| | | |||||
| * | Fix reduced accuracy concerns | Pierre-Luc Beaudoin | 2009-08-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | As pointed out by users, the previous reduced accuracy mode was not the best. It is better to trunkate the coordinates rather than adding a random value to it. This patch also replaces strcmp by tp_strdiff | ||||
| * | Merge branch 'escape-notifications' | Will Thompson | 2009-08-06 | 2 | -22/+26 |
| |\ | | | | | | | | | | | | | | | | Fixes #580134 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | ||||
| | * | Don't try to free NULL pixbufs. | Will Thompson | 2009-08-05 | 2 | -16/+15 |
| | | | | | | | | | | | | | | | | | | It's all very well to ensure that we don't pass a NULL pixbuf to libnotify, but we shouldn't then try to g_object_unref () the pointer without checking it's not NULL. | ||||
| | * | Escape markup in notifications and icon tooltip | Will Thompson | 2009-08-05 | 1 | -7/+12 |
| | | | | | | | | | | | | | | | | | | 7730ffd fixed this for the notifications that are produced by the chat window, but not for the ones produced by the status icon. Why these are separate code paths eludes me. | ||||
| * | | Embolden tab labels when you're highlighted | Will Thompson | 2009-08-05 | 1 | -1/+2 |
| |/ | | | | | | | | | | | | | | | This is in addition to en-reddening them, which might not be enough if you can't distinguish red and black, and matches how names are highlighted in the conversation window. Ideally this would be theme-able, but this is a start. | ||||
* | | Cache the icon inside EmpathyAccountSettings | Sjoerd Simons | 2009-08-19 | 1 | -4/+0 |
| | | | | | | | | | | | | At some point we should set the Icon property in the account manager, for now just cache it in the settings so we can pass it by reference instead of needing to dup it as that's the API we want to have in the future | ||||
* | | Don't automagically remove invalid accounts | Sjoerd Simons | 2009-08-19 | 1 | -24/+1 |
| | | | | | | | | | | | | | | Automagic removal is slightly terrifying, if the user succeeded in creating the account it must have been valid at some point. So leave it there, the UI should indicate that there is a problem with the account so that the user can fix it instead. | ||||
* | | keep a ref on the selected account | Sjoerd Simons | 2009-08-18 | 1 | -7/+15 |
| | | |||||
* | | Use the remove function account | Sjoerd Simons | 2009-08-18 | 1 | -2/+1 |
| | | |||||
* | | _new for a signleton needs to return a ref | Sjoerd Simons | 2009-08-18 | 1 | -0/+1 |
| | | |||||
* | | Fix identation | Sjoerd Simons | 2009-08-18 | 1 | -3/+3 |
| | | |||||
* | | Port to libunique | Cosimo Cecchi | 2009-08-01 | 4 | -578/+37 |
| | | |||||
* | | Make sure we always show the main window | Cosimo Cecchi | 2009-08-01 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'master' into mc5 | Cosimo Cecchi | 2009-08-01 | 3 | -7/+8 |
|\| | |||||
| * | Change the name to Empathy IM Client, which is more recognizable | Sjoerd Simons | 2009-07-31 | 1 | -1/+1 |
| | | |||||
| * | Do not have too complex code in var initialization. | Xavier Claessens | 2009-07-29 | 1 | -2/+4 |
| | | |||||
| * | Little coding style cleanup | Xavier Claessens | 2009-07-29 | 1 | -4/+3 |
| | | |||||
* | | Merge branch 'sjoerd-mc5' into mc5 | Cosimo Cecchi | 2009-08-01 | 14 | -470/+405 |
|\ \ | | | | | | | | | | | | | | | | Conflicts: libempathy-gtk/empathy-account-widget.c libempathy-gtk/empathy-protocol-chooser.c | ||||
| * | | Chang the API of AccountManager to have the get lookup the account by name | Sjoerd Simons | 2009-07-30 | 2 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | EmpathyAccountManager used to have a _lookup function that looked up accounts by name and a _get function that lookup up accounts by connection. This is confusing, as looking up an account for a connection is less common rename have the _get_account be the same _lookup (but without returning a ref) and add a _get_account_for_connection function lookup by account | ||||
| * | | remove usage of empathy_account_equal | Sjoerd Simons | 2009-07-30 | 2 | -2/+2 |
| | | | |||||
| * | | Remove empathy_account_hash | Sjoerd Simons | 2009-07-30 | 1 | -2/+2 |
| | | | |||||
| * | | Merge commit 'upstream/master' into mc5 | Sjoerd Simons | 2009-07-28 | 13 | -462/+399 |
| |\| | | | | | | | | | | | | | | | | Conflicts: libempathy-gtk/empathy-account-widget.c src/empathy.c | ||||
| | * | remove trailing tabulation | Frédéric Péters | 2009-07-22 | 1 | -1/+1 |
| | | | |||||
| | * | migrate configuration files to XDG config directory | Frédéric Péters | 2009-07-21 | 1 | -0/+63 |
| | | | |||||
| | * | Put configuration data in XDG_CONFIG_DIRS (GNOME bug 494007) | Frédéric Péters | 2009-07-21 | 1 | -2/+2 |
| | | | |||||
| | * | Respect the button-images setting | Matthias Clasen | 2009-07-18 | 2 | -72/+14 |
| | | | | | | | | | | | | | | | Streamline the construction of some buttons, with the nice side-effect that they now obey the button-images setting. See bug 588810. | ||||
| | * | Merge commit 'jtellier/video-call-button-sensitivity' | Davyd Madeley | 2009-07-15 | 1 | -5/+7 |
| | |\ | |||||
| | | * | Added functions to determine if a contact has video capabilities | Jonathan Tellier | 2009-07-03 | 1 | -5/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Activating the "Video Call" button only if the remote contact support video. The call window's "Send Video" is only sensitive if the contact has video capabilities. | ||||
| | * | | Chat window's tab label changes the font color when got an incoming msg. ↵ | Abner Silva | 2009-07-15 | 1 | -6/+26 |
| | | | | | | | | | | | | | | | | (Fixes #588498) | ||||
| | * | | empathy-main-window.c: remove a trailing space | Guillaume Desmottes | 2009-07-14 | 1 | -1/+1 |
| | | | | |||||
| | * | | Minor changes | Gabriel Millaire | 2009-07-11 | 1 | -4/+4 |
| | | | | |||||
| | * | | Remove old code | Gabriel Millaire | 2009-07-10 | 1 | -69/+0 |
| | | | | |||||
| | * | | Regrouped similar functions, uses enum instead of define | Gabriel Millaire | 2009-07-10 | 1 | -63/+55 |
| | | | | |||||
| | * | | Changed menu label and various review fixes | Gabriel Millaire | 2009-07-10 | 2 | -27/+25 |
| | | | | |||||
| | * | | Added notification for confs Show avatar, Compact Size and Sort criterium | Gabriel Millaire | 2009-07-10 | 1 | -47/+77 |
| | | | | | | | | | | | | | | | | Now checks for wrong string in Sort criterium | ||||
| | * | | Move Compact List and Sort Contacts from Preferences to View menu | Gabriel Millaire | 2009-07-10 | 3 | -247/+135 |
| | | | | |||||
| | * | | Work in progress : move preferences to View menu | Gabriel Millaire | 2009-07-10 | 2 | -30/+172 |
| | | | | | | | | | | | | | | | | Moving Sort by name / by status and Show Avatars / Compact contact list preferences to View menu : Sort by name / Sort by status and Normal Size / Normal Without Icons / Compact Size | ||||
| | * | | Use accessor functions instead direct access (Fixes #586476) | Jonny Lamb | 2009-07-10 | 6 | -12/+12 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| | * | | Sort themes by name | Pierre-Luc Beaudoin | 2009-07-03 | 1 | -0/+2 |
| | | | | |||||
| | * | | List installed adium themes | Pierre-Luc Beaudoin | 2009-07-03 | 2 | -138/+65 |
| | |/ | |||||
* | | | Make protocol icons work also with account == NULL | Cosimo Cecchi | 2009-07-31 | 1 | -3/+8 |
| | | | |||||
* | | | Fix trailing whitespace | Cosimo Cecchi | 2009-07-30 | 1 | -6/+6 |
| | | | |||||
* | | | Rename empathy_account_settings_owns_account() | Cosimo Cecchi | 2009-07-30 | 1 | -1/+1 |
| | | | | | | | | | | | | Call it empathy_account_settings_has_account() instead | ||||
* | | | Remove debug output | Cosimo Cecchi | 2009-07-30 | 1 | -1/+0 |
| | | | |||||
* | | | First cut at GObject-ifying EmpathyAccountWidget | Cosimo Cecchi | 2009-07-30 | 1 | -15/+14 |
| | | | |||||
* | | | 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 |
| | | | |||||
* | | | Use the new API when getting the account iter. | Cosimo Cecchi | 2009-07-30 | 1 | -5/+8 |
| | | | |||||
* | | | Make sure the account dialog respects the initial selection | Cosimo Cecchi | 2009-07-30 | 1 | -30/+34 |
| | | | |||||
* | | | Make remove work | Cosimo Cecchi | 2009-07-30 | 1 | -1/+1 |
| | | | |||||
* | | | 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 |
|/ / | |||||
* | | Don't try to update the widgets if no account was selected | Sjoerd Simons | 2009-07-22 | 1 | -0/+4 |
| | | |||||
* | | Hook up removing accounts in the accounts dialog | Sjoerd Simons | 2009-07-22 | 1 | -0/+8 |
| | | |||||
* | | Coding style fixes | Sjoerd Simons | 2009-07-22 | 1 | -4/+4 |
| | | |||||
* | | 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 | 1 | -111/+252 |
| | | |||||
* | | Move the responsibility of popping up the empathy accounts dialog out of the ↵ | Sjoerd Simons | 2009-07-16 | 2 | -20/+18 |
| | | | | | | | | status icon | ||||
* | | Remove last references to mission-control 4 | Sjoerd Simons | 2009-07-16 | 6 | -84/+4 |
| | | |||||
* | | Temporarily disable account importing as it still depends on profiles | Sjoerd Simons | 2009-07-16 | 2 | -2/+15 |
| | | |||||
* | | Initial port of Account and AccountManager to MC5 | Sjoerd Simons | 2009-07-08 | 1 | -2/+1 |
| | | |||||
* | | Remove useless mission-control includes | Sjoerd Simons | 2009-07-06 | 4 | -7/+0 |
| | | |||||
* | | Transform profile chooser into a protocol chooser | Sjoerd Simons | 2009-07-06 | 2 | -43/+40 |
| | | |||||
* | | 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 |
| | | |||||
* | | Remove usage of McProfiles | Sjoerd Simons | 2009-07-05 | 2 | -59/+41 |
| | | |||||
* | | Get the icon name from the account object directly | Sjoerd Simons | 2009-07-05 | 1 | -1/+1 |
|/ | |||||
* | New chatrooms are no longer marked as favorite by default. Fixes bug #575667 | Abner Silva | 2009-07-01 | 1 | -9/+9 |
| | |||||
* | Port the main of empathy to EmpathyAccount | Sjoerd Simons | 2009-07-01 | 13 | -138/+141 |
| | |||||
* | fixed libnotify crashing if icon doesn't exist | Abderaouf Bencherait | 2009-06-30 | 2 | -3/+9 |
| | |||||
* | Ring on outgoing call. | Xavier Claessens | 2009-06-27 | 1 | -24/+54 |
| | |||||
* | 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 |
| | |||||
* | Don't hardcode size of the accounts dialog and use ellipsization (#520972) | Matthias Clasen | 2009-06-26 | 2 | -4/+3 |
| | |||||
* | 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 | 3 | -2/+42 |
|\ \ | |/ |/| | |||||
| * | 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 | 1 | -0/+31 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Set G_LOG_DOMAIN in libempathy and empathy. | Jonny Lamb | 2009-06-18 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | 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 |
| | | |||||
* | | 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 |
| | | |||||
* | | 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 | 3 | -0/+112 |
| | | |||||
* | | Move all data about an adium theme into EmpathyAdiumData struct and share it ↵ | Xavier Claessens | 2009-06-22 | 1 | -1/+1 |
| | | | | | | | | with all EmpathyThemeAdium instances. | ||||
* | | Hide muc contacts list | Gabriel Millaire | 2009-06-18 | 2 | -4/+2 |
| | | | | | | | | | | | | | | - 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 | 1 | -27/+23 |
| | | | | | | | | | | | | | | | | 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 |
| | | |||||
* | | Added a preference in the conf and schema (show contact list in rooms) | Gabriel Millaire | 2009-06-18 | 1 | -0/+6 |
| | | |||||
* | | 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 |
| | | |||||
* | | 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 |
|/ | |||||
* | 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 | ||||
* | Remove markup from GTKBuilder translatable strings | Claude Paroz | 2009-06-17 | 2 | -30/+61 |
| | |||||
* | Merge commit 'jtellier/video-call-stop-showing-last-frame' | Guillaume Desmottes | 2009-06-16 | 1 | -3/+28 |
|\ | |||||
| * | The EmpathyCallHandler correctly initializes it "initial_video" property | Jonathan Tellier | 2009-06-16 | 1 | -3/+28 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Reorder functions to not declare them on top | Xavier Claessens | 2009-06-15 | 1 | -125/+113 |
| | | |||||
* | | 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 | 1 | -4/+3 |
|/ | |||||
* | Merge commit 'jtellier/call-window-video-preview' | Guillaume Desmottes | 2009-06-15 | 2 | -83/+243 |
|\ | |||||
| * | 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 | 1 | -87/+96 |
| | | | | | | | | | | | | | | | | | | 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 | 1 | -52/+73 |
| | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -56/+97 |
| | | | | | | | | calls for instance). | ||||
| * | 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 | 1 | -0/+49 |
| | | | | | | | | black widgets. | ||||
* | | empathy-ft-manager: tile should be 'File Transfers'. (#585788) | Guillaume Desmottes | 2009-06-15 | 1 | -1/+1 |
| | | |||||
* | | [Goal] Clean up GLib and GTK+ includes in empathy (Fixes #585669) | Luis Menina | 2009-06-14 | 9 | -13/+9 |
| | | | | | | | | | | | | 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 filepicker | Frédéric Péters | 2009-06-13 | 1 | -1/+0 |
|/ | | | | (GNOME bug 585640) | ||||
* | Add spinning throbber to EmpathyMapView | Pierre-Luc Beaudoin | 2009-06-12 | 2 | -0/+54 |
| | | | | | OSM servers can be slow at times, the user can now know that data is loading | ||||
* | Port to new API | Xavier Claessens | 2009-06-12 | 1 | -1/+1 |
| | |||||
* | Fix a warning when the ADIUM_PATH gconf key is unset. | Xavier Claessens | 2009-06-12 | 1 | -2/+9 |
| | |||||
* | Add some #ifdef HAVE_WEBKIT | Xavier Claessens | 2009-06-12 | 1 | -1/+6 |
| | |||||
* | Add UI in the preference dialog to select the path to adium theme | Xavier Claessens | 2009-06-12 | 3 | -136/+239 |
| | |||||
* | Fix compile warning | Pierre-Luc Beaudoin | 2009-06-11 | 1 | -1/+1 |
| | |||||
* | src/Makefile.am: actually enable warning CFLAGS | Guillaume Desmottes | 2009-06-11 | 1 | -1/+1 |
| | |||||
* | empathy-call-window: remove unused variables | Guillaume Desmottes | 2009-06-11 | 1 | -3/+0 |
| | |||||
* | empathy-accounts-dialog: move back the 'Create' button on the right | Guillaume Desmottes | 2009-06-11 | 1 | -15/+15 |
| | |||||
* | empathy-accounts-dialog: Use radio buttons instead of a checkbox for the ↵ | Guillaume Desmottes | 2009-06-11 | 2 | -15/+43 |
| | | | | 'reuse existing account' UI | ||||
* | empathy-accounts-dialog: change title to 'Add Account' as we can reuse an ↵ | Guillaume Desmottes | 2009-06-11 | 1 | -1/+1 |
| | | | | existing one (#548707) | ||||
* | Added a "Redial" button to the call window. | Jonathan Tellier | 2009-06-09 | 2 | -98/+265 |
| | |||||
* | Distribute conditionally built files | Pierre-Luc Beaudoin | 2009-06-09 | 1 | -5/+11 |
| | |||||
* | Don't repeat a tooltip format string | Will Thompson | 2009-06-08 | 1 | -14/+13 |
| | |||||
* | Italicize status message in tooltip | Will Thompson | 2009-06-08 | 1 | -1/+1 |
| | |||||
* | Don't include "Available"/"Away"... in tooltips | Will Thompson | 2009-06-08 | 1 | -2/+2 |
| | | | | | I don't think including the default string for a status adds anything to the tooltips. | ||||
* | Extract markup_printf-append-free to a function | Will Thompson | 2009-06-08 | 1 | -18/+29 |
| | | | | | The repeated g_markup_printf_escaped; g_string_append; g_free offended me. I think this makes the function easier to read. | ||||
* | Only show status in tooltip when it exists | Will Thompson | 2009-06-08 | 1 | -3/+11 |
| | | | | | | empathy_contact_get_status () can return NULL: perhaps the protocol doesn't support presence, or perhaps we're not subscribed to the contact's presence. | ||||
* | Merge branch 'profile-chooser' | Jonny Lamb | 2009-06-07 | 1 | -3/+6 |
|\ | |||||
| * | Update the accounts dialog to the new profile chooser API. | Jonny Lamb | 2009-06-05 | 1 | -3/+6 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | Use tp_asv_get_string instead of messing with GValues. | Jonny Lamb | 2009-06-05 | 1 | -5/+2 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | Use "foo == NULL" instead of "!foo". | Jonny Lamb | 2009-06-05 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | Set an empty password for pidgin accounts that have no password set. | Jonny Lamb | 2009-06-05 | 1 | -0/+10 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | Special-case XMPP with importing accounts from Pidgin. (Fixes bug #579992) | Jonny Lamb | 2009-06-05 | 1 | -1/+18 |
|/ | | | | | | | It was decided that if pidgin has an account with no host set, then both the server and port should be ignored, as a special case in XMPP. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Add simple flymake support. | Jonny Lamb | 2009-06-05 | 1 | -0/+1 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Don't display an empty treeview if there are no connections on opening. | Jonny Lamb | 2009-06-05 | 1 | -3/+5 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Don't unref widgets twice. | Jonny Lamb | 2009-06-05 | 1 | -6/+0 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Free a GError after use. | Jonny Lamb | 2009-06-05 | 1 | -0/+1 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Merge branch 'debug' | Jonny Lamb | 2009-06-05 | 5 | -0/+1324 |
|\ | | | | | | | | | | | | | | | | | Conflicts: extensions/Makefile.am extensions/misc.xml po/POTFILES.in Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Display a label if the selected CM does not support Debug. | Jonny Lamb | 2009-06-04 | 1 | -6/+56 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Add level label to priv struct. | Jonny Lamb | 2009-06-04 | 1 | -4/+5 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Store toolbar items in priv struct. | Jonny Lamb | 2009-06-04 | 1 | -33/+38 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Keep a ref to the TpDBusDaemon so the NameOwnerChanged cb gets called. | Jonny Lamb | 2009-06-04 | 1 | -6/+7 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Clean up EmpathyDebugDialogPriv. | Jonny Lamb | 2009-06-04 | 1 | -9/+20 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Use G_GSIZE_FORMAT instead of %u. | Jonny Lamb | 2009-06-03 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Add a "Copy" toolbar item to copy text to clipboard. | Jonny Lamb | 2009-04-24 | 1 | -0/+73 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Create a straight TpProxy instead of a TpConnection. | Jonny Lamb | 2009-04-24 | 1 | -12/+7 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Connect to NameOwnerChanged so the CM chooser can be updated when new CMs ↵ | Jonny Lamb | 2009-04-24 | 1 | -0/+93 |
| | | | | | | | | | | | | join and old ones die. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Store unique names in CM model. | Jonny Lamb | 2009-04-24 | 1 | -27/+112 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> |