Changeset 21c03af787 in tspsg for src
- Timestamp:
- Aug 29, 2013, 6:32:30 PM (11 years ago)
- Branches:
- appveyor, imgbot, master, readme
- Children:
- 2940c14782
- Parents:
- 2d4659ddfe
- git-author:
- Oleksii Serdiuk <contacts@…> (08/29/13 18:32:30)
- git-committer:
- Oleksii Serdiuk <contacts@…> (08/29/13 18:50:17)
- Location:
- src
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
src/_.h
r2d4659ddfe r21c03af787 1 1 /* 2 2 * TSPSG: TSP Solver and Generator 3 * Copyright (C) 2007-201 2Oleksii Serdiuk <contacts[at]oleksii[dot]name>3 * Copyright (C) 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name> 4 4 * 5 5 * $Id: $Format:%h %ai %an$ $ -
src/defaults.h
r2d4659ddfe r21c03af787 1 1 /*! 2 2 * \file defaults.h 3 * \author Copyright © 2007-201 2Oleksii Serdiuk <contacts[at]oleksii[dot]name>3 * \author Copyright © 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name> 4 4 * 5 5 * $Id: $Format:%h %ai %an$ $ -
src/globals.cpp
r2d4659ddfe r21c03af787 1 1 /* 2 2 * TSPSG: TSP Solver and Generator 3 * Copyright (C) 2007-201 2Oleksii Serdiuk <contacts[at]oleksii[dot]name>3 * Copyright (C) 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name> 4 4 * 5 5 * $Id: $Format:%h %ai %an$ $ -
src/globals.h
r2d4659ddfe r21c03af787 1 1 /*! 2 2 * \file globals.h 3 * \author Copyright © 2007-201 2Oleksii Serdiuk <contacts[at]oleksii[dot]name>3 * \author Copyright © 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name> 4 4 * 5 5 * $Id: $Format:%h %ai %an$ $ -
src/main.cpp
r2d4659ddfe r21c03af787 1 1 /* 2 2 * TSPSG: TSP Solver and Generator 3 * Copyright (C) 2007-201 2Oleksii Serdiuk <contacts[at]oleksii[dot]name>3 * Copyright (C) 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name> 4 4 * 5 5 * $Id: $Format:%h %ai %an$ $ -
src/mainwindow.cpp
r2d4659ddfe r21c03af787 1 1 /* 2 2 * TSPSG: TSP Solver and Generator 3 * Copyright (C) 2007-201 2Oleksii Serdiuk <contacts[at]oleksii[dot]name>3 * Copyright (C) 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name> 4 4 * 5 5 * $Id: $Format:%h %ai %an$ $ -
src/mainwindow.h
r2d4659ddfe r21c03af787 1 1 /*! 2 2 * \file mainwindow.h 3 * \author Copyright © 2007-201 2Oleksii Serdiuk <contacts[at]oleksii[dot]name>3 * \author Copyright © 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name> 4 4 * 5 5 * $Id: $Format:%h %ai %an$ $ … … 54 54 /*! 55 55 * \brief Class for handling Main Window UI and logic. 56 * \author Copyright © 2007-201 2Oleksii Serdiuk <contacts[at]oleksii[dot]name>56 * \author Copyright © 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name> 57 57 */ 58 58 class MainWindow: public QMainWindow, Ui::MainWindow -
src/os.h
r2d4659ddfe r21c03af787 1 1 /*! 2 2 * \file os.h 3 * \author Copyright © 2007-201 2Oleksii Serdiuk <contacts[at]oleksii[dot]name>3 * \author Copyright © 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name> 4 4 * 5 5 * $Id: $Format:%h %ai %an$ $ -
src/pch.h
r2d4659ddfe r21c03af787 1 1 /*! 2 2 * \file pch.h 3 * \author Copyright (C) 2007-201 2Oleksii Serdiuk <contacts[at]oleksii[dot]name>3 * \author Copyright (C) 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name> 4 4 * 5 5 * $Id: $Format:%h %ai %an$ $ -
src/resource.h
r2d4659ddfe r21c03af787 1 1 /*! 2 2 * \file resource.h 3 * \author Copyright © 2007-201 2Oleksii Serdiuk <contacts[at]oleksii[dot]name>3 * \author Copyright © 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name> 4 4 * 5 5 * $Id: $Format:%h %ai %an$ $ -
src/settingsdialog.cpp
r2d4659ddfe r21c03af787 1 1 /* 2 2 * TSPSG: TSP Solver and Generator 3 * Copyright (C) 2007-201 2Oleksii Serdiuk <contacts[at]oleksii[dot]name>3 * Copyright (C) 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name> 4 4 * 5 5 * $Id: $Format:%h %ai %an$ $ -
src/settingsdialog.h
r2d4659ddfe r21c03af787 1 1 /*! 2 2 * \file settingsdialog.h 3 * \author Copyright © 2007-201 2Oleksii Serdiuk <contacts[at]oleksii[dot]name>3 * \author Copyright © 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name> 4 4 * 5 5 * $Id: $Format:%h %ai %an$ $ … … 35 35 /*! 36 36 * \brief Class for handling Settings Dialog UI and logic. 37 * \author Copyright © 2007-201 2Oleksii Serdiuk <contacts[at]oleksii[dot]name>37 * \author Copyright © 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name> 38 38 */ 39 39 class SettingsDialog: public QDialog, Ui::SettingsDialog -
src/tspmodel.cpp
r2d4659ddfe r21c03af787 1 1 /* 2 2 * TSPSG: TSP Solver and Generator 3 * Copyright (C) 2007-201 2Oleksii Serdiuk <contacts[at]oleksii[dot]name>3 * Copyright (C) 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name> 4 4 * 5 5 * $Id: $Format:%h %ai %an$ $ -
src/tspmodel.h
r2d4659ddfe r21c03af787 1 1 /*! 2 2 * \file tspmodel.h 3 * \author Copyright © 2007-201 2Oleksii Serdiuk <contacts[at]oleksii[dot]name>3 * \author Copyright © 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name> 4 4 * 5 5 * $Id: $Format:%h %ai %an$ $ … … 37 37 /*! 38 38 * \brief This class implements table model for manipulating a task. 39 * \author Copyright © 2007-201 2Oleksii Serdiuk <contacts[at]oleksii[dot]name>39 * \author Copyright © 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name> 40 40 */ 41 41 class CTSPModel: public QAbstractTableModel -
src/tspsolver.cpp
r2d4659ddfe r21c03af787 1 1 /* 2 2 * TSPSG: TSP Solver and Generator 3 * Copyright (C) 2007-201 2Oleksii Serdiuk <contacts[at]oleksii[dot]name>3 * Copyright (C) 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name> 4 4 * 5 5 * $Id: $Format:%h %ai %an$ $ -
src/tspsolver.h
r2d4659ddfe r21c03af787 1 1 /*! 2 2 * \file tspsolver.h 3 * \author Copyright © 2007-201 2Oleksii Serdiuk <contacts[at]oleksii[dot]name>3 * \author Copyright © 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name> 4 4 * 5 5 * $Id: $Format:%h %ai %an$ $ … … 104 104 /*! 105 105 * \brief This class solves Travelling Salesman Problem task. 106 * \author Copyright © 2007-201 2Oleksii Serdiuk <contacts[at]oleksii[dot]name>106 * \author Copyright © 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name> 107 107 */ 108 108 class CTSPSolver: public QObject -
src/version.h
r2d4659ddfe r21c03af787 1 1 /*! 2 2 * \file version.h 3 * \author Copyright © 2007-201 2Oleksii Serdiuk <contacts[at]oleksii[dot]name>3 * \author Copyright © 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name> 4 4 * 5 5 * $Id: $Format:%h %ai %an$ $
Note: See TracChangeset
for help on using the changeset viewer.