summaryrefslogtreecommitdiffstats
path: root/src/core/frontend/applets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* profile_select: Port Service::Account::UUID to Common::UUIDZach Hilman2019-04-252-7/+6
|
* web_browser: Make OpenPage non-constZach Hilman2019-04-172-3/+3
|
* main: Add GMainWindow hooks for Error displayZach Hilman2019-04-171-1/+1
|
* general_frontend: Add frontend scaffold for PhotoViewer appletZach Hilman2019-04-172-0/+55
|
* frontend: Add frontend receiver for Error appletZach Hilman2019-04-172-0/+71
|
* web_browser: Make OpenPage constZach Hilman2019-04-172-3/+3
|
* core/frontend/applets/web_browser: Make OpenPage() non-constLioncash2019-01-172-3/+3
| | | | | | | | 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.
* frontend: Add frontend responder for web browserZach Hilman2018-12-282-0/+52
|
* frontend: Add frontend applet for ProfileSelectZach Hilman2018-12-032-0/+46
| | | Responsible for selecting a profile and firing callback upon completion.
* applet: Add operation completed callbackZach Hilman2018-11-182-3/+7
|
* software_keyboard: Make GetText asynchronousZach Hilman2018-11-182-5/+9
| | | | a
* am: Allow applets to push multiple and different channels of dataZach Hilman2018-11-182-8/+7
|
* am: Implement ILibraryAppletAccessor IsCompleted and GetResultZach Hilman2018-11-181-0/+1
|
* am: Implement text check software keyboard modeZach Hilman2018-11-182-0/+8
| | | | Allows the game to verify and send a message to the frontend.
* am: Deglobalize software keyboard appletZach Hilman2018-11-182-31/+36
|
* qt/main: Register Qt Software Keyboard frontend with AMZach Hilman2018-11-181-0/+1
| | | | Allows using Qt provider over default.
* frontend/applets: Add frontend software keyboard provider and defaultZach Hilman2018-11-182-0/+61
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.