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 (Collapse)Author
2008-08-08Add a tooltip to the XEP-0184 warning iconJulien Pivotto
2008-08-072 less blocking windowsYann Leboulanger
2008-08-07Don't print twice "ping? pong" when using /ping command in a pm.Julien Pivotto
2008-08-07missing fileYann Leboulanger
2008-08-07less and less blocking dialogsYann Leboulanger
2008-08-07fix zeroconfYann Leboulanger
2008-08-07register Disconnect handler soon enoughYann Leboulanger
2008-08-07one less blocking dialogYann Leboulanger
2008-08-07make EditGroups and ChangePassword dialogs asynchronous. see #4147Yann Leboulanger
2008-08-07Coding styleStephan Erb
2008-08-06It does not need to be a message.js
2008-08-05Just a test if this is more user friendly. If not, revert.js
2008-08-05update correctly self contact when we get PEP info. fixes #4145Yann Leboulanger
2008-08-05implement legacy pep protocol (v1.3). Fixes #4146Yann Leboulanger
2008-08-04typoYann Leboulanger
2008-08-04fix call to get_status_messageYann Leboulanger
2008-08-04make ChangeStatusMessageDialog asychronous. see #4147Yann Leboulanger
2008-08-04make gtkexcepthook dialog non modal. fixes #4148Yann Leboulanger
2008-08-04fix printing of sent zeroconf messages. fixes #4051Yann Leboulanger
2008-08-04make back strings translatableYann Leboulanger
2008-08-04Make "This message is encrypted" bodies consistent.js
2008-08-04Update counting of online transports when a transport change status.Jean-Marie Traissard
2008-08-04save config on quitting Gajim. see #4174Yann Leboulanger
2008-08-04don't indent status row in systray tooltip. fixes #4171Yann Leboulanger
2008-08-03notify GUI about ERROR presences. Fixes #3667Yann Leboulanger
2008-08-03attach an unencrypted explanatory body to XEP-0200 encrypted messagesBrendan Taylor
2008-08-02fix a translatable stringYann Leboulanger
2008-08-02comment a string on which xgettext fails. see #4166Yann Leboulanger
2008-08-01windows steal focus when clicking on systray. fixes #4168Yann Leboulanger
2008-08-01left click on systray under windows show pending events if there are. fixes ↵Yann Leboulanger
#4167
2008-08-01fix some translated stringsYann Leboulanger
2008-08-01don't translate empty string. fixes #4170Yann Leboulanger
2008-08-01prevent a traceback. fixes #4169Yann Leboulanger
2008-08-01[avm] allow to search contact in roster by typing the middle of the name, ↵Yann Leboulanger
not only the begining
2008-08-01[avm] prevent eating up the passphrase when you fail to enter it 2 times, ↵Yann Leboulanger
but succeed on the 3rd. see #4164
2008-08-01fix some typo. see #4166Yann Leboulanger
2008-08-01better transltion strings. see #4166Yann Leboulanger
2008-08-01handle XEP-0200 encrypted messages with extra unencrypted bodiesBrendan Taylor
2008-08-01don't delay click on systray if there is no waiting event. Fixes #2932Yann Leboulanger
2008-08-01fix traceback when canceling GPG passphrase dialogYann Leboulanger
2008-07-31[avm] add a PassphraseRequest class that queue GPG passphrase requests. ↵Yann Leboulanger
Fixes #4164
2008-07-31Some coding standards.Stephan Erb
2008-07-31don't look for a contact when we double click on an account rowYann Leboulanger
2008-07-31implement double_click in systray. see #2932Yann Leboulanger
2008-07-31block adding ourself in our roster. Fixes #4073Yann Leboulanger
2008-07-31Use InvitationReceivedDialog asynchronously. see #4147Yann Leboulanger
2008-07-31use PassphraseDialog only asynchronously. see #4147Yann Leboulanger
2008-07-30TrackMusickListener (so is PublishTune) is available only if dbus id ↵Yann Leboulanger
supported. Fixes #4153
2008-07-30handle disconnection while insecure connetion dialog is opened. fixes #4138Yann Leboulanger
2008-07-30Fix a TB.js