Revision: 10886
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10886&view=rev
Author: vouchcac
Date: 2009-04-19 00:59:06 +0000 (Sun, 19 Apr 2009)
Log Message:
-----------
2009-04-18 17:48 UTC-0800 Pritpal Bedi ([email protected])
* harbour/contrib/hbqt/generator/hbqtgen.prg
* harbour/contrib/hbqt/generator/qt45.qtp
* harbour/contrib/hbqt/hbqt.h
+ harbour/contrib/hbqt/hbqt_qtextblock.cpp
+ harbour/contrib/hbqt/hbqt_qtextblockformat.cpp
+ harbour/contrib/hbqt/hbqt_qtextblockgroup.cpp
+ harbour/contrib/hbqt/hbqt_qtextboundaryfinder.cpp
+ harbour/contrib/hbqt/hbqt_qtextbrowser.cpp
+ harbour/contrib/hbqt/hbqt_qtextcharformat.cpp
+ harbour/contrib/hbqt/hbqt_qtextcursor.cpp
+ harbour/contrib/hbqt/hbqt_qtextdecoder.cpp
+ harbour/contrib/hbqt/hbqt_qtextdocument.cpp
+ harbour/contrib/hbqt/hbqt_qtextdocumentfragment.cpp
+ harbour/contrib/hbqt/hbqt_qtextdocumentwriter.cpp
+ harbour/contrib/hbqt/hbqt_qtextformat.cpp
+ harbour/contrib/hbqt/hbqt_qtextstream.cpp
* harbour/contrib/hbqt/Makefile_gen
+ harbour/contrib/hbqt/qth/QClipboard.qth
+ harbour/contrib/hbqt/qth/QTextBlock.qth
+ harbour/contrib/hbqt/qth/QTextBlockFormat.qth
+ harbour/contrib/hbqt/qth/QTextBlockGroup.qth
+ harbour/contrib/hbqt/qth/QTextBoundaryFinder.qth
+ harbour/contrib/hbqt/qth/QTextBrowser.qth
+ harbour/contrib/hbqt/qth/QTextCharFormat.qth
+ harbour/contrib/hbqt/qth/QTextCursor.qth
+ harbour/contrib/hbqt/qth/QTextDecoder.qth
+ harbour/contrib/hbqt/qth/QTextDocument.qth
+ harbour/contrib/hbqt/qth/QTextDocumentFragment.qth
+ harbour/contrib/hbqt/qth/QTextDocumentWriter.qth
+ harbour/contrib/hbqt/qth/QTextFormat.qth
+ harbour/contrib/hbqt/qth/QTextStream.qth
+ harbour/contrib/hbqt/tests/demoqt.prg
+ harbour/contrib/hbqt/tests/wvtext.prg
+ harbour/contrib/hbqt/TQTextBlock.prg
+ harbour/contrib/hbqt/TQTextBlockFormat.prg
+ harbour/contrib/hbqt/TQTextBlockGroup.prg
+ harbour/contrib/hbqt/TQTextBoundaryFinder.prg
+ harbour/contrib/hbqt/TQTextBrowser.prg
+ harbour/contrib/hbqt/TQTextCharFormat.prg
+ harbour/contrib/hbqt/TQTextCursor.prg
+ harbour/contrib/hbqt/TQTextDecoder.prg
+ harbour/contrib/hbqt/TQTextDocument.prg
+ harbour/contrib/hbqt/TQTextDocumentFragment.prg
+ harbour/contrib/hbqt/TQTextDocumentWriter.prg
+ harbour/contrib/hbqt/TQTextFormat.prg
+ harbour/contrib/hbqt/TQTextStream.prg
+ Added several new classes, hbqtgen.prg adjusted for
new definitions, implemented more info in the sources
but deferred for next commit.
Modified Paths:
--------------
trunk/harbour/ChangeLog
trunk/harbour/contrib/hbqt/Makefile_gen
trunk/harbour/contrib/hbqt/generator/hbqtgen.prg
trunk/harbour/contrib/hbqt/generator/qt45.qtp
trunk/harbour/contrib/hbqt/hbqt.h
trunk/harbour/contrib/hbqt/tests/demoqt.prg
trunk/harbour/contrib/hbqt/tests/wvtext.prg
Added Paths:
-----------
trunk/harbour/contrib/hbqt/TQTextBlock.prg
trunk/harbour/contrib/hbqt/TQTextBlockFormat.prg
trunk/harbour/contrib/hbqt/TQTextBlockGroup.prg
trunk/harbour/contrib/hbqt/TQTextBoundaryFinder.prg
trunk/harbour/contrib/hbqt/TQTextBrowser.prg
trunk/harbour/contrib/hbqt/TQTextCharFormat.prg
trunk/harbour/contrib/hbqt/TQTextCursor.prg
trunk/harbour/contrib/hbqt/TQTextDecoder.prg
trunk/harbour/contrib/hbqt/TQTextDocument.prg
trunk/harbour/contrib/hbqt/TQTextDocumentFragment.prg
trunk/harbour/contrib/hbqt/TQTextDocumentWriter.prg
trunk/harbour/contrib/hbqt/TQTextFormat.prg
trunk/harbour/contrib/hbqt/TQTextStream.prg
trunk/harbour/contrib/hbqt/hbqt_qtextblock.cpp
trunk/harbour/contrib/hbqt/hbqt_qtextblockformat.cpp
trunk/harbour/contrib/hbqt/hbqt_qtextblockgroup.cpp
trunk/harbour/contrib/hbqt/hbqt_qtextboundaryfinder.cpp
trunk/harbour/contrib/hbqt/hbqt_qtextbrowser.cpp
trunk/harbour/contrib/hbqt/hbqt_qtextcharformat.cpp
trunk/harbour/contrib/hbqt/hbqt_qtextcursor.cpp
trunk/harbour/contrib/hbqt/hbqt_qtextdecoder.cpp
trunk/harbour/contrib/hbqt/hbqt_qtextdocument.cpp
trunk/harbour/contrib/hbqt/hbqt_qtextdocumentfragment.cpp
trunk/harbour/contrib/hbqt/hbqt_qtextdocumentwriter.cpp
trunk/harbour/contrib/hbqt/hbqt_qtextformat.cpp
trunk/harbour/contrib/hbqt/hbqt_qtextstream.cpp
trunk/harbour/contrib/hbqt/qth/QClipboard.qth
trunk/harbour/contrib/hbqt/qth/QTextBlock.qth
trunk/harbour/contrib/hbqt/qth/QTextBlockFormat.qth
trunk/harbour/contrib/hbqt/qth/QTextBlockGroup.qth
trunk/harbour/contrib/hbqt/qth/QTextBoundaryFinder.qth
trunk/harbour/contrib/hbqt/qth/QTextBrowser.qth
trunk/harbour/contrib/hbqt/qth/QTextCharFormat.qth
trunk/harbour/contrib/hbqt/qth/QTextCursor.qth
trunk/harbour/contrib/hbqt/qth/QTextDecoder.qth
trunk/harbour/contrib/hbqt/qth/QTextDocument.qth
trunk/harbour/contrib/hbqt/qth/QTextDocumentFragment.qth
trunk/harbour/contrib/hbqt/qth/QTextDocumentWriter.qth
trunk/harbour/contrib/hbqt/qth/QTextFormat.qth
trunk/harbour/contrib/hbqt/qth/QTextStream.qth
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour