Simon Quigley
7ac27098cf
Don't default to C, and be somewhat reasonable about locales, to start.
1 year ago
Simon Quigley
732b5e95ce
Change the selected language on reload, and ensure Spanish translations work.
1 year ago
Aaron Rainbolt
bb0e17aa45
Don't let the user change locale once installation starts
1 year ago
Aaron Rainbolt
b372c48076
Fix theming, fix freeze when Calamares quits without reboot
1 year ago
Simon Quigley
ac7ec3a07f
Add some licensing information.
1 year ago
Simon Quigley
9aa9292f16
Disable some items when the language is being changed.
1 year ago
Simon Quigley
d402c2e8d1
Add some special-casing for different quirks in langpack names.
1 year ago
Simon Quigley
383aecd4cf
Remove debugging change
1 year ago
Simon Quigley
38a8231ae2
Add some enhanced UX around the language update.
1 year ago
Simon Quigley
38bb3a785b
Move to using KLed instead of manually specifying a unicode button.
1 year ago
Simon Quigley
24a20939a6
Add a backend for the language selection menu
...
Assuming you're running this at root, immediately when the dropdown box has a changed value, it installs the required language packs, updates the system locale, then kicks off an SDDM reboot.
This needs lots of error handling and UX to ensure the user doesn't just hold down the down arrow and crash their computer.
1 year ago
Simon Quigley
a757d52244
Correct the logic for incorrect passwords. Looks like spaghetti. 🍝
1 year ago
Aaron Rainbolt
f13034ecc2
Make the WiFi password prompt pop up again if a wrong password is input
1 year ago
Aaron Rainbolt
22819a4443
Enhance WiFi connection handler, auto-update connection status, fix layout glitch
1 year ago
Simon Quigley
7ddbe923e2
Add WiFi selection feature, just the basics. Needs lots of cleanup and UX love
1 year ago
Simon Quigley
a24a8a497b
Make those state names translatable
1 year ago
Simon Quigley
36f9a0c344
Implement different network connectivity states
1 year ago
Simon Quigley
acfd803cd4
Finish correct state transitions for WiFi status, next step is actually being able to enter a password
1 year ago
Simon Quigley
2d7fcde06a
American English is the default, write a function to handle language list generation
1 year ago
Simon Quigley
2c5bda9356
Add preliminary code for a WiFi dropdown, and a language selector dropdown.
1 year ago
Simon Quigley
215ba27500
Fix segfault on launch
1 year ago
Simon Quigley
5e616be3a4
Add Language and WiFi dropdown boxes, plus, update the background image - builds but doesn't run
1 year ago
Simon Quigley
ca33c24096
Port back to Qt 5.
...
To be consistent in app launching, port back to Qt 5. Also, bump the C++ standard to 23, well, just because, and make the installer prompt display on both monitors, instead of just one.
1 year ago
Aaron Rainbolt
b01051a243
User interface overhaul.
2 years ago
Aaron Rainbolt
6af8cc8c87
Drop to a desktop if the install fails or is canceled.
2 years ago
Aaron Rainbolt
4293c7a681
Move the lubuntu-installer script to libexec
2 years ago
Aaron Rainbolt
287dcfe606
Ignore aspect ratio when scaling background (Bug #1 )
...
Qt:KeepAspectRatio results in the background image becoming strangely
mangled. Changing to Qt::IgnoreAspectRatio results in scaling behavior
very similar to the behavior used by PCManFM-Qt by default when scaling
wallpapers, resulting in the image sometimes looking "stretched" or
"squished", but never mangled.
2 years ago
Simon Quigley
55c3f71582
Install executables to the right spots.
3 years ago
Simon Quigley
06e89e5442
Fix some issues with scaling on smaller screens.
3 years ago
Simon Quigley
bc84bc1df6
Launch Calamares on Install Lubuntu button.
3 years ago
Simon Quigley
0699c1c86a
Comments are good.
3 years ago
Simon Quigley
75d39abcfa
Make the buttons look pretty.
3 years ago
Simon Quigley
171a79b519
Quit the application when tryLubuntu is clicked.
3 years ago
Simon Quigley
6814333aba
Rename a lot from MainWindow to InstallerPrompt, getting this made into something we can actually publish.
3 years ago