mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 17:07:47 +00:00
LibGUI+Calendar: Add new month and year views to Calendar
And overhaul resize and paint events to fix layout edge cases in which Calendar wasn't filling its parent widget completely. Ensures month views always display prior month days for click navigation. Converts Calendar app layout to GML.
This commit is contained in:
parent
effb426757
commit
4465b37897
6 changed files with 865 additions and 420 deletions
|
@ -1,5 +1,8 @@
|
|||
compile_gml(CalendarWindow.gml CalendarWindowGML.h calendar_window_gml)
|
||||
|
||||
set(SOURCES
|
||||
AddEventDialog.cpp
|
||||
CalendarWindowGML.h
|
||||
main.cpp
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue