Chad Retz

Results 809 comments of Chad Retz

Ah, I bet this works with an 0 for control port because it waits for the control port file to be written. Maybe I should always use a control port...

I am afraid I have mostly abandoned this project (CEF is treated rudely by Google login and it was hard to justify maintaining it), sorry! I will try to update...

CEF gives me much more power over Chromium than anything else and works with Qt which was a requirement for me since I needed advanced widgets. Electron gives much less...

Primarily, I needed to native OS window handles to handle the Chrome windows as Qt widgets. Beyond that, you can look at the CEF headers and the Electron API to...

@terinjokes - I am OK with switching to `QCompleter` if it has all features, but I wonder what settings that uses to make the focus work that we cannot use?...

@terinjokes - I haven't investigated (and may not for a bit because I'll first have to set a WM to replicate), but you might be able to make the QListWidget...

This is for distro packaged Qt, right? I based my build on the Qt installer from their website because I always build with the latest (5.9.1 right now, installed at...

I'd accept changes to the PR that made it conditional. Either fall back to this way, use an env var (for either a boolean aying you are using system lib,...

Wouldn't want to skip `chrpath` because that's for runtime. Unless you want runtime to use system libs which is a different conversation because we wouldn't copy any of the so...

@terinjokes - Sounds good. I'm down with making locally-referenced Qt optional and instead using system Qt. How about we take the approach in this PR and just make it conditional...