Loading INSTALL +2 −2 Original line number Diff line number Diff line DOXYGEN Version 1.3.6-20040413 DOXYGEN Version 1.3.6-20040427 Please read the installation section of the manual (http://www.doxygen.org/install.html) for instructions. -------- Dimitri van Heesch (13 April 2004) Dimitri van Heesch (27 April 2004) README +2 −2 Original line number Diff line number Diff line DOXYGEN Version 1.3.6_20040413 DOXYGEN Version 1.3.6_20040427 Please read INSTALL for compilation instructions. Loading @@ -17,4 +17,4 @@ to subscribe to the lists or to visit the archives. Enjoy, Dimitri van Heesch (dimitri@stack.nl) (13 April 2004) Dimitri van Heesch (dimitri@stack.nl) (27 April 2004) VERSION +1 −1 Original line number Diff line number Diff line 1.3.6-20040413 1.3.6-20040427 addon/doxywizard/inputbool.cpp +9 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,11 @@ #include "inputbool.h" #include "pagewidget.h" #if QT_VERSION >= 300 #include <qstylefactory.h> #else #include <qwindowsstyle.h> #endif #include <qlayout.h> InputBool::InputBool( const QString & text, PageWidget * parent, bool &flag ) Loading @@ -25,9 +29,13 @@ InputBool::InputBool( const QString & text, PageWidget * parent, bool &flag ) layout->addWidget(cb); layout->addStretch(10); #if QT_VERSION >= 300 QStyle *winStyle = QStyleFactory::create("windows"); #else QWindowsStyle *winStyle = new QWindowsStyle(); #endif cb->setChecked( flag ); cb->setStyle( winStyle ); if (winStyle) cb->setStyle( winStyle ); cb->setMinimumSize( sizeHint() ); connect( cb, SIGNAL(toggled(bool)), SLOT(setState(bool)) ); Loading configure +4 −0 Original line number Diff line number Diff line Loading @@ -397,6 +397,10 @@ echo "using $f_perl"; test -f .makeconfig && rm .makeconfig test -f .tmakeconfig && rm .tmakeconfig if test -z $PWD; then PWD=`pwd` fi cat > .makeconfig <<EOF DOXYGEN = $PWD TMAKEPATH = $PWD/tmake/lib/$f_platform Loading Loading
INSTALL +2 −2 Original line number Diff line number Diff line DOXYGEN Version 1.3.6-20040413 DOXYGEN Version 1.3.6-20040427 Please read the installation section of the manual (http://www.doxygen.org/install.html) for instructions. -------- Dimitri van Heesch (13 April 2004) Dimitri van Heesch (27 April 2004)
README +2 −2 Original line number Diff line number Diff line DOXYGEN Version 1.3.6_20040413 DOXYGEN Version 1.3.6_20040427 Please read INSTALL for compilation instructions. Loading @@ -17,4 +17,4 @@ to subscribe to the lists or to visit the archives. Enjoy, Dimitri van Heesch (dimitri@stack.nl) (13 April 2004) Dimitri van Heesch (dimitri@stack.nl) (27 April 2004)
addon/doxywizard/inputbool.cpp +9 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,11 @@ #include "inputbool.h" #include "pagewidget.h" #if QT_VERSION >= 300 #include <qstylefactory.h> #else #include <qwindowsstyle.h> #endif #include <qlayout.h> InputBool::InputBool( const QString & text, PageWidget * parent, bool &flag ) Loading @@ -25,9 +29,13 @@ InputBool::InputBool( const QString & text, PageWidget * parent, bool &flag ) layout->addWidget(cb); layout->addStretch(10); #if QT_VERSION >= 300 QStyle *winStyle = QStyleFactory::create("windows"); #else QWindowsStyle *winStyle = new QWindowsStyle(); #endif cb->setChecked( flag ); cb->setStyle( winStyle ); if (winStyle) cb->setStyle( winStyle ); cb->setMinimumSize( sizeHint() ); connect( cb, SIGNAL(toggled(bool)), SLOT(setState(bool)) ); Loading
configure +4 −0 Original line number Diff line number Diff line Loading @@ -397,6 +397,10 @@ echo "using $f_perl"; test -f .makeconfig && rm .makeconfig test -f .tmakeconfig && rm .tmakeconfig if test -z $PWD; then PWD=`pwd` fi cat > .makeconfig <<EOF DOXYGEN = $PWD TMAKEPATH = $PWD/tmake/lib/$f_platform Loading