Revision: 10882
          
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10882&view=rev
Author:   vouchcac
Date:     2009-04-17 15:36:24 +0000 (Fri, 17 Apr 2009)

Log Message:
-----------
2009-04-17 08:36 UTC-0800 Pritpal Bedi ([email protected])
  * harbour/contrib/gtqtc/gtqtc.h
  * harbour/contrib/gtqtc/gtqtc.cpp
  * harbour/contrib/gtqtc/moc_gtqtc.cpp
    ! Fixed more Windows specific contents. It should compile 
      on *nixes now [ Qt::WindowCloseButtonHint could be the exception ]
    + Implemented timer event.
    + Implemented PALETTE functionality of GTWVT.
    + Implemented drawing console output to an image first and then 
      rendered onto the screen. This requirement is initiated because
      nowhere I found a way to mimic blinking CARET. 
      The proof of concept is implemened through part of image 
      rendering in a timer event. It may introduce some overhead 
      but please be noted that we have to live with it until we 
      reach a proper solution.
    
      Rendered to image and then flushed to screen is a powerful
      feature of QT and we may take use of it in many ways in future.
      Probably QTWVG will exploit it to maximum if we do not 
      plan some extenstions in GTQTC.

  * harbour/contrib/gtqtc/tests/demoqtc.prg
    ! Demonstrated implemented facts as above.
      Note the BLINKING block on the console, may be, 
      implemented as a replacement to windows caret.

Modified Paths:
--------------
    trunk/harbour/ChangeLog
    trunk/harbour/contrib/gtqtc/gtqtc.cpp
    trunk/harbour/contrib/gtqtc/gtqtc.h
    trunk/harbour/contrib/gtqtc/moc_gtqtc.cpp
    trunk/harbour/contrib/gtqtc/tests/demoqtc.prg


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

Reply via email to