[5d401f2c50] | 1 | /*! \page changelog TSPSG ChangeLog |
---|
| 2 | |
---|
[142cff4d3d] | 3 | \author Copyright © 2007-2011 Lёppa <contacts[at]oleksii[dot]name> |
---|
[5d401f2c50] | 4 | $Id$ |
---|
| 5 | $URL$ |
---|
| 6 | |
---|
| 7 | <hr> |
---|
| 8 | |
---|
| 9 | \section cl_toc Table of Contents |
---|
| 10 | |
---|
[b5a996bd47] | 11 | -# \ref cl_b170 |
---|
| 12 | -# \ref cl_b170_w |
---|
| 13 | -# \ref cl_b170_c |
---|
| 14 | -# \ref cl_b170_b |
---|
[7fd1756f1e] | 15 | -# \ref cl_b145 |
---|
| 16 | -# \ref cl_b145_w |
---|
| 17 | -# \ref cl_b145_i |
---|
| 18 | -# \ref cl_b145_c |
---|
| 19 | -# \ref cl_b145_b |
---|
[5d401f2c50] | 20 | -# \ref cl_b100 |
---|
| 21 | -# \ref cl_b100_w |
---|
| 22 | -# \ref cl_b100_i |
---|
| 23 | -# \ref cl_b100_c |
---|
| 24 | -# \ref cl_b100_b |
---|
| 25 | -# \ref cl_b42 |
---|
| 26 | -# \ref cl_b42_f |
---|
| 27 | |
---|
| 28 | \attention This ChangeLog is updated only on releases. |
---|
| 29 | |
---|
| 30 | <hr> |
---|
[7fd1756f1e] | 31 | |
---|
[b5a996bd47] | 32 | \section cl_b170 TSPSG v0.1.4 beta 2 (build 170) |
---|
| 33 | |
---|
| 34 | \subsection cl_b170_w WHAT'S NEW |
---|
| 35 | |
---|
| 36 | - Support for embedded base64 encoded images when saving solution as |
---|
| 37 | HTML (\ticket{4,Ticket #4}). |
---|
| 38 | - The ability to setup page-related options for printing (\ticket{5,Ticket #5}). |
---|
| 39 | - Solution graph size can now be controlled using \c Output/GraphWidth |
---|
| 40 | setting in \em tspsg.ini. Value is in centimeters. (\ticket{8,Ticket #8}) |
---|
| 41 | |
---|
| 42 | |
---|
| 43 | \subsection cl_b170_c CHANGES & IMPROVEMENTS |
---|
| 44 | |
---|
| 45 | - Any value that is entered into task table and doesn't contain |
---|
| 46 | numbers is considered an infinity. |
---|
| 47 | - Some error messages are more verbose. |
---|
| 48 | - Removed a prompt about turning off language autodetection when |
---|
| 49 | selecting a language. |
---|
| 50 | - Handheld version includes larger icons (48x48 instead of 32x32). |
---|
| 51 | - If after running Save As dialog file name doesn't have an extension |
---|
| 52 | .tspt will be automatically appended. |
---|
| 53 | - Translucency effect is available on all desktop platforms. No check |
---|
| 54 | for its support by window system is made at this moment. Blur is |
---|
| 55 | only available in Windows Vista or higher. |
---|
| 56 | |
---|
| 57 | |
---|
| 58 | \subsection cl_b170_b BUGFIXES |
---|
| 59 | |
---|
| 60 | - \ticket{2,Bug #2}: Solution graph is too small on high resolution screens. |
---|
| 61 | - \ticket{3,Bug #3}: Solution graph font size should be fixed. |
---|
| 62 | - \ticket{6,Bug #6}: Bug: Actions in Options Menu. |
---|
| 63 | - \ticket{7,Bug #7}: No Cancel option in Unsaved Changes dialog under Symbian. |
---|
| 64 | - \ticket{9,Bug #9}: Solution graph is still exported to HTML when graph |
---|
| 65 | generation is disabled. |
---|
| 66 | - Language name was not loaded in its menu item's status tip which |
---|
| 67 | caused status tip to be "Set application language to ". |
---|
| 68 | - Icons in toolbar configuration dialog didn't follow style and one |
---|
| 69 | of them wasn't shown. |
---|
| 70 | |
---|
| 71 | |
---|
| 72 | <hr> |
---|
| 73 | |
---|
[7fd1756f1e] | 74 | \section cl_b145 TSPSG v0.1.3 beta 1 (build 145) |
---|
| 75 | |
---|
| 76 | \subsection cl_b145_w WHAT'S NEW |
---|
| 77 | |
---|
| 78 | - Solution graph generation. |
---|
| 79 | - Support for switching between available Qt styles. |
---|
| 80 | - Toolbar customization support (only on desktop platforms). |
---|
| 81 | - An option to remember last used directory when saving and opening. |
---|
| 82 | - Automatically check for updates at the given interval option (only |
---|
| 83 | on Windows platform at this moment). |
---|
| 84 | |
---|
| 85 | |
---|
| 86 | \subsection cl_b145_i IMPROVEMENTS |
---|
| 87 | |
---|
| 88 | - Improved the solution output generation algorithm. It is now about |
---|
| 89 | 1.65 times faster. |
---|
| 90 | - Dragging and dropping task file on the main window now opens it. |
---|
| 91 | - The deafult output font is now DejaVu LGC Sans Mono and it comes |
---|
| 92 | "embedded" in the executable. |
---|
| 93 | - The current desktop icon theme in Linux is now used if it follows |
---|
| 94 | freedesktop.org icon theme and icon naming spesifications. |
---|
| 95 | - Translations are now "embedded" in the executable but may be |
---|
| 96 | overrided by placing files with the same names in l10n folder. |
---|
| 97 | - Support for Windows 7 Taskbar Extensions (namely, Progress Bars). |
---|
| 98 | |
---|
| 99 | |
---|
| 100 | \subsection cl_b145_c CHANGES |
---|
| 101 | |
---|
| 102 | - About dialog was "tabified". Added GPL License and Credits tabs. |
---|
| 103 | - Platform dependent settings (e.g. paths) are saved per-platform. |
---|
| 104 | - 32x32 icons are used on handheld platforms. This slightly decreases |
---|
| 105 | the size of handheld versions. Desktop icons are still 128x128. |
---|
| 106 | - \b Windows binary builds were moved from \b MSVC to \b Mingw-w64: no more |
---|
| 107 | <em>Visual C++ Runtime</em> dependency. |
---|
| 108 | |
---|
| 109 | |
---|
| 110 | \subsection cl_b145_b BUGFIXES |
---|
| 111 | |
---|
| 112 | - Solution related actions not disabled when solution is canceled. |
---|
| 113 | - "Autosize" setting was never saved and was always on. |
---|
| 114 | |
---|
| 115 | <hr> |
---|
[5d401f2c50] | 116 | |
---|
| 117 | \section cl_b100 TSPSG v0.1.2 alpha 2 (build 100) |
---|
| 118 | |
---|
| 119 | \subsection cl_b100_w WHAT'S NEW |
---|
| 120 | |
---|
| 121 | - New \b TSPSG icon. |
---|
| 122 | - Symmetric mode: in this mode the cost of travel from city 1 to |
---|
| 123 | city 2 and vice versa is the same. |
---|
| 124 | - Printing of solution results (if the platform supports it). |
---|
| 125 | - Saving solution to PDF (if the platform supports printing). |
---|
| 126 | - An ability to reset all settings to their defaults: hold Shift |
---|
| 127 | while clicking Save button in the Settings Dialog. |
---|
| 128 | - An ability to generate fractional random numbers. |
---|
| 129 | - An ability to set the fractional accuracy (in decimail places). |
---|
| 130 | - An ability to select between using native and Qt's file dialogs |
---|
| 131 | when opening and saving tasks and solutions. |
---|
| 132 | - An ability to disable showing of the solution steps' matrices in |
---|
| 133 | solution output. |
---|
| 134 | - An ability to enable scroll to the end of the solution output after |
---|
| 135 | solving. |
---|
| 136 | - An ability ot enable automatic resize of columns and rows to their |
---|
| 137 | contents on its change. |
---|
| 138 | - Basic support for Symbian. |
---|
| 139 | - Check for updates functionality (only in Windows version at this |
---|
| 140 | moment). |
---|
| 141 | |
---|
| 142 | |
---|
| 143 | \subsection cl_b100_i IMPROVEMENTS |
---|
| 144 | |
---|
| 145 | - Improved the solution algorithm. |
---|
| 146 | - The maximum number of cities in task was increased to 50. |
---|
| 147 | - List of alternate candidates for branching is now displayed. |
---|
| 148 | - Warning about possible non-optimal result. |
---|
| 149 | - Open a file, passed as command-line argument. |
---|
| 150 | - Currently opened file name is displayed in the Main Window title. |
---|
| 151 | - "Save Solution" and "Back to Task" buttons in Solution tab for |
---|
| 152 | better usability. |
---|
| 153 | - The size of the toolbar buttons is now determined based on the |
---|
| 154 | device DPI in Windows Mobile and Symbian. |
---|
| 155 | - SIP show/hide handling in Windows Mobile. |
---|
| 156 | - Toolbar state and position are now saved and restored with the Main |
---|
| 157 | Window state and position. |
---|
| 158 | - Window translucency support in Windows Vista and Windows 7. |
---|
| 159 | |
---|
| 160 | \note Showing the solution steps' matrices is disabled by default |
---|
| 161 | for tasks with more than 15 cities to considerably speed up the |
---|
| 162 | generation of the solution output process. |
---|
| 163 | |
---|
| 164 | |
---|
| 165 | \subsection cl_b100_c CHANGES |
---|
| 166 | |
---|
| 167 | - The resulting path is now sorted, always starts from City 1 and has |
---|
| 168 | "City 1 -> City n -> ... -> City 1" format. |
---|
| 169 | - Translations were moved from i18n to l10n folder to follow common |
---|
| 170 | standards. |
---|
| 171 | - Reworked the Settings Dialog layout. |
---|
| 172 | - Reworked the About dialog. |
---|
| 173 | |
---|
| 174 | |
---|
| 175 | \subsection cl_b100_b BUGFIXES |
---|
| 176 | |
---|
| 177 | - A solution couldn't be found for some tasks while the task had at |
---|
| 178 | least one solution (mostly, tasks with a lot of restrictions). |
---|
| 179 | - An error when loading .zkt file with less than 5 cities. |
---|
| 180 | - Generated random numbers were not in the range defined by Minimum |
---|
| 181 | and Maximum settings. |
---|
| 182 | |
---|
| 183 | <hr> |
---|
| 184 | |
---|
| 185 | \section cl_b42 TSPSG v0.1.1 alpha 1 (build 42) |
---|
| 186 | |
---|
| 187 | This is initial \b TSPSG release. |
---|
| 188 | |
---|
| 189 | \subsection cl_b42_f FEATURES |
---|
| 190 | |
---|
| 191 | - Solving taks with up to 5 cities. |
---|
| 192 | - Generating tasks. |
---|
| 193 | - Saving solution results to HTML and ODF. |
---|
| 194 | - Importing tasks from ZKomModRd. |
---|
| 195 | - Multilinguality: English, Russian and Ukrainian languages. |
---|
| 196 | - Linux/UNIX, Windows and Windows Mobile support. |
---|
| 197 | */ |
---|