Re: [Kicad-developers] GitLab migration

2019-12-03 Thread Seppe Stas
Just wanted to say I love this and I'm sure it will improve visibility of the KiCad project and lower the barrier of entry for new developers. Some questions: - Are there any plans to use the Gitlab CI system in the future? - Will the KiCad libraries also be migrated or is the plan to keep

Re: [Kicad-developers] running multiple versions of KiCad on macOS

2019-06-12 Thread Seppe Stas
Andy, I don’t think Adam is talking about the library folders, those can already be easily set using environmental arguments. On that note though, being able to have those environmental variables be updated depending on the KiCad version would also be a nice to have, since for some reason KiCad

Re: [Kicad-developers] [PATCH] Set KiCad version in MacOS apps

2019-06-12 Thread Seppe Stas
e, Jun 11, 2019 at 1:41 PM Adam Wolf > > wrote: > >> > >> I will review today. > >> > >> Thanks for your help, Seppe! > >> > >> On Tue, Jun 11, 2019, 10:11 AM Wayne Stambaugh > >> wrote: > >>> > >>> Seppe, &g

Re: [Kicad-developers] [PATCH] Set KiCad version in MacOS apps

2019-06-11 Thread Seppe Stas
nge is going on. I had to moderate this one as well. > Please attach your patch (created using `git format-patch`) so it can > be reviewed and commented on. > > Cheers, > > Wayne > > On 6/11/19 10:17 AM, Seppe Stas wrote: > > Hey > > > > I closed th

Re: [Kicad-developers] [PATCH] Set KiCad version in MacOS apps

2019-06-11 Thread Seppe Stas
Perhaps it was a launchpad hiccup. > > I've added Adam to the code review at [1]. Would you mind re-sending > the images to the list? > > Thanks- > Seth > > [1] https://code.launchpad.net/~seppestas/kicad/+git/kicad/+merge/368644 > > On 2019-06-11 05:23, Seppe Stas wrote: > &g

Re: [Kicad-developers] [PATCH] Set KiCad version in MacOS apps

2019-06-11 Thread Seppe Stas
Hey I'm not sure if this email got ignored or if it got rejected by some mailing system, but it does not seem to show up in the mailing list archive <https://lists.launchpad.net/kicad-developers/date.html>. Maybe now it works? Seppe On Wed, Jun 5, 2019 at 10:55 PM Seppe Stas wrote:

Re: [Kicad-developers] macos 10.11

2019-02-28 Thread Seppe Stas
As a MacOS user, I also agree with dropping support for older versions as long as it's clearly documented. It would be nice to keep at least MacOS 10.12 supported for a while though, since this is the last version that supports the HFS+ file system AFAIK. I know some people sticking to MacoS

[Kicad-developers] KiCad 5 PPA does not have a kicad package for Ubuntu 18.10

2018-10-17 Thread Seppe Stas
Hey Jean-Samuel and people dealing with the KiCad PPA / linux packaging The "official" (at least it is the documented approach on how to install KiCad on Ubuntu ) KiCad PPA does not have the a kicad package for Ubuntu 18.10 (Cosmic Cuttlefish). This means

[Kicad-developers] [RFC] Remove counters from general section of pcbnew file

2018-04-24 Thread Seppe Stas
it a patch for this, but I would like to discuss how backwards compatibility could be handled first. Greeting Seppe Stas ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https:/

Re: [Kicad-developers] [PATCH] Use wxImage instead of wxBitmap in COLOR4D picker (Fixes LP:1718389)

2017-09-29 Thread Seppe Stas
The problem is caused by the alpha channel of KIGFX::COLOR4D being initialised to 0. This causes the color pickers to be invisible if the alpha channel is not set. I sent a patch for this in a separate thread. macOS is actually the only platform where the color picker behaves correctly XD. Ubuntu

[Kicad-developers] [PATCH] Set color picker color alpha channel to 1

2017-09-29 Thread Seppe Stas
Fixes lp:1718389 . The alpha channel of KIGFX::COLOR4D, which is used to draw the color pickers, initialises to 0. This causes the color picker to be invisible on platforms that support alpha channels in a wxBitmap (like macOS). This patch sets the

Re: [Kicad-developers] [PATCH] Dark Theme Fixups

2017-09-28 Thread Seppe Stas
Thanks for digging this up. It looks awesome! I can test on macOS, Windows and Ubuntu Unity as soon as I fix my macOS build that was broken by the High Sierra update. Seppe On 28 September 2017 at 11:41:40, Marco Ciampa (ciam...@libero.it) wrote: On Wed, Sep 27, 2017 at 11:38:32PM +0200,

Re: [Kicad-developers] [PATCH] Right click option to change layer and render color

2017-09-25 Thread Seppe Stas
ot have a ready binary to test. If time > permits, I will test it a bit later. > > Regards, > Orson > > On 09/23/2017 03:58 PM, Seppe Stas wrote: > > Hey Maciej, what OS are you using? Also, do you have the same issue in > KiCad 4.0.7? > > > > On 22 Sep 2017, 17

