aboutsummaryrefslogtreecommitdiff
path: root/src/dialogs/certificatemanagementdialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Further improves localization (#191). Allows switching and setting the ↵Felix (xq) Queißner2021-05-081-0/+6
| | | | chosen localization properly.
* Unwarp tr() from QStringsKarol Kosek2021-04-161-2/+2
| | | | | | | | | | We don't need to wrap tr() with QString, because it returns QString anyway. Although it doesn't change the binary size (mostly because compilers were smart to remove that already), it helps to make the code a little bit cleaner. It's a somewhat continuation of c740189bcaa5bc6c073f8b3802303acf5ac36e47, but I thought back then it happened only there, so now I've removed it from all places.
* Implement interface translationCarmina162021-03-061-18/+20
|
* Use multi-arg overload to save memory allocationsKarol Kosek2020-12-301-1/+1
|
* Huge refacoring of the settings stuff. Provides automated migration between ↵Felix (xq) Queißner2020-06-281-11/+23
| | | | old and new configuration file stuff. Themes are now just files in a folder instead of encoded data in the config file.
* Restructures the project source and cleans up a bitFelix (xq) Queißner2020-06-221-0/+308