Project

General

Profile

Activity

From 08/29/2013 to 09/27/2013

09/27/2013

05:22 AM Feature #1779: complete FOCUS handle support
@NullWidget@ usage should be removed and FOCUS handle tested carefully - see notes 21/22 in #1612, as FOCUS handle ha... Constantin Asofiei

09/24/2013

02:10 PM Feature #2185: ROW attribute error handling is incomplete
The setter for ROW (BaseEntity.setRow()) has this todo:... Greg Shah
02:08 PM Feature #2185 (New): ROW attribute error handling is incomplete
Greg Shah

09/09/2013

04:52 PM Bug #2179: Focus issues in combo-box
The screenshots have been added to demonstrate the original 4GL behavior and what we have in P2J to see the differenc... Eugenie Lyzenko
10:43 AM Bug #2179: Focus issues in combo-box
4GL Linux:
Drop-down opened - cursor blinking inside the list. Drop-down closed and focus moved to next widget - cur...
Eugenie Lyzenko
10:42 AM Bug #2179 (New): Focus issues in combo-box
Eugenie Lyzenko
10:49 AM Feature #2131 (Closed): implement the Windows equivalent to the NCURSES/terminal support
Greg Shah
10:30 AM Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
I'm going to document one more issue related to the focus handling in combo-box. Part of it affects only Windows P2J ... Eugenie Lyzenko
09:32 AM Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
> Great! Please check in your update and distribute it.
OK. Committed in bzr as 10380.
Eugenie Lyzenko
08:20 AM Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
Great! Please check in your update and distribute it. Greg Shah

09/07/2013

05:43 AM Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
> Please go ahead and get the 0905a update regression tested using devsrv01
The runtime regression tests all passe...
Eugenie Lyzenko

09/06/2013

11:29 AM Feature #1898 (Closed): write a replacement for the CHARVA libTerminal.so as an NCURSES-based Lin...
Greg Shah
10:13 AM Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
>
> Please go ahead and get the 0905a update regression tested using devsrv01.
OK.
Eugenie Lyzenko
10:02 AM Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
Yes, defer it.
Please go ahead and get the 0905a update regression tested using devsrv01.
Greg Shah
09:50 AM Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
>
> > But the vertical scrollbar is missing in P2J CHUI while it exists in Windows and Linux 4GL systems.
>
> Is...
Eugenie Lyzenko
06:59 AM Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
> But the vertical scrollbar is missing in P2J CHUI while it exists in Windows and Linux 4GL systems.
Is it missin...
Greg Shah

09/05/2013

07:28 PM Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
> Are you going to work on this:
>
> > 15. In regard to the avoiding of drawing the horizontal scrollbar in select...
Eugenie Lyzenko
06:46 PM Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
Code Review 0905a
I am OK with these changes.
Are you going to work on this:
> 15. In regard to the avoiding...
Greg Shah
06:42 PM Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
The today drop includes:
1. Improving readability of the terminal_win.c code.
2. Refactoring the initConsole() func...
Eugenie Lyzenko
08:50 PM Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
0. Merged with the recent P2J code base.
1. Reworked process_win.c to separate path calculation function.
2. Added ...
Eugenie Lyzenko

09/04/2013

12:13 PM Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
> Is this approach acceptable?
Yes, that is much better than using 850 directly. Go with it.
Greg Shah
12:05 PM Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
> 4. I am worried about hard coding terminal_win.c to the 850 codepage. I wonder if there is any option to query the ... Eugenie Lyzenko
09:32 AM Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
I would probably choose this:... Greg Shah
09:14 AM Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
> ...but please use whitespace and formatting to make the code easier to read. Your code in general lacks whitespace ... Eugenie Lyzenko
08:01 AM Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
> Do you mean to have the single function to allocate and free memory? Something like createDestroyFullPath(char *, j... Greg Shah

09/03/2013

06:23 PM Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
> 12. Please put the cmd.exe full path calculation code into a separate function to make the code more readable.
>
...
Eugenie Lyzenko
04:19 PM Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
> 3. Please review the TODOs in terminal_win.c and report on the status of each one. If the TODO is no longer needed,... Eugenie Lyzenko
04:06 PM Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
Code Review 0902a
1. About terminal_win.c errorProcessing() function:
* Change the name to generateException()....
Greg Shah
04:36 PM Bug #2172: Editor widget vertical scrollbar issue
The vertical scrollbar thumb position is different from 4GL. This can not be detected in test system because in Linux... Eugenie Lyzenko
04:35 PM Bug #2171: Focused radio-button attribute mismatch
Radio-button has a bit different look as in 4GL form the attributes point of view. The focused button character betwe... Eugenie Lyzenko
04:34 PM Bug #2170: Selection list does not show the vertical scrollbar
When creating the selection list widget with more items than can fit the display window the vertical scrollbar is not... Eugenie Lyzenko
04:33 PM Bug #2169: Scrollbars issue in combo-box and selection-list
When scrolling combo-box drop-down list the vertical scrollbar does not change the thumb position as it should. Howev... Eugenie Lyzenko
04:32 PM Bug #2168: Combo-box initial shape attribute mismatch
Another attribute drawing mismatch has been found for combo-box widget. This is the runtime issue. There must be one ... Eugenie Lyzenko
04:23 PM Bug #2166: Alert box layout mismatch
Consider the following code:... Eugenie Lyzenko
01:17 PM Bug #2174: Toggle-box widget implementation abnormal end issue
The toggle box widget can not be used for now. Consider the following sample:
......
Greg Shah
01:16 PM Bug #2173 (Rejected): Support for slider widget
This is a known issue. We will add this support at a later date. Greg Shah
01:16 PM Bug #2173: Support for slider widget
Currently we do not have the support for slider widget. The GenericWidget class is generated while conversion.
The...
Greg Shah

09/02/2013

07:30 PM Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
The today drop includes small addition for restoring the cursor status that was before executing the console applicat... Eugenie Lyzenko

08/31/2013

08:13 PM Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
The today drop includes:
1. Minor changing to clean up from old comments in terminal_win.c module and adding clear s...
Eugenie Lyzenko

08/29/2013

04:04 PM Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
The drop includes code checked for suspend/resume compatibility. The only usage foe these functions I have found is t... Eugenie Lyzenko
 

Also available in: Atom