2019-02-25 22-57-08 PST | Jabier Arraiza <jabier.arraiza@marker.es> | I put a comment to tell the real places, Maine I add unnecessary visuals to code that take out focus of the problem, I sent you soon the 2 lines magic |
2019-02-22 15-41-43 PST | Jabier Arraiza <jabier.arraiza@marker.es> | Fixed!!!! you have a MR on your Inbox! |
2019-02-26 15-09-50 PST | Jabier Arraiza <jabier.arraiza@marker.es> | maybe we dont need duple it |
2019-02-26 15-15-46 PST | Jabier Arraiza <jabier.arraiza@marker.es> | currently we can relay on move |
2019-02-22 10-14-28 PST | Jabier Arraiza <jabier.arraiza@marker.es> | :) |
2019-02-26 15-10-51 PST | Jabier Arraiza <jabier.arraiza@marker.es> | I think default is move and with Ctrl or Shift is dupled |
2019-02-25 23-26-44 PST | Jabier Arraiza <jabier.arraiza@marker.es> | both in same place https://gitlab.com/Tavmjong/gtk_sandbox/merge_requests/4/diffs#ab9421dc81251e91d8153a1a0f511cb8fc936c0d_59_66 |
2019-02-22 10-14-48 PST | Jabier Arraiza <jabier.arraiza@marker.es> | I just reply on common to the question |
2019-02-26 15-09-33 PST | Jabier Arraiza <jabier.arraiza@marker.es> | or move sorry |
2019-02-23 03-47-26 PST | Jabier Arraiza <jabier.arraiza@marker.es> | Hi an unrelated cueston have you can give a this skeleton branch to give me feedbak? https://gitlab.com/inkscape/inkscape/merge_requests/549.
Thanks in advance. |
2019-02-26 15-06-07 PST | Jabier Arraiza <jabier.arraiza@marker.es> | I dont think about i see this surfing in internet and try if it works. Great to know there is a better ant tiny option |
2019-02-27 10-01-59 PST | Jabier Arraiza <jabier.arraiza@marker.es> | somethin sililar to old Painter UI http://splinet.narod.ru/tutorials/metapaint/figure01.jpeg |
2019-02-27 13-19-25 PST | Jabier Arraiza <jabier.arraiza@marker.es> | Contract |
2019-02-26 15-09-25 PST | Jabier Arraiza <jabier.arraiza@marker.es> | or copy |
2019-02-27 09-52-05 PST | Jabier Arraiza <jabier.arraiza@marker.es> | I can improve it a bit more? I want to add expanders to contact notebooks |
2019-02-26 15-15-12 PST | Jabier Arraiza <jabier.arraiza@marker.es> | Is the way they handle as far I read but maybe it not works on notebooks |
2019-02-27 09-51-07 PST | Jabier Arraiza <jabier.arraiza@marker.es> | great! |
2019-02-25 03-25-10 PST | Jabier Arraiza <jabier.arraiza@marker.es> | Hi Tav just if not notice it https://gitlab.com/Tavmjong/gtk_sandbox/merge_requests/4 |
2019-02-26 13-18-08 PST | Jabier Arraiza <jabier.arraiza@marker.es> | context->drag_finish() is recomended for any drag&drop but works without it the two necesary things are drag_dest_set changes and add vexpand or hexpand to the droping zone |
2019-02-27 10-03-38 PST | Jabier Arraiza <jabier.arraiza@marker.es> | here you see better http://img15.nnm.me/9/f/a/2/c/83edd4c45debd738477de4623ab.jpg |
2019-02-26 15-09-13 PST | Jabier Arraiza <jabier.arraiza@marker.es> | you can add two and use with modifiers to duple tab |
2019-02-22 10-12-25 PST | Tavmjong Bah <tavmjong@free.fr> | I'll be out of touch for a day or so. I leave for the US early tomorrow morning. I'm glad to see you working on the drag-and-drop stuff. |
2019-02-26 15-09-02 PST | Tavmjong Bah <tavmjong@free.fr> | I don't know if tabs are considered to be "data". |
2019-02-25 17-47-34 PST | Tavmjong Bah <tavmjong@free.fr> | It will take some time me to study what you did. Thanks for doing it! |
2019-02-27 09-50-41 PST | Tavmjong Bah <tavmjong@free.fr> | I'll demo your version at the hackfest and get feedback on the interface. |
2019-02-26 15-08-38 PST | Tavmjong Bah <tavmjong@free.fr> | I think only one value of Gdk::ACTION_COPY and Gdk::ACTION_MOVE is valid (looking at some documentation). I'm not sure it applies to dragging tabs. |
2019-02-27 09-50-21 PST | Tavmjong Bah <tavmjong@free.fr> | I narrowed the problem with the X11 backend to Gdk::ACTION_COPY. Changing it to Gdk::ACTION_MOVE makes it work on X11. Thanks for your help! |
2019-02-26 13-10-59 PST | Tavmjong Bah <tavmjong@free.fr> | I've tested your code and it seems to work well. I'm still trying to understand it though. (And I'm trying to understand my code... I can't figure out what in my code causes the drop-zone to be outlined in green under Wayland. If I understand correctly, we need to have the "context->drag_finish()" lines and the drag_dest_set() changes. Then, the rest of the code is to highlight the drop zones. I tried using CSS for the drop-zones but it doesn't seem to work (#InkMultipanedDropBox:hover). |
2019-02-26 15-04-03 PST | Tavmjong Bah <tavmjong@free.fr> | Why have you changed Gtk::DEST_DEFAULT_ALL to Gtk::DEST_DEFAULT_MOTION | Gtk::DEST_DEFAULT_DROP? This turns off the highlighting when the cursor is over the drop zone. |
2019-02-27 10-00-17 PST | Tavmjong Bah <tavmjong@free.fr> | I think it is fine now... but we should get feedback from the UX team maybe. I'm not sure what you mean by "contact notebooks". |
2019-02-26 15-04-30 PST | Tavmjong Bah <tavmjong@free.fr> | (DEST_DEFAULT_ALL is the default value) |