Peter Kümmel wrote: > Pavel Sanda wrote: >> Peter Kümmel wrote: >>> If it's really needed I could move it to trunk, would not be very >>> complicated. >> yes it would be nice to have it. i even imagine line of checkboxes on the top >> each for one debug level to toggle - that would be quite useful for debugging >> purposes. also user reports could be more useful... > > I've added a simple version which only shows started and finished command and > errors in a dock widget. But it could be extended. >
Could someone with a Mac check if attached patch is a good solution on a Mac? Peter
Index: src/frontends/qt4/GuiProgress.cpp =================================================================== --- src/frontends/qt4/GuiProgress.cpp (Revision 32603) +++ src/frontends/qt4/GuiProgress.cpp (Arbeitskopie) @@ -97,7 +97,7 @@ GuiView & guiview = static_cast<GuiView &>(lv); #ifdef Q_WS_MACX // TODO where to show up on the Mac? - //return new GuiProgress(guiview, Qt::RightDockWidgetArea, Qt::Drawer); + return new GuiProgress(guiview, Qt::RightDockWidgetArea, Qt::Drawer); #else return new GuiProgress(guiview, Qt::BottomDockWidgetArea); #endif