Changeset 394216e468 in tspsg for tspsg.pro


Ignore:
Timestamp:
Mar 22, 2010, 9:45:16 PM (14 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
1babbd6ba3
Parents:
e2abfd326f
Message:
  • Fixed a bug when a solution couldn't be found for some tasks while the task had at least one solution (mostly, tasks with a lot of restrictions).
  • Fixed a bug when Save As dialog always appeared (even for non-Untitled files) when selecting Save in Unsaved Changes dialog.
  • Improved the solution algorithm.
  • Moved progress dialog from CTSPSolver to MainWindow?. CTSPSolver doesn't contain any GUI related code now.

+ Added routePartFound() signal to CTSPSolver which is emitted once every time a part of the route is found.
+ Added cancel() slot and wasCanceled() public function to CTSPSolver to be able to cancel a solution process and to know whether it was canceled.
+ Progress is now shown when generating a solution output.
+ Check for updates functionality (only in Windows version at this moment).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tspsg.pro

    re2abfd326f r394216e468  
    1414
    1515TEMPLATE = app
    16 TARGET = tspsg
    17 DEPENDPATH += .
    18 INCLUDEPATH += .
    1916
    2017# Versioning
     
    5148}
    5249
    53 CONFIG(release, debug|release) {
     50build_pass:CONFIG(release, debug|release) {
    5451        OBJECTS_DIR = release
    5552        DESTDIR = release
    56         D = d
     53        D =
    5754} else {
    5855        OBJECTS_DIR = debug
    5956        DESTDIR = debug
    6057        DEFINES += DEBUG
    61         D =
     58        D = d
    6259}
     60TARGET = tspsg$${D}
    6361
    6462# Saving all intermediate files to tmp directory.
Note: See TracChangeset for help on using the changeset viewer.