Re: [platform-dev] How to build SWT jars from sources?

2024-02-23 Thread Thomas Singer via platform-dev
Hi Jonah (and Hannes), Thanks. I've already written my own ANT build script. -- Best regards, Thomas Singer On 2024-02-23 17:30, Jonah Graham wrote: Hi Thomas, Hannes is helping from the background while on holiday :-) The short answer is run mvn clean verify, building all the SWT jars

Re: [platform-dev] How to build SWT jars from sources?

2024-02-23 Thread Thomas Singer via platform-dev
What would be the SWT discussion list? How to build the SWT jars using ANT? -- Best regards, Thomas Singer On 2024-02-23 13:35, Ed Merks via platform-dev wrote: It's probably better to ask on one of the discussions list. The binaries are in the SWT repository https://github.com/eclipse

Re: [platform-dev] How to build SWT jars from sources?

2024-02-23 Thread Thomas Singer via platform-dev
Hi Jonas, Thanks for answering. The linked comment writes about building the native fragments which is not what I want. I need to build the SWT jars which until recently used the prebuilt native fragments from org.eclipse.swt.binaries. -- Best regards, Thomas Singer On Thu, 22-Feb-24 17

[platform-dev] How to build SWT jars from sources?

2024-02-22 Thread Thomas Singer via platform-dev
Until now we were using ANT to build SWT jars from sources: It looks like the binaries repository content somehow has been moved into the main SWT sources repository, but also the structure changed. Is there some documentation how to build it now using ANT? Thanks in advance.

[platform-dev] Avoid code freezing in master?

2023-11-28 Thread Thomas Singer via platform-dev
Hi devs, Are there any plans to reducing code freeze periods in master? Maybe, for preparing releases it would be better to fork a release branch instead of locking the master? -- Best regards, Thomas Singer ___ platform-dev mailing list platform

[platform-dev] Disable SVG support on Linux?

2023-10-11 Thread Thomas Singer via platform-dev
to detect whether it's a png, jpg, gif or svg? -- Best regards, Thomas Singer ___ platform-dev mailing list platform-dev@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/platform-dev

Re: [platform-dev] SWT Accessibility Documentation

2023-04-26 Thread Thomas Singer
Hi Jonah, This snippet is (at least on Windows 11 where I've tried) broken because of following bug: <https://github.com/eclipse-platform/eclipse.platform.swt/issues/645> -- Best regards, Thomas Singer On 29-Mar-23 15:54, Jonah Graham wrote: Have a look at this snippet which is

Re: [platform-dev] SWT Accessibility Documentation

2023-04-19 Thread Thomas Singer
ng). Could someone please help me further? Thanks in advance. -- Thomasimport org.eclipse.swt.*; import org.eclipse.swt.accessibility.*; import org.eclipse.swt.graphics.*; import org.eclipse.swt.layout.*; import org.eclipse.swt.widgets.*; /** * @author Thomas Singer */ public class Accessi

Re: [platform-dev] SWT Accessibility Documentation

2023-03-29 Thread Thomas Singer
No, I'm running Windows with Narrator. -- Best regards, Thomas Singer On 2023-03-29 17:48, Eric Williams wrote: Hi Thomas, On 3/29/23 11:24, Thomas Singer wrote: That's what I've tried, but the spoken text still is taken from the TreeItem instead of my listener. Is this on GTK? Eric

Re: [platform-dev] SWT Accessibility Documentation

2023-03-29 Thread Thomas Singer
That's what I've tried, but the spoken text still is taken from the TreeItem instead of my listener. -- Best regards, Thomas Singer On 2023-03-29 15:54, Jonah Graham wrote: Have a look at this snippet which is titled "Give accessible names to a tree and its tree items" https://

Re: [platform-dev] SWT Accessibility Documentation

2023-03-29 Thread Thomas Singer
Let's start with an example: Our tree controls are owner-drawn. For some reason I don't remember, the TreeItem's text is set to " ". How can I change the spoken text for Narrator if, for example, the selection is changed? Thanks in advance. -- Best regards, Tho

[platform-dev] SWT Accessibility Documentation

2023-03-28 Thread Thomas Singer
Hi, Is there some documentation (or example code) that explains how to add accessibility (screen reader) to owner-drawn controls? Thanks in advance. -- Thomas Singer ___ platform-dev mailing list platform-dev@eclipse.org To unsubscribe from

