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 'muc_message_received' sound if it is enable without checking notify_on_a...Yann Leboulanger
2006-10-10allow shutdown func now get the method we used to close the tab. So that we c...Yann Leboulanger
2006-10-10from common.exceptions import GajimGeneralException as GajimGeneralException ...Nikos Kouremenos
2006-10-09do not ask confirmation window nor check if a row is selected when we close m...Yann Leboulanger
2006-10-09get real jid of contact we want to ban from a room. Fixes #2521Yann Leboulanger
2006-10-09check if contact is still in room when we want to draw his avatarYann Leboulanger
2006-10-09PrivateChatControl now hold room name so that we can draw banner of pm even i...Yann Leboulanger
2006-10-09put xhtml event in queue for pm too. fixes #2524Yann Leboulanger
2006-10-09Do not show [u'bad_jid'] but bad_jidJean-Marie Traissard
2006-10-08it's only room_jid now, was missing in [7112], [7142] was not enoughJean-Marie Traissard
2006-10-08Fix var nameJean-Marie Traissard
2006-10-08fix what we expectNikos Kouremenos
2006-10-07We now use one term "group chat" in the place of sometimes used roomNikos 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-07fix search in gc roster treeview. Fixes #2470Yann Leboulanger
2006-10-06move gtkgui_helpers.reduce_chars_newlines to common/helpers.py. It's not GTK ...Yann Leboulanger
2006-10-06in vcard window, print role and affiliation when it's a gc vcard. Fixes #2457Yann Leboulanger
2006-10-05Show "This room has no subject" only in textview, not sometimes in banner andJean-Marie Traissard
2006-10-04show * in gc tab when one messageYann Leboulanger
2006-10-03[Santiago Gala] we can now see XHTML (JEP 0071). See #316Yann Leboulanger
2006-09-30Seems to fail, load icons differentlyJean-Marie Traissard
2006-09-30Count only gc HIGHLIGHTED messages, except if notify_o_all_muc_meessages. Sho...Jean-Marie Traissard
2006-09-2980chars and list_view = self.listview = get_widget is too much [rm the local ...Nikos Kouremenos
2006-09-28put my email (and jid), not one of my JIDsNikos Kouremenos
2006-09-26don't close muc when we press ESC if a row is selected. Fixes #2440Yann Leboulanger
2006-09-25Do not set tab to active color when we shouldn't, fix bug in [6914]Jean-Marie Traissard
2006-09-25use helper functionYann Leboulanger
2006-09-25Remove "state_active_color" option. Get fg color from gtk.Jean-Marie Traissard
2006-09-25Don't show ressource in join/left in gc, and neither in chat, except if more ...Jean-Marie Traissard
2006-09-17move "last read" line in groupchat correctly. Fixes #1947Yann Leboulanger
2006-09-14detect and print old gc messages as restored messages. Fixes #2253Yann Leboulanger
2006-09-07don't count pm messages in roster window, but in groupchat window. Fixes #2401Yann Leboulanger
2006-09-07private messages are save as pm in events listYann Leboulanger
2006-09-06sort and don't use underline in insert_nick sub menu. Fixes #2396Yann Leboulanger
2006-09-03[Santiago Gala] we can now have a different spellchecking language in each ch...Yann Leboulanger
2006-09-03don't TB when someone changes his nick before having an assigned color (when ...Yann Leboulanger
2006-09-03events are now saved in an Event class. show in roster/systray options in Adv...Yann Leboulanger
2006-09-02Set right color for /me whith gc_nickname_color*Jean-Marie Traissard
2006-09-02Set nicknames colors per muc, not for all of them ! Keep nick color onJean-Marie Traissard
2006-07-27move the draw og the focus out line to conversation_textview.pyYann Leboulanger
2006-07-24print real jid in gc status and in logs when we know it. Fixes #1940Yann Leboulanger
2006-07-19set gc_count_nicknames_colors to 0 instead of 10 before we use it. Fix a warningYann Leboulanger
2006-07-18disable pm chats when we leave a room. Fixes #2036Yann Leboulanger
2006-07-18systray now saves unread messages even if it is not enabled (but module is pr...Yann Leboulanger
2006-06-22[ roidelapluie ] Use differents colors for nickname in gc for each occupiant....Jean-Marie Traissard
2006-06-15use gettext.install. Fixes #497Yann Leboulanger
2006-06-08print the rest of the namesDimitur Kirov
2006-06-08[avb] add /names command for GCDimitur Kirov
2006-06-05Don't allow to change nick to actual nick, it breaks presenceJean-Marie Traissard