Go to file
jordi fita mas fe7a9a78c6 Add Expander control to show “advanced controls” on login
I want to allow people to set all options of QSqlDatabase, that way i do
not force the ‘service=camper’ thing, and everyone can use whatever
parameters they see fit.

I plan to store these other options as Settings, because usualy this
should only be done once at setup, and then we only need to input the
username and login to enter.  For that same reason, i do not want to
show them all the time; only if the user wants to change anything.

As far as i know, neither QtWidgets nor Qt Quick Controls have anything
that works as Gtk’s Expander, so i had to create that component.  HTML
calls it <details>, Apple “disclosure control”[0], and both Microsoft
and Gtk “expander”[1, 2]. I’ve choosen Gtk name, but macOS looks.

[0]: https://developer.apple.com/design/human-interface-guidelines/
disclosure-controls
[1]: https://learn.microsoft.com/en-us/windows/apps/design/controls/
expander
[2]: https://docs.gtk.org/gtk4/class.Expander.html
2024-12-22 04:18:56 +01:00
cmd/camper Increase HTTP timeout 2024-03-05 12:05:00 +01:00
debian Include weasyprint as dependency of camper package 2024-04-28 21:47:44 +02:00
demo Add season dates for “next year” 2024-11-20 19:43:59 +01:00
deploy Add operating_dates to campsite type table 2024-07-15 23:41:47 +02:00
pkg Add operating_dates to campsite type table 2024-07-15 23:41:47 +02:00
po Fix French typo 2024-07-15 23:12:12 +02:00
revert Add operating_dates to campsite type table 2024-07-15 23:41:47 +02:00
src Add Expander control to show “advanced controls” on login 2024-12-22 04:18:56 +01:00
test Add operating_dates to campsite type table 2024-07-15 23:41:47 +02:00
verify Add operating_dates to campsite type table 2024-07-15 23:41:47 +02:00
web Change “ACSI” to “ACSI / ANWB” 2024-05-13 10:40:21 +02:00
.gitignore Add skeleton for a QML application 2024-12-14 01:19:20 +01:00
CMakeLists.txt Add a very ugly login page to test database connection 2024-12-16 12:59:19 +01:00
Makefile Send an email on notification of success payment 2024-02-13 05:20:35 +01:00
go.mod Add customer and invoices sections 2024-04-28 20:28:45 +02:00
go.sum Add customer and invoices sections 2024-04-28 20:28:45 +02:00
guix.scm Add Guix package definition 2024-01-28 18:12:38 +01:00
sqitch.conf Add empty Sqitch configuration anq plan files 2023-07-20 23:43:23 +02:00
sqitch.plan Add operating_dates to campsite type table 2024-07-15 23:41:47 +02:00