Refactor to place everything in the src subdir
commite9159d937507fc5793cb38b26752bcd7c245bb6c
authorThomas Zander <Thomas.Zander@Trolltech.com>
Fri, 17 Oct 2008 10:47:16 +0000 (17 12:47 +0200)
committerThomas Zander <Thomas.Zander@Trolltech.com>
Fri, 17 Oct 2008 10:47:16 +0000 (17 12:47 +0200)
treebc8fa4dd464fc4188c94102f30b810bbcdd11589
parentf826b85def700dbbff915563d2d80e6d89011c51
Refactor to place everything in the src subdir
78 files changed:
hunks/tests/tests.pro [deleted file]
patches/tests/tests.pro [deleted file]
src/AbstractCommand.cpp [moved from AbstractCommand.cpp with 100% similarity]
src/AbstractCommand.h [moved from AbstractCommand.h with 100% similarity]
src/CommandLineParser.cpp [moved from CommandLineParser.cpp with 100% similarity]
src/CommandLineParser.h [moved from CommandLineParser.h with 100% similarity]
src/Configuration.cpp [moved from Configuration.cpp with 100% similarity]
src/Configuration.h [moved from Configuration.h with 100% similarity]
src/ExcludeMatcher.cpp [moved from ExcludeMatcher.cpp with 100% similarity]
src/ExcludeMatcher.h [moved from ExcludeMatcher.h with 100% similarity]
src/GitRunner.cpp [moved from GitRunner.cpp with 100% similarity]
src/GitRunner.h [moved from GitRunner.h with 100% similarity]
src/Interview.cpp [moved from Interview.cpp with 100% similarity]
src/Interview.h [moved from Interview.h with 100% similarity]
src/InterviewCursor.cpp [moved from InterviewCursor.cpp with 100% similarity]
src/InterviewCursor.h [moved from InterviewCursor.h with 100% similarity]
src/Logger.cpp [moved from Logger.cpp with 100% similarity]
src/Logger.h [moved from Logger.h with 100% similarity]
src/Logger_p.h [moved from Logger_p.h with 100% similarity]
src/Vng.cpp [moved from Vng.cpp with 100% similarity]
src/Vng.h [moved from Vng.h with 100% similarity]
src/VngCommandLine.cpp [moved from VngCommandLine.cpp with 100% similarity]
src/VngCommandLine.h [moved from VngCommandLine.h with 100% similarity]
src/commands/Add.cpp [moved from commands/Add.cpp with 100% similarity]
src/commands/Add.h [moved from commands/Add.h with 100% similarity]
src/commands/Branches.cpp [moved from commands/Branches.cpp with 100% similarity]
src/commands/Branches.h [moved from commands/Branches.h with 100% similarity]
src/commands/Changes.cpp [moved from commands/Changes.cpp with 100% similarity]
src/commands/Changes.h [moved from commands/Changes.h with 100% similarity]
src/commands/Dist.cpp [moved from commands/Dist.cpp with 100% similarity]
src/commands/Dist.h [moved from commands/Dist.h with 100% similarity]
src/commands/Initialize.cpp [moved from commands/Initialize.cpp with 100% similarity]
src/commands/Initialize.h [moved from commands/Initialize.h with 100% similarity]
src/commands/Move.cpp [moved from commands/Move.cpp with 100% similarity]
src/commands/Move.h [moved from commands/Move.h with 100% similarity]
src/commands/Push.cpp [moved from commands/Push.cpp with 100% similarity]
src/commands/Push.h [moved from commands/Push.h with 100% similarity]
src/commands/Record.cpp [moved from commands/Record.cpp with 100% similarity]
src/commands/Record.h [moved from commands/Record.h with 100% similarity]
src/commands/Remove.cpp [moved from commands/Remove.cpp with 100% similarity]
src/commands/Remove.h [moved from commands/Remove.h with 100% similarity]
src/commands/Revert.cpp [moved from commands/Revert.cpp with 100% similarity]
src/commands/Revert.h [moved from commands/Revert.h with 100% similarity]
src/commands/UnRecord.cpp [moved from commands/UnRecord.cpp with 100% similarity]
src/commands/UnRecord.h [moved from commands/UnRecord.h with 100% similarity]
src/commands/UnRevert.cpp [moved from commands/UnRevert.cpp with 100% similarity]
src/commands/UnRevert.h [moved from commands/UnRevert.h with 100% similarity]
src/commands/WhatsNew.cpp [moved from commands/WhatsNew.cpp with 100% similarity]
src/commands/WhatsNew.h [moved from commands/WhatsNew.h with 100% similarity]
src/hunks/ChangeSet.cpp [moved from hunks/ChangeSet.cpp with 100% similarity]
src/hunks/ChangeSet.h [moved from hunks/ChangeSet.h with 100% similarity]
src/hunks/File.cpp [moved from hunks/File.cpp with 100% similarity]
src/hunks/File.h [moved from hunks/File.h with 100% similarity]
src/hunks/Hunk.cpp [moved from hunks/Hunk.cpp with 100% similarity]
src/hunks/Hunk.h [moved from hunks/Hunk.h with 100% similarity]
src/hunks/HunksCursor.cpp [moved from hunks/HunksCursor.cpp with 100% similarity]
src/hunks/HunksCursor.h [moved from hunks/HunksCursor.h with 100% similarity]
src/integration/bashCompletion [moved from integration/bashCompletion with 100% similarity]
src/integration/vng.vim [moved from integration/vng.vim with 100% similarity]
src/integration/zshCompletion [moved from integration/zshCompletion with 100% similarity]
src/patches/Branch.cpp [moved from patches/Branch.cpp with 100% similarity]
src/patches/Branch.h [moved from patches/Branch.h with 100% similarity]
src/patches/Commit.cpp [moved from patches/Commit.cpp with 100% similarity]
src/patches/Commit.h [moved from patches/Commit.h with 100% similarity]
src/patches/Commit_p.h [moved from patches/Commit_p.h with 100% similarity]
src/patches/CommitsCursor.cpp [moved from patches/CommitsCursor.cpp with 100% similarity]
src/patches/CommitsCursor.h [moved from patches/CommitsCursor.h with 100% similarity]
src/patches/CommitsMatcher.cpp [moved from patches/CommitsMatcher.cpp with 100% similarity]
src/patches/CommitsMatcher.h [moved from patches/CommitsMatcher.h with 100% similarity]
src/src.pro [copied from vng.pro with 98% similarity]
tests/commit/TestReadCommit.cpp [moved from patches/tests/TestReadCommit.cpp with 99% similarity]
tests/commit/TestReadCommit.h [moved from patches/tests/TestReadCommit.h with 100% similarity]
tests/commit/commit.pro [new file with mode: 0644]
tests/cursor/TestCursor.cpp [moved from hunks/tests/TestCursor.cpp with 99% similarity]
tests/cursor/TestCursor.h [moved from hunks/tests/TestCursor.h with 92% similarity]
tests/cursor/cursor.pro [new file with mode: 0644]
tests/tests.pro [new file with mode: 0644]
vng.pro