Activity
From 02/23/2013 to 03/24/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:...
Also available in: Atom