Morph
7299356f37
applets/controller: Implement fallback applet for the SDL frontend
Implement the fallback applet for the SDL frontend, connecting only the minimum amount of players required.
6 years ago
Morph
5ce3015945
applets/controller: Implement "Explain Text"
"Explain Text" is additional text that is shown for each player in the controller applet.
6 years ago
Morph
5219615418
Project Mjölnir: Part 2 - Controller Applet
Co-authored-by: Its-Rei <kupfel@gmail.com>
6 years ago
Zach Hilman
01ff38cca8
general_frontend: Add documentation for parental controls and ecommerce applets
7 years ago
Zach Hilman
54684feffa
frontend: Add base class and default impl for ECommerce applet frontend
7 years ago
Zach Hilman
6ff9008230
web_browser: Rename OpenPage to OpenPageLocal
This is more representative of what actually occurs, as web does support remote URLs which wouldn't need a romfs callback. This paves for easy future support of this with a call like 'OpenPageRemote' or similar.
7 years ago
Zach Hilman
c96450f6e2
frontend: Add base class and default impl of parent controls applet frontend
7 years ago
Zach Hilman
851c01c45e
profile_select: Port Service::Account::UUID to Common::UUID
7 years ago
Zach Hilman
2adb226b26
web_browser: Make OpenPage non-const
7 years ago
Zach Hilman
8f8049e846
main: Add GMainWindow hooks for Error display
7 years ago
Zach Hilman
80c9e4d3ab
general_frontend: Add frontend scaffold for PhotoViewer applet
7 years ago
Zach Hilman
d9f6715d45
frontend: Add frontend receiver for Error applet
7 years ago
Zach Hilman
f7540157e4
web_browser: Make OpenPage const
7 years ago
Lioncash
a661025637
core/frontend/applets/web_browser: Make OpenPage() non-const
This is a function that definitely doesn't always have a non-modifying
behavior across all implementations, so this should be made non-const.
This gets rid of the need to mark data members as mutable to work around
the fact mutating data members needs to occur.
7 years ago
Zach Hilman
85a3368e6d
frontend: Add frontend responder for web browser
8 years ago
Zach Hilman
d17f38494b
frontend: Add frontend applet for ProfileSelect
Responsible for selecting a profile and firing callback upon completion.
8 years ago
Zach Hilman
19b2571aec
applet: Add operation completed callback
8 years ago
Zach Hilman
8b433beff3
software_keyboard: Make GetText asynchronous
a
8 years ago
Zach Hilman
7cfb29de23
am: Allow applets to push multiple and different channels of data
8 years ago
Zach Hilman
3cf7246e37
am: Implement ILibraryAppletAccessor IsCompleted and GetResult
8 years ago
Zach Hilman
fed6ab14c3
am: Implement text check software keyboard mode
Allows the game to verify and send a message to the frontend.
8 years ago
Zach Hilman
e696ed1f4d
am: Deglobalize software keyboard applet
8 years ago
Zach Hilman
a81645400f
qt/main: Register Qt Software Keyboard frontend with AM
Allows using Qt provider over default.
8 years ago
Zach Hilman
ae53b84efd
frontend/applets: Add frontend software keyboard provider and default
Default implementation will return "yuzu" for any string. GUI clients (or CLI) can implement the Frontend::SoftwareKeyboardApplet class and register an instance to provide functionality.
8 years ago