Re: [nebula-dev] CDateTime: how to CSS style the toolbar of the date picker?

2021-07-08 Thread Matthias Paul Scholz
;> release I will create one (and the documentation will be updated). >> >> Sorry, >> >> Laurent >> >> >> >> Le mer. 30 juin 2021 à 14:22, Matthias Paul Scholz < >> matthias.paul.sch...@gmail.com> a écrit : >> >>&g

Re: [nebula-dev] CDateTime: how to CSS style the toolbar of the date picker?

2021-06-30 Thread Matthias Paul Scholz
. Maybe you could provide me with a hint? Best, MP Am Mi., 17. März 2021 um 14:38 Uhr schrieb Matthias Paul Scholz < matthias.paul.sch...@gmail.com>: > Thanks Laurent! > > Here we go: https://bugs.eclipse.org/bugs/show_bug.cgi?id=572033 > > Best, > MP > > Am M

Re: [nebula-dev] Close bugzilla?

2021-06-21 Thread Matthias Paul Scholz
+1 from me Am Mo., 21. Juni 2021 um 12:22 Uhr schrieb Christoph Läubrich < lae...@laeubi-soft.de>: > I must confess I haven't noticed that there is bugzilla (also) beside > github anyways :-D > > Am 21.06.21 um 10:42 schrieb Wim Jongman: > > Hi, > > > > Many projects are closing Bugzilla. I

Re: [nebula-dev] Urgent Nebula bugs to tackle?

2021-04-08 Thread Matthias Paul Scholz
the current state of the widget? Do you have additional hints or ideas? Best and thanks, MP Am Do., 8. Apr. 2021 um 11:09 Uhr schrieb Matthias Paul Scholz < matthias.paul.sch...@gmail.com>: > Hi Wim, > > Am Do., 8. Apr. 2021 um 09:27 Uhr schrieb Wim Jongman < >

Re: [nebula-dev] Urgent Nebula bugs to tackle?

2021-04-08 Thread Matthias Paul Scholz
Hi Wim, Am Do., 8. Apr. 2021 um 09:27 Uhr schrieb Wim Jongman : > > MiniMessage is right where your eyes are _and_ related to the current task > (that is how I use it anyway :) > Just for completeness: I guess one can configure a custom JFace dialog to be non-modal, open at the cursor location

Re: [nebula-dev] Urgent Nebula bugs to tackle?

2021-04-08 Thread Matthias Paul Scholz
with some of those features now and thus make it even more useful for Users? Am Do., 8. Apr. 2021 um 08:05 Uhr schrieb Matthias Paul Scholz < matthias.paul.sch...@gmail.com>: > Hi Wim, > > Tried it. > Pretty nice. :) > > Yet, just out of curiosity: is there a particular rea

Re: [nebula-dev] Urgent Nebula bugs to tackle?

