[Opal-commits] opal/kdevelop opal.kdevelop,1.3,1.4
Status: Inactive
Brought to you by:
tylerstreeter
|
From: Olex <ole...@us...> - 2005-12-01 23:55:31
|
Update of /cvsroot/opal/opal/kdevelop In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13924/kdevelop Modified Files: opal.kdevelop Log Message: More Unit tests. Finished opal::Quaternion tests. Index: opal.kdevelop =================================================================== RCS file: /cvsroot/opal/opal/kdevelop/opal.kdevelop,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** opal.kdevelop 1 Dec 2005 02:04:54 -0000 1.3 --- opal.kdevelop 1 Dec 2005 23:55:21 -0000 1.4 *************** *** 14,18 **** <projectdirectory>.</projectdirectory> <absoluteprojectpath>false</absoluteprojectpath> ! <description></description> <versioncontrol/> </general> --- 14,18 ---- <projectdirectory>.</projectdirectory> <absoluteprojectpath>false</absoluteprojectpath> ! <description/> <versioncontrol/> </general> *************** *** 173,177 **** </codecompletion> <creategettersetter> ! <prefixGet></prefixGet> <prefixSet>set</prefixSet> <prefixVariable>m_,_</prefixVariable> --- 173,177 ---- </codecompletion> <creategettersetter> ! <prefixGet/> <prefixSet>set</prefixSet> <prefixVariable>m_,_</prefixVariable> *************** *** 194,203 **** <kdevdebugger> <general> ! <programargs></programargs> ! <gdbpath></gdbpath> ! <dbgshell></dbgshell> ! <configGdbScript></configGdbScript> ! <runShellScript></runShellScript> ! <runGdbScript></runGdbScript> <breakonloadinglibs>true</breakonloadinglibs> <separatetty>false</separatetty> --- 194,203 ---- <kdevdebugger> <general> ! <programargs/> ! <gdbpath/> ! <dbgshell/> ! <configGdbScript/> ! <runShellScript/> ! <runGdbScript/> <breakonloadinglibs>true</breakonloadinglibs> <separatetty>false</separatetty> *************** *** 211,216 **** </kdevdebugger> <ctagspart> ! <customArguments></customArguments> ! <customTagfilePath></customTagfilePath> </ctagspart> </kdevelop> --- 211,216 ---- </kdevdebugger> <ctagspart> ! <customArguments/> ! <customTagfilePath/> </ctagspart> </kdevelop> |