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-06fix headerNikos Kouremenos
2006-09-28put my email (and jid), not one of my JIDsNikos Kouremenos
2006-07-18get GtkWindow instance when we use set_transient_for. Fixes #2170Yann Leboulanger
2006-07-18use window.set_transient_for(parent) for some windows. Fixes #1024Yann Leboulanger
2006-06-15use gettext.install. Fixes #497Yann Leboulanger
2006-05-22Rename gtkgui.glade to manage_accounts_window.glade. (contain only manage_acc...Jean-Marie Traissard
2006-05-02split gtkgui.glade in several small gladeDimitur Kirov
2006-03-05preferences window is created on the fly like every other window (well apart ...Nikos Kouremenos
2006-03-04[zloygod] Show "need gajim restart" label in ACE only when needed. Fixes #1645Yann Leboulanger
2006-02-09rm importing unused module; PIDA rocks!Nikos Kouremenos
2005-12-10change copyright from "Gajim Team" to real peopleYann Leboulanger
2005-12-09add some old devs in headersYann Leboulanger
2005-12-09"Gajim Team" in all hearders become "Contributors for this file"Yann Leboulanger
2005-12-08Vincent left us a long time agoYann Leboulanger
2005-12-06remove trailing whitespaces and tabs from linesNikos Kouremenos
2005-12-02fix strings in places; add comments; updatea bit greek trnaslation [now has 6...Nikos Kouremenos
2005-12-01cleanupNikos Kouremenos
2005-11-14fix a FIXME: show Hidden instead of a passwordYann Leboulanger
2005-11-13fixing dict name: gajim.interface.windows --> gajim.interface.instancesNikos Kouremenos
2005-11-10fixes (do not set twice editability and a docstring) and only resizable if 2.8+Nikos Kouremenos
2005-11-10varius fixes; cleanup, remove a fixme, add a fixmeNikos Kouremenos
2005-10-20the old self.plugin variable becomes gajim.interface, no need to pass it to e...Yann Leboulanger
2005-09-21Check for GtkTreeIter in selection tuple before using to lookup option; close...Travis Shirk
2005-09-09add a fixme and stop bad behavior until I fix it for g00dNikos Kouremenos
2005-09-09use CONTACTS like C_VALUE (Column that holds value) instead of 0 1 2 3 for mo...Nikos Kouremenos
2005-09-08if we were to edit password/passphrase then Hidden string was saved as our pa...Nikos Kouremenos
2005-09-08pass APP to glade parsingNikos Kouremenos
2005-09-08say Hidden and not the pass in advancedNikos Kouremenos
2005-09-03[FishFace] Now Gajim has comments support for advanced settingsNikos Kouremenos
2005-08-26[Stéphan K.] make most strings we use unicode instacnesNikos Kouremenos
2005-08-10[Fabian Neumann] if type is boolean when double click in advanced window just...Nikos Kouremenos
2005-08-05set, set_per used to return value, now they raise Exception if problems. this...Nikos Kouremenos
2005-07-25make a update_preferences_window func and add a FIXME thereNikos Kouremenos
2005-07-23fix a comment and use [model[iter][x]Nikos Kouremenos
2005-07-23filter now works with sub-rowsYann Leboulanger
2005-07-23little bugfix:Yann Leboulanger
2005-07-23we can now edit filtered rows in advanced config editorYann Leboulanger
2005-07-15Escape no longer closes advanced window [we may be wrediting value and press ...Nikos Kouremenos
2005-06-25nothingNikos Kouremenos
2005-06-11adhering to our new coding style for Classes and fixing glade banners stuffNikos Kouremenos
2005-06-09nothing except a revert for an accidental commit of a fileNikos Kouremenos
2005-05-27we can now edit non-root line in advanced configuration editorYann Leboulanger
2005-05-25adding speller as gui option [code is rdy needs some further testing]Nikos Kouremenos
2005-05-25adding escape to close advanced window and making init go above in the codeNikos Kouremenos
2005-05-21mention which GTK should be fixedNikos Kouremenos
2005-05-18missing importYann Leboulanger
2005-05-18add strings to translate in advanced configuration editorYann Leboulanger
2005-05-14adding resizing ability in treeview cols in advanced finding a gtk bug [I rep...Nikos Kouremenos
2005-05-14Advanced_window ==> Advanced_configuration_windowNikos Kouremenos
2005-05-13glade fixes in advanced window and applying patch to make filter work [thanks...Nikos Kouremenos