[Kdevcppunit-commits] kdevcppunit/src KCppUnitPart.cpp,1.3,1.4 KCppUnitWidgetForm.ui,1.2,1.3 Makefil
Status: Pre-Alpha
Brought to you by:
ewald-arnold
|
From: Ewald A. <ewa...@us...> - 2005-02-20 17:26:36
|
Update of /cvsroot/kdevcppunit/kdevcppunit/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7455/src Modified Files: KCppUnitPart.cpp KCppUnitWidgetForm.ui Makefile.am README.dox kdevpart_cppunit.desktop Log Message: restructured file tree Index: KCppUnitPart.cpp =================================================================== RCS file: /cvsroot/kdevcppunit/kdevcppunit/src/KCppUnitPart.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** KCppUnitPart.cpp 9 Feb 2005 22:24:01 -0000 1.3 --- KCppUnitPart.cpp 20 Feb 2005 17:26:22 -0000 1.4 *************** *** 51,56 **** typedef KDevGenericFactory<KCppUnitPart> KCppUnitFactory; ! static const KAboutData data( "kdevcppunit", "KCppUnit", "1.0" ); ! K_EXPORT_COMPONENT_FACTORY( libkdevcppunit, KCppUnitFactory( &data ) ) KCppUnitPart::KCppUnitPart( QObject *parent, const char *name, const QStringList& ) --- 51,56 ---- typedef KDevGenericFactory<KCppUnitPart> KCppUnitFactory; ! static const KAboutData data( "kdevcppunit_ui", "KCppUnit", "1.0" ); ! K_EXPORT_COMPONENT_FACTORY( libkdevcppunit_ui, KCppUnitFactory( &data ) ) KCppUnitPart::KCppUnitPart( QObject *parent, const char *name, const QStringList& ) Index: Makefile.am =================================================================== RCS file: /cvsroot/kdevcppunit/kdevcppunit/src/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile.am 9 Feb 2005 22:17:24 -0000 1.4 --- Makefile.am 20 Feb 2005 17:26:22 -0000 1.5 *************** *** 1,13 **** ! SUBDIRS = . tests ! INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_includes) CPPUNITLIB = #-lcppunit MOCKPPLIB = #-lmockpp ! kde_module_LTLIBRARIES = libkdevcppunit.la ! libkdevcppunit_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) ! libkdevcppunit_la_LIBADD = -lkdevelop $(CPPUNITLIB) $(MOCKPPLIB) ! libkdevcppunit_la_SOURCES = KCppUnitDialogForm.ui KCppUnitPart.cpp \ KCppUnitDialog.cpp KCppUnitItem.cpp KCppUnitWidget.cpp KCppUnitWidgetForm.ui \ BrowserRecord.cpp TestRecord.cpp --- 1,14 ---- ! SUBDIRS = . launcher tests ! INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util \ ! $(all_includes) CPPUNITLIB = #-lcppunit MOCKPPLIB = #-lmockpp ! kde_module_LTLIBRARIES = libkdevcppunit_ui.la ! libkdevcppunit_ui_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) ! libkdevcppunit_ui_la_LIBADD = -lkdevelop $(CPPUNITLIB) $(MOCKPPLIB) ! libkdevcppunit_ui_la_SOURCES = KCppUnitDialogForm.ui KCppUnitPart.cpp \ KCppUnitDialog.cpp KCppUnitItem.cpp KCppUnitWidget.cpp KCppUnitWidgetForm.ui \ BrowserRecord.cpp TestRecord.cpp *************** *** 27,29 **** kcppunit_SOURCES = kcppunit.cpp ! kcppunit_LDADD = $(top_builddir)/src/libkdevcppunit.la -lqt-mt --- 28,30 ---- kcppunit_SOURCES = kcppunit.cpp ! kcppunit_LDADD = $(top_builddir)/src/libkdevcppunit_ui.la -lqt-mt Index: kdevpart_cppunit.desktop =================================================================== RCS file: /cvsroot/kdevcppunit/kdevcppunit/src/kdevpart_cppunit.desktop,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** kdevpart_cppunit.desktop 6 Feb 2005 21:42:55 -0000 1.2 --- kdevpart_cppunit.desktop 20 Feb 2005 17:26:22 -0000 1.3 *************** *** 5,15 **** Comment=KDevCppUnit is a tool that helps you test your source code Comment[de]=KDevCppUnit ist ein Werkzeug zum Testen von Sourcecode ! Name=KDevcppunit Name[de]=Unterstützung für CppUnit (KDevelop) GenericName=CppUnit Frontend GenericName[de]=Oberfläche für CppUnit ! Icon=kdevelop ServiceTypes=KDevelop/Plugin X-KDevelop-Scope=Global ! X-KDE-Library=libkdevcppunit X-KDevelop-Version=1 --- 5,15 ---- Comment=KDevCppUnit is a tool that helps you test your source code Comment[de]=KDevCppUnit ist ein Werkzeug zum Testen von Sourcecode ! Name=KDevCppUnit Name[de]=Unterstützung für CppUnit (KDevelop) GenericName=CppUnit Frontend GenericName[de]=Oberfläche für CppUnit ! Icon=kdevcppunit ServiceTypes=KDevelop/Plugin X-KDevelop-Scope=Global ! X-KDE-Library=libkdevcppunit_ui X-KDevelop-Version=1 Index: KCppUnitWidgetForm.ui =================================================================== RCS file: /cvsroot/kdevcppunit/kdevcppunit/src/KCppUnitWidgetForm.ui,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** KCppUnitWidgetForm.ui 9 Feb 2005 22:17:23 -0000 1.2 --- KCppUnitWidgetForm.ui 20 Feb 2005 17:26:22 -0000 1.3 *************** *** 443,451 **** <string>&Browser</string> </attribute> ! <hbox> <property name="name"> <cstring>unnamed</cstring> </property> ! <widget class="QListView"> <column> <property name="text"> --- 443,451 ---- <string>&Browser</string> </attribute> ! <grid> <property name="name"> <cstring>unnamed</cstring> </property> ! <widget class="QListView" row="1" column="0"> <column> <property name="text"> *************** *** 488,492 **** </property> </widget> ! <widget class="QLayoutWidget"> <property name="name"> <cstring>layout3</cstring> --- 488,492 ---- </property> </widget> ! <widget class="QLayoutWidget" row="1" column="1"> <property name="name"> <cstring>layout3</cstring> *************** *** 530,535 **** <property name="sizeHint"> <size> ! <width>31</width> ! <height>51</height> </size> </property> --- 530,535 ---- <property name="sizeHint"> <size> ! <width>87</width> ! <height>229</height> </size> </property> *************** *** 548,552 **** </vbox> </widget> ! </hbox> </widget> </widget> --- 548,607 ---- </vbox> </widget> ! <widget class="QGroupBox" row="0" column="0" rowspan="1" colspan="2"> ! <property name="name"> ! <cstring>groupBox1</cstring> ! </property> ! <property name="title"> ! <string>groupBox1</string> ! </property> ! <hbox> ! <property name="name"> ! <cstring>unnamed</cstring> ! </property> ! <widget class="QLabel"> ! <property name="name"> ! <cstring>textLabel1_3</cstring> ! </property> ! <property name="sizePolicy"> ! <sizepolicy> ! <hsizetype>0</hsizetype> ! <vsizetype>5</vsizetype> ! <horstretch>0</horstretch> ! <verstretch>0</verstretch> ! </sizepolicy> ! </property> ! <property name="text"> ! <string>Module:</string> ! </property> ! </widget> ! <widget class="QComboBox"> ! <item> ! <property name="text"> ! <string>modul-1</string> ! </property> ! </item> ! <property name="name"> ! <cstring>comboBox2</cstring> ! </property> ! <property name="sizePolicy"> ! <sizepolicy> ! <hsizetype>7</hsizetype> ! <vsizetype>0</vsizetype> ! <horstretch>0</horstretch> ! <verstretch>0</verstretch> ! </sizepolicy> ! </property> ! </widget> ! <widget class="QPushButton"> ! <property name="name"> ! <cstring>pushButton5</cstring> ! </property> ! <property name="text"> ! <string>Setup</string> ! </property> ! </widget> ! </hbox> ! </widget> ! </grid> </widget> </widget> Index: README.dox =================================================================== RCS file: /cvsroot/kdevcppunit/kdevcppunit/src/README.dox,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README.dox 15 Nov 2004 20:54:39 -0000 1.1.1.1 --- README.dox 20 Feb 2005 17:26:22 -0000 1.2 *************** *** 8,14 **** with a single mouse click. ! You are also able run single tests. ! \authors <a href="mailto:kdevelop AT ewald-arnold.de">Ewald Arnold</a>. */ --- 8,14 ---- with a single mouse click. ! You are also able to run single tests. ! \authors <a href="mailto:kdevcppunit at ewald-arnold dot de">Ewald Arnold</a>. */ |