On Fri, Jun 04, 2010 at 07:58:13AM +0200, Peter Kümmel wrote: > Am Sonntag, den 30.05.2010, 19:56 +0300 schrieb Amir Rachum: > > Hi guys, > > I just downloaded the LyX code base and I would like to help you > > people with one of the most useful pieces software I ever had. > > However, I am not sure how I can help seeing as the code base is > > really big and confusing and I was wondering if there's some external > > documentation for the code, > > and whether there's some "low hanging fruits" bugs/enhancements that I > > can handle at this point. > > Any pointers? > > Here's an idea: The "Debug/Progress Messages" widget is very slow: > enable all debug messages an load the User's Guide and you will see. > > The reason is the QTextEdit which is used for displaying the messages > (outTE defined in ProgressViewUi.ui). Using a QTreeView and as model a > QStandardModel should be much faster, at least it is worth a try.
QPlainTextEdit might be an option, too. Andre'