Difference between revisions of "User:Zeljan"

From Free Pascal wiki
Jump to navigationJump to search
Line 20: Line 20:
 
#lazarus bugs: <br>
 
#lazarus bugs: <br>
 
#* <s>http://www.freepascal.org/mantis/view.php?id=9152 </s><br>
 
#* <s>http://www.freepascal.org/mantis/view.php?id=9152 </s><br>
#* http://www.freepascal.org/mantis/view.php?id=9200 <br>
+
#* <s>http://www.freepascal.org/mantis/view.php?id=9200 </s><br>
 
#TStatusBar bug: It's invisible, until we resize form for the first time.
 
#TStatusBar bug: It's invisible, until we resize form for the first time.
 
#*Commited workaround in TQtWSStatusBar.ShowHide(), works but doesn't smell good.<br>
 
#*Commited workaround in TQtWSStatusBar.ShowHide(), works but doesn't smell good.<br>

Revision as of 18:31, 12 September 2007

This is my page ? ;) Hi I'm Zeljan Rikalo (everybody calls me Zeljko), currently trying to finish qt4 interface for lazarus. Any feedback about qt-lcl from linux,win32 or mac is welcome (patches also). All about Qt interface you can find at


NEWS
Trolltech released qt-4.3.1. Changes are here http://trolltech.com/developer/notes/changes/changes-4.3.1/

My TODO list

  1. Implement more winapi functions.
  2. Get SynEdit useable with Qt.
  3. Finally, make IDE useable.
    • Alpha status, compileable, works , but yet far away for serious usage
  4. TPrinterSetupDialog.
  5. Implement missing routines for various controls.
  6. lazarus bugs:
  7. TStatusBar bug: It's invisible, until we resize form for the first time.
    • Commited workaround in TQtWSStatusBar.ShowHide(), works but doesn't smell good.
  8. Mouse freezing bug when click on TTabSheet (called TQtWidgetSet.SetCapture()), form can be killed by Alt+F4.
    • Commited workaround until bugfix maded ! paul fixed.
  9. GetScrollInfo() , SetScrollInfo() needs to be rewritten.
  10. Make VirtualTree fully useable with qt lcl.