diff options
| author | Felix Ernst <[email protected]> | 2022-07-07 10:41:39 +0000 |
|---|---|---|
| committer | Felix Ernst <[email protected]> | 2022-07-07 10:41:39 +0000 |
| commit | c288a48fdc591bf047e2d66f089bde557d948657 (patch) | |
| tree | aad39e6cdb9e041fe9ba41fc6ddf8553c92eaadf /src/dolphinmainwindow.h | |
| parent | 74ae8478acd0da7619dd5a0f969aa3f479074413 (diff) | |
Add two autotests
- The first test makes sure that the width of the places panel
doesn't change no matter what other panels are shown or hidden.
There used to be bugs about this.
- The second test is kind of an integration test. It makes sure
that the go actions work correctly. On two occasions we had
the regression here that after going "Up" in the file system
hierarchy the folder one emerged from didn't have keyboard
focus which makes peeking into multiple folders tiresome.
The test also makes sure that going back and forward works
as expected and there are some sanity checks about which
go actions are enabled, which items are selected and that
using tabs doesn't interfere with any of that.
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index e26bf50dd..b86b6b4f3 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -710,6 +710,7 @@ private: QMenu m_searchTools; KFileItemActions m_fileItemActions; + friend class DolphinMainWindowTest; }; inline DolphinViewContainer* DolphinMainWindow::activeViewContainer() const |
