Lenny Maiorani
160bda7228
Applications: Use default constructors/destructors
...
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules
"The compiler is more likely to get the default semantics right and
you cannot implement these functions better than the compiler."
2022-02-14 22:06:55 +00:00
thankyouverycool
5d09f4abce
Welcome: Save startup preference to user's SystemServer session
...
Off by default.
2021-10-18 15:55:11 +02:00
thankyouverycool
02121336b4
Welcome: Make license headers uniform
2021-09-02 00:39:12 +02:00
Brian Gianforcaro
1682f0b760
Everything: Move to SPDX license identifiers in all files.
...
SPDX License Identifiers are a more compact / standardized
way of representing file license information.
See: https://spdx.dev/resources/use/#identifiers
This was done with the `ambr` search and replace tool.
ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt *
2021-04-22 11:22:27 +02:00
Andreas Kling
9f4e37e342
Applications: Rename Serendipity => Welcome
...
Let's stick to the theme of "the most obvious name possible"
2021-04-15 20:50:24 +02:00