Re: [Kicad-developers] [FEATURE] Eeschema Line Styles

2017-11-16 Thread Chris Fiege
Hi Seth,

On 11/17/2017 01:02 AM, Seth Hillbrand wrote:
> Chris, I am unable to re-create your issue.  Can you send along more
> information about your system?

I tried to reproduce the issue.
Good news: It's still reproducible on my system.
Also good news: It's reproducible on a build without your patches.

My system is a Debian stretch with XFCE as WindowManager.
KiCad looks like:
> Application: kicad
> Version: (2017-11-12 revision 2337b83ba)-master, release build
> Libraries:
> wxWidgets 3.0.2
> libcurl/7.52.1 OpenSSL/1.0.2l zlib/1.2.8 libidn2/0.16 libpsl/0.17.0 
> (+libidn2/0.16) libssh2/1.7.0 nghttp2/1.18.1 librtmp/2.3
> Platform: Linux 4.13.0-0.bpo.1-amd64 x86_64, 64 bit, Little endian, wxGTK
> Build Info:
> wxWidgets: 3.0.2 (wchar_t,wx containers,compatible with 2.8) GTK+ 2.24
> Boost: 1.62.0
> Curl: 7.52.1
> Compiler: GCC 6.3.0 with C++ ABI 1010
> 
> Build settings:
> USE_WX_GRAPHICS_CONTEXT=OFF
> USE_WX_OVERLAY=OFF
> KICAD_SCRIPTING=OFF
> KICAD_SCRIPTING_MODULES=OFF
> KICAD_SCRIPTING_WXPYTHON=OFF
> KICAD_SCRIPTING_ACTION_MENU=OFF
> BUILD_GITHUB_PLUGIN=ON
> KICAD_USE_OCE=OFF
> KICAD_SPICE=OFF

Digging a little into this I found out, that the behavior changes with enabling 
the
glx-backend in my compositor.

Since running without a compositor isn't the usual use-case I am not sure if 
this issue
is worth tracking down.

--
Chris

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] [FEATURE] Eeschema Line Styles

2017-11-14 Thread Chris Fiege
Hi Seth,

On 11/15/2017 01:27 AM, Seth Hillbrand wrote:
> Attached is the updated line styles patchset.  This implements the
> COLOR4D_PICKER_DIALOG and ensures that the alpha channel remains opaque.

I tested your patches and it looks great. Thank you :)

I found a minor issue when drawing new lines:
When drawing at small zoom levels (eg. fitting a whole A3 sheet on screen) new 
lines are
not previewed while drawing. Nevertheless they are displayed correctly after 
stopping
drawing.

When I zoom in on a smaller area of the sheet the preview is shown correctly.


Chris

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] [PATCH] Add live footprint filtering in modview window

2017-10-30 Thread Chris Fiege
Hi Oliver,
I have tested your patchset against the current master.

On 10/29/2017 02:37 PM, Oliver Walters wrote:
> In the footprint viewer window it is often hard to find the exact footprint
> you want across multiple libraries
This looks great. Filtering by keywords is really good alternative to clicking 
in the
library tree in those cases where you already know what you are looking for.

> 
> The attached patch set adds a search filter input to the toolbar.
I mentioned one thing testing your patchset on my Debian stretch:
The text in your input box stays gray, even after entering a keyword. Switching 
the text
to black would help in situations with "not so good" visibility.
See the attached screen shot.


--
Chris
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp