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
2006-10-11use defs file to look for COPYING, AUTHORS and THANKS files.Yann Leboulanger
2006-10-10from common.exceptions import GajimGeneralException as GajimGeneralException ...Nikos Kouremenos
2006-10-08use GajimGeneralException instead of RuntimeError everywhere we meant to use ...Nikos Kouremenos
2006-10-07introduce GajimGeneralException and use that instead of RunTimeError when rai...Nikos Kouremenos
2006-10-07unite room and server name resulting in a room jid interface [so it aligns wi...Nikos Kouremenos
2006-10-04Do not allow to add special groups in edit groups dialog.Yann Leboulanger
2006-10-03Add auto_authorize_checkbutton things missing in [7041]Jean-Marie Traissard
2006-10-03hide protocol_jid_combobox if only oneYann Leboulanger
2006-10-03fix wrong var name. REally detect correctly transport jid in add contact dialog.Yann Leboulanger
2006-10-02recognize correctly transport's jid in add contact dialogYann Leboulanger
2006-10-01[Timur]add an action button in subscription_request_window ti start a chat di...Yann Leboulanger
2006-09-30Disable privacy list menuitem when disconnectingJean-Marie Traissard
2006-09-28clean, clean, clean privacy list "patch"Nikos Kouremenos
2006-09-28put my email (and jid), not one of my JIDsNikos Kouremenos
2006-09-28Support for notify-python so if notification-daemon is not available, we stil...Nikos Kouremenos
2006-09-27HIG plz for string in add new contact dialogNikos Kouremenos
2006-09-25make privacy lists patch commitableNikos Kouremenos
2006-09-22add a clear button in choose avatar dialog. Fixes #2423Yann Leboulanger
2006-09-21UF stringNikos Kouremenos
2006-09-16destroy FileChooserDialog when we press cancel.Yann Leboulanger
2006-09-16check file permissions before saving avatarDimitur Kirov
2006-09-09in ChooseGPGKeyDialog, put None iter on top. Fixes #2390Yann Leboulanger
2006-09-09[bronger] translate correclt strings during runtime. Fixes #2394Yann Leboulanger
2006-09-02raise is usefull to know if join was sucesfull or not (in roster_window.py). ...Yann Leboulanger
2006-09-02Do not raise useless RuntimeError. Fixes #2376.Jean-Marie Traissard
2006-08-31order groups in add contact dialog. Fixes #2365Yann Leboulanger
2006-08-30Removed set_transient_for(roster) for windows/dialogs that can be launched fromTravis Shirk
2006-08-21really print subscription table when we register to a transportYann Leboulanger
2006-08-20really show subscription table when needed. Fixes #2212Yann Leboulanger
2006-08-07don't fail where there is an unknown transport typeYann Leboulanger
2006-08-04o -> 0: fix TBYann Leboulanger
2006-08-03new add_contact window with a combobox. Fixes #872Yann Leboulanger
2006-08-01better title for single message window depending on if we're sending or recei...Yann Leboulanger
2006-08-01show vertical scrollbar automatically in edit groupos dialog. Fixes #2196Yann Leboulanger
2006-07-31we can now register to a transport in add contact window is server has such a...Yann Leboulanger
2006-07-31remove a useless printYann Leboulanger
2006-07-31remove some FIXMEYann Leboulanger
2006-07-31better stringYann Leboulanger
2006-07-31we can now the language we want for speller. Just use speller_language advancedYann Leboulanger
2006-07-31new add contact window. TODO: enable the register button when our server have...Yann Leboulanger
2006-07-30don't ask nick when we want to join a room in which we already areYann Leboulanger
2006-07-28privacy lists open / delete buttons are not unsensitive when we open the wind...Yann Leboulanger
2006-07-28fix 2 typo. Fixes #1514Yann Leboulanger
2006-07-28we can now edit groups of multiple contacts. Fixes #1514Yann Leboulanger
2006-07-26fix minor TB when there is no image file in a folder and we browse itYann Leboulanger
2006-07-26we can now invite to new roomYann Leboulanger
2006-07-18use window.set_transient_for(parent) for some windows. Fixes #1024Yann Leboulanger
2006-07-17code for advanced_notifications_window: config is now saved in config fileYann Leboulanger
2006-07-04subscription can be translated but english version is always sent to serverYann Leboulanger
2006-07-04also hide active and default checkbuttons when there is no rulesYann Leboulanger