[platform-dev] Selection hard to see on Linux (dark theme)

2023-01-23 Thread Thomas Singer
I'm trying Eclipse on Linux (default Manjaro Gnome) and attached is a screenshot of the code completion popup with hard to read colors (middle gray on middle blue). To which GitHub repository I should report that? Thomas___ platform-dev mailing list

Re: [platform-dev] Vote to stop bug auto-closing in all Eclipse platform projects

2022-02-22 Thread Thomas Singer
Eventually the free ride might come to an end... Maybe offering some kind of support contract for companies (for fixing their reported bugs) would be an option? -- Best regards, Thomas Singer = syntevo GmbH www.syntevo.com On 2022-02-22 10:37, Ed Merks wrote: Comment below

Re: [platform-dev] Vote to stop bug auto-closing in all Eclipse platform projects

2022-02-21 Thread Thomas Singer
OK, why not close ALL bugs and anyone who cares can reopen the bugs they want to get fixed. Cheers, Tom On 2022-02-18 23:08, Adrián Pol wrote: -1 close pls close It is a common action used by all, in my opinion Regards, apolalca El 17 feb 2022, a las 9:58, Andrey Loskutov escribió: Hi

Re: [platform-dev] Vote to stop bug auto-closing in all Eclipse platform projects

2022-02-21 Thread Thomas Singer
+1 On 2022-02-19 12:38, Rolf Theunissen wrote: Op vr 18 feb. 2022 om 15:54 schreef Mickael Istria : On Friday, February 18, 2022, Sebastian Zarnekow < sebastian.zarne...@gmail.com> wrote: The Bot that does the auto-closing at Eclipse though doesn't give a heads-up, many tickets are never

Re: [platform-dev] Vote to stop bug auto-closing in all Eclipse platform projects

2022-02-18 Thread Thomas Singer
Mickael, Do you mean reopened, auto-closed issues won't get auto-closed in the future again? Or does the auto-closing will occur automatically for all issues without any change within a certain period regardless of the re-opened state? -- Best regards, Thomas Singer = syntevo

Re: [platform-dev] Vote to stop bug auto-closing in all Eclipse platform projects

2022-02-18 Thread Thomas Singer
that SWT is very buggy, but even a good project can (and should) get better. -- Best regards, Thomas Singer = syntevo GmbH www.syntevo.com On 2022-02-18 07:13, Christoph Läubrich wrote: > Auto-closing is more likely to stimulate people in > trying to contribute [...] Som

Re: [platform-dev] Vote to stop bug auto-closing in all Eclipse platform projects

2022-02-17 Thread Thomas Singer
+1 for not auto-closing bugs On 2022-02-17 09:58, Andrey Loskutov wrote: Hi all, this is a follow up on PMC response https://www.eclipse.org/lists/platform-dev/msg03319.html As of today, this bug auto-closing is not active only for JDT project. The proposal is to switch "off" bug

[platform-dev] Pull request rejected because "Eclipse project is currently in a code freeze period"

2022-01-04 Thread Thomas Singer
period and allow to continue commits in master? -- Best regards, Thomas Singer ___ platform-dev mailing list platform-dev@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/platform-dev

Re: [platform-dev] Eclipse/SWT source repositories?

2021-12-09 Thread Thomas Singer
/eclipse.platform.swt.binaries What a struggle! Is it planned to move the repositories to GitHub? -- Cheers, Tom On 2021-12-09 13:30, Alex Blewitt wrote: https://git.eclipse.org/c/ Alex Sent from my iPhone  On 9 Dec 2021, at 12:22, Thomas Singer wrote: Hi, Where can I find the source code

Re: [platform-dev] Eclipse/SWT source repositories?

2021-12-09 Thread Thomas Singer
rit/platform/eclipse.platform.swt.binaries.git/ Cloning into 'eclipse.platform.swt.binaries'... fatal: repository 'https://git.eclipse.org/c/gerrit/platform/eclipse.platform.swt.binaries.git/' not found -- Best regards, Thomas Singer = syntevo GmbH www.syntevo.com On 2021-12-09 13:21, T

[platform-dev] Eclipse/SWT source repositories?

