index
:
gsoc2013-empathy
archive-integration
master
Google Summer of Code 2013 - GNOME - Archive Integration workspace
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Updated es translation (Jorge Gonzalez)
Jorge Gonzalez Gonzalez
2008-10-13
1
-24
/
+32
*
Updated sv translation (Daniel Nylander)
Daniel Nylander
2008-10-10
1
-60
/
+62
*
Updated sv translation (Daniel Nylander)
Daniel Nylander
2008-10-10
1
-25
/
+31
*
Update
Kjartan Maraas
2008-10-07
1
-23
/
+31
*
use AM_PATH_PYTHON for Python detection (closes: #544029)
Frederic Peters
2008-10-06
1
-23
/
+15
*
Updated cs translation (Martin Picek and Lucas Lommer). Added Czech translati...
Petr Kovář
2008-10-06
4
-208
/
+878
*
Hungarian translation updated
Gabor Keleman
2008-10-06
1
-21
/
+31
*
Fix build error, empathy_theme_update_view return void.
Xavier Claessens
2008-10-06
1
-1
/
+1
*
Updated Galician Translation.
Ignacio Casal Quinteiro
2008-10-05
2
-1
/
+5
*
Updated Finnish translation
Ilkka Tuohela
2008-10-04
2
-18
/
+30
*
Updated Brazilian Portuguese translation.
Og B. Maciel
2008-10-04
2
-24
/
+36
*
Updated Galician translation
Ignacio Casal Quinteiro
2008-10-04
2
-24
/
+36
*
Mark some forgotten strings for translation (bug #553066)
Gabor Keleman
2008-10-04
1
-2
/
+2
*
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
Alexander Shopov
2008-09-30
2
-103
/
+36
*
Catch underscores in email addresses. (closes: #554284)
Frederic Peters
2008-09-29
1
-1
/
+1
*
Fix a typo in zh_CN.po
Yang Zhang
2008-09-26
1
-1
/
+1
*
Updated Galician Translation.
Ignacio Casal Quinteiro
2008-09-26
2
-1
/
+5
*
Updated zh_CN translation.
Funda Wang
2008-09-24
2
-41
/
+53
*
Fix for GTK+ adjustment policy enforcement:
Vincent Untz
2008-09-22
7
-8
/
+8
*
Updated the header of zh_CN.po
Yang Zhang
2008-09-22
1
-7
/
+7
*
Updated zh_CN translation
Yang Zhang
2008-09-22
1
-1225
/
+243
*
updated Russian translation
Alexandre Prokoudine
2008-09-22
2
-478
/
+420
*
Updated Arabic Translation by Anas Afif Emad.
Djihed Afifi
2008-09-21
2
-169
/
+81
*
Updated Danish translation
Kenneth Nielsen
2008-09-21
2
-21
/
+24
*
Updated sr translation
Goran Rakic
2008-09-20
2
-2596
/
+26172
*
Bump version to 2.25.1
Xavier Claessens
2008-09-20
1
-1
/
+1
*
Fix release script to correctly detect bug numbers
Xavier Claessens
2008-09-20
1
-1
/
+2
*
Fix condition to set labels selectable.
Xavier Claessens
2008-09-19
1
-3
/
+3
*
Do not crash if the chatroom's account has no connection. Fixes bug #550652.
Xavier Claessens
2008-09-19
1
-7
/
+9
*
Check if the return value of tp_contact_list_get_group() is !=NULL. Fixes bug...
Xavier Claessens
2008-09-19
1
-1
/
+3
*
Revert stupid test commit
Xavier Claessens
2008-09-19
1
-2
/
+0
*
Corrected shortcuts
Gabor Keleman
2008-09-19
1
-2
/
+2
*
Updated Japanese translation.
Takeshi AIHANA
2008-09-19
2
-238
/
+238
*
Updated German translation Added screenshots
Mario Blättermann
2008-09-19
3
-12
/
+11
*
teest
Xavier Claessens
2008-09-19
1
-0
/
+2
*
Updated German translation
Mario Blättermann
2008-09-19
2
-4
/
+9
*
Update gitignore
Xavier Claessens
2008-09-19
5
-4
/
+6
*
Minor fix to Catalan translation
Gil Forcada Codinachs
2008-09-19
1
-10
/
+9
*
hindi update by Rajesh Ranjan
Rajesh Ranjan
2008-09-18
1
-84
/
+97
*
hindi update by Rajesh Ranjan
Rajesh Ranjan
2008-09-18
2
-73
/
+79
*
Committed Translation by Sweta Kothari
Sweta Kothari
2008-09-18
2
-74
/
+88
*
2.24.0
Chao-Hsiung Liao
2008-09-18
3
-231
/
+149
*
Updated Arabic Translation by Youssef Chahibi.
Djihed Afifi
2008-09-18
1
-0
/
+4
*
Updated Lithuanian translation.
Gintautas Miliauskas
2008-09-18
2
-1297
/
+1350
*
Committed Translation by Sweta Kothari
Sweta Kothari
2008-09-17
2
-130
/
+145
*
Updated Danish translation
Kenneth Nielsen
2008-09-17
2
-860
/
+1572
*
Updated Catalan translation
Gil Forcada Codinachs
2008-09-17
2
-1013
/
+1186
*
Updated Marathi Transaltions
Sandeep Shedmake
2008-09-16
1
-92
/
+88
*
Malayalam translation updated by Ashik Salhudeen and me
Praveen Arimbrathodiyil
2008-09-16
1
-734
/
+1453
*
Updated Arabic Translation by Youssef Chahibi.
Djihed Afifi
2008-09-15
1
-0
/
+4
*
Updated ko translation (Changwoo Ryu).
Changwoo Ryu
2008-09-15
2
-0
/
+1753
*
Updated Arabic Translation by Youssef Chahibi.
Djihed Afifi
2008-09-14
1
-16
/
+21
*
Updated Finnish translation
Ilkka Tuohela
2008-09-14
2
-20
/
+25
*
Updated de translation (Jochen Skulj)
Jochen Skulj
2008-09-13
1
-277
/
+269
*
Updated Hungarian translation (Gabor Kelemen)
Gabor Keleman
2008-09-13
1
-437
/
+448
*
Updated Slovenian translation
Matej Urbančič
2008-09-10
1
-352
/
+390
*
Added it translation (Milo Casagrande).
Luca Ferretti
2008-09-10
4
-1
/
+678
*
Updated it translation (Milo Casagrande).
Luca Ferretti
2008-09-10
1
-1013
/
+1055
*
Updated zh_CN translation
Yang Zhang
2008-09-09
1
-715
/
+1492
*
Bump version to 2.24.0
Xavier Claessens
2008-09-09
1
-1
/
+1
*
Update NEWS
EMPATHY_2_23_92
Xavier Claessens
2008-09-09
1
-0
/
+20
*
Bump LT revision
Xavier Claessens
2008-09-09
1
-2
/
+2
*
Update python bindings
Xavier Claessens
2008-09-09
3
-1828
/
+1835
*
Remove debug messages introduced by error.
Xavier Claessens
2008-09-09
1
-5
/
+0
[next]