| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-11-21 | Modernize: Use nullptr everywhere | Kevin Funk | |
| 2016-12-03 | Fix viewpropertiestest when GlobalViewProps is true | Elvis Angelaccio | |
| The test was not saving its changes to the global settings, so it was passing on the CI only because the default value of GlobalViewProps is already false. If GlobalViewProps was set to true instead, testAutoSave() would fail because save() was not called and GlobalViewProps was not | |||
| 2015-02-26 | Use QT_GUILESS_MAIN | Heiko Becker | |
| REVIEW: 122730 | |||
| 2014-12-18 | Ported tests away from KRandomSequence, QTest::kWaitForSignal and KTempDir. | Emmanuel Pescosta | |
| All tests passed! | |||
| 2014-10-18 | Fix includes | Montel Laurent | |
| 2014-10-18 | Port test to qt5 | Montel Laurent | |
| 2012-05-18 | Don't create a .directory-file for each directory | Peter Penz | |
| This regression has been introduced on master and has not been released yet: Due to the changed properties-format an update has been done which resulted in writing a .directory file into each newly entered directory. The patch updates the view-properties and version only in the constructor so that it is assured that reading properties never accidently will change the internal version. A unit-test has been added to catch regressions like this in future. BUG: 300240 FIXED-IN: 4.9.0 | |||