2021-12-09 Thread Thomas Singer
Hi, Where can I find the source code repositories for Eclipse, especially for org.eclipse.swt/swt.binaries? The eclipse.org website is extremely confusing and even Google did not help me. Thanks in advance. -- Best regards, Thomas Singer = syntevo GmbH www.syntevo.com

[platform-dev] Umbrella bug for MacOS M1 issues?

2021-10-01 Thread Thomas Singer
Hello, Is there some high-level bug combining all SWT bugs that are unique to ARM64/M1 on MacOS 11? I have 2 candidates to add: https://bugs.eclipse.org/bugs/show_bug.cgi?id=575259 https://bugs.eclipse.org/bugs/show_bug.cgi?id=575260 -- Cheers, Tom

Re: [platform-dev] Download SWT jars

2021-04-08 Thread Thomas Singer
SWT jars Date: Thu, Apr 8, 2021 4:46 PM On Thu, Apr 8, 2021 at 5:39 PM Thomas Singer mailto:ts-...@syntevo.com>> wrote: Hi all, Where on eclipse.org <http://eclipse.org> it is possible to find the SWT jars? It looks like it's now only possib

Re: [platform-dev] Download SWT jars

2021-04-08 Thread Thomas Singer
Thanks, Aleksandar. Just curious, how to find the way from eclipse.org to this page? -- Tom On 2021-04-08 16:45, Aleksandar Kurtakov wrote: On Thu, Apr 8, 2021 at 5:39 PM Thomas Singer wrote: Hi all, Where on eclipse.org it is possible to find the SWT jars? It looks like it's now only

[platform-dev] Download SWT jars

2021-04-08 Thread Thomas Singer
Hi all, Where on eclipse.org it is possible to find the SWT jars? It looks like it's now only possible to download the full bundles of Eclipse IDEs. Thanks in advance. -- Tom ___ platform-dev mailing list platform-dev@eclipse.org To unsubscribe

Re: [platform-dev] Clipboard: understand late-cut

2021-01-26 Thread Thomas Singer
is stored in the DropTargetEvent.detail, but the Clipboard does not have this information. Neither a listener is missing to tell the process which puts the file into the clipboard that it was pasted. -- Best regards, Thomas Singer On 2021-01-26 19:35, Rolf Theunissen wrote: Hi Thomas, The copy

[platform-dev] Clipboard: understand late-cut

2021-01-26 Thread Thomas Singer
, invokes Cut (Ctrl+X) and in an SWT-based application pastes the file. How can the SWT-based application find out whether the file was cut or copied? -- Best regards, Thomas Singer ___ platform-dev mailing list platform-dev@eclipse.org To unsubscribe

Re: [platform-dev] Big Sur issues

2020-11-17 Thread Thomas Singer
Hi Sebastian, Thanks. That was what I'm looking for. Forgot to mention SWT. -- Best regards, Thomas Singer On 2020-11-17 11:41, Sebastian Zarnekow wrote: Hi Thomas, there is https://bugs.eclipse.org/bugs/show_bug.cgi?id=565691 for SWT. Not sure about other components. Best Sebastian

[platform-dev] Big Sur issues

2020-11-17 Thread Thomas Singer
Hi all, Is there a Big Sur umbrella ticket to cover all issues reported against macOS 10.16/11 ("Big Sur")? -- Best regards, Thomas Singer ___ platform-dev mailing list platform-dev@eclipse.org To unsubscribe from this list, vi

Re: [platform-dev] MacOS .dmg vs .tar.gz

2020-11-11 Thread Thomas Singer
What exactly is worse then with a .dmg, except that macOS users are rather used to .dmg? Tom On 2020-11-11 18:11, Alex Blewitt wrote: On 11 Nov 2020, at 16:54, Liviu Ionescu wrote: On 11 Nov 2020, at 18:46, Alex Blewitt wrote: On macOS, the .dmg approach is strictly better experience

Re: [platform-dev] MacOS .dmg vs .tar.gz

2020-11-10 Thread Thomas Singer
If the .dmg has been downloaded by a "normal" browser and hence the .dmg has the quarantine attribute, then yes. -- Thomas On 2020-11-10 11:01, Liviu Ionescu wrote: Can some other Mac user confirm that Finder adds the quarantine attribute when getting the Eclipse.app from the .dmg?

