summaryrefslogtreecommitdiff
path: root/src/libs/utils/filecrumblabel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Utils: Rename FileName to FilePathhjk2019-05-281-5/+5
| | | | | | | | More in line with QFileInfo terminonlogy which appears to be best-of-breed within Qt. Change-Id: I1d051ff1c8363ebd4ee56376451df45216c4c9ab Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Fix warning about supposed out-of-bounds accessRobert Loehning2018-01-081-1/+2
| | | | | Change-Id: I996dafc272076fe62209ebee5c44f7d9caf19302 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Improve styling of crumble path in file system viewEike Ziller2017-11-151-2/+2
| | | | | | | | | - Fix left alignment when wrapping over multiple lines. - Don't break lines before path separators - Add a separating line below Change-Id: I709fa3c6d12fa45a909ed6ca5c63cc5b877b2dc3 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* Add a bread crumb widget to file system viewEike Ziller2017-11-141-0/+75
Which allows easy navigation to any parent of the current selection. Task-number: QTCREATORBUG-19203 Change-Id: I97179a4800afd92a21bd0fa466fbfda4ac1a5846 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>