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

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-23Moving CsvParser to format/louib
2021-07-14Optimize includes across code basepeter
2021-03-09Allow CSV import of bare TOTP secretsGuillaume Turchini
2020-09-01Improve CSV export and import capabilityJonathan White
2020-06-29Fix layout of CSV Import WidgetJonathan White
2020-05-30Clean up various parts of the UI and rearrange settingsJanek Bevendorff
2020-02-02Add braces around single line statementsJonathan White
2019-10-24Updated translation file and fixed typosJonathan White
2019-08-31Improve accessibility (#3409)Jonathan White
2018-12-20Customize buttons on MessageBox and confirm before recycling (#2376)Kyle Kneitinger
2018-11-29Restore correct formattingGianluca Recchia
2018-11-22Refactor Database and Database widgets (#2491)Janek Bevendorff
2018-10-31Reduce unnecessary copies using move semanticsGianluca Recchia
2018-10-31Reduce number of unneeded copiesGianluca Recchia
2018-10-31Reduce function call overheadGianluca Recchia
2018-10-26Replace deprecated parts of the code (#2419)Gianluca Recchia
2018-09-30Introduce synchronize merge methodJonathan White
2018-09-25Add a new database settings wizardJanek Bevendorff
2018-09-15Convert private static vars into member varsJonathan White
2018-07-09Merge pull request #1770 from pasdam/feature/useQuuidJonathan White
2018-07-09Add tab delimiter in CSV import. (#1842)Tarquin Winot
2018-07-07Replaced Uuid with QUuidpasdam
2018-03-31Formatting the code.Louis-Bertrand Varin
2018-03-13Fix weird base strings and reduce concatenationEdward Jones
2018-01-14Implement #1208: CSV Import Created and Modified DatesNick Fox
2017-11-02add test for DB creationthez3ro
2017-09-25Use the emit keyword correctlyJosef Vitu
2017-06-27Requested code changesVladimir Svyatski
2017-06-27:bug: Add proper plural processing in CSV importer (found issues during local...Vladimir Svyatski
2017-06-15Removing m_writer from CsvImportWidget.hLouis-Bertrand Varin
2017-06-14Update and fix copyright headersthez3ro
2017-04-27Apply requested changesseatedscribe
2017-04-27[CSV import GUI] add option to choose dropdown menu field names from CSVseatedscribe
2017-03-16Get rid of Q_{EMIT,SLOTS,SIGNALS}seatedscribe
2017-03-09Enhance FormatStatusText(), other minor cosmeticsseatedscribe
2017-03-07Assign uuid to newborn groupsseatedscribe
2017-03-06Better widget positions, removed futile message when no errors shows upseatedscribe
2017-03-05Better handle of parser status messages (critical/not critical)seatedscribe
2017-03-05Syntax style, spaces and pretty indentationseatedscribe
2017-03-05Implement import of databases in CSV (Comma Separated Values) format (i.e. fr...seatedscribe