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 (Collapse)Author
2017-07-02Rename src directoryAndré Apitzsch
2017-02-05Update strings for better english. Thanks to Allan Nordhøy for the suggestionsYann Leboulanger
2016-06-16fix length of printed string in about tab of vcard windowYann Leboulanger
2016-06-16fix about tab in vcardYann Leboulanger
2014-11-12remove all icons for all menusYann Leboulanger
2014-01-02Copyright 2013>2014Denis Fomin
2013-08-16show error dialog of profile window transient for profile window. see #7185Yann Leboulanger
2013-08-15[Darlan] improve some strings. Fixes #7239Yann Leboulanger
2013-07-28GObject.* -> GLib.*Yann Leboulanger
2013-04-05update my copyrightYann Leboulanger
2013-01-08fix some popup menusDenis Fomin
2013-01-03close file automaticalyDenis Fomin
2013-01-03fix set avatarDenis Fomin
2013-01-02remove has_key()Yann Leboulanger
fix base64 calls (requires and returns bytes, not str)
2013-01-02fix exception handlingYann Leboulanger
2013-01-01python uses unicode internallyYann Leboulanger
2012-12-31fix profile windowDenis Fomin
2012-12-31fix pixbuf saves and missing importDenis Fomin
2012-12-28more GTK3 fixesYann Leboulanger
2012-12-23start porting Gajim to gobject introspection and GTK3Yann Leboulanger
2012-07-06fix set parent window for ProfileWindow and ChoseGPGKeyDialog.Denis Fomin
2012-07-05Set parent window for ProfileWindow. See #7184.Denis Fomin
2012-06-28Set focus on ok button when switch profile window page.Denis Fomin
2012-04-18better handling of several phone numbers in vcard. Fixes #5439Yann Leboulanger
2012-01-12upgrade copyrightYann Leboulanger
2011-03-21profile window.set transient for roster windowDenis Fomin
2010-11-26use NEC to handle vcard eventsYann Leboulanger
2010-11-09use NEC to handle vcard (not) published eventsYann Leboulanger
2010-09-01add missing import. Fixes #5875Yann Leboulanger
2010-05-11check birthday date format when editing profile window. Fixes #5692Yann Leboulanger
2010-03-11update my copyright to 2010Yann Leboulanger
2010-02-10fix pylint warningsYann Leboulanger
2010-02-08convert tabs to spaces in source code thanks to reindent.pyÉric Araujo
holy diff batman!
2010-01-22Bye bye glade, Hi gtk builder. Fixes #4945Yann Leboulanger
2009-11-30Small cleanups for avatar save. Also fixes #5461.Stephan Erb
* set default file type for avatars centrally * remove client side decision logic determing if a avatar loookup shall happen for a groupchat contact or for a normal contact * remove unused method (this one was triggering the traceback in #5461)
2009-11-25Big portion of doc-string refactoringAlexander Cherniuk
2009-11-25fix traceback when using a non-BOSH proxy. Fixes #5449Yann Leboulanger
2009-11-22Fixed refactoring artifactred-agent
2009-11-16Various pep-related cleanups.Stephan Erb
Most important change is that pep send/retract functions no reside on the ConnectionPEP object.
2008-12-04[thorstenp] remove whitespace at eolYann Leboulanger
2008-12-03[thorstenp] fix possible undefined loop variablesYann Leboulanger
2008-12-02[thorstenp] remove useless importYann Leboulanger
2008-10-21revert thorstenp patches for now. They introduce bugs.Yann Leboulanger
2008-10-20[thorstenp] remove useless importYann Leboulanger
2008-10-08[thorstenp] replace has_key by key in dict. Fixes #4392Yann Leboulanger
2008-08-15See #4200.Julien Pivotto
* remove js from some headers * set coding:utf-8 to allow real names in headers
2008-08-15 * Big headers reviewJulien Pivotto
* Remove some licencing problems * To do: same for images * See #4200
2008-07-29For historical reasons, we have a tab width of 3. This is strange, butjs
we have that in all files. To at least lesser the confusion a bit, add vim tags for that. Additionally, fix wrong #! in a few files.
2008-05-06[Florob] Send and handle nicknames reveices through PEP. Fixes #3651Yann Leboulanger
2008-02-14use timeout_add_seconds instead of timeout_add (when it's available), more ↵Yann Leboulanger
efficient. fixes #3734, #3736