#hazzy Logs

Dec 29 2019

#hazzy Calendar

06:41 AM * JT[m] uploaded an image: PyQt5 g Code Editor V4.png (73KB) < https://matrix.org/_matrix/media/r0/download/matrix.org/meniQZwRNAelxsIdKincnFmU >
08:36 AM hazzy-m: JT: that looks great!
08:43 AM Lcvette: Morning
09:03 AM jthornton: working on using the new QRegularExpression instead of the old QRegExp
10:36 AM roguish[m]: good morning. from a chilly and damp west coast.
10:59 AM jthornton: wet here too, got 1.375" rain last night
11:00 AM jthornton: now to figure out how to make the g code editor a qtpyvcp widget...
11:00 AM jthornton: but first time for a nap
11:02 AM hazzy-m: Cold and snowy here in the high desert
11:02 AM * JT[m] uploaded an image: PyQt5 g Code Editor V5.png (79KB) < https://matrix.org/_matrix/media/r0/download/matrix.org/HHooLEYSZidMQUMOpgSDbEdV >
11:02 AM hazzy-m: 16 degrees out
11:02 AM JT[m]: ok I'm using the new QRegularExpression now
11:02 AM hazzy-m: Nice!
11:03 AM hazzy-m: Is it faster?
11:03 AM JT[m]: it has much better search engine, perl like
11:03 AM JT[m]: I assume it's fast lol been testing with short file
11:06 AM JT[m]: is there a simple example of adding something to qtpyvcp and making it a widget?
11:07 AM roguish[m]: JT: hey, what's the best RPI thing to purchase? most power, etc...
11:08 AM roguish[m]: thinking I might join the party.
11:08 AM JT[m]: rpi4 w/4GB memory
11:08 AM JT[m]: get one with a fan built into the case
11:09 AM JT[m]: nap time here, all tired out from banging my head against the keyboard
11:09 AM roguish[m]: like this
11:09 AM roguish[m]: https://www.amazon.com/dp/B07VYC6S56/ref=sspa_dk_detail_0?psc=1&pd_rd_i=B07VYC6S56&pd_rd_w=PPoLO&pf_rd_p=45a72588-80f7-4414-9851-786f6c16d42b&pd_rd_wg=JT53E&pf_rd_r=2J2YQHRDJZH8AHHNEB6T&pd_rd_r=9bf21b57-d360-4b80-8eaa-bb24b5c09afe&spLa=ZW5jcnlwdGVkUXVhbGlmaWVyPUEzUEtVT0ZUTFZUSVNLJmVuY3J5cHRlZElkPUEwMzkyNzE2MkxZQlFJWTc3NE1PUCZlbmNyeXB0ZWRBZElkPUEwNDgzNDY4MkVVVFNQWExYRVpOWCZ3aWRnZXROYW1lPXNwX2RldGFpbCZhY3Rpb249Y2xpY2tSZWRpcmV
11:09 AM roguish[m]: jdCZkb05vdExvZ0NsaWNrPXRydWU=
11:09 AM roguish[m]: ??
11:47 AM JT[m]: yes
11:51 AM JT[m]: https://www.amazon.com/gp/product/B07VFCB192 I got that one it has a 32GB micro sd as well
12:00 PM roguish[m]: thanks. now return to the couch.....
12:29 PM jthornton: damn Monique woke me up pecking at the wall, I thought it was those damn woodpeckers again lol
12:29 PM Tom_itx: no rest for the wicked
12:48 PM Tom_itx is now known as Tom_L
12:59 PM jthornton: these two won't have any more generations if they don't leave
01:00 PM * jthornton just covered that wall with a tarp
01:10 PM hazzy-m: jthornton: to add a widget all you have to do is import it and add a class to the designer_plugins.py file for that widget group
01:10 PM * jthornton spins his chair around and looks
01:12 PM hazzy-m: https://github.com/kcjengr/qtpyvcp/blob/master/qtpyvcp/widgets/input_widgets/designer_plugins.py#L16
01:13 PM JT[m]: just found it
01:13 PM hazzy-m: Just add a class like this for the new editor
01:15 PM JT[m]: ok, thanks
01:16 PM JT[m]: the file size is 1/2 the old one :)
01:19 PM Not-c468: [02qtpyvcp] 07jethornton pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/JeN7E
01:19 PM Not-c468: [02qtpyvcp] 07jethornton 0378fcbfc - DOCS: add note about failed installs
01:21 PM Not-c468: [02qtpyvcp] 07KurtJacobson pushed 031 commit to 03gh-pages [+460/-0/±0] 13https://git.io/JeN7z
01:21 PM Not-c468: [02qtpyvcp] 07traviscibot 0332f3215 - Deploy kcjengr/qtpyvcp to github.com/kcjengr/qtpyvcp.git:gh-pages
01:21 PM hazzy-m: Awesome!
02:16 PM Not-c468: [02qtpyvcp] 07jethornton pushed 031 commit to 03QPlainTextEdit [+1/-0/±1] 13https://git.io/JeN51
02:16 PM Not-c468: [02qtpyvcp] 07jethornton 038efa718 - ENH: start adding the qplaintextedit g code editor
02:16 PM Not-c468: [02qtpyvcp] 07jethornton created branch 03QPlainTextEdit - 13https://git.io/fhCou
02:17 PM travis-ci: kcjengr/qtpyvcp#1215 (QPlainTextEdit - 8efa718 : John Thornton): The build passed.
02:17 PM travis-ci: Diff view : https://github.com/kcjengr/qtpyvcp/commit/8efa718c8ae5
02:17 PM travis-ci: Build details : https://travis-ci.org/kcjengr/qtpyvcp/builds/630703344
02:19 PM * JT[m] sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/AewHIiMEHTAitImHnnXlPXFP >
02:20 PM hazzy-m: Sek
02:21 PM JT[m]: super(GcodeEditor, self).init(parent)
02:21 PM JT[m]: super(gcedit, self).init()
02:21 PM JT[m]: crap I changed the name...
02:22 PM JT[m]: hmm that wasn't it either
02:24 PM Not-c468: [02qtpyvcp] 07jethornton pushed 031 commit to 03QPlainTextEdit [+0/-0/±2] 13https://git.io/JeN5b
02:24 PM Not-c468: [02qtpyvcp] 07jethornton 03269e2af - BUG: fix naming errors
02:25 PM * JT[m] uploaded an image: Screenshot at 2019-12-29 14-17-55.png (51KB) < https://matrix.org/_matrix/media/r0/download/matrix.org/bXhunkaQopzWSAdsTJkRFNlw >
02:25 PM * JT[m] takes 5 with Dave Brubeck then starts adding slots and signals :)
02:44 PM JT[m]: why do we import with from qtpy.QtCore instead of from PyQt5.QtCore import?
03:08 PM Not-c468: [02qtpyvcp] 07jethornton pushed 032 commits to 03QPlainTextEdit [+0/-0/±2] 13https://git.io/JeNFU
03:08 PM Not-c468: [02qtpyvcp] 07jethornton 03c2e1385 - add tool tip
03:08 PM Not-c468: [02qtpyvcp] 07jethornton 033a221cb - attempt to add a slot
03:35 PM Not-c468: [02qtpyvcp] 07jethornton pushed 031 commit to 03QPlainTextEdit [+0/-0/±1] 13https://git.io/JeNFH
03:35 PM Not-c468: [02qtpyvcp] 07jethornton 030d648d8 - fix read only slot
04:50 PM * JT[m] uploaded a video: gCodeEdit-01.mp4 (373KB) < https://matrix.org/_matrix/media/r0/download/matrix.org/ckCAbwKaYIMkKObOsflLVpgm >
04:51 PM Not-c468: [02qtpyvcp] 07jethornton pushed 031 commit to 03QPlainTextEdit [+0/-0/±1] 13https://git.io/JeNN9
04:51 PM Not-c468: [02qtpyvcp] 07jethornton 033500785 - ENH: add background color setting
05:50 PM Not-c468: [02qtpyvcp] 07jethornton pushed 031 commit to 03QPlainTextEdit [+0/-0/±1] 13https://git.io/JeNxv
05:50 PM Not-c468: [02qtpyvcp] 07jethornton 03caf2bce - ENH: add Turboss context menu
05:58 PM JT[m]: hmm lots of work to do with status...
05:58 PM JT[m]: time to retire for the night
06:00 PM * JT[m] uploaded a video: gCodeEdit-02.mp4 (289KB) < https://matrix.org/_matrix/media/r0/download/matrix.org/eNUTfYfOwmFCIrZKeNEOZZvT >
07:12 PM Lcvette: TurBoss r u around?