Activity
From 10/29/2019 to 11/27/2019
11/26/2019
- 05:26 PM Bug #2913 (Feedback): Improve window dragging in Web GUI client
- This is resolved in 3809e revision 11407.
- 07:51 AM Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
- Wow thanks that's a very quick response :-)
Hynek Cihlar wrote:
>
> The directory can be any character express... - 07:39 AM Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
- Jurjen Dijkstra wrote:
> Is there a help file or wiki page for SYSTEM-DIALOG GET-FILE with the new options?
I wi... - 07:31 AM Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
- Is there a help file or wiki page for SYSTEM-DIALOG GET-FILE with the new options?
I have read comment #12 but it...
11/25/2019
- 10:14 AM Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
>
> >
> > > 2. The protocol creates two temporary copies of the ... - 09:34 AM Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
- Sergey Ivanovskiy wrote:
>
> > 2. The protocol creates two temporary copies of the uploaded messages. So for upl...
11/22/2019
- 02:14 PM Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
- Hynek Cihlar wrote:
> > Sergey Ivanovskiy wrote:
> > >OK. @MSG_FILE_UPLOADING@ is implemented correctly and large f... - 04:02 AM Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
- Sergey Ivanovskiy wrote:
> OK. @MSG_FILE_UPLOADING@ is implemented correctly and large files can be uploaded. But me...
11/21/2019
- 12:43 PM Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
- Sergey Ivanovskiy wrote:
> Sergey Ivanovskiy wrote:
> > OK. @MSG_FILE_UPLOADING@ is implemented correctly and large... - 12:40 PM Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
- Sergey Ivanovskiy wrote:
> OK. @MSG_FILE_UPLOADING@ is implemented correctly and large files can be uploaded. But me... - 12:30 PM Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
- OK. @MSG_FILE_UPLOADING@ is implemented correctly and large files can be uploaded. But message @MSG_FILE_CHOOSE@ is i...
- 11:40 AM Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Hynek, could you explain more thoroughly how to reproduce @OutOf... - 11:08 AM Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
- Sergey Ivanovskiy wrote:
> Hynek, could you explain more thoroughly how to reproduce @OutOfMemoryException@ in the w... - 11:05 AM Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
- Hynek, could you explain more thoroughly how to reproduce @OutOfMemoryException@ in the web gui driver process. Did y...
- 08:08 AM Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
- Sergey/Constantin: Please do a code review.
11/20/2019
- 01:51 PM Feature #3856 (Review): implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 com...
- 09:49 AM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- Documentation for @PROGRESS-BAR@ and @IMAGELIST@ widgets, could help for code review:
https://proj.goldencode.com/pr... - 08:06 AM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- I've fixed @OCX@ conversion rules, then I tested both @progress-bar@ and @imagelist@ uast tests and all were successf...
- 12:32 PM Feature #4113: enable upload of files from the browser (in the web clients) using SYSTEM-DIALOG G...
- Implemented files upload/selection in the web clients. The changes were checked in to 3809e revision 11391.
The im... - 10:58 AM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Committed these fixes in rev 11348 (4077a) and then merged 4077a into 3809e as rev 11390.
- 09:03 AM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Code Review Task Branch 4077a Revision 11347
I'm good with the changes, except some minor things:
1. In @progre... - 07:35 AM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Code review 4077a revision 11347. The changes are good. I have no more concerns for 4077a.
- 06:58 AM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Please review the committed revision 11347 (4077a).
- 05:48 AM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Yes, thank you, I will change this too. For localized resources native to ascii conversion is usually used and severa...
- 05:36 AM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Sergey Ivanovskiy wrote:
> I think that the presented rev 11346 should give expected results.
Even with 11346 the... - 05:18 AM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > I wouldn't want to use @PrintWriter writer = new PrintWriter(doc... - 05:06 AM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Sergey Ivanovskiy wrote:
> I wouldn't want to use @PrintWriter writer = new PrintWriter(doc, "UTF-8");@ because of t... - 04:49 AM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Please review the committed revision 11346. If this solution will not be approved, then @PrintWriter writer = new Pri...
- 04:24 AM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- I wouldn't want to use @PrintWriter writer = new PrintWriter(doc, "UTF-8");@ because of the following reasons. Source...
- 04:18 AM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Testing several documents opened sequentially by 4GL business co... - 03:17 AM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Sergey Ivanovskiy wrote:
> but it needs to be represented by html entities
The HTML page is encoded in UTF-8, so... - 03:09 AM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Sergey Ivanovskiy wrote:
> Testing several documents opened sequentially by 4GL business code I detected race condit... - 02:05 AM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Testing several documents opened sequentially by 4GL business code I detected race conditions with the Swing client. ...
- 01:58 AM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Hynek Cihlar wrote:
> Code review 4077a revision 11345.
>
> With
> [...]
>
> the end user will be presented w...
11/19/2019
- 03:57 PM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Code review 4077a revision 11345.
With... - 10:14 AM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- To do homogeneous changes we can use this code with the same results...
- 09:35 AM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- The browser plugin for this mime type is not supported....
- 09:32 AM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Checking my changes I fixed @open_mime_resource_stmt@ rule in @progress.g@ and the found #4077-50. I would like to no...
- 06:39 AM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Yes, I agree with this point.
- 03:08 AM 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:
> > > It seems that you didn't provide... - 02:57 AM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > It seems that you didn't provide any proofs or evidences that th... - 12:03 PM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- In order to avoid any problems merging branch @3858b@ into branch @3856a@ finally I did:
1. I created a new branch...
11/18/2019
- 05:13 PM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Sergey Ivanovskiy wrote:
> It seems that you didn't provide any proofs or evidences that there are issues. Please be... - 04:58 PM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- It seems that you didn't provide any proofs or evidences that there are issues. Please be more specific to the code b...
- 04:42 PM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Sergey Ivanovskiy wrote:
> Adding a localized title is a separated task and I believe it will be done by correct cha... - 04:39 PM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Adding a localized title is a separated task and I believe it will be done by correct changes if this task will be ne...
- 03:57 PM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Sergey Ivanovskiy wrote:
> > Yes and no. In fact the default encoding being used is another issue which can potentia... - 03:46 PM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > > Java strings are already unicode (encoded as UTF-16). So the v... - 03:42 PM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Sergey Ivanovskiy wrote:
> > Java strings are already unicode (encoded as UTF-16). So the value of the String variab... - 03:39 PM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Greg Shah wrote:
> What about strings with spaces, tabs and control characters?
These are illegal for the @URI@ c... - 03:30 PM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Hynek Cihlar wrote:
> > > Sergey Ivanovskiy wrote:
> > > > Wha... - 03:22 PM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- What about strings with spaces, tabs and control characters?
- 03:07 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:
> > > What is about native no unicode ... - 02:56 PM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > What is about native no unicode characters?
>
> Sorry, can yo... - 02:24 PM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Sergey Ivanovskiy wrote:
> What is about native no unicode characters?
Sorry, can you rephrase the question? - 01:55 PM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- What is about native no unicode characters?
- 01:12 PM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Sergey Ivanovskiy wrote:
> It seems that if we would remove toASCIIString() usage here, then the following code woul... - 01:05 PM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- It seems that if we would remove toASCIIString() usage here, then the following code would be incorrect ...
- 12:57 PM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Yes, if these url strings are UTF-8, then we can leave them as they are. Is it possible that urls have non unicode st...
- 12:52 PM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Sergey Ivanovskiy wrote:
> Hynek, I don't understand why url should not be encoded. Urls can be external and it seem... - 12:44 PM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Hynek, I don't understand why url should not be encoded. Urls can be external and it seems that they can have native ...
- 12:36 PM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Sergey Ivanovskiy wrote:
> I didn't respond to this note #4077-24 because it is not an issue and this change doesn't... - 12:20 PM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- I didn't respond to this note #4077-24 because it is not an issue and this change doesn't complicate debugging. The i...
- 12:12 PM Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Hynek Cihlar wrote:
> > > Sergey Ivanovskiy wrote:
> > > > Yes...
11/15/2019
- 02:06 PM Feature #3908 (Closed): implement browse column VIEW-AS COMBO-BOX
- 01:53 PM Feature #3908: implement browse column VIEW-AS COMBO-BOX
- Gaps were updated in 3809e rev 11383. Quirks are documented in #4075.
- 12:39 PM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- Doing tests for ImageList OCX widget conversion I found another interesting case:...
11/14/2019
- 03:56 PM Bug #4416: scrollbar issues
- The list of open issues:
# Scrolling by pressing an area between thumb and a scroll arrow (page down/up) doesn't wo... - 03:55 PM Bug #4416 (New): scrollbar issues
- 12:58 PM Feature #3908 (WIP): implement browse column VIEW-AS COMBO-BOX
- 12:57 PM Feature #3908: implement browse column VIEW-AS COMBO-BOX
- Stanislav Lomany wrote:
> Missing conversion:
> @[ MAX-CHARS characters ] [ AUTO-COMPLETION [ UNIQUE-MATCH ] ]@
> ... - 12:54 PM Bug #4415: combo-box item selection via screen-value assignment has deviations
- A regular combo in FWD with decimals should round decimals according to the format prescision before cmparision. E.g....
- 12:54 PM Bug #4415 (New): combo-box item selection via screen-value assignment has deviations
- 10:30 AM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- Unfortunately, after many attempts, I concluded that using existing conversion rules from section @4@ in @ocx_convers...
- 07:17 AM Bug #4126 (Closed): Discrepancy in FWD runtime data
11/13/2019
- 12:25 PM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- > Is .ast file the input and after conversion the output as well?
Yes. It is read as the input to create the AST... - 11:43 AM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- Hynek Cihlar wrote:
> Marius Gligor wrote:
> > 1. The output of conversion is in the @.ast@ file. As I understood w... - 11:35 AM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- Marius Gligor wrote:
> 1. The output of conversion is in the @.ast@ file. As I understood we have 2 trees, @main@ an... - 11:17 AM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- For @chControlFrame:ImageList:ListImages:ADD(chControlFrame:ImageList:ListImages:COUNT + 1, "2", 99).@ expression, do...
- 12:07 PM Bug #3597: fix direct manipulation problems related to MOVABLE, SELECTED, SELECTABLE and misc wid...
- The changes from 3782a are in trunk (12 months ago). The rest of the work remains open.
11/12/2019
- 03:05 PM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- Hynek Cihlar wrote:
> Marius Gligor wrote:
> > What I don't understand is how we have to deal with @ImageList@ nod... - 02:59 PM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- Marius Gligor wrote:
> What I don't understand is how we have to deal with @ImageList@ node. So far I ignored that ... - 01:34 PM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- Ovidiu Maxiniuc wrote:
> The @chain@ is used (or should be used) only when the first "link" (in this case @hImageLis... - 01:22 PM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- Marius Gligor wrote:
> Hynek Cihlar wrote:
> > Marius Gligor wrote:
> > > Unfortunately the following generated Ja... - 01:15 PM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- The @chain@ is used (or should be used) only when the first "link" (in this case @hImageList@) is a @comhandle@. Some...
- 11:13 AM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- Hynek Cihlar wrote:
> Marius Gligor wrote:
> > Unfortunately the following generated Java code is not a valid code ... - 10:08 AM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- Marius Gligor wrote:
> I did a simple test using a simple walk rule:
>
> [...]
>
> and I've got:
> [...]
>
... - 10:04 AM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- Marius Gligor wrote:
> Unfortunately the following generated Java code is not a valid code because @hImageList@ ia a... - 09:29 AM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- I did a simple test using a simple walk rule:...
- 08:05 AM Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
- I'm working to define conversion rules for OCX statements which combine @handle@ calls with @com-handle@ calls.
So f...
11/11/2019
- 09:16 AM Feature #4113 (WIP): enable upload of files from the browser (in the web clients) using SYSTEM-DI...
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 ...
Also available in: Atom