A lot of new releases since the last post. So here is the whole change log:
Version 5.43.2
- Corrected a compiler error appearing with the future Qt versions (this bug was introduced in FET version 5.43.0: the function
QNetworkReply::error() will not be obsolete and the replacement function QNetworkReply::networkError() was dropped. So we needed
to revert this also in the FET code, otherwise we would get a compiler error with the future Qt versions).
- Updated the code for the future Qt versions: removed usage of the soon-to-be obsolete constant QString::SkipEmptyParts
(the future constant will be Qt::SkipEmptyParts).... [read more](/p/fet-timetabling/news/2021/11/fet-622-released/)
A lot of new releases since the last post. So here is the whole change log:
Version 5.40.2
- Various rare but important bug fixes concerning the new feature of virtual rooms.
- Small memory leak bug fixed (when reading incorrect files with virtual rooms).
- Minor fixes and improvements.
- Added a new example file from Greece, by dimzev.
Version 5.40.3
- Updated to Qt 5.13.2.
- Code cleanup.
- Added two new example files from Syria, by Zafar Allah Askar.... [read more](/p/fet-timetabling/news/2020/02/fet-5431-released/)
A lot of new releases since the last post. So here is the whole change log:
Version 5.36.0
- Added a new constraint, two activities are ordered if they are on the same day (suggested by math).
- The students' combo boxes can now be shown in three styles: simple (the old style), with icons, or categorized (suggested by math).
- The view students' timetable days horizontal dialog was improved. Now the user can see the timetable for each year/each group/each subgroup (as before),
for all years/each group/each subgroup, or for all years/all groups/each subgroup. Suggested by math.
- The languages dialog now contains the untranslated description of each language (suggested by Volker Dirr).
- Corrected a command-line bug: argument '--warnifusinggroupactivitiesininitialorder=true|false' was ignored. Reported by svenvanhal.
- Corrected two compilation warnings (reported by Innocent De Marchi).
- Corrected two bugs in the German translation (reported by math).
- Corrected a few bugs in the translations.... [read more](/p/fet-timetabling/news/2019/10/fet-5401-released/)
A new version released. The new version is precompiled for Windows 7 or higher with 64 bit only. Please let us know if you still need 32-bit version or compile yourself.
Since i didn't post about older changes i attach them here:
I didn't post the changelog from the last versions, so i add them with this post:
I didn't post the changelog from the last versions, so i add them with this post:
Version 5.30.3
- Generating the activity tags timetables (suggested by Darren McDonald, implemented by Volker Dirr).
- Added comments for teachers, students, subjects, activity tags, rooms and buildings (suggested by Volker Dirr and Anton Anthofer, implemented by Liviu Lalescu).
- Very rare crash bugs fixed (reported by mouiata).
- Added a new example file from Indonesia, by wahyuamin.
I didn't post the changelog from the last versions, so i add them with this post:
Version 5.28.1
FET 5.28.0 released
Changelog:
I didn't post the changelog from the last versions, so i add them with this post:
Version 5.27.4
- Updated to Qt 5.5.0.
- Added a new complete French translation, by Pascal Cohen.
- Minor bug fixes: some buttons were not translated (reported by Pascal Cohen).
- Added a new example file from Algeria, by Laid Messaoudi.
Version 5.27.3
Version 5.27.2
FET 5.27.1 released
FET 5.27.0 released
I didn't post the previous changelogs, so i attach shorten changes since last post:
Version 5.24.0
Version 5.25.0
Version 5.26.0
Version 5.23.1:
Version 5.23.0
Version 5.22.0:
Version 5.21.2
Version 5.21.1
Version 5.21.0
Version 5.20.2
Version 5.20.0
Version 5.19.4
On Saturday, 1 June 2013, FET-5.19.2 was released.
From the ChangeLog:
- Updated to Qt 4.8.0.
- Bug fix: command line interface now accepts native separator characters (reported by Sarwan Bangar).
- When using command line with a time limit, and the time limit is exceeded, FET will save the highest stage and the current timetable. Suggestion and code by Ian Holden.
- Exporting of the timetable as a CSV file now saves also the activities comments (suggested by m, implemented by Volker Dirr).
- Minor bug fix in HTML timetables, by Volker Dirr.
- Minor interface bug fixes.