1
0
Fork 0
mirror of https://github.com/truh/DektopQrScanner.git synced 2025-08-03 04:23:32 +02:00
Commit graph

15 commits

Author SHA1 Message Date
Jakob Klepp
a03b67fc35
Merge pull request #2 from truh/dependabot/maven/org.boofcv-boofcv-core-0.43.1
Bump org.boofcv:boofcv-core from 0.34 to 0.43.1
2023-07-31 16:11:57 +02:00
dependabot[bot]
c3f317e897
Bump org.boofcv:boofcv-core from 0.34 to 0.43.1
Bumps [org.boofcv:boofcv-core](https://github.com/lessthanoptimal/BoofCV) from 0.34 to 0.43.1.
- [Release notes](https://github.com/lessthanoptimal/BoofCV/releases)
- [Commits](https://github.com/lessthanoptimal/BoofCV/compare/v0.34...v0.43.1)

---
updated-dependencies:
- dependency-name: org.boofcv:boofcv-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-31 14:10:33 +00:00
Jakob Klepp
e6b89a110a
Update maven.yml 2023-07-31 16:09:50 +02:00
Jakob Klepp
b4d72771ab
Merge pull request #3 from truh/create_maven.yml
Create maven.yml
2023-07-31 16:04:02 +02:00
Jakob Klepp
23cfcdc714
Create maven.yml 2023-07-31 16:02:33 +02:00
Jakob Klepp
f62d97b639
Merge pull request #1 from truh/dependabot/maven/org.jetbrains.kotlin-kotlin-stdlib-1.6.0
Bump kotlin-stdlib from 1.3.61 to 1.6.0
2022-06-22 11:42:26 +02:00
dependabot[bot]
1bc335ac8b
Bump kotlin-stdlib from 1.3.61 to 1.6.0
Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.3.61 to 1.6.0.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.0/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.61...v1.6.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-20 22:44:41 +00:00
cfee99a2fe Update Readme.md 2019-12-20 13:20:31 +01:00
da63099cc9 Add maven pom.xml 2019-12-15 13:46:53 +01:00
d67e57e574 Simplify RenderPane 2019-12-14 13:23:26 +01:00
0fc9be8e36 Move RenderPane to seperate file 2019-12-14 13:17:39 +01:00
a8cb5f70b3 Show results in gui 2019-12-14 13:10:26 +01:00
4c893f6192 Deduplicate code 2019-12-14 11:43:57 +01:00
0542b898b2 Move OverlayWindowSelectRectangle to seperate file 2019-12-14 11:28:23 +01:00
d9583f08ea Scan all qrcodes on screen 2019-12-14 00:27:31 +01:00