summaryrefslogtreecommitdiffstats
path: root/Telegram/SourceFiles/payments/ui/payments_field.cpp
AgeCommit message (Expand)Author
2024-06-15Change InputField::font to InputField::style in styles.John Preston
2024-01-08Fix payment field values formatting.John Preston
2023-12-31Instantiate QRegularExpression instances staticallyIlya Fedin
2023-09-04Adjusted code for refactor of input fields in lib_ui.23rd
2023-08-17Use FlatLabel::textMaxWidth.John Preston
2022-04-01Moved special fields to separated folder.23rd
2022-01-26Split qt_adapters to separated files.23rd
2021-11-30Moved out getting of phone pattern groups from PhoneInput fields.23rd
2021-10-21Add Qt 6 supportIlya Fedin
2021-09-27Use base::SafeRound instead of std::round.John Preston
2021-08-30Simplified extracting of calling code from phone number.23rd
2021-08-29Moved countries to singleton.23rd
2021-08-29Moved countries from Data to Countries namespace.23rd
2021-07-13Fix -Wunused-variable warningsIlya Fedin
2021-04-19Fix money input field limit without decimal separator.John Preston
2021-04-08Add native card input support through smartglocal.John Preston
2021-04-06Add a warning once per bot on payment.John Preston
2021-04-06Always jump to next field in payments.John Preston
2021-04-06Implement a nice money input field.John Preston
2021-04-06Support adding tips in payments.John Preston
2021-04-06Add local validation for card information.John Preston
2021-04-06Add nice country choosing in payments.John Preston
2021-04-06Improve checkout information / card page design.John Preston