Hi Kristoffer,
You need to add entries to bitmaps_png/CMakeLists.txt and
include/bitmaps.h. After that you need to build KiCad with a Cmake
option -DMAINTAIN_PNGS=ON. You will need Inkscape for file format
conversion.
Regards,
Orson
On 07/24/2017 09:40 PM, Kristoffer Ödmark wrote:
> Hello!
>
>
I will remove packages 4.0.7 since they are already compiled. No problem.
Le 24 juil. 2017 16:45, "Wayne Stambaugh" a écrit :
> If we have known segfault bugs we should fix them. I can remove the tag
> on the stable branch and move it to your bug fix commits. Nice catch.
>
> I need some input
This would be a demo for testing only. I'll have to obfuscate and
sabatoge parts. Still useful?
On 25/07/17 02:07, Wayne Stambaugh wrote:
I would accept a patch for a more complex demo for performance testing
purposes.
On 7/24/2017 4:05 AM, Kristoffer Ödmark wrote:
I for one would really
This is not a problem for MacOS packaging. The things that impact
MacOS packaging are when the dependencies change. Remaking a 4.0.7
build after the tag moves isn't a problem.
Adam
On Mon, Jul 24, 2017 at 9:45 AM, Wayne Stambaugh wrote:
> If we have known segfault bugs we should fix them. I c
I haven't learned enough about the KIWAY to trace the events from pcbnew
to eeschema yet.
I'd be curious is this is reproducible in other systems. Easy to test on
linux using the perf tool https://perf.wiki.kernel.org/index.php/Main_Page
1) run kicad, open a pcb and schematic of any size.
2
I don't see anything that suggests pcbnew is doing sheet list stuff. I
was assuming that whatever event connection between pcbnew and eeschema
exists was the culprit.
On 25/07/17 10:25, Wayne Stambaugh wrote:
On 7/24/2017 6:12 PM, hauptmech wrote:
Yeah, it's weird since all I'm doing when
On 7/24/2017 6:12 PM, hauptmech wrote:
>
> Yeah, it's weird since all I'm doing when collecting perf data is
> zooming and panning the pcb, (with eeschema open). A root page and 11
> sub pages at the next level. Roughly 800 components and 2000 wires.
>
> Probably something somewhere is instantia
Yeah, it's weird since all I'm doing when collecting perf data is
zooming and panning the pcb, (with eeschema open). A root page and 11
sub pages at the next level. Roughly 800 components and 2000 wires.
Probably something somewhere is instantiating a new SCH_SHEET_LIST
(which then has to c
After suggestions from chris, I deactivated the "select all items on
sheet" on left-click inside eeschema, and instead added a context menu
for it when rightclicking on a sheet in eeschema.
This is a separate patch to the sheet-selection improvement. I do not
know how to generate a icon for th
Hello!
I am working on some patches currently that adds a few menu entries in
eeschema. Since they seem to require me to add icons to all of the
entries, I am now stuck on trying to generate the .cpp files. Could
someone point me in the correct way on how to do this.
I currently have added 2
Oliver,
I finally got a chance to look at these patches and they seem fine to
me. I am willing to commit them as is if there are no other objections.
One minor note. I don't know if this was intentional or not but please
use normal sentence punctuation in dialog messages. You managed to
remove
Just tried this on a large project. The speedup is noticeable.
On 07/24/2017 04:25 PM, Oliver Walters wrote:
When I was working on speed improvements for DUPLICATE action in GAL, I
also discovered that the select / deselect functions were very slow.
Ref: https://lists.launchpad.net/kicad-devel
If we have known segfault bugs we should fix them. I can remove the tag
on the stable branch and move it to your bug fix commits. Nice catch.
I need some input from our package devs as to the impact on the stable
release packaging. I can push the release back another week or two to
allow our pa
On 7/24/2017 10:27 AM, Oliver Walters wrote:
> Wayne,
>
> Fair point regarding breaking 3D model links for existing designs. As
> the pcb caches footprints then this is probably the best approach in
> terms of not breaking anything.
I think users will be unhappy if they do a micro release update
Wayne,
Fair point regarding breaking 3D model links for existing designs. As the
pcb caches footprints then this is probably the best approach in terms of
not breaking anything.
For v5 we really need to separate the concepts of the application and the
libs :)
Let me know if you want me to tag 4.
When I was working on speed improvements for DUPLICATE action in GAL, I
also discovered that the select / deselect functions were very slow.
Ref: https://lists.launchpad.net/kicad-developers/msg29539.html
The attached patch reduces time taken to select / deselect items by ~75%
Test Case: ~500 SS
Oliver,
I'm guessing that the 3D model file names have also changed so using the
older footprints with the new 3D models is going to be an issue. I'm
tempted to keep the 4.0.6 tagged libraries so users existing symbol and
3D model libraries don't change and break user's designs. I am open to
sug
I would accept a patch for a more complex demo for performance testing
purposes.
On 7/24/2017 4:05 AM, Kristoffer Ödmark wrote:
> I for one would really appreciate having a larger testproject in the demos.
>
> - Kristoffer
>
> On 07/24/2017 01:36 AM, hauptmech wrote:
>> I'm getting a distracting
On 7/23/2017 7:36 PM, hauptmech wrote:
> I'm getting a distracting amount of lag when panning and zooming with
> GAL. Perf reports TOOL_MANAGER::dispatchInternal and, when eeschema is
> open, SCH_SHEET_LIST::BuildSheetList, as the main time sinks.
Given that all BuildSheetList does is create a lis
Wayne,
Sorry I thought I had replied to this, it was sitting in my outbox.
If we keep the 4.0.6 tagged libraries, then there will be discrepancies for
users if they are using the live github footprint libraries (in particular
a lot of the 3D models will not be correctly oriented).
How do you wan
Hmm, I was planning to send that mail to the ML. will resend it there.
I am unsure about the separate tool. Most circuits I am using this on is
instant, but I guess that doing both could be a viable option. The tool
is available as a separate tool from pcbnew.
On 07/24/2017 04:50 AM, Chris Pa
I for one would really appreciate having a larger testproject in the demos.
- Kristoffer
On 07/24/2017 01:36 AM, hauptmech wrote:
I'm getting a distracting amount of lag when panning and zooming with
GAL. Perf reports TOOL_MANAGER::dispatchInternal and, when eeschema is
open, SCH_SHEET_LIST::B
Hi guys,
thanks for the explanation.
cheers
Fabrizio
On Fri, Jul 21, 2017 at 11:06 PM, Wayne Stambaugh
wrote:
> This is correct. I just remember if the string in a group box
> (wxStaticBoxSizer) than it doesn't get a colon. If the string is static
> text (wxStaticText) that describes a text c
23 matches
Mail list logo