2021-04-08 Thread Matthias Paul Scholz
play().getSystemColor(SWT.COLOR_WHITE)); > } > } > > private class Fader implements Runnable { > int fAlpha = 255; > private int fTimerWait = 10; > private int fWaitBeforeFade = 0; > > public Fader(int waitBeforeFade) { > this.fWaitBeforeFade = waitBeforeFade; > }

Re: [nebula-dev] Urgent Nebula bugs to tackle?

2021-04-07 Thread Matthias Paul Scholz
t; make a great widget out of it. > > WDYT? > > Cheers, > > Wim > > On Wed, Apr 7, 2021 at 8:13 AM Matthias Paul Scholz < > matthias.paul.sch...@gmail.com> wrote: > >> Hi Wim and Laurent, >> >> Are there any urgent Nebula bugs that needs parti

[nebula-dev] Urgent Nebula bugs to tackle?

2021-04-07 Thread Matthias Paul Scholz
Hi Wim and Laurent, Are there any urgent Nebula bugs that needs particular attention? I'd like to give back something to the project and maybe you could point me to something that has high priority here. How about https://bugs.eclipse.org/bugs/show_bug.cgi?id=572568, for instance? Best, MP

Re: [nebula-dev] Which formatter to use for Nebula sources?

2021-04-07 Thread Matthias Paul Scholz
< laurent.ca...@gmail.com>: > Hi Matthias, > > I think I'm responsible : I did not change the formatter, and I used my > company's one :( > > Sorry for that, I've changed and it will not happen again. > > Cheers, > > Laurent > > > > Le mar. 6 avr. 2021 à 1

Re: [nebula-dev] Which formatter to use for Nebula sources?

2021-04-06 Thread Matthias Paul Scholz
t; > > On Tue, Apr 6, 2021 at 3:01 PM Matthias Paul Scholz < > matthias.paul.sch...@gmail.com> wrote: > >> Hi all, >> >> When pushing new changes to my fork of the Nebula project sources, I ran >> into some merge conflicts that arised from format

[nebula-dev] Which formatter to use for Nebula sources?

2021-04-06 Thread Matthias Paul Scholz
Hi all, When pushing new changes to my fork of the Nebula project sources, I ran into some merge conflicts that arised from formatting changes only. However, I did use the Eclipse Java formatter in-built into the Eclipse 2020-12 version of the IDE. Is there any other formatter that must be used

Re: [nebula-dev] CDateTime: how to CSS style the toolbar of the date picker?

2021-03-17 Thread Matthias Paul Scholz
fill a bug : > https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Nebula > > I'll work on this topic this week > > Thank you for your feedback, > > Laurent > > Le mer. 17 mars 2021 à 08:40, Matthias Paul Scholz < > matthias.paul.sch...@gmail.com> a écrit : > >>

[nebula-dev] CDateTime: how to CSS style the toolbar of the date picker?

2021-03-17 Thread Matthias Paul Scholz
Hi all, Thanks to the efforts of Laurent, the CDateTime can be styled using the Eclipse CSS styling feature. :) However, there seems to be some gap still: I could not find a possibility to style the colors of the buttons and of the text in the toolbar of the date picker in graphical mode, .i.e.

Re: [nebula-dev] How to receive ok event only in CDateTime widget?

2021-03-16 Thread Matthias Paul Scholz
Hallo Wim, Thanks for the proposal. I am aware of delayed databinding, but you might be interested to hear that I have found another workaround in the meantime: I have "slipped in" an intermediate model between the CDateTime instance and my wrapping widget. The model is hosted by a class derived

Re: [nebula-dev] How to receive ok event only in CDateTime widget?

2021-03-15 Thread Matthias Paul Scholz
It depends on how you use the widget. CDateTime has many faces. When using > the widget in its simplest form, there is no concept of Enter or OK. So it > means that databinding has to be different based on the style of the > widget. > > [image: image.png] > > Cheers, > > Wim >

Re: [nebula-dev] How to receive ok event only in CDateTime widget?

2021-03-15 Thread Matthias Paul Scholz
there is no concept of Enter or OK. So it > means that databinding has to be different based on the style of the > widget. > > [image: image.png] > > Cheers, > > Wim > > > > > On Mon, Mar 15, 2021 at 10:08 AM Matthias Paul Scholz < > matthias.pau

[nebula-dev] How to receive ok event only in CDateTime widget?

2021-03-15 Thread Matthias Paul Scholz
Hi all, For some years we have used the CDateTime widget in our RCP application which works quite good. :) However, we ran in some troubles lately: to get notion about changes the user made in the widget, we use the databinding proposed by Henno Vermeulen (see

Re: [nebula-dev] CDateTime: strange behavior on mouse wheel action

2020-08-20 Thread Matthias Paul Scholz
bug, I'll have a look then. > > Cheers, > > Laurent > > Le mer. 19 août 2020 à 11:27, Matthias Paul Scholz < > matthias.paul.sch...@gmail.com> a écrit : > >> Hi, >> >> I have noticed an (in my opinion strange) behavior of the CDateTime >> widget o

[nebula-dev] CDateTime: strange behavior on mouse wheel action

2020-08-19 Thread Matthias Paul Scholz
Hi, I have noticed an (in my opinion strange) behavior of the CDateTime widget on Windows when using the mouse wheel: On a view with multiple widgets, one of the them a CDateTime widget, I focus some other widget and subsequently move the mouse over the CDateTime widget (without focussing it);

Re: [nebula-dev] NullPointerException with CDateTime (new in 2.4)

2020-07-23 Thread Matthias Paul Scholz
Very good news  >> Wim, is it possible to create another minor release of Nebula ? >> >> Have a nice day, >> >> Laurent >> >> Le mar. 21 juil. 2020 à 16:49, Matthias Paul Scholz < >> matthias.paul.sch...@gmail.com> a écrit : >> >

Re: [nebula-dev] NullPointerException with CDateTime (new in 2.4)

2020-07-21 Thread Matthias Paul Scholz
've created a bug entry ( > https://bugs.eclipse.org/bugs/show_bug.cgi?id=565363) and I'll work on it. > > Thank you for your feedback, > > Laurent > > Le lun. 20 juil. 2020 à 10:11, Matthias Paul Scholz < > matthias.paul.sch...@gmail.com> a écrit : > >> Hi Laurent, >>

Re: [nebula-dev] NullPointerException with CDateTime (new in 2.4)

2020-07-20 Thread Matthias Paul Scholz
gt; I've merged my PR, so I think you can give a try to the next snapshot. > > Cheers, > Laurent > > Le ven. 17 juil. 2020 à 16:49, Matthias Paul Scholz < > matthias.paul.sch...@gmail.com> a écrit : > >> I have tested the nebula snapshot from two hours ago (the on

Re: [nebula-dev] NullPointerException with CDateTime (new in 2.4)

2020-07-17 Thread Matthias Paul Scholz
lipse.org/nebula/snapshot > > from > > https://www.eclipse.org/nebula/downloads.php > > > On Thu, Jul 16, 2020 at 9:31 AM Matthias Paul Scholz < > matthias.paul.sch...@gmail.com> wrote: > >> Why, certainly. >> Just drop me a note when it's available. >

Re: [nebula-dev] NullPointerException with CDateTime (new in 2.4)

2020-07-16 Thread Matthias Paul Scholz
>> Matthias, for the CLOCK_DISCRETE problem, can you please fill a bug ( >> https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Nebula) and post a >> sample code. >> >> Regards, >> >> Laurent >> >> Le mer. 15 juil. 2020 à 16:42, Matthias

Re: [nebula-dev] NullPointerException with CDateTime (new in 2.4)

2020-07-15 Thread Matthias Paul Scholz
.@gmail.com>: > >> Hi Matthias, >> >> We (Laurent) already fixed this. I will make an intermediate 2.4.1 >> release for this issue ASAP. >> >> In the meantime you may use the snapshot build. >> >> Cheers, >> >> Wim >> >> On Thu, Jul 9, 2020

Re: [nebula-dev] NullPointerException with CDateTime (new in 2.4)

2020-07-15 Thread Matthias Paul Scholz
2020 um 22:58 Uhr schrieb Wim Jongman : > Hi Matthias, > > We (Laurent) already fixed this. I will make an intermediate 2.4.1 release > for this issue ASAP. > > In the meantime you may use the snapshot build. > > Cheers, > > Wim > > On Thu, Jul 9, 2020, 4:51

[nebula-dev] NullPointerException with CDateTime (new in 2.4)

2020-07-09 Thread Matthias Paul Scholz
Thanks for the new release and in particular the theming support for various widgets! Sadly, when switching to the 2.4 in our application (without changing any code) I instantly ran into a NullPointerException in the CDateTime widget. Creating a CDateTime with new CDateTime(parent,

Re: [nebula-dev] Theming support in new widgets?

2020-03-02 Thread Matthias Paul Scholz
; Is it still ok for you ? > > Have a nice day, > > Laurent > > [1] = > https://github.com/eclipse/nebula/blob/master/widgets/tablecombo/org.eclipse.nebula.widgets.tablecombo.example.e4/css/default.css > > > Le lun. 24 févr. 2020 à 14:04, Matthias Paul Scholz < &g

Re: [nebula-dev] Theming support in new widgets?

2020-02-24 Thread Matthias Paul Scholz
in the sample app nor in the documentation - did I miss something? Best, MP Am Mo., 24. Feb. 2020 um 13:21 Uhr schrieb Matthias Paul Scholz < matthias.paul.sch...@gmail.com>: > Hi Laurent, > > Thank you. > I will have a look this week. > > Best, > MP > > Am Fr., 2

Re: [nebula-dev] Theming support in new widgets?

2020-02-24 Thread Matthias Paul Scholz
the widget ;) > > Have a nice week-end, > > Laurent > > Le mar. 18 févr. 2020 à 11:19, Matthias Paul Scholz < > matthias.paul.sch...@gmail.com> a écrit : > >> Hi Laurent, >> >> Great. >> Just tell me when you need a test person. >> >> Best,

Re: [nebula-dev] Theming support in new widgets?

2020-02-18 Thread Matthias Paul Scholz
> If you can help me for testing, I can create plugins for TableCombo and > CDateTime that handle css properties. > > If you agree, I'll create entries in Bugzilla and work on it this week. > > Cheers, > > Laurent > > > Le lun. 17 févr. 2020 à 17:25, Matthias Paul Scholz

Re: [nebula-dev] Theming support in new widgets?

2020-02-17 Thread Matthias Paul Scholz
(like the dark mode in Eclipse) > > Can you tell what widgets cause problem in your application ? Or post a > screenshot if possible ? > > Thank you for your feedback, > > Laurent > > > Le lun. 17 févr. 2020 à 13:50, Matthias Paul Scholz < > matthias.paul.sch...@

[nebula-dev] Theming support in new widgets?

2020-02-17 Thread Matthias Paul Scholz
Hi all, I see a lot of new widgets being added to our beloved Nebula lately which is great! Yet, I wonder whether also support for theming is considered by the authors when creating the first release versions for them? Using a lot of the "classic" Nebula widgets in our RCP application (that

Re: [nebula-dev] New Widget for Nebula

2019-02-18 Thread Matthias Paul Scholz
Great! :) Besides, does it support Theming by css-properties? Am Mo., 18. Feb. 2019 um 17:31 Uhr schrieb Laurent Caron < laurent.ca...@gmail.com>: > Good afternoon > > I'd like to inform you that I've pushed a new widget to Nebula : *Password > Revealer* [1] > > This widget is an extension of

Re: [nebula-dev] CSS styling of CDateTime?

2019-01-01 Thread Matthias Paul Scholz
t; parents otherwise from its composite. > > > > Can you post a screenshot? CDateTime has many faces. > > > > Cheers, > > > > Wim > > > > *From:* nebula-dev-boun...@eclipse.org [mailto: > nebula-dev-boun...@eclipse.org] *On Behalf Of *Matthias Paul Schol

Re: [nebula-dev] CSS styling of CDateTime?

2018-12-21 Thread Matthias Paul Scholz
lipse.org [mailto: > nebula-dev-boun...@eclipse.org] *On Behalf Of *Matthias Paul Scholz > *Sent:* Friday, 21 December 2018 10:03 > *To:* Nebula Dev > *Subject:* Re: [nebula-dev] CSS styling of CDateTime? > > > > Hi Wim, > > > > Thanks for the answer. > > >

Re: [nebula-dev] CSS styling of CDateTime?

2018-12-21 Thread Matthias Paul Scholz
t; > > Wim > > > > *From:* nebula-dev-boun...@eclipse.org [mailto: > nebula-dev-boun...@eclipse.org] *On Behalf Of *Matthias Paul Scholz > *Sent:* Wednesday, 19 December 2018 15:50 > *To:* Nebula Dev > *Subject:* [nebula-dev] CSS styling of CDateTime? > > > > Hi, &g

[nebula-dev] CSS styling of CDateTime?

2018-12-19 Thread Matthias Paul Scholz
Hi, I am presently in the process of (Dark) theming our RCP application with CSS properties. The application also uses the CDateTime widget from Nebula. Works well for the other widgets in our application and for the background of the CDateTime widget; however, the color of the Labels in the

Re: [nebula-dev] Referendum to Move to Github

2018-07-13 Thread Matthias Paul Scholz
Can't one just disable issues for the GitHub repository at hand? https://help.github.com/articles/disabling-issues/ Am Fr., 13. Juli 2018 um 14:03 Uhr schrieb Mickael Istria < mist...@redhat.com>: > One important thing in this migration is that since it's not possible > AFAIK to disable issue

Re: [nebula-dev] Referendum to Move to Github

2018-07-13 Thread Matthias Paul Scholz
+1, yes, yea! After all that Gerrit horror: Give me Github or Give me Death! Am Fr., 13. Juli 2018 um 10:32 Uhr schrieb Wim Jongman < wim.jong...@gmail.com>: > Hello All, > > I am starting a vote to move to Github [1] or remain with Gerrit. > > *Who can vote* > If you have ever contributed code

Re: [nebula-dev] CDateTime widget: no possibility to specify Realm in CDateTimeObservableValue

2018-05-28 Thread Matthias Paul Scholz
> > > Wim > > > > *From:* nebula-dev-boun...@eclipse.org [mailto:nebula-dev-bounces@ > eclipse.org] *On Behalf Of *Matthias Paul Scholz > *Sent:* Thursday, 17 May 2018 08:56 > > *To:* Nebula Dev > *Subject:* Re: [nebula-dev] CDateTime widget: no possibility to specify >

Re: [nebula-dev] CDateTime widget: no possibility to specify Realm in CDateTimeObservableValue

2018-05-17 Thread Matthias Paul Scholz
t >> >> >> >> *From:* nebula-dev-boun...@eclipse.org [mailto:nebula-dev-bounces@ecl >> ipse.org] *On Behalf Of *Matthias Paul Scholz >> *Sent:* Wednesday, 16 May 2018 16:49 >> >> *To:* Nebula Dev >> *Subject:* Re: [nebula-dev] CDateTime widget: no p

Re: [nebula-dev] CDateTime widget: no possibility to specify Realm in CDateTimeObservableValue

2018-05-16 Thread Matthias Paul Scholz
Maybe I have used the wrong ssh URL? Which one do you use? 2018-05-16 16:47 GMT+02:00 Matthias Paul Scholz < matthias.paul.sch...@gmail.com>: > Actually, I did try both: > 1. Changing password as you proposed. > 2. Using an ssh key with an URL starting with ssh (as described in

Re: [nebula-dev] CDateTime widget: no possibility to specify Realm in CDateTimeObservableValue

2018-05-16 Thread Matthias Paul Scholz
Resetting the Gerrit password or doing SSH? In case of > SSH then the url should also start with ssh. > > > > Cheers, > > > > Wim > > > > > > *From:* nebula-dev-boun...@eclipse.org [mailto:nebula-dev-bounces@ > eclipse.org] *On Behalf Of *Matthias Paul Schol

Re: [nebula-dev] CDateTime widget: no possibility to specify Realm in CDateTimeObservableValue

2018-05-16 Thread Matthias Paul Scholz
that one. > > > > I have switched to ssh mode in Gerrit to not use the password anymore. I > suggest you do the same. > > > > Cheers, > > > > Wim > > > > [1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=531018 > > > > > > >

Re: [nebula-dev] CDateTime widget: no possibility to specify Realm in CDateTimeObservableValue

2018-05-11 Thread Matthias Paul Scholz
ong...@remainsoftware.com>: > Hi Matthias, > > > > For that you just use your normal Eclipse password. > > > > Cheers, > > > > Wim > > > > *From:* nebula-dev-boun...@eclipse.org [mailto:nebula-dev-bounces@ > eclipse.org] *On Behalf Of *Matthias Paul Sch

Re: [nebula-dev] CDateTime widget: no possibility to specify Realm in CDateTimeObservableValue

2018-05-10 Thread Matthias Paul Scholz
<wim.jong...@gmail.com>: > Hi Matthias, > > Please file an issue and a patch, I will merge it. > > Cheers, > > Wim > > > On Thu, Apr 12, 2018 at 10:13 AM, Matthias Paul Scholz < > matthias.paul.sch...@gmail.com> wrote: > >> Hi, >> >> I

Re: [nebula-dev] New widgets available on Nebula examples perspective?

2018-04-12 Thread Matthias Paul Scholz
the examples >> view. >> >> >> >> Cheers, >> >> >> >> Wim >> >> >> >> >> >> >> >> *From:* nebula-dev-boun...@eclipse.org [mailto:nebula-dev-bounces@ecl >> ipse.org] *On Behalf Of *Matthias Paul S

Re: [nebula-dev] Final days..

2018-03-19 Thread Matthias Paul Scholz
Sorry that I didn't find the time to work on the resolution (as originally intended). 2018-03-15 17:38 GMT+01:00 Wim Jongman <wim.jong...@gmail.com>: > Thanks, Matthias, I have reopened this. > > On Wed, Mar 14, 2018 at 1:26 PM, Matthias Paul Scholz < > matthias.paul.sc

Re: [nebula-dev] Final days..

2018-03-14 Thread Matthias Paul Scholz
I've noticed that Bug #514731 has been set to "Fixed" but I can't see any code that has been checked in for the actual resolution of the bug, only the test that reproduces it? 2018-03-13 12:15 GMT+01:00 Wim Jongman : > Dear Committers, > > We are running towards the finals

Re: [nebula-dev] Building Nebula

2018-02-12 Thread Matthias Paul Scholz
Hi Lars, The issue seems to arise from the fact that the top level container pom contains the two modules - releng/org.eclipse.nebula.nebula-release - releng/org.eclipse.nebula.nebula-incubation In both of these modules, the module ../../examples/org.eclipse.nebula.examples is referenced, which