-
-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Settings: button "Apply" would be nice to have #16
Comments
Problem is, that settings infrastructure currently does not provide any way to tell whether currently selected options are saved and if there is some option changed. Thus, when user would hit "Apply" and then "OK", settings would be actually saved twice. So, basically, it would work, but internally it is not ideal. |
Would saving twice yield any manifest problem then? Otherwise I'd assume the advantage in practice outweighs the not so nice technical implementation. |
No, it would not produce any bugs. I will add "Apply" and tweak the underlying implementation logic in the future. |
Hi Martin, Just to add an idea how this usually works. |
@xmstspider Thanks for clarification. |
Hm, are you sure? |
Yes, at least some settings centers like KDE Settings or similar in IDEs. They ask whenever you try to close the window or change the tab. It is more dummy-proof as you won't lose the changes when accidentally clicks on different tab/item/whatever... But that's just an idea, it's up to you how do you want it ;-) |
It's true that System Settings of KDE are behaving that way. But these are a different kind of beast. So while this is certainly a matter of taste I really don't think the proposed behaviour can be called usual as far as settings dialogues of applications are concerned. |
But on Windows, on the other hand, almost no SW I saw behaves like
I would go more standard way:
|
No problem, it was just an idea :-) |
Will keep this as main feature for 3.3.3, which will be just bug fix release otherwise. |
Works as expected, thanks for implementing. Changing the language at Settings - Language doesn't get applied by hitting |
Yes the "restart warning" should popup, but maybe I missed it when transitioning the code to new approach. Will fix. |
It would be very nice if dialogue "Settings" featured the usual button "Apply". That is, a button which applies the current settings without closing the dialogue.
Button "OK" involves closing the dialogue which isn't really convenient, in particular when using RSS Guard for the first time and exploring its various options.
The text was updated successfully, but these errors were encountered: