summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/FileSystemModel.h
AgeCommit message (Collapse)Author
2020-03-07LibGUI: Move Icon and FontDatabase into the GUI namespaceShannon Booth
We also clean up some old references to the old G prefixed GUI classes This also fixes a potential bug with using: C_OBJECT_ABSTRACT(GAbstractButton) instead of C_OBJECT_ABSTRACT(AbstractButton)
2020-02-14LibGUI: Port the drag&drop code to Core::MimeDataAndreas Kling
2020-02-13LibGUI: Have FileSystemModel accept url-list drags onto directoriesAndreas Kling
2020-02-11LibGUI: Use Core::DateTime in FileSystemModelAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling