Search found 310 matches

by plgarcia
Tue Aug 14, 2018 7:43 am
Forum: Open discussion
Topic: PR #1452 : Gui improvement : Drags and drops in tree view.
Replies: 28
Views: 4622

Re: PR #1452 : Gui improvement : Drags and drops in tree view.

Hi all, I had a deeper look at the PR and the basic idea is fine and the attempts to fix current inconsistencies. There are small issues, like, code of adding intermediate compound does not belong to the core, so it should be handled elsewhere. BTW, my creation of Link is perfect for sharing object...
by plgarcia
Sat Aug 11, 2018 10:27 am
Forum: Open discussion
Topic: PR #1452 : Gui improvement : Drags and drops in tree view.
Replies: 28
Views: 4622

Re: PR #1452 : Gui improvement : Drags and drops in tree view.

I always rebase on upstream master, what generally suffices when no conflict. This time I have had to solve the conflicts. When done I push on the right branch for the pull request (origin/GUIImprovement for this change). This triggers the different compilations and test done by travis and appveyor....
by plgarcia
Fri Aug 10, 2018 3:16 pm
Forum: Open discussion
Topic: PR #1452 : Gui improvement : Drags and drops in tree view.
Replies: 28
Views: 4622

Re: PR #1452 : Gui improvement : Drags and drops in tree view.

I merged and solved conflicts.
Regards
Pascal Garcia
by plgarcia
Mon Jul 09, 2018 1:23 pm
Forum: Open discussion
Topic: PR #1452 : Gui improvement : Drags and drops in tree view.
Replies: 28
Views: 4622

Re: PR #1452 : Gui improvement : Drags and drops in tree view.

Hello, Sorry it is not complex, it concerns the knowledge of Qt. It is not wide either. Furthermore, I take the time to understand how the software works and I document and explain all what I am doing what almost nobody else does. I do not understand, and I simply have the impression I loose time an...
by plgarcia
Wed Jun 20, 2018 7:38 am
Forum: Open discussion
Topic: PR #1452 : Gui improvement : Drags and drops in tree view.
Replies: 28
Views: 4622

Re: PR #1452 : Gui improvement : Drags and drops in tree view.

Hello folks! With the last videos, I brought the proof there has been an attempt to implement drags and drops in FreeCAD tree views, and that this function have bugs that conduct to introduce inconsistencies in documents. I propose an implementation that solves these problems and extends functionali...
by plgarcia
Wed Jun 13, 2018 4:33 am
Forum: Open discussion
Topic: Colors of composed parts lost when updating (changing placement, recompute, ...) [PR 1296]
Replies: 21
Views: 4575

Re: Colors of composed parts lost when updating (changing placement, recompute, ...) [PR 1296]

During development, some problems raised that need transformation of the core. It happens that in many situation calculations are done twice when a change occurs. To evaluate colors the history is needed but not stored. But history is evaluated during the execution of the operation on composed parts...
by plgarcia
Sun Jun 10, 2018 10:21 pm
Forum: Open discussion
Topic: PR #1452 : Gui improvement : Drags and drops in tree view.
Replies: 28
Views: 4622

Re: PR #1452 : Gui improvement : Drags and drops in tree view.

Hello, I have changed the code to prepare further organizations of the code. I have also produced 2 new videos to explain the problems in present development, ad to present the new behavior. Somme errors in the present version, and the new proposed behavior. https://drive.google.com/open?id=1ZmaVTeY...
by plgarcia
Thu Jun 07, 2018 10:40 pm
Forum: Open discussion
Topic: PR #1452 : Gui improvement : Drags and drops in tree view.
Replies: 28
Views: 4622

Re: PR #1452 : Gui improvement : Drags and drops in tree view.

If you are a Windows user, think it as the shortcut, for Linux, is works like symlink. Yes I am a Windows user because I am working in a 20000 people firm that made the realistic choice to provide Windows on the desktop for its staff, and one must admit that Windows was more stable, and more hardwa...
by plgarcia
Wed Jun 06, 2018 7:59 pm
Forum: Open discussion
Topic: PR #1452 : Gui improvement : Drags and drops in tree view.
Replies: 28
Views: 4622

Re: PR #1452 : Gui improvement : Drags and drops in tree view.

Hello Thank you for this information. It is best suited as a context menu action in Part workbench if you want to use compound. However, IMO a draft clone is better suited for the job. And if my changes are accepted, Link is the ultimate solution, which I do have a command implemented as context men...
by plgarcia
Wed Jun 06, 2018 6:12 am
Forum: Open discussion
Topic: PR #1452 : Gui improvement : Drags and drops in tree view.
Replies: 28
Views: 4622

Re: PR #1452 : Gui improvement : Drags and drops in tree view.

Hello ... There are small issues, like, code of adding intermediate compound does not belong to the core, so it should be handled elsewhere. ... Where do you think it should be implemented? Could you please give me more informations on all issues. I will correct them when appliccable. Regards Pascal...