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-08sort accounts in gc_sub_menu everywhere [both in roster and in tray]Nikos Kouremenos
2006-10-07do not sort accts in join gc submenu so they align to roster menu and roster ...Nikos Kouremenos
2006-10-05fix sth from prev commitNikos Kouremenos
2006-10-05if we are windows users and we have GTK/PyGTK 2.10 we now use the GTK api abo...Nikos Kouremenos
2006-09-25remove if not iconset checks. it is our philosophy that if user changes his c...Nikos Kouremenos
2006-09-22don't allow account name to be hoovered in systray menu. Fixes #2430Yann Leboulanger
2006-09-21when we click on systray, do not hide roster, just move it. Fixes #2403Yann Leboulanger
2006-09-20show MUC icon in st=ystray context menu. Fixes #2430Yann Leboulanger
2006-09-04[maxima] show and hide properly when left-clicking very fast on systray. Fixe...Yann Leboulanger
2006-09-03events are now saved in an Event class. show in roster/systray options in Adv...Yann Leboulanger
2006-08-27nothingNikos Kouremenos
2006-08-27fix accidental commitNikos Kouremenos
2006-08-27default status msg remove bold add border to make it HIGNikos Kouremenos
2006-08-27handle advanced notification for new_message event only (without systray / ro...Yann Leboulanger
2006-07-28don't show tray icon when we don't want to. Fixes #2188Yann Leboulanger
2006-07-26re-add trayicon to systray when it is destroyed. Fixes #2121Yann Leboulanger
2006-07-18systray now saves unread messages even if it is not enabled (but module is pr...Yann Leboulanger
2006-06-15use gettext.install. Fixes #497Yann Leboulanger
2006-05-18Typo + Really delete unused make_groups_submenus_for_chat_with() + redraw pm ...Jean-Marie Traissard
2006-05-09show Start Chat dialog, instead of contactsDimitur Kirov
2006-05-02split gtkgui.glade in several small gladeDimitur Kirov
2006-04-26a group can be ''. Fixes #1900Yann Leboulanger
2006-04-18Deal with unknow status, thanks Yann for idea.Jean-Marie Traissard
2006-04-16Fix strange behavior in systray while in connecting stateYann Leboulanger
2006-04-12systray->chat with : sort in the same order than roster (name.lower()), reall...Jean-Marie Traissard
2006-04-10typo, thanks bb for report.Jean-Marie Traissard
2006-04-09ask C to copy list; respect 80 chars margin; use show and not print when you ...Nikos Kouremenos
2006-04-09Use the right way to copy a list in python, thanks Yann.Jean-Marie Traissard
2006-04-09If a contact is in 'Not in Roster' group in the roster, see him in systray->c...Jean-Marie Traissard
2006-04-09Join gc menu in systray. Fixes #690.Jean-Marie Traissard
2006-04-09Do not TB in systray when a contact has 'not in the roster' for show, don't l...Jean-Marie Traissard
2006-04-08Sort contact by show in systray->chat with if sort_by_show is on. Fixes #1539Jean-Marie Traissard
2006-04-08improve function name; move it to where we keep thoseNikos Kouremenos
2006-04-08destroy sub menus in systray popup menu before creating new. Fixes #1820Yann Leboulanger
2006-04-07Include users with no group un "General" group in systray->chat withJean-Marie Traissard
2006-04-06print submenus only when more than one account is connected, not when more th...Jean-Marie Traissard
2006-03-31prevent infinite loop when using show all pending events from systrayYann Leboulanger
2006-03-29use kbd_input.png (previously rename.png) for rename menuitems in roster;bett...Nikos Kouremenos
2006-03-24pychecker on our files. everyone please have a look so we do not do the same ...Nikos Kouremenos
2006-03-08fix a TB in trayicon menu functionality. fix varname which lead to bad functi...Nikos Kouremenos
2006-03-05systray show prefs menuitem now works againNikos Kouremenos
2006-02-28show_tooltip uses less argumens, added someDimitur Kirov
2006-02-27[Jim++] some elif instead of ifYann Leboulanger
2006-01-25Pass account to window/control lookup methodsTravis Shirk
2006-01-11fix indentation (no space in indentation)Yann Leboulanger
2006-01-10contact.name can now be empty. So use contact.get_shown_name() that returns a...Yann Leboulanger
2006-01-03Migrating code into the new classesTravis Shirk
2006-01-01Merged in trunk updates, including meta_contactsTravis Shirk
2006-01-01Close to usable for chat, receiving messages, etc.Travis Shirk
2005-12-12failsafe to dcravenNikos Kouremenos