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 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
*
hindi translation committed by Rajesh Ranjan
Rajesh Ranjan
2008-09-08
3
-0
/
+1743
*
Updated pt translation (Duarte Loreto <happyguy_pt@hotmail.com>)
Duarte Loreto
2008-09-08
1
-103
/
+116
*
Translation updated.
Vincent van Adrighem
2008-09-07
2
-743
/
+2980
*
add WM_WINDOW_ROLE property to windows (closes: #551113)
Frederic Peters
2008-09-07
10
-0
/
+10
*
remove irc.oftc.net from Debian servers to limit confusion. Fixes bug #550556...
Xavier Claessens
2008-09-07
1
-1
/
+0
*
Hide the tab close button where there is a single tab (closes: #551096)
Frederic Peters
2008-09-07
1
-0
/
+18
*
move *.pc Requires to Requires.private
Xavier Claessens
2008-09-07
2
-2
/
+4
*
remove libtelepathy from *.pc Requires
Xavier Claessens
2008-09-07
2
-2
/
+2
*
Updated en_GB translation (Philip Withnall).
Philip Withnall
2008-09-07
1
-513
/
+597
*
Updated cs translation (Adrian Gunis).
Petr Kovář
2008-09-07
2
-35
/
+22
*
Updated Polish translation
Tomasz Dominikowski
2008-09-05
2
-18
/
+24
*
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
Alexander Shopov
2008-09-05
2
-246
/
+251
*
Updated Translation
Laurent Dhima
2008-09-04
2
-104
/
+101
*
Updated th translation (Theppitak Karoonboonyanan).
Theppitak Karoonboonyanan
2008-09-03
1
-17
/
+17
*
Updated sv translation
Daniel Nylander
2008-09-02
1
-18
/
+20
*
Updated Vietnamese translation
Nguyễn Thái Ngọc Duy
2008-09-02
2
-379
/
+417
*
Update translation
Kjartan Maraas
2008-09-02
1
-17
/
+21
*
Added th translation (Theppitak Karoonboonyanan).
Theppitak Karoonboonyanan
2008-09-01
2
-0
/
+1769
*
Bump version to 2.23.92
Xavier Claessens
2008-09-01
1
-1
/
+1
*
Support "blah (closes: #1234)" message format.
EMPATHY_2_23_91
Xavier Claessens
2008-09-01
1
-4
/
+13
*
Update LT version
Xavier Claessens
2008-09-01
1
-2
/
+2
*
Update NEWS
Xavier Claessens
2008-09-01
1
-0
/
+583
*
Updated fr translation (Robert-André Mauchin).
Robert-André Mauchin
2008-08-31
1
-23
/
+29
*
Updated pt_BR translation (Vladimir Melo).
Leonardo Ferreira Fontenelle
2008-08-31
2
-16
/
+13
*
Updated Galician translation
Ignacio Casal Quinteiro
2008-08-31
2
-20
/
+25
*
Updated Basque translation.
Inaki Larranaga Murgoitio
2008-08-30
1
-17
/
+21
*
Updated es translation (Jorge Gonzalez)
Jorge Gonzalez Gonzalez
2008-08-30
1
-10
/
+14
*
Updated es translation (Jorge Gonzalez)
Jorge Gonzalez Gonzalez
2008-08-30
1
-10
/
+10
*
Do not create a new EmpathyChatroom is it already exists.
Xavier Claessens
2008-08-30
1
-10
/
+18
*
Add a menu item in chat window to set the room as favorite
Xavier Claessens
2008-08-30
4
-1
/
+70
*
Updated Brazilian Portuguese translation (Vladimir Melo).
Og B. Maciel
2008-08-29
1
-13
/
+16
*
Reorder files in alphabetical order.
Xavier Claessens
2008-08-29
2
-74
/
+74
*
Correct the xml indentation
Xavier Claessens
2008-08-28
3
-66
/
+66
*
Update API doc and add a README to explain how to keep it updated.
Xavier Claessens
2008-08-28
5
-31
/
+44
*
Make sure to not unref tooltop_widget more than once
Xavier Claessens
2008-08-27
1
-2
/
+2
*
Keep a ref to the tooltip_widget so it is not recreated all the time.
Xavier Claessens
2008-08-27
1
-2
/
+20
*
Always return a new ref in empathy_contact_factory_get_tp_factory. Fixes bug ...
Xavier Claessens
2008-08-27
1
-4
/
+2
*
Update translation
Kjartan Maraas
2008-08-27
2
-62
/
+49
*
Updated Finnish translation
Ilkka Tuohela
2008-08-27
2
-69
/
+80
*
Updated cs translation (Adrian Gunis).
Petr Kovář
2008-08-27
1
-779
/
+658
*
Updated mk translation (Jovan Naumovski)
Jovan Naumovski
2008-08-27
1
-0
/
+1768
*
Updated mk translation (Jovan Naumovski)
Jovan Naumovski
2008-08-27
1
-0
/
+1
*
Updated Basque translation.
Inaki Larranaga Murgoitio
2008-08-26
1
-20
/
+26
*
don't use italic for status text in contact list (closes: #548632)
Frederic Peters
2008-08-26
1
-12
/
+6
*
Updated Arabic Translation by Youssef Chahibi.
Djihed Afifi
2008-08-26
1
-119
/
+125
*
Updated sv translation (Daniel Nylander)
Daniel Nylander
2008-08-26
1
-111
/
+116
*
Updated es translation (Jorge Gonzalez)
Jorge Gonzalez Gonzalez
2008-08-26
2
-119
/
+10
*
Updated Polish translation
Tomasz Dominikowski
2008-08-26
2
-52
/
+65
*
Conversion from sr@Latn to sr@latin
Goran Rakic
2008-08-25
3
-18
/
+23
*
Updated Galician translation
Ignacio Casal Quinteiro
2008-08-25
2
-9
/
+17
*
Hide the Notification preferences because we don't support it. Fixes bug #549...
Xavier Claessens
2008-08-25
1
-2
/
+0
*
Make Chat the default in New Conversation… dialog
Xavier Claessens
2008-08-25
1
-0
/
+1
*
Give Chat and Call accelerators in New Conversation dialog.
Xavier Claessens
2008-08-25
1
-2
/
+2
*
EmpathyContactWidget: correct typo, "hbow" -> "hbox"
Xavier Claessens
2008-08-25
1
-2
/
+2
*
added check for pygtk-codegen-2.0 and pygobject-codegen-2.0 as the latter
Frederic Peters
2008-08-25
3
-2
/
+3
*
Updated Brazilian Portuguese translation.
Og B. Maciel
2008-08-23
2
-10
/
+17
*
Updated French translation
Robert-André Mauchin
2008-08-22
2
-76
/
+58
*
Updated Spanish translation
Jorge Gonzalez Gonzalez
2008-08-22
2
-8
/
+15
*
Added entry for the Bengali India translation addtion and addition to LINGUAS
Runa Bhattacharjee
2008-08-21
1
-0
/
+5
*
Added Bengali India (bn_IN) to the list of languages
Runa Bhattacharjee
2008-08-21
1
-0
/
+1
*
Added Bengali India Translation
Runa Bhattacharjee
2008-08-21
1
-0
/
+1748
*
Added gujarati translation
Sweta Kothari
2008-08-21
3
-0
/
+1747
*
2.23.91
Chao-Hsiung Liao
2008-08-21
3
-126
/
+140
*
Change label in Accounts window from Undo to Cancel. (closes: #548709)
Frederic Peters
2008-08-21
1
-1
/
+1
*
Fixed two minor errors.
Leonardo Ferreira Fontenelle
2008-08-21
1
-3
/
+3
*
Updated Galician translation
Ignacio Casal Quinteiro
2008-08-21
2
-8
/
+15
*
don't list profiles twice. (closes: #548578)
Frederic Peters
2008-08-21
1
-1
/
+10
*
Use "Yahoo ID" instead of "Login ID" for Yahoo accounts. (closes: #548693)
Frederic Peters
2008-08-21
1
-1
/
+1
*
Updated Basque translation.
Inaki Larranaga Murgoitio
2008-08-21
2
-950
/
+988
*
Updated Translation
Laurent Dhima
2008-08-20
2
-954
/
+1422
*
don't let label text be selected in contact tooltip (closes: #546568)
Frederic Peters
2008-08-20
3
-4
/
+14
*
check there is an account before accessing it; prevents a segfault when calling
Frederic Peters
2008-08-20
1
-1
/
+3
*
Brazilian Portuguese translation updated by Fábio Nogueira and Leonardo
Leonardo Ferreira Fontenelle
2008-08-20
2
-159
/
+164
*
Updated Galician translation
Ignacio Casal Quinteiro
2008-08-20
2
-59
/
+60
*
Updated Spanish translation
Jorge Gonzalez Gonzalez
2008-08-19
2
-56
/
+60
*
Bump version to 2.23.91
Xavier Claessens
2008-08-19
1
-1
/
+1
*
Update NEWS
Xavier Claessens
2008-08-19
1
-0
/
+30
*
Update python binding
EMPATHY_2_23_90
Xavier Claessens
2008-08-19
1
-0
/
+17
*
Bump LT version
Xavier Claessens
2008-08-19
1
-4
/
+4
*
Do not display MSN Haze if butterfly is installed
Xavier Claessens
2008-08-19
1
-2
/
+14
*
If display name of the selected account changes, update the label.
Xavier Claessens
2008-08-19
1
-5
/
+41
*
When creating an account set its display name to "New Jabber account", when t...
Xavier Claessens
2008-08-19
1
-6
/
+39
*
Avoid crashing if mc_account_lookup returns NULL, it can happen when status o...
Xavier Claessens
2008-08-19
1
-0
/
+3
*
If adding a an account that is already in the treeview, simply update values....
Xavier Claessens
2008-08-19
1
-20
/
+17
*
Remove unused account_changed boolean
Xavier Claessens
2008-08-19
1
-1
/
+0
*
Use accounts_dialog_add_account() to add initial set of accounts
Xavier Claessens
2008-08-19
1
-53
/
+15
*
Rework the way the accounts dialog works
Xavier Claessens
2008-08-19
2
-156
/
+116
*
Do not crash if there is no salut profile installed
Xavier Claessens
2008-08-19
1
-0
/
+4
*
Updated the kn translations
Shankar Prasad
2008-08-18
2
-372
/
+408
*
Added kn
Shankar Prasad
2008-08-18
3
-0
/
+1747
*
Updated Norwegian bokmål translation.
Kjartan Maraas
2008-08-15
2
-198
/
+136
*
Updated pl translation (Tomasz Dominikowski)
Tomasz Dominikowski
2008-08-15
1
-76
/
+72
*
Remove empathy-properties.desktop.in from gitignore and POTFILES.skip
Xavier Claessens
2008-08-15
2
-3
/
+0
*
remove data/empathy-properties.desktop.in generation in configure.ac as
Frederic Peters
2008-08-15
1
-1
/
+0
*
Don't need separate "Empathy accounts" in preferences;
Colin Walters
2008-08-15
3
-16
/
+1
*
Reword presence handling. Save requested presence and correctly set auto-away...
Xavier Claessens
2008-08-14
1
-55
/
+61
*
reorder some functions
Xavier Claessens
2008-08-14
1
-23
/
+23
*
Do not stop and restart ext_away_timeout when already running.
Xavier Claessens
2008-08-14
1
-1
/
+3
*
Reorder functions to not have to declare them in the beginning of the file
Xavier Claessens
2008-08-14
1
-282
/
+259
*
Updated pt_BR translation (Djavan Fagundes)
Leonardo Ferreira Fontenelle
2008-08-14
1
-1059
/
+1249
*
Updated Finnish translation
Ilkka Tuohela
2008-08-13
2
-11
/
+19
*
Updated Spanish translation
Jorge Gonzalez Gonzalez
2008-08-13
2
-80
/
+91
*
Add QQ profile and icons
Xavier Claessens
2008-08-12
9
-1
/
+309
*
Add gadugadu profile and icons
Xavier Claessens
2008-08-12
9
-1
/
+244
*
Updated Galician translation
Ignacio Casal Quinteiro
2008-08-12
2
-55
/
+59
*
Rephrase sentence in edit contact dialog; fixes bug #547326.
Frederic Peters
2008-08-12
1
-1
/
+1
*
Show the main window by default on first run.
Xavier Claessens
2008-08-12
1
-1
/
+1
*
Updated pl translation (Tomasz Dominikowski).
Tomasz Dominikowski
2008-08-11
1
-504
/
+248
*
2.23.90
Chao-Hsiung Liao
2008-08-11
3
-4281
/
+2717
*
Adding Marathi(mr) to LINGUAS
Sandeep Shedmake
2008-08-11
1
-0
/
+1
*
Updated Marathi Translations
Sandeep Shedmake
2008-08-11
1
-0
/
+1773
*
Updated Finnish translation
Ilkka Tuohela
2008-08-10
2
-950
/
+1141
*
Updated pt translation (Duarte Loreto)
Duarte Loreto
2008-08-09
1
-1576
/
+1403
*
Add Marco Barisione to CONTRIBUTORS
Xavier Claessens
2008-08-09
2
-0
/
+2
*
Update credits for the about dialog.
Xavier Claessens
2008-08-09
1
-7
/
+26
*
Add some contributors and remove those who are already in AUTHORS
Xavier Claessens
2008-08-09
1
-2
/
+10
[next]