1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-21 12:17:45 +00:00
Commit graph

59 commits

Author SHA1 Message Date
c081f92d39 Rename some profile login options
Removes the weird "?" at the end of a bunch of options
2022-02-25 17:10:35 -05:00
d7398ce0fd Reorganize menu bar
Now it makes way more logical sense, there's a real "Settings" menu now.
Wine settings is relocated there, and now there's an easy way to open
the game directory in the "Tools" menu.
2022-02-24 09:28:11 -05:00
5e1fc20276 Add option to close automatically when game is launched 2022-02-24 09:10:00 -05:00
d10525a24f Add tab widget to settings dialog 2022-02-24 08:48:14 -05:00
f1f405171b Change the help text of the other options too 2022-02-24 08:44:35 -05:00
bd0f520b49 Rename ESync option to make it clearer
This also enables FSync, and Futex2 if available on your system.
2022-02-24 08:41:37 -05:00
7b96e422df Only enable the gamescope config button if it's actually enabled 2022-02-24 08:35:31 -05:00
5b8fde48ee Properly save gamescope settings when changed 2022-02-24 08:27:25 -05:00
73ef1c87e2 Move a lot of buttons in profile settings into a nice horizontal layout 2022-02-24 08:25:46 -05:00
ba5de2a3cf Use QLineEdit instead of QLabel for displaying paths 2022-02-24 08:19:48 -05:00
02301e5b0d Query installed dalamud version at startup
This also shows the dalamud version in your settings
2022-02-23 21:28:56 -05:00
efc3767134 Put dalamud options into their own group box 2022-02-23 21:22:56 -05:00
6d37590356 Remove wine info help text 2022-02-23 21:20:29 -05:00
f270cfe1ec Add a configuration menu for gamescope 2022-02-23 21:18:53 -05:00
7435bba6e8 Move the walls of wine help text to tooltips instead 2022-02-23 20:48:39 -05:00
84f341ec78 Add non-functional (for now) Steam option 2022-01-30 16:51:49 -05:00
5afca07f1e Make Watchdog an optional feature 2022-01-27 09:25:23 -05:00
redstrate
63faea21cb Add Watchdog
Helps you get through the queue with instant access to your place,
as well as giving you notifications on lobby errors and what else.

At the moment, only supported under X11 and Linux but will grow in
the future assuming the queues are still terrible.
2021-12-06 21:15:31 -05:00
redstrate
4d0ccedbb4 Add boot version info to settings 2021-12-02 15:04:28 -05:00
redstrate
34eb4b4f3c Load expansion versions on launch, and show versions in settings 2021-12-02 15:02:59 -05:00
redstrate
9bd6e9c977 Separate main launcher core and launcher window, add basic command line support 2021-11-23 15:34:23 -05:00
redstrate
047dbfc1b8 Add Dalamud injection support
* Also includes a basic asset downloader for Dalamud + NativeLauncher
2021-11-23 14:37:37 -05:00
redstrate
00b3688e24 Revert to Qt5
* Fixes theming issues for Linux desktop environments which do not have styles written for Qt6 yet.
2021-11-18 07:30:38 -05:00
redstrate
6a32d73301 Reload wine path when wine version combo changes 2021-11-10 04:30:01 -05:00
redstrate
bce85b2694 Add encrypt game argument option 2021-11-09 21:13:21 -05:00
redstrate
f6361675b0 Add guards for linux-specific wine options 2021-11-09 14:17:04 -05:00
redstrate
36220ffe7b Only enable lobby URL if using a Sapphire server 2021-11-09 13:50:32 -05:00
redstrate
516b47a541 Add delete profile button 2021-11-09 13:44:37 -05:00
redstrate
ecd43301b7 Fix up settings window layout 2021-11-09 13:38:48 -05:00
redstrate
e1d4be7aff Reread game version once profile game directory changed 2021-11-09 13:11:21 -05:00
redstrate
dfb4afb12e Make misc linux wine options functional too 2021-11-09 13:08:25 -05:00
redstrate
c88d5436f9 Make Wine custom path, prefix and combo box work again 2021-11-09 13:04:22 -05:00
redstrate
ec50af5f5f Make lobby URL field functional again 2021-11-09 12:50:37 -05:00
redstrate
b4ee5d1a4d Make custom game directory function again 2021-11-09 12:46:27 -05:00
redstrate
bb64bd5a72 Properly propagate changes in certain fields that also appear in the launcher
* Notably, server type and save username/password fields
2021-11-09 12:42:05 -05:00
redstrate
dad3a0a885 Reload launcher window on changes in the settings window
* For example, adding a new profile
2021-11-09 12:39:28 -05:00
redstrate
e5c92dfa69 Make server type combo box functional 2021-11-09 12:38:18 -05:00
redstrate
0b5d6ee182 Make remember username/password checkboxes functional again 2021-11-09 12:32:18 -05:00
redstrate
30fed295e4 Implement saving profile settings 2021-11-09 12:16:14 -05:00
redstrate
48c4bd10c4 Add setting for renaming the profile 2021-11-09 12:10:52 -05:00
redstrate
0961679427 Add profile switching functionality in settings 2021-11-09 12:06:30 -05:00
redstrate
26326d08a7 Add button to create a new profile 2021-11-09 11:44:27 -05:00
redstrate
53d0587559 Move lobby server type/url options to the new login options box 2021-11-09 11:08:08 -05:00
redstrate
93196c8845 Add a login options box 2021-11-09 11:06:42 -05:00
redstrate
1be913b97b Add stubs for new profile-specific settings 2021-11-09 11:03:44 -05:00
redstrate
3ce0e6ca95 Move wine settings box to it's own column 2021-11-09 10:54:31 -05:00
redstrate
44ce6aa252 Reorganize settings window
* Moves lobby options to the settings, along with game directory options to their own group
2021-11-09 10:50:45 -05:00
redstrate
0675461999 Add profile select widgets 2021-11-09 10:37:48 -05:00
redstrate
01881e5490 Add option to change to a custom WINE prefix 2021-11-03 06:31:02 -04:00
redstrate
f921e734ef Add option to change to a custom WINE executable 2021-11-03 06:18:31 -04:00