aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/python
Commit message (Collapse)AuthorAgeFilesLines
* This is not necessary anymoreGravatar wodim2019-04-011-26/+0
|
* Add support for Python 3Gravatar wodim2017-08-261-0/+26
|
* Remove lots of redundant line feeds around block elements in the docs.Gravatar wodim2017-08-251-32/+22
|
* Build also in debug mode for windows (#2192)Gravatar Alexey Sokolov2017-05-241-1/+1
| | | | | | | | | | | | | | | | | | | | * Build also in debug mode for windows See #2191 * Don't mix /Od and -O2 on windows build. -O2 comes from perl * Reindent perlcore CMakeLists * Fix debug python build on windows * Rearrange environment vars in appveyor * Try to publish pdb files too * install qts and kvirc's debug pdbs in debug config * use TARGET_PDB_FILE instead
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-54/+53
|
* libkvipython: indenting + documentation formattingGravatar un1versal2016-04-221-75/+66
|
* Python: Refactor python supportGravatar staticfox2016-04-211-18/+9
| | | | Closes #1866
* documentation: formatting/indentation + minor syntax fixesGravatar un1versal2016-03-141-1/+1
| | | | | | + Dont use double quotes to emphasise words in normal circumstances. + improve indenting + consistency (good for readability when editing source) + also replace single quotes
* run codespell to fix some typos, run mkabouttext.pl, fix typos reported by ↵Gravatar Dessa2016-01-311-2/+2
| | | | Arfrever
* src/modules typos: capitalize, formatting, consistency and syntax fixesGravatar un1versal2015-12-191-65/+65
|
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-281-1/+1
| | | | opinion -> option
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-281-1/+1
|
* Update python documentationGravatar Szymon Tomasz Stefanek2015-09-071-8/+4
|
* - massive trailing whitespace cleanup (yes, one of these "you can hate me ↵Gravatar Robert Förster2014-11-211-1/+1
| | | | | | | | | for that" commits) - apply patch by d00p: show the correct protocol version instead of just "SSLv3/TLSv1", thanks! - fix compilation on qt 5.4 on windows git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6398 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Revise python and perl script documentation - typo fixes, missing python ↵Gravatar OmegaPhil2014-05-021-50/+79
| | | | | | command docs, etc git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6379 17fca916-40b9-46aa-a4ea-0a15b648b75c
* convert cmake files to lowercase statements prehistoric cmake versions ↵Gravatar Robert Förster2012-10-041-3/+3
| | | | | | required uppercase, but lowercase is now preferred so change it (yeah feel free to hate me for this commit ) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c
* qt5 support: cmake build system updateGravatar Fabio Bas2012-09-281-3/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renames, fix the spelling of KVIrc etc...Gravatar Szymon Tomasz Stefanek2010-12-291-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renaming and cleanupGravatar Szymon Tomasz Stefanek2010-12-271-4/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Beginning of 'the big rename & cleanup'. File names should match class ↵Gravatar Szymon Tomasz Stefanek2010-12-251-2/+2
| | | | | | names, when possible. Move classes to one per file. Move C functions to namespaces, if possible. Kill some abbreviations... git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5229 17fca916-40b9-46aa-a4ea-0a15b648b75c
* applied typo fixes for the "file" and "config" modules (thank OmegaPhil)Gravatar Fabio Bas2010-08-311-1/+1
| | | | | | | | fixed fsf address in python/pythoncore modules fixed "space before comma" in documentation/coments/code regenerated translations git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4954 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More documentation for the python stuff.Gravatar Szymon Tomasz Stefanek2010-07-041-1/+246
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4591 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Improve a bit the python interpreter: allow for passing arguments in ↵Gravatar Szymon Tomasz Stefanek2010-07-041-0/+79
| | | | | | python.begin. Add documentation for python.begin and python.end git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4587 17fca916-40b9-46aa-a4ea-0a15b648b75c
* final fix for #695, plus added missing po files for "python" and ↵Gravatar Fabio Bas2010-01-241-1/+2
| | | | | | "sharedfile" (notice to translators) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3877 17fca916-40b9-46aa-a4ea-0a15b648b75c
* some work on python moduleGravatar Fabio Bas2009-09-241-19/+57
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3524 17fca916-40b9-46aa-a4ea-0a15b648b75c
* - trailing whitespace cleanups all over the placeGravatar Robert Förster2009-09-011-2/+2
| | | | | | | | - removed charset dependent manpages since it really makes no sense to distribute them, they are getting installed in non standard places and one manpage per language is enough - added SpotChat to the serverdb, happens to be my network anyway :P (someone should remind me to check all the networks and servers there so we can do a cleanup if needed git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3463 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed checks on python* modules;Gravatar Elvio Basello2009-07-301-11/+7
| | | | | | | | | added python version to the definitions; changed LIB_SUFFIX with better LIBDIR_SUFFIX; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3395 17fca916-40b9-46aa-a4ea-0a15b648b75c
* [KVIrc] (trunk) Correct check for building with Python or not.Gravatar Kai Wasserbäch2009-07-301-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3394 17fca916-40b9-46aa-a4ea-0a15b648b75c
* [KVIrc] (trunk) Revert r3376, r3374 didn't break Python.Gravatar Kai Wasserbäch2009-07-301-7/+11
| | | | | | | | | | | | | | | | After testing and discussion with hellvis69 it was found, that the changes in r3374 didn't break Python support. A test build of r3391 (which includes the source code for the Python module) showed, that 1.) the module is linked against the SO, 2.) »python.load« and »python.begin [...] python.end« doesn't result in errors. Additionally this commit ensures, that the Python module is only build if CMake was called with WITH_PYTHON=YES as the Python code is still experimental. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3393 17fca916-40b9-46aa-a4ea-0a15b648b75c
* first testing implementation of python support: this IS NOT intended to work ↵Gravatar Elvio Basello2009-07-302-0/+185
yet! git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3391 17fca916-40b9-46aa-a4ea-0a15b648b75c