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 (Collapse)Author
2018-09-16Update pylint error listPhilipp Hörist
Check for W0621 redefined-outer-name
2018-09-16Update pylint error listPhilipp Hörist
Check for C0325 superfluous-parens
2018-09-16Update pre-push-tests.shPhilipp Hörist
2018-09-16Add a pre-push scriptPhilipp Hörist
Run this before every push to simulate the CI regarding mypy and pylint
2018-06-22More spelling fixesAlexander Krotov
2018-04-08fix some py2->py3 missing things. Fixes #9019Yann Leboulanger
2018-01-14Use setuptools' automatic script creationAndré Apitzsch
2017-09-22Don't hard code python path in scripts to support virtualenvAndré Apitzsch
2017-09-22fix file lookup location and other issuesAndré Apitzsch
2017-09-11fix plugins_translate scriptYann Leboulanger
2017-08-18Expand Python module search pathAndré Apitzsch
to work around the issue that the gajim module cannot be found
2017-08-18Check for root only on unix systemsAndré Apitzsch
2017-08-18Update bin scriptsAndré Apitzsch
2017-07-02Replace src by gajimAndré Apitzsch
2011-09-04add script to build plugins translationsYann Leboulanger
2010-04-08More whitespace mini fixes.Éric Araujo
2010-02-17fix indentation and some pylint warning in roster_window.pyYann Leboulanger
2010-02-10fix line width and some warning from pylintYann Leboulanger
2010-02-09some error fixed, thanks pylint.Yann Leboulanger
2010-02-08convert tabs to spaces in source code thanks to reindent.pyÉric Araujo
holy diff batman!
2009-11-28autotools: remove confusing variables ${datadir} and DATADIR.Bruno Tarquini
Those variables were confusing because autoconf usually defines DATADIR to PREFIX/share and gajim uses both defs.datadir=PREFIX/share/gajim and gajim.DATA_DIR=PREFIX/share/gajim/data. Now, autoconf will use PKGDATADIR for setting the (renamed) defs.basedir variable which will be used to set gajimpaths['DATA_DIR'] and gajimpaths['ICONS_DIR'] in configpaths.py Gajim will also looks for the ${GAJIM_BASEDIR} environment variable instead of ${datadir} which was really too generic (no namespace).
2009-11-28autotools: add a new autoconf variable: ${gajim_srcdir}.Bruno Tarquini
It expanded version is GAJIM_SRCDIR. It indicate where pyfiles will be installed (for now: PREFIX/share/gajim/src). simplify src/Makefile.am by using nobase_ and dist_ prefix. nobase_ allows hiearchical installation instead of flat directory installation.
2009-11-24egg.trayicon is dead. Light a candle :'(Yann Leboulanger
Fixes #3021, #5246
2009-10-18Use pylint instead of pychecker.Stephan Erb
The latter one has to execute the modules and does not work all the time.
2009-10-18Also run 'make check' in the build-test.Stephan Erb
2009-10-18Add simple build check scriptStephan Erb
2009-03-01fix argument calling in launchers. Fixes #4847. See #4819Yann Leboulanger
2009-02-17[brubru] Factorize lauchers. Fixes #4819Yann Leboulanger
2009-01-06missing file. Fixes #4641Yann Leboulanger
2009-01-06set datadir to /usr/share/gajim instead of /usr/share. Fixes #4638Yann Leboulanger
2009-01-05ability to use adtadir environment variable to set data directoryYann Leboulanger
2008-08-15 * Big headers reviewJulien Pivotto
* Remove some licencing problems * To do: same for images * See #4200
2008-08-14Fully POSIX-compliant shell scripts.js
2008-08-14Same for the other script.js
2008-07-29For historical reasons, we have a tab width of 3. This is strange, butjs
we have that in all files. To at least lesser the confusion a bit, add vim tags for that. Additionally, fix wrong #! in a few files.
2006-11-29[Fab] install gajim-remote only if dbus is present. see #2723Yann Leboulanger
2006-10-11keep defs in defs.py.inDimitur Kirov
switch autogen order dist defs.py.in
2006-10-04merge from trunkDimitur Kirov
automake based instalation
2006-09-17rest of the r6870 merge...Stefan Bethge
2006-05-10new po location: po/LANG.poYann Leboulanger
2006-05-02split gtkgui.glade in several small gladeDimitur Kirov
files, which are now located in data/glade/
2006-04-13make install can now handle sevral version of python by using make install ↵Yann Leboulanger
PYTHON=python2.4 for exemple.
2006-04-09remove output warning about indentation in released gajim. Fixes #1527Yann Leboulanger
2006-04-09fix trasnation.py to produce history manager header and update pos/poNikos Kouremenos
2006-04-01Fix TB #1791Travis Shirk
2006-02-05run-pychecker.py under scripts/dev to assist us catch runtime errorsNikos Kouremenos
2006-01-11One last trunk mergeTravis Shirk
2005-12-10change copyright from "Gajim Team" to real peopleYann 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