Activity
From 02/19/2013 to 03/20/2013
03/12/2013
- 02:06 PM Feature #2088: add HIDE STREAM statement support
- Committed to bzr revision 10281.
- 01:58 PM Feature #2088: add HIDE STREAM statement support
- This code is fine. It can be checked in without conversion regression testing.
03/08/2013
- 03:17 PM Feature #2088: add HIDE STREAM statement support
- The HIDE ALL statement can target a stream, as in:...
- 03:14 PM Feature #2088 (Closed): add HIDE STREAM statement support
02/26/2013
- 05:56 PM Feature #2058 (Closed): COLOR DISPLAY .. FIELD statement fails
- 04:20 PM Feature #2058: COLOR DISPLAY .. FIELD statement fails
- Committed to bzr revision 10214.
- 03:58 PM Feature #2058: COLOR DISPLAY .. FIELD statement fails
- There is a buffer scope change in so/serv53-r.p for buffer co-bnchmrk, but this is expected, as an UNDERLINE statemen...
- 01:57 PM Feature #2058: COLOR DISPLAY .. FIELD statement fails
- The changes look good, I'm putting this into conversion regression testing.
- 01:23 PM Feature #2058: COLOR DISPLAY .. FIELD statement fails
- Added proposed update
- 12:57 PM Feature #2058: COLOR DISPLAY .. FIELD statement fails
- The following statements work the same as COLOR DISPLAY statement (no buffer is used):...
- 11:59 AM Feature #2058: COLOR DISPLAY .. FIELD statement fails
- Statements like :
@COLOR DISPLAY red book.price.@
This fails with:... - 11:57 AM Feature #2058 (Closed): COLOR DISPLAY .. FIELD statement fails
02/24/2013
- 10:31 AM Feature #2016: implement CURRENT-WINDOW, ACTIVE-WINDOW and DEFAULT-WINDOW system handles
- Checked in as bzr revision 10196.
- 08:54 AM Feature #2016: implement CURRENT-WINDOW, ACTIVE-WINDOW and DEFAULT-WINDOW system handles
- Attached update makes the window system handles to convert as true handles; also, I've removed the THIS-PROCEDURE hac...
- 07:19 AM Feature #2016: implement CURRENT-WINDOW, ACTIVE-WINDOW and DEFAULT-WINDOW system handles
- I was thinking for the implementation of the window system-handles to allow them to convert to an API which returns t...
- 07:06 PM Feature #2016: implement CURRENT-WINDOW, ACTIVE-WINDOW and DEFAULT-WINDOW system handles
- There are major changes in Majic. And those changes don't compile. This is an example change:...
- 10:27 AM Feature #2036 (Closed): conversion support for some frame options
- 10:27 AM Feature #1801: add some frame options
- Passed conversion testing and checked into bzr as 10195.
- 09:24 AM Feature #1801: add some frame options
- I wish you were not right but clearly you are. Luckily for us, you are right often. :) But being right this time me...
- 06:50 AM Feature #1801: add some frame options
- Looks like my instinct was correct. Using this test:...
02/23/2013
- 05:53 PM Feature #1801: add some frame options
- In regard to the COLOR option, all of the cases are "custom" COLOR names (the protermcap-attribute). VALUE() is not ...
- 03:01 PM Feature #1801: add some frame options
- This update adds support for:
# STREAM-IO clause
# FONT clause
# IN WIDGET clause
Note that only the static ver... - 02:22 PM Feature #1801: add some frame options
- > # IN WINDOW <handle-expression>
> This should convert to a @frame.[update|display|set|etc](elementList#, <handle-e... - 01:16 PM Feature #1801: add some frame options
- # COLOR
syntax:... - 05:41 PM Feature #2016: implement CURRENT-WINDOW, ACTIVE-WINDOW and DEFAULT-WINDOW system handles
- The change looks fine. This is being conversion tested now.
- 12:29 PM Feature #2016: implement CURRENT-WINDOW, ACTIVE-WINDOW and DEFAULT-WINDOW system handles
- Fixed the issues at comment 12.
- 12:24 PM Feature #2016: implement CURRENT-WINDOW, ACTIVE-WINDOW and DEFAULT-WINDOW system handles
- OK, please do fix it.
- 12:23 PM Feature #2016: implement CURRENT-WINDOW, ACTIVE-WINDOW and DEFAULT-WINDOW system handles
- There is a problem when CURRENT/DEFAULT/ACTIVE-WINDOW are not used in an assignment, as in:...
- 10:23 AM Feature #2016: implement CURRENT-WINDOW, ACTIVE-WINDOW and DEFAULT-WINDOW system handles
- Committed to bzr revision 10191.
- 10:17 AM Feature #2016: implement CURRENT-WINDOW, ACTIVE-WINDOW and DEFAULT-WINDOW system handles
- Conversion testing has passed. Please check it in to bzr and distribute via email.
- 09:20 AM Feature #2016: implement CURRENT-WINDOW, ACTIVE-WINDOW and DEFAULT-WINDOW system handles
- The code looks good. It is in conversion testing now.
- 08:59 AM Feature #2016: implement CURRENT-WINDOW, ACTIVE-WINDOW and DEFAULT-WINDOW system handles
- Yes, is merged and ready for testing.
- 08:58 AM Feature #2016: implement CURRENT-WINDOW, ACTIVE-WINDOW and DEFAULT-WINDOW system handles
- I assume this update is merged up to bzr 10190? It is ready for testing?
- 05:39 AM Feature #2016: implement CURRENT-WINDOW, ACTIVE-WINDOW and DEFAULT-WINDOW system handles
- Conversion regression testing passed on my system (no changes in generated code).
- 02:30 AM Feature #2016: implement CURRENT-WINDOW, ACTIVE-WINDOW and DEFAULT-WINDOW system handles
- > Is the assignment of DEFAULT-WINDOW and ACTIVE-WINDOW (and SESSION) silently tolerated (and ignored) at runtime in ...
- 12:14 PM Feature #2019 (Closed): conversion support for LAST-EVENT system handle and attributes
- 12:13 PM Feature #1782: implement LAST-EVENT system handle and associated attributes
- Committe to bzr revision 10192.
- 12:06 PM Feature #1782: implement LAST-EVENT system handle and associated attributes
- This passed testing. Please check it in and distribute it.
- 11:06 AM Feature #1782: implement LAST-EVENT system handle and associated attributes
- Looks good. It is going into conversion testing now.
- 10:51 AM Feature #1782: implement LAST-EVENT system handle and associated attributes
- Beside LABEL, the WIDTH/HEIGHT-CHARS/PIXELS attrs had to be duped in the main section too.
- 10:41 AM Feature #1782: implement LAST-EVENT system handle and associated attributes
- Correct, any attribute/method used with a widget should be in the main section too. I'm going through all the attrs/m...
- 10:29 AM Feature #1782: implement LAST-EVENT system handle and associated attributes
- Since the getLabel/setLabel is moved inside the check for LAST-EVENT, doesn't that disable using LABEL on a widget (o...
- 10:26 AM Feature #1782: implement LAST-EVENT system handle and associated attributes
- Merged with revision 10191.
- 06:29 AM Feature #1782: implement LAST-EVENT system handle and associated attributes
- LAST-EVENT handle is supported in P2J by using KeyReader.asHandle (when we have a @h = LAST-EVENT@ case). For explici...
- 11:15 AM Feature #2036 (WIP): conversion support for some frame options
- 10:25 AM Feature #2017 (Closed): conversion sypport for CURRENT-WINDOW, ACTIVE-WINDOW and DEFAULT-WINDOW s...
- 10:16 AM Feature #2029 (Closed): conversion support for the SIZE phrase
- 10:16 AM Feature #1800: add some missing widget options
- For milestone 4, that is fine.
- 06:19 AM Feature #1800: add some missing widget options
- The full syntax of the size phrase is:...
- 10:13 PM Feature #2025 (Closed): conversion support for the CREATE_WIDGET statement
- 10:13 PM Feature #1791: implement dynamic UI support
- Passed conversion testing. Checked into bzr as 10190.
02/22/2013
- 04:45 PM Feature #2016: implement CURRENT-WINDOW, ACTIVE-WINDOW and DEFAULT-WINDOW system handles
- Is the assignment of DEFAULT-WINDOW and ACTIVE-WINDOW (and SESSION) silently tolerated (and ignored) at runtime in th...
- 02:49 PM Feature #2016: implement CURRENT-WINDOW, ACTIVE-WINDOW and DEFAULT-WINDOW system handles
- Added intermediate update merged to latest revision, this should cover the cases showed here minus the case for which...
- 07:35 AM Feature #2016: implement CURRENT-WINDOW, ACTIVE-WINDOW and DEFAULT-WINDOW system handles
- What will be the approach for system handles besides CURRENT-WINDOW that are assigned as left value.
It seems that ... - 04:37 PM Feature #1791: implement dynamic UI support
- Merged up to bzr 10188. This version will be going into testing next.
- 02:18 PM Feature #1791: implement dynamic UI support
- Merged with #2013, fixed conversion of @CREATE VALUE(type)@ when the type is a known widget type.
- 01:47 PM Feature #1791: implement dynamic UI support
- Yes, please do merge it with the #2013 update. We will put them both in together.
- 01:42 PM Feature #1791: implement dynamic UI support
- > > I chose the approach of having dedicated APIs because IMO is cleaner, but I can switch to only one API DynamicWid...
- 01:15 PM Feature #1791: implement dynamic UI support
- > I chose the approach of having dedicated APIs because IMO is cleaner, but I can switch to only one API DynamicWidge...
- 01:07 PM Feature #1791: implement dynamic UI support
- > 1. Why not do everything using an enum: WidgetTypes.WINDOW, WidgetTypes.FILLIN...
In the end, we will still have t... - 12:52 PM Feature #1791: implement dynamic UI support
- No, leave the trigger phrase out for now.
2 questions:
1. Why not do everything using an enum: WidgetTypes.WIND... - 10:35 AM Feature #1791: implement dynamic UI support
- The trigger phrase was not touched - should I work on this too ?
- 10:11 AM Feature #1791: implement dynamic UI support
- Attached update adds CREATE WIDGET support (explicit and VALUE versions). Converted code looks like:...
- 09:15 AM Feature #1791: implement dynamic UI support
- Yes, I like the approach. The assignments for a CREATE WIDGET can be easily dealt with by implicitly using the handl...
- 05:06 AM Feature #1791: implement dynamic UI support
- The conversion rules to emit this were pretty simple (I have code for all except CREATE BROWSE), although I'm not sur...
- 08:00 PM Feature #1791: implement dynamic UI support
- High priority for milestone 4:...
- 04:21 PM Feature #2005 (Closed): add conversion support for methods
- 04:20 PM Feature #2007 (Closed): conversion support for attributes
- 04:12 PM Feature #1804: add missing UI attributes
- The update evl_upd20130222c.zip has been committed in bzr as 10188.
- 04:04 PM Feature #1804: add missing UI attributes
- Testing passed. Please check it in and distribute the update. ASAP.
- 02:46 PM Feature #1804: add missing UI attributes
- Looks great. It is going into testing now.
- 02:43 PM Feature #1804: add missing UI attributes
- The merged version combined with #2005 changes has been uploaded.
- 02:21 PM Feature #1804: add missing UI attributes
- Is this also merged with the #2005 changes? I want them both in the same update.
- 02:10 PM Feature #1804: add missing UI attributes
- Merged with latest bzr uploaded.
- 01:26 PM Feature #1804: add missing UI attributes
- Please merge with the latest bzr revision and upload for a final review. Then we will go into conversion testing (ru...
- 10:32 AM Feature #2039: more runtime support for frame options
- This is just for time tracking and milestone association. All history should go into the parent task #1801.
- 10:32 AM Feature #2039 (Rejected): more runtime support for frame options
- 10:32 AM Feature #2038: conversion and runtime support for frame options, attributes and methods
- This is just for time tracking and milestone association. All history should go into the parent task #1801.
- 10:32 AM Feature #2038 (Closed): conversion and runtime support for frame options, attributes and methods
- 10:30 AM Feature #2037: runtime support for frame options
- This is just for time tracking and milestone association. All history should go into the parent task #1801.
- 10:30 AM Feature #2037 (Closed): runtime support for frame options
- 10:27 AM Feature #2036: conversion support for some frame options
- This is just for time tracking and milestone association. All history should go into the parent task #1801.
- 10:25 AM Feature #2036 (Closed): conversion support for some frame options
- 10:11 AM Feature #1801: add some frame options
- High priority frame options for milestone 4:
COLOR
FONT
IN WINDOW
STREAM-IO - 08:18 PM Feature #2032: runtime support for widget options
- This is for time tracking and association with a milestone. All history must be placed in parent task #1800.
- 08:18 PM Feature #2032 (Closed): runtime support for widget options
- 08:17 PM Feature #2031: conversion support for remaining widget options
- This is for time tracking and association with a milestone. All history must be placed in parent task #1800.
- 08:17 PM Feature #2031 (Closed): conversion support for remaining widget options
- 08:15 PM Feature #2029: conversion support for the SIZE phrase
- This is for time tracking and association with a milestone. All history must be placed in parent task #1800.
- 08:15 PM Feature #2029 (Closed): conversion support for the SIZE phrase
- 08:13 PM Feature #1800: add some missing widget options
- For milestone 4, add the SIZE clause to the conversion of widget options as in:...
- 08:09 PM Feature #2028: complete runtime support for dynamic UI
- This just for time tracking and association with the milestone. All history must be placed in the parent task #1791.
- 08:09 PM Feature #2028 (Closed): complete runtime support for dynamic UI
- 08:08 PM Feature #2027: preliminary runtime support for CREATE_WIDGET and an IN WINDOW clause
- This just for time tracking and association with the milestone. All history must be placed in the parent task #1791.
- 08:08 PM Feature #2027 (Closed): preliminary runtime support for CREATE_WIDGET and an IN WINDOW clause
- 08:03 PM Feature #2026: conversion support for CREATE_BROWSE
- This just for time tracking and association with the milestone. All history must be placed in the parent task #1791.
- 08:03 PM Feature #2026 (Closed): conversion support for CREATE_BROWSE
- 08:02 PM Feature #2025: conversion support for the CREATE_WIDGET statement
- This just for time tracking and association with the milestone. All history must be placed in the parent task #1791.
- 08:01 PM Feature #2025 (Closed): conversion support for the CREATE_WIDGET statement
02/21/2013
- 06:40 PM Feature #1805: add missing UI method support
- You are right. If browse not used in real code the P2J removes the code. The example in browse_ui_test.p properly con...
- 05:51 PM Feature #1805: add missing UI method support
- I noticed that you have the attributes update built on top of the methods, which is fine. I am also OK with combinin...
- 05:33 PM Feature #1805: add missing UI method support
- What will be the testing sequence of update application? This method update will be the first one, then update for at...
- 05:28 PM Feature #1805: add missing UI method support
- Here is the sample we do not convert:
...
define browse bStat query q1 display.
create browse hBr.
...
Before us... - 05:14 PM Feature #1805: add missing UI method support
- The code changes look fine. Please be prepared to merge soon when we are able to schedule the update.
> However w... - 05:59 AM Feature #1805: add missing UI method support
- Added support for MOVE-BEFORE-TAB-ITEM(). The method DESELECT-ROWS() has already supported. However we do not have th...
- 06:06 PM Feature #1804: add missing UI attributes
- The refresh for drop has been uploaded.
- 05:20 PM Feature #1804: add missing UI attributes
- Feedback:
1. methods_attributes.rules is missing a history entry.
2. Please use HWND instead of HWnd in method na... - 06:24 AM Feature #1804: add missing UI attributes
- Adding conversion support for
FIRST-TAB-ITEM
NEXT-TAB-ITEM
HWND
UI attributes. - 05:01 AM Feature #2017 (WIP): conversion sypport for CURRENT-WINDOW, ACTIVE-WINDOW and DEFAULT-WINDOW syst...
02/20/2013
- 05:11 PM Feature #2020: runtime support for LAST-EVENT system handle and associated attributes
- This task is just for time tracking and association with the milestone. All history goes in the parent task #1782.
- 05:11 PM Feature #2020 (Closed): runtime support for LAST-EVENT system handle and associated attributes
- 05:10 PM Feature #2019: conversion support for LAST-EVENT system handle and attributes
- This task is just for time tracking and association with the milestone. All history goes in the parent task #1782.
- 05:09 PM Feature #2019 (Closed): conversion support for LAST-EVENT system handle and attributes
- 05:01 PM Feature #2017: conversion sypport for CURRENT-WINDOW, ACTIVE-WINDOW and DEFAULT-WINDOW system han...
- This task is only for time tracking and association with milestone 4. All history should be in the parent task #2016.
- 04:59 PM Feature #2017 (Closed): conversion sypport for CURRENT-WINDOW, ACTIVE-WINDOW and DEFAULT-WINDOW s...
- 05:00 PM Feature #2018: runtime support for CURRENT-WINDOW, ACTIVE-WINDOW and DEFAULT-WINDOW system handles
- This task is only for time tracking and association with milestone 7. All history should be in the parent task #2016.
- 04:59 PM Feature #2018 (Closed): runtime support for CURRENT-WINDOW, ACTIVE-WINDOW and DEFAULT-WINDOW syst...
- 04:58 PM Feature #2016: implement CURRENT-WINDOW, ACTIVE-WINDOW and DEFAULT-WINDOW system handles
- CURRENT-WINDOW is assignable but neither DEFAULT-WINDOW or ACTIVE-WINDOW can be assigned.
DEFAULT-WINDOW is a hand... - 04:34 PM Feature #2016 (Closed): implement CURRENT-WINDOW, ACTIVE-WINDOW and DEFAULT-WINDOW system handles
Also available in: Atom