Inkscape Mailman
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

Webmaster

Thread Start a new thread
Download
Threads by month
  • ----- 2025 -----
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
webmaster@lists.inkscape.org

  • 12 participants
  • 64519 discussions
[Webmaster] Rocket.Chat, 1 Users, 1 Messages, 0 Files, 1055875 Minutes, in Direct Message Between: NPJ2000 & maena99
by no-reply@chat.inkscape.org 30 Apr '21

30 Apr '21
2019-04-26 11-06-00 PDT Nathan Johansen Maybe it will help if I can see what you mean? =)
1 0
0 0
[Webmaster] Rocket.Chat, 2 Users, 16 Messages, 0 Files, 667877 Minutes, in Direct Message Between: anonym_i_ous & ede123
by no-reply@chat.inkscape.org 30 Apr '21

30 Apr '21
2020-05-03 07-10-51 PDT anonym_i_ous i can understand what u are saying, but the description itself is pretty much enough (that is, the comments dont contain much new information for ur purpose i think) 2020-01-25 08-28-39 PST anonym_i_ous I was just wondering that what does the merging means in practise? (as I dont have much real experience with these things) 2020-05-03 07-11-12 PDT anonym_i_ous not forcing or anything, just wanted to convey that only description is enough 2020-05-02 08-28-32 PDT anonym_i_ous https://gitlab.com/inkscape/inbox/-/issues/1229 2020-01-25 18-52-42 PST anonym_i_ous okay! Nice 😃 2020-05-02 08-26-52 PDT anonym_i_ous [ ](https://chat.inkscape.org/channel/team_devel?msg=8weaqtPZKiTExx4mW) if u need any tests () 2020-05-02 08-27-20 PDT anonym_i_ous I and nathan and jhofinger did quite a lot at 2020-01-25 08-30-52 PST anonym_i_ous or is there any other step involved? :thinking: 2020-01-25 08-29-31 PST anonym_i_ous like u have merged and deleted the source branch! so, if someone downloads inkscape now, will (s)he see the newer versions? 2020-01-25 08-27-45 PST anonym_i_ous hi 2020-05-02 12-45-52 PDT Patrick Thanks, I saw that issue, but I have to admit that that issue had quite wordy comments and was very lengthy overall, so I did not have time to go through it. 2020-01-25 09-05-58 PST Patrick Also there's a HTML version included on the website, which is automatically synced, see https://inkscape.org/learn/tutorials/ 2020-01-25 09-04-40 PST Patrick No, the tutorials are bundled with Inkscape (so they're static). 2020-05-02 12-46-44 PDT Patrick It's a general issue with bug reports: Less is usually more but people don't always realize that. 2020-01-25 09-04-55 PST Patrick However we'll include the updated tutorials with the next release of Inkscape 2020-05-03 13-17-05 PDT Patrick OK, I'll try to have another look at it if I can find the time.
1 0
0 0
[Webmaster] Rocket.Chat, 2 Users, 203 Messages, 7 Files, 673095 Minutes, in Direct Message Between: urbanspaceman & doctormo
by no-reply@chat.inkscape.org 30 Apr '21

30 Apr '21
2020-06-07 12-56-54 PDT Martin Owens I think 2020-06-04 10-09-35 PDT Martin Owens I mean share code as much as possible by importing from a central module if you must. But yes, split it out into 5 extensions. 2020-01-17 19-57-06 PST Martin Owens simplstyle doesn't exist any more, it's gone. 2020-09-02 06-46-53 PDT Martin Owens I see. It's not quite ready for testing with the creator. Can I get in touch with you next week? 2020-06-03 16-58-22 PDT Martin Owens Run python-black over the code, it'll auto-format it all in one go. 2020-06-08 07-57-22 PDT Martin Owens Can you point me at the code again and I will show you the fix. 2020-06-07 14-07-17 PDT Martin Owens In master you can just construct a list of items and get the bounding box. But here you'll have to do it manually. 2020-06-04 02-56-33 PDT Martin Owens Using python-gobject Gtk / glade. It's a whole process. 2020-06-07 05-45-13 PDT Martin Owens But there was a recent change because the bounding_box is not transformed. 2020-06-07 14-06-33 PDT Martin Owens You need the elem 2020-06-07 12-57-06 PDT Martin Owens The api in master has moved on a bit. 2020-06-04 06-12-38 PDT Martin Owens Yes split into 5, you will have much fewer headaches. 2020-06-08 07-57-08 PDT Martin Owens Yes, confirmed, this is the transformation on the parent group. 2020-06-04 04-44-48 PDT Martin Owens Especially if you split out the sections into their own extensions. So --panel_screw_stroke_width would just be "screw_stroke_width" in the panel extension. 2020-06-07 05-45-36 PDT Martin Owens (it is now) so for your code, you should make sure you get the transformed bounding box. 2020-06-04 02-45-13 PDT Martin Owens So where is says "vintage circle" this is really just a star right? 2020-06-04 10-46-54 PDT Martin Owens That's completely understandable. This is a separate extension so my review is only recommendation. 2020-06-08 10-12-06 PDT Martin Owens Oh right, yeah knob is now just an element, either take it as a list or take it as an element. Up to your workflow 2020-06-03 17-01-14 PDT Martin Owens I think it might be hard to split up your functions, all your code is in one method which will make it hard to maintain (or share duplicate code). 2020-06-07 19-21-52 PDT Martin Owens Sorry for the terse explainations. 2020-06-04 02-42-37 PDT Martin Owens Unless arg1 and arg2 are sodipodi attributes and I don't understand them. 2020-06-04 02-44-26 PDT Martin Owens Amplified? 2020-06-03 17-10-58 PDT Martin Owens I don't think sodipodi:arg1 and sodipodi:arg2 are real arc arguments are they? 2020-06-08 07-55-13 PDT Martin Owens ok 2020-06-03 17-03-11 PDT Martin Owens Is this five extensions rolled into one? i.e. could these be split into 5 python files each drawing a different **part**? 2020-01-17 19-59-53 PST Martin Owens Best to keep this in the extensions channel though so other people can jump in or learn from it 2020-06-04 04-44-02 PDT Martin Owens But of course reducing it's size is possible too. 2020-06-07 19-22-49 PDT Martin Owens Off the top of my head you may want this: `bbox = sum([elem.bounding_box() * elem.composed_transform() for elem in generator])` 2020-06-08 07-15-22 PDT Martin Owens I don't know why knob would be from selected, I presume this means you intend users to select knobs. 2020-01-17 19-59-31 PST Martin Owens Once you have svg in inkscape, use the xml editor to figure out what you have. Which elements have arrived and which ones haven't 2020-06-03 17-22-08 PDT Martin Owens Have a good night! 2020-06-07 05-37-00 PDT Martin Owens It sounds like you need to deal with the transformation. 2020-06-04 10-17-19 PDT Martin Owens https://gitlab.com/inkscape/extension-manager 2020-06-03 17-06-38 PDT Martin Owens This is the dictionary pattern, it can turn this: ``` if self.options.moog_panel_units == 1: #single moog_units = 53.721 elif self.options.moog_panel_units == 2: #double moog_units = 107.696 elif self.options.moog_panel_units == 4: #quad moog_units = 215.646 elif self.options.moog_panel_units == 8: #octal moog_units = 431.546 ``` into this: ```moog_units = {1: 53.721, 2: 107.696, 4: 215.646, 8: 431.546}[self.options.moog_panel_units]``` 2020-09-02 06-05-08 PDT Martin Owens freesvg extension? 2020-06-04 02-42-14 PDT Martin Owens No, for the attributes which are sodipodi attributes, those are right (although you don't have to use them as you can just say PathElement.arc(...) as documented yesterday) 2020-06-04 02-44-38 PDT Martin Owens Yes 2020-06-08 07-15-48 PDT Martin Owens And if that's the case, yes, knob = self.svg.get_selected() is wrong, as it returns a LIST of items, not a single item. 2020-09-02 06-08-16 PDT Martin Owens If not, can you link me, I'm still confused 2020-06-08 11-12-20 PDT Martin Owens Just say `if isinstance(knob, inkex.Group): for child in knob.decendants(): if child.**is color object test**: knob = child` 2020-06-03 16-56-05 PDT Martin Owens etree isn't being used you can remove that import 2020-06-04 04-43-27 PDT Martin Owens Black is like any automatic tool, you have to make a decision on it's output. 2020-06-08 07-14-58 PDT Martin Owens You have to get a list of all the elements that make up the knob. If that's just one group, or if that's a set of items. 2020-06-08 11-11-11 PDT Martin Owens You could get around that. 2020-06-07 05-47-07 PDT Martin Owens I don't understand. 2020-07-08 13-42-42 PDT Martin Owens No, likely they are using the appimage or snap. There's reports of very odd python issues with those. 2020-01-17 19-57-42 PST Martin Owens draw_oval_hole is drawing a rectangle 2020-06-04 10-47-13 PDT Martin Owens It would only be a requirement if you wanted to get your extension into the core repository (i.e. shipped with Inkscape) 2020-06-08 10-18-15 PDT Martin Owens Just turn it into a list, knob = [knob] if that's the only issue. 2020-06-03 16-57-47 PDT Martin Owens You don't have to do the argparse stuff, it's done for you. 2020-06-03 16-44-42 PDT Martin Owens I think it's private, I get 404 2020-06-04 02-45-44 PDT Martin Owens Then I understand, I was reading 'arc' by mistake. 2020-06-08 09-44-08 PDT Martin Owens Oh, `from inkex.elements import ShapeElement` 2020-06-03 17-09-13 PDT Martin Owens `draw_circle_mark` can use `PathElement.arc((cx, cy), r)` instead of manually making arcs 2020-06-04 10-21-19 PDT Martin Owens Yes, The gtk stuff is highly experimental. Others have used Tk 2020-06-08 07-09-41 PDT Martin Owens It's an xml element. 2020-06-08 10-18-36 PDT Martin Owens But decide now if users should be selecting multiple knobs or not. 2020-06-07 01-37-16 PDT Martin Owens Is it the above issue? 2020-02-04 15-22-04 PST Martin Owens I can't right now, I've got a backlog of things. But you should post it to the forums and see if you can get other people to test it, it seems like a really cool extension. 2020-06-03 17-22-03 PDT Martin Owens Ah I haven't got onto the ui yet, sorry. 2020-06-08 08-13-32 PDT Martin Owens This is untested: https://gitlab.com/Faselunare/synth-panels-designer/-/merge_requests/2 2020-09-02 06-08-05 PDT Martin Owens Hang on, your extension is called freesvg? 2020-06-04 04-43-51 PDT Martin Owens It's fine as it is. 2020-06-07 05-36-45 PDT Martin Owens :thumbsup: 2020-06-03 17-17-12 PDT Martin Owens If you have your own data, you should use a different namespace. 2020-06-03 16-49-17 PDT Martin Owens No code. Am I a guest level? 2020-06-07 05-44-45 PDT Martin Owens Should be possible with bounding_Box().center 2020-06-04 10-17-12 PDT Martin Owens Yes, you can have a look at the extension manager: 2020-06-08 07-09-45 PDT Martin Owens From the svg file. 2020-06-04 10-19-21 PDT Martin Owens No, it's planned for 1.1 2020-06-03 16-58-08 PDT Martin Owens No I think the python is actually quite good. 2020-06-03 16-57-02 PDT Martin Owens The code looks healthy. Although pylint gives a score of -1.64 out of 10. Most of that is just formatting issues. But makes it hard to see real problems (like not having underscore imported from inkex.localisation) 2020-06-08 09-49-52 PDT Martin Owens :thumbsup: 2020-06-03 17-10-09 PDT Martin Owens for `draw_knob_scale_arc_complex` do `PathElement.arc((cx, cy), r, start=start, end=end, open=True)` 2020-06-03 17-18-25 PDT Martin Owens For example you can do `synth:vintage_x` instead of `sodipodi:arg1` 2020-06-03 16-47-30 PDT Martin Owens doctormo < github 2020-06-03 16-47-38 PDT Martin Owens doctormo(a)gmail.com 2020-09-02 06-04-44 PDT Martin Owens Morning! 2020-06-04 06-12-45 PDT Martin Owens Tk is fine. 2020-06-07 12-56-48 PDT Martin Owens From an element, ask for elem.bounding_box(transform=True) 2020-06-03 16-49-47 PDT Martin Owens devel, I won't edit anything 2020-07-08 13-42-49 PDT Martin Owens Inkex is here to stay 2020-06-10 13-19-48 PDT Martin Owens Sounds good! 2020-06-04 16-32-38 PDT urbanspaceman illustrator.png (https://chat.inkscape.org/file-upload/HRcpkcSWbiQLEDjyG/illustrator.png) 2020-06-06 13-35-19 PDT urbanspaceman i need to create the scales around the selected knob (we had already talked about it) it's just a limitation that could be mistaken for a bug and cause me a lot of headaches with users 2020-06-04 16-26-18 PDT urbanspaceman spd_test2.dxf (https://chat.inkscape.org/file-upload/FE3rsqAPBNFpfpFqY/spd_test2.dxf) 2020-06-08 09-49-16 PDT urbanspaceman ok, no error now but i have to change some logic i think ```To draw a scale, you must first select the corresponding knob. Please select the knob's main color. ``` 2020-06-08 01-45-55 PDT urbanspaceman Knob? 2020-01-22 06-04-34 PST urbanspaceman old code (another old extension use this code ``` def draw_knob_arc(self, x, y, angle, offset): start_point_angle = (angle - pi)/2.0 end_point_angle = pi - start_point_angle style = { 'stroke' : '#000000', 'stroke-width' : str(self.options.linewidth), 'fill' : 'none' } ell_attribs = {'style':simplestyle.formatStyle(style), inkex.addNS('cx','sodipodi') :str(self.x_offset), inkex.addNS('cy','sodipodi') :str(self.y_offset), inkex.addNS('rx','sodipodi') :str(offset), inkex.addNS('ry','sodipodi') :str(offset), inkex.addNS('start','sodipodi') :str(end_point_angle), inkex.addNS('end','sodipodi') :str(start_point_angle), inkex.addNS('open','sodipodi') :'true', #all ellipse sectors we will draw are open inkex.addNS('type','sodipodi') :'arc', 'transform' :transform } ell = inkex.etree.SubElement(parent, inkex.addNS('path','svg'), ell_attribs ) ``` but i see in these days that there is less coe to write now 2020-02-04 15-16-53 PST urbanspaceman hi @doctormo do you want to test my extension? 2020-06-04 10-11-02 PDT urbanspaceman :-O I should rethink everything ... question: do you have an extension to recommend that is made with gtk? I want to see the code 2020-06-03 17-03-46 PDT urbanspaceman yes, is possible panels, knobs, knob scales, sliders, slider scales 2020-01-17 15-18-03 PST urbanspaceman hi! on m linux computer it works on mac doesn't works i made some mode... and now i have only one things that works - layer are created - def draw_hole(self, w, h, x, y): works but hole are visible only if i'm in lasercut - panel is not rendered at all - oval hole not rendered - hole center not rendered (i used line) 2020-06-04 02-32-26 PDT urbanspaceman try this ``` def draw_vintage_circle(self, x, y, radius, radius2, sides): circ = inkex.PathElement() circ.set('spd:type', 'star') circ.set('spd:cx', x) circ.set('spd:cy', y) circ.set('spd:arg1', 0.85) circ.set('spd:arg2', 1.3) circ.set('spd:rounded', 0.5) circ.set('spd:sides', sides) circ.set('spd:r1', radius) circ.set('spd:r2', radius2) return circ ``` but it doesn't works, i used spd instead of sodipodi 2020-06-08 07-16-32 PDT urbanspaceman but i select only one element, the 'main color' that is a circle 2020-06-08 09-55-05 PDT urbanspaceman ``` is_knob_selected = False if bbox is not None: for node in knob: is_knob_selected = True ``` 2020-06-04 16-32-44 PDT urbanspaceman inkscape.png (https://chat.inkscape.org/file-upload/wp324seaJ5ZmxfQW5/inkscape.png) 2020-01-17 20-01-12 PST urbanspaceman ok, I've done it! Now I'm working on the layout of the panel, tomorrow I'll implement the functions thanks a lot! 2020-06-04 06-13-20 PDT urbanspaceman i always have one UI also with 5 separate py files? 2020-06-07 14-08-12 PDT urbanspaceman what do you mean by master? and how do I do it manually? 2020-06-08 10-16-31 PDT urbanspaceman with your code I use it as an element but I can't use it as a list so I have to review everything ... or can I recover the existing code? 2020-06-08 07-41-19 PDT urbanspaceman please look at the video 2020-06-03 16-57-59 PDT urbanspaceman my python skills are not very good 2020-06-08 07-17-18 PDT urbanspaceman yes the workflow is 1) create the knob (or many knobs) 2) select the desired knob and create the scale 2020-06-07 05-18-49 PDT urbanspaceman If you move the knob and then generate the scales, the two are not aligned 2020-05-16 13-23-05 PDT urbanspaceman hi! maybe is little error in my code but i get strange behavior 2020-06-04 10-25-39 PDT urbanspaceman I did a grep in the extensions repo but I didn't find Tk 2020-06-04 02-43-11 PDT urbanspaceman ahhh ok 2020-06-08 10-19-32 PDT urbanspaceman (a bit complicated for a normal user) 2020-06-04 02-44-20 PDT urbanspaceman do you think this can be amplified? 2020-06-08 08-04-14 PDT urbanspaceman the same 1220/1221 for the slider's scale 2020-06-10 12-40-09 PDT urbanspaceman I have 3 beta tester now 2020-06-08 09-55-02 PDT urbanspaceman this part 2020-06-04 06-13-34 PDT urbanspaceman or you mean 5 separated UI 2020-01-22 06-06-10 PST urbanspaceman ``` def draw_knob_arc(self, x, y, angle, offset): ``` 2020-06-04 02-54-04 PDT urbanspaceman please remind me what is the other way of writing extensions for inkscape to get custom UI I'd like to take a look at it as soon as I have time 2020-06-04 04-45-46 PDT urbanspaceman you mean split the main file in 5 files? 2020-06-04 10-25-00 PDT urbanspaceman maybe I should leave my extension as it is now, otherwise it will take me another 1000 years to get it out. When it becomes clearer how to develop in gtk I could do it again. 2020-06-07 05-44-27 PDT urbanspaceman But if I select the knob (the main part) why I can't get is center? 2020-06-03 17-15-11 PDT urbanspaceman Schermata 2020-06-04 alle 02.14.47.png (https://chat.inkscape.org/file-upload/9DwEc4iSCXKDJDLTT/Schermata%202020-06…) 2020-07-08 14-36-20 PDT urbanspaceman i can ask 2020-06-04 16-26-20 PDT urbanspaceman spd_test.svg (https://chat.inkscape.org/file-upload/obYh7uD2ddzTqxRLH/spd_test.svg) 2020-06-08 01-45-46 PDT urbanspaceman But elem what is? 2020-05-16 14-14-00 PDT urbanspaceman but written english is not a problem 2020-06-04 05-44-28 PDT urbanspaceman tkinter is fine for the UI? 2020-06-03 17-01-03 PDT urbanspaceman i have to install black... i think 2020-06-04 10-19-08 PDT urbanspaceman this extension is already present in inkscape 1? 2020-06-03 17-21-13 PDT urbanspaceman many things to do (and I was unable to install black), I have to go to sleep ... it's very late. tomorrow I will read everything you write to me and I will start fixing the code. have you tried using the extension? do you think there is a clearer way to manage the UI or is it ok? 2020-06-04 02-45-42 PDT urbanspaceman is this 2020-06-03 16-54-26 PDT urbanspaceman ciao 2020-06-03 16-49-27 PDT urbanspaceman yes 2020-06-03 16-50-10 PDT urbanspaceman ok try 2020-06-03 17-22-36 PDT urbanspaceman see you tomorrow :-) ciao e grazie! 2020-06-07 05-19-33 PDT urbanspaceman https://www.synthanatomy.com/2020/06/with-this-free-inkscape-extension-you-… 2020-06-03 17-18-43 PDT urbanspaceman i understand 2020-06-04 02-45-28 PDT urbanspaceman vintage 2020-06-08 10-19-20 PDT urbanspaceman no, user select only one knob at time and (now) has to select exactly the 'main color' element 2020-01-17 15-18-11 PST urbanspaceman https://pad.riseup.net/p/inkscape-extensions-keep 2020-06-09 15-35-28 PDT urbanspaceman update this bbox_panel = self.svg.get_page_bbox() gives me exactly the center of the page (that is what i want) but the knob is not at this coordinates but on top of the first knob 2020-06-07 14-09-02 PDT urbanspaceman I'm sorry to waste you time but I want to understand in order to finish the extension 2020-02-04 15-24-46 PST urbanspaceman Schermata 2020-02-05 alle 00.23.51.png (https://chat.inkscape.org/file-upload/g2eAXWXvfkmbPnHdb/Schermata%202020-02…) 2020-06-09 02-07-47 PDT urbanspaceman doc, it starts working, now I have the problem that the first knob is draw in the center of the page (and it''s ok) while the second one is draw to the same coordinates as the first and not in the center of the page (i moved the first) ``` bbox_panel = self.svg.get_page_bbox() if self.options.knob_main_style == 2: vintage_knob = self.draw_vintage_circle(x=str(bbox_panel.center_x), y=str(bbox_panel.center_y), radius=str(self.options.knob_vintage_dimension / 2), radius2 = str(self.options.knob_vintage_dimension / 2 + 1 ), sides = 7) mainknob = Circle(cx=str(bbox_panel.center_x), cy=str(bbox_panel.center_y), r=str(self.options.knob_main_dimension / 2)) ``` 2020-07-12 16-19-23 PDT urbanspaceman I understand that if the UI is not defined in the inx file, the default values are taken from the py file I also figured out how to create a small interface with tkiner (2 sliders) what I didn't understand though, is how to pass the values in realtime to the function it draws ``` import sys import inkex import argparse import math import os from inkex.elements import ShapeElement from lxml import etree from inkex.elements import Circle, PathElement, Rectangle, load_svg, Group, TextElement from math import * from tkinter import * master = Tk() options = argparse.ArgumentParser(description='Panel parameters') Orange = '#f6921e' Blue = '#0000FF' White = '#FFFFFF' lasercut_width = '0.01mm' class SynthPanelEffect(inkex.Effect): w1 = Scale(master, from_=0, to=80) w1.pack() w2 = Scale(master, from_=0, to=200, orient=HORIZONTAL) w2.pack() hp = w2.get() ... def effect(self): #euro_hp = self.options.eurorack_panel_hp euro_hp = self.hp <--- THIS ONE for example should change when i move the slider instead the value are applied when i close the tkinter ui ... if __name__ == '__main__': # Create effect instance and apply it. mainloop() SynthPanelEffect().run() ``` 2020-06-07 13-53-39 PDT urbanspaceman so, ``` knob.bounding_box(transform=True) ? ```` 2020-02-04 15-23-32 PST urbanspaceman thanks, i have a pair of beta friends (user, non dev)I try with them before to understand if the UX is optimal 2020-06-03 17-13-16 PDT urbanspaceman ah ok, i use it to draw this 2020-09-02 06-07-08 PDT urbanspaceman then I want to use freesvg as a reference to improve my extension 2020-06-08 08-15-39 PDT urbanspaceman ok, in the evening I try and let you know if it works thanks 2020-06-08 07-15-44 PDT urbanspaceman i have a layer for each element and one main layer with all the element layers inside 2020-07-08 12-51-21 PDT urbanspaceman doc, a user reported this error ```  Traceback (most recent call last): File "SynthPanelsDesigner.py", line 21, in import inkex ModuleNotFoundError: No module named 'inkex' Ubuntu 18.04 vers SPD 1.0.2 (ma lo fa anche con la v1.0) Inkscape 1.1-dev (1:0.92.0+devel+202005110039+9ce7266) ``` is inkscape 1.1-dev the problem? in the next release inkex disappear? 2020-06-04 03-10-16 PDT urbanspaceman it's ok? 2020-02-04 15-23-35 PST urbanspaceman :-) 2020-06-04 03-08-40 PDT urbanspaceman wow with black now the code has doubled the lines 2020-06-09 02-17-59 PDT urbanspaceman ok, this is strange while the new knob is drawn at the same coordinates of the knob 1 a new slider is regularly drawn at the center of the page 2020-09-02 06-05-20 PDT urbanspaceman no the extension manager 2020-06-06 13-34-02 PDT urbanspaceman doc, i need a workaround for a non-bug on my extension 2020-09-02 06-04-58 PDT urbanspaceman :-) morning! 2020-06-04 16-26-01 PDT urbanspaceman i tred to export a simple design to dxf but is not properly rendered... and if i open the svg with illustrator, some parts are missing 2020-09-02 06-47-07 PDT urbanspaceman yes no problem 2020-09-02 06-09-05 PDT urbanspaceman i want to test the extension manager and update my extension to add compatibility with extension manager 2020-01-22 06-06-02 PST urbanspaceman in my new function for wxample i pass the x, y coordinates to center the circle the offset parameter (the dimension of the circle is n+offset) and the angle 2020-06-03 17-08-48 PDT urbanspaceman ok 2020-06-04 03-10-08 PDT urbanspaceman params now look like this ``` class SynthPanelEffect(inkex.Effect): def add_arguments(self, pars): # Parts pars.add_argument( "--part", type=int, default=1, help="Select which part you want to draw" ) # Panel pars.add_argument("--panel_type", default="e3u", help="Panel type") pars.add_argument("--eurorack_panel_hp", type=int, default=1, help="Panel HP?") pars.add_argument("--api_panel_units", type=int, default=1, help="API Units?") pars.add_argument("--moog_panel_units", type=int, default=1, help="Moog Units?") pars.add_argument( "--panel_color", type=inkex.Color, default="#e6e6e6", help="Panel color" ) pars.add_argument( "--panel_custom_width", type=float, default="100", help="Set the panel custom width", ) pars.add_argument( "--panel_custom_height", type=float, default="100", help="Set the panel custom height", ) pars.add_argument( "--panel_holes", type=inkex.Boolean, default="False", help="Want do drill the mounting holes?", ) pars.add_argument( "--panel_centers", type=inkex.Boolean, default="False", help="Mark centers?" ) pars.add_argument( "--panel_oval", type=inkex.Boolean, default="False", help="Oval holes?" ) pars.add_argument( "--panel_lasercut", type=inkex.Boolean, default="False", help="Lasercut style?", ) # Screws pars.add_argument( "--panel_screws", type=inkex.Boolean, default="False", help="Add screws" ) pars.add_argument( "--panel_screw_radius", type=float, default="100", help="Screw radius" ) pars.add_argument("--panel_screw_type", type=int, default=1, help="Screw type") pars.add_argument( "--panel_screw_color", type=inkex.Color, default="#e6e6e6", help="Screw color", ) pars.add_argument( "--panel_screw_stroke_color", type=inkex.Color, default="#e6e6e6", help="Screw stroke color", ) pars.add_argument( "--panel_screw_stroke_width", type=float, default="100", help="Screw stroke width", ) pars.add_argument( "--panel_screw_tick_color", type=inkex.Color, default="#e6e6e6", help="Screw tick color", ) pars.add_argument( "--panel_screw_tick_width", type=float, default="100", help="Screw tick width", ) ``` 2020-06-03 16-29-32 PDT urbanspaceman doc, i've updated e repo https://gitlab.com/Faselunare/synth-panels-designer 2020-06-08 09-13-06 PDT urbanspaceman ``` Traceback (most recent call last): File "SynthPanelsDesign.py", line 1626, in SynthPanelEffect().run() File "/Applications/Inkscape.app/Contents/Resources/share/inkscape/extensions/inkex/base.py", line 123, in run self.save_raw(self.effect()) File "SynthPanelsDesign.py", line 875, in effect bbox = knob.bounding_box(composed_transform(knob)) File "SynthPanelsDesign.py", line 1620, in composed_transform if parent is not None and isinstance(parent, ShapeElement): NameError: name 'ShapeElement' is not defined ``` 2020-06-03 16-48-29 PDT urbanspaceman done! 2020-06-03 17-12-28 PDT urbanspaceman which line? 2020-06-04 02-45-18 PDT urbanspaceman i have build this function reading value from the xml editor 2020-06-03 16-54-19 PDT urbanspaceman I'm going to sleep, let me know what you think 2020-06-08 07-41-11 PDT urbanspaceman https://streamable.com/q40maw 2020-01-22 06-03-31 PST urbanspaceman @doctormo i need to draw an open circle is arc the right function? 2020-02-04 15-24-32 PST urbanspaceman in the end, this is the about page 2020-01-17 20-02-55 PST urbanspaceman you know if is it possible to load remote file? the idea is to ave a txt file on my server with the extension credits/sponsor and update without touching the extension 2020-06-03 16-46-01 PDT urbanspaceman :-) 2020-06-03 16-45-12 PDT urbanspaceman yes, do you know how do i give you access? 2020-06-07 07-21-32 PDT urbanspaceman I'm not at home in front of my code now and I can't check if I already get the transformed bounding box 2020-06-07 12-09-00 PDT urbanspaceman i use this ``` knob = self.svg.get_selected() bbox = self.svg.get_selected_bbox() ``` how do i get the transformed bbox? 2020-06-04 02-44-34 PDT urbanspaceman simpliified sorry 2020-06-03 17-18-38 PDT urbanspaceman ah ok, 2020-06-10 12-39-49 PDT urbanspaceman Git updated 2020-06-08 07-13-18 PDT urbanspaceman ok, let's see if I can understand - I have my knob - the scale must be drawn around this knob (not other elements of the page) - so I have to select this knob before drawing the scale - you tell me that I have to use elem but elem is a generic name or instead of elem goes the name of my knob? I just can't understand. it's probably something that you can solve in 10 minutes by knowing well how inkscape is made is this not valid? ``` knob = self.svg.get_selected() ``` ? 2020-06-08 08-01-28 PDT urbanspaceman 873 2020-06-03 16-49-32 PDT urbanspaceman which level yoou need? 2020-06-04 02-45-50 PDT urbanspaceman https://chat.inkscape.org/file-upload/9DwEc4iSCXKDJDLTT/Schermata%202020-06… 2020-06-04 02-44-28 PDT urbanspaceman ``` def draw_vintage_circle(self, x, y, radius, radius2, sides): circ = inkex.PathElement() circ.set('sodipodi:type', 'star') circ.set('sodipodi:cx', x) circ.set('sodipodi:cy', y) circ.set('sodipodi:arg1', 0.85) circ.set('sodipodi:arg2', 1.3) circ.set('inkscape:rounded', 0.5) circ.set('sodipodi:sides', sides) circ.set('sodipodi:r1', radius) circ.set('sodipodi:r2', radius2) return circ ``` 2020-06-04 10-20-56 PDT urbanspaceman ok, require some work to be installed on macosx if i read well 2020-06-09 15-47-44 PDT urbanspaceman now works and i don't know why (!!) 2020-09-02 06-05-35 PDT urbanspaceman i have this version installed on linux 1.0 (4035a4fb49, 2020-05-01) 2020-06-03 17-15-45 PDT urbanspaceman in the UI you have to select vintage on the first column of the knob 2020-09-02 06-03-03 PDT urbanspaceman doc, i want to try the extension manager in which version of inkscape is available? in your freesvg extension i read ``` This Gtk3 extension is designed to be installed and run via the Inkscape Extension Manager. If you're not sure if you have the extension manager installed, you will need to check 'Extension Manager' in your extensions menu and install it first ifit's missing.``` 2020-09-02 06-08-39 PDT urbanspaceman no no my extension is synthpanels designer (www.synthpanels.design) 2020-06-04 02-57-52 PDT urbanspaceman are there any real benefits or does it make sense to invest time? 2020-06-07 05-46-52 PDT urbanspaceman I don't have the code now, is not already made I this way? 2020-06-03 17-17-56 PDT urbanspaceman ? 2020-06-03 16-45-39 PDT urbanspaceman before making it public I would like to be sure I hasn't done stupid things 2020-06-09 02-08-03 PDT urbanspaceman git is not updated 2020-06-03 16-47-20 PDT urbanspaceman found it! give me your email please 2020-06-08 09-55-19 PDT urbanspaceman line 904 2020-06-07 05-19-30 PDT urbanspaceman The extension si not public available but I've start promoting it on Facebook, people get crazy 2020-06-08 08-01-23 PDT urbanspaceman line 872 2020-06-04 02-45-22 PDT urbanspaceman sorry sorry 2020-06-07 13-57-07 PDT urbanspaceman AttributeError: 'generator' object has no attribute 'bounding_box' Inkscape version 1.0 (4035a4f, 2020-05-01) 2020-06-04 16-26-21 PDT urbanspaceman spd_test.dxf (https://chat.inkscape.org/file-upload/WkoEm8oyH93WMLSEN/spd_test.dxf)
1 0
0 0
[Webmaster] Rocket.Chat, 2 Users, 54 Messages, 0 Files, 653842 Minutes, in Direct Message Between: Moini & maks_skywalker
by no-reply@chat.inkscape.org 30 Apr '21