Re: [platform-dev] Commit messages

2020-10-24 Thread Thomas Singer
I'd rather vote for *why* something has changed. Tom On 2020-10-24 16:53, Wim Jongman wrote: In general, I would say that the commit message must clearly explain to others what has changed. On Sat, Oct 24, 2020 at 2:39 PM Alex Blewitt wrote: On 24 Oct 2020, at 13:12, Wim Jongman

Re: [platform-dev] GraalVM native-image with SWT

2020-10-17 Thread Thomas Singer
22:19, Tom Schindl wrote: Not me but I saw that on twitter - https://twitter.com/mickaelistria/statuses/1311954684580712448 Tom Von meinem iPhone gesendet Am 16.10.2020 um 21:55 schrieb Thomas Singer : Hi all, Does someone of you successfully compiled a (tiny) SWT application to a native-imag

[platform-dev] GraalVM native-image with SWT

2020-10-16 Thread Thomas Singer
Hi all, Does someone of you successfully compiled a (tiny) SWT application to a native-image (AKA native executable) using GraalVM? -- Best regards, Thomas Singer ___ platform-dev mailing list platform-dev@eclipse.org To unsubscribe from this list

Re: [platform-dev] SWT - supported Linux versions

2020-10-15 Thread Thomas Singer
We build SWT on our own using just these 2 SWT repositories. Will that version be correct in this case, too? In other words, this would mean that the 'official 4.16 version' somewhere is stored in these SWT repositories. -- Best regards, Thomas Singer On 2020-10-15 17:20, Aleksandar

Re: [platform-dev] SWT - supported Linux versions

2020-10-15 Thread Thomas Singer
on 4.940". It's all a little bit confusing. -- Best regards, Thomas Singer On 2020-10-15 16:04, Aleksandar Kurtakov wrote: Thomas, would you please look at https://ci.eclipse.org/platform/job/eclipse.platform.swt-Gerrit/1815/artifact/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk

Re: [platform-dev] SWT - supported Linux versions

2020-10-15 Thread Thomas Singer
-- Best regards, Thomas Singer On 2020-10-15 13:38, Aleksandar Kurtakov wrote: On Thu, Oct 15, 2020 at 2:27 PM Thomas Singer wrote: Hi all, How can I find out which Eclipse/SWT release is supposed to support which platforms, especially which Linux versions? Thanks in advance

[platform-dev] SWT - supported Linux versions

2020-10-15 Thread Thomas Singer
Hi all, How can I find out which Eclipse/SWT release is supposed to support which platforms, especially which Linux versions? Thanks in advance. Cheers, Tom ___ platform-dev mailing list platform-dev@eclipse.org To unsubscribe from this list, visit

Re: [platform-dev] MacOS .dmg vs .tar.gz

2020-10-13 Thread Thomas Singer
A .dmg is an installer. Small correction (according to my limited macOS knowledge): a .dmg is no installer but some kind of "iso" image that can be mounted easily. Dragging the application inside that image to /Applications is the default "installation" for most GUI applications on macOS.

[platform-dev] SWT is great

2020-10-07 Thread Thomas Singer
great piece of software the SWT library (and Swing) are. So far I haven't found one other GUI library that is comparable mature, well-designed, easy to use and works well on all 3 desktop platforms. -- Best regards, Thomas Singer ___ platform-dev

[platform-dev] Sources for eclipse.exe

2020-09-21 Thread Thomas Singer
Where can I find the repository for the eclipse.exe? I want to find out why it uses a certain JDK. Thanks in advance. -- Best regards, Thomas Singer ___ platform-dev mailing list platform-dev@eclipse.org To unsubscribe from this list, visit https

Re: [platform-dev] Event Documentation

2020-08-07 Thread Thomas Singer
If someone likes to review the patch: https://git.eclipse.org/r/c/platform/eclipse.platform.swt/+/166925 I'm not sure whether every detail is correct. -- Cheers, Tom On 2020-07-28 07:27, Thomas Singer wrote: I've added https://bugs.eclipse.org/bugs/show_bug.cgi?id=565590 and will soon

Re: [platform-dev] Event Documentation

