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
2006-10-14do not use plural in ace commentNikos Kouremenos
2006-10-14do not allow to join a room with the jid of an opened chat window. fixes #2558Yann Leboulanger
2006-10-14only show corresponding lines in actions/advanced menuStefan Bethge
2006-10-14fix #2551Stefan Bethge
2006-10-13same as [7234]Dimitur Kirov
2006-10-13don't dist defs.py.in from commonDimitur Kirov
2006-10-13move defs.py.in in data/ dirDimitur Kirov
2006-10-13update instantly privacy_lists window when we add or remove a privacy list in...Yann Leboulanger
2006-10-13remove unneeded self variableYann Leboulanger
2006-10-13do not allow to create a privacy lists with an empty name. fixes #2541Yann Leboulanger
2006-10-12prevent TB, call set_active() with jid without resource if we open window wit...Yann Leboulanger
2006-10-12add a defs.py to svn for windows usersYann Leboulanger
2006-10-12fixes behaviour when contact with sevral resources sends us messages and we c...Yann Leboulanger
2006-10-12do not align jid to bottom in roster tooltipsYann Leboulanger
2006-10-12fix #2555Stefan Bethge
2006-10-12Correct tooltips after zeroconf merge. Fixes #2554.Jean-Marie Traissard
2006-10-12fix #2545, pop up error message when publishing failsStefan Bethge
2006-10-12Use "group chat" instead of "room" in all strings. Fixes #2523.Jean-Marie Traissard
2006-10-12Keep precedent config about playing muc_received_sound or notJean-Marie Traissard
2006-10-12fix problems when local account is deleted in config fileStefan Bethge
2006-10-12mention new build system in ChangeLog andDimitur Kirov
2006-10-12split error for unable to bind to portDimitur Kirov
2006-10-12include patch from misc@zarb.org to only show lock on tlsStefan Bethge
2006-10-12import once sqlite and logger and exceptsion in optparser.pyNikos Kouremenos
2006-10-12add more descriptive note for svn users aboutDimitur Kirov
2006-10-12py25 comes with pysqlite module in the stdlibNikos Kouremenos
2006-10-12put a commentNikos Kouremenos
2006-10-12patch from 2553Dimitur Kirov
2006-10-12[gjc] handle the case when gnomekeyring is present, but daemon is not runningYann Leboulanger
2006-10-11add a note to svn usersDimitur Kirov
2006-10-11remove unneeded fileDimitur Kirov
2006-10-11keep defs in defs.py.inDimitur Kirov
2006-10-11use 'muc_message_received' sound if it is enable without checking notify_on_a...Yann Leboulanger
2006-10-11temporary defs.py until defs.py.in arrives (ppl are so responsive !). fixes #...Yann Leboulanger
2006-10-11use defs file to look for COPYING, AUTHORS and THANKS files.Yann Leboulanger
2006-10-11removing dist files.Dimitur Kirov
2006-10-11adding Stefan to AUTHORS fileDimitur Kirov
2006-10-11patch form #2546Dimitur Kirov
2006-10-11merge autoconf additions to trunkStefan Bethge
2006-10-11merge zeroconf branch to trunkStefan Bethge
2006-10-10print error message instead of raising a TB when Dbus is not present and we t...Yann Leboulanger
2006-10-10remove a test that breaks Gajim, Nikos, look at what you wanted to do.Yann Leboulanger
2006-10-10fix wrong var name. fixes TBsYann Leboulanger
2006-10-10syntaxJean-Marie Traissard
2006-10-10ask os_info for observers. fixes #2476. the same happens (and cannot be fixed...Nikos Kouremenos
2006-10-10use introduced functionsNikos Kouremenos
2006-10-10intro is_hidden_from_roster and is_observerNikos Kouremenos
2006-10-10allow shutdown func now get the method we used to close the tab. So that we c...Yann Leboulanger
2006-10-10if not dbus, music track synching cannot happen no matter if user is not wind...Nikos Kouremenos
2006-10-10from common.exceptions import GajimGeneralException as GajimGeneralException ...Nikos Kouremenos