More Info

Revision 633567

(Back to digest)
 

Other in KDE Base

Sebastian Trueg committed changes in /trunk/playground/base/qrdf:

C++ source files should be all lower case. This is how it is done throughout QT and KDE and most KDE apps.

Since Soprano will hopefully become a part of KDE at some point I'd like to have it compliant.

File Changes

Added 31 files
/trunk/playground/base/qrdf/soprano
 
/model.cpp
 
/model.h
 
/node.cpp
 
/node.h
 
/parser.cpp
 
/parser.h
 
/query.cpp
 
/query.h
 
/queryresult.cpp
 
/queryresult.h
 
/resultset.cpp
 
/resultset.h
 
/soprano.h
 
/statement.cpp
 
/statement.h
 
/statementiterator.cpp
 
/statementiterator.h
 
/statementiteratorprivate.cpp
 
/statementiteratorprivate.h
 
/redland/redlandmodel.cpp
 
/redland/redlandmodel.h
 
/redland/redlandparser.cpp
 
/redland/redlandparser.h
 
/redland/redlandqueryresult.cpp
 
/redland/redlandqueryresult.h
 
/redland/redlandstatementiterator.cpp
 
/redland/redlandstatementiterator.h
 
/redland/redlandutil.cpp
 
/redland/redlandutil.h
 
/redland/redlandworld.cpp
 
/redland/redlandworld.h
Deleted 31 files
/trunk/playground/base/qrdf/soprano
 
/Model.cpp
 
/Model.h
 
/Node.cpp
 
/Node.h
 
/Parser.cpp
 
/Parser.h
 
/Query.cpp
 
/Query.h
 
/QueryResult.cpp
 
/QueryResult.h
 
/ResultSet.cpp
 
/ResultSet.h
 
/Soprano.h
 
/Statement.cpp
 
/Statement.h
 
/StatementIterator.cpp
 
/StatementIterator.h
 
/StatementIteratorPrivate.cpp
 
/StatementIteratorPrivate.h
 
/redland/RedlandModel.cpp
 
/redland/RedlandModel.h
 
/redland/RedlandParser.cpp
 
/redland/RedlandParser.h
 
/redland/RedlandQueryResult.cpp
 
/redland/RedlandQueryResult.h
 
/redland/RedlandStatementIterator.cpp
 
/redland/RedlandStatementIterator.h
 
/redland/RedlandUtil.cpp
 
/redland/RedlandUtil.h
 
/redland/World.cpp
 
/redland/World.h
Modified 11 files
/trunk/playground/base/qrdf
 
/soprano/CMakeLists.txt
 
/soprano/soprano.cpp
 
/test/NodeTest.cpp
 
/test/RedlandMemoryModelTest.cpp
 
/test/RedlandPersistentModelTest.cpp
 
/test/RedlandStatementIteratorTest.cpp
 
/test/SopranoModelTest.cpp
 
/test/StatementIteratorTest.cpp
 
/test/StatementTest.cpp
 
/soprano/redland/CMakeLists.txt
 
/soprano/redland/redlandbackend.cpp
73 files changed in total