1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-20 13:51:00 +00:00
serenity/Applications/FileManager
Andreas Kling be604652ae LibGUI: Add GIcon::default_icon(name).
This is a convenience helper to instantiate a GIcon like so:

    auto icon = GIcon::default_icon("filetype-image");

This will give you the "filetype-image" icon in both 16x16 and 32x32 sizes.
2019-03-25 14:46:37 +01:00
..
.gitignore Move apps into a top-level Applications/ directory. 2019-02-10 08:35:01 +01:00
DirectoryModel.cpp LibGUI: Add GIcon::default_icon(name). 2019-03-25 14:46:37 +01:00
DirectoryModel.h FileManager+LibGUI: Show thumbnail generation progress in the statusbar. 2019-03-25 04:25:25 +01:00
DirectoryTableView.cpp FileManager+LibGUI: Show thumbnail generation progress in the statusbar. 2019-03-25 04:25:25 +01:00
DirectoryTableView.h FileManager+LibGUI: Show thumbnail generation progress in the statusbar. 2019-03-25 04:25:25 +01:00
main.cpp FileManager+LibGUI: Show thumbnail generation progress in the statusbar. 2019-03-25 04:25:25 +01:00
Makefile LibGUI: Rename GTableModel => GModel. 2019-03-23 01:42:49 +01:00