Search found 35 matches

by mumme
Thu Jan 17, 2019 5:45 am
Forum: Developers corner
Topic: Removing dependency on QtWebKit
Replies: 18
Views: 4651

Re: Removing dependency on QtWebKit

I rebased your branch and open a merge request: 3774 Thank you! It obviously needs more testing before merge. For instance the webkit fallback isn't really tested by me. Is it still the preferred method to open a merge bug report before all kinks are ironed out? (Still trying to learn, how to do it...
by mumme
Wed Jan 09, 2019 5:45 pm
Forum: Developers corner
Topic: Removing dependency on QtWebKit
Replies: 18
Views: 4651

Re: Removing dependency on QtWebKit

Thank you! This is very generous. I'm still crossing fingers for development to restart on your python debugger. Thanks for all your work. Thanks! Im still hoping to get to that. Although that is probably spanning a bit to much for me as a hobby programmer alone. My freetime schedule for satisfying...
by mumme
Wed Jan 09, 2019 5:25 pm
Forum: Developers corner
Topic: Removing dependency on QtWebKit
Replies: 18
Views: 4651

Re: Removing dependency on QtWebKit

Interesting. I guess best if we target this for FreeCAD 0.19 development cycle? To better understand all the pros and cons. Like what happens to FreeCAD binaries in relation to the size. Deciding if we still wan't to support "web functionality" on Qt4 builds or not ... Of course.. It does...
by mumme
Wed Jan 09, 2019 5:02 pm
Forum: Developers corner
Topic: Removing dependency on QtWebKit
Replies: 18
Views: 4651

Re: Removing dependency on QtWebKit

Hi! I found some time during christmas/new year holidays to code. :D I ported FreeCAD to QWebEngine instead of QWebkit. If you're interested its located here. https://github.com/mumme74/FreeCAD/tree/qwebengine Currently tested with qt5.12.0 on mac and on windows 10 Seems to work ok for me, but could...
by mumme
Sat Dec 29, 2018 12:17 pm
Forum: Developers corner
Topic: Release of 0.18
Replies: 780
Views: 202877

Re: Release of 0.18

Removing these lines from StartPage.py seems to fix the problem: Not for me. Are you trying this with language set to French? As I said, there is no issue if FreeCAD's language is set to English. I got it to work in swedish with this Can you please try? (must change in [builddir]/src/Mod/Start/Star...
by mumme
Sat Jul 15, 2017 9:28 pm
Forum: Developers corner
Topic: Python debugger, python editor
Replies: 25
Views: 8332

Re: Python debugger, python editor

// a callback module that proxies jedi debug info to JediInterpreter extern "C" { class JediDebugProxy : public Py::ExtensionModule<JediDebugProxy> { public: JediDebugProxy(); virtual ~JediDebugProxy(); static constexpr char *ModuleName = "_jedi_debug_proxy"; private: Py::Object...
by mumme
Wed Jul 12, 2017 7:09 pm
Forum: Developers corner
Topic: Python debugger, python editor
Replies: 25
Views: 8332

Re: Python debugger, python editor

Thanks mumme! Edit: @mumme BTW, how can we do this so that the debugger can be installed through FreeCAD-addons ? I've already opened a ticket: https://github.com/FreeCAD/FreeCAD-addons/issues/30 Well all changes is to FreeCAD Gui so it certainly wont happen without changes to FreeCAD core Debugger...
by mumme
Wed Jul 12, 2017 5:54 pm
Forum: Developers corner
Topic: Python debugger, python editor
Replies: 25
Views: 8332

Re: Python debugger, python editor

Well I realize that I been quiet some maybe to long, apologize for that. I was somewhat overworked on my daytime job as teacher.. In any case, I have now managed to find some more time during my vacation. So I have do some more changes, learning as I go. Currently I managed to rebase my brash from m...
by mumme
Wed May 17, 2017 6:37 pm
Forum: Developers corner
Topic: Python debugger, python editor
Replies: 25
Views: 8332

Re: Python debugger, python editor

Any plans for tab completion? (X-post https://forum.freecadweb.org/viewtopic.php?f=10&t=22029 ) Hi, Sorry for the late response, is currently busy with other stuff (real life commitments). Regarding tab completion, I thought about improving code completion/documentation tooltips, I haven't real...
by mumme
Mon Apr 17, 2017 7:18 pm
Forum: Developers corner
Topic: Creat C++ command for python fail
Replies: 2
Views: 3851

Re: Creat C++ command for python fail

However I always get the First Error " undefined reference to `Py::ExtensionModuleBase::module() const' " But I have no idea about how to fix the problem I don't know if it's it but I got a error like this during linking, turns out i had to include the moc file generated by the build syst...