30 Apr '21
2020-01-30 14-47-38 PST maks_skywalker Das hatte ich getestet, allerdings bekomme ich da ebenfalls (wenn auch leicht) veränderte Farben im Vgl. zum PNG 2020-01-30 14-54-24 PST maks_skywalker Vorschau, Ver. 10.1 2020-01-30 14-53-32 PST maks_skywalker Danke :) 2020-01-30 15-00-08 PST maks_skywalker Danke für deine Hilfe! 2020-01-30 14-59-57 PST maks_skywalker Kann es aber aus obigem Grund im Moment nicht testen :) 2020-01-30 14-44-13 PST maks_skywalker Wenn ich das PNG als JPG umwandle, geht es 2020-01-30 14-45-42 PST maks_skywalker Das versuche ich mal 2020-01-30 14-43-38 PST maks_skywalker Hatte das Bild auch mal als JPG umgewandelt, da allerdings (verständlicherweise) Verluste gehabt 2020-01-30 14-43-06 PST maks_skywalker Sowohl mit der normalen Foto App als auch mit Instagram direkt 2020-01-30 14-44-39 PST maks_skywalker Ah ok 2020-01-30 14-43-54 PST maks_skywalker Nein, schon in der Vorschau wurde es falsch angezeigt 2020-01-30 14-55-27 PST maks_skywalker das ist die Standard-Vorschau vom Mac 2020-01-30 14-45-27 PST maks_skywalker Ok das klingt gut 2020-01-30 14-45-36 PST maks_skywalker Ja, super 2020-01-30 14-49-39 PST maks_skywalker Aber am Handy fällt es auch auf 2020-01-30 14-57-09 PST maks_skywalker Hab hier einen anderen Rechner 2020-01-30 14-51-23 PST maks_skywalker Mal was anderes versuchen? 2020-01-30 14-55-46 PST maks_skywalker Weiß gar nicht ob die einen richtigen Namen hat 2020-01-30 14-49-31 PST maks_skywalker Nein, noch am PC. 2020-01-30 14-44-36 PST maks_skywalker aber dann ist das Bild eben aufgrund dieser Umwandlung anders von den Farben her 2020-01-30 14-56-56 PST maks_skywalker Ich teste es morgen mal mit Irfan View 2020-01-30 14-45-00 PST maks_skywalker Gibts da eine Möglichkeit, das zu umgehen? 2020-01-30 14-42-38 PST maks_skywalker Hey :) 2020-01-30 14-51-13 PST maks_skywalker In diesem Fall den Bildbetrachter von iOS 2020-01-30 14-48-34 PST maks_skywalker Habe die Bilder übereinander gelegt. Das JPG ist immer deutlich heller 2020-01-30 14-42-43 PST maks_skywalker Wieder da 2020-01-30 14-59-45 PST maks_skywalker Danke, ich hab noch eine Vermutung im Nachhinein, auch da du das gerade mit den Farbprofilen sagst 2020-01-30 14-53-12 PST maks_skywalker Ja genau 2020-01-30 14-45-31 PST Moini Also ein großes weißes Rechteck, das mindestens den Exportbereich abdeckt. 2020-01-30 14-39-57 PST Moini Womit guckst Du das Bild auf dem Handy an? 2020-01-30 14-58-54 PST Moini Jo, probier mal den. Ich drück die Daumen! 2020-01-30 14-43-34 PST Moini Also hast Du es bereits hochgeladen auf Instagram, die haben es einmal durchgenudelt, und dann rufst Du's wieder ab? 2020-01-30 14-42-32 PST Moini Ah, zurück :) 2020-01-30 14-57-11 PST Moini 'Preview' glaube ich... 2020-01-30 14-46-44 PST Moini Du kannst auch versuchen, das PNG danach in ein JPG mit > 95% Qualität zu exportieren. 2020-01-30 14-53-33 PST Moini Wie heißt der Bildbetrachter? 2020-01-30 14-46-55 PST Moini Vielleicht konvertieren die dann nicht auch noch mal. 2020-01-30 14-45-55 PST Moini Aber Instagram wird's wohl trotzdem zu jpg konvertieren, auf die Qualität dabei hast Du dann keinen Einfluss. 2020-01-30 14-49-37 PST Moini Aso :) 2020-01-30 14-48-14 PST Moini Wie vergleichst Du denn die Farben? 2020-01-30 14-57-52 PST Moini Könnte was mit Farbprofilen zu tun haben... 2020-01-30 14-52-38 PST Moini Gute Frage... Also nochmal für meine Klarheit: Du öffnest das PNG in Deiner Mac-Bilderapp, speicherst eine Kopie davon als JPG, und guckst Dir beide nebeneinander in der Bilderapp wieder an? 2020-01-30 15-00-17 PST Moini Kein Problem, hoffe es klappt! 2020-01-30 14-44-37 PST Moini Ich gehe davon aus, dass das hier passiert. 2020-01-30 14-49-07 PST Moini Das Bild vom Handy mit dem in Inkscape? 2020-01-30 14-47-54 PST Moini Mhm... 2020-01-30 14-46-04 PST Moini (sonst aber vermutlich auch nicht, keine Ahnung ...) 2020-01-30 14-54-54 PST Moini Mmmh. Schwierig zu googlen, so ein Name ;-) Mal gucken. 2020-01-30 14-44-28 PST Moini Viele Anbieter konvertieren Bilder immer zu JPG, um Bandbreite zu sparen. 2020-01-30 14-53-24 PST Moini Okay... Ich google mal kurz was. 2020-01-30 14-58-20 PST Moini Vielleicht bettet das irgendwas ein, während das, was aus Inkscape rausfällt, sRGB ist (glaube ich). 2020-01-30 14-39-40 PST Moini Moin! 2020-01-30 14-45-09 PST Moini Du kannst das etwas verbessern, indem Du schon in Inkscape einen weißen Hintergrund unter das Bild legst. 2020-01-30 14-50-05 PST Moini Und was verwendest Du, um PNG > JPG zu wandeln?
1 0
0 0
[Webmaster] Rocket.Chat, 1 Users, 2 Messages, 1 Files, 716277 Minutes, in Direct Message Between: Sydno & brynn
by no-reply@chat.inkscape.org 30 Apr '21

30 Apr '21
2019-12-18 06-07-52 PST Sydno New account & Other Information (https://chat.inkscape.org/file-upload/yLnvaESjPF9dJJpYX/New%20account%20&%2…) 2019-12-18 06-07-06 PST Sydno Hi, Brynn. It's Beta, I've migrated to a new account. I thought I'd inform you as well.
1 0
0 0
[Webmaster] Rocket.Chat, 2 Users, 11 Messages, 0 Files, 835680 Minutes, in Direct Message Between: wolcen & doctormo
by no-reply@chat.inkscape.org 30 Apr '21

30 Apr '21
2019-09-26 12-19-31 PDT Chris Thompson https://wolcen.com/private/eccscoiin.sql.gz 2019-11-21 16-31-57 PST Chris Thompson welcome! 2019-09-26 12-56-32 PDT Chris Thompson https://wolcen.com/private/nappss.sql.gz 2019-09-26 09-01-33 PDT Chris Thompson noisy 2019-09-26 09-01-14 PDT Chris Thompson https://wolcen.com/private/atsh.sql.gz 2019-09-27 11-04-19 PDT Chris Thompson Wow... this was started quite a while ago, and I'd forgotten it. For reference now, I guess :-/ https://gitlab.com/nichq/nichq-data/merge_requests/276 2019-09-26 11-31-00 PDT Chris Thompson https://wolcen.com/private/atsh.sql.gz 2019-09-26 09-01-30 PDT Chris Thompson user/pwd 2019-09-26 09-01-22 PDT Chris Thompson martin / Dr.Mo 2019-11-21 16-32-02 PST Chris Thompson noisy! 2019-11-21 16-32-12 PST Martin Owens woot
1 0
0 0
[Webmaster] Rocket.Chat, 2 Users, 3 Messages, 0 Files, 337420 Minutes, in #missingprint
by no-reply@chat.inkscape.org 30 Apr '21

30 Apr '21
2020-09-06 09-22-00 PDT Steve Medway Hi. when i create and A4 page with images on it and print to a Epson Sublimation printer the half the print is missing. i can also see this in print preview. i can get over the issue as follows 2020-09-06 09-25-13 PDT Steve Medway i get over the issue (currently) by doing the following. 1) highlight image. 2) copy image. 3) paste into Paint.net 4) highlight and copy image in paint. 5) go back to Inkscape highlight image and click delete. 6) paste image from Paint.net. 7) print document and whole image is there. make no sense to me. ANY IDEAS??? 2020-10-06 19-07-18 PDT Moini Private Group (room_changed_privacy)
1 0
0 0
[Webmaster] Rocket.Chat, 2 Users, 62 Messages, 0 Files, 635097 Minutes, in Direct Message Between: anonym_i_ous & rathod-sahaab
by no-reply@chat.inkscape.org 30 Apr '21

