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
2014-10-17Close branch refactoring, which got merged to trunk in changeset 11433:3921c9...refactoringEmmanuel Gil Peyrot
2009-11-16Merge changes from default branch into refactoring branchStephan Erb
2009-11-16Various pep-related cleanups.Stephan Erb
2009-11-16properly decode string in history manager. Fixes #5430Yann Leboulanger
2009-11-16Remove different dicts for tune, activity and mood and from now on only use t...Stephan Erb
2009-11-16Similar to update_pep, unify towards draw_pep of the RosterWindow.Stephan Erb
2009-11-16Apply coding standards.Stephan Erb
2009-11-16Unify update_mood, update_tune, update_activity by using a single update_pep(...Stephan Erb
2009-11-16Remove duplicated Icon determination logic used when drawing accounts.Stephan Erb
2009-11-15Fix a regression introduced by my last patchThibaut GIRKA
2009-11-15Refactorize a bit jingle.py and split it into different files.Thibaut GIRKA
2009-11-15Unify PEP cell_data_functions.Stephan Erb
2009-11-15Unify the PEP drawing methods in the RosterWindow.Stephan Erb
2009-11-15Create asPixbufIcon and asMarkupText functions on the UserActivity class.Stephan Erb
2009-11-15Use central event_handler in Interface() instead of updating the GUI directly...Stephan Erb
2009-11-15Unify updating of accounts and contact pep information. Implement and use asM...Stephan Erb
2009-11-15Removed unused code.Stephan Erb
2009-11-15Proof of concept: Move markup / pixbuf determination logic from the UI to the...Stephan Erb
2009-11-15Strip PEP info at the network level.Stephan Erb
2009-11-15Move common pep constructor logic to base class.Stephan Erb
2009-11-15Initial simplification of PEP data extraction by moving the extraction method...Stephan Erb
2009-11-14Make user_tune a instance method, not a function.Stephan Erb
2009-11-14Create a class for each PEP XEP that we support. Dispatch an event to the Int...Stephan Erb
2009-11-14Create a ConnectionPEP class and directly register its callback to handle pep...Stephan Erb
2009-11-14Fix error in the documentation of our xmpp dispatcher fork.Stephan Erb
2009-11-14[Jingle] User can send DTMF tones using the /dtmf commandThibaut GIRKA
2009-11-13blacklist jingle in caps. TYhis mean that if clientr don't support caps, we a...Yann Leboulanger
2009-11-13fix renaming an accountYann Leboulanger
2009-11-13update correctly version value. Fixes #5424, #5425Yann Leboulanger
2009-11-13Merge changes from default branch into refactoring branchStephan Erb
2009-11-13Merge local changes.Stephan Erb
2009-11-13Shrink public interface of the MetacontactManager.Stephan Erb
2009-11-13Test body received in several partYann Leboulanger
2009-11-12Try to handle incomplete HTTP. See #5401. Please test.Stephan Erb
2009-11-12Merge changes from refactoring branch back to defaultStephan Erb
2009-11-12Merge changes from default branch into refactoring branchStephan Erb
2009-11-12Remove caps which have not been seen for three months from the db.Stephan Erb
2009-11-11Inject account object instead of account string into contact instances.Stephan Erb
2009-11-11Split the 'account sensitive' parts of the Contacts class and move them to an...Stephan Erb
2009-11-11Fixed the /audio and /video commandsred-agent
2009-11-11Added /audio /video commandsred-agent
2009-11-10Alt-a -> Alt-d to open advanced action menu in (group)chat control. Fixes #5387Yann Leboulanger
2009-11-10Make the GC_Contacts class 'account insensitive'. Instead, create an Account ...Stephan Erb
2009-11-10Use implicit delegation with __getattr__ instead of explicit delegation via m...Stephan Erb
2009-11-10Create a GC_Contacts() class and move groupchat related behavior to it.Stephan Erb
2009-11-10Remove superfluous clear_contacts methodStephan Erb
2009-11-10Work around a reported NoneType exception.Stephan Erb
2009-11-09Filter duplicate groups centrally.Stephan Erb
2009-11-09Push method to check if a specific ClientCaps supports a feature down to the ...Stephan Erb
2009-11-08fix handler name in glade to change correct color when changing incoming nick...Yann Leboulanger