summaryrefslogtreecommitdiff
path: root/Applications/FileManager/DirectoryTableModel.cpp
AgeCommit message (Expand)Author
2019-03-06LibGUI: GTableModel::data() should take a GModelIndex instead of int,int.Andreas Kling
2019-03-03FileManager: Canonicalize paths when opening them.Andreas Kling
2019-03-02FileManager: Show user/group names instead of UID/GID if available.Andreas Kling
2019-03-01FileManager: Allow launching processes by activating an executable file.Andreas Kling
2019-03-01FileManager: Port to GTableModel/GTableView.Andreas Kling