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-07less and less blocking dialogsYann Leboulanger
2008-07-29For historical reasons, we have a tab width of 3. This is strange, butjs
2008-05-19* If found, automatically use included gtk on win32.js
2007-12-10Hide label in history_manager when we search something.Stephan Erb
2007-12-06import release diff from 0.11.4, svn version is now 0.11.4.0-svnYann Leboulanger
2007-11-30Import gajim's exceptions module not python's default one.Stephan Erb
2007-10-22next release will be GPL v3. fixes #3290Yann Leboulanger
2007-10-07NonModalConfirmationDialog and ConfirmationDialognow automaticaly close windo...Yann Leboulanger
2007-08-20fix history manager since configpath has changed (see [8434]). fixes #3378Yann Leboulanger
2007-08-09use set_no_show_all from glade when possible instead of code. fixes #2248Yann Leboulanger
2007-02-04No space in indentation, checked by drpython (editor). /src partJean-Marie Traissard
2007-01-17clean code and update to using GTK/PyGTK 2.8; see #2248Nikos Kouremenos
2006-10-12py25 comes with pysqlite module in the stdlibNikos Kouremenos
2006-10-08fix var nameYann Leboulanger
2006-10-08[sgala]show correct status changements in history manager. Fixes #2511Yann Leboulanger
2006-10-07no need to call shellNikos Kouremenos
2006-09-19[sgala] don't show in history manager jids that have no logs.Yann Leboulanger
2006-09-09[bronger] translate correclt strings during runtime. Fixes #2394Yann Leboulanger
2006-06-22import i18n when needed to launch history managerYann Leboulanger
2006-06-15use gettext.install. Fixes #497Yann Leboulanger
2006-05-22Set gajim icon for history manager window too. Fixes #1986.Jean-Marie Traissard
2006-05-02glade is moved to data/gladeDimitur Kirov
2006-05-02split gtkgui.glade in several small gladeDimitur Kirov
2006-05-01typoYann Leboulanger
2006-05-01nicer file header for executable files.Yann Leboulanger
2006-04-11fix TBYann Leboulanger
2006-04-10[jim++] include status into status messageNikos Kouremenos
2006-04-09show nickname/subj cols only when neededNikos Kouremenos
2006-04-09destroy dialog when we press ok in history_manager.py when we delete a jid. F...Yann Leboulanger
2006-04-09make clear and append logic non-bogus; move FIXME to the right place;TODO fix...Nikos Kouremenos
2006-04-09we can now export room logs tooNikos Kouremenos
2006-04-09we now also have nickname in history mgrNikos Kouremenos
2006-04-04logic fix. thanks JimNikos Kouremenos
2006-04-04do not tb on kind gc_msgNikos Kouremenos
2006-04-04escape for pango. thanks jim for refreshing my memNikos Kouremenos
2006-04-04include check for status colors in history managers.Nikos Kouremenos
2006-04-04add colors to show your and other party's message on history mgr (#1659)Nikos Kouremenos
2006-04-02remove many call to dialog.run() function. Some are still here, but they happ...Yann Leboulanger
2006-03-21do not maximize history manager (let the user do it if he wants) and also mak...Nikos Kouremenos
2006-03-20make jid++ patch obey to our coding standardsNikos Kouremenos
2006-03-20[Jim++] add contect menu to delete rows in history managerYann Leboulanger
2006-03-06strftime returns local-encoded string. decode it. Fixes #1662Yann Leboulanger
2006-03-05order jids in left col by name; fixes 1658Nikos Kouremenos
2006-02-10set home folder as default folder for fchooser and set nice title on fchooserNikos Kouremenos
2006-02-10we can now export from history manager to txtNikos Kouremenos
2006-02-09now we also scroll to resultNikos Kouremenos
2006-02-09double click on result row now opens equivalent JID. TODO: also scroll to resultNikos Kouremenos
2006-02-07if user removes sth, ask him on quiting about VACUUM and if he likes that do ...Nikos Kouremenos
2006-02-06fill search results listview; todo: operate on resultsNikos Kouremenos
2006-02-06you can now delete one of more contact logs from database. all should work (e...Nikos Kouremenos