Scheduler
Contents
History
29 Oct 1999
Version 1.5
- Passed directly from version 1.2.4 to 1.5. Few actual improvements, but the
change in the license model is important...
- All the code is now released under the GNU General Public License
- Removed the first line in the source files that was just repeating
the name and the date of the file. The informations in the @version section
should suffice.
- makeall.bat is now also used for documentation generation and
instrumentation (for coverage testing with Logiscope J TestChecker), as well as regular compilation.
- Can now be run as an applet!
- The root package is now org.scheduler. All classes are updated accordingly.
23 Oct 1999
Version 1.2.4
- Minor spelling and link corrections in the documentation.
- Minor editing in the readme.html file.
- Minor editing in the about.html file.
- Renamed package graphics in gui.
- Renamed package utils.graphics in utils.gui.
- Renamed package tools in core.
- Renamed package tools.algorithms in core.algorithms.
- Renamed package tools.tasks in core.tasks.
- Class ui.AboutBox partially implements the Java 1.1 event model. I'm
planning to complete this, then extend to other UI classes.
21 Aug 1999
Version 1.2.3a
- Minor link correction in the documentation.
- Minor editing in the readme.html file.
21 Mar 1999
Version 1.2.3
- English is now the standard language for the text displayed and the
comments in the code.
- All help pages have been translated from French to English
- Corrected (in Java itself): a bug that causes the main window to move to the
background when closing a dialog box
- Corrected (in Java itself): the scrollbars were very buggy and sometimes
crashed Scheduler. Seems better now.
- Corrected (in Java itself): under NT, the main window for Scheduler was not
always refreshed. Seems to be fine by now.
- Corrected: in the help viewer, there was an important bug that was
prevented the user to scroll down in order to see a big HTML page. Solved by
using ICE Browser Bean instead.
26 Oct 1997
Version 1.2.2
- Some corrections in the code documentation
13 Sep 1997
Version 1.2.1
- The bug that has appeared with the JDK 1.1.3 (no reaction to events) is now
corrected
26 Jul 1997
Version 1.2
- It is now possible to add new types of tasks, the same way as for
algorithms
- Tempting to swap to Earliest Dealine Last when the simulation is running
does not freeze Scheduler anymore
- Running a simulation when the task parameters are not correct now provoques
the display of an error message and it is not necessary to stop the simulation
to be able to resume anymore
- Stopping while the simulation is running now makes a confirmation box to
pop-up
- Added export function
21 Jul 1997
Version 1.1
- Added a help window
- The user now needs to confirm exiting, if he has not saved the set of tasks
- The Cancel button of the task editors is now hidden when in the process of
creating a task
07 Jul 1997
Version 1.0.1
- Some menu titles corrected
27 Jun 1997
Version 1.0
- First official release of Scheduler
- Standard language is currently French for the text displayed and for the comments in the
code, but the names of the variables are in English
- Brilliantly passed the exam ;-)
Contents