| Commit message (Collapse) | Author | Age |
|
|
|
| |
in lumina-fileinfo. This reduces the minimum Qt version from 5.4 back down to about 5.2
|
|
|
|
|
|
|
|
|
| |
Qt follows symlinks in Unix when size function is used. As a result, if
you have several symlinks that points to big files, the information will
be "wrong". It's better to avoid call size on symlinks and lost several
hundred of bytes instead of get the size of the same file several times.
If needed, lstat systemcall can be used to get symlinks real size.
|
|
|
|
|
| |
Now directories displays the size correctly. In addition, number of
files and directories are displayed too.
|
|
XDGDesktop structure now, instead of using the regex's and template files like before. This also makes it easier to update later, since there are more information fields in the XDGDesktop structure than lumina-fileinfo currently handles (TryExec, Actions, ShowIn, etc).
|