xref: /glogg/src/crawlerwidget.h (revision 5fa2539161053b807e2c1723310745da4a032802)
1bb02e0acSNicolas Bonnefon /*
245ef183cSNicolas Bonnefon  * Copyright (C) 2009, 2010, 2011, 2013, 2014, 2015 Nicolas Bonnefon
3bb02e0acSNicolas Bonnefon  * and other contributors
4bb02e0acSNicolas Bonnefon  *
5bb02e0acSNicolas Bonnefon  * This file is part of glogg.
6bb02e0acSNicolas Bonnefon  *
7bb02e0acSNicolas Bonnefon  * glogg is free software: you can redistribute it and/or modify
8bb02e0acSNicolas Bonnefon  * it under the terms of the GNU General Public License as published by
9bb02e0acSNicolas Bonnefon  * the Free Software Foundation, either version 3 of the License, or
10bb02e0acSNicolas Bonnefon  * (at your option) any later version.
11bb02e0acSNicolas Bonnefon  *
12bb02e0acSNicolas Bonnefon  * glogg is distributed in the hope that it will be useful,
13bb02e0acSNicolas Bonnefon  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14bb02e0acSNicolas Bonnefon  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15bb02e0acSNicolas Bonnefon  * GNU General Public License for more details.
16bb02e0acSNicolas Bonnefon  *
17bb02e0acSNicolas Bonnefon  * You should have received a copy of the GNU General Public License
18bb02e0acSNicolas Bonnefon  * along with glogg.  If not, see <http://www.gnu.org/licenses/>.
19bb02e0acSNicolas Bonnefon  */
20bb02e0acSNicolas Bonnefon 
21bb02e0acSNicolas Bonnefon #ifndef CRAWLERWIDGET_H
22bb02e0acSNicolas Bonnefon #define CRAWLERWIDGET_H
23bb02e0acSNicolas Bonnefon 
24bb02e0acSNicolas Bonnefon #include <QSplitter>
25bb02e0acSNicolas Bonnefon #include <QComboBox>
26bb02e0acSNicolas Bonnefon #include <QPushButton>
27bb02e0acSNicolas Bonnefon #include <QCheckBox>
28bb02e0acSNicolas Bonnefon #include <QToolButton>
29bb02e0acSNicolas Bonnefon #include <QVBoxLayout>
30bb02e0acSNicolas Bonnefon #include <QHBoxLayout>
31bb02e0acSNicolas Bonnefon #include <QLabel>
32bb02e0acSNicolas Bonnefon 
33bb02e0acSNicolas Bonnefon #include "logmainview.h"
34bb02e0acSNicolas Bonnefon #include "filteredview.h"
35bb02e0acSNicolas Bonnefon #include "data/logdata.h"
36bb02e0acSNicolas Bonnefon #include "data/logfiltereddata.h"
37f0708ca8SNicolas Bonnefon #include "viewinterface.h"
389cacd6a9SNicolas Bonnefon #include "signalmux.h"
390f9fd9edSNicolas Bonnefon #include "overview.h"
40812146a8SNicolas Bonnefon #include "loadingstatus.h"
41bb02e0acSNicolas Bonnefon 
42bb02e0acSNicolas Bonnefon class InfoLine;
43bb02e0acSNicolas Bonnefon class QuickFindPattern;
44bb02e0acSNicolas Bonnefon class SavedSearches;
45bb02e0acSNicolas Bonnefon class QStandardItemModel;
46bb02e0acSNicolas Bonnefon class OverviewWidget;
47bb02e0acSNicolas Bonnefon 
48bb02e0acSNicolas Bonnefon // Implements the central widget of the application.
49bb02e0acSNicolas Bonnefon // It includes both windows, the search line, the info
50bb02e0acSNicolas Bonnefon // lines and various buttons.
51f0708ca8SNicolas Bonnefon class CrawlerWidget : public QSplitter,
529cacd6a9SNicolas Bonnefon     public QuickFindMuxSelectorInterface, public ViewInterface,
539cacd6a9SNicolas Bonnefon     public MuxableDocumentInterface
54bb02e0acSNicolas Bonnefon {
55bb02e0acSNicolas Bonnefon   Q_OBJECT
56bb02e0acSNicolas Bonnefon 
57bb02e0acSNicolas Bonnefon   public:
581b5e406eSNicolas Bonnefon     CrawlerWidget( QWidget *parent=0 );
59bb02e0acSNicolas Bonnefon 
60bb02e0acSNicolas Bonnefon     // Get the line number of the first line displayed.
61bb02e0acSNicolas Bonnefon     int getTopLine() const;
62bb02e0acSNicolas Bonnefon     // Get the selected text as a string (from the main window)
63bb02e0acSNicolas Bonnefon     QString getSelectedText() const;
64bb02e0acSNicolas Bonnefon 
65bb02e0acSNicolas Bonnefon     // Display the QFB at the bottom, remembering where the focus was
66bb02e0acSNicolas Bonnefon     void displayQuickFindBar( QuickFindMux::QFDirection direction );
67bb02e0acSNicolas Bonnefon 
68bb02e0acSNicolas Bonnefon     // Instructs the widget to select all the text in the window the user
69bb02e0acSNicolas Bonnefon     // is interacting with
70bb02e0acSNicolas Bonnefon     void selectAll();
71bb02e0acSNicolas Bonnefon 
72*5fa25391SNicolas Bonnefon     enum Encoding {
73*5fa25391SNicolas Bonnefon         ENCODING_AUTO = 0,
74*5fa25391SNicolas Bonnefon         ENCODING_ISO_8859_1,
75*5fa25391SNicolas Bonnefon         ENCODING_UTF8,
76*5fa25391SNicolas Bonnefon         ENCODING_MAX,
77*5fa25391SNicolas Bonnefon     };
78*5fa25391SNicolas Bonnefon 
79*5fa25391SNicolas Bonnefon     Encoding encodingSetting() const;
80*5fa25391SNicolas Bonnefon 
81*5fa25391SNicolas Bonnefon     // Get the text description of the encoding effectively used,
82*5fa25391SNicolas Bonnefon     // suitable to display to the user.
83*5fa25391SNicolas Bonnefon     QString encodingText() const;
84*5fa25391SNicolas Bonnefon 
8532e44cfdSNicolas Bonnefon   public slots:
867847299cSNicolas Bonnefon     // Stop the asynchoronous loading of the file if one is in progress
877847299cSNicolas Bonnefon     // The file is identified by the view attached to it.
887847299cSNicolas Bonnefon     void stopLoading();
8932e44cfdSNicolas Bonnefon     // Reload the displayed file
9032e44cfdSNicolas Bonnefon     void reload();
91*5fa25391SNicolas Bonnefon     // Set the encoding
92*5fa25391SNicolas Bonnefon     void setEncoding( Encoding encoding );
9332e44cfdSNicolas Bonnefon 
94bb02e0acSNicolas Bonnefon   protected:
95f0708ca8SNicolas Bonnefon     // Implementation of the ViewInterface functions
96039481acSNicolas Bonnefon     virtual void doSetData(
97039481acSNicolas Bonnefon             std::shared_ptr<LogData> log_data,
98039481acSNicolas Bonnefon             std::shared_ptr<LogFilteredData> filtered_data );
99b423cd88SNicolas Bonnefon     virtual void doSetQuickFindPattern(
100b423cd88SNicolas Bonnefon             std::shared_ptr<QuickFindPattern> qfp );
1011b5e406eSNicolas Bonnefon     virtual void doSetSavedSearches(
1021b5e406eSNicolas Bonnefon             std::shared_ptr<SavedSearches> saved_searches );
103a44d09bcSNicolas Bonnefon     virtual void doSetViewContext( const char* view_context );
104a44d09bcSNicolas Bonnefon     virtual std::shared_ptr<const ViewContextInterface>
105a44d09bcSNicolas Bonnefon         doGetViewContext( void ) const;
106f0708ca8SNicolas Bonnefon 
107b423cd88SNicolas Bonnefon     // Implementation of the mux selector interface
108b423cd88SNicolas Bonnefon     // (for dispatching QuickFind to the right widget)
109b423cd88SNicolas Bonnefon     virtual SearchableWidgetInterface* doGetActiveSearchable() const;
110b423cd88SNicolas Bonnefon     virtual std::vector<QObject*> doGetAllSearchables() const;
111b423cd88SNicolas Bonnefon 
1129cacd6a9SNicolas Bonnefon     // Implementation of the MuxableDocumentInterface
1139cacd6a9SNicolas Bonnefon     virtual void doSendAllStateSignals();
1149cacd6a9SNicolas Bonnefon 
115bb02e0acSNicolas Bonnefon   signals:
116bb02e0acSNicolas Bonnefon     // Sent to signal the client load has progressed,
117bb02e0acSNicolas Bonnefon     // passing the completion percentage.
118bb02e0acSNicolas Bonnefon     void loadingProgressed( int progress );
119bb02e0acSNicolas Bonnefon     // Sent to the client when the loading has finished
120bb02e0acSNicolas Bonnefon     // weither succesfull or not.
121812146a8SNicolas Bonnefon     void loadingFinished( LoadingStatus status );
122bb02e0acSNicolas Bonnefon     // Sent when follow mode is enabled/disabled
123bb02e0acSNicolas Bonnefon     void followSet( bool checked );
124b297d2f4SNicolas Bonnefon     // Sent up to the MainWindow to enable/disable the follow mode
125b297d2f4SNicolas Bonnefon     void followModeChanged( bool follow );
126bb02e0acSNicolas Bonnefon     // Sent up when the current line number is updated
127bb02e0acSNicolas Bonnefon     void updateLineNumber( int line );
128bb02e0acSNicolas Bonnefon 
129f688be2eSNicolas Bonnefon     // "auto-refresh" check has been changed
130f688be2eSNicolas Bonnefon     void searchRefreshChanged( int state );
131f688be2eSNicolas Bonnefon     // "ignore case" check has been changed
132f688be2eSNicolas Bonnefon     void ignoreCaseChanged( int state );
133f688be2eSNicolas Bonnefon 
13445ef183cSNicolas Bonnefon     // Sent when the data status (whether new not seen data are
13545ef183cSNicolas Bonnefon     // available) has changed
13645ef183cSNicolas Bonnefon     void dataStatusChanged( DataStatus status );
13745ef183cSNicolas Bonnefon 
138bb02e0acSNicolas Bonnefon   private slots:
139bb02e0acSNicolas Bonnefon     // Instructs the widget to start a search using the current search line.
140bb02e0acSNicolas Bonnefon     void startNewSearch();
141bb02e0acSNicolas Bonnefon     // Stop the currently ongoing search (if one exists)
142bb02e0acSNicolas Bonnefon     void stopSearch();
143bb02e0acSNicolas Bonnefon     // Instructs the widget to reconfigure itself because Config() has changed.
144bb02e0acSNicolas Bonnefon     void applyConfiguration();
1458570d8d2SNicolas Bonnefon     // QuickFind is being entered, save the focus for incremental qf.
1468570d8d2SNicolas Bonnefon     void enteringQuickFind();
1478570d8d2SNicolas Bonnefon     // QuickFind is being closed.
1488570d8d2SNicolas Bonnefon     void exitingQuickFind();
149bb02e0acSNicolas Bonnefon     // Called when new data must be displayed in the filtered window.
150bb02e0acSNicolas Bonnefon     void updateFilteredView( int nbMatches, int progress );
151bb02e0acSNicolas Bonnefon     // Called when a new line has been selected in the filtered view,
152bb02e0acSNicolas Bonnefon     // to instruct the main view to jump to the matching line.
153bb02e0acSNicolas Bonnefon     void jumpToMatchingLine( int filteredLineNb );
1549cacd6a9SNicolas Bonnefon     // Called when the main view is on a new line number
1559cacd6a9SNicolas Bonnefon     void updateLineNumberHandler( int line );
156bb02e0acSNicolas Bonnefon     // Mark a line that has been clicked on the main (top) view.
157bb02e0acSNicolas Bonnefon     void markLineFromMain( qint64 line );
158bb02e0acSNicolas Bonnefon     // Mark a line that has been clicked on the filtered (bottom) view.
159bb02e0acSNicolas Bonnefon     void markLineFromFiltered( qint64 line );
160bb02e0acSNicolas Bonnefon 
161812146a8SNicolas Bonnefon     void loadingFinishedHandler( LoadingStatus status );
162bb02e0acSNicolas Bonnefon     // Manages the info lines to inform the user the file has changed.
163bb02e0acSNicolas Bonnefon     void fileChangedHandler( LogData::MonitoredFileStatus );
164bb02e0acSNicolas Bonnefon 
165bb02e0acSNicolas Bonnefon     void searchForward();
166bb02e0acSNicolas Bonnefon     void searchBackward();
167bb02e0acSNicolas Bonnefon 
168bb02e0acSNicolas Bonnefon     // Called when the checkbox for search auto-refresh is changed
169bb02e0acSNicolas Bonnefon     void searchRefreshChangedHandler( int state );
170bb02e0acSNicolas Bonnefon 
171bb02e0acSNicolas Bonnefon     // Called when the text on the search line is modified
172bb02e0acSNicolas Bonnefon     void searchTextChangeHandler();
173bb02e0acSNicolas Bonnefon 
174bb02e0acSNicolas Bonnefon     // Called when the user change the visibility combobox
175bb02e0acSNicolas Bonnefon     void changeFilteredViewVisibility( int index );
176bb02e0acSNicolas Bonnefon 
177bb02e0acSNicolas Bonnefon     // Called when the user add the string to the search
178bb02e0acSNicolas Bonnefon     void addToSearch( const QString& string );
179bb02e0acSNicolas Bonnefon 
180bb02e0acSNicolas Bonnefon     // Called when a match is hovered on in the filtered view
181bb02e0acSNicolas Bonnefon     void mouseHoveredOverMatch( qint64 line );
182bb02e0acSNicolas Bonnefon 
18345ef183cSNicolas Bonnefon     // Called when there was activity in the views
18445ef183cSNicolas Bonnefon     void activityDetected();
18545ef183cSNicolas Bonnefon 
186bb02e0acSNicolas Bonnefon   private:
187bb02e0acSNicolas Bonnefon     // State machine holding the state of the search, used to allow/disallow
188bb02e0acSNicolas Bonnefon     // auto-refresh and inform the user via the info line.
189bb02e0acSNicolas Bonnefon     class SearchState {
190bb02e0acSNicolas Bonnefon       public:
191bb02e0acSNicolas Bonnefon         enum State {
192bb02e0acSNicolas Bonnefon             NoSearch,
193bb02e0acSNicolas Bonnefon             Static,
194bb02e0acSNicolas Bonnefon             Autorefreshing,
195bb02e0acSNicolas Bonnefon             FileTruncated,
19659d4e393SNicolas Bonnefon             TruncatedAutorefreshing,
197bb02e0acSNicolas Bonnefon         };
198bb02e0acSNicolas Bonnefon 
199bb02e0acSNicolas Bonnefon         SearchState() { state_ = NoSearch; autoRefreshRequested_ = false; }
200bb02e0acSNicolas Bonnefon 
201bb02e0acSNicolas Bonnefon         // Reset the state (no search active)
202bb02e0acSNicolas Bonnefon         void resetState();
203bb02e0acSNicolas Bonnefon         // The user changed auto-refresh request
204bb02e0acSNicolas Bonnefon         void setAutorefresh( bool refresh );
205bb02e0acSNicolas Bonnefon         // The file has been truncated (stops auto-refresh)
206bb02e0acSNicolas Bonnefon         void truncateFile();
207bb02e0acSNicolas Bonnefon         // The expression has been changed (stops auto-refresh)
208bb02e0acSNicolas Bonnefon         void changeExpression();
209bb02e0acSNicolas Bonnefon         // The search has been stopped (stops auto-refresh)
210bb02e0acSNicolas Bonnefon         void stopSearch();
211bb02e0acSNicolas Bonnefon         // The search has been started (enable auto-refresh)
212bb02e0acSNicolas Bonnefon         void startSearch();
213bb02e0acSNicolas Bonnefon 
214bb02e0acSNicolas Bonnefon         // Get the state in order to display the proper message
215bb02e0acSNicolas Bonnefon         State getState() const { return state_; }
216bb02e0acSNicolas Bonnefon         // Is auto-refresh allowed
217bb02e0acSNicolas Bonnefon         bool isAutorefreshAllowed() const
21859d4e393SNicolas Bonnefon         { return ( state_ == Autorefreshing || state_ == TruncatedAutorefreshing ); }
21959d4e393SNicolas Bonnefon         bool isFileTruncated() const
22059d4e393SNicolas Bonnefon         { return ( state_ == FileTruncated || state_ == TruncatedAutorefreshing ); }
221bb02e0acSNicolas Bonnefon 
222bb02e0acSNicolas Bonnefon       private:
223bb02e0acSNicolas Bonnefon         State state_;
224bb02e0acSNicolas Bonnefon         bool autoRefreshRequested_;
225bb02e0acSNicolas Bonnefon     };
226bb02e0acSNicolas Bonnefon 
227bb02e0acSNicolas Bonnefon     // Private functions
228039481acSNicolas Bonnefon     void setup();
229bb02e0acSNicolas Bonnefon     void replaceCurrentSearch( const QString& searchText );
230bb02e0acSNicolas Bonnefon     void updateSearchCombo();
231bb02e0acSNicolas Bonnefon     AbstractLogView* activeView() const;
232bb02e0acSNicolas Bonnefon     void printSearchInfoMessage( int nbMatches = 0 );
23345ef183cSNicolas Bonnefon     void changeDataStatus( DataStatus status );
234*5fa25391SNicolas Bonnefon     void updateEncoding();
235bb02e0acSNicolas Bonnefon 
236bb02e0acSNicolas Bonnefon     // Palette for error notification (yellow background)
237bb02e0acSNicolas Bonnefon     static const QPalette errorPalette;
238bb02e0acSNicolas Bonnefon 
239bb02e0acSNicolas Bonnefon     LogMainView*    logMainView;
240bb02e0acSNicolas Bonnefon     QWidget*        bottomWindow;
241bb02e0acSNicolas Bonnefon     QLabel*         searchLabel;
242bb02e0acSNicolas Bonnefon     QComboBox*      searchLineEdit;
243bb02e0acSNicolas Bonnefon     QToolButton*    searchButton;
244bb02e0acSNicolas Bonnefon     QToolButton*    stopButton;
245bb02e0acSNicolas Bonnefon     FilteredView*   filteredView;
246bb02e0acSNicolas Bonnefon     QComboBox*      visibilityBox;
247bb02e0acSNicolas Bonnefon     InfoLine*       searchInfoLine;
248bb02e0acSNicolas Bonnefon     QCheckBox*      ignoreCaseCheck;
249bb02e0acSNicolas Bonnefon     QCheckBox*      searchRefreshCheck;
250bb02e0acSNicolas Bonnefon     OverviewWidget* overviewWidget_;
251bb02e0acSNicolas Bonnefon 
252bb02e0acSNicolas Bonnefon     QVBoxLayout*    bottomMainLayout;
253bb02e0acSNicolas Bonnefon     QHBoxLayout*    searchLineLayout;
254bb02e0acSNicolas Bonnefon     QHBoxLayout*    searchInfoLineLayout;
255bb02e0acSNicolas Bonnefon 
256bb02e0acSNicolas Bonnefon     // Default palette to be remembered
257bb02e0acSNicolas Bonnefon     QPalette        searchInfoLineDefaultPalette;
258bb02e0acSNicolas Bonnefon 
2591b5e406eSNicolas Bonnefon     std::shared_ptr<SavedSearches> savedSearches_;
260bb02e0acSNicolas Bonnefon 
261b423cd88SNicolas Bonnefon     // Reference to the QuickFind Pattern (not owned)
262b423cd88SNicolas Bonnefon     std::shared_ptr<QuickFindPattern> quickFindPattern_;
263bb02e0acSNicolas Bonnefon 
264bb02e0acSNicolas Bonnefon     LogData*        logData_;
265bb02e0acSNicolas Bonnefon     LogFilteredData* logFilteredData_;
266bb02e0acSNicolas Bonnefon 
267bb02e0acSNicolas Bonnefon     qint64          logFileSize_;
268bb02e0acSNicolas Bonnefon 
269bb02e0acSNicolas Bonnefon     QWidget*        qfSavedFocus_;
270bb02e0acSNicolas Bonnefon 
271bb02e0acSNicolas Bonnefon     // Search state (for auto-refresh and truncation)
272bb02e0acSNicolas Bonnefon     SearchState     searchState_;
273bb02e0acSNicolas Bonnefon 
274bb02e0acSNicolas Bonnefon     // Matches overview
2750f9fd9edSNicolas Bonnefon     Overview        overview_;
276bb02e0acSNicolas Bonnefon 
277bb02e0acSNicolas Bonnefon     // Model for the visibility selector
278bb02e0acSNicolas Bonnefon     QStandardItemModel* visibilityModel_;
2799cacd6a9SNicolas Bonnefon 
2809cacd6a9SNicolas Bonnefon     // Last main line number received
2819cacd6a9SNicolas Bonnefon     qint64 currentLineNumber_;
28260864ff5SNicolas Bonnefon 
28360864ff5SNicolas Bonnefon     // Are we loading something?
28460864ff5SNicolas Bonnefon     // Set to false when we receive a completion message from the LogData
28560864ff5SNicolas Bonnefon     bool            loadingInProgress_;
28645ef183cSNicolas Bonnefon 
28745ef183cSNicolas Bonnefon     // Is it not the first time we are loading something?
28845ef183cSNicolas Bonnefon     bool            firstLoadDone_;
28945ef183cSNicolas Bonnefon 
2907999f43eSNicolas Bonnefon     // Current number of matches
2917999f43eSNicolas Bonnefon     int             nbMatches_;
2927999f43eSNicolas Bonnefon 
29345ef183cSNicolas Bonnefon     // the current dataStatus (whether we have new, not seen, data)
29445ef183cSNicolas Bonnefon     DataStatus      dataStatus_;
295*5fa25391SNicolas Bonnefon 
296*5fa25391SNicolas Bonnefon     // Current encoding setting;
297*5fa25391SNicolas Bonnefon     Encoding        encodingSetting_ = ENCODING_AUTO;
298*5fa25391SNicolas Bonnefon     QString         encoding_text_;
299bb02e0acSNicolas Bonnefon };
300bb02e0acSNicolas Bonnefon 
301bb02e0acSNicolas Bonnefon #endif
302