Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-24Rewrite wizard from scratchFabian Müller
2022-02-16Move initialization into named constructorFabian Müller
Not only does that make using the class easier by fixing the DRY problem, but it also makes sure the dialogs look the same no matter how they are initialized. Another such named constructor will be added later for the new wizard.
2022-02-16Extract "Update URL dialog" into separate classFabian Müller
Using inheritance here instead of a factory saves some boilerplate code, and apparently it's the Qt way of life.