source: tspsg/docs/dox/changelog.dox @ 5d401f2c50

0.1.3.145-beta1-symbian0.1.4.170-beta2-bb10appveyorimgbotreadme
Last change on this file since 5d401f2c50 was 5d401f2c50, checked in by Oleksii Serdiuk, 14 years ago

+ Added ChangeLog?, Installation Guide and License pages to doxygen generated documentation.

  • Added city and separator parameters to CTSPSolver::getSortedPath() method to make path generation more flexible.
  • Fixed a bug when the solution graph wasn't drwan correctly in some situations.
  • Property mode set to 100644
File size: 3.4 KB
Line 
1/*! \page changelog TSPSG ChangeLog
2
3\author Copyright &copy; 2007-2010 Lёppa <contacts[at]oleksii[dot]name>
4$Id$
5$URL$
6
7<hr>
8
9\section cl_toc Table of Contents
10
11  -# \ref cl_b100
12     -# \ref cl_b100_w
13     -# \ref cl_b100_i
14     -# \ref cl_b100_c
15     -# \ref cl_b100_b
16  -# \ref cl_b42
17     -# \ref cl_b42_f
18
19\attention This ChangeLog is updated only on releases.
20
21<hr>
22
23\section cl_b100 TSPSG v0.1.2 alpha 2 (build 100)
24
25\subsection cl_b100_w WHAT'S NEW
26
27  - New \b TSPSG icon.
28  - Symmetric mode: in this mode the cost of travel from city 1 to
29    city 2 and vice versa is the same.
30  - Printing of solution results (if the platform supports it).
31  - Saving solution to PDF (if the platform supports printing).
32  - An ability to reset all settings to their defaults: hold Shift
33    while clicking Save button in the Settings Dialog.
34  - An ability to generate fractional random numbers.
35  - An ability to set the fractional accuracy (in decimail places).
36  - An ability to select between using native and Qt's file dialogs
37    when opening and saving tasks and solutions.
38  - An ability to disable showing of the solution steps' matrices in
39    solution output.
40  - An ability to enable scroll to the end of the solution output after
41    solving.
42  - An ability ot enable automatic resize of columns and rows to their
43    contents on its change.
44  - Basic support for Symbian.
45  - Check for updates functionality (only in Windows version at this
46    moment).
47
48
49\subsection cl_b100_i IMPROVEMENTS
50
51  - Improved the solution algorithm.
52  - The maximum number of cities in task was increased to 50.
53  - List of alternate candidates for branching is now displayed.
54  - Warning about possible non-optimal result.
55  - Open a file, passed as command-line argument.
56  - Currently opened file name is displayed in the Main Window title.
57  - "Save Solution" and "Back to Task" buttons in Solution tab for
58    better usability.
59  - The size of the toolbar buttons is now determined based on the
60    device DPI in Windows Mobile and Symbian.
61  - SIP show/hide handling in Windows Mobile.
62  - Toolbar state and position are now saved and restored with the Main
63    Window state and position.
64  - Window translucency support in Windows Vista and Windows 7.
65
66\note Showing the solution steps' matrices is disabled by default
67for tasks with more than 15 cities to considerably speed up the
68generation of the solution output process.
69
70
71\subsection cl_b100_c CHANGES
72
73  - The resulting path is now sorted, always starts from City 1 and has
74    "City 1 -> City n -> ... -> City 1" format.
75  - Translations were moved from i18n to l10n folder to follow common
76    standards.
77  - Reworked the Settings Dialog layout.
78  - Reworked the About dialog.
79
80
81\subsection cl_b100_b BUGFIXES
82
83  - A solution couldn't be found for some tasks while the task had at
84    least one solution (mostly, tasks with a lot of restrictions).
85  - An error when loading .zkt file with less than 5 cities.
86  - Generated random numbers were not in the range defined by Minimum
87    and Maximum settings.
88
89<hr>
90
91\section cl_b42 TSPSG v0.1.1 alpha 1 (build 42)
92
93This is initial \b TSPSG release.
94
95\subsection cl_b42_f FEATURES
96
97  - Solving taks with up to 5 cities.
98  - Generating tasks.
99  - Saving solution results to HTML and ODF.
100  - Importing tasks from ZKomModRd.
101  - Multilinguality: English, Russian and Ukrainian languages.
102  - Linux/UNIX, Windows and Windows Mobile support.
103*/
Note: See TracBrowser for help on using the repository browser.