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
2008-08-01better transltion strings. see #4166Yann Leboulanger
2008-07-29For historical reasons, we have a tab width of 3. This is strange, butjs
2008-07-11ability to browse server that returns an identity category=pubsub, type=servi...Yann Leboulanger
2008-07-10add mrim transport icons. Fixes #4078Yann Leboulanger
2008-02-14use timeout_add_seconds instead of timeout_add (when it's available), more ef...Yann Leboulanger
2008-02-13Sadly, timeout_add_seconds is only availaible since gtk 2.14. It's quite rece...Jean-Marie Traissard
2008-02-13[Goedson] use timeout_add_seconds instead of timeout_add, more efficient. fix...Yann Leboulanger
2007-12-28pyflakes checks, remove unused imports, mainlyJean-Marie Traissard
2007-11-30Remove duplicated functions.Stephan Erb
2007-11-07use ToplevelAgentBrowser for headline services with type='newmail'. fixes #3479Yann Leboulanger
2007-10-22My name has changedYann Leboulanger
2007-10-22next release will be GPL v3. fixes #3290Yann Leboulanger
2007-10-22discover correctly items that are discoverable. see #3479Yann Leboulanger
2007-08-29remove unused filter entry in disco windowYann Leboulanger
2007-08-09use set_no_show_all from glade when possible instead of code. fixes #2248Yann Leboulanger
2007-07-11prevent loop is pubsub disco (even if server answer looks strange) fixes #3292Yann Leboulanger
2007-07-09ability to browse sub nodes in pubsub browserYann Leboulanger
2007-06-26use 2 columns in Muc browser so that int and str are stored. we show str and ...Yann Leboulanger
2007-06-25ability to sort MUC by what we want in muc browser. fixes #2753Yann Leboulanger
2007-06-25improve pubsub support. fixes #3103Yann Leboulanger
2007-04-19add missing search windowYann Leboulanger
2007-04-19begining of XEP-0055 (search) implmentation. For the moment, works only with ...Yann Leboulanger
2007-02-14we keep node in self.subscriptions, not name, so when we look in this dict, l...Yann Leboulanger
2007-02-14fix number of argument of _add_item() function in pubsub browser. fixes #2990Yann Leboulanger
2007-01-18add ability to execute adhoc commands in disco windowYann Leboulanger
2007-01-17clean code and update to using GTK/PyGTK 2.8; see #2248Nikos Kouremenos
2006-12-11disco: Don't clean cache for account when browser still have a parent. Fixes ...Jean-Marie Traissard
2006-11-18Merging changes from trunk (6774:7465)Tomasz Melcer
2006-09-13Merging changes from trunk (6561:6774)Tomasz Melcer
2006-08-20PubSub support: browse, subscribe and unsubscribe; posting atom entries to gr...Tomasz Melcer
2006-08-05Browsing discussion groups, first version.Tomasz Melcer
2006-06-15fix wrong var name. Fixes #2073Yann Leboulanger
2006-06-15use gettext.install. Fixes #497Yann Leboulanger
2006-05-02split gtkgui.glade in several small gladeDimitur Kirov
2006-04-25ServiceDiscoveryWindow must be a sub-class of object, so that property() work...Yann Leboulanger
2006-04-02remove many call to dialog.run() function. Some are still here, but they happ...Yann Leboulanger
2006-03-25realize is saferDimitur Kirov
2006-03-25*.GtkFrame.GtkEventBox.* style for disconDimitur Kirov
2006-03-24pychecker on our files. everyone please have a look so we do not do the same ...Nikos Kouremenos
2006-03-20use size small, instead of medium for statusDimitur Kirov
2006-03-20set theme font to chatstates and status messageDimitur Kirov
2006-03-20set banner font from theme preferences (#1631)Dimitur Kirov
2006-03-03add account name in disco title. Fixes #1643Yann Leboulanger
2006-02-28show_tooltip uses less argumens, added someDimitur Kirov
2006-02-25don't pulse progressbar before we show it. Fixes #1427 and #1609Yann Leboulanger
2006-02-03remove useless parameterYann Leboulanger
2006-02-03don't browse srv records. SRV records contain machine name, not jabber domainYann Leboulanger
2006-01-07Merged revisions 5017-5020,5022-5029 via svnmerge fromTravis Shirk
2006-01-01Merged in trunk updates, including meta_contactsTravis Shirk
2005-12-19revert my previous fix, and just don't take into account the click on go butt...Yann Leboulanger