30 Apr '21
2020-05-10 01-39-14 PDT Abhay Raj Singh Hard: count the circles, easier said than done 2020-05-10 00-38-35 PDT Abhay Raj Singh [ ](https://chat.inkscape.org/direct/anonym_i_ous?msg=HiBF88Ei8uAeFyb5j) Thanks🙌 () 2020-02-12 22-15-08 PST Abhay Raj Singh Hello! I am from *Bharat* _(a.k.a. India)_ I am currently pursuing Materials Science and Engineering from the *National Institute of Technology, Hamirpur*, Himachal Pradesh and I am in the second year of the same. 2020-05-09 23-32-16 PDT Abhay Raj Singh Only two ways I know are XML and. For props not in xml like local variables debugger(GDB/LLDB) which are not easy to use. You should ask the on team_dev I'm a noob in inkscape compared to others. 2020-05-10 01-33-07 PDT Abhay Raj Singh Easy: You change how things work instead of rotating around you can add drag feature that is if you drag up rouded ness increases Dow to decrease 2020-05-09 21-35-06 PDT Abhay Raj Singh Ping if you have any problem/confusion 2020-05-09 20-54-08 PDT Abhay Raj Singh ``` Geom::Point d = s - star->center; double arg1 = atan2(d); ``` d is the location with respect to the center atan2 returns the angle, the angle which a line from *center of the star* to *snap point* would make, I guess its the angle of movement ``` double darg1 = arg1 - star->arg[0]; ``` Difference in angle between the cursor postion and one of the point on star that you can drag 2020-05-10 01-30-30 PDT Abhay Raj Singh Now there are two ways to solve this 2020-05-09 20-36-26 PDT Abhay Raj Singh ``` SPStar *star = dynamic_cast (item); g_assert(star != nullptr); ``` This checks if item is actually a "SPStar" by trying to convert it to one, if successfull it's a star, if failed g_assert just report the error and exists th function. 2020-05-10 01-29-40 PDT Abhay Raj Singh This occurs due to the design itself We currently use atan2 which returns an angle between -pi @ pi radians i.e. -180deg to 180deg so you can move a maximum of 360 degrees before the glitch 2020-05-09 21-08-01 PDT Abhay Raj Singh ``` if (state & GDK_MOD1_MASK) { star->randomized = darg1/(star->arg[0] - star->arg[1]); } else if (state & GDK_SHIFT_MASK) { star->rounded = darg1/(star->arg[0] - star->arg[1]); } else if (state & GDK_CONTROL_MASK) { star->r[0] = L2(d); } else { star->r[0] = L2(d); star->arg[0] = arg1; star->arg[1] += darg1; } ``` state is a bitmask that can hold multiple state at once: Think state as an object where you can do, `state.isControlPressed()` but it's slow so state is an integer which can hold many "bits(hence bit-mask)" and syntax is `state & GDK_CONTROL_MASK` 2020-05-10 00-37-55 PDT Abhay Raj Singh [ ](https://chat.inkscape.org/direct/anonym_i_ous?msg=HXPvHYz7rvsz24k8H) I think this is because smaller the difference between arg 0&1 (more sides/corners) the sharper are the corners, hence smoothing should be more agressive () 2020-05-09 21-11-50 PDT Abhay Raj Singh Meaning when MOD1(Alt on my system) is pressed randomize when nodes are dragged, Shift and drag to round, ctrl to increase only the radius and nothing else(like angles of crest and trough/ hills and valleys) 2020-02-26 07-52-37 PST Abhay Raj Singh To learn about programming for flutter, search dart tutorials Remember searching online is the best tool to for a programmer😉 2020-02-26 07-55-07 PST Abhay Raj Singh https://www.youtube.com/playlist?list=PL4cUxeGkcC9jLYyp2Aoh6hcWuxFDX6PBJ 2020-09-02 04-02-37 PDT Abhay Raj Singh I guess its automated 2020-05-10 01-38-13 PDT Abhay Raj Singh The way you can do it is by checki arg1 value if it is positive then direction is up if it is negative then direction is down. Or the other way around depending on coordinate system. Then determine the length of d there would be some geom function for this. Set this length the roundness value. Maybe divide/multiply it by some property of star like radius or arg0 - arg1 2020-05-10 01-25-34 PDT Abhay Raj Singh Oh now I see 2020-02-26 07-50-55 PST Abhay Raj Singh Sure! dude I would love too! I am currently having exams will be free from sunday *flutter* is one of the *easiest* thing to learn, GUI + programming + theming in the same language Works on android/ios with same code To get started Install flutter, on you system, Instructions are on the site, Even, If you have a low end PC like me ;-; VS code will work quite, good 2020-05-09 22-46-15 PDT Abhay Raj Singh What editor do you use? 2020-05-09 20-48-55 PDT Abhay Raj Singh ``` Geom::Point const s = snap_knot_position(p, state); ``` s is the point snap point, I guess it refers to the cursor position 2020-05-09 22-49-44 PDT Abhay Raj Singh And answer to your question Its in src/object/sp-star.h Line 38 2020-02-26 07-57-57 PST Abhay Raj Singh 😅 sorry, on that point licensing confuses me every org seem to have their own license that makes me think why 2020-05-09 22-48-00 PDT Abhay Raj Singh Cool just click the word arg in star->arg then click go to definition 2020-02-26 07-44-59 PST Abhay Raj Singh Hi! Just finished dinner, whats up! 2020-02-13 01-08-01 PST Abhay Raj Singh Sorry I wasn't trying to be rude :sweat_smile: it's just #team_devel talks in points so I have caught that habbit. I was in agreement and liked the features you suggested. 2020-05-09 20-36-06 PDT Abhay Raj Singh Ok let me try:sweat_smile: 2020-05-10 00-51-23 PDT anonym_i_ous https://gitlab.com/inkscape/inbox/-/issues/2722 2020-05-10 00-50-53 PDT anonym_i_ous okay, lemme give u some more context: 2020-02-26 07-43-17 PST anonym_i_ous hey there man! 2020-05-09 16-10-23 PDT anonym_i_ous i need some help regarding understanding some code 2020-05-09 16-10-48 PDT anonym_i_ous https://gitlab.com/inkscape/inkscape/-/blob/447345798f927d5cd00bdca0f3c16e0… 2020-09-01 23-34-56 PDT anonym_i_ous just bringing it under ur attention too :) 2020-09-01 23-34-28 PDT anonym_i_ous [ ](https://chat.inkscape.org/channel/general?msg=YPYvQau5iBmXjm9PJ) () 2020-05-09 22-42-07 PDT anonym_i_ous thanks again 2020-05-09 23-28-56 PDT anonym_i_ous is there a way to look at these values realtime ~~in inkscape~~ (some of these can be looked at in xml editor in inkscape, but i was thinking for all of these) 2020-02-13 01-08-45 PST anonym_i_ous yeah, i know u weren't 😄😇 2020-02-13 00-49-52 PST anonym_i_ous so much so, that personally i wont mind it being immovable even at later stages of development..... we can just decide a default placement, and then just enable/disable it (much like we have done with tool bars rn) 2020-05-09 22-46-30 PDT anonym_i_ous for? code? 2020-05-09 22-39-01 PDT anonym_i_ous yeah, one doubt: > Difference in angle between the cursor postion and **one of the point on star** that you can drag 2020-05-09 16-13-54 PDT anonym_i_ous ohh, and yes, i can understand psuedo code and am familiar with if-then-else, and function calling and very basics of c. (saying to convey my understanding level so that u can tell accordingly) 2020-05-09 22-40-12 PDT anonym_i_ous got that `arg [x]` is the angle of one of the point on star 2020-05-09 22-45-50 PDT anonym_i_ous can u point me to where arg[0] and arg[1] are defined? 2020-05-09 16-12-07 PDT anonym_i_ous if u understand that, can u please tell me what is this code doing!! it will be a great help (: 2020-05-09 22-50-20 PDT anonym_i_ous i cant see definition option in the browser > Its in src/object/sp-star.h > Line 38 okay, i will see (: 2020-02-12 15-05-13 PST anonym_i_ous i was wondering which state are u from, and from which college, course, and stream are u doing your education!! 2020-05-09 22-36-24 PDT anonym_i_ous thanks a lot for replying. it means a lot. 2020-02-26 08-01-51 PST anonym_i_ous yup! thats a very high valued topic as well, cause i guess things dont take much time ending up legally entangled when licencing is involved 2020-05-09 22-41-11 PDT anonym_i_ous but i cant figure out what is `arg[0] - arg[1]` 2020-05-09 23-31-31 PDT anonym_i_ous (ohh and i forgot, congratulations on getting gsoc approved :)) 2020-05-10 00-51-23 PDT anonym_i_ous this is the issue i am trynna investigate: 2020-02-13 00-38-29 PST anonym_i_ous I am interested to know a material science student doing coding. Anyways! Great to know. Kudos to u. 2020-02-12 15-04-06 PST anonym_i_ous hey 2020-05-09 22-42-03 PDT anonym_i_ous i willl retry understanding (: 2020-05-09 16-09-33 PDT anonym_i_ous hlo 2020-05-09 23-30-20 PDT anonym_i_ous any external plugin or smth 2020-02-13 00-49-40 PST anonym_i_ous yeah, I also meant that movement is not necessary 2020-05-09 22-41-43 PDT anonym_i_ous i mean i get it that it is difference in both these points, but cant see what is it doing in the functionality .... 2020-02-26 07-56-17 PST anonym_i_ous ohh! i thought i shall have been a bit more clear! I wanted to know more about licencing. But thanks for this stuff too, i very much appreciate ur helpful behaviour 😊😊! 2020-05-09 22-47-04 PDT anonym_i_ous none, i am just looking at it in the browser tab 2020-02-13 00-49-20 PST anonym_i_ous also, i think that u may have misunderstood > _[The movment can be shifted to later development....](https://chat.inkscape.org/channel/team_ux?msg=HRWJHZKxxs6y… what i was wanting to say (or perhaps u were just clarifying, but i think that clause would have started with an agreement word.... dont take it personally, its just me convincing myself that i am understood 😅😅) () 2020-02-26 07-45-05 PST anonym_i_ous [ ](https://chat.inkscape.org/channel/general?msg=go0nl7aD6UNFNWT0R) please add me to the discussion (i.e. wherever u will be having this) too, as i also want to know about all these :slight_smile: ()
1 0
0 0
[Webmaster] Rocket.Chat, 2 Users, 18 Messages, 0 Files, 1232964 Minutes, in Direct Message Between: juan.duarte & doctormo
by no-reply@chat.inkscape.org 30 Apr '21

30 Apr '21
2019-01-05 10-09-35 PST Martin Owens Not sure juan. Sorry I couldn't be more helpful. 2019-01-05 10-03-04 PST Martin Owens I'm not sure 2019-01-05 10-01-45 PST Martin Owens What is a social media card? 2019-01-05 10-03-41 PST Martin Owens I don't have any special media images, except for the ones on the website 2019-01-05 10-11-01 PST Martin Owens Thanks! 2018-12-24 14-17-28 PST Martin Owens The vector's team will be doing that. I'm just a programmer. Bes tto ask Ryan. 2019-01-05 10-02-08 PST Juan Duarte to put in the social media post 2019-01-05 10-08-12 PST Juan Duarte It was told to me that during the board meeting yesterday you all were talking about that. 2018-12-24 10-37-23 PST Juan Duarte Hi, Martin! 2019-01-05 10-02-03 PST Juan Duarte the image of the release 2018-12-24 10-38-02 PST Juan Duarte I see the issue about the press release to the InkScape 1.0 launch 2019-01-05 10-10-27 PST Juan Duarte Don't worry, i will read the transcript again. :slight_smile: 2018-12-24 10-39-16 PST Juan Duarte And i have a question about: Do you planned a launch campaign? 2019-01-05 08-51-33 PST Juan Duarte Moini told me that you have some additions to make. :slight_smile: 2019-01-05 08-47-27 PST Juan Duarte Martin! I'm here to talk about the social media card for 0.92.4 launch! 2019-01-05 10-02-15 PST Juan Duarte like the t'shirt one 2018-12-24 15-52-17 PST Juan Duarte Oh, right, thanks :D 2019-01-05 10-06-49 PST Juan Duarte Hmmm, so I think that I misunderstood Moini
1 0
0 0
[Webmaster] Rocket.Chat, 2 Users, 22 Messages, 0 Files, 593352 Minutes, in Direct Message Between: jhofinger & jabiertxof
by no-reply@chat.inkscape.org 30 Apr '21

30 Apr '21
2020-03-12 16-04-30 PDT Jabier Arraiza great, thanks 2020-03-13 02-07-35 PDT Jabier Arraiza Please bug it no time to get into 2020-03-12 16-02-30 PDT Jabier Arraiza LPE is new no need now backward compatibility 2020-03-12 16-05-18 PDT Jabier Arraiza I think the bool LPE keyboard undo is fixed, waiting compiling 2020-03-12 16-03-15 PDT Jabier Arraiza in 1.1 we must be sure not crash for now we need a latest file to safe test 2020-03-12 16-01-35 PDT Jabier Arraiza seems old one 2020-03-13 01-37-09 PDT Jabier Arraiza Please open bugs not sure I could get into 2020-03-13 02-08-53 PDT Jabier Arraiza Sorry, I couldent spend time in inkscape currently 2020-03-12 16-01-51 PDT Jabier Arraiza I couldent crash it with a new file created 2020-03-12 16-01-22 PDT Jabier Arraiza please could you reproduce with a file created in current master? 2020-03-13 01-36-04 PDT jhofinger Clean up document does not delete unreferenced path effects, is that intended? 2020-03-13 01-52-19 PDT jhofinger Got at least 3 different crashes yet. :D 2020-03-13 01-29-13 PDT jhofinger * Draw 2 Objects * Set Inverse * Object to path * Object looks as if it was clipped with Set inverse off * Delete clippath attribute to get desired result 2020-03-13 02-01-41 PDT jhofinger Also there's one crash happening always when deleting a second PowerClip path effect with the XML editor. Had this occur thrice yet, even got a screen cap, but didn't find a reliable way to reproduce yet :/ 2020-03-12 15-50-18 PDT jhofinger Hi, if you have some time, could you look at https://gitlab.com/inkscape/inbox/-/issues/2029? Two crashes with Power Clip LPE. I don't understand this LPE well enough to triage that issue 2020-03-13 01-30-46 PDT jhofinger * Draw 2 Objects * Set Inverse * Object to path * Undo * LPE is still there, but changing the Settings (Inverse, Flatten...) has no effect anymore 2020-03-13 01-23-45 PDT jhofinger * Draw 2 Objects * Set Inverse * Release * Undo -> Object has clip path set, but not path effect. Also the ClipPath only has one child set 2020-03-12 16-04-10 PDT jhofinger Okay, I'll try to create one tomorrow. I've not tested that LPE a lot 2020-03-13 02-07-49 PDT jhofinger Will do ;) 2020-03-13 01-23-36 PDT jhofinger Just writing some issues here, you tell me what needs to be opened as issue in Inbox and what you already know 2020-03-12 16-02-10 PDT jhofinger Will try tomorrow, still should not crash, especially not on load 2020-03-13 01-54-29 PDT jhofinger * Create 2 objects * Set Inverse * Delete the two nodes of the ClipPath in the XML editor * Delete the Path effect * Undo -> Crash
1 0
0 0
[Webmaster] Rocket.Chat, 2 Users, 32 Messages, 0 Files, 540761 Minutes, in Direct Message Between: anonym_i_ous & Sonia
by no-reply@chat.inkscape.org 30 Apr '21

30 Apr '21
2020-05-01 07-18-18 PDT anonym_i_ous yup, i can see 2020-04-18 04-20-43 PDT anonym_i_ous I have added the key presses to the recording [ ](https://chat.inkscape.org/channel/release-notes-polishing?msg=qcun8Rj4ev3wyNDuJ) () 2020-04-18 04-22-11 PDT anonym_i_ous If yes, then it reinforces that info from Number entry i shared earlier right!!? :hopeful : 2020-05-01 06-42-52 PDT anonym_i_ous some video or article or any other tip u can share about it?? 2020-05-01 07-16-46 PDT anonym_i_ous brilliant 2020-05-01 07-17-36 PDT anonym_i_ous lol 2020-04-18 04-22-00 PDT anonym_i_ous [ ](https://chat.inkscape.org/channel/release-notes-polishing?msg=iMiiX6j7E82WKWj44) so, is this concern regarding shortcut addressed now?? () 2020-04-18 04-19-25 PDT anonym_i_ous hey 2020-05-01 07-25-32 PDT anonym_i_ous yeah exactly the stop motion animations 2020-05-01 06-30-03 PDT anonym_i_ous aweesome 2020-05-01 07-19-52 PDT anonym_i_ous its awesome 2020-05-01 06-29-59 PDT anonym_i_ous https://inkscape.org/forums/competitions/make-a-screenshot-for-10/#c11871 2020-05-01 07-19-22 PDT anonym_i_ous that image kinda pulls some strings from various branches within me 2020-05-01 07-22-56 PDT anonym_i_ous and they were svg too? or were they raster based? 2020-05-01 06-29-41 PDT anonym_i_ous thats very cool texture u used there 2020-05-01 07-18-54 PDT anonym_i_ous dont know why it creates kinda sense of familiarity 2020-05-01 07-26-39 PDT anonym_i_ous ohkay. this certainly introduced me to new method of creating things. I would try to experiment with it. Thanks for sharing (: 2020-05-01 07-22-11 PDT anonym_i_ous ohh, and i was asking > i used random paper textures any particular source for them?? 2020-05-01 07-21-10 PDT anonym_i_ous for some story 2020-05-01 06-42-39 PDT anonym_i_ous papery texture..... i would love to learn how u did those! 2020-04-18 22-46-21 PDT anonym_i_ous [ ](https://chat.inkscape.org/channel/team_vectors?msg=dRee6zjviptGxKHhQ) continued here :thumbsup: () 2020-05-01 07-19-44 PDT anonym_i_ous like it reminds me instantly of soo many things 2020-05-01 07-20-55 PDT anonym_i_ous have u tried animations? that image and the technique used can make a very good video 2020-05-01 07-17-35 PDT anonym_i_ous the paper texture? 2020-05-01 07-25-01 PDT Sonia i wanted it to look a bit like those stop action animations...like a still maybe. but these are all raster textures from any free texture website 2020-04-18 09-25-32 PDT Sonia i opened up an artwork i made in 0.92.4 that has blending modes , so showcase some screenshots, but when i clicked on each object or layer, the blending mode did not change in the docker to indicate what blending mode it was. But the artwork showed up as normal. I didnt touch anything because I didnt want it messed up but just noticed this. 2020-05-01 07-15-55 PDT Sonia [ ](https://chat.inkscape.org/direct/anonym_i_ous?msg=BydHEx27AtH6Ny52g) it was a paper challenge in the Facebook group =D i used random paper textures and filled them into shapes i had drawn () 2020-05-01 07-27-45 PDT Sonia no problem! glad to help. the pattern fill is really cool! 2020-05-01 07-17-11 PDT Sonia thanks! it just about crashed my computer ! 2020-05-01 07-25-23 PDT Sonia i drew vector shapes to house the textures so they would look like they were cut out 2020-04-18 08-41-35 PDT Sonia [ ](https://chat.inkscape.org/direct/anonym_i_ous?msg=YTg9MynjYXmQGoKSb) not sure if everyone will feel the same way but , not everyone will have a wheel on their mouse.... some kids and grownups for that matter in India with cheap computers and mouse will just have left click and right click... but its cool with me! :thumbsup: () 2020-05-01 07-17-57 PDT Sonia the whole project! there were a lot of objects
1 0
0 0
[Webmaster] Rocket.Chat, 2 Users, 62 Messages, 3 Files, 469893 Minutes, in Direct Message Between: NickMaleki & doctormo
by no-reply@chat.inkscape.org 30 Apr '21

30 Apr '21
2020-06-06 09-51-09 PDT Martin Owens Oh they are official ;-) 2020-06-08 13-27-33 PDT Martin Owens Give me the link :metal: the one you want it linked to 2020-06-06 09-38-19 PDT Martin Owens That's a Free Software thing, where we use social media outposts (like facebook) to move users to us. But we don't use Free Software projects as an outlet to encourage people to join Facebook. 2020-06-06 09-57-07 PDT Martin Owens Yeah __that__, I'm ginning up enough confidence to purge that. I'd be good to have a new page to put the links. 2020-06-06 10-06-38 PDT Martin Owens (so much to do!) 2020-06-06 10-12-02 PDT Martin Owens :-D 2020-06-06 10-13-19 PDT Martin Owens The website needs to be upgraded from django 1.8 to 2.2... and that includes upgrading the django-cms versions. I tried to make a version withotu django-cms, but it floundered. 2020-06-06 10-11-59 PDT Martin Owens Now that is something that will win your all the brownie points. 2020-06-06 10-12-08 PDT Martin Owens Do you know django much at all? 2020-06-06 10-06-18 PDT Martin Owens Indeed we should! 2020-06-06 09-58-06 PDT Martin Owens Make an icon like one of those.(i.e. crap and old fashioned :-P) 2020-06-06 10-31-36 PDT Martin Owens Good you have Ubuntu, you'll need it (and python3 if you're using 18.04) for the website stuff. 2020-06-06 09-51-30 PDT Martin Owens It helps a lot 2020-06-06 10-18-02 PDT Martin Owens So cloning that git repository and then trying to follow the initialisation readme, is pretty much the bug. 2020-06-06 09-31-09 PDT Martin Owens Yes. 2020-06-06 09-37-35 PDT Martin Owens It's just a matter of the outpost policy. 2020-06-06 10-20-18 PDT Martin Owens Oh what operating system do you have? 2020-06-06 09-54-36 PDT Martin Owens Plus users should always be encouraged to become contributors. i.e. help with docs, help with vectors, that sort of thing. And that does mean helping users to move to rocket chat (or the mailing lists/gitlab etc) 2020-06-06 09-39-26 PDT Martin Owens So the question is firstly a) is discord a source of users? b) is there an open source alternative (if rocket chat that?) 2020-06-06 09-50-46 PDT Martin Owens Network effects are typically the problem being dealt with. 2020-06-06 09-54-48 PDT Martin Owens (talking too much :-D) 2020-06-06 09-53-22 PDT Martin Owens (if this makes sense) 2020-06-06 09-51-28 PDT Martin Owens At least, we'd like it if people who are managing those platforms were on board with the project. 2020-06-06 09-48-37 PDT Martin Owens Where would you put a link to Discord? Should we have a seperate page for our outposts? 2020-06-06 09-32-27 PDT Martin Owens Discord is open source right? 2020-06-07 01-36-38 PDT Martin Owens Those are very nice, do you have the source svg files? (and a license?) 2020-06-06 10-14-22 PDT Martin Owens This is the recent issue that would be small enough and important enough if you wanted to help on the python side: https://gitlab.com/inkscape/inkscape-web/-/issues/493 2020-06-06 10-13-29 PDT Martin Owens That's on my personal todo though. 2020-06-06 09-57-51 PDT Martin Owens If you want I can add Discord there until I've got the gumshion to move it. 2020-06-06 09-53-17 PDT Martin Owens But say, you were going to run an event. You could choose to run it on Facebook/Discord/Youtube whatever, and exclude members of the community in other parts of Inkscape. Or you could run it on inkscape.org and link from Facebook & Discord & Youtube to (the forums, the galleries, the whatever the right tool is). That's what we mean by getting users to interact. They don't have to leave Discord, they just have to dip their toes into inkscape.org to post to competitions or things like that. 2020-06-06 09-58-13 PDT Martin Owens And pass me the link. 2020-06-06 10-30-41 PDT Martin Owens [RocketChat, GitLab, MailingList, Forums] <- contributor channels (places where community builds things), outposts -> [Twitter, Facebook, Youtube, Intagram, Discord, deviantArt], candidate for being a "is-group" channel but isn't -> [Matodon, PeerTube, ...] trying to think if there are any more. There probably are. 2020-06-06 10-06-27 PDT Martin Owens We also need to set up a peertube account. 2020-06-06 10-19-09 PDT Martin Owens I'm available for help, notes, hand-holding, etc. 2020-06-06 10-22-46 PDT Nick Windows 10 because I use altium, solidworks, and the adobe suite often 2020-06-06 10-17-04 PDT Nick I would have to download everything and try to repro to help out, if I do end up having the time, How should I get started? 2020-06-08 11-51-22 PDT Nick Anything else you need me to do? 2020-06-06 09-51-17 PDT Nick Haha cool 2020-06-06 10-11-35 PDT Nick Also, I am a computer scientist so I might be able to help out with Python, C, JS CSS, HTML, etc 2020-06-06 09-32-52 PDT Nick If that interferes with Inkscape's mission I totally understand 2020-06-06 10-03-37 PDT Nick Sure, I can do that If you end up building a separate page we should include all the other missed platforms like the ones mentioned at the bottom of this page: https://inkscape.org/news/2020/05/04/introducing-inkscape-10/ And obviously the youtube channel and the rocket chat aren't mentioned on the home page 2020-06-06 09-56-33 PDT Nick Clipboard - June 6, 2020 12:56 PM (https://chat.inkscape.org/file-upload/2Cgz4T5DEaoFbZe47/Clipboard%20-%20Jun…) 2020-06-06 10-23-39 PDT Nick Platforms: Twitter Youtube Instagram Rocket Chat Discord DeviantArt Mastodon 2020-06-06 10-12-21 PDT Nick I used it once for a project a couple years ago 2020-06-06 10-18-47 PDT Nick Alright, I might give it a shot tonight 2020-06-06 10-23-31 PDT Nick I keep ping ponging between Ubuntu and Windows for years lol 2020-06-06 09-49-27 PDT Nick That makes total sense to me. a) Yes b) Rocket chat is actually the best alternative! I am not sure how familiar you are with Discord but the reason that users would not be likely to leave the Discord is because it is a central location for numerous platforms 2020-06-06 09-50-56 PDT Nick Yeah, that sounds like a good idea, a place for social media platforms that aren't directly endorsed by Inkscape 2020-06-06 11-09-46 PDT Nick Let me know if those work or if you'd prefer something more old-fashioned 2020-06-06 11-09-04 PDT Nick Social Media Icons.zip (https://chat.inkscape.org/file-upload/WocQNwwEG6QCcdSWP/Social%20Media%20Ic…) 2020-06-06 09-56-29 PDT Nick That totally makes sense, I will put a larger effort towards linking back to inkscape.org and the forums inside my platform to inspire people to contribute. So, maybe these platforms that aren't listed yet should be listed here: 2020-06-07 07-46-53 PDT Nick The source is in the zip. If you mean the logo sources I got them all from their press kits posted on their websites. 2020-06-06 09-31-31 PDT Nick Great, let me know what you need from me and I will get it to you asap 2020-06-06 09-30-13 PDT Nick Hi, would it be possible to list the Discord somewhere on the website? 2020-06-06 09-57-40 PDT Nick That totally makes sense 2020-06-06 10-22-24 PDT Nick Windows 10 with Ubuntu VM 2020-06-08 13-39-49 PDT Nick RocketChat: https://chat.inkscape.org/home Website: https://inkscape.org/ Forums: https://inkscape.org/forums/ Mailing Lists: https://lists.inkscape.org/postorius/lists/ GitLab: https://gitlab.com/inkscape Mastodon: https://mastodon.art/@inkscape YouTube: https://www.youtube.com/channel/UCKKj0FJtVE8sGn4afabKvTA Twitter: https://twitter.com/inkscape Facebook: https://www.facebook.com/Inkscape.org Instagram: https://www.instagram.com/inkscapeofficial/ DeviantArt: https://www.deviantart.com/inkscapers Reddit: https://www.reddit.com/r/Inkscape/ Discord: https://discord.gg/n9eJekh 2020-06-08 13-44-06 PDT Nick Social Media Icons.zip (https://chat.inkscape.org/file-upload/LQabxZobYixroeGEe/Social%20Media%20Ic…) 2020-06-08 13-44-12 PDT Nick Added reddit^ 2020-06-06 09-32-35 PDT Nick Sadly not, it is proprietary freeware. The server currently has ~300 members 2020-06-06 10-23-45 PDT Nick Anything I'm missing from this list? 2020-06-06 10-10-26 PDT Nick Agreed, If you'd like I can do a quick redesign of all the logo buttons so they look similar but still hold true to the old-style design
1 0
0 0
[Webmaster] Rocket.Chat, 1 Users, 3 Messages, 0 Files, 400200 Minutes, in Direct Message Between: recena & rocket.cat
by no-reply@chat.inkscape.org 30 Apr '21

30 Apr '21
2020-12-11 18-00-04 PST Rocket.Cat *Rocket.Chat Alert:* *Warning* Please note that push to official Rocket.Chat mobile apps is unavailable for non-registered servers. See how to register your server [here], and check our forum for more details. If don't want to receive new notifications and are running version 3.5 or higher, you can turn it off in Administration > General > Updates > Enable the Update Checker. https://docs.rocket.chat/guides/administrator-guides/connectivity-services#… 2021-01-04 02-26-15 PST Rocket.Cat *Action required* The mobile notifications were disabled to all users, go to "Admin > Push" to enable the Push Gateway again 2020-07-24 19-00-24 PDT Rocket.Cat *Rocket.Chat Alert:* *Notice* Be sure to register your server before July 31, 2020 to keep your mobile notifications flowing. https://forums.rocket.chat/t/enforcing-registration-requirement-to-utilize-…
1 0
0 0
[Webmaster] Rocket.Chat, 2 Users, 45 Messages, 0 Files, 976966 Minutes, in Direct Message Between: pedro.silva & michele
by no-reply@chat.inkscape.org 30 Apr '21

