aboutsummaryrefslogtreecommitdiff
path: root/src/QR-Code-scanner
Commit message (Collapse)AuthorAgeFilesLines
* QR: skip QImage padding when filling quirc bufferselsta2026-05-261-5/+9
| | | | also update quirc submodule
* Update year in Cypyrightinson12024-01-276-6/+6
|
* Transfer: implement 'Grab QR code from screen' functionalityxiphon2021-01-112-0/+56
|
* QR-Code-scanner: integrate QUIRC library, implement QrDecoder, drop ZBarxiphon2020-12-237-66/+123
|
* Merge pull request #3027luigi11112020-07-291-6/+5
|\ | | | | | | 0db4c36 QrScanThread: fix Qt 5.15 compability (selsta)
| * QrScanThread: fix Qt 5.15 compabilityselsta2020-07-291-6/+5
| |
* | QrCodeScanner: use parse_uri_to_object to parse scanned codesxiphon2020-07-162-34/+2
|/
* WalletManager: displayAmount should be staticxiphon2020-07-141-1/+1
|
* QrScanThread: use sizeInBytes to fix warningselsta2020-04-161-0/+4
|
* Migrate build system to cmakeTheCharlatan2019-11-271-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The content in this commit is not split in order to preserve working compilation. Once this is added to master, the old build script will no longer work and all existing build toolings will require changes. Monero's cmake directory's files need to be copied to this project's cmake directory in order for the linking and function definitions to work correctly. Monero-gui has its own version check and generate file in order to not conflict with monero's destination version files. Most of the source files that are currently in monero-gui's root directory are now moved to subdirectories. This is done to preserve compilation order properly and to give some content structure. The original CMakeList file included all headers it found in subdirectories. Make sure that they are set manually to evade linking errors. The current build script always checks out latest master of the monero submodule. The submodule rules in the current CMakeLists.txt file do not enforce. An override to compile master nevertheless can still be given with `-D DEV_MODE`. To enable the linux X11 xcb linking the libraries had to be hardcoded. There does not seem to be good support for this in pkgconfig, or in existing cmake checks.
* Add copyright headersmmbyday2019-05-014-4/+4
|
* Update copyright for 2018xmr-eric2018-01-084-4/+4
|
* QrCodeScanner: parse extra parametersJaquee2017-11-014-6/+28
|
* Make QtMultimedia dependency optionalMoroccanMalinois2017-03-272-8/+0
|
* add qrcode scannerMoroccanMalinois2017-01-314-0/+388