1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 17:18:11 +00:00
serenity/Applications/FileManager
Andreas Kling 8f81a3f9dd LibGUI+WindowServer: Make it possible to have checkable GActions.
They show up as checkable GButtons in GToolBar, and with (or without) check
marks in menus.

There are a bunch of places to make use of this. This patch only takes
advantage of it in the FileManager for the view type actions.
2019-04-26 21:09:56 +02:00
..
.gitignore Move apps into a top-level Applications/ directory. 2019-02-10 08:35:01 +01:00
DirectoryModel.cpp Sprinkle use of AK::Vector in various places. 2019-04-20 14:02:19 +02:00
DirectoryModel.h GModel: Add GModelIndex argument to row_count() and column_count(). 2019-03-29 03:27:03 +01:00
DirectoryView.cpp FileManager: Rename DirectoryTableView => DirectoryView. 2019-04-02 14:43:56 +02:00
DirectoryView.h FileManager: Rename DirectoryTableView => DirectoryView. 2019-04-02 14:43:56 +02:00
main.cpp LibGUI+WindowServer: Make it possible to have checkable GActions. 2019-04-26 21:09:56 +02:00
Makefile Include Makefile.common in all other Makefiles. 2019-04-21 04:09:39 +02:00