1 | /*! \page changelog TSPSG ChangeLog |
---|
2 | |
---|
3 | \author Copyright © 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_b145 |
---|
12 | -# \ref cl_b145_w |
---|
13 | -# \ref cl_b145_i |
---|
14 | -# \ref cl_b145_c |
---|
15 | -# \ref cl_b145_b |
---|
16 | -# \ref cl_b100 |
---|
17 | -# \ref cl_b100_w |
---|
18 | -# \ref cl_b100_i |
---|
19 | -# \ref cl_b100_c |
---|
20 | -# \ref cl_b100_b |
---|
21 | -# \ref cl_b42 |
---|
22 | -# \ref cl_b42_f |
---|
23 | |
---|
24 | \attention This ChangeLog is updated only on releases. |
---|
25 | |
---|
26 | <hr> |
---|
27 | |
---|
28 | \section cl_b145 TSPSG v0.1.3 beta 1 (build 145) |
---|
29 | |
---|
30 | \subsection cl_b145_w WHAT'S NEW |
---|
31 | |
---|
32 | - Solution graph generation. |
---|
33 | - Support for switching between available Qt styles. |
---|
34 | - Toolbar customization support (only on desktop platforms). |
---|
35 | - An option to remember last used directory when saving and opening. |
---|
36 | - Automatically check for updates at the given interval option (only |
---|
37 | on Windows platform at this moment). |
---|
38 | |
---|
39 | |
---|
40 | \subsection cl_b145_i IMPROVEMENTS |
---|
41 | |
---|
42 | - Improved the solution output generation algorithm. It is now about |
---|
43 | 1.65 times faster. |
---|
44 | - Dragging and dropping task file on the main window now opens it. |
---|
45 | - The deafult output font is now DejaVu LGC Sans Mono and it comes |
---|
46 | "embedded" in the executable. |
---|
47 | - The current desktop icon theme in Linux is now used if it follows |
---|
48 | freedesktop.org icon theme and icon naming spesifications. |
---|
49 | - Translations are now "embedded" in the executable but may be |
---|
50 | overrided by placing files with the same names in l10n folder. |
---|
51 | - Support for Windows 7 Taskbar Extensions (namely, Progress Bars). |
---|
52 | |
---|
53 | |
---|
54 | \subsection cl_b145_c CHANGES |
---|
55 | |
---|
56 | - About dialog was "tabified". Added GPL License and Credits tabs. |
---|
57 | - Platform dependent settings (e.g. paths) are saved per-platform. |
---|
58 | - 32x32 icons are used on handheld platforms. This slightly decreases |
---|
59 | the size of handheld versions. Desktop icons are still 128x128. |
---|
60 | - \b Windows binary builds were moved from \b MSVC to \b Mingw-w64: no more |
---|
61 | <em>Visual C++ Runtime</em> dependency. |
---|
62 | |
---|
63 | |
---|
64 | \subsection cl_b145_b BUGFIXES |
---|
65 | |
---|
66 | - Solution related actions not disabled when solution is canceled. |
---|
67 | - "Autosize" setting was never saved and was always on. |
---|
68 | |
---|
69 | <hr> |
---|
70 | |
---|
71 | \section cl_b100 TSPSG v0.1.2 alpha 2 (build 100) |
---|
72 | |
---|
73 | \subsection cl_b100_w WHAT'S NEW |
---|
74 | |
---|
75 | - New \b TSPSG icon. |
---|
76 | - Symmetric mode: in this mode the cost of travel from city 1 to |
---|
77 | city 2 and vice versa is the same. |
---|
78 | - Printing of solution results (if the platform supports it). |
---|
79 | - Saving solution to PDF (if the platform supports printing). |
---|
80 | - An ability to reset all settings to their defaults: hold Shift |
---|
81 | while clicking Save button in the Settings Dialog. |
---|
82 | - An ability to generate fractional random numbers. |
---|
83 | - An ability to set the fractional accuracy (in decimail places). |
---|
84 | - An ability to select between using native and Qt's file dialogs |
---|
85 | when opening and saving tasks and solutions. |
---|
86 | - An ability to disable showing of the solution steps' matrices in |
---|
87 | solution output. |
---|
88 | - An ability to enable scroll to the end of the solution output after |
---|
89 | solving. |
---|
90 | - An ability ot enable automatic resize of columns and rows to their |
---|
91 | contents on its change. |
---|
92 | - Basic support for Symbian. |
---|
93 | - Check for updates functionality (only in Windows version at this |
---|
94 | moment). |
---|
95 | |
---|
96 | |
---|
97 | \subsection cl_b100_i IMPROVEMENTS |
---|
98 | |
---|
99 | - Improved the solution algorithm. |
---|
100 | - The maximum number of cities in task was increased to 50. |
---|
101 | - List of alternate candidates for branching is now displayed. |
---|
102 | - Warning about possible non-optimal result. |
---|
103 | - Open a file, passed as command-line argument. |
---|
104 | - Currently opened file name is displayed in the Main Window title. |
---|
105 | - "Save Solution" and "Back to Task" buttons in Solution tab for |
---|
106 | better usability. |
---|
107 | - The size of the toolbar buttons is now determined based on the |
---|
108 | device DPI in Windows Mobile and Symbian. |
---|
109 | - SIP show/hide handling in Windows Mobile. |
---|
110 | - Toolbar state and position are now saved and restored with the Main |
---|
111 | Window state and position. |
---|
112 | - Window translucency support in Windows Vista and Windows 7. |
---|
113 | |
---|
114 | \note Showing the solution steps' matrices is disabled by default |
---|
115 | for tasks with more than 15 cities to considerably speed up the |
---|
116 | generation of the solution output process. |
---|
117 | |
---|
118 | |
---|
119 | \subsection cl_b100_c CHANGES |
---|
120 | |
---|
121 | - The resulting path is now sorted, always starts from City 1 and has |
---|
122 | "City 1 -> City n -> ... -> City 1" format. |
---|
123 | - Translations were moved from i18n to l10n folder to follow common |
---|
124 | standards. |
---|
125 | - Reworked the Settings Dialog layout. |
---|
126 | - Reworked the About dialog. |
---|
127 | |
---|
128 | |
---|
129 | \subsection cl_b100_b BUGFIXES |
---|
130 | |
---|
131 | - A solution couldn't be found for some tasks while the task had at |
---|
132 | least one solution (mostly, tasks with a lot of restrictions). |
---|
133 | - An error when loading .zkt file with less than 5 cities. |
---|
134 | - Generated random numbers were not in the range defined by Minimum |
---|
135 | and Maximum settings. |
---|
136 | |
---|
137 | <hr> |
---|
138 | |
---|
139 | \section cl_b42 TSPSG v0.1.1 alpha 1 (build 42) |
---|
140 | |
---|
141 | This is initial \b TSPSG release. |
---|
142 | |
---|
143 | \subsection cl_b42_f FEATURES |
---|
144 | |
---|
145 | - Solving taks with up to 5 cities. |
---|
146 | - Generating tasks. |
---|
147 | - Saving solution results to HTML and ODF. |
---|
148 | - Importing tasks from ZKomModRd. |
---|
149 | - Multilinguality: English, Russian and Ukrainian languages. |
---|
150 | - Linux/UNIX, Windows and Windows Mobile support. |
---|
151 | */ |
---|