Fix archiveview column resize
ClosedPublic

Authored by elvisangelaccio on Nov 6 2016, 11:36 AM.

Details

Summary

ArchiveModel now uses the DoNotNotifyView behavior when listing, which means
the columnsInserted signal was never emitted and Part::adjustColumns()
never called. This slot was not necessary in the first place, we can just move
its code to the ArchiveView constructor.

Test Plan

Try to resize the Name column in the archiveview, the width now is automatically resized.

Diff Detail

Repository
R36 Ark
Branch
fix-resize
Lint
No Linters Available
Unit
No Unit Test Coverage
elvisangelaccio retitled this revision from to Fix archiveview column resize.
elvisangelaccio updated this object.
elvisangelaccio edited the test plan for this revision. (Show Details)
elvisangelaccio added a reviewer: rthomsen.
Restricted Application added a project: Ark. · View Herald TranscriptNov 6 2016, 11:36 AM
Restricted Application added a subscriber: kde-utils-devel. · View Herald Transcript
rthomsen accepted this revision.Nov 8 2016, 6:28 PM
rthomsen edited edge metadata.

Ship it! :)

This revision is now accepted and ready to land.Nov 8 2016, 6:28 PM
This revision was automatically updated to reflect the committed changes.