2020-07-27 Thread Thomas Singer
I've added https://bugs.eclipse.org/bugs/show_bug.cgi?id=565590 and will soon provide a patch. It will be far from perfect, but you can use it as a base for further improvements. Cheers, Tom On 25/07/2020 08:44, Thomas Singer wrote: Hi all, What do you think about a documentation what

Re: [platform-dev] Accessibility (Screen Reader)

2020-07-03 Thread Thomas Singer
Is there some documentation available how to get make SWT accessible, especially owner-drawn controls (tables, trees)? -- Best regards, Thomas Singer = syntevo GmbH www.syntevo.com On 2020-06-26 09:07, Thomas Singer wrote: Hi Niraj, Thanks for answering. The problem

Re: [platform-dev] Accessibility (Screen Reader)

2020-06-26 Thread Thomas Singer
e. -- Best regards, Thomas Singer = syntevo GmbH www.syntevo.com On 2020-06-18 11:52, Niraj Modi wrote: Hi Thomas, It should works on similar lines as below snippet from SWT snippets https://www.eclipse.org/swt/snippets/ : https://git.eclipse.org/c/platform/eclipse.platform.s

[platform-dev] Accessibility (Screen Reader)

2020-06-17 Thread Thomas Singer
*() { ... }); but none of the listeners seems to make a change. Our tables still are read as "1 of 197" in NVDA. -- Best regards, Thomas Singer = syntevo GmbH www.syntevo.com ___ platform-dev mailing list platform-dev@eclipse.org To unsubscribe from

[platform-dev] Reopen bug 492351

2020-03-23 Thread Thomas Singer
Can somebody please reopen the automatically closed bug <https://bugs.eclipse.org/bugs/show_bug.cgi?id=492351> Thanks in advance. -- Best regards, Thomas Singer ___ platform-dev mailing list platform-dev@eclipse.org To unsubscribe from thi

Re: [platform-dev] ArrayList vs Vector

2020-01-20 Thread Thomas Singer
my assumption is wrong? -- Best regards, Thomas Singer = syntevo GmbH www.syntevo.com On 2020-01-20 12:15, Andrey Loskutov wrote: Hi all, There is a series of commits that are replacing Vector with ArrayList with the reasoning "Vector is an outdated data structure and Arra

Re: [platform-dev] SWT repository (https) broken

2020-01-16 Thread Thomas Singer
: is this a git repository? It looks like something with Eclipse' repositories is screwed up. Even the https repository URL mentioned at <https://git.eclipse.org/c/gerrit/platform/eclipse.platform.swt.git/> reports a not-found. -- Best regards, Thomas Singer = syntevo GmbH www.synte

[platform-dev] SWT repository (https) broken

2020-01-15 Thread Thomas Singer
Today I've tried to update our local SWT repositories, but it could not find http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git/ any more. Is that a known, temporary problem or has the repository been relocated? -- Best regards, Thomas Singer = syntevo GmbH

Re: [platform-dev] Saying Goodbye To SWT

2019-12-16 Thread Thomas Singer
Hi Eric, Thank you also from my side. It was a pleasure to work with you. I wish you success and some fun in the new position, too. -- Best regards, Thomas Singer = syntevo GmbH www.syntevo.com On 16/12/2019 20:07, Eric Williams wrote: Hello everyone, I have some rather

Re: [platform-dev] How to be informed of root TreeItem addition?

2019-11-28 Thread Thomas Singer
There are other places, too, where - compared with Swing - SWT lacks events, e.g. if a controls becomes disabled. We have solved this in our applications by hiding the control behind a facade and sending the events ourselves. -- Thomas Singer On 28/11/2019 11:46, Mickael Istria wrote: Hi

Re: [platform-dev] Debug a dead-lock on Linux

2019-11-08 Thread Thomas Singer
I have reported it on <https://bugs.eclipse.org/bugs/show_bug.cgi?id=552826> I thought there were some hints how to narrow the problem. -- Best regards, Thomas Singer On 2019-11-07 22:11, Andrey Loskutov wrote: Please file this as a bug against SWT, provide exact SWT/GTK version an

[platform-dev] Debug a dead-lock on Linux

2019-11-07 Thread Thomas Singer
(Display.java:5796) Is this a known problem (the bug database did not found something for org.eclipse.swt.internal.gtk.OS._pango_cairo_show_layout)? How we should investigate it further? Any hints what he should try? Thanks in advance. -- Best regards, Thomas Singer

