Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-11-03Minor refactoringred-agent
2009-11-02Fixed an issue with the bare command prefixred-agent
2009-11-02reorder imports in history_manager so that it can bu run. Fixes #5391Yann Leboulanger
2009-11-01update ft proxies listYann Leboulanger
2009-11-01fix exception handling in command systemYann Leboulanger
2009-11-01better error messageYann Leboulanger
2009-11-01merge backout branchYann Leboulanger
2009-11-01Backed out changeset f169c518cd8dYann Leboulanger
2009-11-01fix variable nameYann Leboulanger
2009-11-01replace all %d / %s things in SQL queries by ? for security reasonsYann Leboulanger
2009-11-01ignore unknown show types when we receive strange stanza.Yann Leboulanger
2009-10-31[Mattj] improve join groupchat behaviour. Fixes #5383Yann Leboulanger
2009-10-31fix typo in a stringYann Leboulanger
2009-10-31ability to configure out/inmsgtxt color in preference window. Fixes #5372Yann Leboulanger
2009-10-31Merge changes from default branch into refactoring branchStephan Erb
2009-10-31Rename CacheItem.update to CacheItem.set_and_store as this seems more intense...Stephan Erb
2009-10-31Move compute_caps_hash from helpers to caps module.Stephan Erb
2009-10-31Move CapsCache global from gajim.capscache to caps.capscache.Stephan Erb
2009-10-30fix variable name. Fixes #5379Yann Leboulanger
2009-10-30remove hack I did for #5366, It was most probably due to #5375. see #5366, #5375Yann Leboulanger
2009-10-30prevent traceback when changing resource of a control when there is no event ...Yann Leboulanger
2009-10-29connect some missing handlers in chat control context menu. Fixes #5369Yann Leboulanger
2009-10-29use correct function for plural forms translationYann Leboulanger
2009-10-29merge jingle branch to default brancheYann Leboulanger
2009-10-29switch from gtk.Tooltips to gtk.Tooltip. Fixes #3471Yann Leboulanger
2009-10-29Merge default to jingleThibaut GIRKA
2009-10-29Avoid insane recursionThibaut GIRKA
2009-10-29Move common part of Contact and GC_Contact into a new CommonContact class.Stephan Erb
2009-10-29fix traceback with bash completionYann Leboulanger
2009-10-28prevent a traceback which happen with obscure reasons. Fixes #5366Yann Leboulanger
2009-10-28[MattJ] re-fix /join command. already done in [8116020da28c]Yann Leboulanger
2009-10-28don't try to add an id to all outgoing messages. It's useless. Fixes #5355Yann Leboulanger
2009-10-28Add missing local variable in resource submenu builderStephan Erb
2009-10-28remove some deprecated iconsets. Fixes #5284Yann Leboulanger
2009-10-28call some upgrade config function that were not in 0.12.5 and are needed for ...Yann Leboulanger
2009-10-28[louizatakk] better bash completion. Fixes #5353Yann Leboulanger
2009-10-28remove the possibility to configure systray if module is not available. Fixes...Yann Leboulanger
2009-10-28we can now drop in the middle of a metacontact. Fixes #4804Yann Leboulanger
2009-10-28Work around potential NoneType in obscure function _is_buggy_gajim()'Stephan Erb
2009-10-28Merge changes from default branch into refactoring branchStephan Erb
2009-10-28Update a few outdated comments.Stephan Erb
2009-10-28Swtich from old to new caps API.Stephan Erb
2009-10-27Redistribute responsibility: Let contact instances check if features are supp...Stephan Erb
2009-10-27[Stepan Kasal] fix italic detection with //. Fixes #4217Yann Leboulanger
2009-10-27rename roster_contact_context_menu.glade to contact_context_menu.gladeYann Leboulanger
2009-10-27merge roster_contact_context_menu.glade, chat_control_popup_menu.glade and ze...Yann Leboulanger
2009-10-27move and refactore some menu function from roster_window.py to gui_menu_build...Yann Leboulanger
2009-10-26fix name of variable (window -> dialog) Fixes #5360Yann Leboulanger
2009-10-26Two small caps enhancements.Stephan Erb
2009-10-26Duplicate 'supports' feature for GC_CONTACTS. TODO: Unify Contacts and GC_Con...Stephan Erb