30 Apr '21
2019-06-20 06-16-35 PDT Pedro Pinto da Silva https://www.portucalio.com/blog/ 2019-11-28 08-44-55 PST Pedro Pinto da Silva I want to add it at the end 2019-06-22 12-49-36 PDT Pedro Pinto da Silva just did ;) 2019-11-28 08-44-44 PST Pedro Pinto da Silva and Michèle Thibeau for tweaking my grammar ;) 2019-06-22 12-43-01 PDT Pedro Pinto da Silva so I need to invite him for a Pilsner (Czech proper beer) 2019-06-20 06-24-09 PDT Pedro Pinto da Silva oh and also tried to make impact with the kids by visiting their school https://portucalio.com/blog/post/escolinha-portuguesa/ 2019-06-22 08-22-47 PDT Pedro Pinto da Silva [ ](https://chat.inkscape.org/direct/michele?msg=AAGH9xB5ZSjqrzWFG) and which want do you want? I can send you bigger size. () 2019-06-20 06-25-28 PDT Pedro Pinto da Silva oh and if you need any translation for PT_PT or PT_BR just ask :) 2019-06-20 06-15-29 PDT Pedro Pinto da Silva I just saw the last podcast 2019-06-22 12-42-17 PDT Pedro Pinto da Silva Wow such a small world :) 2019-06-22 08-27-56 PDT Pedro Pinto da Silva Yes, I was actually already involved with community both through the Ubuntu Portugal community (by being invited to the podcast and share how I work 100% with FLOSS tools); With Inkscape Portuguese groups, by trying to help newcomers our designers that come from Adobe nightmare-ecosystem and I even did some workshop in the city that I live (Prague, Czech Republic) . I have some information regarding these things in my personal website https://pedropintosilva.com/talks-and-lectures/ 2019-06-20 06-18-02 PDT Pedro Pinto da Silva A Calendar completely done with Inkscape and Scribus (more info on how at category https://portucalio.com/blog/tags/backstage/) 2019-11-28 08-38-56 PST Pedro Pinto da Silva thanks!! 2019-06-20 06-22-53 PDT Pedro Pinto da Silva and now my goals is to make everything available under CC BY-SA 4.0 on Github as explained here https://portucalio.com/blog/post/april-freedom/ 2019-06-22 08-28-40 PDT Pedro Pinto da Silva because until then I just new about Telegram groups 2019-06-20 10-51-43 PDT Pedro Pinto da Silva I didn't take much 2019-06-20 10-53-06 PDT Pedro Pinto da Silva but if you need any picture from here https://portucalio.com/blog/post/may-coffee-time/ feel free to steal it or if you want bigger size or the editable (gimp, darktable) feel free to ping me here 2019-11-28 08-44-41 PST Pedro Pinto da Silva is this ok ? 2019-06-22 12-47-43 PDT Pedro Pinto da Silva no no 2019-06-20 10-51-25 PDT Pedro Pinto da Silva Thank you, glad you like it! 2019-06-20 06-16-21 PDT Pedro Pinto da Silva and also would like to leave here information about a love project of mine: 2019-06-22 08-22-04 PDT Pedro Pinto da Silva [ ](https://chat.inkscape.org/direct/michele?msg=gjqhwpqRjfca5GwFD) yes you have permission to do whatever you want () 2019-06-22 08-27-56 PDT Pedro Pinto da Silva [ ](https://chat.inkscape.org/direct/michele?msg=XNoG6XkDD3SpQ4Yyb) perfect! () 2019-06-20 06-15-20 PDT Pedro Pinto da Silva Hello Michele :) 2019-06-22 12-46-56 PDT Pedro Pinto da Silva yup 2019-06-20 10-51-39 PDT Pedro Pinto da Silva and if you need any picture from there let me know 2019-06-22 08-28-28 PDT Pedro Pinto da Silva but I discover that this chat existed because of LGM and Jabier 2019-06-20 06-15-55 PDT Pedro Pinto da Silva and I would like to start to say, thank you for your contributions 2019-06-22 12-47-45 PDT Pedro Pinto da Silva [ ](https://chat.inkscape.org/direct/michele?msg=SxAthxzr6yNAfrAPC) this it's me () 2019-06-20 06-20-59 PDT Pedro Pinto da Silva at the 1st stage I try to sell it without saying no one about the libre tools involved (just so people got involved and actually see it and use it) then at 2nd stage I started to document how we (my girlfriend and I) worked and promoting the Inkscape 2019-06-22 08-29-22 PDT Pedro Pinto da Silva :) 2019-06-20 06-21-52 PDT Pedro Pinto da Silva meanwhile I tried to do events like the one in February https://portucalio.com/blog/post/february-i-love-porto/ 2019-06-22 08-18-02 PDT Michèle Thibeau Above is the original tweet - this is my revised version: "@inkscape workshop was really cool. Learn some tricks with alpha version; exchanged techniques and shortcuts and most of all we could express and influence the upcoming version! The developers really listened and were eager to share and discuss. And we played with amusing laser cuts toys by Jürgen Weigert." Can we say that you met team members at LGM and decided to get involved with the project? 2019-06-22 12-47-45 PDT Michèle Thibeau I have two twitter accounts - one for my design stuff here: https://twitter.com/zigzagmlt?lang=en 2019-06-20 09-47-38 PDT Michèle Thibeau Hi Pedro! Thanks for checking out the community and wanting to get involved. Your site looks cool. I love the images and the creative expressions - light is such an impressive thing when it comes to seeing our world. Light and shadow and the way they play are fascinating. I also do digital art, and so I love creating too. You can send your notes here, if you wish. I'm currently on my lunch break at the office, so you normally can find me hanging out here more on the weekends or early morning / later evening EDT when I am home. Looking forward to collaborating with you! 2019-06-22 12-47-17 PDT Michèle Thibeau Is this you? https://twitter.com/silvapedro?lang=en 2019-06-22 08-16-02 PDT Michèle Thibeau Thanks, Pedro! I might just use one or two, depending on how many we use. The others had pics from their phones, so dark and small. Can I quote you, using your tweet? I'd like your permission to correct it a bit, if that's okay. Can you confirm that this is what you mean? Thanks! 2019-06-22 12-48-55 PDT Michèle Thibeau If you follow me back there you'll see my design work! And I can message you and Kenn. 2019-11-28 04-49-30 PST Michèle Thibeau I think those are the main points that could help readers quickly. If you want me to do any more, just let me know. Great job! Looking forward to reading your next article! 2019-06-22 08-16-24 PDT Michèle Thibeau @inkscape workshop was really cool. Learn some tricks wrt alpha version; exchange techniques and shortcuts and most of all we could express and influence the upcoming version! The developers really listened and were eager to share and discuss. And play with amusing laser cuts toys by Jürgen Weigert ❤️. #scribus devs were there as well and so I couldn't resist but show my appreciation by giving #portucalio to every developer (present) from these lovely tools ❤️🤩 THANK YOU! - original tweet @inkscape workshop was really cool. Learn some tricks wrt alpha version; exchange techniques and shortcuts and most of all we could express and influence the upcoming version! The developers really listened and were eager to share and discuss. And play with amusing laser cuts toys by Jürgen Weigert ❤️. #scribus devs were there as well and so I couldn't resist but show my appreciation by giving #portucalio to every developer (present) from these lovely tools ❤️🤩 THANK YOU! 2019-06-22 12-48-12 PDT Michèle Thibeau Right! I am looking through my zigzagmlt one... I'll find you! 2019-06-22 12-51-03 PDT Michèle Thibeau Cool! Message sent! 2019-06-22 12-45-50 PDT Michèle Thibeau His name is Kenn. Let me see if I can hook you up via Twitter... I believe you began following me earlier? 2019-11-28 04-48-47 PST Michèle Thibeau Hi Pedro! As promised, here are the couple of words I'd suggest tweaking: 1. (first paragraph) "I have been using Inkscape 1.0 daily and..." 2. (above Donate to Inkscape visual) "Boom! Now be sure to:" 3. (paragraph below Support Inkscape visual) "I also bought myself the print version..." 4. (In File a bug bullet point) "I can attest that by doing this you will end up being an active part of the development process and, likely, you will be happier with the results. You can do so via inkscape/report or you can consult/read some old bugs in Launchpad 5. (Next bullet point) "Not enough gimme more..." 2019-06-22 08-41-55 PDT Michèle Thibeau Cool! I have a good friend who lives in Prague some of the time. He's Canadian, like I am, and also lives on the West Coast... but we're both from the East Coast. I thought you were not living in Portugal. Prague seems like a beautiful city.
1 0
0 0
[Webmaster] Rocket.Chat, 2 Users, 16 Messages, 0 Files, 1131999 Minutes, in Direct Message Between: ipatch & RdH
by no-reply@chat.inkscape.org 30 Apr '21

30 Apr '21
2019-03-04 13-48-39 PST René de Hesselle I'm curious about how many pitfalls I'll encounter... I haven't done this for an app that big yet. In the next few days I'll know more 2019-03-04 14-13-08 PST René de Hesselle The guys from IRC said that you're working on this as well, but couldn't tell me how far along you are. Can you tell me something about the progress you've made? - I'm tracking my progress publicly on [GitHub](https://github.com/dehesselle/mibap) (it's not pretty yet, everything still much work in progress). Right now I am building the aforementioned script. 2019-03-04 14-28-27 PST René de Hesselle lol thats awesome :smile: 2019-03-04 14-13-50 PST René de Hesselle I'd like to avoid putting time into something and then see it wasted because someone else has already done it. 2019-03-04 13-55-58 PST René de Hesselle Yes. 2019-03-04 14-33-39 PST René de Hesselle So the world of people building/packaging on macOS is smaller than I thought :stuck_out_tongue_winking_eye: 2019-03-05 02-39-15 PST René de Hesselle I'll be there. 2019-03-04 13-39-15 PST René de Hesselle Hi :wave:, I'm writing it myself. The first iteration will be a shellscript that creates the app bundle directory structure, copies all the required libs into it and then rewrites the absolute paths of all libraries to rpath. 2019-03-04 18-11-03 PST capin hey, we're _and I use that term collectively_ gunna be discussing mac packaging in the main #team_devel_mac channel ~ 11AM CST _that's Central Standard Time US_ if you want to join 2019-03-04 13-45-11 PST capin nice 2019-03-04 13-59-03 PST capin nice. 2019-03-05 07-15-34 PST capin 👍 2019-03-04 13-54-05 PST capin have you ever made an **.app** bundle before? 2019-03-04 14-27-08 PST capin lulz, i'm github.com/ipatch 2019-03-04 14-39-36 PST capin yup 2019-03-04 13-22-19 PST capin hi 👋, what process are you using to bundle an app for macOS?
1 0
0 0
[Webmaster] Rocket.Chat, 2 Users, 31 Messages, 0 Files, 1146590 Minutes, in Direct Message Between: Tav & jabiertxof
by no-reply@chat.inkscape.org 30 Apr '21

30 Apr '21
2019-02-25 22-57-08 PST Jabier Arraiza 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 Fixed!!!! you have a MR on your Inbox! 2019-02-26 15-09-50 PST Jabier Arraiza maybe we dont need duple it 2019-02-26 15-15-46 PST Jabier Arraiza currently we can relay on move 2019-02-22 10-14-28 PST Jabier Arraiza :) 2019-02-26 15-10-51 PST Jabier Arraiza I think default is move and with Ctrl or Shift is dupled 2019-02-25 23-26-44 PST Jabier Arraiza both in same place https://gitlab.com/Tavmjong/gtk_sandbox/merge_requests/4/diffs#ab9421dc8125… 2019-02-22 10-14-48 PST Jabier Arraiza I just reply on common to the question 2019-02-26 15-09-33 PST Jabier Arraiza or move sorry 2019-02-23 03-47-26 PST Jabier Arraiza 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 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 somethin sililar to old Painter UI http://splinet.narod.ru/tutorials/metapaint/figure01.jpeg 2019-02-27 13-19-25 PST Jabier Arraiza Contract 2019-02-26 15-09-25 PST Jabier Arraiza or copy 2019-02-27 09-52-05 PST Jabier Arraiza I can improve it a bit more? I want to add expanders to contact notebooks 2019-02-26 15-15-12 PST Jabier Arraiza 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 great! 2019-02-25 03-25-10 PST Jabier Arraiza 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 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 here you see better http://img15.nnm.me/9/f/a/2/c/83edd4c45debd738477de4623ab.jpg 2019-02-26 15-09-13 PST Jabier Arraiza you can add two and use with modifiers to duple tab 2019-02-22 10-12-25 PST Tavmjong Bah 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 I don't know if tabs are considered to be "data". 2019-02-25 17-47-34 PST Tavmjong Bah It will take some time me to study what you did. Thanks for doing it! 2019-02-27 09-50-41 PST Tavmjong Bah I'll demo your version at the hackfest and get feedback on the interface. 2019-02-26 15-08-38 PST Tavmjong Bah 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 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 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 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 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 (DEST_DEFAULT_ALL is the default value)
1 0
0 0
[Webmaster] Rocket.Chat, 1 Users, 1 Messages, 0 Files, 421802 Minutes, in Direct Message Between: DannyHan & A_Laur
by no-reply@chat.inkscape.org 30 Apr '21

30 Apr '21
2020-07-10 14-43-26 PDT Justin Bieber hello
1 0
0 0
[Webmaster] Rocket.Chat, 2 Users, 116 Messages, 0 Files, 894255 Minutes, in Direct Message Between: pdurbin & doctormo
by no-reply@chat.inkscape.org 30 Apr '21

30 Apr '21
2019-09-17 20-04-45 PDT pdurbin Oh dear. I hope you're able to connect with your family. My condolences. 2019-09-22 18-04-11 PDT pdurbin I'll have to pick your brain about the future of the FSF some other day. Enjoy! 2019-09-07 10-14-52 PDT pdurbin Yikes. 2019-09-07 21-48-48 PDT pdurbin Cool. Maybe! 2019-08-28 18-38-40 PDT pdurbin Ok. I don't think I can commit yet to Sunday night but I'll keep you posted. 2019-09-19 15-58-33 PDT pdurbin Heading to the UK? 2019-08-17 04-21-54 PDT pdurbin Nice. I'll have to check it out. A friend from Australia once served us KO Pies. 2020-03-30 13-51-20 PDT pdurbin Yes, the smaller the better. I'm already contributing to the new manual, helping @Moini out. I was thinking code or maybe QA'ing a merge request. 2020-02-29 15-06-06 PST pdurbin Wow Erika's art is awesome!! I'm hoping to get my 6yo into Inkscape soon. As for timing I was thinking after work, but not too late since my hubby might kill me leaving him w the kids and the baby too long lol. 5/530/6... would that be doable? What were you thinking? We have 2 secret doors btw :-) ~m 2019-08-22 17-45-04 PDT pdurbin Tomorrow (Friday) I'm getting my kids to the airport to go visit my parents for a week. So I'm a little out of sorts. You can go ahead and message me here tomorrow (maybe when you get close to HMS) and we'll see if we can work something out. :) 2019-09-04 16-57-43 PDT pdurbin Nice. Want me to swing by Longwood? If so, what time? 2019-09-06 03-10-29 PDT pdurbin No worries. Going to Grendel's on Sunday? Raman says hi. 2019-09-16 09-52-13 PDT pdurbin Bummer. 🙂 2019-09-22 17-57-11 PDT pdurbin Oh! I just said goodnight to Ian and left Grendel's. Walking to my bike. 2019-08-28 19-08-43 PDT pdurbin Well, it's huge that my Mac at work can have Inkscape on it now. And maybe other Macs, including my colleague who made the pull request. :) 2019-09-11 18-58-13 PDT pdurbin Had lunch today with a guy who uses Django a lot. He gave me some advice for a project I inherited from Raman. 2019-09-04 16-26-43 PDT pdurbin I'm having coffee with Raman tomorrow. How is your Friday morning looking? :) 2019-09-08 10-47-34 PDT pdurbin Ok, it's looking like a yes, I'll be there. Want to meet up a little early? If so, what time? 2020-02-29 13-33-44 PST pdurbin And evening is more standard for a weekday meetup, I believe, wouldn't you think? 2020-02-29 13-33-22 PST pdurbin There's no way I could go during the day. It would have to be in the evening. 2019-08-28 15-38-46 PDT pdurbin I hear ya. Are you going to Grendel's on Sunday? 2019-08-28 18-49-14 PDT pdurbin Ok. Thanks. 2019-08-28 18-44-03 PDT pdurbin I've never been there either. Do any Inkscape people go to FOSDEM? :) 2019-08-17 15-08-19 PDT pdurbin I used to eat at an Indian place near there when I worked at Berklee. 2020-03-30 13-51-39 PDT pdurbin Or reproducing a Mac issue, if that's helpful. 2019-08-22 13-00-35 PDT pdurbin Hi! Maybe! If so, what time were you thinking? 2019-08-28 08-43-07 PDT pdurbin Yes, it was quite a busy day. How is this Friday looking for you? 2019-08-29 10-04-41 PDT pdurbin It seems to work pretty well on the family iMac at home. I haven't installed it on my work laptop yet, which is also a Mac. I feel like the Cmd-backtick shortcut may not work (to switch windows) but I'll have to double check. 2020-03-30 13-56-51 PDT pdurbin Thanks! All this helps a lot. I might ping you before I do more than just poking around. :) 2020-03-30 13-48-32 PDT pdurbin Hi! Over in #team_devel_mac I asked if there is any way I can help. I'm home with the kids this week. Back to work (remotely) next week. :) 2020-02-29 13-29-43 PST pdurbin It it were a Tue, Wed, or Thu at Red Hat, what time would work for you? 2020-03-01 16-57-29 PST pdurbin Oh, hey, I'm not going to Grendel's tonight after all. Please say hi to Ian for me. Any thoughts on the first Wednesday to target? Not during April Vacation, please. :) 2019-08-17 16-42-40 PDT pdurbin Gotcha. I'm reading your email about Fridays at HMS. Maybe we could meet up a half hour before you usually begin your day on some Friday. 2020-02-29 13-26-08 PST pdurbin I might be able to do smtg on a monthly basis... Im just recently off maternity leave so Im not going into Boston yet Im wfh up in Melrose but I need to start transitioning back soon. I live not far from Oak Grove so anything convenient to orange is easiest for me, Cambridge is a bit harder for that reason. Bc it's Inkscape I can offer you Red Hat Boston near South Station if itd work for you. We have the room with the big touch screens and attached kitchen with comfy couch and lounge chairs I can reserve for us. It'd have to be on a Tues, Weds, or Thurs. We're building out a new floor of the building too but it's not planned to be ready until mid to late summer iirc but it's meant to be a meeting space. I have an illustration intern coming in this summer starting in late May, she's studying at MassArt and will be using Inkscape, she might be able to come even before the internship starts too maybe. ~m 2019-08-16 16-47-59 PDT pdurbin Test. 2019-09-12 16-24-14 PDT pdurbin Do they have a website? I can't find it. 2019-09-08 16-39-34 PDT pdurbin Are you inside or outside? I'm inside Grendel's. 2019-09-12 17-35-19 PDT pdurbin Congrats to Mo! Boy or girl? 2019-09-20 16-10-23 PDT pdurbin Ok. I'm still thinking I might go to Grendel's. Good luck with your travels. 2019-09-07 09-01-43 PDT pdurbin Hope you're feeling better! 2019-09-07 16-03-59 PDT pdurbin So. Sunday night at Grendel's? I'm thinking about it. 2019-08-28 18-50-51 PDT pdurbin A Dataverse logo SVG tweak came through as a pull request today. Exported from Illustrator. Oh well. :) 2019-09-15 06-41-41 PDT pdurbin I have an old friend from when we both worked at Berklee who loves Inkscape and might meet us at Grendel's some day. 2019-09-20 16-30-05 PDT pdurbin Ok. Please keep me posted! 2019-09-08 16-27-29 PDT pdurbin 5 minutes 2019-08-17 13-41-21 PDT pdurbin Ah. Ok. The Cornish place is somewhat new, I assume. 2019-09-17 16-04-15 PDT pdurbin Plenty to talk about at Grendel's this week. Are you planning on going? 2020-02-29 17-36-02 PST pdurbin I told her the earliest I can get there is 5. So yeah, same. :) 2020-03-30 13-49-55 PDT pdurbin Not especially. I mean, it's ok. I just thought I might have a little time here and there this week. :) 2019-08-28 18-40-08 PDT pdurbin Heh. I can report that I'm going to FOSDEM for the first time! I just booked flights and hotels. Have you ever been? 2019-09-12 16-04-11 PDT pdurbin Yes! Let's do it! 2019-09-15 11-25-32 PDT pdurbin Are you going tonight? 2019-09-22 13-25-41 PDT pdurbin How did things shake out? 2019-09-08 15-56-10 PDT pdurbin Cool. I'm about to hop on my bike. 2019-09-14 07-41-01 PDT pdurbin Gotcha. 2019-09-05 14-36-37 PDT pdurbin What time were you thinking? 2020-02-29 13-38-35 PST pdurbin I'm asking her what time of day she had in mind. 2019-09-08 16-24-33 PDT Martin Owens Arrived 2019-09-22 17-48-51 PDT Martin Owens I'm here 2019-08-16 19-25-32 PDT Martin Owens I'm at the Cornish pasty co on mass ave. The finest British food this side of the big pond. 2019-09-22 17-59-30 PDT Martin Owens I was at million year picnic for an hour. 2019-08-22 20-59-36 PDT Martin Owens Sounds like you've got quite a day packed. I'll message, but don't worry about it, we can meet next week too. 2020-03-30 13-50-15 PDT Martin Owens That's great, but you'll need something small to get started on 2019-08-28 18-44-17 PDT Martin Owens Most Inkscape people are European. 2020-03-30 13-52-40 PDT Martin Owens For coding, I'd have a look at the bug list here: https://gitlab.com/inkscape/inkscape/-/boards 2019-09-13 02-05-41 PDT Martin Owens I'm not sure yet. 2019-09-04 16-27-49 PDT Martin Owens It's looking good! 2020-02-29 13-15-09 PST Martin Owens The weekday thing fits with Mo's MO. I think she's in the office only some days and tends to only do things during work hours. Did she say what times? 2020-03-30 13-52-51 PDT Martin Owens (there are mac tags too, but those bugs are nasty hard) 2019-08-17 16-12-10 PDT Martin Owens I think that's the same place. B/c it used to be an Indian place and there isn't one near there now. 2019-09-17 19-21-15 PDT Martin Owens I might not. My grandmother just died, so I may be in the UK. It's all a bit in the air. 2019-08-17 13-20-52 PDT Martin Owens Sam the man is the owner there. He goes surfing a lot or used to. 2019-09-19 18-32-24 PDT Martin Owens Yes 2019-08-28 18-52-41 PDT Martin Owens As for it to be pulled through Inkscape as a favour to me :-D 2019-09-08 16-43-28 PDT Martin Owens I'm at million year picknick 2019-09-12 17-14-07 PDT Martin Owens Oh and Mo had her baby btw. :-) 2020-02-29 13-30-58 PST Martin Owens A work thing I could do from 11am, and if social. That could be lunch time or dinner time depending. 2019-08-16 19-25-03 PDT Martin Owens Hello! 2019-09-12 17-13-23 PDT Martin Owens Yes-ish. I think they have a website but not deployed. 2020-02-29 13-15-31 PST Martin Owens (I'm posting here because it's more personal details etc) 2019-08-28 18-44-12 PDT Martin Owens Not that I know of. 2019-08-28 17-13-06 PDT Martin Owens (or meet you somewhere specific beforehand) 2019-09-16 08-45-29 PDT Martin Owens I did go, yes! Missed your message here. And you missed my wild hair colour :-D 2019-09-12 17-13-56 PDT Martin Owens I just met a friend from RedHat here in Ashmont surprisingly since he lives in southie. 2019-09-12 06-27-44 PDT Martin Owens Cool, was the advice "don't use django-cms"? because I know that one already ;-) 2019-08-28 18-44-43 PDT Martin Owens But not heard of any going to FOSDEM 2019-08-28 19-09-23 PDT Martin Owens your happy with the build? 2019-09-07 09-22-55 PDT Martin Owens I didn't even get to do any work 2019-08-22 14-35-25 PDT Martin Owens Not sure, I should be able to ride out of Ashmont early. And my only piece is giving a talk after lunch. 2019-09-20 16-11-19 PDT Martin Owens Thanks. I may still end up going this week, depends on how things shake out. 2019-09-04 21-44-54 PDT Martin Owens Yes, should also be available tomorrow/today (Thursday) in longwood too :-) 2020-02-29 13-29-21 PST Martin Owens Ah that makes sense. 2020-02-29 15-43-05 PST Martin Owens Those times work for me. 2019-09-22 17-59-16 PDT Martin Owens Oh sorry to miss you. Just sat down. 2019-09-06 01-00-01 PDT Martin Owens Not sure now. Everyone is away at some weird office wide field conference. As a contractor I wouldn't be there. 2019-09-18 08-15-46 PDT Martin Owens Thank you. 2019-09-07 20-51-59 PDT Martin Owens I'll be there for sure. Hope to see you there! 2019-08-28 17-12-46 PDT Martin Owens Yes, should be there again this week. 2020-02-29 13-30-14 PST Martin Owens It depends if it's a social event or more of a work event. 2019-09-12 16-02-47 PDT Martin Owens This might be the time to team up and see what can be done accross the universities. 2019-09-07 09-22-47 PDT Martin Owens A bit yes, I went on a number of walks groaning like some sort zombie trying to overcome. :-D sleep and no sleep, all whacked. 2020-03-30 13-52-20 PDT Martin Owens It can be. So Merge requests you should go here: https://gitlab.com/inkscape/inkscape/-/merge_requests?scope=all&utf8=%E2%9C… 2019-08-28 18-39-04 PDT Martin Owens NP 2019-08-28 11-25-20 PDT Martin Owens I'm not sure on this Friday. With school starting and everything in the calendar going all weird. 2019-08-28 18-39-13 PDT Martin Owens I dead from reading about Brexit anyway 2020-03-30 13-49-08 PDT Martin Owens Did you get pointed i the right direction? 2020-03-30 13-57-51 PDT Martin Owens Sure thing! I might be asleep but I'll get to it 2020-03-02 08-08-12 PST Martin Owens No thoughts on first Wednsday, I'm kinda still dizzy and not myself atm. 2020-03-30 13-50-28 PDT Martin Owens Do you want to code or would you like to look at some docs? 2019-09-12 16-02-33 PDT Martin Owens Information: RedHat are focusing a project called BOSSY (Boston Open Source), the project is at the moment focused on BU because that's the relationships they have, but they expect to also involve Northeastern. There they have some money for student workers and snacks to organise talks, educating on open source tools, contributing and other important topics. 2019-08-22 10-37-50 PDT Martin Owens Are we meeting tomorrow at HMS? 2019-08-28 17-12-59 PDT Martin Owens Let me know if you want to meet up and I'll keep an eye open. 2019-09-08 15-51-48 PDT Martin Owens I'm on the train now. So any lime in 25mins onwards works for me. 2019-08-28 18-40-27 PDT Martin Owens Never to FOSDEM, only been to SCaLE 2019-09-19 18-32-35 PDT Martin Owens But not quite yet. There are delays getting family together. 2019-09-08 16-43-36 PDT Martin Owens Nearby
1 0
0 0
[Webmaster] Rocket.Chat, 2 Users, 6 Messages, 0 Files, 87961 Minutes, in Direct Message Between: doctormo & mike.croghan
by no-reply@chat.inkscape.org 30 Apr '21

