more latin1..utf8 schanges. all of src/* should be utf8 now

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27425 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2008-11-14 15:58:50 +00:00
parent baa22609da
commit f1cba8ff64
428 changed files with 558 additions and 553 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
qt=/usr/include/qt4 qt=$QTDIR/include
build=../../../build build=../../../build
inc="-I$qt -I$qt/QtCore -I$qt/QtGui" inc="-I$qt -I$qt/QtCore -I$qt/QtGui"
@ -14,6 +14,7 @@ inc="$inc -I../../src/frontends/qt4"
s=0 s=0
t=0 t=0
defines="-DQT_NO_STL -DQT_NO_KEYWORDS"
#for i in `find ../../src/frontends/qt4 -name '*.cpp'` ; do #for i in `find ../../src/frontends/qt4 -name '*.cpp'` ; do
#for i in `find ../../src/insets -name '*.cpp'` ; do #for i in `find ../../src/insets -name '*.cpp'` ; do
#for i in `find ../../src/mathed -name '*.cpp'` ; do #for i in `find ../../src/mathed -name '*.cpp'` ; do
@ -21,8 +22,9 @@ t=0
#for i in `find ../../src/graphics -name '*.cpp'` ; do #for i in `find ../../src/graphics -name '*.cpp'` ; do
#for i in `find ../../src/graphics -name '*.cpp'` ; do #for i in `find ../../src/graphics -name '*.cpp'` ; do
#for i in `find ../../src/support/chdir.cpp` ; do #for i in `find ../../src/support/chdir.cpp` ; do
defines=-DQT_NO_STL -DQT_NO_KEYWORDS
for i in `find ../.. -name '*.cpp'` ; do for i in `find ../.. -name '*.cpp'` ; do
#for i in ../../src/frontends/qt4/GuiPrint.cpp ; do
#for i in ../../src/frontends/qt4/1.cpp ; do
#echo $i #echo $i
#echo "g++ $inc $defines -E $i" #echo "g++ $inc $defines -E $i"
#g++ $inc $defines -E $i > tmp/`basename $i` #g++ $inc $defines -E $i > tmp/`basename $i`

View File

@ -4,7 +4,7 @@
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Angus Leeming * \author Angus Leeming
* \author Herbert Voß * \author Herbert Voß
* \author Richard Heck * \author Richard Heck
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.

View File

@ -5,7 +5,7 @@
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Angus Leeming * \author Angus Leeming
* \author Herbert Voß * \author Herbert Voß
* \author Richard Heck * \author Richard Heck
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.

View File

@ -3,7 +3,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Stefan Schimanski * \author Stefan Schimanski
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.

View File

@ -4,7 +4,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */
@ -73,7 +73,7 @@ class FileNameList;
* *
* I am not sure if the class is complete or * I am not sure if the class is complete or
* minimal, probably not. * minimal, probably not.
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
*/ */
class Buffer { class Buffer {
public: public:

View File

@ -3,7 +3,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -4,7 +4,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -4,10 +4,10 @@
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Alfredo Braunstein * \author Alfredo Braunstein
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author John Levon * \author John Levon
* \author André Pönitz * \author André Pönitz
* \author Martin Vermeer * \author Martin Vermeer
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.

View File

@ -4,10 +4,10 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author John Levon * \author John Levon
* \author André Pönitz * \author André Pönitz
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -4,10 +4,10 @@
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Alfredo Braunstein * \author Alfredo Braunstein
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author John Levon * \author John Levon
* \author André Pönitz * \author André Pönitz
* \author Jürgen Vigna * \author Jürgen Vigna
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -5,9 +5,9 @@
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Alfredo Braustein * \author Alfredo Braustein
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author John Levon * \author John Levon
* \author Jürgen Vigna * \author Jürgen Vigna
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -3,7 +3,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Allan Rae * \author Allan Rae
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.

View File

@ -4,7 +4,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Allan Rae * \author Allan Rae
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.

View File

@ -4,7 +4,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Herbert Voß * \author Herbert Voß
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -4,11 +4,11 @@
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Asger Alstrup * \author Asger Alstrup
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Matthias Ettrich * \author Matthias Ettrich
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author John Levon * \author John Levon
* \author André Pönitz * \author André Pönitz
* \author Martin Vermeer * \author Martin Vermeer
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.

View File

@ -5,12 +5,12 @@
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Asger Alstrup * \author Asger Alstrup
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Matthias Ettrich * \author Matthias Ettrich
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author Angus Leeming * \author Angus Leeming
* \author John Levon * \author John Levon
* \author André Pönitz * \author André Pönitz
* \author Martin Vermeer * \author Martin Vermeer
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.

View File

@ -2,7 +2,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author André Pönitz * \author André Pönitz
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -3,7 +3,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author André Pönitz * \author André Pönitz
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -3,9 +3,9 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Martin Vermeer * \author Martin Vermeer
* \author André Pönitz * \author André Pönitz
* \author Richard Heck (roman numerals) * \author Richard Heck (roman numerals)
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.

View File

@ -4,7 +4,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author John Levon * \author John Levon
* \author Martin Vermeer * \author Martin Vermeer

View File

@ -6,7 +6,7 @@
* \author Alejandro Aguilar Sierra * \author Alejandro Aguilar Sierra
* \author Alfredo Braunstein * \author Alfredo Braunstein
* \author Dov Feldstern * \author Dov Feldstern
* \author André Pönitz * \author André Pönitz
* \author Stefan Schimanski * \author Stefan Schimanski
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.

View File

@ -4,7 +4,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author André Pönitz * \author André Pönitz
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -3,10 +3,10 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Matthias Ettrich * \author Matthias Ettrich
* \author André Pönitz * \author André Pönitz
* \author Jürgen Vigna * \author Jürgen Vigna
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -4,12 +4,12 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Matthias Ettrich * \author Matthias Ettrich
* \author John Levon * \author John Levon
* \author André Pönitz * \author André Pönitz
* \author Dekel Tsur * \author Dekel Tsur
* \author Jürgen Vigna * \author Jürgen Vigna
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -3,8 +3,8 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Jürgen Vigna * \author Jürgen Vigna
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Alfredo Braunstein * \author Alfredo Braunstein
* \author Michael Gerz * \author Michael Gerz
* *

View File

@ -4,8 +4,8 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Jürgen Vigna * \author Jürgen Vigna
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Alfredo Braunstein * \author Alfredo Braunstein
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.

View File

@ -3,7 +3,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author Ben Stanley * \author Ben Stanley
* *

View File

@ -4,7 +4,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.

View File

@ -3,7 +3,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author André Pönitz * \author André Pönitz
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -4,7 +4,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author André Pönitz * \author André Pönitz
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -5,7 +5,7 @@
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author none * \author none
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -3,7 +3,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author André Pönitz * \author André Pönitz
* \author Alfredo Braunstein * \author Alfredo Braunstein
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.

View File

@ -4,7 +4,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author André Pönitz * \author André Pönitz
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -3,7 +3,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author Dekel Tsur * \author Dekel Tsur
* *

View File

@ -4,7 +4,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.

View File

@ -5,11 +5,11 @@
* *
* \author unknown * \author unknown
* \author Alfredo Braunstein * \author Alfredo Braunstein
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean Marc Lasgouttes * \author Jean Marc Lasgouttes
* \author Angus Leeming * \author Angus Leeming
* \author John Levon * \author John Levon
* \author André Pönitz * \author André Pönitz
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -4,7 +4,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.

View File

@ -3,7 +3,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -4,7 +4,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -3,7 +3,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author Angus Leeming * \author Angus Leeming
* *

View File

@ -4,7 +4,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -3,10 +3,10 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author Angus Leeming * \author Angus Leeming
* \author André Pönitz * \author André Pönitz
* \author Dekel Tsur * \author Dekel Tsur
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.

View File

@ -4,7 +4,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author Angus Leeming * \author Angus Leeming
* \author Dekel Tsur * \author Dekel Tsur

View File

@ -4,7 +4,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author Angus Leeming * \author Angus Leeming
* \author Dekel Tsur * \author Dekel Tsur

View File

@ -3,10 +3,10 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author Angus Leeming * \author Angus Leeming
* \author André Pönitz * \author André Pönitz
* \author Dekel Tsur * \author Dekel Tsur
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.

View File

@ -4,7 +4,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author Angus Leeming * \author Angus Leeming
* \author Dekel Tsur * \author Dekel Tsur

View File

@ -4,13 +4,13 @@
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Asger Alstrup * \author Asger Alstrup
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author Angus Leeming * \author Angus Leeming
* \author John Levon * \author John Levon
* \author André Pönitz * \author André Pönitz
* \author Dekel Tsur * \author Dekel Tsur
* \author Jürgen Vigna * \author Jürgen Vigna
* \author Abdelrazak Younes * \author Abdelrazak Younes
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.

View File

@ -274,12 +274,12 @@ enum FuncCode
LFUN_ESCAPE, // Lgb 20010517 LFUN_ESCAPE, // Lgb 20010517
LFUN_THESAURUS_ENTRY, // Levon 20010720 LFUN_THESAURUS_ENTRY, // Levon 20010720
LFUN_OPTIONAL_INSERT, // Martin 12 Aug 2002 LFUN_OPTIONAL_INSERT, // Martin 12 Aug 2002
LFUN_MOUSE_PRESS, // André 9 Aug 2002 LFUN_MOUSE_PRESS, // André 9 Aug 2002
// 205 // 205
LFUN_MOUSE_MOTION, // André 9 Aug 2002 LFUN_MOUSE_MOTION, // André 9 Aug 2002
LFUN_MOUSE_RELEASE, // André 9 Aug 2002 LFUN_MOUSE_RELEASE, // André 9 Aug 2002
LFUN_MOUSE_DOUBLE, // André 9 Aug 2002 LFUN_MOUSE_DOUBLE, // André 9 Aug 2002
LFUN_MOUSE_TRIPLE, // André 9 Aug 2002 LFUN_MOUSE_TRIPLE, // André 9 Aug 2002
LFUN_WRAP_INSERT, // Dekel 7 Apr 2002 LFUN_WRAP_INSERT, // Dekel 7 Apr 2002
// 210 // 210
LFUN_CHANGES_TRACK, // Levon 20021001 (cool date !) LFUN_CHANGES_TRACK, // Levon 20021001 (cool date !)

View File

@ -3,7 +3,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author André Pönitz * \author André Pönitz
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -4,7 +4,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author André Pönitz * \author André Pönitz
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -4,7 +4,7 @@
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Alfredo Braunstein * \author Alfredo Braunstein
* \author André Pönitz * \author André Pönitz
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -4,7 +4,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author André Pönitz * \author André Pönitz
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -3,7 +3,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Martin Vermeer * \author Martin Vermeer
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.

View File

@ -4,7 +4,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -4,7 +4,7 @@
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author unknown * \author unknown
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Angus Leeming * \author Angus Leeming
* \author John Levon * \author John Levon
* *

View File

@ -5,7 +5,7 @@
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author unknown * \author unknown
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Angus Leeming * \author Angus Leeming
* \author John Levon * \author John Levon
* *

View File

@ -3,10 +3,10 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author John Levon * \author John Levon
* \author André Pönitz * \author André Pönitz
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -4,7 +4,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author John Levon * \author John Levon
* *

View File

@ -3,7 +3,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author John Levon * \author John Levon
* *

View File

@ -4,7 +4,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.

View File

@ -4,11 +4,11 @@
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Alfredo Braunstein * \author Alfredo Braunstein
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author Angus Leeming * \author Angus Leeming
* \author Dekel Tsur * \author Dekel Tsur
* \author Jürgen Spitzmüller * \author Jürgen Spitzmüller
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */
@ -878,7 +878,7 @@ void LaTeX::deplog(DepTable & head)
string lastline; string lastline;
while (ifs) { while (ifs) {
// Ok, the scanning of files here is not sufficient. // Ok, the scanning of files here is not sufficient.
// Sometimes files are named by "File: xxx" only // Sometimes files are named by "File: xxx" only
// So I think we should use some regexps to find files instead. // So I think we should use some regexps to find files instead.
// Note: all file names and paths might contains spaces. // Note: all file names and paths might contains spaces.
bool found_file = false; bool found_file = false;

View File

@ -4,7 +4,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Angus Leeming * \author Angus Leeming
* \author Dekel Tsur * \author Dekel Tsur
* *

View File

@ -3,11 +3,11 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author José Matos * \author José Matos
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author Jürgen Vigna * \author Jürgen Vigna
* \author André Pönitz * \author André Pönitz
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */
@ -625,7 +625,7 @@ string const LaTeXFeatures::getPackages() const
if (isRequired("framed") && mustProvide("color")) { if (isRequired("framed") && mustProvide("color")) {
RGBColor c = rgbFromHexName(lcolor.getX11Name(Color_shadedbg)); RGBColor c = rgbFromHexName(lcolor.getX11Name(Color_shadedbg));
//255.0 to force conversion to double //255.0 to force conversion to double
//NOTE As Jürgen Spitzmüller pointed out, an alternative would be //NOTE As Jürgen Spitzmüller pointed out, an alternative would be
//to use the xcolor package instead, and then we can do //to use the xcolor package instead, and then we can do
// \define{shadcolor}{RGB}... // \define{shadcolor}{RGB}...
//and not do any conversion. We'd then need to require xcolor //and not do any conversion. We'd then need to require xcolor

View File

@ -4,7 +4,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.

View File

@ -3,7 +3,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author Dekel Tsur * \author Dekel Tsur
* *

View File

@ -4,10 +4,10 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author Dekel Tsur * \author Dekel Tsur
* \author Jürgen Vigna * \author Jürgen Vigna
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -3,9 +3,9 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author André Pönitz * \author André Pönitz
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -4,9 +4,9 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author André Pönitz * \author André Pönitz
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -4,9 +4,9 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author André Pönitz * \author André Pönitz
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -3,7 +3,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author John Levon * \author John Levon
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.

View File

@ -4,7 +4,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -4,7 +4,7 @@
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Matthias Ettrich * \author Matthias Ettrich
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author Angus Leeming * \author Angus Leeming
* \author John Levon * \author John Levon

View File

@ -5,7 +5,7 @@
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Matthias Ettrich * \author Matthias Ettrich
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author John Levon * \author John Levon
* *

View File

@ -4,7 +4,7 @@
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Alejandro Aguilar Sierra * \author Alejandro Aguilar Sierra
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author John Levon * \author John Levon
* *

View File

@ -5,7 +5,7 @@
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Alejandro Aguilar Sierra * \author Alejandro Aguilar Sierra
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -4,10 +4,10 @@
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Alfredo Braunstein * \author Alfredo Braunstein
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author John Levon * \author John Levon
* \author André Pönitz * \author André Pönitz
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -4,7 +4,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author John Levon * \author John Levon
* *

View File

@ -3,10 +3,10 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author John Levon * \author John Levon
* \author André Pönitz * \author André Pönitz
* \author Pavel Sanda * \author Pavel Sanda
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.

View File

@ -4,7 +4,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author John Levon * \author John Levon
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.

View File

@ -4,15 +4,15 @@
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Alfredo Braunstein * \author Alfredo Braunstein
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author Angus Leeming * \author Angus Leeming
* \author John Levon * \author John Levon
* \author André Pönitz * \author André Pönitz
* \author Allan Rae * \author Allan Rae
* \author Dekel Tsur * \author Dekel Tsur
* \author Martin Vermeer * \author Martin Vermeer
* \author Jürgen Vigna * \author Jürgen Vigna
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -4,10 +4,10 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author John Levon * \author John Levon
* \author André Pönitz * \author André Pönitz
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -3,11 +3,11 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author Angus Leeming * \author Angus Leeming
* \author John Levon * \author John Levon
* \author André Pönitz * \author André Pönitz
* \author Allan Rae * \author Allan Rae
* \author Dekel Tsur * \author Dekel Tsur
* *

View File

@ -4,11 +4,11 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author Angus Leeming * \author Angus Leeming
* \author John Levon * \author John Levon
* \author André Pönitz * \author André Pönitz
* \author Allan Rae * \author Allan Rae
* \author Dekel Tsur * \author Dekel Tsur
* *

View File

@ -3,11 +3,11 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author Angus Leeming * \author Angus Leeming
* \author John Levon * \author John Levon
* \author André Pönitz * \author André Pönitz
* \author Allan Rae * \author Allan Rae
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.

View File

@ -4,7 +4,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -3,7 +3,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author André Pönitz * \author André Pönitz
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -4,7 +4,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author André Pönitz * \author André Pönitz
* \author Stefan Schimanski * \author Stefan Schimanski
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.

View File

@ -3,7 +3,7 @@
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author unknown * \author unknown
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -4,7 +4,7 @@
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author unknown * \author unknown
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -4,13 +4,13 @@
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Asger Alstrup * \author Asger Alstrup
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author Angus Leeming * \author Angus Leeming
* \author John Levon * \author John Levon
* \author André Pönitz * \author André Pönitz
* \author Dekel Tsur * \author Dekel Tsur
* \author Jürgen Vigna * \author Jürgen Vigna
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -5,10 +5,10 @@
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Asger Alstrup * \author Asger Alstrup
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author John Levon * \author John Levon
* \author André Pönitz * \author André Pönitz
* \author Jürgen Vigna * \author Jürgen Vigna
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -4,13 +4,13 @@
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Asger Alstrup * \author Asger Alstrup
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author Angus Leeming * \author Angus Leeming
* \author John Levon * \author John Levon
* \author André Pönitz * \author André Pönitz
* \author Dekel Tsur * \author Dekel Tsur
* \author Jürgen Vigna * \author Jürgen Vigna
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -5,10 +5,10 @@
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Asger Alstrup * \author Asger Alstrup
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author John Levon * \author John Levon
* \author André Pönitz * \author André Pönitz
* \author Jürgen Vigna * \author Jürgen Vigna
* \author Abdelrazak Younes * \author Abdelrazak Younes
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.

View File

@ -3,11 +3,11 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Angus Leeming * \author Angus Leeming
* \author John Levon * \author John Levon
* \author André Pönitz * \author André Pönitz
* \author Jürgen Vigna * \author Jürgen Vigna
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -4,7 +4,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Angus Leeming * \author Angus Leeming
* \author John Levon * \author John Levon
* *

View File

@ -4,10 +4,10 @@
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author unknown * \author unknown
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author John Levon * \author John Levon
* \author André Pönitz * \author André Pönitz
* \author Jürgen Vigna * \author Jürgen Vigna
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
* *

View File

@ -5,7 +5,7 @@
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Matthias Ettrich * \author Matthias Ettrich
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
* *

View File

@ -3,7 +3,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -4,7 +4,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */

View File

@ -3,7 +3,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author Angus Leeming * \author Angus Leeming
* \author John Levon * \author John Levon

Some files were not shown because too many files have changed in this diff Show More