1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-19 14:51:00 +00:00
serenity/Applications/FileManager
Andreas Kling 812dc1e9ea FileManager: Add a very naive thumbnail generation thread.
This is pretty rickety since we don't have any synchronization primitives.
2019-03-24 03:00:08 +01:00
..
.gitignore Move apps into a top-level Applications/ directory. 2019-02-10 08:35:01 +01:00
DirectoryModel.cpp FileManager: Add a very naive thumbnail generation thread. 2019-03-24 03:00:08 +01:00
DirectoryModel.h FileManager: Add a very naive thumbnail generation thread. 2019-03-24 03:00:08 +01:00
DirectoryTableView.cpp FileManager: Make sure the status bar callback is hooked up. 2019-03-23 03:56:33 +01:00
DirectoryTableView.h LibGUI: Add a GItemView class. 2019-03-23 03:54:45 +01:00
main.cpp LibGUI: Add a GItemView class. 2019-03-23 03:54:45 +01:00
Makefile LibGUI: Rename GTableModel => GModel. 2019-03-23 01:42:49 +01:00