Renaming of files in preparation for code style tools.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/6/head
Michele Calgaro 3 years ago
parent 971ab170cf
commit 283bc34244
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -19,7 +19,7 @@
***************************************************************************/ ***************************************************************************/
#include "sub2qt.h" #include "sub2qt.h"
#include "datetime.hpp" #include "datetime.h"
#include "tdeglobal.h" #include "tdeglobal.h"
#include "tdelocale.h" #include "tdelocale.h"
#include <tqmap.h> #include <tqmap.h>

@ -20,7 +20,7 @@
#ifndef HELPERSSUB2TQT_H #ifndef HELPERSSUB2TQT_H
#define HELPERSSUB2TQT_H #define HELPERSSUB2TQT_H
#include "datetime.hpp" #include "datetime.h"
#include <tqdatetime.h> #include <tqdatetime.h>
#include <tqstring.h> #include <tqstring.h>
#include <svn_time.h> #include <svn_time.h>

@ -18,7 +18,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/ ***************************************************************************/
#include "depthselector.h" #include "depthselector.h"
#include "version_check.hpp" #include "version_check.h"
#include <tdelocale.h> #include <tdelocale.h>

@ -22,7 +22,7 @@
#include "depthform.h" #include "depthform.h"
#include "svnqttypes.hpp" #include "svnqttypes.h"
class TQCheckBox; class TQCheckBox;

@ -21,7 +21,7 @@
#define LOGMSG_IMPL_H #define LOGMSG_IMPL_H
#include "logmessage.h" #include "logmessage.h"
#include "commititem.hpp" #include "commititem.h"
#include <tqvaluelist.h> #include <tqvaluelist.h>
#include <tqpair.h> #include <tqpair.h>

@ -21,7 +21,7 @@
#define _REVERT_FORM_IMPL_H #define _REVERT_FORM_IMPL_H
#include "revertform.h" #include "revertform.h"
#include "svnqttypes.hpp" #include "svnqttypes.h"
class TQStringList; class TQStringList;

@ -20,7 +20,7 @@
#include "blamedisplay_impl.h" #include "blamedisplay_impl.h"
#include "simple_logcb.h" #include "simple_logcb.h"
#include "tdesvnsettings.h" #include "tdesvnsettings.h"
#include "log_entry.hpp" #include "log_entry.h"
#include "cursorstack.h" #include "cursorstack.h"
#include "widgetblockstack.h" #include "widgetblockstack.h"
#include "encodingselector_impl.h" #include "encodingselector_impl.h"

@ -21,7 +21,7 @@
#define BLAMEDISPLAY_IMPL_H #define BLAMEDISPLAY_IMPL_H
#include "blamedisplay.h" #include "blamedisplay.h"
#include "client.hpp" #include "client.h"
class BlameDisplayData; class BlameDisplayData;
class SimpleLogCb; class SimpleLogCb;

@ -20,9 +20,9 @@
#ifndef HELPERSCACHEENTRY_H #ifndef HELPERSCACHEENTRY_H
#define HELPERSCACHEENTRY_H #define HELPERSCACHEENTRY_H
#include "svnqttypes.hpp" #include "svnqttypes.h"
#include "shared_pointer.hpp" #include "shared_pointer.h"
#include "status.hpp" #include "status.h"
// std::map 'cause TQMap isn't usable // std::map 'cause TQMap isn't usable
#include <map> #include <map>

@ -20,8 +20,8 @@
#ifndef CCONTEXTLISTENER_H #ifndef CCONTEXTLISTENER_H
#define CCONTEXTLISTENER_H #define CCONTEXTLISTENER_H
#include "context_listener.hpp" #include "context_listener.h"
#include "smart_pointer.hpp" #include "smart_pointer.h"
#include <tqobject.h> #include <tqobject.h>
#include <tqstring.h> #include <tqstring.h>

@ -21,9 +21,9 @@
#include "tdesvnsettings.h" #include "tdesvnsettings.h"
#include "svnactions.h" #include "svnactions.h"
#include "dummydisplay.h" #include "dummydisplay.h"
#include "targets.hpp" #include "targets.h"
#include "url.hpp" #include "url.h"
#include "dirent.hpp" #include "dirent.h"
#include "sub2qt.h" #include "sub2qt.h"
#include "ktranslateurl.h" #include "ktranslateurl.h"
#include "sshagent.h" #include "sshagent.h"

@ -21,10 +21,10 @@
#include "tdesvnfilelist.h" #include "tdesvnfilelist.h"
#include "tdesvnsettings.h" #include "tdesvnsettings.h"
#include "helpers/sub2qt.h" #include "helpers/sub2qt.h"
#include "status.hpp" #include "status.h"
#include "revision.hpp" #include "revision.h"
#include "exception.hpp" #include "exception.h"
#include "url.hpp" #include "url.h"
#include "widgetblockstack.h" #include "widgetblockstack.h"
#include <tdelocale.h> #include <tdelocale.h>

@ -24,7 +24,7 @@
#include <tdelistview.h> #include <tdelistview.h>
#include <tqdatetime.h> #include <tqdatetime.h>
#include <tqptrlist.h> #include <tqptrlist.h>
#include "svnqttypes.hpp" #include "svnqttypes.h"
class TQPainter; class TQPainter;
class KFileItem; class KFileItem;

@ -20,9 +20,9 @@
#include "fillcachethread.h" #include "fillcachethread.h"
#include "tcontextlistener.h" #include "tcontextlistener.h"
#include "LogCache.hpp" #include "LogCache.h"
#include "ReposLog.hpp" #include "ReposLog.h"
#include "DatabaseException.hpp" #include "DatabaseException.h"
#include "tdesvn_events.h" #include "tdesvn_events.h"
#include <tqobject.h> #include <tqobject.h>

@ -20,9 +20,9 @@
#ifndef _FILLCACHE_THREAD_H #ifndef _FILLCACHE_THREAD_H
#define _FILLCACHE_THREAD_H #define _FILLCACHE_THREAD_H
#include "client.hpp" #include "client.h"
#include "revision.hpp" #include "revision.h"
#include "status.hpp" #include "status.h"
#include "ccontextlistener.h" #include "ccontextlistener.h"
#include "eventnumbers.h" #include "eventnumbers.h"
#include "frontendtypes.h" #include "frontendtypes.h"

@ -1,7 +1,7 @@
#ifndef _FRONTEND_TYPES_H #ifndef _FRONTEND_TYPES_H
#define _FRONTEND_TYPES_H #define _FRONTEND_TYPES_H
#include "svnqt/shared_pointer.hpp" #include "svnqt/shared_pointer.h"
class ThreadContextListener; class ThreadContextListener;

@ -20,7 +20,7 @@
#include "checkoutinfo_impl.h" #include "checkoutinfo_impl.h"
#include "rangeinput_impl.h" #include "rangeinput_impl.h"
#include "depthselector.h" #include "depthselector.h"
#include "url.hpp" #include "url.h"
#include "ktranslateurl.h" #include "ktranslateurl.h"
#include <kurlrequester.h> #include <kurlrequester.h>
#include <tqlabel.h> #include <tqlabel.h>

