Activity
From 10/12/2019 to 11/10/2019
11/08/2019
- 04:26 PM Feature #4394: add some frame options and attributes
- Add support for:
* @FRAME-NAME@ attribute (this is actually a generic widget attribute but it will need to be impl... - 04:23 PM Feature #4394 (Closed): add some frame options and attributes
- 04:05 PM Feature #4393: add TITLE-DCOLOR attribute support
- Implement @TITLE-DCOLOR@ support (and also @TITLE-FGCOLOR@ and @TITLE-BGCOLOR@) also make sense to implement at this ...
- 04:01 PM Feature #4393 (Closed): add TITLE-DCOLOR attribute support
11/07/2019
- 09:27 AM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- Hynek Cihlar wrote:
> Do you refer to functionality used in a GUI app?
So far I worked only in p2j project.
- 09:21 AM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- Marius Gligor wrote:
> Hynek, please let me know:
> Is this enough to use ImageList with TreeView?
AFAIK this i... - 09:16 AM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- 1. Looking over initial ImageList OCX replacement implementation I found:
- @ImageListWidget@ is implemented as a wi... - 04:12 AM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- Hynek Cihlar wrote:
> The idea was to have the imagelist ocx converted as a regular legacy widget/resource, so that ... - 03:54 AM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- Marius Gligor wrote:
> The question is, should we add a new rule to evaluate this kind of expression or we can chang... - 04:17 AM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Code review 4077a revisions 11342 and 11341. The changes are good. My only concern is #4077-24, which still remains.
- 03:22 AM Bug #4135: high dpi screens display in low dpi
- 4135a was updated up to rev. 11344 over trunc rev 11338.
- 02:15 AM Bug #4135: high dpi screens display in low dpi
- Planning to rebase now. The attached png files have comments so that DPR2 in their names means device pixel ratio 2 a...
11/06/2019
- 02:22 PM Bug #4135: high dpi screens display in low dpi
- Which one is with normal DPI? Also, please rebase 4135a when you can.
- 07:28 AM Bug #4135: high dpi screens display in low dpi
- Please look at these 3 pictures. Two of them were done with Print Screen key and the last one was done with @Take a S...
- 06:33 AM Bug #4135: high dpi screens display in low dpi
- Constantin Asofiei wrote:
> Related to your current scaling approach: the issue in #4135-30, is it related to drawin... - 06:19 AM Bug #4135: high dpi screens display in low dpi
- Can you post an image with e.g. Hotel GUI on a normal screen and on a HDPI screen?
Related to your current scaling... - 04:49 AM Bug #4135: high dpi screens display in low dpi
- The correct way to draw on the high resolution screen is to draw scaled drawings on the java side.
The java script c... - 09:44 AM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- 1. Today I tried to convert some UAST tests for IMAGELIST OCX component and I found an expression like:...
- 09:07 AM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- At this time, please minimize the work on this to only those features needed for the application being converted. I ...
- 08:37 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
- Hynek: Please do a code review.
11/05/2019
- 02:11 PM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- While checking the diff I found missed changes in @progress.g@ due to renaming. So the committed rev 11342 (4077a) lo...
- 02:03 PM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> > Sergey Ivanovskiy wrote:
> > > Yes, @uri.normalize()@ should do... - 02:02 PM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Yes, @uri.normalize()@ should do it.
>
> So @toASCIIString()@... - 01:58 PM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Sergey Ivanovskiy wrote:
> Yes, @uri.normalize()@ should do it.
So @toASCIIString()@ is not needed, correct?
- 01:55 PM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Yes, @uri.normalize()@ should do it.
Please review the committed revision 11341 that fixed the rest of the found i... - 12:36 PM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Sergey Ivanovskiy wrote:
> This change @from urlString to uri.normalize().toASCIIString()@ is needed because @uri@ c... - 11:56 AM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- This change @from urlString to uri.normalize().toASCIIString()@ is needed because @uri@ can point to the temporary fi...
- 11:34 AM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Hynek, it looks like you examined the old code because I did this change in rev 11340 - changed this constant @file:@...
- 11:28 AM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> >I don't think we need to fallback in a ~/fwd dir for a temp locat... - 10:48 AM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Hynek Cihlar wrote:
>I don't think we need to fallback in a ~/fwd dir for a temp location. The Java runtime uses jav...
11/04/2019
- 05:20 PM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Code review 4077a.
@KW_NOT_EMBEDDED@ should be shortened to 11 chars.
coping => copying
Does it make sense t... - 01:16 PM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Hynek Cihlar wrote:
> The correct spelling should be NOT-EMBEDDED-CONTENT.
Please review the committed revision 113... - 11:29 AM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Is there a way to get rid of coping the target file content into... - 10:59 AM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Sergey Ivanovskiy wrote:
> NOT-EMBEDED-CONTENT represents that the given resource is not embedded into template ... - 10:59 AM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Sergey Ivanovskiy wrote:
> Is there a way to get rid of coping the target file content into a temporary file?
Can... - 08:00 AM Feature #4077 (Review): add option to OPEN-MIME-RESOURCE to delete the original source file when ...
- Please review the committed revision 11339 (4077a). Now @OPEN-MIME-RESOURCE@ is defined by...
- 03:28 AM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- For the web client we copy the file and then deliver its copied content. This temporary file is deleted only after it...
11/01/2019
- 06:23 PM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
- Marius, note that @drop-procedure@ is no longer part of the conversion logic. Removing the init method was problemati...
- 06:01 PM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Sergey Ivanovskiy wrote:
> However, for Linux we can use @lsof | grep "absolute file path"@ in order to check if thi... - 05:53 PM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Prepared this diff for the commit candidate.
- 05:02 PM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- However, for Linux we can use @lsof | grep "absolute file path"@ in order to check if this file is opened. Another wa...
- 05:29 AM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- For the swing client we open the target file by external programs which don't send us notifications that the target f...
- 12:09 PM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- h2. ImageList OCX details
Unfortunately we cannot use the commons controls from @mscomctl.ocx@ to create OE uast t...
10/31/2019
- 10:50 AM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- The current implementation uses @WebBrowserManager.openMimeResource@ to generate java code for @OPEN-MIME-RESOURCE@. ...
- 10:38 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
- 1. I've finished to write the PROGRESS-BAR widget documentation
("Progress Indicator Widget and OCX Replacement":/p... - 05:46 AM Bug #4377: Custom widget font does not influence the widget size and doesn't propagate from frame...
- Layout calculation of some widgets depends on the set font, but only font number is considered, not the custom font. ...
- 05:40 AM Bug #4377: Custom widget font does not influence the widget size and doesn't propagate from frame...
- When font number is assigned to a widget, the widget size is adapted to accommodate the assigned font size. This does...
- 05:38 AM Bug #4377 (New): Custom widget font does not influence the widget size and doesn't propagate from...
10/30/2019
- 10:18 AM Feature #4077 (WIP): add option to OPEN-MIME-RESOURCE to delete the original source file when the...
10/29/2019
- 05:29 PM Bug #4135: high dpi screens display in low dpi
- Committed revision 11343 (4135a) tried to fix the drawing issue from #4135-25. The root cause seems to be related to ...
- 05:21 PM Bug #4135 (Review): high dpi screens display in low dpi
- 11:25 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
- Some thoughts regarding @PROGRESS-BAR@ implementation.
@PROGRESS-BAR@ widget is designed to replace the Microsoft ...
10/28/2019
- 09:29 AM Bug #4135: high dpi screens display in low dpi
- OK. Please look at this screen shot.
!DemoWidgets1.png! - 09:06 AM Bug #4135: high dpi screens display in low dpi
- > If I understand correctly we developed sub pixel conception for these half integers
No. The reason for the shif...
10/27/2019
- 01:00 PM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
- There might be issues in Hotel GUI, this is meant (for now) to work with 4069a.
- 07:28 AM Bug #4135: high dpi screens display in low dpi
- I checked a similar approach in which the offscreen canvas remains unscaled and when it is drawn onto the screen canv...
10/25/2019
- 11:25 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
- Hynek Cihlar wrote:
> Marius Gligor wrote:
> > It's possible to insert an AST node before another node, when both a... - 10:06 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
- Marius Gligor wrote:
> It's possible to insert an AST node before another node, when both are siblings nodes?
You... - 09:42 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
- I'm struggle to convert my uast test with Hotel GUI application but did not work. Doing many tests and conversions fi...
- 05:05 AM Bug #4135: high dpi screens display in low dpi
- In this article another method to scale images is described. https://phoboslab.org/log/2012/09/drawing-pixels-is-hard
10/24/2019
- 12:38 PM Bug #4135: high dpi screens display in low dpi
- Committed revision 11338 (4135a) has dirty changes that show the kind of changes that should be done. If we uncomment...
- 09:56 AM Bug #4135: high dpi screens display in low dpi
- Now debugging this way to scale the given image on the javascript client, but as an alternative solution we can scale...
- 09:44 AM Bug #4135: high dpi screens display in low dpi
- > I suspect that this approach can be slower than if the client gets an original image of proper quality. The other s...
- 05:46 AM Bug #4135: high dpi screens display in low dpi
- Sergey Ivanovskiy wrote:
> Greg Shah wrote:
> > Can you just scale the smaller images into larger ones on the Javas... - 05:23 AM Bug #4135: high dpi screens display in low dpi
- Greg Shah wrote:
> Can you just scale the smaller images into larger ones on the Javascript side? It seems useless ...
10/23/2019
- 05:21 PM Bug #4135: high dpi screens display in low dpi
- Can you just scale the smaller images into larger ones on the Javascript side? It seems useless to have Java send mo...
- 04:51 PM Bug #4135: high dpi screens display in low dpi
- Created a new task branch 4135a for these changes. It needs to add new functionality to the java client that should s...
10/21/2019
- 06:43 PM Bug #4135: high dpi screens display in low dpi
- I fixed coordinates for drawing primitives and realized that for this task we need to support icons and images that a...
- 11:35 AM Bug #4135: high dpi screens display in low dpi
- This approach should work properly but following his way I got drawing issues. Then I tested it via this standalone t...
- 11:18 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
- @IVBDataObject@ and @IVBDataObjectFiles@ are COM interfaces used to implement Drag & Drop.
1. On server side I imp...
10/20/2019
- 11:28 AM Bug #4135: high dpi screens display in low dpi
- I suppose to detect high resolution screens by this media query and use it to define scaling factor 2....
- 11:08 AM Bug #4135: high dpi screens display in low dpi
- Sergey Ivanovskiy wrote:
> It seems that for high resolution screens we should follow this example from https://deve...
10/18/2019
- 05:37 PM Bug #4135: high dpi screens display in low dpi
- It seems that for high resolution screens we should follow this example from https://developer.mozilla.org/en-US/docs...
- 04:31 PM Bug #4135: high dpi screens display in low dpi
- Constantin, thanks, I will test changes with Chrome and then provide the patch for this issue. There is another visio...
- 01:21 PM Bug #4135: high dpi screens display in low dpi
- From the customer:
> This is seen on all high resolution displays, both Mac, Ubuntu and Windows. Although almost a... - 12:44 PM Bug #4135: high dpi screens display in low dpi
- Sergey, Chrome has a feature where, after you open the Developer Tools, you can test a site how it looks on different...
- 11:56 AM Bug #4135: high dpi screens display in low dpi
- > Please provide the display resolution parameters for which the low graphics quality has been observed.
The custo... - 11:18 AM Bug #4135: high dpi screens display in low dpi
- Please provide the display resolution parameters for which the low graphics quality has been observed.
These parame... - 09:47 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
- Hynek Cihlar wrote:
> Marius Gligor wrote:
> > My question is: Should we implement these interfaces as FWD @ComObje... - 09:26 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
- Marius Gligor wrote:
> My question is: Should we implement these interfaces as FWD @ComObject@ objects and accessed ... - 08:39 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
- Some @OCX Progress Bar@ event handlers for Drag & Drop operations are using a parameter of type @COM-HANDLE@:
<pre...
10/15/2019
- 01:45 PM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
- > I could remove the OCX_ prefix to make the definition even more generic.
Yes, this would be good. - 03:26 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
- Marius Gligor wrote:
> Progress bar OCX mouse events are generic, the mouse button is an input parameter, that's why... - 02:28 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
- Hynek Cihlar wrote:
> Marius Gligor wrote:
> > 2. Next, I added Mouse Events support to Progress Bar widget. Here I... - 05:37 AM Bug #4135 (WIP): high dpi screens display in low dpi
- 05:35 AM Bug #4135: high dpi screens display in low dpi
- It seems that canvas image smoothing (anti-aliasing) properties can cause this effect of low graphics resolution. In ...
10/14/2019
- 12:15 PM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
- Marius Gligor wrote:
> 2. Next, I added Mouse Events support to Progress Bar widget. Here I found a conversion issue... - 11:29 AM Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
- 1. I implemented the drawing code for progress bar for available UI themes.
Without having the possibility to do a P...
10/12/2019
Also available in: Atom