Re: [Kicad-developers] [PATCH] Right click option to change layer and render color

2017-09-23 Thread Seppe Stas
> right mouse button. > > > > Regards, > > Orson > > > > On 09/22/2017 03:12 PM, Seppe Stas wrote: > > > Hey Wayne > > > > > > I fixed the coding policy violations. I blame my text-editor's trailing > > > whitespace detector being broken all o

Re: [Kicad-developers] [PATCH] Right click option to change layer and render color

2017-09-22 Thread Seppe Stas
ing change. "Visible" -> Eliminate this tirle "Layer" -> "Visible Layers" "Render" -> "Others" Is it just me that I find this naming strange? Does anybody have a better idea? cheers Fabrizio On Fri, Sep 22, 2017 at 3:12 PM, Seppe S

Re: [Kicad-developers] [PATCH] Right click option to change layer and render color

2017-09-22 Thread Seppe Stas
patch, but you need to > > implement GERBER_LAYER_WIDGET::OnLayerRightClick(), as in the current > > state the code does not compile. > > > > Regards, > > Orson > > > > On 09/21/2017 06:25 PM, Seppe Stas wrote: > >> This patch makes it possib

Re: [Kicad-developers] [PATCH] Right click option to change layer and render color

2017-09-22 Thread Seppe Stas
This is a very good idea. I would have merged the patch, but you need to > implement GERBER_LAYER_WIDGET::OnLayerRightClick(), as in the current > state the code does not compile. > > Regards, > Orson > > On 09/21/2017 06:25 PM, Seppe Stas wrote: > > This patch makes

Re: [Kicad-developers] GitHub Plugin (my nemesis)

2017-09-22 Thread Seppe Stas
Honestly, I think KiCad should not manage library downloads by itself. If this is a feature people want to use, it should be developed as a plugin. This way multiple plugins can exist that support different use-cases, like downloading plugins from git, a file server or SVN. What are the "ongoing

[Kicad-developers] [PATCH] Improve template selector for macOS

2017-09-18 Thread Seppe Stas
This fixes some issues with the template selector that cause it not to work properly on macOS. The main issue is a race condition where `OnPageChange` uses `m_notebook->GetSelection()` to get the selected page number instead of `event.GetSelection()` as defined in the docs

[Bug 522152] Re: indicator-application does not send signals when a menu is shown/hidden

2016-08-08 Thread Seppe Stas
I've created PoCs for the workarounds described by ~sjakthol and ~dlech: https://github.com/seppestas/test-libappindicator -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/522152 Title:

[Dx-packages] [Bug 522152] Re: indicator-application does not send signals when a menu is shown/hidden

2016-08-08 Thread Seppe Stas
I've created PoCs for the workarounds described by ~sjakthol and ~dlech: https://github.com/seppestas/test-libappindicator -- You received this bug notification because you are a member of DX Packages, which is subscribed to libappindicator in Ubuntu. Matching subscriptions: dx-packages

[Screenlets-dev] [Bug 522152] Re: indicator-application does not send signals when a menu is shown/hidden

2016-07-29 Thread Seppe Stas
According to the Freedesktop StatusNotifierItem specification, each StatusNotifierItem object must provide the following methods: - ContextMenu - Activate - SecondaryActivate - Scroll Currently, libappindicator only seem to listen for the `Scroll` method, which it exposes through the

[Dx-packages] [Bug 522152] Re: indicator-application does not send signals when a menu is shown/hidden

2016-07-29 Thread Seppe Stas
According to the Freedesktop StatusNotifierItem specification, each StatusNotifierItem object must provide the following methods: - ContextMenu - Activate - SecondaryActivate - Scroll Currently, libappindicator only seem to listen for the `Scroll` method, which it exposes through the

[Bug 522152] Re: indicator-application does not send signals when a menu is shown/hidden

2016-07-29 Thread Seppe Stas
According to the Freedesktop StatusNotifierItem specification, each StatusNotifierItem object must provide the following methods: - ContextMenu - Activate - SecondaryActivate - Scroll Currently, libappindicator only seem to listen for the `Scroll` method, which it exposes through the

[Bug 1254283] Re: Ubiquity miscalculates maximum partition size

2013-11-25 Thread Seppe Stas
Nik.Th.: It looks like both this bug and the problem have related causes. However, the bug in Ubiquity is that it handles the problem wrong. I would rather not get stuck in an endless loop of popup error messages while installing Ubuntu. Of course my problem could be fixed by editing the other

[Bug 1254283] [NEW] Ubiquity miscalculates maximum partition size

2013-11-23 Thread Seppe Stas
Public bug reported: When trying to combine 2 partitions during the installation of Ubuntu Gnome, I got the following message: Can't have a partition outside the disk!'' Image: https://pbs.twimg.com/media/BZw5plkCMAEoSD8.png:large This message was stuck in a loop, so I couldn't continue or