30 Apr '21
2021-02-26 14-15-02 PST Martin Owens Hello Mike 2021-02-26 14-15-19 PST Martin Owens You need to download the file to your computer to edit it 2021-02-26 14-07-11 PST Mike Croghan Hello, doctormo. Thanks for your quick reply. After posting my first message, I found the Inkscape file I'd made on Google. But of course, I can't revise or edit. Suggestions? 2021-02-26 14-09-41 PST Mike Croghan Oh, and forgot to answer your message. I'm way new to Inkscape. That drawing was my first and only. 2021-02-26 15-13-50 PST Mike Croghan I have it in an open tab in Google and on my desktop. But I don't know how to get it to Inkscape or some place I can continue to work on it. 2021-02-27 07-54-13 PST Mike Croghan Good morning, doctormo. I browsed around this morning and got a lead off YouTube. By opening the 'file' menu on Inkscape and choosing 'import, I saw my desktop listed. I chose the file I wanted and BOOM!, it opened in Inkscape. Gotta go! My file awaits my attention! Thanks tons for your help!
1 0
0 0
[Webmaster] Rocket.Chat, 2 Users, 5 Messages, 0 Files, 711198 Minutes, in Direct Message Between: victorwestmann & jabiertxof
by no-reply@chat.inkscape.org 30 Apr '21

30 Apr '21
2019-12-22 12-21-54 PST Victor Westmann :smile: :thumbsup: 2019-12-21 18-44-05 PST Victor Westmann Let me know if you believe I can help you ok? :thumbsup: 2019-12-21 18-43-52 PST Victor Westmann Michele mentioned you could use an extra pair of hands to do some testing in Inkscape for the Windows platform 2019-12-21 18-43-35 PST Victor Westmann Hey Jabier, how are you doing today my friend? 2019-12-22 12-03-56 PST Jabier Arraiza thanks so much for the offer, I ping you when need, Thanks!!!!!
1 0
0 0
[Webmaster] Rocket.Chat, 2 Users, 13 Messages, 0 Files, 527664 Minutes, in Direct Message Between: c.rogers & windell.oskay
by no-reply@chat.inkscape.org 30 Apr '21

30 Apr '21
2020-04-27 09-41-45 PDT C.Rogers Yes, I think we'll leave it open. You can also email me at cajhne(a)gmail.com anytime if you have questions or concerns. 2020-04-27 06-37-51 PDT C.Rogers You asked if you'd overstepped your bounds, and I wanted to address that privately with you to help clear things up, if you have questions. :) 2020-04-27 06-36-11 PDT C.Rogers Hi! :) 2020-04-27 09-42-22 PDT C.Rogers And again, thanks for keeping an eye out for us. :) 2020-04-27 09-32-57 PDT C.Rogers You're spot on about calling a moderator about it, though. :) There's not really much need to address the person directly if they are not behaving. Seldom does it do anything but escalate. People gotta calm down first. 2020-04-27 06-36-50 PDT C.Rogers Just wanted to touch base on the "incident" we discussed privately a few days ago. 2020-04-27 09-41-05 PDT C.Rogers My pleasure. Inkscape has always been a welcoming group of people for me, and it's my pleasure to help preserve that for others too. 2020-04-27 09-38-37 PDT C.Rogers Thanks for your help in the situation, and joining the discussion on it. :) Hope you had a great weekend despite the drama. 2020-04-27 09-31-27 PDT C.Rogers Yes. As an unwritten rule, we don't tell people they aren't welcome. It's fine to ask them to leave if they are misbehaving, but no one in the project has the authority to tell people they are not welcome in the forums, or in the project. It's how we preserve our reputation as being freindly and open to everyone (even if they are violating the CoC, which frankly, everyone does from time to time). 2020-04-27 09-40-29 PDT Windell Oskay Can you leave the #private_coc channel open, or create a #mod_request channel, or some other routine method for some of us or all of us to request mod help when needed? 2020-04-27 09-13-27 PDT Windell Oskay Hey, thanks. In retrospect, I should have waited until I was able to recall who to summon for moderation, rather than directly engaging. In the moment, the language that I saw being used was well past unacceptable, and I felt partial responsibility for shutting it down immediately. 2020-04-27 09-39-58 PDT Windell Oskay And, thank you for all of your hard and teeth grinding work this. 2020-04-27 09-43-12 PDT Windell Oskay Thanks!
1 0
0 0
[Webmaster] Rocket.Chat, 9 Users, 16 Messages, 0 Files, 514306 Minutes, in #help
by no-reply@chat.inkscape.org 30 Apr '21

30 Apr '21
2020-05-10 16-59-43 PDT Lydia Hill Hi I have a cross stitch machine embroidery pattern and when I open it in inkscape it has these small scissors all over. I believe the are jump stitches that I would normally cut. I was wondering if they can be decrease if not eliminated 2020-05-11 21-33-09 PDT catherine IDK if anyone can help me. I am new to Inkscape. I just downloaded it yesterday and have been playing with it. I messed up so many settings and want to return to the default settings. I am on a Mac and have scoured the internet to figure out how to do this. Only one source came up but it proved useless for me. Please help. I don't know how to get the old Inkscape back and no matter how many times I delete and reinstall, the default settings have not reappeared ... because I'm sure the program is "living" somewhere on my computer. 2020-05-06 21-56-28 PDT David Rojas Hello, I am wondering if the break apart function changed with 1.0 because I can not get it to work in the same way as before 2020-05-14 09-19-36 PDT Darryl Miller Dowmloaded newest version, Font is locked in on one font, can't change. Also can't scroll through the fonts. 2020-05-17 11-02-23 PDT Darryl Miller Why is minus up and the plus down on the left side measurement? How can I change? 2020-05-06 13-15-31 PDT katherine greer I am trying to thicken my font on inkscape and a tutorial i watched mentioned that you use the outset option under path, however it will not allow me to use the function...help? 2020-05-07 16-17-11 PDT Mary H I dont know the inkscape vocabulary yet so I dont know an easy way to ask this. If I have an object, say a triangle, and I want to echo the path .25" to the outside, how do I do that? 2020-05-25 18-56-31 PDT Moini Private Group (room_changed_privacy) 2020-05-21 11-40-55 PDT Johannes Lingenfelder Has joined the channel. 2020-05-10 16-58-58 PDT Lydia Hill Has joined the channel. 2020-05-11 21-30-23 PDT catherine Has joined the channel. 2020-05-09 03-13-49 PDT TL Stanbro Has joined the channel. 2020-05-06 21-55-47 PDT David Rojas Has joined the channel. 2020-05-14 09-17-07 PDT Darryl Miller Has joined the channel. 2020-05-07 16-16-37 PDT Mary H Has joined the channel. 2020-05-25 18-55-35 PDT Moini Has joined the channel.
1 0
0 0
[Webmaster] Rocket.Chat, 2 Users, 331 Messages, 6 Files, 1186915 Minutes, in Direct Message Between: ryangorley & c.rogers
by no-reply@chat.inkscape.org 30 Apr '21

