Initial import from the monolithic Qt.
authorQt by Nokia <qt-info@nokia.com>
Wed, 27 Apr 2011 10:05:43 +0000 (12:05 +0200)
committeraxis <qt-info@nokia.com>
Wed, 27 Apr 2011 10:05:43 +0000 (12:05 +0200)
commit50123887ba0f33cf47520bee7c419d68742af2d1
tree0eb8679b9e4e4370e59b44bfdcae616816e39aca
Initial import from the monolithic Qt.

This is the beginning of revision history for this module. If you
want to look at revision history older than this, please refer to the
Qt Git wiki for how to use Git history grafting. At the time of
writing, this wiki is located here:

http://qt.gitorious.org/qt/pages/GitIntroductionWithQt

If you have already performed the grafting and you don't see any
history beyond this commit, try running "git log" with the "--follow"
argument.

Branched from the monolithic repo, Qt master branch, at commit
896db169ea224deb96c59ce8af800d019de63f12
2343 files changed:
3rdparty/clucene/APACHE.license [new file with mode: 0644]
3rdparty/clucene/AUTHORS [new file with mode: 0644]
3rdparty/clucene/COPYING [new file with mode: 0644]
3rdparty/clucene/ChangeLog [new file with mode: 0644]
3rdparty/clucene/LGPL.license [new file with mode: 0644]
3rdparty/clucene/README [new file with mode: 0644]
3rdparty/clucene/src/CLucene.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/CLBackwards.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/CLConfig.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/CLMonolithic.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/LuceneThreads.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/StdHeader.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/StdHeader.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/analysis/AnalysisHeader.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/analysis/AnalysisHeader.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/analysis/Analyzers.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/analysis/Analyzers.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/analysis/standard/StandardAnalyzer.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/analysis/standard/StandardAnalyzer.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/analysis/standard/StandardFilter.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/analysis/standard/StandardFilter.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/analysis/standard/StandardTokenizer.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/analysis/standard/StandardTokenizer.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/analysis/standard/StandardTokenizerConstants.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/config/CompilerAcc.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/config/CompilerBcb.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/config/CompilerGcc.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/config/CompilerMsvc.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/config/PlatformMac.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/config/PlatformUnix.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/config/PlatformWin32.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/config/compiler.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/config/define_std.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/config/gunichartables.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/config/gunichartables.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/config/repl_lltot.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/config/repl_tchar.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/config/repl_tcscasecmp.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/config/repl_tcslwr.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/config/repl_tcstod.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/config/repl_tcstoll.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/config/repl_tprintf.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/config/repl_wchar.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/config/threadCSection.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/config/threadPthread.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/config/threads.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/config/utf8.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/debug/condition.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/debug/condition.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/debug/error.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/debug/error.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/debug/lucenebase.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/debug/mem.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/debug/memtracking.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/document/DateField.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/document/DateField.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/document/Document.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/document/Document.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/document/Field.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/document/Field.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/CompoundFile.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/CompoundFile.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/DocumentWriter.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/DocumentWriter.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/FieldInfo.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/FieldInfos.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/FieldInfos.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/FieldsReader.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/FieldsReader.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/FieldsWriter.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/FieldsWriter.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/IndexModifier.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/IndexModifier.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/IndexReader.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/IndexReader.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/IndexWriter.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/IndexWriter.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/MultiReader.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/MultiReader.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/SegmentHeader.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/SegmentInfos.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/SegmentInfos.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/SegmentMergeInfo.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/SegmentMergeInfo.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/SegmentMergeQueue.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/SegmentMergeQueue.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/SegmentMerger.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/SegmentMerger.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/SegmentReader.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/SegmentTermDocs.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/SegmentTermEnum.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/SegmentTermEnum.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/SegmentTermPositions.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/SegmentTermVector.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/Term.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/Term.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/TermInfo.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/TermInfo.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/TermInfosReader.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/TermInfosReader.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/TermInfosWriter.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/TermInfosWriter.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/TermVector.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/TermVectorReader.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/TermVectorWriter.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/index/Terms.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/queryParser/Lexer.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/queryParser/Lexer.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/queryParser/MultiFieldQueryParser.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/queryParser/MultiFieldQueryParser.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/queryParser/QueryParser.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/queryParser/QueryParser.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/queryParser/QueryParserBase.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/queryParser/QueryParserBase.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/queryParser/QueryToken.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/queryParser/QueryToken.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/queryParser/TokenList.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/queryParser/TokenList.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/BooleanClause.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/BooleanQuery.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/BooleanQuery.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/BooleanScorer.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/BooleanScorer.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/CachingWrapperFilter.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/CachingWrapperFilter.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/ChainedFilter.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/ChainedFilter.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/Compare.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/ConjunctionScorer.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/ConjunctionScorer.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/DateFilter.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/DateFilter.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/ExactPhraseScorer.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/ExactPhraseScorer.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/Explanation.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/Explanation.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/FieldCache.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/FieldCache.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/FieldCacheImpl.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/FieldCacheImpl.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/FieldDoc.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/FieldDocSortedHitQueue.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/FieldDocSortedHitQueue.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/FieldSortedHitQueue.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/FieldSortedHitQueue.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/Filter.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/FilteredTermEnum.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/FilteredTermEnum.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/FuzzyQuery.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/FuzzyQuery.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/HitQueue.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/HitQueue.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/Hits.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/IndexSearcher.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/IndexSearcher.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/MultiSearcher.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/MultiSearcher.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/MultiTermQuery.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/MultiTermQuery.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/PhrasePositions.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/PhrasePositions.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/PhraseQuery.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/PhraseQuery.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/PhraseQueue.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/PhraseScorer.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/PhraseScorer.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/PrefixQuery.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/PrefixQuery.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/QueryFilter.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/QueryFilter.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/RangeFilter.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/RangeFilter.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/RangeQuery.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/RangeQuery.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/Scorer.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/SearchHeader.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/SearchHeader.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/Similarity.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/Similarity.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/SloppyPhraseScorer.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/SloppyPhraseScorer.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/Sort.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/Sort.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/TermQuery.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/TermQuery.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/TermScorer.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/TermScorer.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/WildcardQuery.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/WildcardQuery.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/WildcardTermEnum.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/search/WildcardTermEnum.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/store/Directory.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/store/FSDirectory.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/store/FSDirectory.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/store/IndexInput.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/store/IndexInput.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/store/IndexOutput.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/store/IndexOutput.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/store/InputStream.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/store/Lock.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/store/Lock.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/store/MMapInput.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/store/OutputStream.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/store/RAMDirectory.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/store/RAMDirectory.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/store/TransactionalRAMDirectory.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/store/TransactionalRAMDirectory.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/util/Arrays.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/util/BitSet.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/util/BitSet.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/util/Equators.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/util/Equators.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/util/FastCharStream.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/util/FastCharStream.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/util/Misc.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/util/Misc.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/util/PriorityQueue.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/util/Reader.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/util/Reader.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/util/StringBuffer.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/util/StringBuffer.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/util/StringIntern.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/util/StringIntern.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/util/ThreadLocal.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/util/ThreadLocal.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/util/VoidList.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/util/VoidMap.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/util/bufferedstream.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/util/dirent.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/util/dirent.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/util/fileinputstream.cpp [new file with mode: 0644]
3rdparty/clucene/src/CLucene/util/fileinputstream.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/util/inputstreambuffer.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/util/jstreamsconfig.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/util/streambase.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/util/stringreader.h [new file with mode: 0644]
3rdparty/clucene/src/CLucene/util/subinputstream.h [new file with mode: 0644]
demos/arthurplugin/arthur_plugin.qrc [new file with mode: 0644]
demos/arthurplugin/arthurplugin.pro [new file with mode: 0644]
demos/arthurplugin/bg1.jpg [new file with mode: 0644]
demos/arthurplugin/flower.jpg [new file with mode: 0644]
demos/arthurplugin/flower_alpha.jpg [new file with mode: 0644]
demos/arthurplugin/plugin.cpp [new file with mode: 0644]
demos/shared/arthurstyle.cpp [new file with mode: 0644]
demos/shared/arthurstyle.h [new file with mode: 0644]
demos/shared/arthurwidgets.cpp [new file with mode: 0644]
demos/shared/arthurwidgets.h [new file with mode: 0644]
demos/shared/hoverpoints.cpp [new file with mode: 0644]
demos/shared/hoverpoints.h [new file with mode: 0644]
demos/shared/images/bg_pattern.png [new file with mode: 0644]
demos/shared/images/button_normal_cap_left.png [new file with mode: 0644]
demos/shared/images/button_normal_cap_right.png [new file with mode: 0644]
demos/shared/images/button_normal_stretch.png [new file with mode: 0644]
demos/shared/images/button_pressed_cap_left.png [new file with mode: 0644]
demos/shared/images/button_pressed_cap_right.png [new file with mode: 0644]
demos/shared/images/button_pressed_stretch.png [new file with mode: 0644]
demos/shared/images/curve_thing_edit-6.png [new file with mode: 0644]
demos/shared/images/frame_bottom.png [new file with mode: 0644]
demos/shared/images/frame_bottomleft.png [new file with mode: 0644]
demos/shared/images/frame_bottomright.png [new file with mode: 0644]
demos/shared/images/frame_left.png [new file with mode: 0644]
demos/shared/images/frame_right.png [new file with mode: 0644]
demos/shared/images/frame_top.png [new file with mode: 0644]
demos/shared/images/frame_topleft.png [new file with mode: 0644]
demos/shared/images/frame_topright.png [new file with mode: 0644]
demos/shared/images/groupframe_bottom_left.png [new file with mode: 0644]
demos/shared/images/groupframe_bottom_right.png [new file with mode: 0644]
demos/shared/images/groupframe_bottom_stretch.png [new file with mode: 0644]
demos/shared/images/groupframe_left_stretch.png [new file with mode: 0644]
demos/shared/images/groupframe_right_stretch.png [new file with mode: 0644]
demos/shared/images/groupframe_top_stretch.png [new file with mode: 0644]
demos/shared/images/groupframe_topleft.png [new file with mode: 0644]
demos/shared/images/groupframe_topright.png [new file with mode: 0644]
demos/shared/images/line_dash_dot.png [new file with mode: 0644]
demos/shared/images/line_dash_dot_dot.png [new file with mode: 0644]
demos/shared/images/line_dashed.png [new file with mode: 0644]
demos/shared/images/line_dotted.png [new file with mode: 0644]
demos/shared/images/line_solid.png [new file with mode: 0644]
demos/shared/images/radiobutton-off.png [new file with mode: 0644]
demos/shared/images/radiobutton-on.png [new file with mode: 0644]
demos/shared/images/radiobutton_off.png [new file with mode: 0644]
demos/shared/images/radiobutton_on.png [new file with mode: 0644]
demos/shared/images/slider_bar.png [new file with mode: 0644]
demos/shared/images/slider_thumb_off.png [new file with mode: 0644]
demos/shared/images/slider_thumb_on.png [new file with mode: 0644]
demos/shared/images/title_cap_left.png [new file with mode: 0644]
demos/shared/images/title_cap_right.png [new file with mode: 0644]
demos/shared/images/title_stretch.png [new file with mode: 0644]
demos/shared/shared.pri [new file with mode: 0644]
demos/shared/shared.pro [new file with mode: 0644]
demos/shared/shared.qrc [new file with mode: 0644]
examples/designer/README [new file with mode: 0644]
examples/designer/calculatorbuilder/calculatorbuilder.pro [new file with mode: 0644]
examples/designer/calculatorbuilder/calculatorbuilder.qrc [new file with mode: 0644]
examples/designer/calculatorbuilder/calculatorform.cpp [new file with mode: 0644]
examples/designer/calculatorbuilder/calculatorform.h [new file with mode: 0644]
examples/designer/calculatorbuilder/calculatorform.ui [new file with mode: 0644]
examples/designer/calculatorbuilder/main.cpp [new file with mode: 0644]
examples/designer/calculatorform/calculatorform.cpp [new file with mode: 0644]
examples/designer/calculatorform/calculatorform.h [new file with mode: 0644]
examples/designer/calculatorform/calculatorform.pro [new file with mode: 0644]
examples/designer/calculatorform/calculatorform.ui [new file with mode: 0644]
examples/designer/calculatorform/main.cpp [new file with mode: 0644]
examples/designer/containerextension/containerextension.pro [new file with mode: 0644]
examples/designer/containerextension/multipagewidget.cpp [new file with mode: 0644]
examples/designer/containerextension/multipagewidget.h [new file with mode: 0644]
examples/designer/containerextension/multipagewidgetcontainerextension.cpp [new file with mode: 0644]
examples/designer/containerextension/multipagewidgetcontainerextension.h [new file with mode: 0644]
examples/designer/containerextension/multipagewidgetextensionfactory.cpp [new file with mode: 0644]
examples/designer/containerextension/multipagewidgetextensionfactory.h [new file with mode: 0644]
examples/designer/containerextension/multipagewidgetplugin.cpp [new file with mode: 0644]
examples/designer/containerextension/multipagewidgetplugin.h [new file with mode: 0644]
examples/designer/customwidgetplugin/analogclock.cpp [new file with mode: 0644]
examples/designer/customwidgetplugin/analogclock.h [new file with mode: 0644]
examples/designer/customwidgetplugin/customwidgetplugin.cpp [new file with mode: 0644]
examples/designer/customwidgetplugin/customwidgetplugin.h [new file with mode: 0644]
examples/designer/customwidgetplugin/customwidgetplugin.pro [new file with mode: 0644]
examples/designer/designer.pro [new file with mode: 0644]
examples/designer/taskmenuextension/taskmenuextension.pro [new file with mode: 0644]
examples/designer/taskmenuextension/tictactoe.cpp [new file with mode: 0644]
examples/designer/taskmenuextension/tictactoe.h [new file with mode: 0644]
examples/designer/taskmenuextension/tictactoedialog.cpp [new file with mode: 0644]
examples/designer/taskmenuextension/tictactoedialog.h [new file with mode: 0644]
examples/designer/taskmenuextension/tictactoeplugin.cpp [new file with mode: 0644]
examples/designer/taskmenuextension/tictactoeplugin.h [new file with mode: 0644]
examples/designer/taskmenuextension/tictactoetaskmenu.cpp [new file with mode: 0644]
examples/designer/taskmenuextension/tictactoetaskmenu.h [new file with mode: 0644]
examples/designer/worldtimeclockbuilder/form.ui [new file with mode: 0644]
examples/designer/worldtimeclockbuilder/main.cpp [new file with mode: 0644]
examples/designer/worldtimeclockbuilder/worldtimeclockbuilder.pro [new file with mode: 0644]
examples/designer/worldtimeclockbuilder/worldtimeclockbuilder.qrc [new file with mode: 0644]
examples/designer/worldtimeclockplugin/worldtimeclock.cpp [new file with mode: 0644]
examples/designer/worldtimeclockplugin/worldtimeclock.h [new file with mode: 0644]
examples/designer/worldtimeclockplugin/worldtimeclockplugin.cpp [new file with mode: 0644]
examples/designer/worldtimeclockplugin/worldtimeclockplugin.h [new file with mode: 0644]
examples/designer/worldtimeclockplugin/worldtimeclockplugin.pro [new file with mode: 0644]
examples/examples.pro [new file with mode: 0644]
examples/help/README [new file with mode: 0644]
examples/help/contextsensitivehelp/contextsensitivehelp.pro [new file with mode: 0644]
examples/help/contextsensitivehelp/doc/amount.html [new file with mode: 0644]
examples/help/contextsensitivehelp/doc/filter.html [new file with mode: 0644]
examples/help/contextsensitivehelp/doc/plants.html [new file with mode: 0644]
examples/help/contextsensitivehelp/doc/rain.html [new file with mode: 0644]
examples/help/contextsensitivehelp/doc/source.html [new file with mode: 0644]
examples/help/contextsensitivehelp/doc/temperature.html [new file with mode: 0644]
examples/help/contextsensitivehelp/doc/time.html [new file with mode: 0644]
examples/help/contextsensitivehelp/doc/wateringmachine.qch [new file with mode: 0644]
examples/help/contextsensitivehelp/doc/wateringmachine.qhc [new file with mode: 0644]
examples/help/contextsensitivehelp/doc/wateringmachine.qhcp [new file with mode: 0644]
examples/help/contextsensitivehelp/doc/wateringmachine.qhp [new file with mode: 0644]
examples/help/contextsensitivehelp/helpbrowser.cpp [new file with mode: 0644]
examples/help/contextsensitivehelp/helpbrowser.h [new file with mode: 0644]
examples/help/contextsensitivehelp/main.cpp [new file with mode: 0644]
examples/help/contextsensitivehelp/wateringconfigdialog.cpp [new file with mode: 0644]
examples/help/contextsensitivehelp/wateringconfigdialog.h [new file with mode: 0644]
examples/help/contextsensitivehelp/wateringconfigdialog.ui [new file with mode: 0644]
examples/help/help.pro [new file with mode: 0644]
examples/help/remotecontrol/enter.png [new file with mode: 0644]
examples/help/remotecontrol/main.cpp [new file with mode: 0644]
examples/help/remotecontrol/remotecontrol.cpp [new file with mode: 0644]
examples/help/remotecontrol/remotecontrol.h [new file with mode: 0644]
examples/help/remotecontrol/remotecontrol.pro [new file with mode: 0644]
examples/help/remotecontrol/remotecontrol.qrc [new file with mode: 0644]
examples/help/remotecontrol/remotecontrol.ui [new file with mode: 0644]
examples/help/simpletextviewer/assistant.cpp [new file with mode: 0644]
examples/help/simpletextviewer/assistant.h [new file with mode: 0644]
examples/help/simpletextviewer/documentation/about.txt [new file with mode: 0644]
examples/help/simpletextviewer/documentation/browse.html [new file with mode: 0644]
examples/help/simpletextviewer/documentation/filedialog.html [new file with mode: 0644]
examples/help/simpletextviewer/documentation/findfile.html [new file with mode: 0644]
examples/help/simpletextviewer/documentation/images/browse.png [new file with mode: 0644]
examples/help/simpletextviewer/documentation/images/fadedfilemenu.png [new file with mode: 0644]
examples/help/simpletextviewer/documentation/images/filedialog.png [new file with mode: 0644]
examples/help/simpletextviewer/documentation/images/handbook.png [new file with mode: 0644]
examples/help/simpletextviewer/documentation/images/icon.png [new file with mode: 0644]
examples/help/simpletextviewer/documentation/images/mainwindow.png [new file with mode: 0644]
examples/help/simpletextviewer/documentation/images/open.png [new file with mode: 0644]
examples/help/simpletextviewer/documentation/images/wildcard.png [new file with mode: 0644]
examples/help/simpletextviewer/documentation/index.html [new file with mode: 0644]
examples/help/simpletextviewer/documentation/intro.html [new file with mode: 0644]
examples/help/simpletextviewer/documentation/openfile.html [new file with mode: 0644]
examples/help/simpletextviewer/documentation/simpletextviewer.qch [new file with mode: 0644]
examples/help/simpletextviewer/documentation/simpletextviewer.qhc [new file with mode: 0644]
examples/help/simpletextviewer/documentation/simpletextviewer.qhcp [new file with mode: 0644]
examples/help/simpletextviewer/documentation/simpletextviewer.qhp [new file with mode: 0644]
examples/help/simpletextviewer/documentation/wildcardmatching.html [new file with mode: 0644]
examples/help/simpletextviewer/findfiledialog.cpp [new file with mode: 0644]
examples/help/simpletextviewer/findfiledialog.h [new file with mode: 0644]
examples/help/simpletextviewer/main.cpp [new file with mode: 0644]
examples/help/simpletextviewer/mainwindow.cpp [new file with mode: 0644]
examples/help/simpletextviewer/mainwindow.h [new file with mode: 0644]
examples/help/simpletextviewer/simpletextviewer.pro [new file with mode: 0644]
examples/help/simpletextviewer/textedit.cpp [new file with mode: 0644]
examples/help/simpletextviewer/textedit.h [new file with mode: 0644]
qttools.pro [new file with mode: 0644]
src/assistant/assistant.pro [new file with mode: 0644]
src/assistant/lib/fulltextsearch/fulltextsearch.pri [new file with mode: 0644]
src/assistant/lib/fulltextsearch/fulltextsearch.pro [new file with mode: 0644]
src/assistant/lib/fulltextsearch/license.txt [new file with mode: 0644]
src/assistant/lib/fulltextsearch/qanalyzer.cpp [new file with mode: 0644]
src/assistant/lib/fulltextsearch/qanalyzer_p.h [new file with mode: 0644]
src/assistant/lib/fulltextsearch/qclucene-config_p.h [new file with mode: 0644]
src/assistant/lib/fulltextsearch/qclucene_global_p.h [new file with mode: 0644]
src/assistant/lib/fulltextsearch/qdocument.cpp [new file with mode: 0644]
src/assistant/lib/fulltextsearch/qdocument_p.h [new file with mode: 0644]
src/assistant/lib/fulltextsearch/qfield.cpp [new file with mode: 0644]
src/assistant/lib/fulltextsearch/qfield_p.h [new file with mode: 0644]
src/assistant/lib/fulltextsearch/qfilter.cpp [new file with mode: 0644]
src/assistant/lib/fulltextsearch/qfilter_p.h [new file with mode: 0644]
src/assistant/lib/fulltextsearch/qhits.cpp [new file with mode: 0644]
src/assistant/lib/fulltextsearch/qhits_p.h [new file with mode: 0644]
src/assistant/lib/fulltextsearch/qindexreader.cpp [new file with mode: 0644]
src/assistant/lib/fulltextsearch/qindexreader_p.h [new file with mode: 0644]
src/assistant/lib/fulltextsearch/qindexwriter.cpp [new file with mode: 0644]
src/assistant/lib/fulltextsearch/qindexwriter_p.h [new file with mode: 0644]
src/assistant/lib/fulltextsearch/qquery.cpp [new file with mode: 0644]
src/assistant/lib/fulltextsearch/qquery_p.h [new file with mode: 0644]
src/assistant/lib/fulltextsearch/qqueryparser.cpp [new file with mode: 0644]
src/assistant/lib/fulltextsearch/qqueryparser_p.h [new file with mode: 0644]
src/assistant/lib/fulltextsearch/qreader.cpp [new file with mode: 0644]
src/assistant/lib/fulltextsearch/qreader_p.h [new file with mode: 0644]
src/assistant/lib/fulltextsearch/qsearchable.cpp [new file with mode: 0644]
src/assistant/lib/fulltextsearch/qsearchable_p.h [new file with mode: 0644]
src/assistant/lib/fulltextsearch/qsort.cpp [new file with mode: 0644]
src/assistant/lib/fulltextsearch/qsort_p.h [new file with mode: 0644]
src/assistant/lib/fulltextsearch/qterm.cpp [new file with mode: 0644]
src/assistant/lib/fulltextsearch/qterm_p.h [new file with mode: 0644]
src/assistant/lib/fulltextsearch/qtoken.cpp [new file with mode: 0644]
src/assistant/lib/fulltextsearch/qtoken_p.h [new file with mode: 0644]
src/assistant/lib/fulltextsearch/qtokenizer.cpp [new file with mode: 0644]
src/assistant/lib/fulltextsearch/qtokenizer_p.h [new file with mode: 0644]
src/assistant/lib/fulltextsearch/qtokenstream.cpp [new file with mode: 0644]
src/assistant/lib/fulltextsearch/qtokenstream_p.h [new file with mode: 0644]
src/assistant/lib/helpsystem.qrc [new file with mode: 0644]
src/assistant/lib/images/1leftarrow.png [new file with mode: 0644]
src/assistant/lib/images/1rightarrow.png [new file with mode: 0644]
src/assistant/lib/images/3leftarrow.png [new file with mode: 0644]
src/assistant/lib/images/3rightarrow.png [new file with mode: 0644]
src/assistant/lib/lib.pro [new file with mode: 0644]
src/assistant/lib/qclucenefieldnames.cpp [new file with mode: 0644]
src/assistant/lib/qclucenefieldnames_p.h [new file with mode: 0644]
src/assistant/lib/qhelp_global.cpp [new file with mode: 0644]
src/assistant/lib/qhelp_global.h [new file with mode: 0644]
src/assistant/lib/qhelpcollectionhandler.cpp [new file with mode: 0644]
src/assistant/lib/qhelpcollectionhandler_p.h [new file with mode: 0644]
src/assistant/lib/qhelpcontentwidget.cpp [new file with mode: 0644]
src/assistant/lib/qhelpcontentwidget.h [new file with mode: 0644]
src/assistant/lib/qhelpdatainterface.cpp [new file with mode: 0644]
src/assistant/lib/qhelpdatainterface_p.h [new file with mode: 0644]
src/assistant/lib/qhelpdbreader.cpp [new file with mode: 0644]
src/assistant/lib/qhelpdbreader_p.h [new file with mode: 0644]
src/assistant/lib/qhelpengine.cpp [new file with mode: 0644]
src/assistant/lib/qhelpengine.h [new file with mode: 0644]
src/assistant/lib/qhelpengine_p.h [new file with mode: 0644]
src/assistant/lib/qhelpenginecore.cpp [new file with mode: 0644]
src/assistant/lib/qhelpenginecore.h [new file with mode: 0644]
src/assistant/lib/qhelpgenerator.cpp [new file with mode: 0644]
src/assistant/lib/qhelpgenerator_p.h [new file with mode: 0644]
src/assistant/lib/qhelpindexwidget.cpp [new file with mode: 0644]
src/assistant/lib/qhelpindexwidget.h [new file with mode: 0644]
src/assistant/lib/qhelpprojectdata.cpp [new file with mode: 0644]
src/assistant/lib/qhelpprojectdata_p.h [new file with mode: 0644]
src/assistant/lib/qhelpsearchengine.cpp [new file with mode: 0644]
src/assistant/lib/qhelpsearchengine.h [new file with mode: 0644]
src/assistant/lib/qhelpsearchindex_default.cpp [new file with mode: 0644]
src/assistant/lib/qhelpsearchindex_default_p.h [new file with mode: 0644]
src/assistant/lib/qhelpsearchindexreader.cpp [new file with mode: 0644]
src/assistant/lib/qhelpsearchindexreader_clucene.cpp [new file with mode: 0644]
src/assistant/lib/qhelpsearchindexreader_clucene_p.h [new file with mode: 0644]
src/assistant/lib/qhelpsearchindexreader_default.cpp [new file with mode: 0644]
src/assistant/lib/qhelpsearchindexreader_default_p.h [new file with mode: 0644]
src/assistant/lib/qhelpsearchindexreader_p.h [new file with mode: 0644]
src/assistant/lib/qhelpsearchindexwriter_clucene.cpp [new file with mode: 0644]
src/assistant/lib/qhelpsearchindexwriter_clucene_p.h [new file with mode: 0644]
src/assistant/lib/qhelpsearchindexwriter_default.cpp [new file with mode: 0644]
src/assistant/lib/qhelpsearchindexwriter_default_p.h [new file with mode: 0644]
src/assistant/lib/qhelpsearchquerywidget.cpp [new file with mode: 0644]
src/assistant/lib/qhelpsearchquerywidget.h [new file with mode: 0644]
src/assistant/lib/qhelpsearchresultwidget.cpp [new file with mode: 0644]
src/assistant/lib/qhelpsearchresultwidget.h [new file with mode: 0644]
src/assistant/tools/assistant/Info_mac.plist [new file with mode: 0644]
src/assistant/tools/assistant/aboutdialog.cpp [new file with mode: 0644]
src/assistant/tools/assistant/aboutdialog.h [new file with mode: 0644]
src/assistant/tools/assistant/assistant.icns [new file with mode: 0644]
src/assistant/tools/assistant/assistant.ico [new file with mode: 0644]
src/assistant/tools/assistant/assistant.pro [new file with mode: 0644]
src/assistant/tools/assistant/assistant.qch [new file with mode: 0644]
src/assistant/tools/assistant/assistant.qrc [new file with mode: 0644]
src/assistant/tools/assistant/assistant.rc [new file with mode: 0644]
src/assistant/tools/assistant/assistant_images.qrc [new file with mode: 0644]
src/assistant/tools/assistant/bookmarkdialog.cpp [new file with mode: 0644]
src/assistant/tools/assistant/bookmarkdialog.h [new file with mode: 0644]
src/assistant/tools/assistant/bookmarkdialog.ui [new file with mode: 0644]
src/assistant/tools/assistant/bookmarkfiltermodel.cpp [new file with mode: 0644]
src/assistant/tools/assistant/bookmarkfiltermodel.h [new file with mode: 0644]
src/assistant/tools/assistant/bookmarkitem.cpp [new file with mode: 0644]
src/assistant/tools/assistant/bookmarkitem.h [new file with mode: 0644]
src/assistant/tools/assistant/bookmarkmanager.cpp [new file with mode: 0644]
src/assistant/tools/assistant/bookmarkmanager.h [new file with mode: 0644]
src/assistant/tools/assistant/bookmarkmanagerwidget.cpp [new file with mode: 0644]
src/assistant/tools/assistant/bookmarkmanagerwidget.h [new file with mode: 0644]
src/assistant/tools/assistant/bookmarkmanagerwidget.ui [new file with mode: 0644]
src/assistant/tools/assistant/bookmarkmodel.cpp [new file with mode: 0644]
src/assistant/tools/assistant/bookmarkmodel.h [new file with mode: 0644]
src/assistant/tools/assistant/bookmarkwidget.ui [new file with mode: 0644]
src/assistant/tools/assistant/centralwidget.cpp [new file with mode: 0644]
src/assistant/tools/assistant/centralwidget.h [new file with mode: 0644]
src/assistant/tools/assistant/cmdlineparser.cpp [new file with mode: 0644]
src/assistant/tools/assistant/cmdlineparser.h [new file with mode: 0644]
src/assistant/tools/assistant/contentwindow.cpp [new file with mode: 0644]
src/assistant/tools/assistant/contentwindow.h [new file with mode: 0644]
src/assistant/tools/assistant/doc/HOWTO [new file with mode: 0644]
src/assistant/tools/assistant/doc/assistant.qdoc [new file with mode: 0644]
src/assistant/tools/assistant/doc/assistant.qdocconf [new file with mode: 0644]
src/assistant/tools/assistant/doc/assistant.qhp [new file with mode: 0644]
src/assistant/tools/assistant/doc/classic.css [new file with mode: 0644]
src/assistant/tools/assistant/doc/images/assistant-address-toolbar.png [new file with mode: 0644]
src/assistant/tools/assistant/doc/images/assistant-assistant.png [new file with mode: 0644]
src/assistant/tools/assistant/doc/images/assistant-dockwidgets.png [new file with mode: 0644]
src/assistant/tools/assistant/doc/images/assistant-docwindow.png [new file with mode: 0644]
src/assistant/tools/assistant/doc/images/assistant-examples.png [new file with mode: 0644]
src/assistant/tools/assistant/doc/images/assistant-filter-toolbar.png [new file with mode: 0644]
src/assistant/tools/assistant/doc/images/assistant-preferences-documentation.png [new file with mode: 0644]
src/assistant/tools/assistant/doc/images/assistant-preferences-filters.png [new file with mode: 0644]
src/assistant/tools/assistant/doc/images/assistant-preferences-fonts.png [new file with mode: 0644]
src/assistant/tools/assistant/doc/images/assistant-preferences-options.png [new file with mode: 0644]
src/assistant/tools/assistant/doc/images/assistant-search.png [new file with mode: 0644]
src/assistant/tools/assistant/doc/images/assistant-toolbar.png [new file with mode: 0644]
src/assistant/tools/assistant/filternamedialog.cpp [new file with mode: 0644]
src/assistant/tools/assistant/filternamedialog.h [new file with mode: 0644]
src/assistant/tools/assistant/filternamedialog.ui [new file with mode: 0644]
src/assistant/tools/assistant/findwidget.cpp [new file with mode: 0644]
src/assistant/tools/assistant/findwidget.h [new file with mode: 0644]
src/assistant/tools/assistant/globalactions.cpp [new file with mode: 0644]
src/assistant/tools/assistant/globalactions.h [new file with mode: 0644]
src/assistant/tools/assistant/helpenginewrapper.cpp [new file with mode: 0644]
src/assistant/tools/assistant/helpenginewrapper.h [new file with mode: 0644]
src/assistant/tools/assistant/helpviewer.cpp [new file with mode: 0644]
src/assistant/tools/assistant/helpviewer.h [new file with mode: 0644]
src/assistant/tools/assistant/helpviewer_p.h [new file with mode: 0644]
src/assistant/tools/assistant/helpviewer_qtb.cpp [new file with mode: 0644]
src/assistant/tools/assistant/helpviewer_qwv.cpp [new file with mode: 0644]
src/assistant/tools/assistant/images/assistant-128.png [new file with mode: 0644]
src/assistant/tools/assistant/images/assistant.png [new file with mode: 0644]
src/assistant/tools/assistant/images/bookmark.png [new file with mode: 0644]
src/assistant/tools/assistant/images/closebutton.png [new file with mode: 0644]
src/assistant/tools/assistant/images/darkclosebutton.png [new file with mode: 0644]
src/assistant/tools/assistant/images/mac/addtab.png [new file with mode: 0644]
src/assistant/tools/assistant/images/mac/book.png [new file with mode: 0644]
src/assistant/tools/assistant/images/mac/closetab.png [new file with mode: 0644]
src/assistant/tools/assistant/images/mac/editcopy.png [new file with mode: 0644]
src/assistant/tools/assistant/images/mac/find.png [new file with mode: 0644]
src/assistant/tools/assistant/images/mac/home.png [new file with mode: 0644]
src/assistant/tools/assistant/images/mac/next.png [new file with mode: 0644]
src/assistant/tools/assistant/images/mac/previous.png [new file with mode: 0644]
src/assistant/tools/assistant/images/mac/print.png [new file with mode: 0644]
src/assistant/tools/assistant/images/mac/resetzoom.png [new file with mode: 0644]
src/assistant/tools/assistant/images/mac/synctoc.png [new file with mode: 0644]
src/assistant/tools/assistant/images/mac/zoomin.png [new file with mode: 0644]
src/assistant/tools/assistant/images/mac/zoomout.png [new file with mode: 0644]
src/assistant/tools/assistant/images/trolltech-logo.png [new file with mode: 0644]
src/assistant/tools/assistant/images/win/addtab.png [new file with mode: 0644]
src/assistant/tools/assistant/images/win/book.png [new file with mode: 0644]
src/assistant/tools/assistant/images/win/closetab.png [new file with mode: 0644]
src/assistant/tools/assistant/images/win/editcopy.png [new file with mode: 0644]
src/assistant/tools/assistant/images/win/find.png [new file with mode: 0644]
src/assistant/tools/assistant/images/win/home.png [new file with mode: 0644]
src/assistant/tools/assistant/images/win/next.png [new file with mode: 0644]
src/assistant/tools/assistant/images/win/previous.png [new file with mode: 0644]
src/assistant/tools/assistant/images/win/print.png [new file with mode: 0644]
src/assistant/tools/assistant/images/win/resetzoom.png [new file with mode: 0644]
src/assistant/tools/assistant/images/win/synctoc.png [new file with mode: 0644]
src/assistant/tools/assistant/images/win/zoomin.png [new file with mode: 0644]
src/assistant/tools/assistant/images/win/zoomout.png [new file with mode: 0644]
src/assistant/tools/assistant/images/wrap.png [new file with mode: 0644]
src/assistant/tools/assistant/indexwindow.cpp [new file with mode: 0644]
src/assistant/tools/assistant/indexwindow.h [new file with mode: 0644]
src/assistant/tools/assistant/installdialog.cpp [new file with mode: 0644]
src/assistant/tools/assistant/installdialog.h [new file with mode: 0644]
src/assistant/tools/assistant/installdialog.ui [new file with mode: 0644]
src/assistant/tools/assistant/main.cpp [new file with mode: 0644]
src/assistant/tools/assistant/mainwindow.cpp [new file with mode: 0644]
src/assistant/tools/assistant/mainwindow.h [new file with mode: 0644]
src/assistant/tools/assistant/openpagesmanager.cpp [new file with mode: 0644]
src/assistant/tools/assistant/openpagesmanager.h [new file with mode: 0644]
src/assistant/tools/assistant/openpagesmodel.cpp [new file with mode: 0644]
src/assistant/tools/assistant/openpagesmodel.h [new file with mode: 0644]
src/assistant/tools/assistant/openpagesswitcher.cpp [new file with mode: 0644]
src/assistant/tools/assistant/openpagesswitcher.h [new file with mode: 0644]
src/assistant/tools/assistant/openpageswidget.cpp [new file with mode: 0644]
src/assistant/tools/assistant/openpageswidget.h [new file with mode: 0644]
src/assistant/tools/assistant/preferencesdialog.cpp [new file with mode: 0644]
src/assistant/tools/assistant/preferencesdialog.h [new file with mode: 0644]
src/assistant/tools/assistant/preferencesdialog.ui [new file with mode: 0644]
src/assistant/tools/assistant/qtdocinstaller.cpp [new file with mode: 0644]
src/assistant/tools/assistant/qtdocinstaller.h [new file with mode: 0644]
src/assistant/tools/assistant/remotecontrol.cpp [new file with mode: 0644]
src/assistant/tools/assistant/remotecontrol.h [new file with mode: 0644]
src/assistant/tools/assistant/remotecontrol_win.h [new file with mode: 0644]
src/assistant/tools/assistant/searchwidget.cpp [new file with mode: 0644]
src/assistant/tools/assistant/searchwidget.h [new file with mode: 0644]
src/assistant/tools/assistant/topicchooser.cpp [new file with mode: 0644]
src/assistant/tools/assistant/topicchooser.h [new file with mode: 0644]
src/assistant/tools/assistant/topicchooser.ui [new file with mode: 0644]
src/assistant/tools/assistant/tracer.h [new file with mode: 0644]
src/assistant/tools/assistant/xbelsupport.cpp [new file with mode: 0644]
src/assistant/tools/assistant/xbelsupport.h [new file with mode: 0644]
src/assistant/tools/qcollectiongenerator/main.cpp [new file with mode: 0644]
src/assistant/tools/qcollectiongenerator/qcollectiongenerator.pro [new file with mode: 0644]
src/assistant/tools/qhelpconverter/adpreader.cpp [new file with mode: 0644]
src/assistant/tools/qhelpconverter/adpreader.h [new file with mode: 0644]
src/assistant/tools/qhelpconverter/assistant-128.png [new file with mode: 0644]
src/assistant/tools/qhelpconverter/assistant.png [new file with mode: 0644]
src/assistant/tools/qhelpconverter/conversionwizard.cpp [new file with mode: 0644]
src/assistant/tools/qhelpconverter/conversionwizard.h [new file with mode: 0644]
src/assistant/tools/qhelpconverter/doc/filespage.html [new file with mode: 0644]
src/assistant/tools/qhelpconverter/doc/filterpage.html [new file with mode: 0644]
src/assistant/tools/qhelpconverter/doc/generalpage.html [new file with mode: 0644]
src/assistant/tools/qhelpconverter/doc/identifierpage.html [new file with mode: 0644]
src/assistant/tools/qhelpconverter/doc/inputpage.html [new file with mode: 0644]
src/assistant/tools/qhelpconverter/doc/outputpage.html [new file with mode: 0644]
src/assistant/tools/qhelpconverter/doc/pathpage.html [new file with mode: 0644]
src/assistant/tools/qhelpconverter/filespage.cpp [new file with mode: 0644]
src/assistant/tools/qhelpconverter/filespage.h [new file with mode: 0644]
src/assistant/tools/qhelpconverter/filespage.ui [new file with mode: 0644]
src/assistant/tools/qhelpconverter/filterpage.cpp [new file with mode: 0644]
src/assistant/tools/qhelpconverter/filterpage.h [new file with mode: 0644]
src/assistant/tools/qhelpconverter/filterpage.ui [new file with mode: 0644]
src/assistant/tools/qhelpconverter/finishpage.cpp [new file with mode: 0644]
src/assistant/tools/qhelpconverter/finishpage.h [new file with mode: 0644]
src/assistant/tools/qhelpconverter/generalpage.cpp [new file with mode: 0644]
src/assistant/tools/qhelpconverter/generalpage.h [new file with mode: 0644]
src/assistant/tools/qhelpconverter/generalpage.ui [new file with mode: 0644]
src/assistant/tools/qhelpconverter/helpwindow.cpp [new file with mode: 0644]
src/assistant/tools/qhelpconverter/helpwindow.h [new file with mode: 0644]
src/assistant/tools/qhelpconverter/identifierpage.cpp [new file with mode: 0644]
src/assistant/tools/qhelpconverter/identifierpage.h [new file with mode: 0644]
src/assistant/tools/qhelpconverter/identifierpage.ui [new file with mode: 0644]
src/assistant/tools/qhelpconverter/inputpage.cpp [new file with mode: 0644]
src/assistant/tools/qhelpconverter/inputpage.h [new file with mode: 0644]
src/assistant/tools/qhelpconverter/inputpage.ui [new file with mode: 0644]
src/assistant/tools/qhelpconverter/main.cpp [new file with mode: 0644]
src/assistant/tools/qhelpconverter/outputpage.cpp [new file with mode: 0644]
src/assistant/tools/qhelpconverter/outputpage.h [new file with mode: 0644]
src/assistant/tools/qhelpconverter/outputpage.ui [new file with mode: 0644]
src/assistant/tools/qhelpconverter/pathpage.cpp [new file with mode: 0644]
src/assistant/tools/qhelpconverter/pathpage.h [new file with mode: 0644]
src/assistant/tools/qhelpconverter/pathpage.ui [new file with mode: 0644]
src/assistant/tools/qhelpconverter/qhcpwriter.cpp [new file with mode: 0644]
src/assistant/tools/qhelpconverter/qhcpwriter.h [new file with mode: 0644]
src/assistant/tools/qhelpconverter/qhelpconverter.pro [new file with mode: 0644]
src/assistant/tools/qhelpconverter/qhelpconverter.qrc [new file with mode: 0644]
src/assistant/tools/qhelpconverter/qhpwriter.cpp [new file with mode: 0644]
src/assistant/tools/qhelpconverter/qhpwriter.h [new file with mode: 0644]
src/assistant/tools/qhelpgenerator/main.cpp [new file with mode: 0644]
src/assistant/tools/qhelpgenerator/qhelpgenerator.pro [new file with mode: 0644]
src/assistant/tools/shared/collectionconfiguration.cpp [new file with mode: 0644]
src/assistant/tools/shared/collectionconfiguration.h [new file with mode: 0644]
src/assistant/tools/shared/helpgenerator.cpp [new file with mode: 0644]
src/assistant/tools/shared/helpgenerator.h [new file with mode: 0644]
src/assistant/tools/tools.pro [new file with mode: 0644]
src/checksdk/README [new file with mode: 0644]
src/checksdk/cesdkhandler.cpp [new file with mode: 0644]
src/checksdk/cesdkhandler.h [new file with mode: 0644]
src/checksdk/checksdk.pro [new file with mode: 0644]
src/checksdk/main.cpp [new file with mode: 0644]
src/designer/data/generate_header.xsl [new file with mode: 0644]
src/designer/data/generate_impl.xsl [new file with mode: 0644]
src/designer/data/generate_shared.xsl [new file with mode: 0644]
src/designer/data/ui3.xsd [new file with mode: 0644]
src/designer/data/ui4.xsd [new file with mode: 0644]
src/designer/designer.pro [new file with mode: 0644]
src/designer/src/components/buddyeditor/buddyeditor.cpp [new file with mode: 0644]
src/designer/src/components/buddyeditor/buddyeditor.h [new file with mode: 0644]
src/designer/src/components/buddyeditor/buddyeditor.pri [new file with mode: 0644]
src/designer/src/components/buddyeditor/buddyeditor_global.h [new file with mode: 0644]
src/designer/src/components/buddyeditor/buddyeditor_instance.cpp [new file with mode: 0644]
src/designer/src/components/buddyeditor/buddyeditor_plugin.cpp [new file with mode: 0644]
src/designer/src/components/buddyeditor/buddyeditor_plugin.h [new file with mode: 0644]
src/designer/src/components/buddyeditor/buddyeditor_tool.cpp [new file with mode: 0644]
src/designer/src/components/buddyeditor/buddyeditor_tool.h [new file with mode: 0644]
src/designer/src/components/component.pri [new file with mode: 0644]
src/designer/src/components/components.pro [new file with mode: 0644]
src/designer/src/components/formeditor/brushmanagerproxy.cpp [new file with mode: 0644]
src/designer/src/components/formeditor/brushmanagerproxy.h [new file with mode: 0644]
src/designer/src/components/formeditor/default_actionprovider.cpp [new file with mode: 0644]
src/designer/src/components/formeditor/default_actionprovider.h [new file with mode: 0644]
src/designer/src/components/formeditor/default_container.cpp [new file with mode: 0644]
src/designer/src/components/formeditor/default_container.h [new file with mode: 0644]
src/designer/src/components/formeditor/default_layoutdecoration.cpp [new file with mode: 0644]
src/designer/src/components/formeditor/default_layoutdecoration.h [new file with mode: 0644]
src/designer/src/components/formeditor/defaultbrushes.xml [new file with mode: 0644]
src/designer/src/components/formeditor/deviceprofiledialog.cpp [new file with mode: 0644]
src/designer/src/components/formeditor/deviceprofiledialog.h [new file with mode: 0644]
src/designer/src/components/formeditor/deviceprofiledialog.ui [new file with mode: 0644]
src/designer/src/components/formeditor/dpi_chooser.cpp [new file with mode: 0644]
src/designer/src/components/formeditor/dpi_chooser.h [new file with mode: 0644]
src/designer/src/components/formeditor/embeddedoptionspage.cpp [new file with mode: 0644]
src/designer/src/components/formeditor/embeddedoptionspage.h [new file with mode: 0644]
src/designer/src/components/formeditor/formeditor.cpp [new file with mode: 0644]
src/designer/src/components/formeditor/formeditor.h [new file with mode: 0644]
src/designer/src/components/formeditor/formeditor.pri [new file with mode: 0644]
src/designer/src/components/formeditor/formeditor.qrc [new file with mode: 0644]
src/designer/src/components/formeditor/formeditor_global.h [new file with mode: 0644]
src/designer/src/components/formeditor/formeditor_optionspage.cpp [new file with mode: 0644]
src/designer/src/components/formeditor/formeditor_optionspage.h [new file with mode: 0644]
src/designer/src/components/formeditor/formwindow.cpp [new file with mode: 0644]
src/designer/src/components/formeditor/formwindow.h [new file with mode: 0644]
src/designer/src/components/formeditor/formwindow_dnditem.cpp [new file with mode: 0644]
src/designer/src/components/formeditor/formwindow_dnditem.h [new file with mode: 0644]
src/designer/src/components/formeditor/formwindow_widgetstack.cpp [new file with mode: 0644]
src/designer/src/components/formeditor/formwindow_widgetstack.h [new file with mode: 0644]
src/designer/src/components/formeditor/formwindowcursor.cpp [new file with mode: 0644]
src/designer/src/components/formeditor/formwindowcursor.h [new file with mode: 0644]
src/designer/src/components/formeditor/formwindowmanager.cpp [new file with mode: 0644]
src/designer/src/components/formeditor/formwindowmanager.h [new file with mode: 0644]
src/designer/src/components/formeditor/formwindowsettings.cpp [new file with mode: 0644]
src/designer/src/components/formeditor/formwindowsettings.h [new file with mode: 0644]
src/designer/src/components/formeditor/formwindowsettings.ui [new file with mode: 0644]
src/designer/src/components/formeditor/iconcache.cpp [new file with mode: 0644]
src/designer/src/components/formeditor/iconcache.h [new file with mode: 0644]
src/designer/src/components/formeditor/images/cleartext.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/color.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/configure.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/cursors/arrow.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/cursors/busy.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/cursors/closedhand.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/cursors/cross.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/cursors/hand.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/cursors/hsplit.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/cursors/ibeam.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/cursors/no.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/cursors/openhand.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/cursors/sizeall.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/cursors/sizeb.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/cursors/sizef.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/cursors/sizeh.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/cursors/sizev.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/cursors/uparrow.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/cursors/vsplit.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/cursors/wait.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/cursors/whatsthis.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/downplus.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/dropdownbutton.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/edit.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/editdelete-16.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/emptyicon.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/filenew-16.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/fileopen-16.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/leveldown.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/levelup.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/adjustsize.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/back.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/buddytool.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/down.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/editbreaklayout.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/editcopy.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/editcut.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/editdelete.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/editform.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/editgrid.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/edithlayout.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/edithlayoutsplit.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/editlower.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/editpaste.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/editraise.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/editvlayout.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/editvlayoutsplit.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/filenew.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/fileopen.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/filesave.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/forward.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/insertimage.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/minus.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/plus.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/redo.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/resetproperty.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/resourceeditortool.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/signalslottool.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/simplifyrichtext.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/tabordertool.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/textanchor.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/textbold.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/textcenter.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/textitalic.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/textjustify.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/textleft.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/textright.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/textsubscript.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/textsuperscript.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/textunder.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/undo.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/up.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/mac/widgettool.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/minus-16.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/plus-16.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/prefix-add.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/qt3logo.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/qtlogo.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/reload.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/resetproperty.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/sort.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/submenu.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/calendarwidget.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/checkbox.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/columnview.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/combobox.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/commandlinkbutton.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/dateedit.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/datetimeedit.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/dial.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/dialogbuttonbox.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/dockwidget.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/doublespinbox.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/fontcombobox.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/frame.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/graphicsview.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/groupbox.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/groupboxcollapsible.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/hscrollbar.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/hslider.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/hsplit.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/label.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/lcdnumber.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/line.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/lineedit.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/listbox.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/listview.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/mdiarea.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/plaintextedit.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/progress.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/pushbutton.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/radiobutton.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/scrollarea.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/spacer.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/spinbox.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/tabbar.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/table.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/tabwidget.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/textedit.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/timeedit.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/toolbox.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/toolbutton.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/vline.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/vscrollbar.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/vslider.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/vspacer.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/widget.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/widgetstack.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/widgets/wizard.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/adjustsize.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/back.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/buddytool.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/down.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/editbreaklayout.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/editcopy.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/editcut.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/editdelete.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/editform.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/editgrid.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/edithlayout.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/edithlayoutsplit.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/editlower.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/editpaste.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/editraise.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/editvlayout.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/editvlayoutsplit.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/filenew.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/fileopen.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/filesave.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/forward.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/insertimage.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/minus.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/plus.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/redo.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/resourceeditortool.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/signalslottool.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/simplifyrichtext.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/tabordertool.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/textanchor.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/textbold.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/textcenter.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/textitalic.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/textjustify.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/textleft.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/textright.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/textsubscript.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/textsuperscript.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/textunder.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/undo.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/up.png [new file with mode: 0644]
src/designer/src/components/formeditor/images/win/widgettool.png [new file with mode: 0644]
src/designer/src/components/formeditor/itemview_propertysheet.cpp [new file with mode: 0644]
src/designer/src/components/formeditor/itemview_propertysheet.h [new file with mode: 0644]
src/designer/src/components/formeditor/layout_propertysheet.cpp [new file with mode: 0644]
src/designer/src/components/formeditor/layout_propertysheet.h [new file with mode: 0644]
src/designer/src/components/formeditor/line_propertysheet.cpp [new file with mode: 0644]
src/designer/src/components/formeditor/line_propertysheet.h [new file with mode: 0644]
src/designer/src/components/formeditor/previewactiongroup.cpp [new file with mode: 0644]
src/designer/src/components/formeditor/previewactiongroup.h [new file with mode: 0644]
src/designer/src/components/formeditor/qdesigner_resource.cpp [new file with mode: 0644]
src/designer/src/components/formeditor/qdesigner_resource.h [new file with mode: 0644]
src/designer/src/components/formeditor/qdesignerundostack.cpp [new file with mode: 0644]
src/designer/src/components/formeditor/qdesignerundostack.h [new file with mode: 0644]
src/designer/src/components/formeditor/qlayoutwidget_propertysheet.cpp [new file with mode: 0644]
src/designer/src/components/formeditor/qlayoutwidget_propertysheet.h [new file with mode: 0644]
src/designer/src/components/formeditor/qmainwindow_container.cpp [new file with mode: 0644]
src/designer/src/components/formeditor/qmainwindow_container.h [new file with mode: 0644]
src/designer/src/components/formeditor/qmdiarea_container.cpp [new file with mode: 0644]
src/designer/src/components/formeditor/qmdiarea_container.h [new file with mode: 0644]
src/designer/src/components/formeditor/qtbrushmanager.cpp [new file with mode: 0644]
src/designer/src/components/formeditor/qtbrushmanager.h [new file with mode: 0644]
src/designer/src/components/formeditor/qwizard_container.cpp [new file with mode: 0644]
src/designer/src/components/formeditor/qwizard_container.h [new file with mode: 0644]
src/designer/src/components/formeditor/qworkspace_container.cpp [new file with mode: 0644]
src/designer/src/components/formeditor/qworkspace_container.h [new file with mode: 0644]
src/designer/src/components/formeditor/spacer_propertysheet.cpp [new file with mode: 0644]
src/designer/src/components/formeditor/spacer_propertysheet.h [new file with mode: 0644]
src/designer/src/components/formeditor/templateoptionspage.cpp [new file with mode: 0644]
src/designer/src/components/formeditor/templateoptionspage.h [new file with mode: 0644]
src/designer/src/components/formeditor/templateoptionspage.ui [new file with mode: 0644]
src/designer/src/components/formeditor/tool_widgeteditor.cpp [new file with mode: 0644]
src/designer/src/components/formeditor/tool_widgeteditor.h [new file with mode: 0644]
src/designer/src/components/formeditor/widgetselection.cpp [new file with mode: 0644]
src/designer/src/components/formeditor/widgetselection.h [new file with mode: 0644]
src/designer/src/components/lib/lib.pro [new file with mode: 0644]
src/designer/src/components/lib/lib_pch.h [new file with mode: 0644]
src/designer/src/components/lib/qdesigner_components.cpp [new file with mode: 0644]
src/designer/src/components/objectinspector/objectinspector.cpp [new file with mode: 0644]
src/designer/src/components/objectinspector/objectinspector.h [new file with mode: 0644]
src/designer/src/components/objectinspector/objectinspector.pri [new file with mode: 0644]
src/designer/src/components/objectinspector/objectinspector_global.h [new file with mode: 0644]
src/designer/src/components/objectinspector/objectinspectormodel.cpp [new file with mode: 0644]
src/designer/src/components/objectinspector/objectinspectormodel_p.h [new file with mode: 0644]
src/designer/src/components/propertyeditor/brushpropertymanager.cpp [new file with mode: 0644]
src/designer/src/components/propertyeditor/brushpropertymanager.h [new file with mode: 0644]
src/designer/src/components/propertyeditor/designerpropertymanager.cpp [new file with mode: 0644]
src/designer/src/components/propertyeditor/designerpropertymanager.h [new file with mode: 0644]
src/designer/src/components/propertyeditor/fontmapping.xml [new file with mode: 0644]
src/designer/src/components/propertyeditor/fontpropertymanager.cpp [new file with mode: 0644]
src/designer/src/components/propertyeditor/fontpropertymanager.h [new file with mode: 0644]
src/designer/src/components/propertyeditor/newdynamicpropertydialog.cpp [new file with mode: 0644]
src/designer/src/components/propertyeditor/newdynamicpropertydialog.h [new file with mode: 0644]
src/designer/src/components/propertyeditor/newdynamicpropertydialog.ui [new file with mode: 0644]
src/designer/src/components/propertyeditor/paletteeditor.cpp [new file with mode: 0644]
src/designer/src/components/propertyeditor/paletteeditor.h [new file with mode: 0644]
src/designer/src/components/propertyeditor/paletteeditor.ui [new file with mode: 0644]
src/designer/src/components/propertyeditor/paletteeditorbutton.cpp [new file with mode: 0644]
src/designer/src/components/propertyeditor/paletteeditorbutton.h [new file with mode: 0644]
src/designer/src/components/propertyeditor/previewframe.cpp [new file with mode: 0644]
src/designer/src/components/propertyeditor/previewframe.h [new file with mode: 0644]
src/designer/src/components/propertyeditor/previewwidget.cpp [new file with mode: 0644]
src/designer/src/components/propertyeditor/previewwidget.h [new file with mode: 0644]
src/designer/src/components/propertyeditor/previewwidget.ui [new file with mode: 0644]
src/designer/src/components/propertyeditor/propertyeditor.cpp [new file with mode: 0644]
src/designer/src/components/propertyeditor/propertyeditor.h [new file with mode: 0644]
src/designer/src/components/propertyeditor/propertyeditor.pri [new file with mode: 0644]
src/designer/src/components/propertyeditor/propertyeditor.qrc [new file with mode: 0644]
src/designer/src/components/propertyeditor/propertyeditor_global.h [new file with mode: 0644]
src/designer/src/components/propertyeditor/qlonglongvalidator.cpp [new file with mode: 0644]
src/designer/src/components/propertyeditor/qlonglongvalidator.h [new file with mode: 0644]
src/designer/src/components/propertyeditor/stringlisteditor.cpp [new file with mode: 0644]
src/designer/src/components/propertyeditor/stringlisteditor.h [new file with mode: 0644]
src/designer/src/components/propertyeditor/stringlisteditor.ui [new file with mode: 0644]
src/designer/src/components/propertyeditor/stringlisteditorbutton.cpp [new file with mode: 0644]
src/designer/src/components/propertyeditor/stringlisteditorbutton.h [new file with mode: 0644]
src/designer/src/components/signalsloteditor/connectdialog.cpp [new file with mode: 0644]
src/designer/src/components/signalsloteditor/connectdialog.ui [new file with mode: 0644]
src/designer/src/components/signalsloteditor/connectdialog_p.h [new file with mode: 0644]
src/designer/src/components/signalsloteditor/signalslot_utils.cpp [new file with mode: 0644]
src/designer/src/components/signalsloteditor/signalslot_utils_p.h [new file with mode: 0644]
src/designer/src/components/signalsloteditor/signalsloteditor.cpp [new file with mode: 0644]
src/designer/src/components/signalsloteditor/signalsloteditor.h [new file with mode: 0644]
src/designer/src/components/signalsloteditor/signalsloteditor.pri [new file with mode: 0644]
src/designer/src/components/signalsloteditor/signalsloteditor_global.h [new file with mode: 0644]
src/designer/src/components/signalsloteditor/signalsloteditor_instance.cpp [new file with mode: 0644]
src/designer/src/components/signalsloteditor/signalsloteditor_p.h [new file with mode: 0644]
src/designer/src/components/signalsloteditor/signalsloteditor_plugin.cpp [new file with mode: 0644]
src/designer/src/components/signalsloteditor/signalsloteditor_plugin.h [new file with mode: 0644]
src/designer/src/components/signalsloteditor/signalsloteditor_tool.cpp [new file with mode: 0644]
src/designer/src/components/signalsloteditor/signalsloteditor_tool.h [new file with mode: 0644]
src/designer/src/components/signalsloteditor/signalsloteditorwindow.cpp [new file with mode: 0644]
src/designer/src/components/signalsloteditor/signalsloteditorwindow.h [new file with mode: 0644]
src/designer/src/components/tabordereditor/tabordereditor.cpp [new file with mode: 0644]
src/designer/src/components/tabordereditor/tabordereditor.h [new file with mode: 0644]
src/designer/src/components/tabordereditor/tabordereditor.pri [new file with mode: 0644]
src/designer/src/components/tabordereditor/tabordereditor_global.h [new file with mode: 0644]
src/designer/src/components/tabordereditor/tabordereditor_instance.cpp [new file with mode: 0644]
src/designer/src/components/tabordereditor/tabordereditor_plugin.cpp [new file with mode: 0644]
src/designer/src/components/tabordereditor/tabordereditor_plugin.h [new file with mode: 0644]
src/designer/src/components/tabordereditor/tabordereditor_tool.cpp [new file with mode: 0644]
src/designer/src/components/tabordereditor/tabordereditor_tool.h [new file with mode: 0644]
src/designer/src/components/taskmenu/button_taskmenu.cpp [new file with mode: 0644]
src/designer/src/components/taskmenu/button_taskmenu.h [new file with mode: 0644]
src/designer/src/components/taskmenu/combobox_taskmenu.cpp [new file with mode: 0644]
src/designer/src/components/taskmenu/combobox_taskmenu.h [new file with mode: 0644]
src/designer/src/components/taskmenu/containerwidget_taskmenu.cpp [new file with mode: 0644]
src/designer/src/components/taskmenu/containerwidget_taskmenu.h [new file with mode: 0644]
src/designer/src/components/taskmenu/groupbox_taskmenu.cpp [new file with mode: 0644]
src/designer/src/components/taskmenu/groupbox_taskmenu.h [new file with mode: 0644]
src/designer/src/components/taskmenu/inplace_editor.cpp [new file with mode: 0644]
src/designer/src/components/taskmenu/inplace_editor.h [new file with mode: 0644]
src/designer/src/components/taskmenu/inplace_widget_helper.cpp [new file with mode: 0644]
src/designer/src/components/taskmenu/inplace_widget_helper.h [new file with mode: 0644]
src/designer/src/components/taskmenu/itemlisteditor.cpp [new file with mode: 0644]
src/designer/src/components/taskmenu/itemlisteditor.h [new file with mode: 0644]
src/designer/src/components/taskmenu/itemlisteditor.ui [new file with mode: 0644]
src/designer/src/components/taskmenu/label_taskmenu.cpp [new file with mode: 0644]
src/designer/src/components/taskmenu/label_taskmenu.h [new file with mode: 0644]
src/designer/src/components/taskmenu/layouttaskmenu.cpp [new file with mode: 0644]
src/designer/src/components/taskmenu/layouttaskmenu.h [new file with mode: 0644]
src/designer/src/components/taskmenu/lineedit_taskmenu.cpp [new file with mode: 0644]
src/designer/src/components/taskmenu/lineedit_taskmenu.h [new file with mode: 0644]
src/designer/src/components/taskmenu/listwidget_taskmenu.cpp [new file with mode: 0644]
src/designer/src/components/taskmenu/listwidget_taskmenu.h [new file with mode: 0644]
src/designer/src/components/taskmenu/listwidgeteditor.cpp [new file with mode: 0644]
src/designer/src/components/taskmenu/listwidgeteditor.h [new file with mode: 0644]
src/designer/src/components/taskmenu/menutaskmenu.cpp [new file with mode: 0644]
src/designer/src/components/taskmenu/menutaskmenu.h [new file with mode: 0644]
src/designer/src/components/taskmenu/tablewidget_taskmenu.cpp [new file with mode: 0644]
src/designer/src/components/taskmenu/tablewidget_taskmenu.h [new file with mode: 0644]
src/designer/src/components/taskmenu/tablewidgeteditor.cpp [new file with mode: 0644]
src/designer/src/components/taskmenu/tablewidgeteditor.h [new file with mode: 0644]
src/designer/src/components/taskmenu/tablewidgeteditor.ui [new file with mode: 0644]
src/designer/src/components/taskmenu/taskmenu.pri [new file with mode: 0644]
src/designer/src/components/taskmenu/taskmenu_component.cpp [new file with mode: 0644]
src/designer/src/components/taskmenu/taskmenu_component.h [new file with mode: 0644]
src/designer/src/components/taskmenu/taskmenu_global.h [new file with mode: 0644]
src/designer/src/components/taskmenu/textedit_taskmenu.cpp [new file with mode: 0644]
src/designer/src/components/taskmenu/textedit_taskmenu.h [new file with mode: 0644]
src/designer/src/components/taskmenu/toolbar_taskmenu.cpp [new file with mode: 0644]
src/designer/src/components/taskmenu/toolbar_taskmenu.h [new file with mode: 0644]
src/designer/src/components/taskmenu/treewidget_taskmenu.cpp [new file with mode: 0644]
src/designer/src/components/taskmenu/treewidget_taskmenu.h [new file with mode: 0644]
src/designer/src/components/taskmenu/treewidgeteditor.cpp [new file with mode: 0644]
src/designer/src/components/taskmenu/treewidgeteditor.h [new file with mode: 0644]
src/designer/src/components/taskmenu/treewidgeteditor.ui [new file with mode: 0644]
src/designer/src/components/widgetbox/widgetbox.cpp [new file with mode: 0644]
src/designer/src/components/widgetbox/widgetbox.h [new file with mode: 0644]
src/designer/src/components/widgetbox/widgetbox.pri [new file with mode: 0644]
src/designer/src/components/widgetbox/widgetbox.qrc [new file with mode: 0644]
src/designer/src/components/widgetbox/widgetbox.xml [new file with mode: 0644]
src/designer/src/components/widgetbox/widgetbox_dnditem.cpp [new file with mode: 0644]
src/designer/src/components/widgetbox/widgetbox_dnditem.h [new file with mode: 0644]
src/designer/src/components/widgetbox/widgetbox_global.h [new file with mode: 0644]
src/designer/src/components/widgetbox/widgetboxcategorylistview.cpp [new file with mode: 0644]
src/designer/src/components/widgetbox/widgetboxcategorylistview.h [new file with mode: 0644]
src/designer/src/components/widgetbox/widgetboxtreewidget.cpp [new file with mode: 0644]
src/designer/src/components/widgetbox/widgetboxtreewidget.h [new file with mode: 0644]
src/designer/src/designer/Info_mac.plist [new file with mode: 0644]
src/designer/src/designer/appfontdialog.cpp [new file with mode: 0644]
src/designer/src/designer/appfontdialog.h [new file with mode: 0644]
src/designer/src/designer/assistantclient.cpp [new file with mode: 0644]
src/designer/src/designer/assistantclient.h [new file with mode: 0644]
src/designer/src/designer/designer.icns [new file with mode: 0644]
src/designer/src/designer/designer.ico [new file with mode: 0644]
src/designer/src/designer/designer.pro [new file with mode: 0644]
src/designer/src/designer/designer.qrc [new file with mode: 0644]
src/designer/src/designer/designer.rc [new file with mode: 0644]
src/designer/src/designer/designer_enums.h [new file with mode: 0644]
src/designer/src/designer/images/designer.png [new file with mode: 0644]
src/designer/src/designer/images/mdi.png [new file with mode: 0644]
src/designer/src/designer/images/sdi.png [new file with mode: 0644]
src/designer/src/designer/images/workbench.png [new file with mode: 0644]
src/designer/src/designer/main.cpp [new file with mode: 0644]
src/designer/src/designer/mainwindow.cpp [new file with mode: 0644]
src/designer/src/designer/mainwindow.h [new file with mode: 0644]
src/designer/src/designer/newform.cpp [new file with mode: 0644]
src/designer/src/designer/newform.h [new file with mode: 0644]
src/designer/src/designer/preferencesdialog.cpp [new file with mode: 0644]
src/designer/src/designer/preferencesdialog.h [new file with mode: 0644]
src/designer/src/designer/preferencesdialog.ui [new file with mode: 0644]
src/designer/src/designer/qdesigner.cpp [new file with mode: 0644]
src/designer/src/designer/qdesigner.h [new file with mode: 0644]
src/designer/src/designer/qdesigner_actions.cpp [new file with mode: 0644]
src/designer/src/designer/qdesigner_actions.h [new file with mode: 0644]
src/designer/src/designer/qdesigner_appearanceoptions.cpp [new file with mode: 0644]
src/designer/src/designer/qdesigner_appearanceoptions.h [new file with mode: 0644]
src/designer/src/designer/qdesigner_appearanceoptions.ui [new file with mode: 0644]
src/designer/src/designer/qdesigner_formwindow.cpp [new file with mode: 0644]
src/designer/src/designer/qdesigner_formwindow.h [new file with mode: 0644]
src/designer/src/designer/qdesigner_pch.h [new file with mode: 0644]
src/designer/src/designer/qdesigner_server.cpp [new file with mode: 0644]
src/designer/src/designer/qdesigner_server.h [new file with mode: 0644]
src/designer/src/designer/qdesigner_settings.cpp [new file with mode: 0644]
src/designer/src/designer/qdesigner_settings.h [new file with mode: 0644]
src/designer/src/designer/qdesigner_toolwindow.cpp [new file with mode: 0644]
src/designer/src/designer/qdesigner_toolwindow.h [new file with mode: 0644]
src/designer/src/designer/qdesigner_workbench.cpp [new file with mode: 0644]
src/designer/src/designer/qdesigner_workbench.h [new file with mode: 0644]
src/designer/src/designer/saveformastemplate.cpp [new file with mode: 0644]
src/designer/src/designer/saveformastemplate.h [new file with mode: 0644]
src/designer/src/designer/saveformastemplate.ui [new file with mode: 0644]
src/designer/src/designer/uifile.icns [new file with mode: 0644]
src/designer/src/designer/versiondialog.cpp [new file with mode: 0644]
src/designer/src/designer/versiondialog.h [new file with mode: 0644]
src/designer/src/lib/components/qdesigner_components.h [new file with mode: 0644]
src/designer/src/lib/components/qdesigner_components_global.h [new file with mode: 0644]
src/designer/src/lib/extension/default_extensionfactory.cpp [new file with mode: 0644]
src/designer/src/lib/extension/default_extensionfactory.h [new file with mode: 0644]
src/designer/src/lib/extension/extension.cpp [new file with mode: 0644]
src/designer/src/lib/extension/extension.h [new file with mode: 0644]
src/designer/src/lib/extension/extension.pri [new file with mode: 0644]
src/designer/src/lib/extension/extension_global.h [new file with mode: 0644]
src/designer/src/lib/extension/qextensionmanager.cpp [new file with mode: 0644]
src/designer/src/lib/extension/qextensionmanager.h [new file with mode: 0644]
src/designer/src/lib/lib.pro [new file with mode: 0644]
src/designer/src/lib/lib_pch.h [new file with mode: 0644]
src/designer/src/lib/sdk/abstractactioneditor.cpp [new file with mode: 0644]
src/designer/src/lib/sdk/abstractactioneditor.h [new file with mode: 0644]
src/designer/src/lib/sdk/abstractbrushmanager.h [new file with mode: 0644]
src/designer/src/lib/sdk/abstractdialoggui.cpp [new file with mode: 0644]
src/designer/src/lib/sdk/abstractdialoggui_p.h [new file with mode: 0644]
src/designer/src/lib/sdk/abstractdnditem.h [new file with mode: 0644]
src/designer/src/lib/sdk/abstractdnditem.qdoc [new file with mode: 0644]
src/designer/src/lib/sdk/abstractformeditor.cpp [new file with mode: 0644]
src/designer/src/lib/sdk/abstractformeditor.h [new file with mode: 0644]
src/designer/src/lib/sdk/abstractformeditorplugin.cpp [new file with mode: 0644]
src/designer/src/lib/sdk/abstractformeditorplugin.h [new file with mode: 0644]
src/designer/src/lib/sdk/abstractformwindow.cpp [new file with mode: 0644]
src/designer/src/lib/sdk/abstractformwindow.h [new file with mode: 0644]
src/designer/src/lib/sdk/abstractformwindowcursor.cpp [new file with mode: 0644]
src/designer/src/lib/sdk/abstractformwindowcursor.h [new file with mode: 0644]
src/designer/src/lib/sdk/abstractformwindowmanager.cpp [new file with mode: 0644]
src/designer/src/lib/sdk/abstractformwindowmanager.h [new file with mode: 0644]
src/designer/src/lib/sdk/abstractformwindowtool.cpp [new file with mode: 0644]
src/designer/src/lib/sdk/abstractformwindowtool.h [new file with mode: 0644]
src/designer/src/lib/sdk/abstracticoncache.h [new file with mode: 0644]
src/designer/src/lib/sdk/abstracticoncache.qdoc [new file with mode: 0644]
src/designer/src/lib/sdk/abstractintegration.cpp [new file with mode: 0644]
src/designer/src/lib/sdk/abstractintegration.h [new file with mode: 0644]
src/designer/src/lib/sdk/abstractintrospection.cpp [new file with mode: 0644]
src/designer/src/lib/sdk/abstractintrospection_p.h [new file with mode: 0644]
src/designer/src/lib/sdk/abstractlanguage.h [new file with mode: 0644]
src/designer/src/lib/sdk/abstractmetadatabase.cpp [new file with mode: 0644]
src/designer/src/lib/sdk/abstractmetadatabase.h [new file with mode: 0644]
src/designer/src/lib/sdk/abstractnewformwidget.cpp [new file with mode: 0644]
src/designer/src/lib/sdk/abstractnewformwidget_p.h [new file with mode: 0644]
src/designer/src/lib/sdk/abstractobjectinspector.cpp [new file with mode: 0644]
src/designer/src/lib/sdk/abstractobjectinspector.h [new file with mode: 0644]
src/designer/src/lib/sdk/abstractoptionspage_p.h [new file with mode: 0644]
src/designer/src/lib/sdk/abstractpromotioninterface.cpp [new file with mode: 0644]
src/designer/src/lib/sdk/abstractpromotioninterface.h [new file with mode: 0644]
src/designer/src/lib/sdk/abstractpropertyeditor.cpp [new file with mode: 0644]
src/designer/src/lib/sdk/abstractpropertyeditor.h [new file with mode: 0644]
src/designer/src/lib/sdk/abstractresourcebrowser.cpp [new file with mode: 0644]
src/designer/src/lib/sdk/abstractresourcebrowser.h [new file with mode: 0644]
src/designer/src/lib/sdk/abstractsettings_p.h [new file with mode: 0644]
src/designer/src/lib/sdk/abstractwidgetbox.cpp [new file with mode: 0644]
src/designer/src/lib/sdk/abstractwidgetbox.h [new file with mode: 0644]
src/designer/src/lib/sdk/abstractwidgetdatabase.cpp [new file with mode: 0644]
src/designer/src/lib/sdk/abstractwidgetdatabase.h [new file with mode: 0644]
src/designer/src/lib/sdk/abstractwidgetfactory.cpp [new file with mode: 0644]
src/designer/src/lib/sdk/abstractwidgetfactory.h [new file with mode: 0644]
src/designer/src/lib/sdk/dynamicpropertysheet.h [new file with mode: 0644]
src/designer/src/lib/sdk/dynamicpropertysheet.qdoc [new file with mode: 0644]
src/designer/src/lib/sdk/extrainfo.cpp [new file with mode: 0644]
src/designer/src/lib/sdk/extrainfo.h [new file with mode: 0644]
src/designer/src/lib/sdk/layoutdecoration.h [new file with mode: 0644]
src/designer/src/lib/sdk/layoutdecoration.qdoc [new file with mode: 0644]
src/designer/src/lib/sdk/membersheet.h [new file with mode: 0644]
src/designer/src/lib/sdk/membersheet.qdoc [new file with mode: 0644]
src/designer/src/lib/sdk/propertysheet.h [new file with mode: 0644]
src/designer/src/lib/sdk/propertysheet.qdoc [new file with mode: 0644]
src/designer/src/lib/sdk/script.cpp [new file with mode: 0644]
src/designer/src/lib/sdk/script_p.h [new file with mode: 0644]
src/designer/src/lib/sdk/sdk.pri [new file with mode: 0644]
src/designer/src/lib/sdk/sdk_global.h [new file with mode: 0644]
src/designer/src/lib/sdk/taskmenu.h [new file with mode: 0644]
src/designer/src/lib/sdk/taskmenu.qdoc [new file with mode: 0644]
src/designer/src/lib/shared/actioneditor.cpp [new file with mode: 0644]
src/designer/src/lib/shared/actioneditor_p.h [new file with mode: 0644]
src/designer/src/lib/shared/actionprovider_p.h [new file with mode: 0644]
src/designer/src/lib/shared/actionrepository.cpp [new file with mode: 0644]
src/designer/src/lib/shared/actionrepository_p.h [new file with mode: 0644]
src/designer/src/lib/shared/addlinkdialog.ui [new file with mode: 0644]
src/designer/src/lib/shared/codedialog.cpp [new file with mode: 0644]
src/designer/src/lib/shared/codedialog_p.h [new file with mode: 0644]
src/designer/src/lib/shared/connectionedit.cpp [new file with mode: 0644]
src/designer/src/lib/shared/connectionedit_p.h [new file with mode: 0644]
src/designer/src/lib/shared/csshighlighter.cpp [new file with mode: 0644]
src/designer/src/lib/shared/csshighlighter_p.h [new file with mode: 0644]
src/designer/src/lib/shared/defaultgradients.xml [new file with mode: 0644]
src/designer/src/lib/shared/deviceprofile.cpp [new file with mode: 0644]
src/designer/src/lib/shared/deviceprofile_p.h [new file with mode: 0644]
src/designer/src/lib/shared/dialoggui.cpp [new file with mode: 0644]
src/designer/src/lib/shared/dialoggui_p.h [new file with mode: 0644]
src/designer/src/lib/shared/extensionfactory_p.h [new file with mode: 0644]
src/designer/src/lib/shared/filterwidget.cpp [new file with mode: 0644]
src/designer/src/lib/shared/filterwidget_p.h [new file with mode: 0644]
src/designer/src/lib/shared/formlayoutmenu.cpp [new file with mode: 0644]
src/designer/src/lib/shared/formlayoutmenu_p.h [new file with mode: 0644]
src/designer/src/lib/shared/formlayoutrowdialog.ui [new file with mode: 0644]
src/designer/src/lib/shared/formwindowbase.cpp [new file with mode: 0644]
src/designer/src/lib/shared/formwindowbase_p.h [new file with mode: 0644]
src/designer/src/lib/shared/grid.cpp [new file with mode: 0644]
src/designer/src/lib/shared/grid_p.h [new file with mode: 0644]
src/designer/src/lib/shared/gridpanel.cpp [new file with mode: 0644]
src/designer/src/lib/shared/gridpanel.ui [new file with mode: 0644]
src/designer/src/lib/shared/gridpanel_p.h [new file with mode: 0644]
src/designer/src/lib/shared/htmlhighlighter.cpp [new file with mode: 0644]
src/designer/src/lib/shared/htmlhighlighter_p.h [new file with mode: 0644]
src/designer/src/lib/shared/iconloader.cpp [new file with mode: 0644]
src/designer/src/lib/shared/iconloader_p.h [new file with mode: 0644]
src/designer/src/lib/shared/iconselector.cpp [new file with mode: 0644]
src/designer/src/lib/shared/iconselector_p.h [new file with mode: 0644]
src/designer/src/lib/shared/invisible_widget.cpp [new file with mode: 0644]
src/designer/src/lib/shared/invisible_widget_p.h [new file with mode: 0644]
src/designer/src/lib/shared/layout.cpp [new file with mode: 0644]
src/designer/src/lib/shared/layout_p.h [new file with mode: 0644]
src/designer/src/lib/shared/layoutinfo.cpp [new file with mode: 0644]
src/designer/src/lib/shared/layoutinfo_p.h [new file with mode: 0644]
src/designer/src/lib/shared/metadatabase.cpp [new file with mode: 0644]
src/designer/src/lib/shared/metadatabase_p.h [new file with mode: 0644]
src/designer/src/lib/shared/morphmenu.cpp [new file with mode: 0644]
src/designer/src/lib/shared/morphmenu_p.h [new file with mode: 0644]
src/designer/src/lib/shared/newactiondialog.cpp [new file with mode: 0644]
src/designer/src/lib/shared/newactiondialog.ui [new file with mode: 0644]
src/designer/src/lib/shared/newactiondialog_p.h [new file with mode: 0644]
src/designer/src/lib/shared/newformwidget.cpp [new file with mode: 0644]
src/designer/src/lib/shared/newformwidget.ui [new file with mode: 0644]
src/designer/src/lib/shared/newformwidget_p.h [new file with mode: 0644]
src/designer/src/lib/shared/orderdialog.cpp [new file with mode: 0644]
src/designer/src/lib/shared/orderdialog.ui [new file with mode: 0644]
src/designer/src/lib/shared/orderdialog_p.h [new file with mode: 0644]
src/designer/src/lib/shared/plaintexteditor.cpp [new file with mode: 0644]
src/designer/src/lib/shared/plaintexteditor_p.h [new file with mode: 0644]
src/designer/src/lib/shared/plugindialog.cpp [new file with mode: 0644]
src/designer/src/lib/shared/plugindialog.ui [new file with mode: 0644]
src/designer/src/lib/shared/plugindialog_p.h [new file with mode: 0644]
src/designer/src/lib/shared/pluginmanager.cpp [new file with mode: 0644]
src/designer/src/lib/shared/pluginmanager_p.h [new file with mode: 0644]
src/designer/src/lib/shared/previewconfigurationwidget.cpp [new file with mode: 0644]
src/designer/src/lib/shared/previewconfigurationwidget.ui [new file with mode: 0644]
src/designer/src/lib/shared/previewconfigurationwidget_p.h [new file with mode: 0644]
src/designer/src/lib/shared/previewmanager.cpp [new file with mode: 0644]
src/designer/src/lib/shared/previewmanager_p.h [new file with mode: 0644]
src/designer/src/lib/shared/promotionmodel.cpp [new file with mode: 0644]
src/designer/src/lib/shared/promotionmodel_p.h [new file with mode: 0644]
src/designer/src/lib/shared/promotiontaskmenu.cpp [new file with mode: 0644]
src/designer/src/lib/shared/promotiontaskmenu_p.h [new file with mode: 0644]
src/designer/src/lib/shared/propertylineedit.cpp [new file with mode: 0644]
src/designer/src/lib/shared/propertylineedit_p.h [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_command.cpp [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_command2.cpp [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_command2_p.h [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_command_p.h [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_dnditem.cpp [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_dnditem_p.h [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_dockwidget.cpp [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_dockwidget_p.h [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_formbuilder.cpp [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_formbuilder_p.h [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_formeditorcommand.cpp [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_formeditorcommand_p.h [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_formwindowcommand.cpp [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_formwindowcommand_p.h [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_formwindowmanager.cpp [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_formwindowmanager_p.h [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_integration.cpp [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_integration_p.h [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_introspection.cpp [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_introspection_p.h [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_membersheet.cpp [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_membersheet_p.h [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_menu.cpp [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_menu_p.h [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_menubar.cpp [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_menubar_p.h [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_objectinspector.cpp [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_objectinspector_p.h [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_promotion.cpp [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_promotion_p.h [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_promotiondialog.cpp [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_promotiondialog_p.h [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_propertycommand.cpp [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_propertycommand_p.h [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_propertyeditor.cpp [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_propertyeditor_p.h [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_propertysheet.cpp [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_propertysheet_p.h [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_qsettings.cpp [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_qsettings_p.h [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_stackedbox.cpp [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_stackedbox_p.h [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_tabwidget.cpp [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_tabwidget_p.h [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_taskmenu.cpp [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_taskmenu_p.h [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_toolbar.cpp [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_toolbar_p.h [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_toolbox.cpp [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_toolbox_p.h [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_utils.cpp [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_utils_p.h [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_widget.cpp [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_widget_p.h [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_widgetbox.cpp [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_widgetbox_p.h [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_widgetitem.cpp [new file with mode: 0644]
src/designer/src/lib/shared/qdesigner_widgetitem_p.h [new file with mode: 0644]
src/designer/src/lib/shared/qlayout_widget.cpp [new file with mode: 0644]
src/designer/src/lib/shared/qlayout_widget_p.h [new file with mode: 0644]
src/designer/src/lib/shared/qscripthighlighter.cpp [new file with mode: 0644]
src/designer/src/lib/shared/qscripthighlighter_p.h [new file with mode: 0644]
src/designer/src/lib/shared/qsimpleresource.cpp [new file with mode: 0644]
src/designer/src/lib/shared/qsimpleresource_p.h [new file with mode: 0644]
src/designer/src/lib/shared/qtresourceeditordialog.cpp [new file with mode: 0644]
src/designer/src/lib/shared/qtresourceeditordialog.ui [new file with mode: 0644]
src/designer/src/lib/shared/qtresourceeditordialog_p.h [new file with mode: 0644]
src/designer/src/lib/shared/qtresourcemodel.cpp [new file with mode: 0644]
src/designer/src/lib/shared/qtresourcemodel_p.h [new file with mode: 0644]
src/designer/src/lib/shared/qtresourceview.cpp [new file with mode: 0644]
src/designer/src/lib/shared/qtresourceview_p.h [new file with mode: 0644]
src/designer/src/lib/shared/richtexteditor.cpp [new file with mode: 0644]
src/designer/src/lib/shared/richtexteditor_p.h [new file with mode: 0644]
src/designer/src/lib/shared/scriptcommand.cpp [new file with mode: 0644]
src/designer/src/lib/shared/scriptcommand_p.h [new file with mode: 0644]
src/designer/src/lib/shared/scriptdialog.cpp [new file with mode: 0644]
src/designer/src/lib/shared/scriptdialog_p.h [new file with mode: 0644]
src/designer/src/lib/shared/scripterrordialog.cpp [new file with mode: 0644]
src/designer/src/lib/shared/scripterrordialog_p.h [new file with mode: 0644]
src/designer/src/lib/shared/selectsignaldialog.ui [new file with mode: 0644]
src/designer/src/lib/shared/shared.pri [new file with mode: 0644]
src/designer/src/lib/shared/shared.qrc [new file with mode: 0644]
src/designer/src/lib/shared/shared_enums_p.h [new file with mode: 0644]
src/designer/src/lib/shared/shared_global_p.h [new file with mode: 0644]
src/designer/src/lib/shared/shared_settings.cpp [new file with mode: 0644]
src/designer/src/lib/shared/shared_settings_p.h [new file with mode: 0644]
src/designer/src/lib/shared/sheet_delegate.cpp [new file with mode: 0644]
src/designer/src/lib/shared/sheet_delegate_p.h [new file with mode: 0644]
src/designer/src/lib/shared/signalslotdialog.cpp [new file with mode: 0644]
src/designer/src/lib/shared/signalslotdialog.ui [new file with mode: 0644]
src/designer/src/lib/shared/signalslotdialog_p.h [new file with mode: 0644]
src/designer/src/lib/shared/spacer_widget.cpp [new file with mode: 0644]
src/designer/src/lib/shared/spacer_widget_p.h [new file with mode: 0644]
src/designer/src/lib/shared/stylesheeteditor.cpp [new file with mode: 0644]
src/designer/src/lib/shared/stylesheeteditor_p.h [new file with mode: 0644]
src/designer/src/lib/shared/templates/forms/240x320/Dialog_with_Buttons_Bottom.ui [new file with mode: 0644]
src/designer/src/lib/shared/templates/forms/240x320/Dialog_with_Buttons_Right.ui [new file with mode: 0644]
src/designer/src/lib/shared/templates/forms/320x240/Dialog_with_Buttons_Bottom.ui [new file with mode: 0644]
src/designer/src/lib/shared/templates/forms/320x240/Dialog_with_Buttons_Right.ui [new file with mode: 0644]
src/designer/src/lib/shared/templates/forms/480x640/Dialog_with_Buttons_Bottom.ui [new file with mode: 0644]
src/designer/src/lib/shared/templates/forms/480x640/Dialog_with_Buttons_Right.ui [new file with mode: 0644]
src/designer/src/lib/shared/templates/forms/640x480/Dialog_with_Buttons_Bottom.ui [new file with mode: 0644]
src/designer/src/lib/shared/templates/forms/640x480/Dialog_with_Buttons_Right.ui [new file with mode: 0644]
src/designer/src/lib/shared/templates/forms/Dialog_with_Buttons_Bottom.ui [new file with mode: 0644]
src/designer/src/lib/shared/templates/forms/Dialog_with_Buttons_Right.ui [new file with mode: 0644]
src/designer/src/lib/shared/templates/forms/Dialog_without_Buttons.ui [new file with mode: 0644]
src/designer/src/lib/shared/templates/forms/Main_Window.ui [new file with mode: 0644]
src/designer/src/lib/shared/templates/forms/Widget.ui [new file with mode: 0644]
src/designer/src/lib/shared/textpropertyeditor.cpp [new file with mode: 0644]
src/designer/src/lib/shared/textpropertyeditor_p.h [new file with mode: 0644]
src/designer/src/lib/shared/widgetdatabase.cpp [new file with mode: 0644]
src/designer/src/lib/shared/widgetdatabase_p.h [new file with mode: 0644]
src/designer/src/lib/shared/widgetfactory.cpp [new file with mode: 0644]
src/designer/src/lib/shared/widgetfactory_p.h [new file with mode: 0644]
src/designer/src/lib/shared/zoomwidget.cpp [new file with mode: 0644]
src/designer/src/lib/shared/zoomwidget_p.h [new file with mode: 0644]
src/designer/src/plugins/activeqt/activeqt.pro [new file with mode: 0644]
src/designer/src/plugins/activeqt/qaxwidgetextrainfo.cpp [new file with mode: 0644]
src/designer/src/plugins/activeqt/qaxwidgetextrainfo.h [new file with mode: 0644]
src/designer/src/plugins/activeqt/qaxwidgetplugin.cpp [new file with mode: 0644]
src/designer/src/plugins/activeqt/qaxwidgetplugin.h [new file with mode: 0644]
src/designer/src/plugins/activeqt/qaxwidgetpropertysheet.cpp [new file with mode: 0644]
src/designer/src/plugins/activeqt/qaxwidgetpropertysheet.h [new file with mode: 0644]
src/designer/src/plugins/activeqt/qaxwidgettaskmenu.cpp [new file with mode: 0644]
src/designer/src/plugins/activeqt/qaxwidgettaskmenu.h [new file with mode: 0644]
src/designer/src/plugins/activeqt/qdesigneraxwidget.cpp [new file with mode: 0644]
src/designer/src/plugins/activeqt/qdesigneraxwidget.h [new file with mode: 0644]
src/designer/src/plugins/phononwidgets/images/seekslider.png [new file with mode: 0644]
src/designer/src/plugins/phononwidgets/images/videoplayer.png [new file with mode: 0644]
src/designer/src/plugins/phononwidgets/images/videowidget.png [new file with mode: 0644]
src/designer/src/plugins/phononwidgets/images/volumeslider.png [new file with mode: 0644]
src/designer/src/plugins/phononwidgets/phononcollection.cpp [new file with mode: 0644]
src/designer/src/plugins/phononwidgets/phononwidgets.pro [new file with mode: 0644]
src/designer/src/plugins/phononwidgets/phononwidgets.qrc [new file with mode: 0644]
src/designer/src/plugins/phononwidgets/seeksliderplugin.cpp [new file with mode: 0644]
src/designer/src/plugins/phononwidgets/seeksliderplugin.h [new file with mode: 0644]
src/designer/src/plugins/phononwidgets/videoplayerplugin.cpp [new file with mode: 0644]
src/designer/src/plugins/phononwidgets/videoplayerplugin.h [new file with mode: 0644]
src/designer/src/plugins/phononwidgets/videoplayertaskmenu.cpp [new file with mode: 0644]
src/designer/src/plugins/phononwidgets/videoplayertaskmenu.h [new file with mode: 0644]
src/designer/src/plugins/phononwidgets/volumesliderplugin.cpp [new file with mode: 0644]
src/designer/src/plugins/phononwidgets/volumesliderplugin.h [new file with mode: 0644]
src/designer/src/plugins/plugins.pri [new file with mode: 0644]
src/designer/src/plugins/plugins.pro [new file with mode: 0644]
src/designer/src/plugins/qdeclarativeview/qdeclarativeview.pro [new file with mode: 0644]
src/designer/src/plugins/qdeclarativeview/qdeclarativeview_plugin.cpp [new file with mode: 0644]
src/designer/src/plugins/qdeclarativeview/qdeclarativeview_plugin.h [new file with mode: 0644]
src/designer/src/plugins/qwebview/images/qwebview.png [new file with mode: 0644]
src/designer/src/plugins/qwebview/qwebview.pro [new file with mode: 0644]
src/designer/src/plugins/qwebview/qwebview_plugin.cpp [new file with mode: 0644]
src/designer/src/plugins/qwebview/qwebview_plugin.h [new file with mode: 0644]
src/designer/src/plugins/qwebview/qwebview_plugin.qrc [new file with mode: 0644]
src/designer/src/plugins/tools/view3d/view3d.cpp [new file with mode: 0644]
src/designer/src/plugins/tools/view3d/view3d.h [new file with mode: 0644]
src/designer/src/plugins/tools/view3d/view3d.pro [new file with mode: 0644]
src/designer/src/plugins/tools/view3d/view3d_global.h [new file with mode: 0644]
src/designer/src/plugins/tools/view3d/view3d_plugin.cpp [new file with mode: 0644]
src/designer/src/plugins/tools/view3d/view3d_plugin.h [new file with mode: 0644]
src/designer/src/plugins/tools/view3d/view3d_tool.cpp [new file with mode: 0644]
src/designer/src/plugins/tools/view3d/view3d_tool.h [new file with mode: 0644]
src/designer/src/plugins/widgets/q3iconview/q3iconview_extrainfo.cpp [new file with mode: 0644]
src/designer/src/plugins/widgets/q3iconview/q3iconview_extrainfo.h [new file with mode: 0644]
src/designer/src/plugins/widgets/q3iconview/q3iconview_plugin.cpp [new file with mode: 0644]
src/designer/src/plugins/widgets/q3iconview/q3iconview_plugin.h [new file with mode: 0644]
src/designer/src/plugins/widgets/q3listbox/q3listbox_extrainfo.cpp [new file with mode: 0644]
src/designer/src/plugins/widgets/q3listbox/q3listbox_extrainfo.h [new file with mode: 0644]
src/designer/src/plugins/widgets/q3listbox/q3listbox_plugin.cpp [new file with mode: 0644]
src/designer/src/plugins/widgets/q3listbox/q3listbox_plugin.h [new file with mode: 0644]
src/designer/src/plugins/widgets/q3listview/q3listview_extrainfo.cpp [new file with mode: 0644]
src/designer/src/plugins/widgets/q3listview/q3listview_extrainfo.h [new file with mode: 0644]
src/designer/src/plugins/widgets/q3listview/q3listview_plugin.cpp [new file with mode: 0644]
src/designer/src/plugins/widgets/q3listview/q3listview_plugin.h [new file with mode: 0644]
src/designer/src/plugins/widgets/q3mainwindow/q3mainwindow_container.cpp [new file with mode: 0644]
src/designer/src/plugins/widgets/q3mainwindow/q3mainwindow_container.h [new file with mode: 0644]
src/designer/src/plugins/widgets/q3mainwindow/q3mainwindow_plugin.cpp [new file with mode: 0644]
src/designer/src/plugins/widgets/q3mainwindow/q3mainwindow_plugin.h [new file with mode: 0644]
src/designer/src/plugins/widgets/q3table/q3table_extrainfo.cpp [new file with mode: 0644]
src/designer/src/plugins/widgets/q3table/q3table_extrainfo.h [new file with mode: 0644]
src/designer/src/plugins/widgets/q3table/q3table_plugin.cpp [new file with mode: 0644]
src/designer/src/plugins/widgets/q3table/q3table_plugin.h [new file with mode: 0644]
src/designer/src/plugins/widgets/q3textedit/q3textedit_extrainfo.cpp [new file with mode: 0644]
src/designer/src/plugins/widgets/q3textedit/q3textedit_extrainfo.h [new file with mode: 0644]
src/designer/src/plugins/widgets/q3textedit/q3textedit_plugin.cpp [new file with mode: 0644]
src/designer/src/plugins/widgets/q3textedit/q3textedit_plugin.h [new file with mode: 0644]
src/designer/src/plugins/widgets/q3toolbar/q3toolbar_extrainfo.cpp [new file with mode: 0644]
src/designer/src/plugins/widgets/q3toolbar/q3toolbar_extrainfo.h [new file with mode: 0644]
src/designer/src/plugins/widgets/q3toolbar/q3toolbar_plugin.cpp [new file with mode: 0644]
src/designer/src/plugins/widgets/q3toolbar/q3toolbar_plugin.h [new file with mode: 0644]
src/designer/src/plugins/widgets/q3widgets/q3widget_plugins.cpp [new file with mode: 0644]
src/designer/src/plugins/widgets/q3widgets/q3widget_plugins.h [new file with mode: 0644]
src/designer/src/plugins/widgets/q3widgetstack/q3widgetstack_container.cpp [new file with mode: 0644]
src/designer/src/plugins/widgets/q3widgetstack/q3widgetstack_container.h [new file with mode: 0644]
src/designer/src/plugins/widgets/q3widgetstack/q3widgetstack_plugin.cpp [new file with mode: 0644]
src/designer/src/plugins/widgets/q3widgetstack/q3widgetstack_plugin.h [new file with mode: 0644]
src/designer/src/plugins/widgets/q3widgetstack/qdesigner_q3widgetstack.cpp [new file with mode: 0644]
src/designer/src/plugins/widgets/q3widgetstack/qdesigner_q3widgetstack_p.h [new file with mode: 0644]
src/designer/src/plugins/widgets/q3wizard/q3wizard_container.cpp [new file with mode: 0644]
src/designer/src/plugins/widgets/q3wizard/q3wizard_container.h [new file with mode: 0644]
src/designer/src/plugins/widgets/q3wizard/q3wizard_plugin.cpp [new file with mode: 0644]
src/designer/src/plugins/widgets/q3wizard/q3wizard_plugin.h [new file with mode: 0644]
src/designer/src/plugins/widgets/qt3supportwidgets.cpp [new file with mode: 0644]
src/designer/src/plugins/widgets/widgets.pro [new file with mode: 0644]
src/designer/src/sharedcomponents.pri [new file with mode: 0644]
src/designer/src/src.pro [new file with mode: 0644]
src/doxygen/config/footer.html [new file with mode: 0644]
src/doxygen/config/header.html [new file with mode: 0644]
src/doxygen/config/phonon.css [new file with mode: 0644]
src/doxygen/config/phonon.doxyfile [new file with mode: 0644]
src/kmap2qmap/kmap2qmap.pro [new file with mode: 0644]
src/kmap2qmap/main.cpp [new file with mode: 0644]
src/linguist/lconvert/lconvert.pro [new file with mode: 0644]
src/linguist/lconvert/main.cpp [new file with mode: 0644]
src/linguist/linguist.pro [new file with mode: 0644]
src/linguist/linguist/Info_mac.plist [new file with mode: 0644]
src/linguist/linguist/batchtranslation.ui [new file with mode: 0644]
src/linguist/linguist/batchtranslationdialog.cpp [new file with mode: 0644]
src/linguist/linguist/batchtranslationdialog.h [new file with mode: 0644]
src/linguist/linguist/errorsview.cpp [new file with mode: 0644]
src/linguist/linguist/errorsview.h [new file with mode: 0644]
src/linguist/linguist/finddialog.cpp [new file with mode: 0644]
src/linguist/linguist/finddialog.h [new file with mode: 0644]
src/linguist/linguist/finddialog.ui [new file with mode: 0644]
src/linguist/linguist/formpreviewview.cpp [new file with mode: 0644]
src/linguist/linguist/formpreviewview.h [new file with mode: 0644]
src/linguist/linguist/globals.cpp [new file with mode: 0644]
src/linguist/linguist/globals.h [new file with mode: 0644]
src/linguist/linguist/images/appicon.png [new file with mode: 0644]
src/linguist/linguist/images/down.png [new file with mode: 0644]
src/linguist/linguist/images/editdelete.png [new file with mode: 0644]
src/linguist/linguist/images/icons/linguist-128-32.png [new file with mode: 0644]
src/linguist/linguist/images/icons/linguist-128-8.png [new file with mode: 0644]
src/linguist/linguist/images/icons/linguist-16-32.png [new file with mode: 0644]
src/linguist/linguist/images/icons/linguist-16-8.png [new file with mode: 0644]
src/linguist/linguist/images/icons/linguist-32-32.png [new file with mode: 0644]
src/linguist/linguist/images/icons/linguist-32-8.png [new file with mode: 0644]
src/linguist/linguist/images/icons/linguist-48-32.png [new file with mode: 0644]
src/linguist/linguist/images/icons/linguist-48-8.png [new file with mode: 0644]
src/linguist/linguist/images/icons/linguist-64-32.png [new file with mode: 0644]
src/linguist/linguist/images/icons/linguist-64-8.png [new file with mode: 0644]
src/linguist/linguist/images/mac/accelerator.png [new file with mode: 0644]
src/linguist/linguist/images/mac/book.png [new file with mode: 0644]
src/linguist/linguist/images/mac/doneandnext.png [new file with mode: 0644]
src/linguist/linguist/images/mac/editcopy.png [new file with mode: 0644]
src/linguist/linguist/images/mac/editcut.png [new file with mode: 0644]
src/linguist/linguist/images/mac/editpaste.png [new file with mode: 0644]
src/linguist/linguist/images/mac/filenew.png [new file with mode: 0644]
src/linguist/linguist/images/mac/fileopen.png [new file with mode: 0644]
src/linguist/linguist/images/mac/fileprint.png [new file with mode: 0644]
src/linguist/linguist/images/mac/filesave.png [new file with mode: 0644]
src/linguist/linguist/images/mac/next.png [new file with mode: 0644]
src/linguist/linguist/images/mac/nextunfinished.png [new file with mode: 0644]
src/linguist/linguist/images/mac/phrase.png [new file with mode: 0644]
src/linguist/linguist/images/mac/prev.png [new file with mode: 0644]
src/linguist/linguist/images/mac/prevunfinished.png [new file with mode: 0644]
src/linguist/linguist/images/mac/print.png [new file with mode: 0644]
src/linguist/linguist/images/mac/punctuation.png [new file with mode: 0644]
src/linguist/linguist/images/mac/redo.png [new file with mode: 0644]
src/linguist/linguist/images/mac/searchfind.png [new file with mode: 0644]
src/linguist/linguist/images/mac/undo.png [new file with mode: 0644]
src/linguist/linguist/images/mac/validateplacemarkers.png [new file with mode: 0644]
src/linguist/linguist/images/mac/whatsthis.png [new file with mode: 0644]
src/linguist/linguist/images/minus.png [new file with mode: 0644]
src/linguist/linguist/images/plus.png [new file with mode: 0644]
src/linguist/linguist/images/s_check_danger.png [new file with mode: 0644]
src/linguist/linguist/images/s_check_empty.png [new file with mode: 0644]
src/linguist/linguist/images/s_check_obsolete.png [new file with mode: 0644]
src/linguist/linguist/images/s_check_off.png [new file with mode: 0644]
src/linguist/linguist/images/s_check_on.png [new file with mode: 0644]
src/linguist/linguist/images/s_check_warning.png [new file with mode: 0644]
src/linguist/linguist/images/splash.png [new file with mode: 0644]
src/linguist/linguist/images/up.png [new file with mode: 0644]
src/linguist/linguist/images/win/accelerator.png [new file with mode: 0644]
src/linguist/linguist/images/win/book.png [new file with mode: 0644]
src/linguist/linguist/images/win/doneandnext.png [new file with mode: 0644]
src/linguist/linguist/images/win/editcopy.png [new file with mode: 0644]
src/linguist/linguist/images/win/editcut.png [new file with mode: 0644]
src/linguist/linguist/images/win/editpaste.png [new file with mode: 0644]
src/linguist/linguist/images/win/filenew.png [new file with mode: 0644]
src/linguist/linguist/images/win/fileopen.png [new file with mode: 0644]
src/linguist/linguist/images/win/filesave.png [new file with mode: 0644]
src/linguist/linguist/images/win/next.png [new file with mode: 0644]
src/linguist/linguist/images/win/nextunfinished.png [new file with mode: 0644]
src/linguist/linguist/images/win/phrase.png [new file with mode: 0644]
src/linguist/linguist/images/win/prev.png [new file with mode: 0644]
src/linguist/linguist/images/win/prevunfinished.png [new file with mode: 0644]
src/linguist/linguist/images/win/print.png [new file with mode: 0644]
src/linguist/linguist/images/win/punctuation.png [new file with mode: 0644]
src/linguist/linguist/images/win/redo.png [new file with mode: 0644]
src/linguist/linguist/images/win/searchfind.png [new file with mode: 0644]
src/linguist/linguist/images/win/undo.png [new file with mode: 0644]
src/linguist/linguist/images/win/validateplacemarkers.png [new file with mode: 0644]
src/linguist/linguist/images/win/whatsthis.png [new file with mode: 0644]
src/linguist/linguist/linguist.icns [new file with mode: 0644]
src/linguist/linguist/linguist.ico [new file with mode: 0644]
src/linguist/linguist/linguist.pro [new file with mode: 0644]
src/linguist/linguist/linguist.qrc [new file with mode: 0644]
src/linguist/linguist/linguist.rc [new file with mode: 0644]
src/linguist/linguist/main.cpp [new file with mode: 0644]
src/linguist/linguist/mainwindow.cpp [new file with mode: 0644]
src/linguist/linguist/mainwindow.h [new file with mode: 0644]
src/linguist/linguist/mainwindow.ui [new file with mode: 0644]
src/linguist/linguist/messageeditor.cpp [new file with mode: 0644]
src/linguist/linguist/messageeditor.h [new file with mode: 0644]
src/linguist/linguist/messageeditorwidgets.cpp [new file with mode: 0644]
src/linguist/linguist/messageeditorwidgets.h [new file with mode: 0644]
src/linguist/linguist/messagehighlighter.cpp [new file with mode: 0644]
src/linguist/linguist/messagehighlighter.h [new file with mode: 0644]
src/linguist/linguist/messagemodel.cpp [new file with mode: 0644]
src/linguist/linguist/messagemodel.h [new file with mode: 0644]
src/linguist/linguist/phrase.cpp [new file with mode: 0644]
src/linguist/linguist/phrase.h [new file with mode: 0644]
src/linguist/linguist/phrasebookbox.cpp [new file with mode: 0644]
src/linguist/linguist/phrasebookbox.h [new file with mode: 0644]
src/linguist/linguist/phrasebookbox.ui [new file with mode: 0644]
src/linguist/linguist/phrasemodel.cpp [new file with mode: 0644]
src/linguist/linguist/phrasemodel.h [new file with mode: 0644]
src/linguist/linguist/phraseview.cpp [new file with mode: 0644]
src/linguist/linguist/phraseview.h [new file with mode: 0644]
src/linguist/linguist/printout.cpp [new file with mode: 0644]
src/linguist/linguist/printout.h [new file with mode: 0644]
src/linguist/linguist/recentfiles.cpp [new file with mode: 0644]
src/linguist/linguist/recentfiles.h [new file with mode: 0644]
src/linguist/linguist/sourcecodeview.cpp [new file with mode: 0644]
src/linguist/linguist/sourcecodeview.h [new file with mode: 0644]
src/linguist/linguist/statistics.cpp [new file with mode: 0644]
src/linguist/linguist/statistics.h [new file with mode: 0644]
src/linguist/linguist/statistics.ui [new file with mode: 0644]
src/linguist/linguist/translatedialog.cpp [new file with mode: 0644]
src/linguist/linguist/translatedialog.h [new file with mode: 0644]
src/linguist/linguist/translatedialog.ui [new file with mode: 0644]
src/linguist/linguist/translationsettings.ui [new file with mode: 0644]
src/linguist/linguist/translationsettingsdialog.cpp [new file with mode: 0644]
src/linguist/linguist/translationsettingsdialog.h [new file with mode: 0644]
src/linguist/lrelease/lrelease.1 [new file with mode: 0644]
src/linguist/lrelease/lrelease.pro [new file with mode: 0644]
src/linguist/lrelease/main.cpp [new file with mode: 0644]
src/linguist/lupdate/cpp.cpp [new file with mode: 0644]
src/linguist/lupdate/java.cpp [new file with mode: 0644]
src/linguist/lupdate/lupdate.1 [new file with mode: 0644]
src/linguist/lupdate/lupdate.exe.manifest [new file with mode: 0644]
src/linguist/lupdate/lupdate.h [new file with mode: 0644]
src/linguist/lupdate/lupdate.pro [new file with mode: 0644]
src/linguist/lupdate/main.cpp [new file with mode: 0644]
src/linguist/lupdate/merge.cpp [new file with mode: 0644]
src/linguist/lupdate/qdeclarative.cpp [new file with mode: 0644]
src/linguist/lupdate/qscript.cpp [new file with mode: 0644]
src/linguist/lupdate/qscript.g [new file with mode: 0644]
src/linguist/lupdate/ui.cpp [new file with mode: 0644]
src/linguist/lupdate/winmanifest.rc [new file with mode: 0644]
src/linguist/phrasebooks/danish.qph [new file with mode: 0644]
src/linguist/phrasebooks/dutch.qph [new file with mode: 0644]
src/linguist/phrasebooks/finnish.qph [new file with mode: 0644]
src/linguist/phrasebooks/french.qph [new file with mode: 0644]
src/linguist/phrasebooks/german.qph [new file with mode: 0644]
src/linguist/phrasebooks/hungarian.qph [new file with mode: 0644]
src/linguist/phrasebooks/italian.qph [new file with mode: 0644]
src/linguist/phrasebooks/japanese.qph [new file with mode: 0644]
src/linguist/phrasebooks/norwegian.qph [new file with mode: 0644]
src/linguist/phrasebooks/polish.qph [new file with mode: 0644]
src/linguist/phrasebooks/russian.qph [new file with mode: 0644]
src/linguist/phrasebooks/spanish.qph [new file with mode: 0644]
src/linguist/phrasebooks/swedish.qph [new file with mode: 0644]
src/linguist/qdoc.conf [new file with mode: 0644]
src/linguist/shared/abstractproitemvisitor.h [new file with mode: 0644]
src/linguist/shared/formats.pri [new file with mode: 0644]
src/linguist/shared/numerus.cpp [new file with mode: 0644]
src/linguist/shared/po.cpp [new file with mode: 0644]
src/linguist/shared/profileevaluator.cpp [new file with mode: 0644]
src/linguist/shared/profileevaluator.h [new file with mode: 0644]
src/linguist/shared/proitems.cpp [new file with mode: 0644]
src/linguist/shared/proitems.h [new file with mode: 0644]
src/linguist/shared/proparser.pri [new file with mode: 0644]
src/linguist/shared/proparserutils.h [new file with mode: 0644]
src/linguist/shared/qm.cpp [new file with mode: 0644]
src/linguist/shared/qph.cpp [new file with mode: 0644]
src/linguist/shared/simtexth.cpp [new file with mode: 0644]
src/linguist/shared/simtexth.h [new file with mode: 0644]
src/linguist/shared/translator.cpp [new file with mode: 0644]
src/linguist/shared/translator.h [new file with mode: 0644]
src/linguist/shared/translatormessage.cpp [new file with mode: 0644]
src/linguist/shared/translatormessage.h [new file with mode: 0644]
src/linguist/shared/ts.cpp [new file with mode: 0644]
src/linguist/shared/ts.dtd [new file with mode: 0644]
src/linguist/shared/xliff.cpp [new file with mode: 0644]
src/linguist/tests/data/main.cpp [new file with mode: 0644]
src/linguist/tests/data/test.pro [new file with mode: 0644]
src/linguist/tests/tests.pro [new file with mode: 0644]
src/linguist/tests/tst_linguist.cpp [new file with mode: 0644]
src/linguist/tests/tst_linguist.h [new file with mode: 0644]
src/linguist/tests/tst_lupdate.cpp [new file with mode: 0644]
src/linguist/tests/tst_simtexth.cpp [new file with mode: 0644]
src/macdeployqt/macchangeqt/macchangeqt.pro [new file with mode: 0644]
src/macdeployqt/macchangeqt/main.cpp [new file with mode: 0644]
src/macdeployqt/macdeployqt.pro [new file with mode: 0644]
src/macdeployqt/macdeployqt/macdeployqt.pro [new file with mode: 0644]
src/macdeployqt/macdeployqt/main.cpp [new file with mode: 0644]
src/macdeployqt/shared/shared.cpp [new file with mode: 0644]
src/macdeployqt/shared/shared.h [new file with mode: 0644]
src/macdeployqt/tests/deployment_mac.pro [new file with mode: 0644]
src/macdeployqt/tests/tst_deployment_mac.cpp [new file with mode: 0644]
src/makeqpf/Blocks.txt [new file with mode: 0644]
src/makeqpf/README [new file with mode: 0644]
src/makeqpf/main.cpp [new file with mode: 0644]
src/makeqpf/mainwindow.cpp [new file with mode: 0644]
src/makeqpf/mainwindow.h [new file with mode: 0644]
src/makeqpf/mainwindow.ui [new file with mode: 0644]
src/makeqpf/makeqpf.pro [new file with mode: 0644]
src/makeqpf/makeqpf.qrc [new file with mode: 0644]
src/makeqpf/qpf2.cpp [new file with mode: 0644]
src/makeqpf/qpf2.h [new file with mode: 0644]
src/pixeltool/Info_mac.plist [new file with mode: 0644]
src/pixeltool/main.cpp [new file with mode: 0644]
src/pixeltool/pixeltool.pro [new file with mode: 0644]
src/pixeltool/qpixeltool.cpp [new file with mode: 0644]
src/pixeltool/qpixeltool.h [new file with mode: 0644]
src/qconfig/feature.cpp [new file with mode: 0644]
src/qconfig/feature.h [new file with mode: 0644]
src/qconfig/featuretreemodel.cpp [new file with mode: 0644]
src/qconfig/featuretreemodel.h [new file with mode: 0644]
src/qconfig/graphics.h [new file with mode: 0644]
src/qconfig/main.cpp [new file with mode: 0644]
src/qconfig/qconfig.pro [new file with mode: 0644]
src/qdbus/qdbus.pro [new file with mode: 0644]
src/qdbus/qdbus/qdbus.cpp [new file with mode: 0644]
src/qdbus/qdbus/qdbus.pro [new file with mode: 0644]
src/qdbus/qdbuscpp2xml/qdbuscpp2xml.cpp [new file with mode: 0644]
src/qdbus/qdbuscpp2xml/qdbuscpp2xml.pro [new file with mode: 0644]
src/qdbus/qdbusviewer/Info_mac.plist [new file with mode: 0644]
src/qdbus/qdbusviewer/images/qdbusviewer-128.png [new file with mode: 0644]
src/qdbus/qdbusviewer/images/qdbusviewer.icns [new file with mode: 0644]
src/qdbus/qdbusviewer/images/qdbusviewer.ico [new file with mode: 0644]
src/qdbus/qdbusviewer/images/qdbusviewer.png [new file with mode: 0644]
src/qdbus/qdbusviewer/main.cpp [new file with mode: 0644]
src/qdbus/qdbusviewer/propertydialog.cpp [new file with mode: 0644]
src/qdbus/qdbusviewer/propertydialog.h [new file with mode: 0644]
src/qdbus/qdbusviewer/qdbusmodel.cpp [new file with mode: 0644]
src/qdbus/qdbusviewer/qdbusmodel.h [new file with mode: 0644]
src/qdbus/qdbusviewer/qdbusviewer.cpp [new file with mode: 0644]
src/qdbus/qdbusviewer/qdbusviewer.h [new file with mode: 0644]
src/qdbus/qdbusviewer/qdbusviewer.pro [new file with mode: 0644]
src/qdbus/qdbusviewer/qdbusviewer.qrc [new file with mode: 0644]
src/qdbus/qdbusviewer/qdbusviewer.rc [new file with mode: 0644]
src/qdbus/qdbusxml2cpp/qdbusxml2cpp.cpp [new file with mode: 0644]
src/qdbus/qdbusxml2cpp/qdbusxml2cpp.pro [new file with mode: 0644]
src/qev/README [new file with mode: 0644]
src/qev/qev.cpp [new file with mode: 0644]
src/qev/qev.pro [new file with mode: 0644]
src/qmeegographicssystemhelper/qmeegofencesync.cpp [new file with mode: 0644]
src/qmeegographicssystemhelper/qmeegofencesync.h [new file with mode: 0644]
src/qmeegographicssystemhelper/qmeegofencesync_p.h [new file with mode: 0644]
src/qmeegographicssystemhelper/qmeegographicssystemhelper.cpp [new file with mode: 0644]
src/qmeegographicssystemhelper/qmeegographicssystemhelper.h [new file with mode: 0644]
src/qmeegographicssystemhelper/qmeegographicssystemhelper.pro [new file with mode: 0644]
src/qmeegographicssystemhelper/qmeegolivepixmap.cpp [new file with mode: 0644]
src/qmeegographicssystemhelper/qmeegolivepixmap.h [new file with mode: 0644]
src/qmeegographicssystemhelper/qmeegolivepixmap_p.h [new file with mode: 0644]
src/qmeegographicssystemhelper/qmeegooverlaywidget.cpp [new file with mode: 0644]
src/qmeegographicssystemhelper/qmeegooverlaywidget.h [new file with mode: 0644]
src/qmeegographicssystemhelper/qmeegoruntime.cpp [new file with mode: 0644]
src/qmeegographicssystemhelper/qmeegoruntime.h [new file with mode: 0644]
src/qmeegographicssystemhelper/qmeegoswitchevent.cpp [new file with mode: 0644]
src/qmeegographicssystemhelper/qmeegoswitchevent.h [new file with mode: 0644]
src/qtconcurrent/codegenerator/codegenerator.pri [new file with mode: 0644]
src/qtconcurrent/codegenerator/example/example.pro [new file with mode: 0644]
src/qtconcurrent/codegenerator/example/main.cpp [new file with mode: 0644]
src/qtconcurrent/codegenerator/src/codegenerator.cpp [new file with mode: 0644]
src/qtconcurrent/codegenerator/src/codegenerator.h [new file with mode: 0644]
src/qtconcurrent/generaterun/main.cpp [new file with mode: 0644]
src/qtconcurrent/generaterun/run.pro [new file with mode: 0644]
src/qtconfig/colorbutton.cpp [new file with mode: 0644]
src/qtconfig/colorbutton.h [new file with mode: 0644]
src/qtconfig/images/appicon.png [new file with mode: 0644]
src/qtconfig/main.cpp [new file with mode: 0644]
src/qtconfig/mainwindow.cpp [new file with mode: 0644]
src/qtconfig/mainwindow.h [new file with mode: 0644]
src/qtconfig/mainwindow.ui [new file with mode: 0644]
src/qtconfig/paletteeditoradvanced.cpp [new file with mode: 0644]
src/qtconfig/paletteeditoradvanced.h [new file with mode: 0644]
src/qtconfig/paletteeditoradvanced.ui [new file with mode: 0644]
src/qtconfig/previewframe.cpp [new file with mode: 0644]
src/qtconfig/previewframe.h [new file with mode: 0644]
src/qtconfig/previewwidget.cpp [new file with mode: 0644]
src/qtconfig/previewwidget.h [new file with mode: 0644]
src/qtconfig/previewwidget.ui [new file with mode: 0644]
src/qtconfig/qtconfig.pro [new file with mode: 0644]
src/qtconfig/qtconfig.qrc [new file with mode: 0644]
src/qtestlib/qtestlib.pro [new file with mode: 0644]
src/qtestlib/updater/main.cpp [new file with mode: 0644]
src/qtestlib/updater/updater.pro [new file with mode: 0644]
src/qtestlib/wince/cetcpsync/cetcpsync.pro [new file with mode: 0644]
src/qtestlib/wince/cetcpsync/main.cpp [new file with mode: 0644]
src/qtestlib/wince/cetcpsync/qtcesterconnection.cpp [new file with mode: 0644]
src/qtestlib/wince/cetcpsync/qtcesterconnection.h [new file with mode: 0644]
src/qtestlib/wince/cetcpsync/remoteconnection.cpp [new file with mode: 0644]
src/qtestlib/wince/cetcpsync/remoteconnection.h [new file with mode: 0644]
src/qtestlib/wince/cetcpsyncserver/cetcpsyncserver.pro [new file with mode: 0644]
src/qtestlib/wince/cetcpsyncserver/commands.cpp [new file with mode: 0644]
src/qtestlib/wince/cetcpsyncserver/commands.h [new file with mode: 0644]
src/qtestlib/wince/cetcpsyncserver/connectionmanager.cpp [new file with mode: 0644]
src/qtestlib/wince/cetcpsyncserver/connectionmanager.h [new file with mode: 0644]
src/qtestlib/wince/cetcpsyncserver/main.cpp [new file with mode: 0644]
src/qtestlib/wince/cetcpsyncserver/transfer_global.h [new file with mode: 0644]
src/qtestlib/wince/cetest/activesyncconnection.cpp [new file with mode: 0644]
src/qtestlib/wince/cetest/activesyncconnection.h [new file with mode: 0644]
src/qtestlib/wince/cetest/bootstrapped.pri [new file with mode: 0644]
src/qtestlib/wince/cetest/cetcpsyncconnection.cpp [new file with mode: 0644]
src/qtestlib/wince/cetest/cetcpsyncconnection.h [new file with mode: 0644]
src/qtestlib/wince/cetest/cetest.pro [new file with mode: 0644]
src/qtestlib/wince/cetest/deployment.cpp [new file with mode: 0644]
src/qtestlib/wince/cetest/deployment.h [new file with mode: 0644]
src/qtestlib/wince/cetest/main.cpp [new file with mode: 0644]
src/qtestlib/wince/cetest/qmake_include.pri [new file with mode: 0644]
src/qtestlib/wince/cetest/remoteconnection.cpp [new file with mode: 0644]
src/qtestlib/wince/cetest/remoteconnection.h [new file with mode: 0644]
src/qtestlib/wince/remotelib/commands.cpp [new file with mode: 0644]
src/qtestlib/wince/remotelib/commands.h [new file with mode: 0644]
src/qtestlib/wince/remotelib/remotelib.pro [new file with mode: 0644]
src/qtestlib/wince/wince.pro [new file with mode: 0644]
src/qttracereplay/main.cpp [new file with mode: 0644]
src/qttracereplay/qttracereplay.pro [new file with mode: 0644]
src/qvfb/README [new file with mode: 0644]
src/qvfb/config.ui [new file with mode: 0644]
src/qvfb/gammaview.h [new file with mode: 0644]
src/qvfb/images/logo-nt.png [new file with mode: 0644]
src/qvfb/images/logo.png [new file with mode: 0644]
src/qvfb/main.cpp [new file with mode: 0644]
src/qvfb/qanimationwriter.cpp [new file with mode: 0644]
src/qvfb/qanimationwriter.h [new file with mode: 0644]
src/qvfb/qtopiakeysym.h [new file with mode: 0644]
src/qvfb/qvfb.cpp [new file with mode: 0644]
src/qvfb/qvfb.h [new file with mode: 0644]
src/qvfb/qvfb.pro [new file with mode: 0644]
src/qvfb/qvfb.qrc [new file with mode: 0644]
src/qvfb/qvfbmmap.cpp [new file with mode: 0644]
src/qvfb/qvfbmmap.h [new file with mode: 0644]
src/qvfb/qvfbprotocol.cpp [new file with mode: 0644]
src/qvfb/qvfbprotocol.h [new file with mode: 0644]
src/qvfb/qvfbratedlg.cpp [new file with mode: 0644]
src/qvfb/qvfbratedlg.h [new file with mode: 0644]
src/qvfb/qvfbshmem.cpp [new file with mode: 0644]
src/qvfb/qvfbshmem.h [new file with mode: 0644]
src/qvfb/qvfbview.cpp [new file with mode: 0644]
src/qvfb/qvfbview.h [new file with mode: 0644]
src/qvfb/qvfbx11view.cpp [new file with mode: 0644]
src/qvfb/qvfbx11view.h [new file with mode: 0644]
src/qvfb/x11keyfaker.cpp [new file with mode: 0644]
src/qvfb/x11keyfaker.h [new file with mode: 0644]
src/runonphone/main.cpp [new file with mode: 0644]
src/runonphone/ossignalconverter.cpp [new file with mode: 0644]
src/runonphone/ossignalconverter.h [new file with mode: 0644]
src/runonphone/ossignalconverter_p.h [new file with mode: 0644]
src/runonphone/runonphone.pro [new file with mode: 0644]
src/runonphone/serenum.h [new file with mode: 0644]
src/runonphone/serenum_stub.cpp [new file with mode: 0644]
src/runonphone/serenum_unix.cpp [new file with mode: 0644]
src/runonphone/serenum_win.cpp [new file with mode: 0644]
src/runonphone/symbianutils/bluetoothlistener.cpp [new file with mode: 0644]
src/runonphone/symbianutils/bluetoothlistener.h [new file with mode: 0644]
src/runonphone/symbianutils/bluetoothlistener_gui.cpp [new file with mode: 0644]
src/runonphone/symbianutils/bluetoothlistener_gui.h [new file with mode: 0644]
src/runonphone/symbianutils/callback.h [new file with mode: 0644]
src/runonphone/symbianutils/communicationstarter.cpp [new file with mode: 0644]
src/runonphone/symbianutils/communicationstarter.h [new file with mode: 0644]
src/runonphone/symbianutils/json.cpp [new file with mode: 0644]
src/runonphone/symbianutils/json.h [new file with mode: 0644]
src/runonphone/symbianutils/launcher.cpp [new file with mode: 0644]
src/runonphone/symbianutils/launcher.h [new file with mode: 0644]
src/runonphone/symbianutils/symbiandevicemanager.cpp [new file with mode: 0644]
src/runonphone/symbianutils/symbiandevicemanager.h [new file with mode: 0644]
src/runonphone/symbianutils/symbianutils.pri [new file with mode: 0644]
src/runonphone/symbianutils/symbianutils_global.h [new file with mode: 0644]
src/runonphone/symbianutils/tcftrkdevice.cpp [new file with mode: 0644]
src/runonphone/symbianutils/tcftrkdevice.h [new file with mode: 0644]
src/runonphone/symbianutils/tcftrkmessage.cpp [new file with mode: 0644]
src/runonphone/symbianutils/tcftrkmessage.h [new file with mode: 0644]
src/runonphone/symbianutils/trkdevice.cpp [new file with mode: 0644]
src/runonphone/symbianutils/trkdevice.h [new file with mode: 0644]
src/runonphone/symbianutils/trkutils.cpp [new file with mode: 0644]
src/runonphone/symbianutils/trkutils.h [new file with mode: 0644]
src/runonphone/symbianutils/trkutils_p.h [new file with mode: 0644]
src/runonphone/trksignalhandler.cpp [new file with mode: 0644]
src/runonphone/trksignalhandler.h [new file with mode: 0644]
src/shared/deviceskin/deviceskin.cpp [new file with mode: 0644]
src/shared/deviceskin/deviceskin.h [new file with mode: 0644]
src/shared/deviceskin/deviceskin.pri [new file with mode: 0644]
src/shared/deviceskin/skins/ClamshellPhone.qrc [new file with mode: 0644]
src/shared/deviceskin/skins/ClamshellPhone.skin/ClamshellPhone.skin [new file with mode: 0644]
src/shared/deviceskin/skins/ClamshellPhone.skin/ClamshellPhone1-5-closed.png [new file with mode: 0644]
src/shared/deviceskin/skins/ClamshellPhone.skin/ClamshellPhone1-5-pressed.png [new file with mode: 0644]
src/shared/deviceskin/skins/ClamshellPhone.skin/ClamshellPhone1-5.png [new file with mode: 0644]
src/shared/deviceskin/skins/ClamshellPhone.skin/defaultbuttons.conf [new file with mode: 0644]
src/shared/deviceskin/skins/PortableMedia.qrc [new file with mode: 0644]
src/shared/deviceskin/skins/PortableMedia.skin/PortableMedia.skin [new file with mode: 0644]
src/shared/deviceskin/skins/PortableMedia.skin/defaultbuttons.conf [new file with mode: 0644]
src/shared/deviceskin/skins/PortableMedia.skin/portablemedia-pressed.png [new file with mode: 0644]
src/shared/deviceskin/skins/PortableMedia.skin/portablemedia.png [new file with mode: 0644]
src/shared/deviceskin/skins/PortableMedia.skin/portablemedia.xcf [new file with mode: 0644]
src/shared/deviceskin/skins/S60-QVGA-Candybar.qrc [new file with mode: 0644]
src/shared/deviceskin/skins/S60-QVGA-Candybar.skin/S60-QVGA-Candybar-down.png [new file with mode: 0644]
src/shared/deviceskin/skins/S60-QVGA-Candybar.skin/S60-QVGA-Candybar.png [new file with mode: 0644]
src/shared/deviceskin/skins/S60-QVGA-Candybar.skin/S60-QVGA-Candybar.skin [new file with mode: 0644]
src/shared/deviceskin/skins/S60-QVGA-Candybar.skin/defaultbuttons.conf [new file with mode: 0644]
src/shared/deviceskin/skins/S60-nHD-Touchscreen.qrc [new file with mode: 0644]
src/shared/deviceskin/skins/S60-nHD-Touchscreen.skin/S60-nHD-Touchscreen-down.png [new file with mode: 0644]
src/shared/deviceskin/skins/S60-nHD-Touchscreen.skin/S60-nHD-Touchscreen.png [new file with mode: 0644]
src/shared/deviceskin/skins/S60-nHD-Touchscreen.skin/S60-nHD-Touchscreen.skin [new file with mode: 0644]
src/shared/deviceskin/skins/S60-nHD-Touchscreen.skin/defaultbuttons.conf [new file with mode: 0644]
src/shared/deviceskin/skins/SmartPhone.qrc [new file with mode: 0644]
src/shared/deviceskin/skins/SmartPhone.skin/SmartPhone-pressed.png [new file with mode: 0644]
src/shared/deviceskin/skins/SmartPhone.skin/SmartPhone.png [new file with mode: 0644]
src/shared/deviceskin/skins/SmartPhone.skin/SmartPhone.skin [new file with mode: 0644]
src/shared/deviceskin/skins/SmartPhone.skin/defaultbuttons.conf [new file with mode: 0644]
src/shared/deviceskin/skins/SmartPhone2.qrc [new file with mode: 0644]
src/shared/deviceskin/skins/SmartPhone2.skin/SmartPhone2-pressed.png [new file with mode: 0644]
src/shared/deviceskin/skins/SmartPhone2.skin/SmartPhone2.png [new file with mode: 0644]
src/shared/deviceskin/skins/SmartPhone2.skin/SmartPhone2.skin [new file with mode: 0644]
src/shared/deviceskin/skins/SmartPhone2.skin/defaultbuttons.conf [new file with mode: 0644]
src/shared/deviceskin/skins/SmartPhoneWithButtons.qrc [new file with mode: 0644]
src/shared/deviceskin/skins/SmartPhoneWithButtons.skin/SmartPhoneWithButtons-pressed.png [new file with mode: 0644]
src/shared/deviceskin/skins/SmartPhoneWithButtons.skin/SmartPhoneWithButtons.png [new file with mode: 0644]
src/shared/deviceskin/skins/SmartPhoneWithButtons.skin/SmartPhoneWithButtons.skin [new file with mode: 0644]
src/shared/deviceskin/skins/SmartPhoneWithButtons.skin/defaultbuttons.conf [new file with mode: 0644]
src/shared/deviceskin/skins/TouchscreenPhone.qrc [new file with mode: 0644]
src/shared/deviceskin/skins/TouchscreenPhone.skin/TouchscreenPhone-pressed.png [new file with mode: 0644]
src/shared/deviceskin/skins/TouchscreenPhone.skin/TouchscreenPhone.png [new file with mode: 0644]
src/shared/deviceskin/skins/TouchscreenPhone.skin/TouchscreenPhone.skin [new file with mode: 0644]
src/shared/deviceskin/skins/TouchscreenPhone.skin/defaultbuttons.conf [new file with mode: 0644]
src/shared/findwidget/abstractfindwidget.cpp [new file with mode: 0644]
src/shared/findwidget/abstractfindwidget.h [new file with mode: 0644]
src/shared/findwidget/findwidget.pri [new file with mode: 0644]
src/shared/findwidget/findwidget.qrc [new file with mode: 0644]
src/shared/findwidget/images/mac/closetab.png [new file with mode: 0644]
src/shared/findwidget/images/mac/next.png [new file with mode: 0644]
src/shared/findwidget/images/mac/previous.png [new file with mode: 0644]
src/shared/findwidget/images/mac/searchfind.png [new file with mode: 0644]
src/shared/findwidget/images/win/closetab.png [new file with mode: 0644]
src/shared/findwidget/images/win/next.png [new file with mode: 0644]
src/shared/findwidget/images/win/previous.png [new file with mode: 0644]
src/shared/findwidget/images/win/searchfind.png [new file with mode: 0644]
src/shared/findwidget/images/wrap.png [new file with mode: 0644]
src/shared/findwidget/itemviewfindwidget.cpp [new file with mode: 0644]
src/shared/findwidget/itemviewfindwidget.h [new file with mode: 0644]
src/shared/findwidget/texteditfindwidget.cpp [new file with mode: 0644]
src/shared/findwidget/texteditfindwidget.h [new file with mode: 0644]
src/shared/fontpanel/fontpanel.cpp [new file with mode: 0644]
src/shared/fontpanel/fontpanel.h [new file with mode: 0644]
src/shared/fontpanel/fontpanel.pri [new file with mode: 0644]
src/shared/qtgradienteditor/images/down.png [new file with mode: 0644]
src/shared/qtgradienteditor/images/edit.png [new file with mode: 0644]
src/shared/qtgradienteditor/images/editdelete.png [new file with mode: 0644]
src/shared/qtgradienteditor/images/minus.png [new file with mode: 0644]
src/shared/qtgradienteditor/images/plus.png [new file with mode: 0644]
src/shared/qtgradienteditor/images/spreadpad.png [new file with mode: 0644]
src/shared/qtgradienteditor/images/spreadreflect.png [new file with mode: 0644]
src/shared/qtgradienteditor/images/spreadrepeat.png [new file with mode: 0644]
src/shared/qtgradienteditor/images/typeconical.png [new file with mode: 0644]
src/shared/qtgradienteditor/images/typelinear.png [new file with mode: 0644]
src/shared/qtgradienteditor/images/typeradial.png [new file with mode: 0644]
src/shared/qtgradienteditor/images/up.png [new file with mode: 0644]
src/shared/qtgradienteditor/images/zoomin.png [new file with mode: 0644]
src/shared/qtgradienteditor/images/zoomout.png [new file with mode: 0644]
src/shared/qtgradienteditor/qtcolorbutton.cpp [new file with mode: 0644]
src/shared/qtgradienteditor/qtcolorbutton.h [new file with mode: 0644]
src/shared/qtgradienteditor/qtcolorbutton.pri [new file with mode: 0644]
src/shared/qtgradienteditor/qtcolorline.cpp [new file with mode: 0644]
src/shared/qtgradienteditor/qtcolorline.h [new file with mode: 0644]
src/shared/qtgradienteditor/qtgradientdialog.cpp [new file with mode: 0644]
src/shared/qtgradienteditor/qtgradientdialog.h [new file with mode: 0644]
src/shared/qtgradienteditor/qtgradientdialog.ui [new file with mode: 0644]
src/shared/qtgradienteditor/qtgradienteditor.cpp [new file with mode: 0644]
src/shared/qtgradienteditor/qtgradienteditor.h [new file with mode: 0644]
src/shared/qtgradienteditor/qtgradienteditor.pri [new file with mode: 0644]
src/shared/qtgradienteditor/qtgradienteditor.qrc [new file with mode: 0644]
src/shared/qtgradienteditor/qtgradienteditor.ui [new file with mode: 0644]
src/shared/qtgradienteditor/qtgradientmanager.cpp [new file with mode: 0644]
src/shared/qtgradienteditor/qtgradientmanager.h [new file with mode: 0644]
src/shared/qtgradienteditor/qtgradientstopscontroller.cpp [new file with mode: 0644]
src/shared/qtgradienteditor/qtgradientstopscontroller.h [new file with mode: 0644]
src/shared/qtgradienteditor/qtgradientstopsmodel.cpp [new file with mode: 0644]
src/shared/qtgradienteditor/qtgradientstopsmodel.h [new file with mode: 0644]
src/shared/qtgradienteditor/qtgradientstopswidget.cpp [new file with mode: 0644]
src/shared/qtgradienteditor/qtgradientstopswidget.h [new file with mode: 0644]
src/shared/qtgradienteditor/qtgradientutils.cpp [new file with mode: 0644]
src/shared/qtgradienteditor/qtgradientutils.h [new file with mode: 0644]
src/shared/qtgradienteditor/qtgradientview.cpp [new file with mode: 0644]
src/shared/qtgradienteditor/qtgradientview.h [new file with mode: 0644]
src/shared/qtgradienteditor/qtgradientview.ui [new file with mode: 0644]
src/shared/qtgradienteditor/qtgradientviewdialog.cpp [new file with mode: 0644]
src/shared/qtgradienteditor/qtgradientviewdialog.h [new file with mode: 0644]
src/shared/qtgradienteditor/qtgradientviewdialog.ui [new file with mode: 0644]
src/shared/qtgradienteditor/qtgradientwidget.cpp [new file with mode: 0644]
src/shared/qtgradienteditor/qtgradientwidget.h [new file with mode: 0644]
src/shared/qtpropertybrowser/images/cursor-arrow.png [new file with mode: 0644]
src/shared/qtpropertybrowser/images/cursor-busy.png [new file with mode: 0644]
src/shared/qtpropertybrowser/images/cursor-closedhand.png [new file with mode: 0644]
src/shared/qtpropertybrowser/images/cursor-cross.png [new file with mode: 0644]
src/shared/qtpropertybrowser/images/cursor-forbidden.png [new file with mode: 0644]
src/shared/qtpropertybrowser/images/cursor-hand.png [new file with mode: 0644]
src/shared/qtpropertybrowser/images/cursor-hsplit.png [new file with mode: 0644]
src/shared/qtpropertybrowser/images/cursor-ibeam.png [new file with mode: 0644]
src/shared/qtpropertybrowser/images/cursor-openhand.png [new file with mode: 0644]
src/shared/qtpropertybrowser/images/cursor-sizeall.png [new file with mode: 0644]
src/shared/qtpropertybrowser/images/cursor-sizeb.png [new file with mode: 0644]
src/shared/qtpropertybrowser/images/cursor-sizef.png [new file with mode: 0644]
src/shared/qtpropertybrowser/images/cursor-sizeh.png [new file with mode: 0644]
src/shared/qtpropertybrowser/images/cursor-sizev.png [new file with mode: 0644]
src/shared/qtpropertybrowser/images/cursor-uparrow.png [new file with mode: 0644]
src/shared/qtpropertybrowser/images/cursor-vsplit.png [new file with mode: 0644]
src/shared/qtpropertybrowser/images/cursor-wait.png [new file with mode: 0644]
src/shared/qtpropertybrowser/images/cursor-whatsthis.png [new file with mode: 0644]
src/shared/qtpropertybrowser/qtbuttonpropertybrowser.cpp [new file with mode: 0644]
src/shared/qtpropertybrowser/qtbuttonpropertybrowser.h [new file with mode: 0644]
src/shared/qtpropertybrowser/qteditorfactory.cpp [new file with mode: 0644]
src/shared/qtpropertybrowser/qteditorfactory.h [new file with mode: 0644]
src/shared/qtpropertybrowser/qtgroupboxpropertybrowser.cpp [new file with mode: 0644]
src/shared/qtpropertybrowser/qtgroupboxpropertybrowser.h [new file with mode: 0644]
src/shared/qtpropertybrowser/qtpropertybrowser.cpp [new file with mode: 0644]
src/shared/qtpropertybrowser/qtpropertybrowser.h [new file with mode: 0644]
src/shared/qtpropertybrowser/qtpropertybrowser.pri [new file with mode: 0644]
src/shared/qtpropertybrowser/qtpropertybrowser.qrc [new file with mode: 0644]
src/shared/qtpropertybrowser/qtpropertybrowserutils.cpp [new file with mode: 0644]
src/shared/qtpropertybrowser/qtpropertybrowserutils.pri [new file with mode: 0644]
src/shared/qtpropertybrowser/qtpropertybrowserutils_p.h [new file with mode: 0644]
src/shared/qtpropertybrowser/qtpropertymanager.cpp [new file with mode: 0644]
src/shared/qtpropertybrowser/qtpropertymanager.h [new file with mode: 0644]
src/shared/qtpropertybrowser/qttreepropertybrowser.cpp [new file with mode: 0644]
src/shared/qtpropertybrowser/qttreepropertybrowser.h [new file with mode: 0644]
src/shared/qtpropertybrowser/qtvariantproperty.cpp [new file with mode: 0644]
src/shared/qtpropertybrowser/qtvariantproperty.h [new file with mode: 0644]
src/shared/qttoolbardialog/images/back.png [new file with mode: 0644]
src/shared/qttoolbardialog/images/down.png [new file with mode: 0644]
src/shared/qttoolbardialog/images/forward.png [new file with mode: 0644]
src/shared/qttoolbardialog/images/minus.png [new file with mode: 0644]
src/shared/qttoolbardialog/images/plus.png [new file with mode: 0644]
src/shared/qttoolbardialog/images/up.png [new file with mode: 0644]
src/shared/qttoolbardialog/qttoolbardialog.cpp [new file with mode: 0644]
src/shared/qttoolbardialog/qttoolbardialog.h [new file with mode: 0644]
src/shared/qttoolbardialog/qttoolbardialog.pri [new file with mode: 0644]
src/shared/qttoolbardialog/qttoolbardialog.qrc [new file with mode: 0644]
src/shared/qttoolbardialog/qttoolbardialog.ui [new file with mode: 0644]
src/tools.pro [new file with mode: 0644]
tests/README [new file with mode: 0644]
tests/auto/auto.pro [new file with mode: 0644]
tests/auto/bic/.gitignore [new file with mode: 0644]
tests/auto/bic/data/QtDesigner.4.2.0.linux-gcc-ia32.txt [new file with mode: 0644]
tests/auto/bic/data/QtDesigner.4.3.0.linux-gcc-ia32.txt [new file with mode: 0644]
tests/auto/bic/data/QtDesigner.4.4.0.linux-gcc-ia32.txt [new file with mode: 0644]
tests/auto/bic/data/QtDesigner.4.5.0.linux-gcc-amd64.txt [new file with mode: 0644]
tests/auto/bic/data/QtDesigner.4.5.0.linux-gcc-ia32.txt [new file with mode: 0644]
tests/auto/bic/data/QtDesigner.4.6.0.linux-gcc-amd64.txt [new file with mode: 0644]
tests/auto/bic/data/QtDesigner.4.6.0.linux-gcc-ia32.txt [new file with mode: 0644]
tests/auto/bic/data/QtDesigner.4.7.0.linux-gcc-ia32.txt [new file with mode: 0644]
tests/auto/bic/data/QtHelp.4.5.0.linux-gcc-amd64.txt [new file with mode: 0644]
tests/auto/bic/data/QtHelp.4.5.0.linux-gcc-ia32.txt [new file with mode: 0644]
tests/auto/bic/data/QtHelp.4.6.0.linux-gcc-amd64.txt [new file with mode: 0644]
tests/auto/bic/data/QtHelp.4.6.0.linux-gcc-ia32.txt [new file with mode: 0644]
tests/auto/bic/data/QtHelp.4.7.0.linux-gcc-ia32.txt [new file with mode: 0644]
tests/auto/linguist/lconvert/.gitignore [new file with mode: 0644]
tests/auto/linguist/lconvert/data/codec-cp1252.ts [new file with mode: 0644]
tests/auto/linguist/lconvert/data/codec-utf8.ts [new file with mode: 0644]
tests/auto/linguist/lconvert/data/dual-encoding.ts [new file with mode: 0644]
tests/auto/linguist/lconvert/data/endless-po-loop.ts [new file with mode: 0644]
tests/auto/linguist/lconvert/data/makeplurals.pl [new file with mode: 0755]
tests/auto/linguist/lconvert/data/msgid.ts [new file with mode: 0644]
tests/auto/linguist/lconvert/data/phrasebook.qph [new file with mode: 0644]
tests/auto/linguist/lconvert/data/plurals-cn.ts [new file with mode: 0644]
tests/auto/linguist/lconvert/data/plurals-de.ts [new file with mode: 0644]
tests/auto/linguist/lconvert/data/relative.ts [new file with mode: 0644]
tests/auto/linguist/lconvert/data/singular.po [new file with mode: 0644]
tests/auto/linguist/lconvert/data/test-broken-utf8.po [new file with mode: 0644]
tests/auto/linguist/lconvert/data/test-broken-utf8.po.out [new file with mode: 0644]
tests/auto/linguist/lconvert/data/test-developer-comment.po [new file with mode: 0644]
tests/auto/linguist/lconvert/data/test-empty-comment.po [new file with mode: 0644]
tests/auto/linguist/lconvert/data/test-escapes.po [new file with mode: 0644]
tests/auto/linguist/lconvert/data/test-escapes.po.out [new file with mode: 0644]
tests/auto/linguist/lconvert/data/test-kde-ctxt.po [new file with mode: 0644]
tests/auto/linguist/lconvert/data/test-kde-fuzzy.po [new file with mode: 0644]
tests/auto/linguist/lconvert/data/test-kde-multiline.po [new file with mode: 0644]
tests/auto/linguist/lconvert/data/test-kde-plurals.po [new file with mode: 0644]
tests/auto/linguist/lconvert/data/test-refs.po [new file with mode: 0644]
tests/auto/linguist/lconvert/data/test-slurp.po [new file with mode: 0644]
tests/auto/linguist/lconvert/data/test-slurp.po.out [new file with mode: 0644]
tests/auto/linguist/lconvert/data/test-translator-comment.po [new file with mode: 0644]
tests/auto/linguist/lconvert/data/test1-cn.po [new file with mode: 0644]
tests/auto/linguist/lconvert/data/test1-de.po [new file with mode: 0644]
tests/auto/linguist/lconvert/data/test11.ts [new file with mode: 0644]
tests/auto/linguist/lconvert/data/test20.ts [new file with mode: 0644]
tests/auto/linguist/lconvert/data/variants.ts [new file with mode: 0644]
tests/auto/linguist/lconvert/data/wrapping.po [new file with mode: 0644]
tests/auto/linguist/lconvert/lconvert.pro [new file with mode: 0644]
tests/auto/linguist/lconvert/tst_lconvert.cpp [new file with mode: 0644]
tests/auto/linguist/linguist.pro [new file with mode: 0644]
tests/auto/linguist/lrelease/.gitignore [new file with mode: 0644]
tests/auto/linguist/lrelease/lrelease.pro [new file with mode: 0644]
tests/auto/linguist/lrelease/testdata/compressed.ts [new file with mode: 0644]
tests/auto/linguist/lrelease/testdata/dupes.errors [new file with mode: 0644]
tests/auto/linguist/lrelease/testdata/dupes.ts [new file with mode: 0644]
tests/auto/linguist/lrelease/testdata/idbased.ts [new file with mode: 0644]
tests/auto/linguist/lrelease/testdata/mixedcodecs-ts11.ts [new file with mode: 0644]
tests/auto/linguist/lrelease/testdata/mixedcodecs-ts20.ts [new file with mode: 0644]
tests/auto/linguist/lrelease/testdata/translate.ts [new file with mode: 0644]
tests/auto/linguist/lrelease/tst_lrelease.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/.gitignore [new file with mode: 0644]
tests/auto/linguist/lupdate/lupdate.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/backslashes/lupdatecmd [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/backslashes/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/backslashes/src/main.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/backslashes/ts/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/cmdline_deeppath/lupdatecmd [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/cmdline_deeppath/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/cmdline_order/a.h [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/cmdline_order/b.h [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/cmdline_order/lupdatecmd [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/cmdline_order/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/cmdline_recurse/lupdatecmd [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/cmdline_recurse/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/codecforsrc/main.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/codecforsrc/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/codecforsrc/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/codecfortr/main.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/codecfortr/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/codecfortr/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/codecfortr1/main.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/codecfortr1/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/codecfortr1/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/codecfortr2/main.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/codecfortr2/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/codecfortr2/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/codecfortr3/expectedoutput.txt [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/codecfortr3/main.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/codecfortr3/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/codecfortr3/project.ts.before [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/codecfortr3/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/codecfortr4/expectedoutput.txt [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/codecfortr4/main.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/codecfortr4/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/codecfortr4/project.ts.before [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/codecfortr4/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/from_subdir/lupdatecmd [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/from_subdir/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/from_subdir/src/main.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/from_subdir/src/main.h [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/from_subdir/translations/translations.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/heuristics/expectedoutput.txt [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/heuristics/lupdatecmd [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/heuristics/main.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/heuristics/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/heuristics/project.ts.before [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/heuristics/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/lacksqobject/expectedoutput.txt [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/lacksqobject/main.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/lacksqobject/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/lacksqobject/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/merge_ordering/foo.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/merge_ordering/lupdatecmd [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/merge_ordering/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/merge_ordering/project.ts.before [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/merge_ordering/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/merge_versions/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/merge_versions/project.ts.before [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/merge_versions/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/merge_versions/project.ui [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/merge_whitespace/main.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/merge_whitespace/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/merge_whitespace/project.ts.before [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/merge_whitespace/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/mergecpp/finddialog.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/mergecpp/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/mergecpp/project.ts.before [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/mergecpp/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/mergecpp_noobsolete/finddialog.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/mergecpp_noobsolete/lupdatecmd [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/mergecpp_noobsolete/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/mergecpp_noobsolete/project.ts.before [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/mergecpp_noobsolete/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/mergecpp_obsolete/finddialog.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/mergecpp_obsolete/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/mergecpp_obsolete/project.ts.before [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/mergecpp_obsolete/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/mergeui/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/mergeui/project.ts.before [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/mergeui/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/mergeui/project.ui [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/mergeui_obsolete/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/mergeui_obsolete/project.ts.before [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/mergeui_obsolete/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/mergeui_obsolete/project.ui [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/multiple_locations/finddialog.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/multiple_locations/main.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/multiple_locations/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/multiple_locations/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/namespaces/main.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/namespaces/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/namespaces/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parse_special_chars/main.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parse_special_chars/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parse_special_chars/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parsecontexts/main.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parsecontexts/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parsecontexts/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parsecpp/finddialog.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parsecpp/main.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parsecpp/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parsecpp/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parsecpp2/expectedoutput.txt [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parsecpp2/main.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parsecpp2/main.h [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parsecpp2/main2.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parsecpp2/main3.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parsecpp2/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parsecpp2/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parsejava/main.java [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parsejava/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parsejava/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parsejs/main.js [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parsejs/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parsejs/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parsejs2/expectedoutput.txt [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parsejs2/main.js [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parsejs2/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parsejs2/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parsejscontexts/main.js [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parsejscontexts/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parsejscontexts/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parseqml/main.qml [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parseqml/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parseqml/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parseui/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parseui/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/parseui/project.ui [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/prefix/main.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/prefix/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/prefix/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/preprocess/main.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/preprocess/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/preprocess/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsing/main.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsing/main_mac.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsing/main_unix.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsing/main_win.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsing/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsing/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsing/vpaths/dependpath/main_dependpath.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsing/wildcard/main1.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsing/wildcard/mainfile.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsing/wildcard1.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsing/wildcard99.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsing2/a [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsing2/a.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsing2/b [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsing2/b.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsing2/e [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsing2/f/g.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsing2/files-cc.txt [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsing2/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsing2/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsing2/spaces/z [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsing2/variable_with_spaces [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsing2/with [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsing2/x/d [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsing2/x/variable [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingpaths/file1.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingpaths/filter.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingpaths/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingpaths/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingpaths/sub/sub.pri [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingpaths/sub/subfile1.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingpaths/sub/subfilter.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingpri/common/common.pri [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingpri/common/main.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingpri/common/main.pri [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingpri/mac/mac.pri [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingpri/mac/main_mac.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingpri/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingpri/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingpri/relativity/relativity.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingpri/relativity/relativity.pri [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingpri/relativity/sub/sub.pri [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingpri/relativity/sub2/sub2.pri [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingpri/unix/main_unix.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingpri/unix/unix.pri [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingpri/win/main_win.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingpri/win/win.pri [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingsubdirs/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingsubdirs/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingsubdirs/sub1/main.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingsubdirs/sub1/sub1.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingsubs/common/common.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingsubs/common/main.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingsubs/lupdatecmd [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingsubs/mac/mac.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingsubs/mac/main_mac.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingsubs/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingsubs/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingsubs/unix/main_unix.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingsubs/unix/unix.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingsubs/win/main_win.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingsubs/win/win.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/recurse_full/expectedoutput.txt [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/recurse_full/lupdatecmd [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/recurse_full/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/recurse_full/project_sub.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/recurse_full_ts/expectedoutput.txt [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/recurse_full_ts/lupdatecmd [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/recurse_full_ts/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/recurse_full_ts/project_sub.ts.before [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/recurse_full_ts/project_sub.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/recurse_full_ts_join/expectedoutput.txt [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/recurse_full_ts_join/lupdatecmd [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/recurse_full_ts_join/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/recurse_part/expectedoutput.txt [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/recurse_part/lupdatecmd [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/recurse_part/project.ts.before [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/recurse_part/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/recurse_part/project_sub.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/recurse_part_ts/expectedoutput.txt [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/recurse_part_ts/lupdatecmd [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/recurse_part_ts/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/recurse_part_ts/project_sub.ts.before [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/recurse_part_ts/project_sub.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/reloutput/lupdatecmd [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/reloutput/main.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/reloutput/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/reloutput/translations/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/respfile/lupdatecmd [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/respfile/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/respfile/source1.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/respfile/source2.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/respfile/sources.lst [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/respfile/tsfiles.lst [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/textsimilarity/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/textsimilarity/project.ts.before [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/textsimilarity/project.ts.result [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/textsimilarity/project.ui [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/recursivescan/main.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/recursivescan/project.ui [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/recursivescan/sub/filetypes/main.c++ [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/recursivescan/sub/filetypes/main.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/recursivescan/sub/filetypes/main.cxx [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/recursivescan/sub/finddialog.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/subdirs_full/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/subdirs_full/subdir1/main.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/subdirs_full/subdir1/subdir1.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/subdirs_full/subdir2/subdir2.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/subdirs_full/subdir2/subsub1/main.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/subdirs_full/subdir2/subsub1/subsub1.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/subdirs_full/subdir2/subsub2/main.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/subdirs_full/subdir2/subsub2/subsub2.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/subdirs_part/project.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/subdirs_part/subdir1/main.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/subdirs_part/subdir1/subdir1.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/subdirs_part/subdir2/subdir2.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/subdirs_part/subdir2/subsub1/main.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/subdirs_part/subdir2/subsub1/subsub1.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/subdirs_part/subdir2/subsub2/main.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/subdirs_part/subdir2/subsub2/subsub2.pro [new file with mode: 0644]
tests/auto/linguist/lupdate/tst_lupdate.cpp [new file with mode: 0644]
tests/auto/qhelpcontentmodel/.gitignore [new file with mode: 0644]
tests/auto/qhelpcontentmodel/data/collection.qhc [new file with mode: 0644]
tests/auto/qhelpcontentmodel/data/qmake-3.3.8.qch [new file with mode: 0644]
tests/auto/qhelpcontentmodel/data/qmake-4.3.0.qch [new file with mode: 0644]
tests/auto/qhelpcontentmodel/data/test.qch [new file with mode: 0644]
tests/auto/qhelpcontentmodel/qhelpcontentmodel.pro [new file with mode: 0644]
tests/auto/qhelpcontentmodel/tst_qhelpcontentmodel.cpp [new file with mode: 0644]
tests/auto/qhelpenginecore/.gitignore [new file with mode: 0644]
tests/auto/qhelpenginecore/data/collection.qhc [new file with mode: 0644]
tests/auto/qhelpenginecore/data/collection1.qhc [new file with mode: 0644]
tests/auto/qhelpenginecore/data/linguist-3.3.8.qch [new file with mode: 0644]
tests/auto/qhelpenginecore/data/qmake-3.3.8.qch [new file with mode: 0644]
tests/auto/qhelpenginecore/data/qmake-4.3.0.qch [new file with mode: 0644]
tests/auto/qhelpenginecore/data/test.html [new file with mode: 0644]
tests/auto/qhelpenginecore/data/test.qch [new file with mode: 0644]
tests/auto/qhelpenginecore/qhelpenginecore.pro [new file with mode: 0644]
tests/auto/qhelpenginecore/tst_qhelpenginecore.cpp [new file with mode: 0644]
tests/auto/qhelpgenerator/.gitignore [new file with mode: 0644]
tests/auto/qhelpgenerator/data/cars.html [new file with mode: 0644]
tests/auto/qhelpgenerator/data/classic.css [new file with mode: 0644]
tests/auto/qhelpgenerator/data/fancy.html [new file with mode: 0644]
tests/auto/qhelpgenerator/data/people.html [new file with mode: 0644]
tests/auto/qhelpgenerator/data/sub/about.html [new file with mode: 0644]
tests/auto/qhelpgenerator/data/test.html [new file with mode: 0644]
tests/auto/qhelpgenerator/data/test.qhp [new file with mode: 0644]
tests/auto/qhelpgenerator/qhelpgenerator.pro [new file with mode: 0644]
tests/auto/qhelpgenerator/tst_qhelpgenerator.cpp [new file with mode: 0644]
tests/auto/qhelpindexmodel/.gitignore [new file with mode: 0644]
tests/auto/qhelpindexmodel/data/collection.qhc [new file with mode: 0644]
tests/auto/qhelpindexmodel/data/collection1.qhc [new file with mode: 0644]
tests/auto/qhelpindexmodel/data/linguist-3.3.8.qch [new file with mode: 0644]
tests/auto/qhelpindexmodel/data/qmake-3.3.8.qch [new file with mode: 0644]
tests/auto/qhelpindexmodel/data/qmake-4.3.0.qch [new file with mode: 0644]
tests/auto/qhelpindexmodel/data/test.html [new file with mode: 0644]
tests/auto/qhelpindexmodel/data/test.qch [new file with mode: 0644]
tests/auto/qhelpindexmodel/qhelpindexmodel.pro [new file with mode: 0644]
tests/auto/qhelpindexmodel/tst_qhelpindexmodel.cpp [new file with mode: 0644]
tests/auto/qhelpprojectdata/.gitignore [new file with mode: 0644]
tests/auto/qhelpprojectdata/data/test.qhp [new file with mode: 0644]
tests/auto/qhelpprojectdata/qhelpprojectdata.pro [new file with mode: 0644]
tests/auto/qhelpprojectdata/tst_qhelpprojectdata.cpp [new file with mode: 0644]
tests/global/.gitignore [new file with mode: 0644]
tests/tests.pro [new file with mode: 0644]