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-12-18partially revert [7673]. see #2784Yann Leboulanger
2006-12-18Pyflakes spoted undefined name, 80 charsJean-Marie Traissard
2006-12-18fix typo.Yann Leboulanger
2006-12-17another patch so we work in python dbus 0.80; see #2784Nikos Kouremenos
2006-12-17make sure we use dbus public api so we work for python dbus 0.80; see #2784Nikos Kouremenos
2006-12-17Commands: Fix TB when someone executes an unknown command.Tomasz Melcer
2006-12-17redraw account row too. see #2801Yann Leboulanger
2006-12-17redraw group row when we remove a contact. fixes #2801Yann Leboulanger
2006-12-16update gc roster instantly when we change theme. fixes #2766Yann Leboulanger
2006-12-16Data forms: labels are aligned with top of widgets, default instructions gone,Tomasz Melcer
2006-12-16HIG to adhod glade file; TODO-> FIXME and better header for the corresponding pyNikos Kouremenos
2006-12-16Dataforms: field descriptions in tooltips.Tomasz Melcer
2006-12-15updated buttons in FT window when selected row status changes. fixes #2785Yann Leboulanger
2006-12-15 - In [7647], reading of PID file was moved out of try..except block. Fixed.junglecow
2006-12-14encrypt must return 2 values.Yann Leboulanger
2006-12-13[mdt] better pid file behaviour for windows. fixes #2165Yann Leboulanger
2006-12-13select active theme when we re-open gajim theme window. fixes #2778Yann Leboulanger
2006-12-13redraw gc window title when we open a pm. fixes #2777Yann Leboulanger
2006-12-13detect when gpg is not installed and print a warning. fixes #2760Yann Leboulanger
2006-12-13Use good font settings for gc_roster nicks. See #2766.Jean-Marie Traissard
2006-12-13Ask for status message for invisible status if ask_offline_status is TrueJean-Marie Traissard
2006-12-13Restore gc_banner tooltip (was broken when icon was added). See #2766.Jean-Marie Traissard
2006-12-12Redraw correctly gc banners when we change theme. See #2766.Jean-Marie Traissard
2006-12-12better detection of transport jid in add contact dialog. fixes #2750Yann Leboulanger
2006-12-11disco: Don't clean cache for account when browser still have a parent. Fixes ...Jean-Marie Traissard
2006-12-10- Reset retrycount if we auth successfully, so we can start retrying at 10 se...junglecow
2006-12-10keep nickname and group when we re-ask auth. fixes #2741Yann Leboulanger
2006-12-09- Trying to connect to server every 20 seconds forever is extremely rude to i...junglecow
2006-12-08empty password is saved as '', not None (gnomeKeyring crashes when we set Non...Yann Leboulanger
2006-12-08make ask_new_gc_nick asynchronous. should fix #2746Yann Leboulanger
2006-12-08fix htmltextview bug. fixes #2730Yann Leboulanger
2006-12-08rendre role rows in muc the same way we render groups in roster. fixes #2765Yann Leboulanger
2006-12-07recognize x-tlen type from tlen transports. fixes #2756Yann Leboulanger
2006-12-06detect error while encrypting message, block sending it, and display error me...Yann Leboulanger
2006-12-05use the blinking when systray holds pending events [only new api/only in wind...Nikos Kouremenos
2006-12-05hide advanced notification control button. fixes #2738Yann Leboulanger
2006-12-04hide non-implemened option in advanced notificaton window. fixes #2738Yann Leboulanger
2006-12-03add Josef Vybíral [cornelius] as artist in about dialog and in THANKSNikos Kouremenos
2006-12-03play gmail_received sound only if it is enabled. fixes #2697Yann Leboulanger
2006-12-03handle correctly strange behaviour of GTKYann Leboulanger
2006-12-03update URL and Mail colors in chat windows instantly.Yann Leboulanger
2006-12-02answer correctly to disco#info when it contains node. We are now complient wi...Yann Leboulanger
2006-12-02send in caps (XEP-0115) that we support XHTML-IMYann Leboulanger
2006-12-02we now fail if no pywin32 is there. REFIXNikos Kouremenos
2006-12-02remove useless test in get_cached_vcard func. fixes #2717Yann Leboulanger
2006-12-01add DEFAULT_ICONSET in Config class. fixes #2731Yann Leboulanger
2006-11-30redraw banner when we are connected or disconencted. see #2702Yann Leboulanger
2006-11-30show muc_inactive image when gc is not connected. see #2702Yann Leboulanger
2006-11-30show groupchat icon in groupchat window banner. see #2702. TODO find muc_acti...Yann Leboulanger
2006-11-30call missing init for zeroconf vcard dummyStefan Bethge