| Commit message (Expand) | Author | Age | Files | Lines |
* | Made property-getting synchronous again so there isn't a massive race conditi... | Jonny Lamb | 2008-11-22 | 1 | -45/+30 |
* | Fixed channel property setting typo so ContentType is actually set. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -1/+1 |
* | Fix typo in extension glib client generation code. This is already fixed upst... | Jonny Lamb | 2008-11-22 | 1 | -1/+1 |
* | Updated parameter checks to return appropriate values. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -10/+13 |
* | Use empathy_contact_run_until_ready in EmpathyEventManager. | Jonny Lamb | 2008-11-22 | 1 | -0/+2 |
* | Add parameter checks to public functions. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 3 | -1/+27 |
* | Updated the way to access the EmpathyTpFilePriv instance within empathy-tp-fi... | Jonny Lamb | 2008-11-22 | 2 | -251/+161 |
* | Updated the way to access the EmpathyFTManagerPriv instance within empathy-ft... | Jonny Lamb | 2008-11-22 | 2 | -123/+84 |
* | Re-ordered EmpathyTpFile so static functions need no declaration at the top o... | Jonny Lamb | 2008-11-22 | 1 | -493/+474 |
* | Re-ordered EmpathyFTManager so functions need no declaration at the top of th... | Jonny Lamb | 2008-11-22 | 1 | -387/+374 |
* | Use FIXME instead of TODO in comments. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -2/+2 |
* | Changed _run_ method calls to _call_ calls. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 4 | -129/+143 |
* | Fixed copyright and author headers. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 8 | -2/+21 |
* | Various whitespace and comment fixes. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -3/+2 |
* | Added empathy_offer_file function and updated accept_file. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 4 | -5/+47 |
* | Do not set the MD5 hash of the file when sending. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -28/+0 |
* | Removed SocketPath channel property. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -19/+0 |
* | Added ContentHashType channel property, and renamed ContentMD5 to ContentHash... | Jonny Lamb | 2008-11-22 | 1 | -13/+25 |
* | Updated yet more places to use s/direction/incoming/ (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -4/+3 |
* | Replaced the Direction channel property a more-private GObject incoming prope... | Jonny Lamb | 2008-11-22 | 3 | -32/+26 |
* | Fixed yet more references to EMPATHY_FILE. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -2/+2 |
* | Fixed include of empathy-file.h to empathy-tp-file.h. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -1/+1 |
* | Changed EmpathyEventManager to not rely on the Direction property of the file... | Jonny Lamb | 2008-11-22 | 1 | -6/+8 |
* | Updated extensions external-types to include types from tubes. | Jonny Lamb | 2008-11-22 | 1 | -0/+6 |
* | Updated Channel.Type.File spec. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -128/+146 |
* | Added a proper Empathy event for an incoming file transfer so that the status... | Jonny Lamb | 2008-11-22 | 1 | -7/+30 |
* | Renamed EmpathyFile to EmpathyTpFile. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 11 | -402/+399 |
* | Removed pointless gio-2.0 deps in megaphone, nothere, and python. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -3/+0 |
* | Added ability to get an md5sum of the file being sent using GChecksum. (Jonny... | Jonny Lamb | 2008-11-22 | 1 | -1/+23 |
* | Removed empathy_init in favour of calling emp_cli_init directly. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 3 | -10/+3 |
* | Fixed function declaration style. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -45/+87 |
* | Only display "Send Files" if the contact is in Salut. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+1 |
* | Converted sources to Collabora coding style. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 5 | -1121/+1121 |
* | Replaced gnome_vfs_format_file_size_for_display with its GIO equivalent. (Jon... | Jonny Lamb | 2008-11-22 | 1 | -3/+3 |
* | Merged empathy_send_file and empathy_send_file_from_stream, and dropped the d... | Jonny Lamb | 2008-11-22 | 2 | -43/+20 |
* | Set the ContentType property properly on a new file channel. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -1/+3 |
* | Added ability for the ft manager to stay around when closed. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -24/+17 |
* | Show an error to the terminal when there's a problem in getting the output st... | Jonny Lamb | 2008-11-22 | 1 | -1/+10 |
* | Changed order of closing channel and cancelling socket transfers. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -2/+2 |
* | Fixed small coding style issue. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -2/+0 |
* | Display cancel reasons in the file transfer manager. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -3/+6 |
* | Actually stop a file transfer if in the ft manager when requested. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -2/+1 |
* | Implemented empathy_file_cancel. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -0/+13 |
* | Added a missing "break". (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+1 |
* | Handled TransferredBytes signal properly and show in the progress bar. (Jonny... | Jonny Lamb | 2008-11-22 | 1 | -7/+17 |
* | Handle incoming file transfers in the event manager. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+30 |
* | Actually use accept and receive file functions. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -2/+10 |
* | Implemented accept_file and empathy_receive_file in empathy-file. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -18/+68 |
* | Fixed _get_local_socket in empathy-file so that it calls connect(2). (Jonny L... | Jonny Lamb | 2008-11-22 | 1 | -2/+20 |
* | Removed g_object_notify that doesn't actually map to a property. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -2/+0 |
* | Allow transfers to be declined by closing the channel. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -3/+4 |
* | Added fix for an empty default folder. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -1/+2 |
* | Removed file transfer handling code from empathy dispatcher. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -11/+0 |
* | Added missing GTK+ include header. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+1 |
* | Removed EmpathyTpFile and put everything into EmpathyFile. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 7 | -1628/+856 |
* | Added empathy_send_file_with_file_chooser_and_manager to make use of the file... | Jonny Lamb | 2008-11-22 | 3 | -1/+17 |
* | Added GTK file transfer manager. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 5 | -1/+1367 |
* | Push the notify::state and notify::transferred-bytes signals from EmpathyTpFi... | Jonny Lamb | 2008-11-22 | 1 | -2/+29 |
* | Correctly set the EmpathyContact in an EmpathyTpFile. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+7 |
* | Changed the "Send file" icon to something sane. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -1/+2 |
* | Added start of handling new incoming file channels. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+11 |
* | Added "Send file" item to contact menu widget. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -0/+34 |
* | Added some more file sending functions to libempathy-gtk. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -0/+132 |
* | Added a workaround to EmpathyTpFile's finalize function so it doesn't run g_o... | Jonny Lamb | 2008-11-22 | 1 | -1/+2 |
* | Added empathy_send_file* helper functions to empathy-utils. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -0/+136 |
* | Added empathy_init function to call emp_cli_init in main. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 4 | -2/+11 |
* | Added EmpathyFile and EmpathyTpFile objects. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 6 | -0/+1892 |
* | Added file transfer debug flag. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -1/+3 |
* | Added a dependency on gio-unix-2.0 in libempathy. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -1/+2 |
* | Added ft-related functions to EmpathyContact. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -0/+41 |
* | Added GIO and libgnomeui deps to configure.ac. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+5 |
* | Added org.freedesktop.Telepathy.Channel.Type.File.DRAFT spec file. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 3 | -1/+401 |
* | Updated ps translation (Zabeeh Khan) | Simos Xenitellis | 2008-11-21 | 1 | -0/+1814 |
* | Updated German translation. | Hendrik Richter | 2008-11-19 | 2 | -132/+216 |
* | Updated Lithuanian translation (Gintautas Miliauskas). | Gintautas Miliauskas | 2008-11-17 | 1 | -98/+176 |
* | Updated es translation (Jorge Gonzalez) | Jorge Gonzalez Gonzalez | 2008-11-15 | 1 | -11/+54 |
* | Include account name in chat-window tooltip. Fixes bug #560622 | Mathias Hasselmann | 2008-11-14 | 1 | -4/+8 |
* | Use markup for chat-window tooltips | Mathias Hasselmann | 2008-11-14 | 1 | -10/+21 |
* | Use proper format string for max-size property | Mathias Hasselmann | 2008-11-14 | 1 | -1/+1 |
* | If chats have no name, use the channel's ID instead of fallback to "Conversat... | Xavier Claessens | 2008-11-14 | 2 | -21/+14 |
* | Add import dialog to POTFILE | Xavier Claessens | 2008-11-13 | 1 | -0/+2 |
* | Updated ku translation | Erdal Ronahi | 2008-11-12 | 2 | -0/+1784 |
* | Trivial simplification of the math | Xavier Claessens | 2008-11-11 | 1 | -1/+1 |
* | Try to keep the original image format in avatar chooser. This avoid droping a... | Xavier Claessens | 2008-11-11 | 1 | -58/+69 |
* | Improve error message. | Xavier Claessens | 2008-11-11 | 1 | -2/+3 |
* | Report error to the user when converting the avatar fails. | Xavier Claessens | 2008-11-11 | 1 | -4/+37 |
* | Cleanup code and add some comments | Xavier Claessens | 2008-11-11 | 2 | -7/+17 |
* | Move code to avoid declaring functions on the top of the file. | Xavier Claessens | 2008-11-11 | 1 | -71/+57 |
* | Make a dichotomic search for the optimal image size. Cleanup some code | Xavier Claessens | 2008-11-11 | 1 | -112/+121 |
* | Correctly resize the image to fit required max width/height | Xavier Claessens | 2008-11-11 | 1 | -13/+33 |
* | Add empathy_pixbuf_from_data_and_mime instead of breaking API. | Xavier Claessens | 2008-11-11 | 4 | -6/+17 |
* | Don't modify EmpathyAvatar::format if gdkpixbuf disagrees | Xavier Claessens | 2008-11-11 | 1 | -4/+4 |
* | Use two g_asserts rather than g_assert (foo && bar). | Xavier Claessens | 2008-11-11 | 1 | -2/+4 |
* | can_satisfy_mime_type_requirements: assume out params != NULL | Xavier Claessens | 2008-11-11 | 1 | -10/+2 |
* | Prefer png or jpeg if possible when converting avatars | Xavier Claessens | 2008-11-11 | 1 | -20/+34 |
* | Update avatar chooser's account from its own callback. | Xavier Claessens | 2008-11-11 | 1 | -22/+19 |
* | ContactWidget: set up account widget before avatar widget | Xavier Claessens | 2008-11-11 | 1 | -23/+24 |
* | If setting an avatar from an EmpathyAvatar, just ref it. | Xavier Claessens | 2008-11-11 | 1 | -25/+66 |
* | AvatarChooser: clarify why _scale_down_if_necessary is cheap. | Xavier Claessens | 2008-11-11 | 1 | -2/+7 |
* | Make can_satisfy_mime_type_requirements accept NULL out params. | Xavier Claessens | 2008-11-11 | 1 | -6/+24 |
* | Flip iterating across format_mime_types and accepted_mime_types. | Xavier Claessens | 2008-11-11 | 1 | -2/+2 |
* | Use l and strv for list and strv iterators, not i and j | Xavier Claessens | 2008-11-11 | 1 | -7/+7 |
* | Use foo[1] rather than *(foo + 1) | Xavier Claessens | 2008-11-11 | 1 | -1/+1 |
* | Coding style: cuddle a brace | Xavier Claessens | 2008-11-11 | 1 | -2/+1 |
* | AvatarChooser: don't set contact_factory to NULL after unreffing. | Xavier Claessens | 2008-11-11 | 1 | -3/+2 |
* | AvatarChooser: Remove empathy_ prefix from static functions. | Xavier Claessens | 2008-11-11 | 1 | -10/+10 |
* | AvatarChooser needs no ContactFactory property; it's a singleton. | Xavier Claessens | 2008-11-11 | 3 | -32/+6 |
* | Coding style: no blank lines in local variable declarations | Xavier Claessens | 2008-11-11 | 1 | -4/+0 |
* | Coding style: use FIXME rather than TODO. | Xavier Claessens | 2008-11-11 | 1 | -5/+5 |
* | Coding style: only one blank line between functions. | Xavier Claessens | 2008-11-11 | 3 | -10/+0 |
* | Coding style: use braces for one-statement blocks in AvatarChooser | Xavier Claessens | 2008-11-11 | 1 | -9/+19 |
* | Check the contact factory is still ready when avatar picker is OKed. | Xavier Claessens | 2008-11-11 | 1 | -0/+13 |
* | Don't explicitly check for the new avatar being zero bytes | Xavier Claessens | 2008-11-11 | 1 | -1/+1 |
* | Don't clear user's avatar if a file can't be read. | Xavier Claessens | 2008-11-11 | 1 | -2/+0 |
* | Implement scaling and converting avatars before sending. | Xavier Claessens | 2008-11-11 | 1 | -65/+265 |
* | Make empathy_pixbuf_scale_down_if_necessary treat 0 as "no limit" | Xavier Claessens | 2008-11-11 | 1 | -1/+1 |
* | Track whether avatar is being set locally, or received from elsewhere. | Xavier Claessens | 2008-11-11 | 1 | -12/+17 |
* | Use e_avatar_chooser_clear_image() helper. | Xavier Claessens | 2008-11-11 | 1 | -1/+1 |
* | Ref result of empathy_contact_factory_get_tp_factory | Xavier Claessens | 2008-11-11 | 1 | -2/+2 |
* | Make avatar chooser (in)sensitive when the TpContactFactory becomes (not) ready | Xavier Claessens | 2008-11-11 | 1 | -10/+62 |
* | Update AvatarChooser::account when changed in ContactWidget | Xavier Claessens | 2008-11-11 | 1 | -0/+24 |
* | AvatarChooser: Add McAccount and EmpathyContactFactory properties | Xavier Claessens | 2008-11-11 | 3 | -4/+100 |
* | Add G_PARAM_STATIC_STRINGS to TpContactFactory properties | Xavier Claessens | 2008-11-11 | 1 | -8/+16 |
* | EmpathyTpContactFactory: add properties for avatar requirements | Xavier Claessens | 2008-11-11 | 1 | -3/+91 |
* | EmpathyTpContactFactory: get avatar requirements before becoming ready. | Xavier Claessens | 2008-11-11 | 1 | -9/+54 |
* | EmpathyTpContactFactory: split on-ready code out of got_self_handle_cb | Xavier Claessens | 2008-11-11 | 1 | -4/+22 |
* | EmpathyTpContactFactoryPriv: add fields for avatar requirements | Xavier Claessens | 2008-11-11 | 1 | -0/+9 |
* | Don't automatically resize and png-ify avatars. | Xavier Claessens | 2008-11-11 | 4 | -44/+62 |
* | Consolidate hardcoding avatars to PNG to one function. | Xavier Claessens | 2008-11-11 | 1 | -1/+7 |
* | Updated Spansih translation | Jorge Gonzalez Gonzalez | 2008-11-08 | 1 | -179/+218 |
* | Updated es translation (Jorge Gonzalez) | Jorge Gonzalez Gonzalez | 2008-11-08 | 1 | -47/+60 |
* | Add ru to gitignore | Xavier Claessens | 2008-11-04 | 1 | -1/+3 |
* | Update Ukrainian translation. | Maxim Dziumanenko | 2008-11-03 | 1 | -1522/+1345 |
* | Added Russian translation by Nikita Belobrov <qvzqvz@gmail.com>. | Nickolay V. Shmyrev | 2008-10-27 | 1 | -0/+775 |
* | Remove session information from Ekiga registration URL. (closes: #554938) | Frederic Peters | 2008-10-24 | 1 | -2/+1 |
* | Updated Greek translation (Nick Agianniotis). | Simos Xenitellis | 2008-10-23 | 1 | -164/+477 |
* | Updated th translation (Theppitak Karoonboonyanan) | Theppitak Karoonboonyanan | 2008-10-18 | 1 | -9/+6 |
* | Updated th translation (Theppitak Karoonboonyanan) | Theppitak Karoonboonyanan | 2008-10-18 | 1 | -70/+103 |
* | Updated es translation (Jorge Gonzalez) | Jorge Gonzalez Gonzalez | 2008-10-17 | 1 | -7/+15 |
* | Use l to iterate a GList, less confusing naming. | Xavier Claessens | 2008-10-17 | 1 | -3/+3 |
* | It is a map from pidgin to CM, not MC. | Xavier Claessens | 2008-10-17 | 1 | -10/+10 |
* | Split pidgin import code into its own module. It makes easier to add other im... | Xavier Claessens | 2008-10-17 | 5 | -283/+375 |
* | Connect to the "destroy" and "response" signals on the import window instead ... | Xavier Claessens | 2008-10-17 | 2 | -59/+59 |
* | Do not include accounts which don't have profile.. Also fix a leak. | Xavier Claessens | 2008-10-17 | 1 | -2/+7 |
* | Remove useless vars | Xavier Claessens | 2008-10-17 | 1 | -1/+0 |
* | Remove declaration of functions on top of import dialog file. | Xavier Claessens | 2008-10-17 | 1 | -29/+0 |
* | There is no reason for import_dialog_add_account to fail. | Xavier Claessens | 2008-10-17 | 1 | -7/+3 |
* | Be more careful in import_dialog_account_data_free | Xavier Claessens | 2008-10-17 | 1 | -2/+6 |
* | Remove useless include in main window | Xavier Claessens | 2008-10-17 | 1 | -1/+0 |
* | rename import boolean to import_asked. | Xavier Claessens | 2008-10-17 | 1 | -4/+3 |
* | Store the McProfile in AccountData instead of a string of the account name. (... | Jonny Lamb | 2008-10-17 | 1 | -34/+15 |
* | Call import_dialog_account_data_free to actually free the account data after ... | Jonny Lamb | 2008-10-17 | 1 | -5/+4 |
* | Do not store the account data in a G_TYPE_POINTER GValue but straight in the ... | Jonny Lamb | 2008-10-17 | 1 | -10/+4 |
* | Removed call to mc_accounts_filter and wrote another function to loop through... | Jonny Lamb | 2008-10-17 | 1 | -23/+24 |
* | Compare GLists to NULL instead of g_list_length(list) == 0. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -2/+2 |
* | Removed empathy_import_dialog_accounts_to_import to stop the accounts being p... | Jonny Lamb | 2008-10-17 | 3 | -57/+27 |
* | Moved some code around for clarity and also to parse accounts before the Glad... | Jonny Lamb | 2008-10-17 | 1 | -33/+30 |
* | Removed tabs from GConf schema. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -45/+45 |
* | Only display the importing result if there was a failure. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -19/+14 |
* | Ask whether to import if there are accounts to import on loading the account ... | Jonny Lamb | 2008-10-17 | 1 | -0/+34 |
* | Added GConf key EMPATHY_PREFS_IMPORT_ASKED. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 2 | -0/+15 |
* | Added empathy_import_dialog_accounts_to_import. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 2 | -0/+16 |
* | Automatically tick "import" only for accounts which are not already present i... | Jonny Lamb | 2008-10-17 | 1 | -1/+45 |
* | Make the parent of the import dialog be the parent of the warning message dia... | Jonny Lamb | 2008-10-17 | 1 | -3/+3 |
* | Display a warning when no accounts could be found for importing. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -6/+26 |
* | Check whether ~/.purple/accounts.xml is readable before trying to read it. (J... | Jonny Lamb | 2008-10-17 | 1 | -1/+8 |
* | Use g_ascii_strtod instead of sscanf. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -2/+2 |
* | Use tp_strdiff instead of strcmp. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -18/+18 |
* | Added import_dialog_free and actually destroy the importer when finished impo... | Jonny Lamb | 2008-10-17 | 1 | -2/+9 |
* | Actually add the accounts when the user presses OK. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -7/+54 |
* | Renamed import_dialog_add_accounts to import_dialog_add_accounts_to_model to ... | Jonny Lamb | 2008-10-17 | 1 | -2/+2 |
* | Added more whitespace between indentations and comments. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -1/+4 |
* | Fill the tree view with Pidgin accounts to import. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -14/+19 |
* | Set a height request of 200px for the treeview widget. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -0/+1 |
* | Re-wrote the UI of the importer dialog. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 2 | -33/+250 |
* | Fix wrong condition in import_dialog_pidgin_parse_setting(). | Xavier Claessens | 2008-10-17 | 1 | -1/+1 |
* | Add comments and cleanup the pidgin importer. Account settings are now import... | Xavier Claessens | 2008-10-17 | 1 | -141/+152 |
* | Renamed static empathy_import_dialog_* functions to import_dialog_*. (Jonny L... | Jonny Lamb | 2008-10-17 | 1 | -29/+29 |
* | Simplified the node looping code further. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -69/+66 |
* | Use a different loop with nodes to shorten code. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -3/+1 |
* | Added another empty line between function declaration and code. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -0/+1 |
* | Avoid using gtk_widget_show_all and show each widget separately. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -2/+3 |
* | Added a missing g_free. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -0/+2 |
* | Make EmpathyImportDialog a singleton. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -3/+8 |
* | Name imported accounts in the same way as a new account does. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -5/+10 |
* | Changed import button to "Import Accounts...". (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -1/+1 |
* | Added spacing of 6 to "Import accounts" button. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -0/+1 |
* | Moved to Collabora coding style. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -287/+308 |
* | Added an "Import accounts" button to the accounts dialog. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 2 | -11/+44 |
* | Removed import dialog references from main window. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -10/+0 |
* | Fixed typos of constants in the import dialog. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -3/+3 |
* | Fixed part of dialog, as per Xavier's comments. | Jonny Lamb | 2008-10-17 | 2 | -93/+74 |
* | Added an account importer dialog. Fixes bug #541060 (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 5 | -0/+466 |
* | Use alphabetical order in makefile | Xavier Claessens | 2008-10-17 | 1 | -12/+12 |
* | Updated el translation | Nikos Charonitakis | 2008-10-14 | 1 | -684/+801 |
* | Updated Danish translation (Kenneth Nielsen) | Kenneth Nielsen | 2008-10-14 | 1 | -7/+24 |
* | Update gitignore | Xavier Claessens | 2008-10-13 | 1 | -0/+1 |
* | empathy-contact-menu.c: store the chatroom instead of the channel in contact_... | Xavier Claessens | 2008-10-13 | 1 | -12/+13 |
* | empathy-contact-menu.c: use new empathy_chatroom_manager_new API | Xavier Claessens | 2008-10-13 | 1 | -1/+1 |
* | Change menu entry to 'Invite to chatroom' | Xavier Claessens | 2008-10-13 | 1 | -1/+1 |
* | Actually invite contact to chatroom. Fixes bug #496100 (Guillaume Desmottes). | Xavier Claessens | 2008-10-13 | 1 | -9/+61 |
* | Display invite menu entry in the contact menu | Xavier Claessens | 2008-10-13 | 2 | -0/+93 |
* | Update python bindings | Xavier Claessens | 2008-10-13 | 1 | -6/+3 |
* | empathy_chatroom_manager_remove: when looking for the chatroom to remove chec... | Xavier Claessens | 2008-10-13 | 1 | -1/+2 |
* | empathy_chatroom_equal: use tp_strdiff instead of g_str_equal | Xavier Claessens | 2008-10-13 | 1 | -3/+3 |
* | check-empathy-chatroom-manager.c: factor out change_account_name_in_file | Xavier Claessens | 2008-10-13 | 1 | -36/+35 |
* | check-empathy-chatroom-manager.c: check the result of system() | Xavier Claessens | 2008-10-13 | 1 | -1/+7 |
* | empathy_chatroom_set_auto_connect: notify the favorite property change if needed | Xavier Claessens | 2008-10-13 | 1 | -0/+1 |
* | chatroom-manager: add_chatroom: connect the 'notify' signal instead of each s... | Xavier Claessens | 2008-10-13 | 1 | -9/+1 |
* | reuse test account instead of creating one at each test to avoid to pollute g... | Xavier Claessens | 2008-10-13 | 4 | -16/+29 |
* | empathy-chat-window: use new chatroom mgr API | Xavier Claessens | 2008-10-13 | 1 | -1/+1 |
* | remove empathy_chatroom_manager_store from the API as it's became useless | Xavier Claessens | 2008-10-13 | 2 | -9/+0 |
* | empathy-chatrooms-window: no need to call empathy_chatroom_manager_store anymore | Xavier Claessens | 2008-10-13 | 1 | -1/+0 |
* | disconnect chatroom signals when they are removed from the mgr | Xavier Claessens | 2008-10-13 | 1 | -10/+24 |
* | automatically save the chatroom mgr XML file when one chatroom is modified | Xavier Claessens | 2008-10-13 | 2 | -4/+87 |
* | chatroom-mgr: use a save timer instead of saving the file directly | Xavier Claessens | 2008-10-13 | 1 | -3/+40 |
* | only save the chatrooms xml when a favorite chatroom is added/removed | Xavier Claessens | 2008-10-13 | 1 | -2/+16 |
* | test empathy chatroom manager change favorite | Xavier Claessens | 2008-10-13 | 1 | -0/+65 |
* | chatroom-mgr: store the file when a chatroom changes its favorite state | Xavier Claessens | 2008-10-13 | 1 | -2/+22 |
* | test favorite change | Xavier Claessens | 2008-10-13 | 1 | -0/+31 |
* | test empathy_chatroom_manager_remove | Xavier Claessens | 2008-10-13 | 1 | -0/+56 |
* | test empathy_chatroom_manager_add | Xavier Claessens | 2008-10-13 | 1 | -0/+65 |
* | check_chatrooms_list: don't depend on the order of the chatrooms in the list | Xavier Claessens | 2008-10-13 | 1 | -5/+22 |
* | factor out check_chatrooms_list | Xavier Claessens | 2008-10-13 | 1 | -30/+35 |
* | factor out check_chatroom | Xavier Claessens | 2008-10-13 | 1 | -9/+18 |
* | test chatroom xml parsing | Xavier Claessens | 2008-10-13 | 1 | -0/+37 |
* | fix leak in destroy_test_account | Xavier Claessens | 2008-10-13 | 1 | -0/+2 |
* | rename remove_account_from_gconf to destroy_test_account and destroy the acco... | Xavier Claessens | 2008-10-13 | 4 | -11/+8 |
* | factor out create_test_account | Xavier Claessens | 2008-10-13 | 4 | -8/+18 |
* | move empathy specifc helpers to check-empathy-helpers | Xavier Claessens | 2008-10-13 | 7 | -102/+160 |
* | load the chatrooms sample XML file | Xavier Claessens | 2008-10-13 | 1 | -1/+20 |
* | add 2 chatrooms to chatrooms-sample.xml | Xavier Claessens | 2008-10-13 | 1 | -1/+14 |
* | add remove_account_from_gconf to check-helpers | Xavier Claessens | 2008-10-13 | 2 | -0/+67 |
* | fake the profile and the CM for tests | Xavier Claessens | 2008-10-13 | 4 | -3/+13 |
* | factor out get_xml_file, get_user_xml_file and copy_xml_file | Xavier Claessens | 2008-10-13 | 4 | -73/+44 |
* | copy chatrooms xml file instead of using the sample one for tests | Xavier Claessens | 2008-10-13 | 1 | -1/+30 |
* | move xml/chatrooms.xml to xml/chatrooms-sample.xml | Xavier Claessens | 2008-10-13 | 2 | -1/+4 |
* | rename check-empathy-irc-chatroom-manager.c to check-empathy-chatroom-manager.c | Xavier Claessens | 2008-10-13 | 2 | -3/+2 |
* | check-empathy-chatroom: unref and destroy the account | Xavier Claessens | 2008-10-13 | 1 | -2/+5 |
* | add a test file for EmpathyChatroomManager | Xavier Claessens | 2008-10-13 | 6 | -2/+47 |
* | add the file path as arg to empathy_chatroom_manager_new | Xavier Claessens | 2008-10-13 | 5 | -7/+9 |
* | chatroom-manager: set the file path as a property | Xavier Claessens | 2008-10-13 | 1 | -35/+104 |
* | add EmpathyChatroom tests | Xavier Claessens | 2008-10-13 | 4 | -1/+132 |
* | auto-connect implies favorite | Xavier Claessens | 2008-10-13 | 1 | -0/+11 |
* | dispatcher: store a ref on the ChatroomManager | Xavier Claessens | 2008-10-13 | 1 | -21/+56 |
* | rename chatroom_invalidated_cb to dispatcher_chatroom_invalidated_cb | Xavier Claessens | 2008-10-13 | 1 | -6/+6 |
* | empathy-dispatcher: use new API of EmpathyChatRoom | Xavier Claessens | 2008-10-13 | 1 | -1/+2 |
* | add joined room to EmpathyChatroomManager. Fixes bug #542176 (Guillaume Desmo... | Xavier Claessens | 2008-10-13 | 1 | -0/+75 |
* | Save chatrooms to XML only if they are marked as favorite | Xavier Claessens | 2008-10-13 | 1 | -0/+7 |
* | add a favorite and tp-channel property to EmpathyChatroom | Xavier Claessens | 2008-10-13 | 1 | -0/+54 |