Project

General

Profile

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. Constantin Asofiei
01:58 PM Feature #2088: add HIDE STREAM statement support
This code is fine. It can be checked in without conversion regression testing. Greg Shah

03/08/2013

03:17 PM Feature #2088: add HIDE STREAM statement support
The HIDE ALL statement can target a stream, as in:... Constantin Asofiei
03:14 PM Feature #2088 (Closed): add HIDE STREAM statement support
Constantin Asofiei

02/26/2013

05:56 PM Feature #2058 (Closed): COLOR DISPLAY .. FIELD statement fails
Eric Faulhaber
04:20 PM Feature #2058: COLOR DISPLAY .. FIELD statement fails
Committed to bzr revision 10214. Constantin Asofiei
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... Constantin Asofiei
01:57 PM Feature #2058: COLOR DISPLAY .. FIELD statement fails
The changes look good, I'm putting this into conversion regression testing. Constantin Asofiei
01:23 PM Feature #2058: COLOR DISPLAY .. FIELD statement fails
Added proposed update Costin Savin
12:57 PM Feature #2058: COLOR DISPLAY .. FIELD statement fails
The following statements work the same as COLOR DISPLAY statement (no buffer is used):... Constantin Asofiei
11:59 AM Feature #2058: COLOR DISPLAY .. FIELD statement fails
Statements like :
@COLOR DISPLAY red book.price.@
This fails with:...
Costin Savin
11:57 AM Feature #2058 (Closed): COLOR DISPLAY .. FIELD statement fails
Costin Savin

02/24/2013

10:31 AM Feature #2016: implement CURRENT-WINDOW, ACTIVE-WINDOW and DEFAULT-WINDOW system handles
Checked in as bzr revision 10196. Greg Shah
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... Constantin Asofiei
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... Constantin Asofiei
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:... Greg Shah
10:27 AM Feature #2036 (Closed): conversion support for some frame options
Greg Shah
10:27 AM Feature #1801: add some frame options
Passed conversion testing and checked into bzr as 10195. Greg Shah
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... Greg Shah
06:50 AM Feature #1801: add some frame options
Looks like my instinct was correct. Using this test:... Constantin Asofiei

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 ... Greg Shah
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...
Constantin Asofiei
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...
Constantin Asofiei
01:16 PM Feature #1801: add some frame options
# COLOR
syntax:...
Constantin Asofiei
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. Greg Shah
12:29 PM Feature #2016: implement CURRENT-WINDOW, ACTIVE-WINDOW and DEFAULT-WINDOW system handles
Fixed the issues at comment 12. Constantin Asofiei
12:24 PM Feature #2016: implement CURRENT-WINDOW, ACTIVE-WINDOW and DEFAULT-WINDOW system handles
OK, please do fix it. Greg Shah
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:... Constantin Asofiei
10:23 AM Feature #2016: implement CURRENT-WINDOW, ACTIVE-WINDOW and DEFAULT-WINDOW system handles
Committed to bzr revision 10191. Constantin Asofiei
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. Greg Shah
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. Greg Shah
08:59 AM Feature #2016: implement CURRENT-WINDOW, ACTIVE-WINDOW and DEFAULT-WINDOW system handles
Yes, is merged and ready for testing. Constantin Asofiei
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? Greg Shah
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). Constantin Asofiei
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 ... Constantin Asofiei
12:14 PM Feature #2019 (Closed): conversion support for LAST-EVENT system handle and attributes
Greg Shah
12:13 PM Feature #1782: implement LAST-EVENT system handle and associated attributes
Committe to bzr revision 10192. Constantin Asofiei
12:06 PM Feature #1782: implement LAST-EVENT system handle and associated attributes
This passed testing. Please check it in and distribute it. Greg Shah
11:06 AM Feature #1782: implement LAST-EVENT system handle and associated attributes
Looks good. It is going into conversion testing now. Greg Shah
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. Constantin Asofiei
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... Constantin Asofiei
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... Greg Shah
10:26 AM Feature #1782: implement LAST-EVENT system handle and associated attributes
Merged with revision 10191. Constantin Asofiei
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... Constantin Asofiei
11:15 AM Feature #2036 (WIP): conversion support for some frame options
Constantin Asofiei
10:25 AM Feature #2017 (Closed): conversion sypport for CURRENT-WINDOW, ACTIVE-WINDOW and DEFAULT-WINDOW s...
Greg Shah
10:16 AM Feature #2029 (Closed): conversion support for the SIZE phrase
Greg Shah
10:16 AM Feature #1800: add some missing widget options
For milestone 4, that is fine. Greg Shah
06:19 AM Feature #1800: add some missing widget options
The full syntax of the size phrase is:... Constantin Asofiei
 

Also available in: Atom