Moritz Martinius moritz
  • Joined on 2019-10-31
moritz pushed to modernize-pipeline at moritz/ptouch-prnt 2024-05-01 09:17:04 +00:00
d3ec844c18 Let's try the wildcard again
moritz pushed to modernize-pipeline at moritz/ptouch-prnt 2024-05-01 09:13:47 +00:00
92df902fb9 Try older action version
moritz pushed to modernize-pipeline at moritz/ptouch-prnt 2024-05-01 09:09:28 +00:00
6ec53d750f Seperate artifact upload
moritz pushed to modernize-pipeline at moritz/ptouch-prnt 2024-05-01 09:00:00 +00:00
1065e38f5b Potentially fix dist path
moritz pushed to modernize-pipeline at moritz/ptouch-prnt 2024-05-01 08:56:27 +00:00
3acefc8b07 Add dist package
moritz pushed to modernize-pipeline at moritz/ptouch-prnt 2024-05-01 08:30:43 +00:00
6ce813f2b0 Touch up the output
moritz created pull request moritz/ptouch-prnt#12 2024-05-01 08:27:06 +00:00
Add version information to the act runner
moritz pushed to modernize-pipeline at moritz/ptouch-prnt 2024-05-01 08:26:44 +00:00
3c672bd936 Add version information to the act runner
moritz created branch modernize-pipeline in moritz/ptouch-prnt 2024-05-01 08:26:44 +00:00
moritz pushed to generate-text-part-one at moritz/ptouch-prnt 2024-04-28 18:49:08 +00:00
77c6b7bc7b Fix for the old dependency code in the CI
moritz pushed to generate-text-part-one at moritz/ptouch-prnt 2024-04-28 18:44:15 +00:00
f702ec5473 Small Todos for the next session, some clean up
moritz pushed to generate-text-part-one at moritz/ptouch-prnt 2024-04-28 18:02:07 +00:00
59ef4189c4 Implement Label printing interface for PrinterDriver
moritz pushed to generate-text-part-one at moritz/ptouch-prnt 2024-04-28 15:39:01 +00:00
bb7ab6239d Implement basic layouting
moritz pushed to generate-text-part-one at moritz/ptouch-prnt 2024-04-28 15:37:10 +00:00
604dcece4f Implement basic layouting
moritz closed issue moritz/ptouch-prnt#5 2024-04-20 12:04:59 +00:00
Convert PtouchPrint::getCompatiblePrinters into parameterized factory
moritz commented on issue moritz/ptouch-prnt#5 2024-04-20 12:04:59 +00:00
Convert PtouchPrint::getCompatiblePrinters into parameterized factory

basic implementation with ad0b2c91ae

moritz pushed to generate-text-part-one at moritz/ptouch-prnt 2024-04-20 12:03:56 +00:00
37ee7c10f1 c++ standard needs to be c++2a as c++20 is not possible with CI
moritz pushed to generate-text-part-one at moritz/ptouch-prnt 2024-04-20 12:01:57 +00:00
d98399949c Fix printer info issue
a47a3189d3 Fix issues after rebase
6857de7b1f commands restructured to be const vectors
5a38600e2a Got it almost working...
1163ae5745 Removing files that shouldn't have been staged
Compare 12 commits »
moritz pushed to generate-text-part-one at moritz/ptouch-prnt 2024-04-20 11:16:23 +00:00
35f768d589 commands restructured to be const vectors
4f5af6722e Got it almost working...
b2971d15dc Removing files that shouldn't have been staged
ca4cdc3fd9 Some side tracking fixing undefined behaviour and memory vulnurabilities
13a308ffa5 Rename Image class to Label
Compare 10 commits »
moritz pushed to master at moritz/ptouch-prnt 2024-04-20 11:10:32 +00:00
ad0b2c91ae Add a printer factory to simplify construction of printer drivers (#11)