30 Apr '21
2019-03-12 13-12-44 PDT C.Rogers what can I answer for you? 2020-04-25 09-39-10 PDT C.Rogers Hey man. I got a video call with my family in 30mins. Can we postpone a brainstorm for like tomorrow or something? I'm already fried. lol 2019-03-05 09-33-20 PST C.Rogers Yep. It is 2019-03-05 00-14-03 PST C.Rogers Them days are gone apparently. Chrome doesn't remember anything but my chat password for that site. 2019-03-05 05-59-08 PST C.Rogers Hi Ryan. Coupe things: 2020-06-06 09-34-32 PDT C.Rogers Also, how awesome is it that Doc wants to give us ctrl of the website? lol 2019-04-03 10-27-57 PDT C.Rogers I'm ready to go when you are, and yep! 2019-03-31 02-48-52 PDT C.Rogers It fits their theme much better 2019-03-31 02-48-32 PDT C.Rogers Also, I think they will prefer the finished super hero kid. 2020-06-06 09-44-27 PDT C.Rogers My main concern is that it's satisfying work. :) 2019-04-03 16-04-04 PDT C.Rogers Actually, one of them is off, hang on. 2019-04-03 16-09-28 PDT C.Rogers Sure, working up the colour sheet now. 2019-04-05 05-57-52 PDT C.Rogers Also link here: https://docs.google.com/document/d/1TGihkOiS9seyZSqb6epQrgCHy5K911DBPCw3LmB… 2019-04-05 12-58-06 PDT C.Rogers It really came together! Nice! 2020-06-06 09-35-11 PDT C.Rogers I figured that would be one of those eternal fight things. :) 2019-03-12 13-59-40 PDT C.Rogers What can I answer for you? 2019-03-12 14-09-37 PDT C.Rogers Cool, sounds perfect. 2019-04-11 15-38-29 PDT C.Rogers I eventually get this instead of a login screen: 2020-06-06 10-00-14 PDT C.Rogers Cool. I'll write him an email asking what time he'd like to meet this week for our first branding meeting. 2020-06-06 09-35-44 PDT C.Rogers Time to fish out the old inkscape website mockup you made earlier. :) 2019-04-05 14-00-11 PDT C.Rogers So basically, I'd be the 8th cat in your herd. ;) 2019-04-05 13-46-14 PDT C.Rogers (instead of unity) 2019-04-03 10-27-25 PDT C.Rogers Absolutely. 2019-04-05 05-57-37 PDT C.Rogers It's in your inbox. 2019-04-01 11-46-20 PDT C.Rogers Hi Ryan, as promised, here are some samples to pass along. Tell them not to worry about the colour too much at this point. I've used the cottonwood heights blue as a basis, but if they can send some visual samples (photos) of the shirts, I'll be happy to come up with a colour-scheme which works for them, and show them what they will look like on the shirts. 2020-06-06 09-56-23 PDT C.Rogers As far as short term plans, I think the first step is to define a style and branding for Inkscape as a basis, and start getting Vectors used to using it. 2019-03-31 02-46-45 PDT C.Rogers Hey. Yes, I'll have samples for you Monday. 2019-04-11 15-36-12 PDT C.Rogers getting the three dots on grey screen over and over. 2019-04-03 10-23-18 PDT C.Rogers Sure. What kind of shirt is it? I can send mockups of size and placement if they like. 2019-04-05 05-48-45 PDT C.Rogers Cool, thanks. 2020-01-16 06-31-29 PST C.Rogers (get everyone paid) :) 2019-04-02 11-19-40 PDT C.Rogers Rather "how much time do we have left"? 2019-03-05 10-29-53 PST C.Rogers Having a bit of trouble accessing our discussions about the logo. They don't seem to be showing up in freehive. 2019-04-03 10-24-54 PDT C.Rogers I'll do it today after I get back from my Linux meetup 2019-03-05 11-16-10 PST C.Rogers Sweet thanks. I really do appreciate the work too. 2019-03-05 09-34-19 PST C.Rogers Obviously let the printer know not to print the green dieline. That should go without saying, but I always say it anyway. 2019-04-11 15-38-47 PDT C.Rogers Screenshot from 2019-04-11 23-38-02.png (https://chat.inkscape.org/file-upload/DJidmQoFb469hNKSK/Screenshot%20from%2…) 2019-04-05 12-47-20 PDT C.Rogers I can help visualise. 2019-03-05 09-30-12 PST C.Rogers And added 0.16in worth of bleed 2019-04-03 10-24-14 PDT C.Rogers Okay. 2019-04-03 10-25-32 PDT C.Rogers Awesome. 2019-04-29 13-01-44 PDT C.Rogers Send me some links to the style you want, and I'll send you something tomorrow to demonstrate. 2019-03-03 00-31-36 PST C.Rogers No problem. :) 2019-03-31 02-47-46 PDT C.Rogers Same price. 2019-03-05 09-31-13 PST C.Rogers Is the one that has "2 sides". Cool 2020-06-06 09-54-55 PDT C.Rogers Sure, I can bring it to the board. 2019-04-30 06-58-24 PDT C.Rogers Hi Ryan, your freehive website is experiencing problems I think. 2019-03-12 15-02-15 PDT C.Rogers I'll check it first thing in the morming. 2019-04-03 10-28-37 PDT C.Rogers Thanks for handling it for us. 2019-03-05 09-29-47 PST C.Rogers I used the dimensions in your new version. 2019-04-05 12-49-14 PDT C.Rogers Oh sweet, they are FOSS developers too! 2019-03-05 00-12-31 PST C.Rogers shit, username and password. 2019-04-05 12-45-43 PDT C.Rogers Okay, does the lateness of the project start affect the projected timeline? 2019-03-04 23-54-52 PST C.Rogers Yep. 2019-03-12 13-59-43 PDT C.Rogers :) 2020-06-06 09-34-05 PDT C.Rogers Yes, I'm tempted to take the position, but would like to know what the responsibilities are, so I can manage them effectively. 2020-06-06 09-42-34 PDT C.Rogers (including myself) 2019-04-11 15-35-49 PDT C.Rogers hmm, doesn't seem to want to load. 2019-04-05 14-00-52 PDT C.Rogers I'd have done nothing good for your scope creep, likely. lol 2019-03-05 00-03-25 PST C.Rogers Ubuntu Linux 2019-03-12 13-59-08 PDT C.Rogers Yep. 2019-04-05 14-01-55 PDT C.Rogers I'm certain we could. With A-frame people can walk around the scene. Completely immersive. 2019-04-30 07-01-03 PDT C.Rogers nevermind, think I got logged out somehow. 2020-06-06 09-59-33 PDT C.Rogers You said the funds have cleared from JD? 2020-02-03 10-57-38 PST C.Rogers Hey man. Hope you're okay. Just checking in to see if you wanted to fill me in on the SelectFlex project stuff. Can't get a hold of you on Telegram, so checking here too. ;) 2019-04-05 13-09-17 PDT C.Rogers It was revolutionary. Especially for someone who was pushing pixels around with Paintbrush. 2019-03-05 00-10-45 PST C.Rogers trying to install the snap. 2019-03-12 14-10-40 PDT C.Rogers For an extra fee. :) 2020-06-06 09-57-05 PDT C.Rogers That will also give us more time to build out creativefreedom.org and show off how awesome our dev skills are. ;) 2020-03-01 07-59-05 PST C.Rogers Hey man. Just checking in. I see you have not been getting my messages on Telegram, so thought I'd reach out here. :) 2020-06-06 09-34-57 PDT C.Rogers Me neither. :) 2019-03-12 14-08-04 PDT C.Rogers That should even out the cost pretty well I think. 2019-04-03 06-10-34 PDT C.Rogers super_hero_bike_ride_comic_colours.png (https://chat.inkscape.org/file-upload/m9v7EGJEazYq45KJb/super_hero_bike_rid…) 2020-06-06 09-43-07 PDT C.Rogers Yea, I read back. 2019-03-05 00-18-59 PST C.Rogers No worries. Sleep well. 2020-06-06 09-43-13 PDT C.Rogers I think it's spot on. 2020-04-25 09-41-20 PDT C.Rogers You too. :) 2019-03-12 14-10-22 PDT C.Rogers And yes, I can animate them. 2019-04-05 12-56-30 PDT C.Rogers Reminds me I need to incorporate some of that scroll-down paralaxing stuff in my portfolio website. 2019-04-05 13-54-12 PDT C.Rogers It's got a physics engine built into it too. 2019-03-05 00-11-53 PST C.Rogers the snap worked. 2019-03-04 15-17-17 PST C.Rogers Drop me an email if you do. I'll pick it up first thing tomorrow morning. 2020-04-25 09-41-16 PDT C.Rogers Yea, I'll probably do that. 2020-06-06 10-28-12 PDT C.Rogers You too. 2020-06-06 09-54-41 PDT C.Rogers Ah you mean when it's time to show people our stuff? 2020-04-25 09-40-39 PDT C.Rogers I'm running on coffee and fumes at the moment. 2019-04-05 13-09-28 PDT C.Rogers (pre MS-Paint) 2019-03-12 14-06-32 PDT C.Rogers all as detailed as the one you showed me? 2019-03-05 07-56-56 PST C.Rogers Hi Ryan. Hope you slept well. 2020-01-16 06-34-24 PST C.Rogers Hope you're doing okay. 2019-03-05 10-31-13 PST C.Rogers And sorry. Should have done it right away. I'd totally forgotten about it. 2019-03-12 14-04-51 PDT C.Rogers My usual logo design price is 250 (pounds) but that's likely too much for a per graphic charge. 2019-04-02 13-21-15 PDT C.Rogers Eeek! Okay. 2019-03-05 06-00-33 PST C.Rogers What's the bleed and trim size of the final? Their screenshot isn't perfectly square, but your new one is. Your new version doesn't include a bleed area, which will be needed to ensure the colour runs all the way to the edge of the final trimmed version. 2019-04-03 16-05-03 PDT C.Rogers There, better. :) 2020-06-06 09-57-23 PDT C.Rogers Haha *we* are the right men for the job. lol 2019-04-03 08-39-43 PDT C.Rogers tyre in front or behind the title 2019-04-05 14-02-27 PDT C.Rogers It's compatable with google cardboard and other vr headsets too. 2019-04-02 13-22-05 PDT C.Rogers Alright. You can put them in contact with me directly if you like, may save some back and forth and bother for you. 2019-03-04 23-53-43 PST C.Rogers Probably done with React 2019-04-05 13-46-02 PDT C.Rogers Cool. I do wonder if this could be done in aframe 2019-03-05 00-00-46 PST C.Rogers Okay, I don't have nextcloud on this machine, so I'll install it now. 2019-04-05 13-54-16 PDT C.Rogers Fun to play with. 2019-03-12 14-07-40 PDT C.Rogers Okay, how about 200 USD per illustration. 2020-06-06 09-55-13 PDT C.Rogers Doc will help with that. 2019-04-05 13-59-05 PDT C.Rogers Yea, I didn't get at all that it was a playable game when you sent me the link. 2019-04-01 11-48-12 PDT C.Rogers Super_hero_bike_ride_1.png (https://chat.inkscape.org/file-upload/q7aCd8EQN5hsuHgqH/Super_hero_bike_rid…) 2019-03-04 23-45-46 PST C.Rogers does it have to be svg? 2019-04-05 13-07-50 PDT C.Rogers So round about the same time. 2019-04-05 13-36-23 PDT C.Rogers You get your cat-herding merit badge. :) 2019-03-01 10-03-48 PST C.Rogers Hey man. How's it going? 2019-04-03 17-29-57 PDT C.Rogers let me know if you need anything else. :) 2019-04-05 13-57-04 PDT C.Rogers Really cool. Only a few small usability things I'd have changed. Love the artwork, the soundtracks, the website and the rest of it. :) 2019-03-04 15-12-37 PST C.Rogers Hey man. Heading to bed here soon. Did you need anything? 2019-04-11 15-34-32 PDT C.Rogers Cool. 2019-04-05 13-43-58 PDT C.Rogers All I can seem to find are movies. 2019-04-10 10-15-32 PDT C.Rogers Hey Ryan. :) Can you re-send me that link to the isometric design/animations? I'd like to have a look at it again and figure out which tools are best to use for it. 2019-03-04 23-54-00 PST C.Rogers SOmeone asking for this, or just curious? 2019-04-09 16-28-41 PDT C.Rogers Thanks for the review! 2019-03-05 07-59-01 PST C.Rogers Is this what they are after? 2019-04-05 12-44-27 PDT C.Rogers Sweet, thanks again for the work. 2019-04-03 17-29-33 PDT C.Rogers Okay, that should be the lot. 2019-04-05 13-43-50 PDT C.Rogers Is the game still up? 2019-04-09 07-49-57 PDT C.Rogers Hey Ryan. Hope everything is going well for you this week. Can you do me a favour and leave a review for me on this website? It's for small freelance jobs: http://bvn.bz/r538845 2020-01-16 06-32-26 PST C.Rogers If they have already paid for the other stuff I won't mention it. 2019-04-05 12-48-04 PDT C.Rogers Cool, thanks. 2019-03-04 23-48-21 PST C.Rogers It is pretty though. :slight_smile: 2019-03-05 00-03-28 PST C.Rogers 18.10 2019-04-05 13-57-16 PDT C.Rogers (for your project) 2019-04-05 12-49-18 PDT C.Rogers Nice one. 2019-03-12 14-04-58 PDT C.Rogers No idea how many thaty want? 2019-04-05 13-07-42 PDT C.Rogers Haha, the first Photoshop version I had was 2.5 2020-06-06 10-03-16 PDT C.Rogers I cced you . 2019-04-03 16-04-53 PDT C.Rogers shirts_black_logo.png (https://chat.inkscape.org/file-upload/gnHG3jo7r4bAbe7Sd/shirts_black_logo.p…) 2019-04-03 16-03-30 PDT C.Rogers shirts_black_logo.png (https://chat.inkscape.org/file-upload/7YJhSYC6xXEapQ2LJ/shirts_black_logo.p…) 2020-06-06 09-48-50 PDT C.Rogers Then it's easier to point to it as something we've decided together. 2019-04-03 16-05-59 PDT C.Rogers That's okay, just use the second one. :) 2020-06-06 09-43-38 PDT C.Rogers Maybe an onboarding animation. 2019-04-05 13-53-49 PDT C.Rogers Yea, going to learn a bunch of A-Frame would be awesome to set up 3D galleries and experiences. 2020-06-06 09-50-36 PDT C.Rogers Yea, but really the assets need to match our website to be the most effective. 2020-06-06 09-42-14 PDT C.Rogers I'm super happy about all the new people. Nice job herding the cats! lol 2019-03-12 14-13-14 PDT C.Rogers Animation would likely double the price. But that depends on the animation. 2019-03-05 10-30-38 PST C.Rogers But anyway, I remember you had a budget for that one. What was it? Just tell me what it was worth to you, and I'll invoice for that. 2019-03-05 07-59-45 PST C.Rogers amber_setup_card_3d_sample_render.png (https://chat.inkscape.org/file-upload/CwSoy4HuSojM6G8Kt/amber_setup_card_3d…) 2019-04-05 13-35-51 PDT C.Rogers Wow, really extensive project! 2019-04-03 08-41-34 PDT C.Rogers No problem. If they want anymore changes that's fine too. 2020-04-25 09-40-20 PDT C.Rogers Yea, you too probably. lol 2020-06-06 09-48-10 PDT C.Rogers So what I recommend is that we draw up such a style guide for Inkscape, and present it to the board for approval. 2020-06-06 09-41-47 PDT C.Rogers Yep. :) 2020-06-06 09-36-08 PDT C.Rogers Though Maybe after we get creativefreedom.org started. 2019-04-05 12-47-11 PDT C.Rogers Feel free to pass me all the data as you get it. 2019-03-12 13-12-31 PDT C.Rogers Sure. 2019-03-12 15-02-00 PDT C.Rogers No problem. I've got to get to sleep now. If you need anything else, just email me or message here. 2020-06-06 09-43-51 PDT C.Rogers SO YOU WANT TO BE AN INKSCAPE VECTOR... 2019-03-04 23-45-36 PST C.Rogers Could do it in Blender with regular video though. 2019-03-05 00-10-37 PST C.Rogers Okay. well that nextcloud ppa didn't do anything. 2019-04-03 16-06-18 PDT C.Rogers it's "better" ;) 2019-04-05 12-50-04 PDT C.Rogers That always makes me 2x as excited about the project for some reason. :) 2019-04-05 12-45-55 PDT C.Rogers Like... should I start on it now? :) 2019-03-12 14-35-31 PDT C.Rogers Yea, I'm okay with double the price to animate. If you need to cut that down a bit to make the sale, feel free. 2019-04-05 12-55-12 PDT C.Rogers Nice! 2020-06-06 09-43-31 PDT C.Rogers Needs a video. ;) 2019-04-03 08-40-13 PDT C.Rogers Yea, that one gives more of a sense of flying I think, but costs a bit of readability. 2019-04-05 13-59-44 PDT C.Rogers And all I did was watch the first video, the first time you posted it. 2019-04-05 12-55-17 PDT C.Rogers Your artwork? 2020-06-06 09-49-24 PDT C.Rogers We're looking for approval, not art direction. :) 2020-06-06 09-47-09 PDT C.Rogers Otherwise, I feel bad about saying "no" to people donating graphics. 2019-03-05 00-15-37 PST C.Rogers thanks 2020-01-16 06-31-21 PST C.Rogers I wanted to check in and see if GATE paid you for anything yet. If not I can use the graphics for the manual as leverage to get you paid. 2020-01-16 06-30-28 PST C.Rogers Hey man. You around? 2020-06-06 09-48-30 PDT C.Rogers So we have some backing for it. 2019-04-05 13-54-31 PDT C.Rogers Works on even really crappy hardware, which is quite amazing. 2019-03-12 14-16-40 PDT C.Rogers Yea, that's good. :) 2020-06-06 10-02-48 PDT C.Rogers Sent. :) 2020-06-06 09-44-12 PDT C.Rogers There is always more work for me. lol 2020-06-06 10-03-26 PDT C.Rogers But I'll handle it. 2020-06-06 09-53-53 PDT C.Rogers Eh, I don't want to be approving things myself. I think everyone on the board should be on-board (snerk) with what we're doing. 2020-06-06 09-46-48 PDT C.Rogers Yea, I guess we need to make a branding document for Inkscape which defines a style, so people can follow it. 2019-03-05 00-02-53 PST C.Rogers rats... is there no free version? 2019-03-04 23-45-14 PST C.Rogers not with svgs. 2020-06-06 09-50-54 PDT C.Rogers I guess we can start there, and maybe make a better case for revising the website though. 2019-04-01 11-48-59 PDT C.Rogers Just looking which style they would like to go with and any other comments. 2019-03-31 02-49-39 PDT C.Rogers Though 2019-04-02 11-19-11 PDT C.Rogers Cool. I'll get you some variations tomorrow. How are we looking to meet their deadline? 2019-04-03 16-10-05 PDT C.Rogers No problem. :) 2019-04-29 13-00-46 PDT C.Rogers Hi Ryan. Yes, I have some experience. Can you provide a style sample so I can see what they are after? 2019-04-03 10-26-22 PDT C.Rogers Don't suppose you have heard back about the orthographic illustrations yet? 2019-03-31 02-47-29 PDT C.Rogers I'll do them the two they are asking for. 2019-03-31 02-46-55 PDT C.Rogers Is that okay? 2020-06-06 10-28-08 PDT C.Rogers Sounds good. :) 2019-03-05 09-30-32 PST C.Rogers Can you see it on the folder? 2019-03-31 02-49-30 PDT C.Rogers Than just the sillohuette. T high I will flesh that one out too. 2019-04-30 06-58-47 PDT C.Rogers I can't get messages through to here: https://chat.freehive.com/group/rcon1811_website 2020-06-06 09-55-03 PDT C.Rogers Haha, yep. 2019-03-05 00-14-16 PST C.Rogers can't even log in. 2019-03-12 14-08-42 PDT C.Rogers It will also include getting a style they like. 2020-06-06 09-59-07 PDT C.Rogers Thanks! I'm actually taking today off mostly, doing a little cleaning, but I'll ping you when I get something started. 2019-03-05 00-11-00 PST C.Rogers Sounds good. 2019-04-05 12-46-48 PDT C.Rogers Okay, cool. 2019-03-05 06-23-30 PST C.Rogers There is also a powerpoint included with the files that shows setup instructions. Are you sure this isn't a folded document, with instructions on the inside? 2019-03-05 09-32-12 PST C.Rogers Nice. 2019-03-04 23-47-40 PST C.Rogers Yea, regular video sounds better then. Chrome has a lot of market share, but I'm loathe to create content that alows them to maintain a monopoly. 2019-04-02 13-23-09 PDT C.Rogers Cool. 2019-03-05 08-01-19 PST C.Rogers I didn't really adjust anything from their screenshot, just changed the font, made it square and made the corners a radius that is more like their original. 2019-03-05 00-08-59 PST Ryan Gorley Look in the LTTC1902_Misc > SetupCard directory. Basically they shared a comp with me (you'll see the screenshot in there), I put together a revision that I felt was more legible, (setup-card-d1) they said no. I did another revision closer to what they had like they asked (setup-card-d2), they said it's too different. Basically we just need to produce their comp, more-or-less identically, but with League Spartan and Open Sans, and give it back to them as a print-ready CMYK PDF for front and back. The QR codes can remain as I added them, but the download stuff beneath should be smaller. It will take the same amount of time to explain this as it probably would have to do it, but I'm sick (literally) and tired, and just need some help. 2019-04-05 13-51-56 PDT Ryan Gorley A-Frame is cool. I hadn't seen that before. We had done work using three.js but that would have been a nightmare. 2019-03-05 10-35-31 PST Ryan Gorley I don't remember, but I think it was two hours. If you're okay with that, then bill me for 2. 2020-04-25 09-40-07 PDT Ryan Gorley Let's talk Monday. No worries. You need some rest. :) 2020-06-06 09-43-11 PDT Ryan Gorley Vectors 2.0 baby 2019-04-03 16-09-47 PDT Ryan Gorley Cool. Thanks for working late on this! 2019-03-05 00-04-17 PST Ryan Gorley https://launchpad.net/~nextcloud-devs/+archive/ubuntu/client 2019-04-03 10-24-03 PDT Ryan Gorley Sounds like it will be either a yellow or green t-shirt. Don't know beyond that though. 2019-04-05 12-59-01 PDT Ryan Gorley It's like herding cats. 2019-03-04 23-58-15 PST Ryan Gorley I just shared a Nextcloud folder with you via cloud.freehive.com 2019-04-05 12-58-48 PDT Ryan Gorley Yeah, about killed me managing 7 creatives at the same time. I like how it turned out though. 2019-03-12 14-02-18 PDT Ryan Gorley I'd like to have you create those. Do you feel comfortable giving me a budget that I could work with in getting them a quote? 2020-06-06 10-04-17 PDT Ryan Gorley Awesome, thanks man. Enjoy some time off. We can get back to the madness on Monday. :) 2019-04-03 16-05-38 PDT Ryan Gorley Alright, cool. Don't even know what you changed. lol :) 2019-03-05 00-16-32 PST Ryan Gorley 'night :wave: :sleeping: 2019-04-05 14-00-51 PDT Ryan Gorley Haha, hopefully there will be a next time. We'll have to top this, if so. 2019-03-04 23-58-26 PST Ryan Gorley LTTC1902_Misc 2019-04-05 13-44-23 PDT Ryan Gorley At the end of the movies (except Earth) it will trigger the start of the game. 2019-04-11 14-14-05 PDT Ryan Gorley Hey, I've created a channel on chat.freehive.com for the three of us working on this to communicate stuff like this. I've posted some links there, but will share mockups as they start to develop over the next few days. 2019-04-05 12-46-33 PDT Ryan Gorley Ah, no. I don't think so. I've got to pin them down on the messaging before we can build the illustrations around the messaging. 2019-04-03 10-25-24 PDT Ryan Gorley Sweet, thanks! I'll share a folder with you in nextcloud that you can dump everything in. 2020-06-06 09-45-51 PDT Ryan Gorley Between you and me, the project could benefit from some creative direction. We lack continuity in our presentation, and the quality isn't always up to the level one would expect from a professional-grade graphics application. I can't enact change across the whole project, but at least as far as what we are doing as a team, I think you're the man to help us get there. 2019-03-05 10-51-39 PST Ryan Gorley Thanks for all the help! 2019-04-05 13-50-41 PDT Ryan Gorley Our interactive guy had some prior experience with Unity3D, which was important on an 8 week deadline. 2019-04-03 08-39-37 PDT Ryan Gorley Oh the bike is in front, okay! 2019-04-03 10-27-11 PDT Ryan Gorley ...ish. The project has been approved, but I've not seen the initial payment yet. I give it a 90% chance of going through still. You still available? 2019-03-12 11-28-48 PDT Ryan Gorley Hey, are you available for a couple quick questions? 2019-04-03 10-28-17 PDT Ryan Gorley I'm following up today with them. 2019-04-09 16-32-51 PDT Ryan Gorley You bet 😊 2020-06-06 09-50-06 PDT Ryan Gorley As far as I am concerned, the Vectors are creating all the visual assets outside of the website already. If we enact it as a team, that will get us half way at least. 2019-04-02 13-23-01 PDT Ryan Gorley Thanks. I just told them tomorrow. No worries. 2020-06-06 09-56-12 PDT Ryan Gorley As a team we have enough autonomy to enact our own style guide, so if it looks like it's going to be a problem to get the _whole_ project to agree on something like that, then I say skip it and we'll just enact it for ourselves. 2019-03-05 10-51-35 PST Ryan Gorley I had a potential project just come in. I'll keep you posted on that. 2019-03-12 14-07-06 PDT Ryan Gorley Some, but not all. Not animated (though I have a question in that regard). 2019-03-05 09-35-14 PST Ryan Gorley Yeah, seriously. Haha. 2019-03-05 00-12-03 PST Ryan Gorley Okay, cool. 2019-03-04 23-54-44 PST Ryan Gorley I've got a couple quicky projects. You have time today? 2019-03-05 00-10-51 PST Ryan Gorley I want to start handing more of their stuff off to you and need you to get comfortable with them. 2019-03-03 00-08-52 PST Ryan Gorley Hey bro, so sorry. Been insanely busy trying to get stuff out the door before heading to SCALE. I'll ping you on Monday. 2020-06-06 09-56-51 PDT Ryan Gorley I knew you were the right man for this job. :) 2019-03-05 00-15-15 PST Ryan Gorley Just emailed you a setup link. 2020-06-06 09-33-05 PDT Ryan Gorley Next time we talk, I can discuss what I'm thinking as far as a creative direction role on the Vectors team. I know you're super busy, but we need someone like yourself who is the keeper of quality and can lead an army of minions developing sweet visuals for our different efforts. 2020-06-06 09-43-59 PDT Ryan Gorley Right! Watch out, you're creating more work for yourself! 2019-03-05 00-11-22 PST Ryan Gorley Did it not install after you did the `apt install nextcloud-client` 2019-03-12 14-03-50 PDT Ryan Gorley Maybe we could think of them as being comparable to a logo design...? 2019-04-02 07-46-17 PDT Ryan Gorley Looks awesome! I'll pass this on 2019-03-05 09-32-03 PST Ryan Gorley Yep, that's the one I shared with him. 2019-03-12 14-00-45 PDT Ryan Gorley Cool... so I'm quoting out a project for a cyber security firm... 2019-04-05 12-49-25 PDT Ryan Gorley Yep! :D 2019-03-12 15-02-08 PDT Ryan Gorley Cool 2020-06-06 10-00-22 PDT Ryan Gorley Perfect 2019-03-12 15-01-21 PDT Ryan Gorley Ah, okay. That will help. Thanks! 2019-03-12 14-13-53 PDT Ryan Gorley Yeah, I know it's tough. Would triple the price be safe? 2019-04-05 13-49-57 PDT Ryan Gorley Yeah, it was hard. We were going to use Blend4Web or Verge3D, but they were lacking in some animation features. Could have maybe used Godot, but we were more confident that Unity would have worked through the WebGL compatibility nuances between browsers. 2019-03-04 15-21-59 PST Ryan Gorley I think it was a couple hours, but I don't remember exactly. 2020-06-06 09-49-32 PDT Ryan Gorley Cool. 2019-03-05 09-32-25 PST Ryan Gorley 6.2 in should be the finished size. 2019-03-12 14-09-25 PDT Ryan Gorley Okay, cool. I'll budget $2000 USD for 8-10 still illustrations. 2020-04-25 09-41-13 PDT Ryan Gorley Take care, bro. 2020-06-06 09-38-57 PDT Ryan Gorley Haha, yeah. Sounds like ABranMuffin has some UI experience too. Maybe we can finally get that thing done! 2020-06-06 09-57-20 PDT Ryan Gorley Haha 2019-03-31 00-58-46 PDT Ryan Gorley Hey, have you been getting those messages I've forwarded from Cottonwood Heights? Any thoughts or questions? 2020-06-06 09-56-41 PDT Ryan Gorley Agreed. That would be huge. 2019-04-03 10-24-20 PDT Ryan Gorley A mockup would be much appreciated, I'm sure. Thanks! 2019-04-11 15-36-41 PDT Ryan Gorley Try the main URL and log in first. 2019-03-04 23-54-33 PST Ryan Gorley Yeah. I'm going to suggest we just do them as videos. Don't feel like the benefits outweigh the compatibility issues. 2019-03-12 15-02-18 PDT Ryan Gorley :wave: :sleeping: 2019-04-05 13-39-37 PDT Ryan Gorley Haha, yeah. Thanks :D 2020-06-06 09-46-19 PDT Ryan Gorley With people helping, of course. 2019-04-05 13-08-29 PDT Ryan Gorley Yeah, that would be the time period. I'm not exactly sure which version I was using, but it was way back in the beginning. 2019-04-03 10-03-18 PDT Ryan Gorley We are good to go! They like option 1. Will you create a version that can print as a one color screen print on a shirt? 2020-06-06 09-50-54 PDT Ryan Gorley We'll need to get Martin on board early then. 2020-04-25 09-40-51 PDT Ryan Gorley Take the day off tomorrow. 2019-01-25 10-06-53 PST Ryan Gorley Hey CR, I just sent you an email about a W9 form. Any chance you can take a look at that real quick? 2020-04-25 09-41-01 PDT Ryan Gorley The Inkscape stuff can wait. 2019-03-04 15-21-29 PST Ryan Gorley Hey, I figured I missed you. It was a small project, but I need to get you more closely integrated with this Amber client so I can hand stuff off more quickly. I think you need to invoice me for the time you worked on their logos last year. Please shoot that over asap so I can get some money in your bank. Thanks man 2020-06-06 09-34-52 PDT Ryan Gorley I didn't see that coming 2019-03-12 14-06-08 PDT Ryan Gorley I'm going to probably tell them how many we are recommending. I'm guessing probably 8-10 2020-06-06 09-44-07 PDT Ryan Gorley Fun work 2019-04-02 09-26-35 PDT Ryan Gorley The shirt version will just be a black screen print, so do what you want with the colors. The color version is for signage. 2019-04-11 15-36-21 PDT Ryan Gorley :thinking: 2020-06-06 09-49-09 PDT Ryan Gorley Sure, that works. I wouldn't want the board to start telling you what colors to use though. 2019-04-05 12-57-37 PDT Ryan Gorley Mostly not my artwork. I was involved at the concept stage, but all of the finished video and 3D artwork was done by others more talented than myself. :) 2019-03-05 00-00-08 PST Ryan Gorley Let me know when you see that 2019-03-05 00-12-53 PST Ryan Gorley It's whatever you setup back in the day. You can reset it at my.freehive.com 2019-04-11 15-36-46 PDT Ryan Gorley https://chat.freehive.com 2020-06-06 09-47-08 PDT Ryan Gorley And a keeper of the style who can fill in the gaps. 2019-04-05 13-58-26 PDT Ryan Gorley Yeah, I think usability could have used some help. If we had more time I we could have improved that with a little testing. 2019-04-05 02-03-16 PDT Ryan Gorley Sounds like they're happy with it. Please shoot me an invoice so I can get you paid up! 2019-04-03 16-08-56 PDT Ryan Gorley Cool. Can you upload the files to the empty cloud.freehive.com Nextcloud folder I shared? For both the color and black versions will you save an PNG (1200 x 1200px or so), PDF (fonts outlined), and the original SVG? 2020-06-06 09-42-52 PDT Ryan Gorley Haha, we'll see. You missed my spheel, but it's been 3 years and it's time for the Vectors to be reborn. 2019-03-12 14-03-05 PDT Ryan Gorley I know that's kind of open ended... :/ 2019-04-11 15-39-11 PDT Ryan Gorley Go to the Commons channel and you'll see a login button at the bottom of the page./ 2019-03-12 14-20-03 PDT Ryan Gorley Okay, let me do my best to price this out. I'll reach out if I need to clarify anything. I want to make sure you're getting paid fairly. Also don't want to lose money on a project. Always tricky with stuff like this, but I'll do my best. :) 2019-04-05 12-45-02 PDT Ryan Gorley You bet. Should have word on the website project later next week. They finally responded and have been busy with a project. 2019-03-12 13-56-26 PDT Ryan Gorley Crap. I've been on a client call. You still up? 2020-06-06 09-54-53 PDT Ryan Gorley I mainly don't want our effort to get stalled because some developers want to nitpick about whether our logo should look 3D or not. 2019-04-05 12-50-41 PDT Ryan Gorley Me too. It's the primary reason we landed the project. They like the thel.io campaign we did for System76. 2020-06-06 09-54-12 PDT Ryan Gorley Oh, that's not what I meant. 2019-03-04 22-20-48 PST Ryan Gorley Hey, have you ever seen or created anything like these SVG animations? https://www.freshworks.com/collaboration-software/ 2020-06-06 09-47-24 PDT Ryan Gorley Yes, in that regard it can be super helpful. 2019-04-05 13-00-45 PDT Ryan Gorley You'd probably appreciate my SCALE presentation on it... https://www.youtube.com/watch?v=jk0x1Z1VHKY&feature=youtu.be&t=14816 2019-04-11 15-36-08 PDT Ryan Gorley Are you logged in? 2019-04-05 12-47-46 PDT Ryan Gorley Yeah, I definitely will. The client is reconinfosec.com, but their current site doesn't reflect what we'll be doing very well. I'll pass info as I get it. 2019-03-05 09-31-01 PST Ryan Gorley Yep, I think it's about as close as we can get to what he showed. I'm waiting for his :thumbsup: 2019-03-05 00-16-42 PST Ryan Gorley (thanks!) 2019-03-05 09-16-32 PST Ryan Gorley Looks great! 2019-04-11 14-14-21 PDT Ryan Gorley https://chat.freehive.com/group/rcon1811_website 2019-03-05 00-03-08 PST Ryan Gorley Yeah, what OS are you on? 2019-04-03 16-03-52 PDT Ryan Gorley :thumbsup: Love it 2020-06-06 09-58-23 PDT Ryan Gorley Well, I'm happy to have you just tell me what you want created. :) 2020-06-06 09-59-48 PDT Ryan Gorley Yes. 2019-04-05 13-01-13 PDT Ryan Gorley ^^ That's the sanitized version. The reality was a lot messier. 2019-03-12 14-11-20 PDT Ryan Gorley Yeah, that was what I was just going to ask you about. Let's say the animation is comparable to the one's I shared. What would you feel comfortable bidding just one of those out at? 2019-04-03 10-27-44 PDT Ryan Gorley Awesome! Should be a fun one. 2019-04-05 12-43-59 PDT Ryan Gorley Thanks for working on this. Payment is in route. 2019-04-03 08-41-16 PDT Ryan Gorley Cool, I'll shoot this over to them right now. Thanks man 2019-03-04 23-46-32 PST Ryan Gorley Dunno. Regular video would be larger, but more robust. This only works on Chrome. 2019-04-02 13-20-54 PDT Ryan Gorley They wanted by last Friday. As soon as possible is there word. Thanks! 2019-04-02 13-21-34 PDT Ryan Gorley Don't stay up. Knock it out tomorrow. 2019-04-02 09-25-40 PDT Ryan Gorley Here's their feedback: I think the detailed silhouette looks much better than the stick figure. I think this is the right direction so far. I’d really like to see the colors pop a little to give this the playful, comic-book feel we’re after. 2019-03-05 00-16-02 PST Ryan Gorley I'm hacking out my lungs. See if you can log in and take a stab at this. If not, then I'll try to do something tomorrow. Like I said, it's tiny, but I need to get someone else working on their stuff. I'm just getting overloaded. 2019-04-03 08-39-16 PDT Ryan Gorley Very cool, but... I don't see any different between the two 🤔 2019-04-02 12-19-23 PDT Ryan Gorley I'll try to chase down my email trail to find the deadline. 2019-03-12 14-01-11 PDT Ryan Gorley We're going to create a number of isometric drawings (like the ones I linked you to the other day). The exact content is still TBD 2020-06-06 09-52-14 PDT Ryan Gorley Yeah, once we start establishing a style in all of our social media, article graphics, print collateral, etc. I think the website will start to feel out of place and it will be easier. But you're on the board, so you can decide on that. I don't think we'd get any pushback there really, except if Martin has concerns about whether he'll have to make everything. 2019-04-02 12-18-55 PDT Ryan Gorley Dunno, they're getting antsy, but tomorrow should work. Thanks!
1 0
0 0
[Webmaster] Rocket.Chat, 2 Users, 8 Messages, 0 Files, 1110981 Minutes, in Direct Message Between: michele & scottyp
by no-reply@chat.inkscape.org 30 Apr '21