@ -21,8 +21,8 @@
#define CHECKOUTINFO_IMPL_H #define CHECKOUTINFO_IMPL_H
#include "checkoutinfo.h" #include "checkoutinfo.h"
#include "revision.hpp" #include "revision.h"
#include "svnqttypes.hpp" #include "svnqttypes.h"
#include "kurl.h" #include "kurl.h"
class CheckoutInfo_impl: public CheckoutInfo { class CheckoutInfo_impl: public CheckoutInfo {

@ -21,7 +21,7 @@
#define PROPERTYLIST_H #define PROPERTYLIST_H
#include <tdelistview.h> #include <tdelistview.h>
#include "svnqttypes.hpp" #include "svnqttypes.h"
/** /**
@author @author

@ -21,7 +21,7 @@
#define RANGEINPUT_IMPL_H #define RANGEINPUT_IMPL_H
#include "rangeinput.h" #include "rangeinput.h"
#include "revision.hpp" #include "revision.h"
#include <tqpair.h> #include <tqpair.h>
class Rangeinput_impl: public RangeInputDlg { class Rangeinput_impl: public RangeInputDlg {

@ -21,7 +21,7 @@
#define REVISIONBUTTONIMPL_H #define REVISIONBUTTONIMPL_H
#include "revisionbutton.h" #include "revisionbutton.h"
#include "svnqt/revision.hpp" #include "svnqt/revision.h"
class RevisionButtonImpl: public RevisionButton { class RevisionButtonImpl: public RevisionButton {
Q_OBJECT Q_OBJECT

@ -20,7 +20,7 @@
#ifndef ELOGENTRY_H #ifndef ELOGENTRY_H
#define ELOGENTRY_H #define ELOGENTRY_H
#include <svnqt/log_entry.hpp> #include <svnqt/log_entry.h>
/** /**
@author Rajko Albrecht <ral@alwins-world.de> @author Rajko Albrecht <ral@alwins-world.de>

@ -23,7 +23,7 @@
#include "graphtree_defines.h" #include "graphtree_defines.h"
#include "tdesvnsettings.h" #include "tdesvnsettings.h"
#include "stopdlg.h" #include "stopdlg.h"
#include "client.hpp" #include "client.h"
#include <kapp.h> #include <kapp.h>
#include <kdebug.h> #include <kdebug.h>

@ -20,7 +20,7 @@
#ifndef REVGRAPHVIEW_H #ifndef REVGRAPHVIEW_H
#define REVGRAPHVIEW_H #define REVGRAPHVIEW_H
#include <svnqt/revision.hpp> #include <svnqt/revision.h>
#include <tqcanvas.h> #include <tqcanvas.h>

@ -19,10 +19,10 @@
***************************************************************************/ ***************************************************************************/
#include "revisiontree.h" #include "revisiontree.h"
#include "stopdlg.h" #include "stopdlg.h"
#include "log_entry.hpp" #include "log_entry.h"
#include "LogCache.hpp" #include "LogCache.h"
#include "ReposLog.hpp" #include "ReposLog.h"
#include "url.hpp" #include "url.h"
#include "sub2qt.h" #include "sub2qt.h"
#include "revtreewidget.h" #include "revtreewidget.h"
#include "revgraphview.h" #include "revgraphview.h"

@ -20,9 +20,9 @@
#ifndef REVISIONTREE_H #ifndef REVISIONTREE_H
#define REVISIONTREE_H #define REVISIONTREE_H
#include "log_entry.hpp" #include "log_entry.h"
#include "revision.hpp" #include "revision.h"
#include "client.hpp" #include "client.h"
#include <tqstring.h> #include <tqstring.h>
#include <tqmap.h> #include <tqmap.h>

@ -20,7 +20,7 @@
#ifndef REVTREEWIDGET_H #ifndef REVTREEWIDGET_H
#define REVTREEWIDGET_H #define REVTREEWIDGET_H
#include <svnqt/revision.hpp> #include <svnqt/revision.h>
#include <tqvariant.h> #include <tqvariant.h>
#include <tqpixmap.h> #include <tqpixmap.h>

@ -19,7 +19,7 @@
***************************************************************************/ ***************************************************************************/
#include "importdir_logmsg.h" #include "importdir_logmsg.h"
#include "version_check.hpp" #include "version_check.h"
#include <tdelocale.h> #include <tdelocale.h>

@ -21,7 +21,7 @@
#include "itemdisplay.h" #include "itemdisplay.h"
#include "svnitem.h" #include "svnitem.h"
#include "tdesvnsettings.h" #include "tdesvnsettings.h"
#include "status.hpp" #include "status.h"
ItemDisplay::ItemDisplay() ItemDisplay::ItemDisplay()

@ -21,7 +21,7 @@
#ifndef __ITEMDISPLAY_H #ifndef __ITEMDISPLAY_H
#define __ITEMDISPLAY_H #define __ITEMDISPLAY_H
#include "svnqttypes.hpp" #include "svnqttypes.h"
#include <tqptrlist.h> #include <tqptrlist.h>
#include <tqstring.h> #include <tqstring.h>
#include <kurl.h> #include <kurl.h>

@ -19,7 +19,7 @@
***************************************************************************/ ***************************************************************************/
#include "mergedlg_impl.h" #include "mergedlg_impl.h"
#include "rangeinput_impl.h" #include "rangeinput_impl.h"
#include "svnqt/url.hpp" #include "svnqt/url.h"
#include "ktranslateurl.h" #include "ktranslateurl.h"
#include "tdesvnsettings.h" #include "tdesvnsettings.h"

@ -21,7 +21,7 @@
#include "modifiedthread.h" #include "modifiedthread.h"
#include "tcontextlistener.h" #include "tcontextlistener.h"
#include "svnqttypes.hpp" #include "svnqttypes.h"
#include <tqobject.h> #include <tqobject.h>
#include <kdebug.h> #include <kdebug.h>

@ -20,9 +20,9 @@
#ifndef _MODIFIED_THREAD_H #ifndef _MODIFIED_THREAD_H
#define _MODIFIED_THREAD_H #define _MODIFIED_THREAD_H
#include "client.hpp" #include "client.h"
#include "revision.hpp" #include "revision.h"
#include "status.hpp" #include "status.h"
#include "ccontextlistener.h" #include "ccontextlistener.h"
#include "eventnumbers.h" #include "eventnumbers.h"
#include "frontendtypes.h" #include "frontendtypes.h"

@ -23,7 +23,7 @@
#include "propertiesdlg.h" #include "propertiesdlg.h"
#include "editproperty_impl.h" #include "editproperty_impl.h"
#include "svnitem.h" #include "svnitem.h"
#include "client.hpp" #include "client.h"
#include <tqvariant.h> #include <tqvariant.h>
#include <tqlabel.h> #include <tqlabel.h>

@ -26,8 +26,8 @@
#include <tqmap.h> #include <tqmap.h>
#include <tqstring.h> #include <tqstring.h>
#include "svnqttypes.hpp" #include "svnqttypes.h"
#include "revision.hpp" #include "revision.h"
class TQVBoxLayout; class TQVBoxLayout;
class TQHBoxLayout; class TQHBoxLayout;

@ -37,17 +37,17 @@
#include "revisiontree.h" #include "revisiontree.h"
#include "tdesvnsettings.h" #include "tdesvnsettings.h"
#include "tdesvn_events.h" #include "tdesvn_events.h"
#include "client.hpp" #include "client.h"
#include "annotate_line.hpp" #include "annotate_line.h"
#include "context_listener.hpp" #include "context_listener.h"
#include "dirent.hpp" #include "dirent.h"
#include "targets.hpp" #include "targets.h"
#include "url.hpp" #include "url.h"
#include "wc.hpp" #include "wc.h"
#include "svnqt_defines.hpp" #include "svnqt_defines.h"
#include "LogCache.hpp" #include "LogCache.h"
#include "ReposLog.hpp" #include "ReposLog.h"
#include "url.hpp" #include "url.h"
#include "helpers/sub2qt.h" #include "helpers/sub2qt.h"
#include "fronthelpers/cursorstack.h" #include "fronthelpers/cursorstack.h"

@ -20,11 +20,11 @@
#ifndef SVNACTIONS_H #ifndef SVNACTIONS_H
#define SVNACTIONS_H #define SVNACTIONS_H
#include "client.hpp" #include "client.h"
#include "revision.hpp" #include "revision.h"
#include "smart_pointer.hpp" #include "smart_pointer.h"
#include "shared_pointer.hpp" #include "shared_pointer.h"
#include "svnqttypes.hpp" #include "svnqttypes.h"
#include "simple_logcb.h" #include "simple_logcb.h"

@ -22,9 +22,9 @@
#include "svnactions.h" #include "svnactions.h"
#include "tdesvn_part.h" #include "tdesvn_part.h"
#include "tdesvnsettings.h" #include "tdesvnsettings.h"
#include "status.hpp" #include "status.h"
#include "smart_pointer.hpp" #include "smart_pointer.h"
#include "url.hpp" #include "url.h"
#include "sub2qt.h" #include "sub2qt.h"
#include "ktranslateurl.h" #include "ktranslateurl.h"

@ -21,8 +21,8 @@
#ifndef __SVN_ITEM_H #ifndef __SVN_ITEM_H
#define __SVN_ITEM_H #define __SVN_ITEM_H
#include "smart_pointer.hpp" #include "smart_pointer.h"
#include "svnqttypes.hpp" #include "svnqttypes.h"
#include <kmimetype.h> #include <kmimetype.h>
#include <tqstring.h> #include <tqstring.h>
#include <tqdatetime.h> #include <tqdatetime.h>

@ -19,7 +19,7 @@
***************************************************************************/ ***************************************************************************/
#include "svnlogdlgimp.h" #include "svnlogdlgimp.h"
#include "tdesvnsettings.h" #include "tdesvnsettings.h"
#include "log_entry.hpp" #include "log_entry.h"
#include "sub2qt.h" #include "sub2qt.h"
#include "svnactions.h" #include "svnactions.h"
#include "revisionbuttonimpl.h" #include "revisionbuttonimpl.h"

@ -22,9 +22,9 @@
#include "svnlogdlg.h" #include "svnlogdlg.h"
#include "simple_logcb.h" #include "simple_logcb.h"
#include "log_entry.hpp" #include "log_entry.h"
#include "client.hpp" #include "client.h"
#include "shared_pointer.hpp" #include "shared_pointer.h"
#include <tqsize.h> #include <tqsize.h>
#include <tqregexp.h> #include <tqregexp.h>

@ -31,11 +31,11 @@
#include "checkoutinfo_impl.h" #include "checkoutinfo_impl.h"
#include "stopdlg.h" #include "stopdlg.h"
#include "tdesvnsettings.h" #include "tdesvnsettings.h"
#include "revision.hpp" #include "revision.h"
#include "dirent.hpp" #include "dirent.h"
#include "client.hpp" #include "client.h"
#include "status.hpp" #include "status.h"
#include "url.hpp" #include "url.h"
#include "sshagent.h" #include "sshagent.h"
#include "sub2qt.h" #include "sub2qt.h"
#include "cursorstack.h" #include "cursorstack.h"

@ -22,8 +22,8 @@
#include "itemdisplay.h" #include "itemdisplay.h"
#include "filelistviewitem.h" #include "filelistviewitem.h"
#include "status.hpp" #include "status.h"
#include "client.hpp" #include "client.h"
#include <tdelistview.h> #include <tdelistview.h>
#include <kurl.h> #include <kurl.h>

@ -20,7 +20,7 @@
#ifndef THREADCONTEXTLISTENERDATA_H #ifndef THREADCONTEXTLISTENERDATA_H
#define THREADCONTEXTLISTENERDATA_H #define THREADCONTEXTLISTENERDATA_H
#include "context_listener.hpp" #include "context_listener.h"
#include <tqthread.h> #include <tqthread.h>
#include <tqstring.h> #include <tqstring.h>

@ -41,53 +41,53 @@ SET(SOURCES
client_merge.cpp client_merge.cpp
cache/LogCache.cpp cache/LogCache.cpp
cache/ReposLog.cpp cache/ReposLog.cpp
cache/DatabaseException.hpp cache/DatabaseException.h
cache/DatabaseException.cpp cache/DatabaseException.cpp
) )
SET(CACHEINST_HEADERS SET(CACHEINST_HEADERS
cache/LogCache.hpp cache/LogCache.h
cache/ReposLog.hpp cache/ReposLog.h
cache/DatabaseException.hpp cache/DatabaseException.h
) )
SET(INST_HEADERS SET(INST_HEADERS
annotate_line.hpp annotate_line.h
apr.hpp apr.h
check.hpp check.h
client.hpp client.h
commititem.hpp commititem.h
context.hpp context.h
context_listener.hpp context_listener.h
datetime.hpp datetime.h
dirent.hpp dirent.h
entry.hpp entry.h
exception.hpp exception.h
info_entry.hpp info_entry.h
lock_entry.hpp lock_entry.h
log_entry.hpp log_entry.h
path.hpp path.h
pool.hpp pool.h
repository.hpp repository.h
repositorylistener.hpp repositorylistener.h
revision.hpp revision.h
smart_pointer.hpp smart_pointer.h
shared_pointer.hpp shared_pointer.h
status.hpp status.h
svnfilestream.hpp svnfilestream.h
svnstream.hpp svnstream.h
svnqttypes.hpp svnqttypes.h
targets.hpp targets.h
url.hpp url.h
version_check.hpp version_check.h
wc.hpp wc.h
stringarray.hpp stringarray.h
diffoptions.hpp diffoptions.h
conflictdescription.hpp conflictdescription.h
conflictresult.hpp conflictresult.h
) )
FILE(GLOB svnhdr RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.hpp") FILE(GLOB svnhdr RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.h")
SET(svnhdr ${svnhdr} ${CACHE_INST_HEADERS}) SET(svnhdr ${svnhdr} ${CACHE_INST_HEADERS})
@ -106,12 +106,12 @@ IF (HAVE_GCC_VISIBILITY)
ENDIF (HAVE_GCC_VISIBILITY) ENDIF (HAVE_GCC_VISIBILITY)
CONFIGURE_FILE( CONFIGURE_FILE(
"${CMAKE_CURRENT_SOURCE_DIR}/svnqt_defines.hpp.in" "${CMAKE_CURRENT_SOURCE_DIR}/svnqt_defines.h.in"
"${CMAKE_CURRENT_BINARY_DIR}/svnqt_defines.hpp" "${CMAKE_CURRENT_BINARY_DIR}/svnqt_defines.h"
IMMEDIATE IMMEDIATE
@ONLY) @ONLY)
SET(INST_HEADERS ${INST_HEADERS} ${CMAKE_CURRENT_BINARY_DIR}/svnqt_defines.hpp) SET(INST_HEADERS ${INST_HEADERS} ${CMAKE_CURRENT_BINARY_DIR}/svnqt_defines.h)
INCLUDE_DIRECTORIES(BEFORE ${CMAKE_CURRENT_BINARY_DIR}) INCLUDE_DIRECTORIES(BEFORE ${CMAKE_CURRENT_BINARY_DIR})
ADD_LIBRARY(${svnqt-name} SHARED ${SOURCES} ${svnhdr}) ADD_LIBRARY(${svnqt-name} SHARED ${SOURCES} ${svnhdr})

@ -1,4 +1,4 @@
A small section of code in client_impl.hpp and client_impl.cpp was taken and modified A small section of code in client_impl.h and client_impl.cpp was taken and modified
from the source code of subversion 1.8.10, which is released under the following license. from the source code of subversion 1.8.10, which is released under the following license.
--------------------------------------------------------------------------------- ---------------------------------------------------------------------------------

@ -30,7 +30,7 @@
#ifndef _SVNCPP_ANNOTATE_LINE_HPP_ #ifndef _SVNCPP_ANNOTATE_LINE_HPP_
#define _SVNCPP_ANNOTATE_LINE_HPP_ #define _SVNCPP_ANNOTATE_LINE_HPP_
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include <tqstring.h> #include <tqstring.h>
#include <tqdatetime.h> #include <tqdatetime.h>

@ -32,7 +32,7 @@
#include "apr_general.h" #include "apr_general.h"
// svncpp // svncpp
#include "apr.hpp" #include "apr.h"
/** /**

@ -1,4 +1,4 @@
#include "DatabaseException.hpp" #include "DatabaseException.h"
/*! /*!
\fn svn::cache::DatabaseException::DatabaseException(const TQString&msg,int aNumber)throw() \fn svn::cache::DatabaseException::DatabaseException(const TQString&msg,int aNumber)throw()

@ -1,7 +1,7 @@
#ifndef _DATABASE_EXCEPTION_HPP #ifndef _DATABASE_EXCEPTION_HPP
#define _DATABASE_EXCEPTION_HPP #define _DATABASE_EXCEPTION_HPP
#include "svnqt/exception.hpp" #include "svnqt/exception.h"
namespace svn namespace svn
{ {

@ -1,4 +1,4 @@
#include "LogCache.hpp" #include "LogCache.h"
#include <tqdir.h> #include <tqdir.h>
#include <tqsql.h> #include <tqsql.h>
@ -6,8 +6,8 @@
#include <tqthreadstorage.h> #include <tqthreadstorage.h>
#include <tqmap.h> #include <tqmap.h>
#include "svnqt/path.hpp" #include "svnqt/path.h"
#include "svnqt/cache/DatabaseException.hpp" #include "svnqt/cache/DatabaseException.h"
#ifndef NO_SQLITE3 #ifndef NO_SQLITE3
#define SQLTYPE "TQSQLITE3" #define SQLTYPE "TQSQLITE3"

@ -5,8 +5,8 @@
#include <tqdir.h> #include <tqdir.h>
#include <tqmutex.h> #include <tqmutex.h>
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include "svnqt/shared_pointer.hpp" #include "svnqt/shared_pointer.h"
namespace svn { namespace svn {
namespace cache { namespace cache {

@ -1,11 +1,11 @@
#include "ReposLog.hpp" #include "ReposLog.h"
#include "LogCache.hpp" #include "LogCache.h"
#include "svnqt/info_entry.hpp" #include "svnqt/info_entry.h"
#include "svnqt/svnqttypes.hpp" #include "svnqt/svnqttypes.h"
#include "svnqt/client.hpp" #include "svnqt/client.h"
#include "svnqt/context_listener.hpp" #include "svnqt/context_listener.h"
#include "svnqt/cache/DatabaseException.hpp" #include "svnqt/cache/DatabaseException.h"
#include <tqsqldatabase.h> #include <tqsqldatabase.h>

@ -1,9 +1,9 @@
#ifndef _REPOS_LOG_HPP #ifndef _REPOS_LOG_HPP
#define _REPOS_LOG_HPP #define _REPOS_LOG_HPP
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include "svnqt/svnqttypes.hpp" #include "svnqt/svnqttypes.h"
#include "svnqt/revision.hpp" #include "svnqt/revision.h"
#include <tqsqldatabase.h> #include <tqsqldatabase.h>
#include <tqstring.h> #include <tqstring.h>

@ -5,14 +5,14 @@
#include <tqapplication.h> #include <tqapplication.h>
#include <tqtextstream.h> #include <tqtextstream.h>
#include "svnqt/client.hpp" #include "svnqt/client.h"
#include "svnqt/svnqttypes.hpp" #include "svnqt/svnqttypes.h"
#include "svnqt/log_entry.hpp" #include "svnqt/log_entry.h"
#include "svnqt/cache/LogCache.hpp" #include "svnqt/cache/LogCache.h"
#include "svnqt/cache/ReposLog.hpp" #include "svnqt/cache/ReposLog.h"
#include "svnqt/cache/test/testconfig.h" #include "svnqt/cache/test/testconfig.h"
#include "svnqt/cache/DatabaseException.hpp" #include "svnqt/cache/DatabaseException.h"
#if [[[TQT_VERSION IS DEPRECATED]]] < 0x040000 #if [[[TQT_VERSION IS DEPRECATED]]] < 0x040000
#else #else

@ -32,9 +32,9 @@
#endif #endif
// svncpp // svncpp
#include "svnqt/client.hpp" #include "svnqt/client.h"
#include "svnqt/client_impl.hpp" #include "svnqt/client_impl.h"
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include "svn_opt.h" #include "svn_opt.h"

@ -41,9 +41,9 @@
#pragma warning (disable: 4290) #pragma warning (disable: 4290)
#endif #endif
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include "svnqt/svnqttypes.hpp" #include "svnqt/svnqttypes.h"
#include "svnqt/svnstream.hpp" #include "svnqt/svnstream.h"
// qt // qt
#include <tqglobal.h> #include <tqglobal.h>
@ -54,17 +54,17 @@
#include <tqmap.h> #include <tqmap.h>
// svnqt // svnqt
#include "svnqt/context.hpp" #include "svnqt/context.h"
#include "svnqt/exception.hpp" #include "svnqt/exception.h"
#include "svnqt/path.hpp" #include "svnqt/path.h"
#include "svnqt/entry.hpp" #include "svnqt/entry.h"
#include "svnqt/revision.hpp" #include "svnqt/revision.h"
#include "svnqt/log_entry.hpp" #include "svnqt/log_entry.h"
#include "svnqt/info_entry.hpp" #include "svnqt/info_entry.h"
#include "svnqt/annotate_line.hpp" #include "svnqt/annotate_line.h"
#include "svnqt/stringarray.hpp" #include "svnqt/stringarray.h"
#include "svnqt/diffoptions.hpp" #include "svnqt/diffoptions.h"
#include "svnqt/conflictresult.hpp" #include "svnqt/conflictresult.h"
class TQStringList; class TQStringList;

@ -31,8 +31,8 @@
#pragma warning( disable: 4786 )// debug symbol truncated #pragma warning( disable: 4786 )// debug symbol truncated
#endif #endif
// svncpp // svncpp
#include "svnqt/client_impl.hpp" #include "svnqt/client_impl.h"
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
// Subversion api // Subversion api
#include "svn_client.h" #include "svn_client.h"

@ -31,18 +31,18 @@
#pragma warning( disable: 4786 )// debug symbol truncated #pragma warning( disable: 4786 )// debug symbol truncated
#endif #endif
// svncpp // svncpp
#include "client_impl.hpp" #include "client_impl.h"
// Subversion api // Subversion api
#include "svn_client.h" #include "svn_client.h"
//#include "svn_io.h" //#include "svn_io.h"
#include "svnqt/exception.hpp" #include "svnqt/exception.h"
#include "svnqt/pool.hpp" #include "svnqt/pool.h"
#include "svnqt/status.hpp" #include "svnqt/status.h"
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include "svnqt/svnstream.hpp" #include "svnqt/svnstream.h"
#include "svnqt/svnfilestream.hpp" #include "svnqt/svnfilestream.h"
namespace svn namespace svn
{ {

@ -31,18 +31,18 @@
#pragma warning( disable: 4786 )// debug symbol truncated #pragma warning( disable: 4786 )// debug symbol truncated
#endif #endif
// svncpp // svncpp
#include "svnqt/client_impl.hpp" #include "svnqt/client_impl.h"
// Subversion api // Subversion api
#include "svn_client.h" #include "svn_client.h"
#include "svn_path.h" #include "svn_path.h"
#include "svnqt/exception.hpp" #include "svnqt/exception.h"
#include "svnqt/pool.hpp" #include "svnqt/pool.h"
#include "svnqt/status.hpp" #include "svnqt/status.h"
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include "svnqt/helper.hpp" #include "svnqt/helper.h"
#include "diff_data.hpp" #include "diff_data.h"
#include <tqfile.h> #include <tqfile.h>
#include <tqstringlist.h> #include <tqstringlist.h>

@ -32,9 +32,9 @@
#endif #endif
// svncpp // svncpp
#include "svnqt/client_impl.hpp" #include "svnqt/client_impl.h"
#include "svn_opt.h" #include "svn_opt.h"
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include <tqmap.h> #include <tqmap.h>
#include <tqstringlist.h> #include <tqstringlist.h>

@ -34,8 +34,8 @@
#include "svn_sorts.h" #include "svn_sorts.h"
#include <svn_version.h> #include <svn_version.h>
#include "svnqt/client.hpp" #include "svnqt/client.h"
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
// Ignore MSVC 6 compiler warning: debug symbol truncated // Ignore MSVC 6 compiler warning: debug symbol truncated
#if defined (_MSC_VER) && _MSC_VER <= 1200 #if defined (_MSC_VER) && _MSC_VER <= 1200

@ -18,15 +18,15 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/ ***************************************************************************/
// svncpp // svncpp
#include "client_impl.hpp" #include "client_impl.h"
// subversion api // subversion api
#include "svn_client.h" #include "svn_client.h"
#include "svnqt/exception.hpp" #include "svnqt/exception.h"
#include "svnqt/pool.hpp" #include "svnqt/pool.h"
#include "svnqt/targets.hpp" #include "svnqt/targets.h"
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
namespace svn namespace svn
{ {

@ -33,18 +33,18 @@
// svncpp // svncpp
#include "svnqt/client_impl.hpp" #include "svnqt/client_impl.h"
// subversion api // subversion api
#include "svn_client.h" #include "svn_client.h"
#include "svn_path.h" #include "svn_path.h"
//#include "svn_utf.h" //#include "svn_utf.h"
#include "svnqt/dirent.hpp" #include "svnqt/dirent.h"
#include "svnqt/exception.hpp" #include "svnqt/exception.h"
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include "svnqt/helper.hpp" #include "svnqt/helper.h"
namespace svn namespace svn
{ {

@ -1,15 +1,15 @@
#include "svnqt/client_impl.hpp" #include "svnqt/client_impl.h"
// subversion api // subversion api
#include "svn_client.h" #include "svn_client.h"
#include "svnqt/exception.hpp" #include "svnqt/exception.h"
#include "svnqt/pool.hpp" #include "svnqt/pool.h"
#include "svnqt/targets.hpp" #include "svnqt/targets.h"
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include "svnqt/stringarray.hpp" #include "svnqt/stringarray.h"
#include "svnqt/helper.hpp" #include "svnqt/helper.h"
namespace svn namespace svn
{ {

@ -31,18 +31,18 @@
#pragma warning( disable: 4786 )// debug symbol truncated #pragma warning( disable: 4786 )// debug symbol truncated
#endif #endif
// svncpp // svncpp
#include "svnqt/client_impl.hpp" #include "svnqt/client_impl.h"
// subversion api // subversion api
#include "svn_client.h" #include "svn_client.h"
#include "svnqt/exception.hpp" #include "svnqt/exception.h"
#include "svnqt/pool.hpp" #include "svnqt/pool.h"
#include "svnqt/targets.hpp" #include "svnqt/targets.h"
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include "svnqt/stringarray.hpp" #include "svnqt/stringarray.h"
#include "svnqt/helper.hpp" #include "svnqt/helper.h"
namespace svn namespace svn
{ {

@ -31,19 +31,19 @@
#pragma warning( disable: 4786 )// debug symbol truncated #pragma warning( disable: 4786 )// debug symbol truncated
#endif #endif
// svncpp // svncpp
#include "svnqt/client_impl.hpp" #include "svnqt/client_impl.h"
// subversion api // subversion api
#include "svn_client.h" #include "svn_client.h"
//#include "svn_utf.h" //#include "svn_utf.h"
#include "svnqt/path.hpp" #include "svnqt/path.h"
#include "svnqt/exception.hpp" #include "svnqt/exception.h"
#include "svnqt/pool.hpp" #include "svnqt/pool.h"
#include "svnqt/revision.hpp" #include "svnqt/revision.h"
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include "svnqt/helper.hpp" #include "svnqt/helper.h"
namespace svn namespace svn

@ -33,23 +33,23 @@
// svncpp // svncpp
#include "svnqt/client_impl.hpp" #include "svnqt/client_impl.h"
#include "svnqt/helper.hpp" #include "svnqt/helper.h"
// Subversion api // Subversion api
#include "svn_client.h" #include "svn_client.h"
#include "svn_path.h" #include "svn_path.h"
//#include "svn_utf.h" //#include "svn_utf.h"
#include "svnqt/dirent.hpp" #include "svnqt/dirent.h"
#include "svnqt/exception.hpp" #include "svnqt/exception.h"
#include "svnqt/pool.hpp" #include "svnqt/pool.h"
#include "svnqt/status.hpp" #include "svnqt/status.h"
#include "svnqt/targets.hpp" #include "svnqt/targets.h"
#include "svnqt/info_entry.hpp" #include "svnqt/info_entry.h"
#include "svnqt/url.hpp" #include "svnqt/url.h"
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include "svnqt/context_listener.hpp" #include "svnqt/context_listener.h"
namespace svn namespace svn
{ {

@ -17,7 +17,7 @@
* Free Software Foundation, Inc., * * Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/ ***************************************************************************/
#include "commititem.hpp" #include "commititem.h"
#include <svn_client.h> #include <svn_client.h>
#include <svn_props.h> #include <svn_props.h>

@ -20,7 +20,7 @@
#ifndef SVNCOMMITITEM_H #ifndef SVNCOMMITITEM_H
#define SVNCOMMITITEM_H #define SVNCOMMITITEM_H
#include "client.hpp" #include "client.h"
#include <svn_types.h> #include <svn_types.h>
#include <apr.h> #include <apr.h>

@ -17,8 +17,8 @@
* Free Software Foundation, Inc., * * Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/ ***************************************************************************/
#include "conflictdescription.hpp" #include "conflictdescription.h"
#include "svnqt_defines.hpp" #include "svnqt_defines.h"
#include <svn_wc.h> #include <svn_wc.h>

@ -22,8 +22,8 @@
struct svn_wc_conflict_description_t; struct svn_wc_conflict_description_t;
#include "svnqt/pool.hpp" #include "svnqt/pool.h"
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include <svn_types.h> #include <svn_types.h>
#include <tqstring.h> #include <tqstring.h>

@ -18,9 +18,9 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/ ***************************************************************************/
#include "conflictresult.hpp" #include "conflictresult.h"
#include "svnqt_defines.hpp" #include "svnqt_defines.h"
#include <svn_wc.h> #include <svn_wc.h>

@ -23,8 +23,8 @@
struct svn_wc_conflict_result_t; struct svn_wc_conflict_result_t;
#include "svnqt/pool.hpp" #include "svnqt/pool.h"
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include <svn_types.h> #include <svn_types.h>
#include <tqstring.h> #include <tqstring.h>

@ -38,10 +38,10 @@
//#include "svn_utf.h" //#include "svn_utf.h"
// svncpp // svncpp
#include "apr.hpp" #include "apr.h"
#include "context.hpp" #include "context.h"
#include "context_listener.hpp" #include "context_listener.h"
#include "contextdata.hpp" #include "contextdata.h"
namespace svn namespace svn
{ {

@ -31,7 +31,7 @@
#ifndef _SVNCPP_CONTEXT_HPP_ #ifndef _SVNCPP_CONTEXT_HPP_
#define _SVNCPP_CONTEXT_HPP_ #define _SVNCPP_CONTEXT_HPP_
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
// qt // qt
#include <tqstring.h> #include <tqstring.h>
@ -40,8 +40,8 @@
#include "svn_client.h" #include "svn_client.h"
// svncpp // svncpp
#include "svnqt/pool.hpp" #include "svnqt/pool.h"
#include "svnqt/smart_pointer.hpp" #include "svnqt/smart_pointer.h"
namespace svn namespace svn

@ -32,9 +32,9 @@
#define _SVNCPP_CONTEXT_LISTENER_HPP_ #define _SVNCPP_CONTEXT_LISTENER_HPP_
// svncpp // svncpp
#include "pool.hpp" #include "pool.h"
#include "commititem.hpp" #include "commititem.h"
#include "svnqt_defines.hpp" #include "svnqt_defines.h"
// qt // qt
#include <tqstring.h> #include <tqstring.h>
// Subversion api // Subversion api

@ -19,10 +19,10 @@
***************************************************************************/ ***************************************************************************/
#include "contextdata.hpp" #include "contextdata.h"
#include "context_listener.hpp" #include "context_listener.h"
#include "conflictresult.hpp" #include "conflictresult.h"
#include "conflictdescription.hpp" #include "conflictdescription.h"
#include <svn_config.h> #include <svn_config.h>
#include <svn_wc.h> #include <svn_wc.h>

@ -20,10 +20,10 @@
#ifndef SVNCONTEXTDATA_HPP #ifndef SVNCONTEXTDATA_HPP
#define SVNCONTEXTDATA_HPP #define SVNCONTEXTDATA_HPP
#include "svnqt/pool.hpp" #include "svnqt/pool.h"
#include "svnqt/apr.hpp" #include "svnqt/apr.h"
#include "svnqt/commititem.hpp" #include "svnqt/commititem.h"
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include <svn_client.h> #include <svn_client.h>
#if (SVN_VER_MAJOR >= 1) && (SVN_VER_MINOR >= 4) #if (SVN_VER_MAJOR >= 1) && (SVN_VER_MINOR >= 4)

@ -32,7 +32,7 @@
#include "apr_date.h" #include "apr_date.h"
// svncpp // svncpp
#include "datetime.hpp" #include "datetime.h"
namespace svn namespace svn

@ -31,7 +31,7 @@
#ifndef _SVNCPP_DATETIME_HPP_ #ifndef _SVNCPP_DATETIME_HPP_
#define _SVNCPP_DATETIME_HPP_ #define _SVNCPP_DATETIME_HPP_
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include <tqdatetime.h> #include <tqdatetime.h>

@ -17,9 +17,9 @@
* Free Software Foundation, Inc., * * Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/ ***************************************************************************/
#include "diff_data.hpp" #include "diff_data.h"
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include "svnqt/exception.hpp" #include "svnqt/exception.h"
#include <tqfile.h> #include <tqfile.h>

@ -21,10 +21,10 @@
#ifndef __DIFF_DATA #ifndef __DIFF_DATA
#define __DIFF_DATA #define __DIFF_DATA
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include "svnqt/pool.hpp" #include "svnqt/pool.h"
#include "path.hpp" #include "path.h"
#include "revision.hpp" #include "revision.h"
#include <tqglobal.h> #include <tqglobal.h>

@ -18,9 +18,9 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/ ***************************************************************************/
#include "diffoptions.hpp" #include "diffoptions.h"
#include "stringarray.hpp" #include "stringarray.h"
#include "pool.hpp" #include "pool.h"
#include <svn_diff.h> #include <svn_diff.h>

@ -21,7 +21,7 @@
#ifndef _DIFF_OPTIONS_HPP #ifndef _DIFF_OPTIONS_HPP
#define _DIFF_OPTIONS_HPP #define _DIFF_OPTIONS_HPP
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
namespace svn { namespace svn {
class Pool; class Pool;

@ -29,9 +29,9 @@
*/ */
// svncpp // svncpp
#include "svnqt/dirent.hpp" #include "svnqt/dirent.h"
#include "svnqt/lock_entry.hpp" #include "svnqt/lock_entry.h"
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include <tqstring.h> #include <tqstring.h>

@ -31,9 +31,9 @@
#ifndef _SVNCPP_DIRENT_HPP_ #ifndef _SVNCPP_DIRENT_HPP_
#define _SVNCPP_DIRENT_HPP_ #define _SVNCPP_DIRENT_HPP_
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include "svnqt/lock_entry.hpp" #include "svnqt/lock_entry.h"
#include "svnqt/datetime.hpp" #include "svnqt/datetime.h"
// subversion api // subversion api
#include "svn_client.h" #include "svn_client.h"

@ -29,7 +29,7 @@
*/ */
// svncpp // svncpp
#include "entry.hpp" #include "entry.h"
namespace svn namespace svn
{ {

@ -31,12 +31,12 @@
#define _SVNCPP_ENTRY_HPP_ #define _SVNCPP_ENTRY_HPP_
// svncpp // svncpp
#include "svnqt/pool.hpp" #include "svnqt/pool.h"
#include "svnqt/lock_entry.hpp" #include "svnqt/lock_entry.h"
#include "svnqt/dirent.hpp" #include "svnqt/dirent.h"
#include "svnqt/info_entry.hpp" #include "svnqt/info_entry.h"
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include "svnqt/svnqttypes.hpp" #include "svnqt/svnqttypes.h"
// subversion api // subversion api
#include "svn_wc.h" #include "svn_wc.h"

@ -30,8 +30,8 @@
// svncpp // svncpp
#include "exception.hpp" #include "exception.h"
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include <tqstring.h> #include <tqstring.h>

@ -31,7 +31,7 @@
#ifndef _SVNCPP_EXCEPTION_H_ #ifndef _SVNCPP_EXCEPTION_H_
#define _SVNCPP_EXCEPTION_H_ #define _SVNCPP_EXCEPTION_H_
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
// subversion api // subversion api
#include "svn_client.h" #include "svn_client.h"
#include <tqstring.h> #include <tqstring.h>

@ -21,8 +21,8 @@
#ifndef __HELPER_HPP #ifndef __HELPER_HPP
#define __HELPER_HPP #define __HELPER_HPP
#include "svnqttypes.hpp" #include "svnqttypes.h"
#include "revision.hpp" #include "revision.h"
#include <svn_types.h> #include <svn_types.h>
#include <iostream> #include <iostream>

@ -17,9 +17,9 @@
* Free Software Foundation, Inc., * * Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/ ***************************************************************************/
#include "svnqt/info_entry.hpp" #include "svnqt/info_entry.h"
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include "svnqt/pool.hpp" #include "svnqt/pool.h"
#include <svn_client.h> #include <svn_client.h>
#include <svn_path.h> #include <svn_path.h>

@ -20,10 +20,10 @@
#ifndef __INFO_ENTRY_H #ifndef __INFO_ENTRY_H
#define __INFO_ENTRY_H #define __INFO_ENTRY_H
#include <svnqt/lock_entry.hpp> #include <svnqt/lock_entry.h>
#include <svnqt/datetime.hpp> #include <svnqt/datetime.h>
#include <svnqt/revision.hpp> #include <svnqt/revision.h>
#include <svnqt/svnqttypes.hpp> #include <svnqt/svnqttypes.h>
#include <tqstring.h> #include <tqstring.h>

@ -29,8 +29,8 @@
*/ */
// svncpp // svncpp
#include "lock_entry.hpp" #include "lock_entry.h"
#include "pool.hpp" #include "pool.h"
// subversion api // subversion api
#include "svn_time.h" #include "svn_time.h"

@ -31,8 +31,8 @@
#ifndef _SVNCPP_LOCK_ENTRY_H_ #ifndef _SVNCPP_LOCK_ENTRY_H_
#define _SVNCPP_LOCK_ENTRY_H_ #define _SVNCPP_LOCK_ENTRY_H_
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include "svnqt/datetime.hpp" #include "svnqt/datetime.h"
#include <tqstring.h> #include <tqstring.h>

@ -28,8 +28,8 @@
* ==================================================================== * ====================================================================
*/ */
// svncpp // svncpp
#include "log_entry.hpp" #include "log_entry.h"
#include "pool.hpp" #include "pool.h"
// subversion api // subversion api
#include "svn_time.h" #include "svn_time.h"

@ -31,8 +31,8 @@
#ifndef _SVNCPP_LOG_ENTRY_H_ #ifndef _SVNCPP_LOG_ENTRY_H_
#define _SVNCPP_LOG_ENTRY_H_ #define _SVNCPP_LOG_ENTRY_H_
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include "svnqt/datetime.hpp" #include "svnqt/datetime.h"
//TQt //TQt
#include <tqglobal.h> #include <tqglobal.h>

@ -36,12 +36,12 @@
#include "apr_file_io.h" #include "apr_file_io.h"
// svncpp // svncpp
#include "svnqt/path.hpp" #include "svnqt/path.h"
#include "svnqt/pool.hpp" #include "svnqt/pool.h"
#include "svnqt/url.hpp" #include "svnqt/url.h"
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include "svnqt/revision.hpp" #include "svnqt/revision.h"
#include "svnqt/exception.hpp" #include "svnqt/exception.h"
#include <tqurl.h> #include <tqurl.h>

@ -32,8 +32,8 @@
#define _SVNCPP_PATH_HPP_ #define _SVNCPP_PATH_HPP_
#include <tqstring.h> #include <tqstring.h>
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include "svnqt/svnqttypes.hpp" #include "svnqt/svnqttypes.h"
namespace svn namespace svn
{ {

@ -29,7 +29,7 @@
*/ */
// svncpp // svncpp
#include "pool.hpp" #include "pool.h"
namespace svn namespace svn

@ -17,8 +17,8 @@
* Free Software Foundation, Inc., * * Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/ ***************************************************************************/
#include "repository.hpp" #include "repository.h"
#include "repositorydata.hpp" #include "repositorydata.h"
namespace svn { namespace svn {

@ -25,9 +25,9 @@
#pragma warning (disable: 4290) #pragma warning (disable: 4290)
#endif #endif
#include "svnqt/exception.hpp" #include "svnqt/exception.h"
#include "svnqt/revision.hpp" #include "svnqt/revision.h"
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include <tqstring.h> #include <tqstring.h>

@ -17,11 +17,11 @@
* Free Software Foundation, Inc., * * Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/ ***************************************************************************/
#include "svnqt/repositorydata.hpp" #include "svnqt/repositorydata.h"
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include "svnqt/exception.hpp" #include "svnqt/exception.h"
#include "svnqt/repositorylistener.hpp" #include "svnqt/repositorylistener.h"
#include "svnqt/svnfilestream.hpp" #include "svnqt/svnfilestream.h"
#include <svn_fs.h> #include <svn_fs.h>
#include <svn_path.h> #include <svn_path.h>

@ -20,10 +20,10 @@
#ifndef SVNREPOSITORYDATA_H #ifndef SVNREPOSITORYDATA_H
#define SVNREPOSITORYDATA_H #define SVNREPOSITORYDATA_H
#include "svnqt/pool.hpp" #include "svnqt/pool.h"
#include "svnqt/revision.hpp" #include "svnqt/revision.h"
#include "svnqt/apr.hpp" #include "svnqt/apr.h"
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include <tqstring.h> #include <tqstring.h>

@ -17,7 +17,7 @@
* Free Software Foundation, Inc., * * Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/ ***************************************************************************/
#include "repositorylistener.hpp" #include "repositorylistener.h"
namespace svn { namespace svn {

@ -24,7 +24,7 @@
@author Rajko Albrecht <ral@alwins-world.de> @author Rajko Albrecht <ral@alwins-world.de>
*/ */
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include <tqstring.h> #include <tqstring.h>
namespace svn { namespace svn {

@ -30,8 +30,8 @@
// svncpp // svncpp
#include "revision.hpp" #include "revision.h"
#include "pool.hpp" #include "pool.h"
// qt // qt
#include "tqdatetime.h" #include "tqdatetime.h"

@ -32,8 +32,8 @@
#define _SVNCPP_REVISION_HPP_ #define _SVNCPP_REVISION_HPP_
// svncpp // svncpp
#include <svnqt/datetime.hpp> #include <svnqt/datetime.h>
#include <svnqt/svnqt_defines.hpp> #include <svnqt/svnqt_defines.h>
// qt // qt
#include <tqglobal.h> #include <tqglobal.h>

@ -21,12 +21,12 @@
#ifndef SVNTQT_SHARED_POINTER_HPP #ifndef SVNTQT_SHARED_POINTER_HPP
#define SVNTQT_SHARED_POINTER_HPP #define SVNTQT_SHARED_POINTER_HPP
#include "svnqt/smart_pointer.hpp" #include "svnqt/smart_pointer.h"
/*! /*!
* \file shared_pointer.hpp * \file shared_pointer.h
* \brief shared pointer adapter * \brief shared pointer adapter
* \sa smart_pointer.hpp * \sa smart_pointer.h
*/ */
namespace svn namespace svn

@ -24,7 +24,7 @@
#include "tqmutex.h" #include "tqmutex.h"
#endif #endif
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
/*! /*!
* \file smart_pointer.h * \file smart_pointer.h

@ -29,10 +29,10 @@
*/ */
// svncpp // svncpp
#include "status.hpp" #include "status.h"
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include "svnqt/path.hpp" #include "svnqt/path.h"
#include "svnqt/url.hpp" #include "svnqt/url.h"
#include "svn_path.h" #include "svn_path.h"

@ -34,13 +34,13 @@
#include "svn_wc.h" #include "svn_wc.h"
// svncpp // svncpp
#include "svnqt/svnqttypes.hpp" #include "svnqt/svnqttypes.h"
#include "svnqt/entry.hpp" #include "svnqt/entry.h"
#include "svnqt/pool.hpp" #include "svnqt/pool.h"
#include "svnqt/lock_entry.hpp" #include "svnqt/lock_entry.h"
#include "svnqt/dirent.hpp" #include "svnqt/dirent.h"
#include "svnqt/info_entry.hpp" #include "svnqt/info_entry.h"
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
namespace svn namespace svn
{ {
@ -48,7 +48,7 @@ namespace svn
* Subversion status API. This class wraps around * Subversion status API. This class wraps around
* @a svn_wc_status_t. * @a svn_wc_status_t.
* *
* @see svn_wc.hpp * @see svn_wc.h
* @see svn_wc_status_t * @see svn_wc_status_t
*/ */
class Status_private; class Status_private;

@ -18,8 +18,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/ ***************************************************************************/
#include "svnqt/stringarray.hpp" #include "svnqt/stringarray.h"
#include "svnqt/pool.hpp" #include "svnqt/pool.h"
#include <svn_types.h> #include <svn_types.h>
// apr api // apr api

@ -21,8 +21,8 @@
#ifndef _STRING_ARRAY_HPP #ifndef _STRING_ARRAY_HPP
#define _STRING_ARRAY_HPP #define _STRING_ARRAY_HPP
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include "svnqt/svnqttypes.hpp" #include "svnqt/svnqttypes.h"
#include <tqglobal.h> #include <tqglobal.h>
#include <tqstringlist.h> #include <tqstringlist.h>

@ -17,7 +17,7 @@
* Free Software Foundation, Inc., * * Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/ ***************************************************************************/
#include "svnfilestream.hpp" #include "svnfilestream.h"
#include <tqfile.h> #include <tqfile.h>

@ -20,7 +20,7 @@
#ifndef SVN_STREAMSVNFILESTREAM_HPP #ifndef SVN_STREAMSVNFILESTREAM_HPP
#define SVN_STREAMSVNFILESTREAM_HPP #define SVN_STREAMSVNFILESTREAM_HPP
#include "svnstream.hpp" #include "svnstream.h"
namespace svn { namespace svn {

@ -21,8 +21,8 @@
#ifndef _SVNTQT_TYPES_HPP #ifndef _SVNTQT_TYPES_HPP
#define _SVNTQT_TYPES_HPP #define _SVNTQT_TYPES_HPP
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include "svnqt/shared_pointer.hpp" #include "svnqt/shared_pointer.h"
// qt // qt
#include <tqglobal.h> #include <tqglobal.h>

@ -17,9 +17,9 @@
* Free Software Foundation, Inc., * * Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/ ***************************************************************************/
#include "svnqt/svnstream.hpp" #include "svnqt/svnstream.h"
#include "svnqt/pool.hpp" #include "svnqt/pool.h"
#include "svnqt/apr.hpp" #include "svnqt/apr.h"
// Subversion api // Subversion api
#include "svn_client.h" #include "svn_client.h"

@ -20,7 +20,7 @@
#ifndef SVNSVNSTREAM_HPP #ifndef SVNSVNSTREAM_HPP
#define SVNSVNSTREAM_HPP #define SVNSVNSTREAM_HPP
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include <tqstring.h> #include <tqstring.h>

@ -36,10 +36,10 @@
#include "apr_strings.h" #include "apr_strings.h"
// svncpp // svncpp
#include "svnqt/targets.hpp" #include "svnqt/targets.h"
#include "svnqt/path.hpp" #include "svnqt/path.h"
#include "svnqt/pool.hpp" #include "svnqt/pool.h"
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include <tqstringlist.h> #include <tqstringlist.h>

@ -31,8 +31,8 @@
#ifndef _SVNCPP_TARGETS_HPP_ #ifndef _SVNCPP_TARGETS_HPP_
#define _SVNCPP_TARGETS_HPP_ #define _SVNCPP_TARGETS_HPP_
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include "svnqt/svnqttypes.hpp" #include "svnqt/svnqttypes.h"
#include <tqglobal.h> #include <tqglobal.h>
#include <tqvaluelist.h> #include <tqvaluelist.h>

@ -17,10 +17,10 @@
* Free Software Foundation, Inc., * * Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/ ***************************************************************************/
#include "client.hpp" #include "client.h"
#include "repository.hpp" #include "repository.h"
#include "context.hpp" #include "context.h"
#include "datetime.hpp" #include "datetime.h"
#include <tqdatastream.h> #include <tqdatastream.h>

@ -1,4 +1,4 @@
#include "src/svnqt/path.hpp" #include "src/svnqt/path.h"
#include <iostream> #include <iostream>
int main(int,char**) int main(int,char**)

@ -1,8 +1,8 @@
#include "src/svnqt/client.hpp" #include "src/svnqt/client.h"
#include "src/svnqt/tests/testconfig.h" #include "src/svnqt/tests/testconfig.h"
#include "src/svnqt/repository.hpp" #include "src/svnqt/repository.h"
#include "src/svnqt/repositorylistener.hpp" #include "src/svnqt/repositorylistener.h"
#include "src/svnqt/targets.hpp" #include "src/svnqt/targets.h"
#include "testlistener.h" #include "testlistener.h"

@ -1,8 +1,8 @@
#include "src/svnqt/client.hpp" #include "src/svnqt/client.h"
#include "src/svnqt/tests/testconfig.h" #include "src/svnqt/tests/testconfig.h"
#include "src/svnqt/status.hpp" #include "src/svnqt/status.h"
#include "src/svnqt/svnqttypes.hpp" #include "src/svnqt/svnqttypes.h"
#include <iostream> #include <iostream>
int main(int,char**) int main(int,char**)

@ -1,7 +1,7 @@
#ifndef _TESTLISTENER_ #ifndef _TESTLISTENER_
#define _TESTLISTENER_ #define _TESTLISTENER_
#include "src/svnqt/context_listener.hpp" #include "src/svnqt/context_listener.h"
class TestListener:public svn::ContextListener class TestListener:public svn::ContextListener
{ {

@ -33,8 +33,8 @@
// svncpp // svncpp
#include "pool.hpp" #include "pool.h"
#include "url.hpp" #include "url.h"
#include <tqglobal.h> #include <tqglobal.h>
#include <tqvaluelist.h> #include <tqvaluelist.h>

@ -31,7 +31,7 @@
#ifndef _SVNCPP_URL_H_ #ifndef _SVNCPP_URL_H_
#define _SVNCPP_URL_H_ #define _SVNCPP_URL_H_
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
// qt // qt
#include <tqglobal.h> #include <tqglobal.h>

@ -17,7 +17,7 @@
* Free Software Foundation, Inc., * * Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/ ***************************************************************************/
#include "version_check.hpp" #include "version_check.h"
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"

@ -20,7 +20,7 @@
#ifndef __VERSION_CHECK_HPP #ifndef __VERSION_CHECK_HPP
#define __VERSION_CHECK_HPP #define __VERSION_CHECK_HPP
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
class TQString; class TQString;

@ -32,10 +32,10 @@
#include "svn_wc.h" #include "svn_wc.h"
// svncpp // svncpp
#include "exception.hpp" #include "exception.h"
#include "path.hpp" #include "path.h"
#include "pool.hpp" #include "pool.h"
#include "wc.hpp" #include "wc.h"
namespace svn namespace svn
{ {

@ -37,9 +37,9 @@
#endif #endif
// svncpp // svncpp
#include "svnqt/exception.hpp" #include "svnqt/exception.h"
#include "svnqt/revision.hpp" #include "svnqt/revision.h"
#include "svnqt/svnqt_defines.hpp" #include "svnqt/svnqt_defines.h"
#include <tqstring.h> #include <tqstring.h>

@ -20,7 +20,7 @@
#ifndef TDEIOBYTESTREAM_H #ifndef TDEIOBYTESTREAM_H
#define TDEIOBYTESTREAM_H #define TDEIOBYTESTREAM_H
#include "svnstream.hpp" #include "svnstream.h"
#include <tdeio/global.h> #include <tdeio/global.h>
#include <kmimetype.h> #include <kmimetype.h>

@ -20,7 +20,7 @@
#ifndef TDEIOLISTENER_H #ifndef TDEIOLISTENER_H
#define TDEIOLISTENER_H #define TDEIOLISTENER_H
#include "context_listener.hpp" #include "context_listener.h"
#include "pwstorage.h" #include "pwstorage.h"
namespace TDEIO { namespace TDEIO {

@ -21,12 +21,12 @@
#include "tdeiosvn.h" #include "tdeiosvn.h"
#include "tdeiolistener.h" #include "tdeiolistener.h"
#include "svnqttypes.hpp" #include "svnqttypes.h"
#include "dirent.hpp" #include "dirent.h"
#include "url.hpp" #include "url.h"
#include "status.hpp" #include "status.h"
#include "targets.hpp" #include "targets.h"
#include "info_entry.hpp" #include "info_entry.h"
#include "tdesvnsettings.h" #include "tdesvnsettings.h"
#include "sub2qt.h" #include "sub2qt.h"
#include "sshagent.h" #include "sshagent.h"

@ -2,7 +2,7 @@
#define __TDESVN_EVENTS_H #define __TDESVN_EVENTS_H
#include <tqevent.h> #include <tqevent.h>
#include "src/svnqt/svnqt_defines.hpp" #include "src/svnqt/svnqt_defines.h"
class FillCacheStatusEvent:public TQCustomEvent class FillCacheStatusEvent:public TQCustomEvent
{ {

@ -28,8 +28,8 @@
#include "cmdexecsettings_impl.h" #include "cmdexecsettings_impl.h"
#include "tdesvnview.h" #include "tdesvnview.h"
#include "commandline_part.h" #include "commandline_part.h"
#include "version_check.hpp" #include "version_check.h"
#include "url.hpp" #include "url.h"
#include "helpers/ktranslateurl.h" #include "helpers/ktranslateurl.h"
#include "helpers/sshagent.h" #include "helpers/sshagent.h"

@ -25,11 +25,11 @@
#include "logmsg_impl.h" #include "logmsg_impl.h"
#include "tdesvnsettings.h" #include "tdesvnsettings.h"
#include "pwstorage.h" #include "pwstorage.h"
#include "client.hpp" #include "client.h"
#include "revision.hpp" #include "revision.h"
#include "status.hpp" #include "status.h"
#include "context_listener.hpp" #include "context_listener.h"
#include "url.hpp" #include "url.h"
#include "ktranslateurl.h" #include "ktranslateurl.h"
#include <kdebug.h> #include <kdebug.h>

@ -28,10 +28,10 @@
#include "svnfrontend/stopdlg.h" #include "svnfrontend/stopdlg.h"
#include "svnfrontend/fronthelpers/propertylist.h" #include "svnfrontend/fronthelpers/propertylist.h"
#include "tdesvnsettings.h" #include "tdesvnsettings.h"
#include "url.hpp" #include "url.h"
#include "repository.hpp" #include "repository.h"
#include "version_check.hpp" #include "version_check.h"
#include "svnqttypes.hpp" #include "svnqttypes.h"
#include <tqpainter.h> #include <tqpainter.h>
#include <tqlayout.h> #include <tqlayout.h>

@ -22,7 +22,7 @@
#ifndef _TDESVNVIEW_H_ #ifndef _TDESVNVIEW_H_
#define _TDESVNVIEW_H_ #define _TDESVNVIEW_H_
#include "repositorylistener.hpp" #include "repositorylistener.h"
#include <tqwidget.h> #include <tqwidget.h>
#include <tdeparts/part.h> #include <tdeparts/part.h>

Loading…
Cancel
Save