Re: [platform-dev] GlassPane-like

2019-11-04 Thread Thomas Singer
header, not in the first cell? -- Thomas On 2019-10-25 20:22, Thomas Singer wrote: Hi Laurent, Thanks for the tip with the paint listener. Unexpectedly this works on Windows - I thought it didn't when I tried in the past. Have a nice weekend

Re: [platform-dev] GlassPane-like

2019-10-25 Thread Thomas Singer
aint Listener on your control. Please find enclosed a snippet (tried on Windows 10). Have a nice day, Laurent Le ven. 25 oct. 2019 à 14:01, Thomas Singer a écrit : Hi experts, Is there some generic way of painting on top of any control at any position similar to Swing's GlassPane? We want to imple

[platform-dev] Eclipse on Linux

2019-10-17 Thread Thomas Singer
Hello, What GTK - 2 or 3 - Eclipse is using on Linux? -- Best regards, Thomas Singer = syntevo GmbH www.syntevo.com ___ platform-dev mailing list platform-dev@eclipse.org To change your delivery options, retrieve your password

Re: [platform-dev] macOS 10.15 notarization process

2019-08-05 Thread Thomas Singer
so far. -- Best regards, Thomas Singer = syntevo GmbH https://www.syntevo.com https://www.syntevo.com/blog On 2019-08-05 11:43, Mikaël Barbero wrote: Le 5 août 2019 à 11:35, Thomas Singer a écrit : but I don't see a technical reason to not have them inside the .app structure

Re: [platform-dev] macOS 10.15 notarization process

2019-08-05 Thread Thomas Singer
don't see a technical reason to not have them inside the .app structure unless they are changed by the application itself. -- Best regards, Thomas Singer = syntevo GmbH https://www.syntevo.com https://www.syntevo.com/blog On 2019-08-05 11:09, Mikaël Barbero wrote: I'm willing to help

[platform-dev] macOS 10.15 notarization process

2019-08-01 Thread Thomas Singer
ren(ToolBar.java:716) at org.eclipse.swt.widgets.Widget.reskin(Widget.java:423) at org.eclipse.swt.widgets.Widget.setData(Widget.java:1704) Did someone already got a non-trivial Java/SWT application signed/notarized correctly for macOS 10.15 that also runs without problems? --

Re: [platform-dev] Shell.print() on Windows/Mac

2019-06-16 Thread Thomas Singer
Hi Eric, Out of curiosity: What does it do on GTK? -- Best regards, Thomas Singer = syntevo GmbH https://www.syntevo.com https://www.syntevo.com/blog On 11/06/2019 22:01, Eric Williams wrote: Hello fellow SWT developers, I recently implemented Shell.print() for SWT-GTK, at least

Re: [platform-dev] Fw: [platform-releng-dev] Master Branch is Closed for 4.12

2019-06-07 Thread Thomas Singer
Just curious: why don't you fork off a release-preparing branch for 4.12 and continue with the master as active development branch? -- Best regards, Thomas Singer = syntevo GmbH https://www.syntevo.com https://www.syntevo.com/blog On 07/06/2019 10:34, Niraj Modi wrote: Forwarding

Re: [platform-dev] Windows drag and drop question

2019-05-26 Thread Thomas Singer
Hi Paul, Thank you very much for your effort! I really appreciate it. -- Best regards, Thomas Singer On 24/05/2019 20:07, Paul Pazderski wrote: I did some research on your problem and came to the conclusion that SWT does not yet support this usecase. I also tried to provide you a workaround

Re: [platform-dev] Windows drag and drop question

2019-05-24 Thread Thomas Singer
Does no one has an idea about this topic? -- Best regards, Thomas Singer On 2019-05-19 13:01, Thomas Singer wrote: Hello, I'm not sure whether this mailing list is the right place to ask, but I'll give it a try because I don't know a better place. What DND operation I need to use

[platform-dev] Windows drag and drop question

2019-05-19 Thread Thomas Singer
ions/56201811/> Could it be that a drag operation is required that is not supported by SWT? -- Best regards, Thomas Singer ___ platform-dev mailing list platform-dev@eclipse.org To change your delivery options, retrieve your password, or unsubscribe

Re: [platform-dev] GTK3: prevent table header from getting focus

