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
AgeCommit message (Expand)Author
2008-07-09snagged tango security icons from gnome-icon-themeBrendan Taylor
2008-07-04fix GroupchatControl session-related TBBrendan Taylor
2008-07-02Added a function to check for specific features. This makesjs
2008-07-01Use caps to determine remote clients' support for specific features.js
2008-06-29fix esession togglingBrendan Taylor
2008-06-29make esession authentication warning less obtrusiveBrendan Taylor
2008-06-16don't allow /ping command for zeroconf account. Fixes #3685Yann Leboulanger
2008-06-14pass the ChatControl around with printed_chat eventsBrendan Taylor
2008-06-09-Set General and Observer group directly in contact instance, instead of calc...Jean-Marie Traissard
2008-06-08Don't return 1 on error, but None. 1 could also be a message ID.js
2008-06-08* Fix passing of message ID.js
2008-06-08Completely remove OTR.js
2008-06-05Regroup window.present() calls. See #3908.Jean-Marie Traissard
2008-06-03don't assign a session to a control until it's neededBrendan Taylor
2008-05-31fix on_vadjustment TBBrendan Taylor
2008-05-30check active tab with control variable, not jid. fixes #3876Yann Leboulanger
2008-05-24reuse chat controls after session terminationBrendan Taylor
2008-05-20Revert r9682, it was a bad idea. The solution is not to send thejs
2008-05-20Send thread ID on ending OTR session so that self.session is definedjs
2008-05-19update_ui() doesn't call update_otr(). We want update_otr() here.js
2008-05-19Coding style.js
2008-05-19Lock icon didn't show authenticated correctly. Fixed.js
2008-05-18Renable OTR. I found a way no messages will get lost, but it's morejs
2008-05-17Don't show events from buttons in advanced menu, only show them whenjs
2008-05-14moved session.remove_events. fixes #3942Brendan Taylor
2008-05-13fixed tab/space consistencyBrendan Taylor
2008-05-13merged in session-centric branch, with fixes for OTR compatibilityBrendan Taylor
2008-05-11Reverted r9614 and r9615.js
2008-05-11merged in session_centric branchBrendan Taylor
2008-05-11Store otr_userstates at the right place and create it the right way.js
2008-05-10* Add button for new chat window GUI.js
2008-05-09Added OTR support.js
2008-05-09Added bookmarks for *EVERY* button in chat window and GC window.js
2008-05-07Improve the last commit, popup is shown under the button now.js
2008-05-07Make Alt-A work again.js
2008-05-07* Converted GC to new GUI as well.js
2008-05-05Why enforce /say if we can just imply /say when it's a not implementedjs
2008-05-05Redesign the chat window GUI. Should be more userfriendly now.js
2008-05-04pm bugfixBrendan Taylor
2008-05-03pm fixesBrendan Taylor
2008-05-02fixed groupchatBrendan Taylor
2008-04-30multiple chat session windows per contact. groupchat and pms broken.Brendan Taylor
2008-04-20Port roster_window to gtk.TreeModelFilter.Stephan Erb
2008-04-18http://python.org/dev/peps/pep-0008/ " Comparisons to singletons like None sh...Jean-Marie Traissard
2008-04-17move functions that build icons to gtkgui_helpers instead of roster_window. F...Yann Leboulanger
2008-03-23chat_control : fix possible var name confusionJean-Marie Traissard
2008-03-20roster.on_quit_request() cleanups :Jean-Marie Traissard
2008-03-20do not redraw_tab too much if not neededJean-Marie Traissard
2008-03-17Warn user when database is corrupted and unreadable. Fixes #3761Yann Leboulanger
2008-03-12Correctly remove highlighted messages events when scrolling at end of textview.Jean-Marie Traissard