Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] SWT and GTK3 patches

We understand that completely and we will provide guidance for harder issues.  Most of the outstanding patches are very simple and mainly replace deprecated/removed APIs with new ones.  These patches should be easy to process and do not require a lot of knowledge on SWT.    Bug [1] is a good example where we need to re-implement a good portion of the code and  I just realized there is a bigger issue with expose/paint events. Take a look at the bug reported to see what I mean.

Silenio



From:        Aleksandar Kurtakov <akurtako@xxxxxxxxxx>
To:        "Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>,
Date:        07/19/2012 03:45 PM
Subject:        Re: [platform-swt-dev] SWT and GTK3 patches
Sent by:        platform-swt-dev-bounces@xxxxxxxxxxx




Sorry if I look impatient. In addition to patches some guidance for issues like [1] will be really needed as the way that things are currently implemented are suboptimal according to cairo/gtk guys and there proposal is to having one window and use gtk_window_move instead which would be quite big change from the current implementation. I'll let Anatoly provide all the needed info in the bug. What I want to emphasize on is that even if someone (we) sign for doing a lot of work - domain knowledge from both swt and cairo/gtk(we have the needed contacts there) are needed for things getting done.


[1]
https://bugs.eclipse.org/bugs/show_bug.cgi?id=380287


Regards,
Alexander Kurtakov
Red Hat Eclipse Team


----- Original Message -----
> From: "Silenio Quarti" <Silenio_Quarti@xxxxxxxxxx>
> To: "Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>
> Sent: Thursday, July 19, 2012 10:04:43 PM
> Subject: Re: [platform-swt-dev] SWT and GTK3 patches
>
>
> First let me say that we really appreciate your effort in getting SWT
> running on GTK 3. I guarantee you that this is also one of our
> priorities for this release.
>
> Unfortunately due to summer vacations and other constraints, we have
> not had any committers available to review your patches for the last
> little while. But I am glad to say that Arun Thondapu has just
> received his commit rights on SWT and he should start reviewing your
> patches soon.
>
> Please keep the patches coming. Thanks!
>
> Silenio
>
>
>
> From: Aleksandar Kurtakov <akurtako@xxxxxxxxxx>
> To: "Eclipse Platform SWT component developers list."
> <platform-swt-dev@xxxxxxxxxxx>,
> Date: 07/19/2012 01:26 PM
> Subject: [platform-swt-dev] SWT and GTK3 patches
> Sent by: platform-swt-dev-bounces@xxxxxxxxxxx
>
>
>
>
> Hi everyone,
>
> We(Red Hat) have dedicated one guy (Anatoly Spektor) working on
> getting SWT running on GTK 3. And he is contributing a number of
> patches already[1] but considering the limited amount of time
> everyone has we need more help from SWT committers reviewing and
> helping him to fix patches according to SWT rules. The longer the
> patch queue goes the higher chances that something might need
> redoing resulting in lost time.
> I know everyone is busy but please help us get SWT working on modern
> Linux systems in good shape.
>
> Regards,
> Alexander Kurtakov
> Red Hat Eclipse Team
>
> [1]
https://bugs.eclipse.org/bugs/show_bug.cgi?id=340067
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
>
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev
>
>
>
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
>
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev
>
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev



Back to the top