2019-03-18 Thread Thomas Singer
focus if the table column header was clicked by mouse. Since there is no way to focus the table column header *button* controls from SWT programmatically, it makes no sense to have them focusable at all (in SWT). -- Best regards, Thomas Singer = syntevo GmbH https://www.syntevo.com

[platform-dev] GTK3: prevent table header from getting focus

2019-03-15 Thread Thomas Singer
"s that consist of "button"s for the table column headers. How to prevent these "button"s to get the focus? -- Best regards, Thomas Singer = syntevo GmbH https://www.syntevo.com https://www.syntevo.com/blog ___ platform-d

Re: [platform-dev] SWT-GTK theme support

2019-02-25 Thread Thomas Singer
is right. -- Best regards, Thomas Singer = syntevo GmbH https://www.syntevo.com https://www.syntevo.com/blog On 23/02/2019 08:42, Thomas Singer wrote: Hi Eric, Of course it would be the ultimate goal that the SWT application will look like the system, but you already sketched

Re: [platform-dev] SWT-GTK theme support

2019-02-22 Thread Thomas Singer
system theme and a dark application theme. -- Best regards, Thomas Singer = syntevo GmbH https://www.syntevo.com https://www.syntevo.com/blog On 22/02/2019 15:44, Eric Williams wrote: On 2/22/19 9:32 AM, Thomas Singer wrote: The question remains how to get that running just for the SWT

Re: [platform-dev] SWT-GTK theme support

2019-02-22 Thread Thomas Singer
The question remains how to get that running just for the SWT application without having to change a system theme, or without installing anything to the system or the user. -- Best regards, Thomas Singer = syntevo GmbH https://www.syntevo.com https://www.syntevo.com/blog On 22/02

Re: [platform-dev] SWT-GTK theme support

2019-02-22 Thread Thomas Singer
because of the problems it causes on their systems. -- Best regards, Thomas Singer = syntevo GmbH https://www.syntevo.com https://www.syntevo.com/blog On 21/02/2019 16:58, Eric Williams wrote: Hello, I'd like to propose an addition to the SWT planning documents, specifically

Re: [platform-dev] Linux: handle problematic GTK3 themes

2019-01-08 Thread Thomas Singer
https://bugs.eclipse.org/bugs/show_bug.cgi?id=543245 On 2019-01-07 20:23, Eric Williams wrote: On 1/7/19 11:13 AM, Thomas Singer wrote: In my Linux Mint installation I can select, e.g. "Clearlooks" in the GUI for the controls. Adding export GTK_THEME=Clearlooks before launching Sm

Re: [platform-dev] Linux: handle problematic GTK3 themes

2019-01-08 Thread Thomas Singer
this issue. -- Best regards, Thomas Singer = syntevo GmbH https://www.syntevo.com https://www.syntevo.com/blog On 2019-01-07 20:21, Eric Williams wrote: On 1/7/19 10:29 AM, Thomas Singer wrote: Hi Eric, On 07/01/2019 16:21, Eric Williams wrote: Hi Thomas, On 1/7/19 4:30 AM, Tho

Re: [platform-dev] Linux: handle problematic GTK3 themes

2019-01-07 Thread Thomas Singer
have some visual effect, but the org.eclipse.swt.internal.gtk.theme seems to report the system theme, not the actually used one. Is this expected behavior? Am I logging the wrong option? -- Best regards, Thomas Singer = syntevo GmbH https://www.syntevo.com https://www.syntevo.com/bl

Re: [platform-dev] Linux: handle problematic GTK3 themes

2019-01-07 Thread Thomas Singer
Hi Eric, On 07/01/2019 16:21, Eric Williams wrote: Hi Thomas, On 1/7/19 4:30 AM, Thomas Singer wrote: Hello, It looks like some GTK themes cause more problems on Linux than others, e.g. we have a couple of problems with Mint-X on Linux Mate 17.1. According to <https://developer.gnome.

[platform-dev] Linux: handle problematic GTK3 themes

2019-01-07 Thread Thomas Singer
age the problems of different themes in combination with SWT? Do you suggest the users to switch their system theme? Do you abort the application with an error if a known buggy theme is detected? -- Best regards, Thomas Singer = syntevo GmbH https://www.syntevo.com https://www.