1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
----------------------------------------------------------------------------------
----------------------------------------------------------------------------------
QCodeEdit, copyright (c) 2006-2008 Luc Bruant aka fullmetalcoder,
is a free and open source software
QCodeEdit sources are part of Edyuk and thus GNU General Public License (GPL)
version 2 (or is it 3? probably 3), as published by the Free Software Fondation, applies to them.
----------------------------------------------------------------------------------
----------------------------------------------------------------------------------
QCodeEdit is a project aiming at the creation of a flexible and powerful text
editing framework for Qt4. It has started as a sub-project of Edyuk, copyright (c)
Luc Bruant, a free and open source IDE. As it proved successful it is also
released as a standalone library to make it easy for everyone to use such
a framework within other apps without having to reinvent the wheel.
Writing closed source applications with QCodeEdit is possible after buying a
proper license. For more informations about pricing and licensing conditions
please contact the author directly <non.deterministic.finite.organism@gmail.com>
Note that you will still need a Qt commercial license for that.
QCodeEdit depends on Qt 4.3, copyright (c) Trolltech AS , which can be downloaded at :
ftp://ftp.trolltech.com/qt/sources
More information about Qt and Trolltech :
http://www.trolltech.com
Hoping you'll like it.
The author would like to thank all the people who contributed to QCodeEdit in various ways :
* testing, reporting bugs, making suggestions :
Jeremy Sonander, from Saros Inc
Phil Martinot
Benito van der Zander
Ulrich Van Den Hekke
Boris Barbulovski
* contributing patches :
Jerome Vizcaino
Benito van der Zander
Boris Barbulovski
* funding (by buying commercial licenses) :
Saros Inc
Movimento SE
* spreading the word :
Johan Thelin (posted a blog post that appeared on PlanetKDE)
(If you have been forgotten send an email to the author and the list will be updated)
IMPORTANT : If you encounter any sort of troubles trying to build or run QCodeEdit
please send a bug report with as many details as possible (including but not limited
to : OS, Qt version, compiler, QCodeEdit version, compile log, backtrace, ...) to the
team using either of these :
* staff@qcodeedit.edyuk.org
* Edyuk task tracker on Sf.net : http://sf.net/projects/edyuk
* Edyuk webissues server (needs a WebIssues client) : http://edyuk.org/webissues/
- login : anonymous
- password : anonymous
* QtCentre dedicated thread in Qt Software section : http://www.qtcentre.org/forum
>>> Building :
this copy of QCodeEdit should be automatically build when you build TeXstudio
|