11/01/03
<h3>New Release: Fluid Combinator version 2.1</h3>
New Features:
<ul>
<li> Added sorting for course list. (Very rudementary)
<li> Added printing support. This requires Fl_Device patch for source, so compiling is now harder.
</ul>
The code for Fl_Device patch is available <a href="http://phy19.phy.tcd.ie/fltk/Fl_Device/">here</a>, while win32 integrated code for 1.1.4 I've mirrored <a href="http://s88516535.onlinehome.us/fltk-1.1-Fl_Device.exe">here</a>.
<hr>
10/24/03
<h3>New Release: The Scheduler version 2.0</h3>
New Features:
<ul>
<li> Fixed parsing bug (ECE 204,etc)
<li> Fixed Export code to work for early classes
<li> Every other fix for RC3 and below
</ul>
Well, I've decided to do a full rewrite of the GUI portion of the project. It is now written in FLTK and is an object-oriented approach. (The whole GUI is a class, with a few other special classes for special tasks).
This means that the design is MUCH easier to upgrade/maintain.
Note to anyone compiling:
you have to compile winGUI.fl file with FLUID to generate the .h/.cpp for the GUI component. Either open it in fluid designer and generate the code, or run fluid -c winGUI.fl
Well, we've finally decided to release this project under GPL because there's a lot of work to be done, but not a lot of time. Hopefully people interested in this will submit changes as they want.