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
2005-12-20also catch irc:// linksNikos Kouremenos
2005-12-20we can add big smeileysYann Leboulanger
2005-12-20[Sef] don't duplicate log lines in groupchatYann Leboulanger
2005-12-20fix TB (missing self.)Yann Leboulanger
2005-12-20Show no JEP-85 status in the chat banner when the contact is offline; closes ...Travis Shirk
2005-12-20add some fixmes for bad stringsNikos Kouremenos
2005-12-19revert my previous fix, and just don't take into account the click on go butt...Yann Leboulanger
2005-12-19remove event from queue as soon as we click notification windowYann Leboulanger
2005-12-19add missing headerNikos Kouremenos
2005-12-18don't draw twice the disco treeview when we click twice quickly the go buttonYann Leboulanger
2005-12-18fix color parserYann Leboulanger
2005-12-18fix more interrupt system callYann Leboulanger
2005-12-15when threading problem, just migrate in the backgrounds instead of with a GUIYann Leboulanger
2005-12-15if migration fails (python2.3 for ex) Gajim shows a dialog and exitYann Leboulanger
2005-12-15don't play thousands of sounds at startupYann Leboulanger
2005-12-15set policy to never when needed to height is goodYann Leboulanger
2005-12-15clean up code [we do not need to touch horizontal on checking on height] add ...Nikos Kouremenos
2005-12-14we now show horizontal scrollbar when we want to send loooong wordYann Leboulanger
2005-12-14don't send active chatstate to non-active tabYann Leboulanger
2005-12-14remove the check of line_already_in_db for gc_message that make gajim slow wh...Yann Leboulanger
2005-12-14load_iconset return {} if path doesn't existsYann Leboulanger
2005-12-14gajim-remote get_status without account now return global statusYann Leboulanger
2005-12-14remove old images when we change to an iconset that has no 32x32 iconsYann Leboulanger
2005-12-14ask kind which is always 1byteNikos Kouremenos
2005-12-14SLELCT log_line_id instead of message when looking if log line is already in ...Yann Leboulanger
2005-12-14don't remove contact in gc roster when he leaves if there are awaiting events...Yann Leboulanger
2005-12-14one more check to not TB:Yann Leboulanger
2005-12-14typoYann Leboulanger
2005-12-14don't crash if we open a pm after he left the roomYann Leboulanger
2005-12-14clean message textview after we enter a commandYann Leboulanger
2005-12-13cleanup in iter compare function (thx SF)Yann Leboulanger
2005-12-13always create the ['32'][transport] list, even if it's emtpy (load_iconset ch...Yann Leboulanger
2005-12-13fix bug: argument in print_real_text is a list, not a stringYann Leboulanger
2005-12-13[nkour] don't logger groupchat messages that are older that now and already i...Yann Leboulanger
2005-12-13send_on_ctrl_enter works as it should; now works in GC tooNikos Kouremenos
2005-12-12typoNikos Kouremenos
2005-12-12fix a testing to be better when 32x32 is not at all thereNikos Kouremenos
2005-12-12margin 80Nikos Kouremenos
2005-12-12fallback to dcraven for windoz tooNikos Kouremenos
2005-12-12default to 16x16 for gc rosterNikos Kouremenos
2005-12-12use else block in notify for failsafe valuesNikos Kouremenos
2005-12-12failsafe to dcravenNikos Kouremenos
2005-12-12we now use 32x32 in Tabbed Chat banner img for state; and can control the siz...Nikos Kouremenos
2005-12-12default to dcraven iconsetNikos Kouremenos
2005-12-12remove chekcing for dotNikos Kouremenos
2005-12-12clean up logic; prevent a tb in WindozNikos Kouremenos
2005-12-12add catching for links and emots in history windowNikos Kouremenos
2005-12-12when we click on sign in/out notification window, open a chat windowYann Leboulanger
2005-12-12single message now has conversation_textview so it prints urls and smeileysYann Leboulanger
2005-12-12split print_conversation_line into sevral functionsYann Leboulanger