summaryrefslogtreecommitdiff
path: root/src/nexusmanualkey.ui
Commit message (Collapse)AuthorAgeFilesLines
* fixed title on the manual key dialogisanae2019-06-041-1/+1
| | | | disabled disconnect and manual key buttons while fetching the api key
* renamed "revoke nexus authorization" to "disconnect from nexus" because ↵isanae2019-06-041-7/+149
| | | | | | | "revoking" is ambiguous reworked manual key dialog to look more like MO1 moved all the UI stuff from callbacks in Settings back to SettingsDialog in a central updateNexusButtons(), which also enables/disables buttons as needed
* added new dialog to enter api key manuallyisanae2019-06-031-0/+89
added button in nexus settings to open the dialog added a force flag to apiCheck() to do a check with the new key even if the login was successful before