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
7 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