| Commit | Date | |
|---|---|---|
|
[r2233]
by
david_costanzo
Fix an internationaliation bug in the location of error printouts. The location was still using as hard-coded "in", instead of using the localized version ("in", "dans", "en", etc.). |
2007-04-28 17:43:05 | Tree |
| 2007-04-17 06:26:28 | Tree | |
|
[r2231]
by
david_costanzo
Report when the test passes. It's a little disconcerting when the test changes the size/location of FMSLogo and never says when it's done. |
2007-04-16 00:09:02 | Tree |
|
[r2230]
by
david_costanzo
Clear the screen before running the smoke test so the drawing that's left over from the eariler tests don't interfere with this test. |
2007-04-16 00:08:04 | Tree |
| 2007-04-15 06:47:09 | Tree | |
| 2007-04-15 06:47:08 | Tree | |
| 2007-04-15 06:45:35 | Tree | |
| 2007-04-12 05:17:00 | Tree | |
|
[r2225]
by
david_costanzo
Fix a bug where :lasterror was used by never defined. The problem is that I copied and pasted a bug fix, but didn't copy the entire bug fix. |
2007-04-12 05:16:38 | Tree |
|
[r2224]
by
david_costanzo
Fix bug #1327723; EDIT now finds the editor that belongs to the same instance of FMSLogo, instead of finding it by window caption. The fix was to extend the qlist class such that arbitrary elements could be removed. Then, whenever an editor window is created, the TWindow* gets inserted into a list of editors in TMainFrame. Whenever an editor is destroyed, it gets removed from the list. When EDIT is run, if the list is not empty, some element within the list is made visible. |
2007-04-12 05:11:15 | Tree |