1
0
Fork 0
mirror of synced 2024-06-02 10:44:40 +12:00
Rare/rare
loathingKernel 400625975d Dialogs: Re-implement Launch and Login dialogs on top of a few common super-classes
To keep dialogs in a common format and allow them to share the same
properties, three classes of dialogs have been implemented inheriting from
each other.

The classes are `BaseDialog` -> `ButtonDialog` -> `ActionDialog`

* Basedialog: is the basis of all dialogs and is responsible for
rejecting close requests from the window manager and the keyboard.
It also restricts access to `exec()` and `exec_()` because they are harmful.
It serves as the basis of Launch and Login dialogs

* ButtonDialog: is offering buttons for accepting or rejecting the presented
option. It implements its own buttons and exposes abstract methods to
implement handling in them. It restricts access to `close()` because these
dialogs should always product a result.
It is the basis of Uninstall, Selective dialogs.

* ActionDialog: in addition to the ButtonDialog, it offers an action buttom
with to validate the form or to make the dialog unable to close. It serves
as the basis of Install and Move dialogs.
2023-12-24 21:08:26 +02:00
..
components Dialogs: Re-implement Launch and Login dialogs on top of a few common super-classes 2023-12-24 21:08:26 +02:00
launcher Launcher: Add Fortnite to detached processes 2023-12-10 14:22:27 +02:00
lgndr Lgndr: Don't try to anonymize 2023-12-23 13:48:21 +02:00
models RareGameBase: Add default_platform property 2023-12-16 14:02:53 +02:00
resources LoadingWidget: Use @MultisampledNight 's animation 2023-11-28 16:48:13 +02:00
shared RareCore: Temporarily disable automatic egl sync and remove UI option. 2023-12-23 13:38:29 +02:00
ui Dialogs: Re-implement Launch and Login dialogs on top of a few common super-classes 2023-12-24 21:08:26 +02:00
utils Paths: Apply the executable rename in pythonw too 2023-12-18 10:44:47 +02:00
widgets Dialogs: Re-implement Launch and Login dialogs on top of a few common super-classes 2023-12-24 21:08:26 +02:00
__init__.py Rare: Release 1.10.11 2023-12-20 11:25:29 +02:00
__main__.py Rare: Update scripts to use the new entry point 2023-12-10 14:21:36 +02:00
main.py Rare: expand LEGENDARY_CONFIG_PATH before using it. 2023-12-16 13:50:48 +02:00