30 Apr '21
2019-03-20 05-11-58 PDT Michèle Thibeau As for the funds, I am fairly new to the project and am just learning about the financials, too. No idea how many people are being paid on the project. Not sure anyone is other than the odd piece of work - but that's my vague understanding. I am in Canada, and therefore not up to speed on American not-for-profit laws. That said, is the project less formal than Krita, in terms of its legal entity status? Very good point, though, and one that I will bring up when I see an opportunity. We've opened the ball of wax now - and I believe that your input has and will enable some new points of view to be on the table. Thanks, Scott! 2019-03-19 04-44-02 PDT Michèle Thibeau Hi Scott! I wanted to thank you for joining in the Watch Party conversation on Saturday! I really appreciated your questions and input. Just finished watching your SCALE presentation and you mentioned so much that I think would be useful for folks here at Inkscape to ponder. The presentation was really hard to make out in the video, so I was wondering if it would be possible to have a PDF version of it to help me better understand? Thanks so much! Loved your ideas on marketing and on collecting and using data. Looking forward to discussions in the future. Have an awesome week! 2019-03-20 05-08-06 PDT Michèle Thibeau [ ](https://chat.inkscape.org/direct/scottyp?msg=8Mi8jfjFZj2EzuZRN) Thanks, Scott! I was at work and then not feeling well last evening. Trying to catch up. () 2019-03-19 06-14-21 PDT Scott Petrovic actually looking through the mailing list that bryce sent...it looks like you guys just aren't spending much money 2019-03-19 06-18-27 PDT Scott Petrovic Europe has a lot stricter laws for non-profits. If Krita doesn't spend the money they make with donations and such, they lose their non-profit status 2019-03-19 06-10-57 PDT Scott Petrovic I am talking to some of the other devs on the Krita IRC and we are questioning some things. It appears that you guys are generating twice the money that Krita is. How many people are you currently paying to work on Inkscape? 2019-03-19 06-17-41 PDT Scott Petrovic your bank account balance is twice what Krita's is 2019-03-19 06-02-28 PDT Scott Petrovic Sure. It was great talking with some of the inkscape people at SCALE and seeing how a larger open source project is ran. For the presentation here are the slides... https://www.socallinuxexpo.org/sites/default/files/presentations/How%20We%2…
1 0
0 0
[Webmaster] Rocket.Chat, 2 Users, 393 Messages, 11 Files, 559182 Minutes, in Direct Message Between: jhofinger & vanntile
by no-reply@chat.inkscape.org 30 Apr '21

30 Apr '21
2020-07-26 02-30-38 PDT Valentin Ionita oh, well, that's quite funny for me. That is not part of moving dialogs, it's actually from the xml dialog itself 2020-07-26 02-04-57 PDT Valentin Ionita hey, thank you. I have just pushed recently, you're on the latest? 2020-07-26 02-14-14 PDT Valentin Ionita It will not stay that way, but I am thinking that it looks better than how it was before. And has other small advantages 2020-07-27 01-52-58 PDT Valentin Ionita Will add it now, tho 2020-07-26 02-31-50 PDT Valentin Ionita I don't know what it is, but definitely not from me 2020-07-26 02-58-57 PDT Valentin Ionita I will stick around for bugfixes, tho 2020-07-26 02-57-56 PDT Valentin Ionita yes, but there are lots of things that need fixing or improving 2020-07-26 02-44-25 PDT Valentin Ionita I know, I would like to be able to do all these features, but I work with the Gtk API and I can't actually make them work 2020-07-26 02-07-01 PDT Valentin Ionita I don't even see the menu 2020-08-02 23-37-47 PDT Valentin Ionita Can you show me the minimum size you can now collapse a dialog? 2020-08-12 22-11-58 PDT Valentin Ionita Right now my next step is removing the sidebar you are all talking about 2020-07-26 02-13-23 PDT Valentin Ionita I am trying now to make it theme agnostic 2020-07-31 08-54-14 PDT Valentin Ionita Probably, write on dev. I don't know 2020-08-12 06-46-22 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=6Y4cr224oLTGi6M6E) size increasing automatically is something you need to give up for snapping to 0 size and scrolling. You can only have one () 2020-07-27 02-45-13 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=LnmHM3yf7facbKjMx) 3) that's literally from the theme used. I know that a lot of themes look like that, but I don't have a theme-agnostic solution yet () 2020-07-26 02-46-56 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=xgHJNh8K662SzLouZ) this could be a feature. () 2020-07-26 02-18-42 PDT Valentin Ionita afaik, they shouldn't be resizable under a width 2020-07-26 02-05-30 PDT Valentin Ionita For example: open the layers and objects panels 2020-08-12 09-35-40 PDT Valentin Ionita ... this was obviously not something that is documented. 2020-07-26 02-55-54 PDT Valentin Ionita I already reimpllemented Gtk::Paned completely, and Gtk::Expander partially 2020-08-12 07-24-49 PDT Valentin Ionita no, it doesn't. that's what I'm saying 2020-08-02 23-32-26 PDT Valentin Ionita ok, thank you, I couldn't figure it out. Windows 2020-08-02 23-28-38 PDT Valentin Ionita 2. is actually bug 2 3. is actually not implemented. It's feature 3, I guess 2020-07-26 02-18-21 PDT Valentin Ionita can you make a ss for me? 2020-08-13 02-14-50 PDT Valentin Ionita PS, I rebased. 2020-07-26 10-04-58 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=NkFjCJTXTGRcihL2Y) This can't be solved, at least like you said. Interacting with a window in any way connects the dialogs to it. I have other ideas, but unless I get a code review on desktop and window management, I won't focus on it at all. () 2020-08-12 07-23-42 PDT Valentin Ionita You must understand that I have made a number of compromises until here, guided by the group. If I need to change something majorly now, even if I will do it or not, I will not be pleased about it 2020-08-13 02-33-14 PDT Valentin Ionita I have had my own problems trying to apply a similar pattern in other cases. I'm not sure if I can do it, somebody else will. I'll backlog it for now 2020-08-12 06-50-43 PDT Valentin Ionita a recording would help me understand 2020-04-05 09-21-36 PDT Valentin Ionita No need for you to worry right now. 2020-08-02 23-38-10 PDT Valentin Ionita I want to check if I can cross bugs 22 and 23 2020-07-26 02-23-36 PDT Valentin Ionita Thank you for your feedback. 2020-08-02 22-28-55 PDT Valentin Ionita And your help. Especially your help 2020-07-26 03-27-38 PDT Valentin Ionita I honestly don't know. What is an instance, for you? If it's one time running Inkscape, what if I want two Inkscape windows and each with its own fill&stroke 2020-07-26 02-24-53 PDT Valentin Ionita But you can resize it, right? 2020-08-13 02-26-25 PDT Valentin Ionita I am sure it will. It's a compromise... 2020-07-26 03-04-40 PDT Valentin Ionita totally functional independent window, right? :laughing: 2020-07-26 10-10-52 PDT Valentin Ionita Thanks, you're so forward thinking 2020-08-12 06-45-42 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=br7PYKFTuHbfnuAAK) I know of it, not necessarily my fault. It's just a bit of how Tav's and my code interact. Not critical () 2020-07-26 02-23-26 PDT Valentin Ionita yep. Will give it a thought. 2020-07-27 01-56-31 PDT Valentin Ionita Actually my initial plan/timeline included "polishing" week/weeks 2020-08-02 22-28-45 PDT Valentin Ionita I appreciate your message 2020-07-26 02-52-03 PDT Valentin Ionita yes, I think it is. However, using debug windows (in ubuntu), I can see that there is a way of keeping them in front. I wonder what that is ... 2020-08-13 02-21-31 PDT Valentin Ionita With that I agree completely. 2020-04-05 09-20-42 PDT Valentin Ionita Currently, when I don't format the pattern file properly, on my end it crashes formidably. But I'll take my time testing. Thank you for the heads up 2020-07-27 02-54-00 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=nQCCnGmPSptCtz7Tu) If I did, i am unaware of it. I really don't think so. () 2020-07-26 02-26-13 PDT Valentin Ionita yep 2020-07-26 02-58-30 PDT Valentin Ionita That's a good thing. I'm glad 2020-08-12 07-22-52 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=P4vuKgaG2GzZ6oYg7) please write this on the dev channel () 2020-08-12 09-20-17 PDT Valentin Ionita Related to your question about popping a dialog by dragging the tab, the lines that interest you are in the following function (and potentially the one above it, tho I doubt it) https://gitlab.com/vanntile/inkscape/-/blob/docking-system-copy/src/ui/dial… 2020-04-05 09-24-03 PDT Valentin Ionita Oh, well, our issues are migrated to gitlab, but I will find the according request 2020-04-05 09-27-20 PDT Valentin Ionita No it couldn't as far as I know. The paint server is not loaded :( 2020-07-27 00-52-19 PDT Valentin Ionita Right now I'm working on a fix for scrolling when a dialog notebook is collapsed 2020-07-26 02-31-59 PDT Valentin Ionita I guess you can drag objects there???? 2020-07-27 01-48-32 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=Ewyk4P53BuosvmjCb) Wow, this is so unexpected. I will add to the list of known issues, because I have no idea why it's happening. () 2020-07-26 02-54-26 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=ttcBgb2eL43nQyiqa) not possible, believe me. I would need to reimplement the whole notebook widget from scratch () 2020-07-26 02-48-47 PDT Valentin Ionita And I don't think I will 2020-07-26 02-54-31 PDT Valentin Ionita And i just don't know how 2020-07-26 02-43-21 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=FdfJzMysT3zuXoC74) This works on Wayland, and not on X11. Know we know it doesn't work on Windows () 2020-08-13 02-19-27 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=TrYP4abYC7Pi33Wdb) right now, no. I will give links to the ux team for testing as soon as the windows pipeline finishes () 2020-07-26 06-30-28 PDT Valentin Ionita Hello, again. Don't want to abuse your time, just wanted to let you know I have already fixed a few things (look at the list here: https://gitlab.com/vanntile/inkscape-gsoc-2020/-/blob/master/TODO.md) 2020-08-02 23-21-18 PDT Valentin Ionita Look, they are not "collapsing" anymore. It's just that you can resize them 2020-04-05 09-56-46 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=fkE6Gm8QKELCKcztx) I will certainly add it to my list of functionalities to be implemented. Right now it's just a private backlog () 2020-04-05 09-22-04 PDT Valentin Ionita Yes, I will try to document the small number of features it has. 2020-07-26 02-47-00 PDT Valentin Ionita these things compound 2020-07-26 02-59-01 PDT Valentin Ionita Occasionally 2020-08-13 01-24-27 PDT Valentin Ionita try my latest commit. I did a patch hoping it will fix your problem 2020-04-05 09-55-03 PDT Valentin Ionita So problem solved on your end? I really don't know how your version didn't crash. I had an operation which was dependent on the title tag 2020-07-26 02-05-18 PDT Valentin Ionita if so, you could try to focus on trying expanding and minimizing dialogs. 2020-07-26 02-25-40 PDT Valentin Ionita That's a size allocation algorithm written by me running in the background. I build it on previous specs, which are not totally user-friendly. I will deffer this task until I fix other bugs 2020-04-05 09-51-05 PDT Valentin Ionita Ok, so I have tested a bit and now I am ready for a round of questions and answers. But first, let me tell you how it works on my end. The .svg file you provided makes my Inkscape crash when I put it into the paint folder. However, if I add a *title* tag, it runs and add a new page to the paint servers dialog with the title used. Now, what are you precisely doing? 2020-08-02 23-22-15 PDT Valentin Ionita Now we are a bit biased, because we have experienced "collapsing". But for someone who can only resize the notebooks, it shouldn't be that obtrusive that there is scrolling 2020-07-26 02-22-50 PDT Valentin Ionita I will try to do something, but that thing in blender is quite complex (Sorry, I don't feel as powerful with Gtk as I feel with web technologies) 2020-07-27 02-47-11 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=pKBbhWdEKkmd5jbX5) I really don't understand how the things work. I will ask at the next gsoc meeting () 2020-07-26 03-03-01 PDT Valentin Ionita Well, it make sense. I have never tried using them. 2020-08-12 11-38-51 PDT Valentin Ionita Nevermind, I haven't seen this link you sent me when I wrote that 2020-07-26 02-05-45 PDT Valentin Ionita and the reconfigure, and use the arrow to make them smaller and larger 2020-08-13 02-22-12 PDT Valentin Ionita It is not my best work (from "what you can see"), because I was restricted and hit in the guts so many times by Gtk, but i tried to make it my best work from the code point of view. 2020-07-26 02-58-44 PDT Valentin Ionita 4-5 weeks 2020-07-27 02-51-05 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=2ZGP4uzjpsJd8iZGX) Oh, I guess it receives the keyboard events. Obviously. I'll have to ask how to send them to the main window or ... () 2020-08-02 23-31-08 PDT Valentin Ionita oh, cool 2020-07-27 02-47-46 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=25PiwtqSHyGrxvXka) No idea, but will add it to the list () 2020-07-26 02-07-07 PDT Valentin Ionita Is that even possible? 2020-08-12 06-49-22 PDT Valentin Ionita I see it's a cross-platform bug, now that I am aware of it, will check it 2020-07-27 02-43-27 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=LnmHM3yf7facbKjMx) 1) and it won't be for a while. It needs to stay a stable feature. The strings are already tagged for translation, afaik () 2020-08-13 00-22-49 PDT Valentin Ionita Put it on public. I'll comment there 2020-07-26 02-08-27 PDT Valentin Ionita oh, wow 2020-07-26 02-18-47 PDT Valentin Ionita it might be a bug 2020-07-26 03-13-43 PDT Valentin Ionita how did you reproduce that. I couldn't find a pattern for it. I did it twice 2020-07-27 01-39-09 PDT Valentin Ionita Can I abuse you a bit and ask you to test right now? I have fixed three things and I think you're gonna like them: 1. a collapsed dialog notebook doesn't scroll anymore 2. a floating dialog stays above the Inkscape window (works on X11) 3. Dialog notebooks are scrollable horizontally and they can be snapped until the edge, so you get the most out of your space 2020-04-05 09-57-22 PDT Valentin Ionita It's still an incomplete feature. However, even incomplete, I see how it could be useful to people 2020-07-27 00-52-35 PDT Valentin Ionita It works, but it still has an animation, somehow 2020-07-26 03-40-04 PDT Valentin Ionita Removing the signals would be ideal (I did it in a couple of them). As an example, there is the Prototype Dialog. 2020-07-27 01-51-50 PDT Valentin Ionita wait, do you mean it doesn't expand for you when it's collapsed and clicking a tab? 2020-07-26 02-08-13 PDT Valentin Ionita Honestly, I just don't think it compiled right 2020-07-26 02-13-42 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=GSMwo5zFjRkve4Fkj) right now, yes, because I don't know how to remove that behavior. Yet () 2020-07-26 03-07-35 PDT Valentin Ionita Can you record it? 2020-07-26 03-17-27 PDT Valentin Ionita whaaaat? strange 2020-08-02 23-20-41 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=nCagaPrzQCk5vSzih) you're right () 2020-04-05 09-56-16 PDT Valentin Ionita I will take my time in the next couple of days to do that. 2020-07-26 02-52-25 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=CFAJ3dtvZgjtPzyRC) well, scrolling would clash with this. definitely () 2020-08-13 03-37-18 PDT Valentin Ionita And thank you a lot for the thorough testing until now. 2020-07-26 06-30-58 PDT Valentin Ionita The code is on my latest pipeline, as always. https://gitlab.com/vanntile/inkscape/-/pipelines/170877664 2020-07-26 03-39-30 PDT Valentin Ionita The whole purpose of this way of writing dialogs I have done is not having signale that track the desktop at all. Because all dialogs get updated (a callback) whenever the document changes, the active window changes or the selection changes. 2020-08-02 23-39-09 PDT Valentin Ionita They look sensible, I think I can cross them 2020-07-26 02-32-07 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=fqga8mcLx6vwhfXDw) me neither () 2020-08-12 22-08-14 PDT Valentin Ionita Hey, I am fixing the bugs from last night. I have already fixed the first two and now I'm trying to understand what you did with the windows things to make it work... partially 2020-07-27 01-54-47 PDT Valentin Ionita thanks, I was stressed out by what you said and it motivated me 2020-07-26 03-05-16 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=yWFXvy5P6A9hxjaGe) this seems normal to me () 2020-07-27 02-55-32 PDT Valentin Ionita Because I only tried to make them like that when collapsed 2020-08-02 22-28-27 PDT Valentin Ionita I just want to make things work. I am sad when I am unable to. 2020-07-27 00-08-40 PDT Valentin Ionita Taking your feedback from yesterday into consideration I worked all morning and fixed how closing InkscapeWindows works. Now, if you have floating dialogs and multiple Inkscape windows, if the floating dialogs are attached to the windows you are trying to close, they will focus on another InkscapeWindow, if it exist. If there is only one, then they will close also. I think this is the best state of the micro-feature, I don't plan on changing it again. 2020-07-26 02-43-50 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=t8p7xjK62JhYDdFxr) same kind of argument as above () 2020-08-02 23-20-15 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=mc25kbm5rNR4RnTDE) God, it's so annoying. It doesn't always happen to jump down and when I am doing changes and test, it doesn't immediately show and I think I solved it.... () 2020-07-27 02-45-43 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=662TtwDhQpN4AQ6Z9) That is a mistake that I will have to correct. Thanks, will add it to the list () 2020-08-13 02-18-53 PDT Valentin Ionita save god 2020-07-26 03-41-38 PDT Valentin Ionita Also, removing signals would help the app itself. 2020-08-02 22-27-24 PDT Valentin Ionita Thank you so much :pray: 2020-07-27 01-53-20 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=aHKYfDLeCnJPnBcL9) oh, got it, will try to find out a way to fix it () 2020-07-26 02-06-09 PDT Valentin Ionita (It worked perfectly on my theme, but I guess I need to make them independent) 2020-07-26 10-06-31 PDT Valentin Ionita Sure, will have a list of those, then 2020-07-27 01-56-05 PDT Valentin Ionita I like to work fast :) 2020-07-26 10-07-30 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=T9TWNFdXejmbsfapr) Definitely from Tav (as he has been the main driver since the beginning. We worked together last year also, so we're familiar with each other). For the others, more recently I had enough help. At the beginning, not so much () 2020-08-12 06-51-09 PDT Valentin Ionita These two bugs 2020-08-12 07-29-07 PDT Valentin Ionita This is so close to me being finished with it, and if there are major problems, talk aloud and stop the merge. 2020-07-27 02-44-16 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=LnmHM3yf7facbKjMx) 2) just like in the menu, I haven't done a mistake, just that I want to keep things uniform. If many people complain, I'll ask for a solution () 2020-08-13 02-18-55 PDT Valentin Ionita at last 2020-07-27 01-52-06 PDT Valentin Ionita for the moment 2020-04-05 09-19-14 PDT Valentin Ionita thanks :smile: 2020-07-26 02-14-32 PDT Valentin Ionita ok, this I didn't know. will note down 2020-08-12 06-50-59 PDT Valentin Ionita Also, could you please mention the bugs on the dev channel? 2020-07-26 03-38-28 PDT Valentin Ionita I actually haven't customised every dialog to work with the new DialogBase. I only barely changed some of them, for them to work as they were before. 2020-08-02 22-29-34 PDT Valentin Ionita Actually, right now I have an idea of how to fix an UX bug. gonna get to work. will read your feedback in a couple of hours 2020-07-26 03-05-08 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=wPCWmkDcaaLLMoTeb) this is problematic () 2020-08-13 00-18-29 PDT Valentin Ionita Yeah, I had a logic mistake. It still has some header rendering issues, but I am definite that those are above my possibilites 2020-04-05 09-54-06 PDT Valentin Ionita you're on the latest build of Inkscape, aren't you? Can you tell me what Help > About Inkscape says? 2020-08-12 09-36-26 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=ND2fbJdk2QiusLFCb) None that I could think of. I would have chosen a single signal instead of two, if there was an alternative () 2020-08-13 02-18-28 PDT Valentin Ionita That's the date of the creation of the first commit form the squashed commits 2020-08-12 06-47-58 PDT Valentin Ionita thanks 2020-08-13 02-20-07 PDT Valentin Ionita THANK you 2020-07-26 02-19-45 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=6xynWWHPkeCGK3XgD) I know, I did too () 2020-07-26 02-13-01 PDT Valentin Ionita yes, I know, I haven't considered that different themes have different heights :cold_sweat: 2020-07-26 02-08-34 PDT Valentin Ionita That's going to be a problem 2020-08-12 06-46-46 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=c7uS9uxsu9pfhvyJk) This sounds like an issue, can you show me? () 2020-04-05 09-58-24 PDT Valentin Ionita Ok, thank you for the feedback, have a great evening/night/day 2020-08-13 03-37-33 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=tkASpikw9y8trirJG) I'm always on my laptop 😅 () 2020-07-26 02-31-15 PDT Valentin Ionita you are trying to put a dialog in itself. and it doesn't work. as it should 2020-07-26 02-06-51 PDT Valentin Ionita from the menu. I have no clue why it looks like that on your machine 2020-07-26 03-42-31 PDT Valentin Ionita And my way of writing things has simplified a lot of things, and when the actions would be ready to replace verbs, it would be fairly easy to replace them. (Right now, I can't use actions for the dialogs, I still need verbs) 2020-08-13 01-38-10 PDT Valentin Ionita could you show me? I just can't reproduce it on my machine 2020-07-27 00-51-56 PDT Valentin Ionita Great 2020-08-12 06-45-13 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=wZa5Sf7RBsDb9Y3Xs) this is totally from Gtk, it's so unreliable. I have a solution for X11, one for Wayland, and apparently Windows would need that too. But I am unable to code that, for obvious reasons. () 2020-07-26 02-48-18 PDT Valentin Ionita No, just this rotated, for now 2020-07-27 01-52-54 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=W6SpHwqghScbp5Fji) don't even know how to call it :cold_sweat: () 2020-07-26 02-05-53 PDT Valentin Ionita I already know of some bugs myself 2020-07-26 02-08-22 PDT Valentin Ionita units is still on the repo 2020-07-26 02-50-04 PDT Valentin Ionita I thought of that, but the initial specs were different. So I kept it like this for now 2020-08-13 02-18-05 PDT Valentin Ionita It's a result of how squash rebasses work. Believe me, it's a good one 2020-07-27 01-48-51 PDT Valentin Ionita Also, the scrollbar shouldn't appear but you should be able to scroll if it's under it's minimum size 2020-08-02 22-26-52 PDT Valentin Ionita Hello, I have made some major modifications to the dialogs. When you have time, can you check if the following bugs (from my TODO list) are still active or finished? - Bug 16 - Bug 17 - Bug 20 - Bug 22 - Bug 23 I have removed "collapsing/expanding" a dialog, so the following bugs shouldn't be "realistic" anymore: - Bug 4 - Bug 5 - Bug 8 - Bug 19 2020-07-27 01-54-13 PDT Valentin Ionita Yeah, you're right, just wondering how to unselect tabs :shrug: 2020-07-26 02-08-47 PDT Valentin Ionita I'll note it down. this is helpful, thank you 2020-08-13 03-37-07 PDT Valentin Ionita No worries. Relax. 2020-07-26 02-15-59 PDT Valentin Ionita Thank you. I am glad 2020-07-26 10-10-31 PDT Valentin Ionita 😅 2020-08-12 09-36-03 PDT Valentin Ionita I am not an expert in gtk, I don't know if anyone know anything about this 2020-07-27 01-49-42 PDT Valentin Ionita I haven't tested those and I don't know how they connect to events or even if I have control over it 2020-07-26 02-16-21 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=YgYLnBYn4XaKKx3EJ) This came up with Tav's original mock, and I kept it around :smile: () 2020-07-27 01-52-03 PDT Valentin Ionita I'll add that as a windows bug 2020-08-12 07-28-27 PDT Valentin Ionita Could you please write this all on the public channel? 2020-04-05 09-55-35 PDT Valentin Ionita That sounds great. That means that documentation is needed 2020-07-26 03-09-38 PDT Valentin Ionita Ok, will wait until later and then note everything you said 2020-07-26 10-03-16 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=QpnynfP934iFj7T3m) If you will think for it for a while you will realise there is not actual solution to this () 2020-08-12 22-11-11 PDT Valentin Ionita well, I need to check if there is any crash on wayland currently first 2020-08-13 02-14-39 PDT Valentin Ionita I hate to be so annoying, but whenever you can, a new commit is available. 2020-07-26 02-19-36 PDT Valentin Ionita I am advancing slowly and brewing similar ideas in my head 2020-07-26 03-01-51 PDT Valentin Ionita No, in the demo I have implemented saving, but I haven't had the chance integrating it yet. 2020-07-27 02-55-05 PDT Valentin Ionita [ ](https://chat.inkscape.org/direct/jhofinger?msg=97mq5nvHY2mng3PtG) I didn't actually realize you can make a DialogNotebook with height 0. Will change that () 2020-07-26 02-40-51 PDT jhofinger When there are so many dialogs in a notebook that their title buttons define the notebook's min width, maybe collapse the titles automatically 2020-07-26 02-47-44 PDT jhofinger Clipboard - July 26, 2020 11:47 AM (https://chat.inkscape.org/file-upload/GxiohGZoRdeTnHuNe/Clipboard%20-%20Jul…) 2020-07-26 02-55-23 PDT jhofinger oh :/ 2020-07-26 03-02-24 PDT jhofinger (currently, that leads to crashes when you do anything in the remaining dialogs) 2020-04-05 09-58-36 PDT jhofinger Have a good day! 2020-07-26 02-12-13 PDT jhofinger Clipboard - July 26, 2020 11:12 AM (https://chat.inkscape.org/file-upload/KkgooJthKv2C2LaeR/Clipboard%20-%20Jul…) 2020-07-26 02-05-25 PDT jhofinger yeah 2020-08-13 01-29-41 PDT jhofinger on main window close2.txt (https://chat.inkscape.org/file-upload/JpD5rtcNm4YoT6kc3/on%20main%20window%…) 2020-08-02 22-27-15 PDT jhofinger Cool, will test! 2020-07-26 03-09-40 PDT jhofinger For the layers dialog (something is wrong with that one), undocking it into a new window gives the window the subtitle "Dialog Window" instead of "Document 1" as for the other dialogs 2020-04-05 09-54-16 PDT jhofinger 1.1-dev (6b4d57f, 2020-04-01) 2020-08-02 23-39-23 PDT jhofinger :thumbup: 2020-07-26 02-15-44 PDT jhofinger also that if you open a dialog again it is highlighted 2020-07-26 03-01-50 PDT jhofinger oh, when you close the main window, dependent dialogs should definitely close 2020-08-12 06-50-24 PDT jhofinger if you can't reproduce, I'll record a bt 2020-07-26 03-32-49 PDT jhofinger do you disconnect the signals when a dialog is closed or hidden? there are some dialogs which cause slowdowns or crashes even without interaction 2020-07-26 02-21-45 PDT jhofinger https://www.dropbox.com/s/ss2f1z4ncrwxqu9/2020-07-26%2011-20-32.mkv?dl=0 this is how blender does it 2020-07-27 01-52-51 PDT jhofinger [ ](https://chat.inkscape.org/direct/vanntile?msg=wExsQFHSZrztEbo46) it does, but only if you click the tab that is not currently selected. () 2020-08-02 23-30-45 PDT jhofinger Anyway bug 7 seems to be fixed 2020-07-26 03-26-41 PDT jhofinger I think having a dialog opened twice in the same instance is probably an invitation for a lot of bugs 2020-04-05 09-22-45 PDT jhofinger When you're done, feel free to mark this LP request: https://bugs.launchpad.net/inkscape/+bug/183535 as fix committed :) 2020-08-12 06-44-17 PDT jhofinger - I get a console message SPDesktop::getInkscapeWindow: Failed to get window. everytime i close inkscape 2020-08-12 06-46-11 PDT jhofinger If you have two dialogs next to each other in an undocked window, dragging the right one below the left one closes the window 2020-07-26 03-20-57 PDT jhofinger this was a different way of replication 2020-08-12 22-09-37 PDT jhofinger As I said, it's not documented anywhere. 2020-07-26 03-07-04 PDT jhofinger Oh this is strange: I just reopened Inkscape and tried to open a dialog again: the text disappeared but nothing else happened. Then I minimized the window and maximized it again, and the dialog was there 2020-07-27 00-19-29 PDT jhofinger That sounds perfect. Will test 😊 2020-07-26 03-13-26 PDT jhofinger oh wow, that's weird 2020-08-12 10-39-48 PDT jhofinger It works on Windows using the wayland code and setting GDK_WIN32_USE_EXPERIMENTAL_OLE2_DND=1 2020-07-26 02-37-22 PDT jhofinger When opening new dialogs either from the menu or by keyboard, it should not be placed in a collapsed notebook 2020-08-12 07-22-20 PDT jhofinger Also, please save the size of dialogs on close, so I don't have to resize them the next time I open Inkscape 2020-07-26 02-48-40 PDT jhofinger okay :) I doubt a lot of people would miss it tbh :D 2020-04-05 09-55-09 PDT jhofinger Now I have a new list entry named "test" and I can add patterns 2020-04-05 09-56-05 PDT jhofinger Yes. But if the user doesn't provide a title, could the filename be used instead? 2020-07-26 02-31-45 PDT jhofinger turns out you can type in this area. haven't seen that before 2020-07-27 01-51-29 PDT jhofinger 2 works perfectly, also with multiple windows 2020-07-26 02-06-12 PDT jhofinger I'm not sure how to open dialogs :D 2020-08-02 23-21-28 PDT jhofinger Yes I know 2020-04-05 09-24-26 PDT jhofinger (that's how I found the bug, I did some migration work) 2020-07-26 02-52-50 PDT jhofinger (floating dialogs in Windows) 2020-07-26 03-13-29 PDT jhofinger they are all fully functional 2020-07-26 03-17-00 PDT jhofinger it's related to opening the path effect editor 2020-07-26 02-25-05 PDT jhofinger yes 2020-08-02 23-30-29 PDT jhofinger I understood bug 2 differently 2020-07-27 01-56-15 PDT jhofinger that's great :) 2020-08-12 09-20-43 PDT jhofinger ah thanks :) I will try to poke it later 2020-08-13 01-29-46 PDT jhofinger still crashes, but bt looks different 2020-04-05 09-54-09 PDT jhofinger Ah it needs to be an entire tag. now it works 2020-08-02 23-17-42 PDT jhofinger 20: I can still resize a dialog notebook to "collapsed" size. It still happens and is confusing I think (especially if the dialog that is scrolled into view has tabs as well, such as F&S, so the user wonders where the tabs are gone to) 2020-08-12 11-12-47 PDT jhofinger what do you mean by "an issue on your branch"? 2020-07-26 02-32-54 PDT jhofinger yeah, definitely not a part of 1.0. Anyway, none of your concern for now 2020-08-02 23-19-29 PDT jhofinger 4 is probably a duplicate of 20, or am I missing some nuance? 2020-08-13 02-33-26 PDT jhofinger Okay. 2020-07-26 02-19-11 PDT jhofinger no, currently they don't but it could be a good idea 2020-07-27 02-20-49 PDT jhofinger Did you change anything inside the copy/paste code? I've noticed multiple times already that sometimes the clipboard doesn't work at all (i.e. i can't copy files inside file explorer or screenshots to clipboard). It works again when I close Inkscape. I haven't found out yet what triggers it 2020-08-02 23-26-25 PDT jhofinger Just some things I noticed while testing: - if you have a big and a small dialog with some elements aligned to bottom at the top (such as Document properties and XML editor) and another notebook below you have to resize the top notebook to an unreasonable size to see the bottom-floating elements of the dialog. This is confusing to users and hard to explain (why should a dialog which isn't even active influence this at all?) - When you pop out a floating dialog, it should have its minimum size without scrollbars - When you close a floating dialog and reopen it, it should still be floating (that's how 1.0 behaves at least) 2020-08-02 22-28-42 PDT jhofinger I know that feeling. 2020-08-13 00-16-50 PDT jhofinger rendering when dragging from collapsed to non-collapsed is a lot better 2020-07-26 03-18-43 PDT jhofinger and I think it requires two documents to be open 2020-07-27 02-46-39 PDT jhofinger [ ](https://chat.inkscape.org/direct/vanntile?msg=GCs5m39J2HfEumTSi) I think we follow the GNOME HIG, https://developer.gnome.org/hig/stable/writing-style.html defines where an ellipsis can be. I think it wasn't there in the old docking system. Probably, as soon as the ellipsis is gone, the translation subsystem picks up the name and translates it () 2020-08-12 10-44-25 PDT jhofinger https://gitlab.gnome.org/GNOME/gtk/-/issues/82 took the idea from here 2020-04-05 09-19-10 PDT jhofinger pattern.svg (https://chat.inkscape.org/file-upload/LpYnsHrd7cJApTkr9/pattern.svg) 2020-07-26 10-09-19 PDT jhofinger good to know :) 2020-07-26 03-01-24 PDT jhofinger I think it mainly needs polishing, basic functionality looks fine. Is the dialog arrangement already stored? 2020-07-27 01-49-12 PDT jhofinger How so, Ctrl+Scroll/Alt+Scroll? 2020-08-13 01-40-49 PDT jhofinger https://www.dropbox.com/s/2xh7u9t4qh8awga/2020-08-13%2010-39-51.mkv?dl=0 2020-08-12 11-13-03 PDT jhofinger am confused 2020-08-13 02-27-19 PDT jhofinger I'm sorry, I just noticed I uploaded the wrong bt earlier 2020-08-02 23-21-00 PDT jhofinger I think it's reasonable to remove collapsing. 2020-07-27 02-21-31 PDT jhofinger I haven't noticed that on master, personally 2020-07-26 02-38-02 PDT jhofinger Collapsed notebooks should not have a selected tab; and if the user clicks on one, the notebook should automatically expand 2020-07-26 02-43-20 PDT jhofinger also, if you drag a dialog out of the docking area it would be great if it automatically spawns a new window 2020-04-05 09-26-09 PDT jhofinger Is this supposed to be supported? https://bugs.launchpad.net/inkscape/+bug/397796 2020-07-27 01-54-29 PDT jhofinger great progress since yesterday, btw :) 2020-08-13 02-19-38 PDT jhofinger ok :) 2020-04-05 09-54-36 PDT jhofinger I added test to the root svg element 2020-08-13 03-36-39 PDT jhofinger fyi: I won't be home until saturday, so I can't test (compiling on my laptop takes ages) 2020-07-26 02-53-28 PDT jhofinger [ ](https://chat.inkscape.org/direct/vanntile?msg=ywLGsjq6igh8tzzKW) you could only scroll the contents, not the title bar () 2020-07-26 02-57-38 PDT jhofinger overall, it feels quite intuitive and adressses a lot lof issues users had with the previous design. 2020-07-27 01-50-40 PDT jhofinger One suggestion which is not yet on your list: when a notebook is collapsed, show none of the tabs as selected. When the user clicks a tab, automatically expand the notebook. (Currently, when the notebook is collapsed, clicking just selects the tab, it's a bit confusing that you have to expand the notebook as well). 2020-07-26 09-53-13 PDT jhofinger [ ](https://chat.inkscape.org/direct/vanntile?msg=EXaLdgWwPQJmXmYay) I think this one is missing on your list. Still happens to me all the time () 2020-07-26 03-04-41 PDT jhofinger and then dock it in the same window 2020-07-26 02-34-53 PDT jhofinger once again something you didn't break, but if we have more scrolling inside dialogs, we should definitely fix that numeric boxes capture the scrolling events for value changes 2020-07-27 02-54-28 PDT jhofinger ok, the next time I happen I will ask in the dev chat how to debug it 2020-08-12 06-42-11 PDT jhofinger - dragging out to a new window fails 2020-07-26 02-18-08 PDT jhofinger a bit like in blender 2020-08-12 07-24-26 PDT jhofinger Yes of course. The decision which part of my feedback you decide to implement lies with you. 2020-07-27 01-47-01 PDT jhofinger 1 looks good 2020-07-26 09-58-16 PDT jhofinger instead of opening a closed notebook when opening a new dialog, you should try to add it to an open notebook, preferably one with similar size 2020-07-26 02-45-55 PDT jhofinger Could "Hide all tab labels" maybe be a property of the notebook, i.e. it becomes greyed out after clicking, and when I add a new dialog, the label is also hidden? 2020-07-26 02-08-18 PDT jhofinger huh only seems to happen when opening from the terminal 2020-07-26 02-35-54 PDT jhofinger I think you don't have to show a dialog's name in the hamburger menu if there is only one dialog in this notebook 2020-08-13 00-19-07 PDT jhofinger #0 0x0000000001313d67 in Inkscape::UI::Dialog::AttrDialog::setRepr(Inkscape::XML::Node*) () from C:\msys64\home\jonat\inkscape\build\experimental\inkscape\bin\libinkscape_base.dll #1 0x000000000149abf7 in Inkscape::UI::Dialog::XmlTree::deferred_on_tree_select_row(void*) () from C:\msys64\home\jonat\inkscape\build\experimental\inkscape\bin\libinkscape_base.dll #2 0x00000000649f7b2d in libglib-2.0-0!g_main_context_dispatch () from C:\msys64\home\jonat\inkscape\build\experimental\inkscape\bin\libglib-2.0-0.dll #3 0x00000000649f7e88 in libglib-2.0-0!g_main_context_dispatch () from C:\msys64\home\jonat\inkscape\build\experimental\inkscape\bin\libglib-2.0-0.dll #4 0x00000000649f80d1 in libglib-2.0-0!g_main_context_iteration () from C:\msys64\home\jonat\inkscape\build\experimental\inkscape\bin\libglib-2.0-0.dll #5 0x000000000239429d in libgio-2.0-0!g_application_run () from C:\msys64\home\jonat\inkscape\build\experimental\inkscape\bin\libgio-2.0-0.dll #6 0x00000000004038c2 in main () Whenever I close a floating dialog 2020-07-26 02-46-20 PDT jhofinger I spent far too much time on hackfixing the win32 theme, I feel you 2020-07-26 03-04-32 PDT jhofinger when a dialog is in a separate window, you can open it again in the main window 2020-07-26 10-09-43 PDT jhofinger whenever I should test something on Windows, just tell me - I've set up your branch as upstream and can pull whenever you like 2020-07-26 09-33-57 PDT jhofinger will check out! 2020-08-02 23-31-32 PDT jhofinger also bug 3 was user error (I think I told you), not your concern 2020-08-12 06-50-14 PDT jhofinger - If I open F&S as docked, close the notebook and reopen it with Ctrl+Shift+F, Inkscape segfaults. (Happens with other dialogs too) 2020-04-05 09-21-12 PDT jhofinger :/ 2020-08-02 23-20-08 PDT jhofinger 5: same as 20 2020-07-26 03-17-40 PDT jhofinger and it happened after i oepened path effects 2020-04-05 09-57-19 PDT jhofinger Cool! 2020-07-26 03-20-49 PDT jhofinger no idea if that helps 2020-07-26 03-04-14 PDT jhofinger haha :D 2020-07-27 02-18-00 PDT jhofinger https://www.dropbox.com/s/zd5oi8hxyqnma2r/2020-07-27%2011-16-19.mkv?dl=0 if you have a dialog with vertical zero size, defocusing its window causes it to jump up. Sometimes scrolling inside that window is also enough 2020-07-26 03-20-44 PDT jhofinger https://www.dropbox.com/s/x5ysvc7nvdu9eb6/2020-07-26%2012-20-14.mkv?dl=0 2020-07-26 02-26-08 PDT jhofinger ok :) you have to prioritize, i'm just writing whatever I notice 2020-07-27 02-02-36 PDT jhofinger "Move tab to new window" should be in the context menu of the tab, not in the hamburger menu - an entry "move notebook to window" is missing there, though 2020-07-26 02-31-35 PDT jhofinger yes, I was just wondering about the green highlight 2020-07-26 10-11-29 PDT jhofinger the docking system has annoyed me for so long, great to see some progress - if it becomes more maintainable that way, the entire project wins a lot 2020-08-13 02-27-29 PDT jhofinger anyway, fixed now, thanks ;) 2020-07-26 02-56-14 PDT jhofinger whoa that sounds like a lot 2020-08-12 07-26-42 PDT jhofinger Clipboard - August 12, 2020 4:26 PM (https://chat.inkscape.org/file-upload/mmQ3WdMMvEQRR5FKs/Clipboard%20-%20Aug…) 2020-08-12 09-34-30 PDT jhofinger hmm, on windows neither on_drag_fail nor on_drag_end is ever called... 2020-08-12 06-52-20 PDT jhofinger https://www.dropbox.com/s/mwjwrc5pa994srp/2020-08-12%2015-51-44.mkv?dl=0 2020-07-26 02-24-40 PDT jhofinger Whenever I open the XML editor, the notebook suddenly becomes very large horizontally 2020-08-02 23-38-26 PDT jhofinger Clipboard - August 3, 2020 8:38 AM (https://chat.inkscape.org/file-upload/3o5HcZSmjho63GK7d/Clipboard%20-%20Aug…) 2020-07-26 02-50-23 PDT jhofinger "move notebook to new window" really would be cool 2020-08-12 06-42-26 PDT jhofinger - the context menu is great 2020-04-05 09-19-53 PDT jhofinger Clipboard - April 5, 2020 6:19 PM (https://chat.inkscape.org/file-upload/NmPNyscGWpPmzNc8P/Clipboard%20-%20Apr…) 2020-08-12 22-12-17 PDT jhofinger Nice :) 2020-07-26 02-51-58 PDT jhofinger revisiting scrolling: the title bar of a notebook should probably be visible all the time 2020-04-05 09-53-09 PDT jhofinger Adding a title attribute doesn't change anything. 2020-07-26 02-49-26 PDT jhofinger you could automatically close separate dock windows if they don't have a dialog inside anymode 2020-07-26 02-58-16 PDT jhofinger I haven't experienced any crashes either 2020-07-26 02-04-36 PDT jhofinger Hi, I just checked out and compiled the docking-system-copy branch from your fork. Anything I could test? :) 2020-07-31 08-49-00 PDT jhofinger failed locally as well, probably because gtkwayland.h ist not existent on Windows? 2020-07-26 03-10-32 PDT jhofinger oh it's not only layers, it just depends whether a second desktop is open 2020-07-26 02-09-47 PDT jhofinger ah nvm opened from bin and not from inkscape/bin :D i need a coffee 2020-08-02 23-21-56 PDT jhofinger also agree that 8 and 19 are not relevant anymore 2020-08-13 00-23-00 PDT jhofinger ok 2020-07-26 03-32-03 PDT jhofinger In the old docking system, a lot of crazy things were possible (such as an undocked dialog being docked in another window, and still tracking the old window, which can then be closed, but the dialog remains in the second window and interacting with it causes segfaults), but your way of automatically switching a dialog's context makes a lot more sense 2020-04-05 09-21-40 PDT jhofinger Thanks! If you find time, could you document the Paint servers dialog before 1.0? 2020-08-12 06-47-53 PDT jhofinger https://www.dropbox.com/s/u0ohbrtyvyt9iht/2020-08-12%2015-47-15.mkv?dl=0 2020-07-26 02-15-36 PDT jhofinger I like it so far! especially that you can resize dialogs below their min width 2020-07-26 03-08-38 PDT jhofinger https://www.dropbox.com/s/mxa860x5i1z5awy/2020-07-26%2012-08-05.mkv?dl=0 2020-07-26 02-42-50 PDT jhofinger it doesn't seem to remember that a dock has been in a separate window when I close that window and reopen the dialog 2020-07-26 03-07-11 PDT jhofinger this is reproducible 2020-07-27 01-46-29 PDT jhofinger For the third one: I don't see a horizontal scroll bar, but resizing below min width works. When I pull too fast, the dialogs seem to snap at a specific width 2020-08-02 22-28-05 PDT jhofinger Thank you for your hard work on this! 2020-07-27 01-05-09 PDT jhofinger I probably won't be able to help you there, but if there's something to test on Windows, just tell me 2020-07-27 01-58-10 PDT jhofinger Clipboard - July 27, 2020 10:58 AM (https://chat.inkscape.org/file-upload/GgJqYLtN2QprKYgi6/Clipboard%20-%20Jul…) 2020-07-26 02-41-49 PDT jhofinger I can't seem to drop dialogs on "you can drop dropable dialogs here" 2020-07-26 02-58-35 PDT jhofinger certainly, yes; how much more time do you have for this? 2020-08-12 22-09-27 PDT jhofinger Okay :) so all I did was removing the Wayland preprocessor directive around on_drag_end (and the if condition), and strarted Inkscape with the flag I mentioned above. I have no idea if there are regressions by using this flag, esp. on older systems though. 2020-07-27 02-21-23 PDT jhofinger Also was a problem yesterday 2020-08-13 02-25-56 PDT jhofinger From a usability perspective, the horizontal resizing of dialogs probably is only a good idea if dialogs are made a lot more flexible (through Glade-ification for example). That's out of scope for you obviously. The only thing I feel anxious about in the new system is the "dialogs of different height in one scrolling notebook" issue, I guess this will catch complaints 2020-07-26 02-13-21 PDT jhofinger are you supposed to be able to scroll when collapsed? 2020-07-26 10-04-18 PDT jhofinger why? if they are all visible, show only "hide". If they are all collapsed, show only "make visible". If some are collapsed and some are not, show both. 2020-07-26 03-34-08 PDT jhofinger I really think my main pain points are: windows don't stay afloat, docking in empty docking areas and dragging a dialog out to spawn a new window. If this + saving configuration + some design fixes are done, it's pretty amazing 2020-07-26 02-50-05 PDT jhofinger also, if there is only one dialog in a separate window, "move tab to new window" doesn't really make sense 2020-08-12 06-42-04 PDT jhofinger - you should remove the "you can drop dockable dialogs here" 2020-07-26 02-53-50 PDT jhofinger (might be a lot easier said then done) 2020-07-26 03-13-21 PDT jhofinger Unbenannt.PNG (https://chat.inkscape.org/file-upload/TDBLajdu4aoRwXEzy/Unbenannt.PNG) 2020-07-26 03-13-33 PDT jhofinger let me see if I can replicate that 2020-08-12 11-13-00 PDT jhofinger this flag is never mentioned anywhere, not even in the GTK code 2020-07-27 01-53-50 PDT jhofinger ideally, don't show any tab as selected when collapsed, since that has no meaning to the user. 2020-07-26 10-05-53 PDT jhofinger Definitely better than a crash, but imo it belongs to "known issues" 2020-07-27 02-11-53 PDT jhofinger drag & dropping dialog tabs to undefined areas doesn't work on Windows and X11 (should work on Wayland) I just noticed that the small area on top (green border when dragging something over it) still works 2020-08-13 02-17-30 PDT jhofinger Your branch shows that the last commit is an hour old (https://gitlab.com/vanntile/inkscape/-/tree/docking-system-copy), different branch? 2020-07-26 02-18-02 PDT jhofinger have you considered making the docks resizable horizontally as well? and when they are resized below a certain width, they disappear 2020-07-26 02-08-23 PDT jhofinger looks fine otherwise 2020-07-26 02-52-44 PDT jhofinger I think thomas was working on this before the 1.0 release 2020-07-27 01-59-38 PDT jhofinger Some quick fixes (hopefully): 1) the title bar of the dialogs is not translated 2) the title still has "..." behind it 3) the top (cropped) dialog ends without a border. Maybe add a bottom border to the notebook (same to the right with the new feature) 2020-07-26 02-07-22 PDT jhofinger I'm getting a ton of warnings also, units.xml is e.g. missing 2020-07-26 02-06-03 PDT jhofinger Clipboard - July 26, 2020 11:05 AM (https://chat.inkscape.org/file-upload/9qpDCJCX8ukAHdABF/Clipboard%20-%20Jul…) 2020-08-02 23-22-32 PDT jhofinger Probably true. 2020-07-27 02-48-34 PDT jhofinger okay perfect. We had bug reports about a missing space in front of the ellipsis in menu entries on mac in some languages because interface guidelines differ... people _will_ notice, and they will create bug reports 2020-08-12 09-35-56 PDT jhofinger any more signals I could try? 2020-08-12 07-27-48 PDT jhofinger I think I told you this before, but in this situation, noone will notice that there are controls at the bottom of the Selects & CSS dialog (there are others like this, XML editor for example, or text). 2020-07-26 10-02-59 PDT jhofinger I think the fix for the dialogs that remain open after closing is not that simple. Imagine you have a master document with some undocked dialog, and a second inkscape window open. Now you want to close the second window. When it's focused, the dialog suddenly listens to that document, and closing it closes it as well - which the user probably didn't want (that's at least what happens currently on your branch). I'd only close the dialogs when the last instance is closed. 2020-07-26 03-17-11 PDT jhofinger at least i managed to make it happen again 2020-07-26 02-22-51 PDT jhofinger When right clicking the dock, the Layers dialog is shown as "Page 2" for me - looks like it doesn't find the title of the dialog 2020-07-26 03-04-12 PDT jhofinger Clipboard - July 26, 2020 12:04 PM (https://chat.inkscape.org/file-upload/FvDnRjdMqxCuvYkos/Clipboard%20-%20Jul…) 2020-08-12 07-21-35 PDT jhofinger If the automatic resizing is blocked by scrolling, then deactivate it. We can't explain to users why only half of the dialog is visible by default. 2020-08-02 23-21-43 PDT jhofinger I just wanted to say that I understand your decision and would probably have done the same 2020-08-13 02-29-59 PDT jhofinger Is it possible that whenever a dialog is docked, you trigger a complete re-rendering of the window (like what happens when you change the window size)? I guess that could fix the locking up on Windows. As soon as I resize the window, it immediately functions again. 2020-07-26 03-28-21 PDT jhofinger I see your point. 2020-07-26 03-00-26 PDT jhofinger nice :) 2020-08-12 07-28-36 PDT jhofinger alright 2020-07-26 02-23-13 PDT jhofinger I now. For now, we could just add a horizontal scroll bar inside dialogs 2020-04-05 09-57-37 PDT jhofinger Oh definitely. 2020-07-27 02-05-13 PDT jhofinger Additional idea: closing tab with Middle mouse button click, and reopening with Ctrl+Shift+T just like in a browser 2020-07-26 09-56-34 PDT jhofinger Alternating the "Hide labels" is a step in the right direction, but now you can hide them, un-hide them one by one and the menu still says "hide labels". Maybe have both of them, but when all are visible, the "unhide" one is insensitive, and vice versa 2020-07-27 01-46-31 PDT jhofinger https://www.dropbox.com/s/wusie0pihgfznsx/2020-07-27%2010-45-10.mkv?dl=0 2020-08-13 02-18-45 PDT jhofinger crash is fixed 2020-07-26 02-47-52 PDT jhofinger you can't do this kind of arrangement, right? 2020-07-26 02-12-16 PDT jhofinger When collapsed, it looks like this for me 2020-07-26 02-36-24 PDT jhofinger and maybe change the text to "Highlight Layers" instead of "Layers..." 2020-04-05 09-25-18 PDT jhofinger That one as well: https://bugs.launchpad.net/inkscape/+bug/172168 2020-07-26 10-06-27 PDT jhofinger do you feel like you get enough feedback from the advisors? 2020-07-27 01-55-48 PDT jhofinger My feeling is that some GSoC projects in the past lacked polish and left a lot of work for the maintainers. It looks like you have time to do that :) 2020-08-13 02-18-51 PDT jhofinger anything else I should test for? 2020-08-02 22-29-50 PDT jhofinger Okay 😊 2020-07-27 01-52-13 PDT jhofinger [ ](https://chat.inkscape.org/direct/vanntile?msg=EXaLdgWwPQJmXmYay) that one is still missing from your list () 2020-04-05 09-19-03 PDT jhofinger Sure: 2020-07-27 02-14-06 PDT jhofinger - the shortcuts to open a new dialog don't work when a floating window is focused 2020-08-12 07-19-56 PDT jhofinger If you redock a floating dialog, close the notebook and open it again, nothing happens. If I close Inkscape afterwards, it segfaults. 2020-07-27 02-06-51 PDT jhofinger I don't know if this problem exists on Linux as well, but the floating dialog windows have the unfortunate property that focusing them unfocuses (greys out) the main window. That's a bit annoying. It's also an issue on Master, but if you have an idea how to fix that, that'd be great 2020-07-26 02-51-10 PDT jhofinger I can't seem to get a window floating above the canvas, might be another windows limitation 2020-07-27 00-51-42 PDT jhofinger The fix looks good to me. :) 2020-04-05 09-20-04 PDT jhofinger Now it looks like this in every document 2020-07-27 02-01-50 PDT jhofinger Also missing from your list, I think: you can have the same dialog twice in an undocked window (I guess nobody needs that) 2020-07-26 02-14-14 PDT jhofinger Also, when I collapse, and then immediately swich to a different tab, it scrolls down to the contents of that tab 2020-04-05 09-52-11 PDT jhofinger I placed the file (as it is) in %inkscape%/paint. When I open Inkscape, the paint servers dialog looks like in my screenshot. 2020-04-05 09-56-26 PDT jhofinger That would fix both the crash and my problem. 2020-08-12 06-44-58 PDT jhofinger if you add a second dialog into an existing floating window, it should increase the size accordingly 2020-07-26 03-32-58 PDT jhofinger like icon preview or CSS 2020-07-26 02-19-34 PDT jhofinger people often complain that the dialogs are too wide 2020-04-05 09-57-14 PDT jhofinger (And especially, patterns from this document shouldn't be displayed if they can't be used, as in my screenshot) 2020-08-13 02-18-18 PDT jhofinger ok alright, will test 2020-08-13 02-21-05 PDT jhofinger I mean, can you nitpick things? Yes, a lot. Is it an adequate replacement of the old system? Yes, and I'd argue that some things have considerably improved 2020-07-26 02-29-14 PDT jhofinger https://www.dropbox.com/s/1gu854je2wkna8z/2020-07-26%2011-27-29.mkv?dl=0 is this supposed to happen? 2020-08-13 02-20-00 PDT jhofinger Good job! IMO it should be ready :)
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 2561
  • 2562
  • 2563
  • 2564
  • 2565
  • 2566
  • 2567
  • ...
  • 2581
  • Older →

HyperKitty Powered by HyperKitty version 1.3.8.