The source project of this merge request has been removed.
Improve size adjustment of itemlist editor
Currently multi-line file names in dolphin only display a single
line when renaming. This commit ensures multi-line filenames have
all lines displayed by calling document()->adjustSize
in
KItemListRoleEditor::autoAdjustSize
, and by calling the latter
function after setting up the editor.
To fully resolve BUG 452587, I think we need
better navigation in multi-line file names (currently up and down keys take the user to adjacent files except when in icons view)and support entering new line characters (maybe throughctrl+enter
orshift+enter
)
So right now I am only using CCBUG.
Edited by Yifan Zhu