]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiProgressView.h
On Linux show in crash message box the backtrace
[lyx.git] / src / frontends / qt4 / GuiProgressView.h
index 6eb53cfa75d6259fc2be8b3f17527d76711c8508..9a743f2322827167d1fcfd3bbe694b4383ac0406 100644 (file)
 
 #include "DockView.h"
 
-#include "GuiProgress.h"
 
 #include <string>
-#include <QList>
 
 
 class QHideEvent;
@@ -30,8 +28,6 @@ class QShowEvent;
 namespace lyx {
 namespace frontend {
 
-struct LevelButton;
-
 
 class ProgressViewWidget : public QWidget, public Ui::ProgressViewUi
 {
@@ -72,19 +68,17 @@ private Q_SLOTS:
        void appendText(QString const & text);
        void appendLyXErrText(QString const & text);
        void clearText();
-
-       void levelChanged();
-  void tristateChanged(int state);
+       void debugMessageActivated(QTreeWidgetItem *, int);
+       void debugSelectionChanged();
 
 private:
        ProgressViewWidget * widget_;
+       /// did the last message contained eoln? (lyxerr X statusbar conflicts)
+       bool eol_last_;
 
+       void levelChanged();
        void showEvent(QShowEvent*);
        void hideEvent(QHideEvent*);
-
-       QList<LevelButton*> level_buttons;
-       QList<LevelButton*> checked_buttons;
-       LevelButton* toggle_button;
 };