Page 3 of 16

Re: Alternative GUI for FreeCAD

Posted: Wed Dec 06, 2017 9:29 pm
by Kunda1
ickby wrote: Fri Jun 23, 2017 10:53 am
Kunda1 wrote: Fri Jun 23, 2017 10:13 am Could you push the rebase to your github repo?
Thats already done. It is not the newest master I rebased to, but should be trival to do it again
Also would you consider bullet pointing what would need to be done to get it working on Qt5?
Hm thats quite a lot and takes time, so I would prever to do this only if someone is willing to work on this.
Hey @ickby I created a wiki page about this idea: Ickbys_Frameless_UI
I was hoping that if you could bulletpoint it that it might inspire someone to make it happen. I know it takes some time... but it may pay off. Thoughts?

Re: Alternative GUI for FreeCAD: Overlayed Layout (Devs needed)

Posted: Sat Dec 09, 2017 3:04 am
by Joyas
Good work, but I prefer the current interface, I don't like to "have windows and things over my workspace". :cry:
It should be optional.

Re: Alternative GUI for FreeCAD

Posted: Tue Sep 25, 2018 11:37 pm
by Kunda1
ickby wrote: Fri Jun 23, 2017 10:53 am
@ickby in your layout branch there are a few places in the code that reference paths on you local machine, for example:
In src/Gui/DynamicInterfaceManager.cpp

Code: Select all

    //create the component and set the view proxy
    QDeclarativeComponent* component = new QDeclarativeComponent(m_view->engine(), 
                                    QString::fromAscii("/home/stefan/Projects/FreeCAD_sf_master/src/Gui/Qml/InterfaceProxyItem.qml"));
    QDeclarativeItem* item = qobject_cast<QDeclarativeItem*>(component->create());
we see /home/stefan/Projects/FreeCAD_sf_master/src/Gui/Qml/InterfaceProxyItem.qml

What does that need to change to to run correctly on any one else's system ?

Re: Alternative GUI for FreeCAD: Overlayed Layout (Devs needed)

Posted: Wed Sep 26, 2018 5:54 am
by bernd
moved to ux/ui

Re: Alternative GUI for FreeCAD: Overlayed Layout (Devs needed)

Posted: Wed Sep 26, 2018 6:46 am
by ickby
The fast way is to change it to the local path on your system. Otherwise, I'm not entirely sure how to handle those extra files, maybe like python files anf copy them to the freecad dirs Düring compilation... But it would be more involved to implement this correctly. I never did it as for a proof of concept this was enough.

Anyway, I don't think the code would compile anymore.

Re: Alternative GUI for FreeCAD: Overlayed Layout (Devs needed)

Posted: Tue Oct 30, 2018 8:23 pm
by Kunda1
I'm bumping this thread out of the hope that with all the influx of traffic to the site, that someone or some organization will take a stab at making this proof of concept a real thing.

You may say I'm a dreamer....but I'm not the only one
-John Lennon

Re: Alternative GUI for FreeCAD: Overlayed Layout (Devs needed)

Posted: Tue Oct 30, 2018 9:39 pm
by pablogil
Kunda1 wrote: Tue Oct 30, 2018 8:23 pm I'm bumping this thread out of the hope that with all the influx of traffic to the site, that someone or some organization will take a stab at making this proof of concept a real thing.

You may say I'm a dreamer....but I'm not the only one
-John Lennon
+1

Re: Alternative GUI for FreeCAD: Overlayed Layout (Devs needed)

Posted: Mon Nov 05, 2018 3:53 pm
by antoniovazquezblanco
Maybe a more detailed list of tasks to be implemented could be made so that this can be implemented progresively.

Re: Alternative GUI for FreeCAD: Overlayed Layout (Devs needed)

Posted: Mon Nov 05, 2018 6:15 pm
by Kunda1
antoniovazquezblanco wrote: Mon Nov 05, 2018 3:53 pm Maybe a more detailed list of tasks to be implemented could be made so that this can be implemented progresively.
https://forum.freecadweb.org/viewtopic. ... 89#p203131
@ickby will only do this if there is a serious dev that wants to implement this.

Re: Alternative GUI for FreeCAD: Overlayed Layout (Devs needed)

Posted: Fri Nov 09, 2018 9:22 am
by ickby
Yes, I can provide some guiding for anyone who wants to tackle this. But first I want to see a commitment, than I put in work.

by the way, the code is to be found here: https://github.com/ickby/FreeCAD_sf_mas ... its/layout