Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Gather archive data in a thread | Arno | 2013-06-01 | 1 | -3/+26 |
| | | | | | Fetching data sometimes takes a long time, so do it in a QThread and show a progress dialog. Some kludges included :) | ||||
* | Make filter work in new ArchiveView | Arno | 2013-06-01 | 1 | -0/+26 |
| | | | | | | | Filter by QRegExp, but only on the first level according to the sort order. All items are expanded when filtered. Also, remember the filter and the sort order when exiting. | ||||
* | Fix various display issues of ArchiveModel | Arno | 2013-06-01 | 1 | -3/+3 |
| | | | | | | * Show childcount * Show subtitle or part no * Resize Widget properly | ||||
* | Add view for new ArchiveModel | Arno | 2013-06-01 | 1 | -0/+50 |
Display the new ArchiveModel in an experimental tab |