summaryrefslogtreecommitdiff
path: root/Applications/Calendar/AddEventDialog.h
AgeCommit message (Collapse)Author
2020-08-22LibGUI+Calendar: Make Calendar a common widget in LibGUIthankyouverycool
Refactors the Calendar widget into LibGUI and updates the Calendar app interface. Calendar widget lets layout engine manage most of its geometry now and has a few new features like tile click navigation, hover highlighting and a togglable year/month mode.
2020-08-16LibGUI: Move GUI::Model::Role to GUI::ModelRoleAndreas Kling
This is preparation for using ModelRole in the ModelIndex API.
2020-05-21LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizingAndreas Kling
Auto-sizing of view columns is now enabled by default. This removes the last remaining need for ColumnMetadata, so this patch gets rid of it.
2020-04-10Calendar: Implement add event UIrhin123
2020-03-19Calendar: Add license headerrhin123
2020-03-18Calendar: Implement basic GUI calendar applicationrhin123