Changeset 50b202f04d in tspsg


Ignore:
Timestamp:
Nov 2, 2013, 1:22:06 PM (10 years ago)
Author:
Oleksii Serdiuk
Branches:
appveyor, imgbot, master, readme
Children:
2aeaea9572, 6221a58c7c
Parents:
fb0c1d86f4
git-author:
Oleksii Serdiuk <contacts@…> (11/02/13 13:22:06)
git-committer:
Oleksii Serdiuk <contacts@…> (11/02/13 17:33:24)
Message:

Converted README, INSTALL and ChangeLog? files into Markdown format.

Files:
1 edited
3 moved

Legend:

Unmodified
Added
Removed
  • ChangeLog.md

    rfb0c1d86f4 r50b202f04d  
    1 ====================================
    2  TSP Solver and Generator ChangeLog
    3 ====================================
     1TSP Solver and Generator ChangeLog
     2==================================
    43
    54
    65TSPSG v0.1.4 beta 2 (build 170)
    7 ===============================
     6-------------------------------
    87
    9 WHAT'S NEW
    10 ----------
     8### WHAT'S NEW ###
    119
    1210  - Support for embedded base64 encoded images when saving solution as
     
    1715
    1816
    19 CHANGES & IMPROVEMENTS
    20 ----------------------
     17### CHANGES & IMPROVEMENTS ###
    2118
    2219  - Any value that is entered into task table and doesn't contain
     
    3330
    3431
    35 BUGFIXES
    36 --------
     32### BUGFIXES ###
    3733
    3834  - Bug #2: Solution graph is too small on high resolution screens.
     
    4945
    5046TSPSG v0.1.3 beta 1 (build 145)
    51 ===============================
     47-------------------------------
    5248
    53 WHAT'S NEW
    54 ----------
     49### WHAT'S NEW ###
    5550
    5651  + Solution graph generation.
     
    6257
    6358
    64 IMPROVEMENTS
    65 ------------
     59### IMPROVEMENTS ###
    6660
    6761  + Improved the solution output generation algorithm. It is now about
     
    7771
    7872
    79 CHANGES
    80 -------
     73### CHANGES ###
    8174
    8275  * About dialog was "tabified". Added GPL License and Credits tabs.
     
    8881
    8982
    90 BUGFIXES
    91 --------
     83### BUGFIXES ###
    9284
    9385  - Solution related actions not disabled when solution is canceled.
     
    9789
    9890TSPSG v0.1.2 alpha 2 (build 100)
    99 ================================
     91--------------------------------
    10092
    101 WHAT'S NEW
    102 ----------
     93### WHAT'S NEW ###
    10394
    10495  + New TSPSG icon.
     
    124115
    125116
    126 IMPROVEMENTS
    127 ------------
     117### IMPROVEMENTS ###
    128118
    129119  + Improved the solution algorithm.
     
    146136
    147137
    148 CHANGES
    149 -------
     138### CHANGES ###
    150139
    151140  * The resulting path is now sorted, always starts from City 1 and has
     
    157146
    158147
    159 BUGFIXES
    160 --------
     148### BUGFIXES ###
    161149
    162150  - A solution couldn't be found for some tasks while the task had at
     
    169157
    170158TSPSG v0.1.1 alpha 1 (build 42)
    171 ===============================
     159-------------------------------
    172160
    173161This is initial TSPSG release.
    174162
    175 FEATURES
    176 --------
     163### FEATURES ###
    177164
    178165  * Solving taks with up to 5 cities.
  • INSTALL.md

    rfb0c1d86f4 r50b202f04d  
    1 ==========================
    2  TSPSG Installation Guide
    3 ==========================
     1TSPSG Installation Guide
     2========================
    43
    54Thank you for trying TSPSG. This document will guide you through the
     
    3029
    31301. REQUIREMENTS
    32 ===============
     31---------------
    3332
    3433To be able compile TSPSG you need to have Qt libraries. The minimum
     
    4241
    43422. ASSUMPTIONS
    44 ==============
     43--------------
    4544
    4645This guide assumes that you already have Qt libraries and all necessary
     
    6362
    64633. SUPPORTED PLATFORMS
    65 ======================
     64----------------------
    6665
    6766TSPSG is oficially supported and tested on the following platforms:
     
    7675
    77764. BUILDING AND INSTALLATION
    78 ============================
    79 
    80 4.1. COMMON INFORMATION
    81 -----------------------
     77----------------------------
     78
     79### 4.1. COMMON INFORMATION ###
    8280
    8381To be able ot build TSPSG you need to have the following Qt modules:
     
    120118
    121119
    122 4.2. GENERAL PROCEDURE
    123 ----------------------
     120### 4.2. GENERAL PROCEDURE ###
    124121
    125122On most platforms the general building and installation procedure is:
     
    138135
    139136
    140 4.3. LINUX/UNIX/BSD
    141 -------------------
     137### 4.3. LINUX/UNIX/BSD ###
    142138
    143139Open a shell, navigate to the directory where you have TSPSG source
     
    173169
    174170
    175 4.4. WINDOWS
    176 ------------
     171### 4.4. WINDOWS ###
    177172
    178173TSPSG will be installed to <PREFIX>\TSPSG folder.
     
    180175NOTE: Please, read the Section 7 after reading this Section.
    181176
    182 4.4.1. USING MINGW
    183 ~~~~~~~~~~~~~~~~~~
     177
     178#### 4.4.1. USING MINGW ####
    184179
    185180Unpack the downloaded source code of TSPSG with your favourite
     
    199194
    200195
    201 4.4.2. USING VISUAL STUDIO
    202 ~~~~~~~~~~~~~~~~~~~~~~~~~~
     196#### 4.4.2. USING VISUAL STUDIO ####
    203197
    204198Unpack the downloaded source code of TSPSG with your favourite
     
    216210
    217211
    218 4.5. WINDOWS CE/MOBILE
    219 ----------------------
     212### 4.5. WINDOWS CE/MOBILE ###
    220213
    221214Unpack the downloaded source code of TSPSG with your favourite
     
    247240
    248241
    249 4.6. SYMBIAN
    250 ------------
     242### 4.6. SYMBIAN ###
    251243
    252244Unpack the downloaded source code of TSPSG with your favourite
     
    288280
    289281
    290 4.7. OTHER PLATFORMS, SUPPORTED BY QT
    291 -------------------------------------
     282### 4.7. OTHER PLATFORMS, SUPPORTED BY QT ###
    292283
    293284While TSPSG is oficially supported only on Linux, Windows and Windows
     
    299290
    3002915. UNINSTALLATION
    301 =================
     292-----------------
    302293
    303294Usually, it is enough to replace 'install' parameter with 'uninstall'
     
    308299
    3093006. TROUBLESHOOTING
    310 ==================
    311 
    312 6.1. WINDRES.EXE CRASH
    313 ----------------------
     301------------------
     302
     303
     304### 6.1. WINDRES.EXE CRASH ###
    314305
    315306When building under Windows using minGW toolchain make process may fail
     
    337328
    3383297. NOTES
    339 ========
     330--------
    340331
    341332qmake doesn't always enclose installation paths in quotes. This may
     
    347338
    3483398. REFERNECES
    349 =============
     340-------------
    350341
    351342[1] http://sourceware.org/bugzilla/show_bug.cgi?id=10165
  • README.md

    rfb0c1d86f4 r50b202f04d  
    1 =================================
    2  TSPSG: TSP Solver and Generator
    3 =================================
     1TSPSG: TSP Solver and Generator
     2===============================
    43
    54Copyright (C) 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
     5
     6
     7About
     8-----
    69
    710TSPSG is intended to generate and solve Travelling Salesman Problem
     
    1922
    2023
     24License
     25-------
     26
    2127This program is free software: you can redistribute it and/or modify
    2228it under the terms of the GNU General Public License as published by
     
    3238along with this program.  If not, see <http://www.gnu.org/licenses/>.
    3339
     40
     41Credits
     42-------
    3443
    3544I'd like to give credits to the following projects which were used in
  • install.pri

    rfb0c1d86f4 r50b202f04d  
    1414#l10n.files = l10n/*.qm
    1515#share.files =
    16 docs.files = COPYING ChangeLog.txt README.txt INSTALL.txt
     16docs.files = COPYING ChangeLog.md README.md INSTALL.md
    1717INSTALLS += target docs # share l10n
    1818
     
    2020#   - executable goes to /usr/bin
    2121#   - translations go to /usr/share/TSPSG/l10n
    22 #   - COPYING, ChangeLog.txt, README.txt and INSTALL.txt
     22#   - COPYING, ChangeLog.md, README.md and INSTALL.md
    2323#     go to /usr/share/doc/TSPSG-x.x.x
    2424unix:!macx:!symbian:!maemo* {
Note: See TracChangeset for help on using the changeset viewer.