Changeset c90b437dd8 in tspsg
- Timestamp:
- Jul 11, 2012, 11:47:26 AM (12 years ago)
- Branches:
- appveyor, imgbot, master, readme
- Children:
- 356169a3d3
- Parents:
- 0af510a462
- git-author:
- Oleksii Serdiuk <contacts@…> (07/11/12 11:47:26)
- git-committer:
- Oleksii Serdiuk <contacts@…> (07/11/12 11:51:42)
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
l10n/tspsg_ru.ts
r0af510a462 rc90b437dd8 11 11 <translation><b>Русский перевод</b><br> 12 12 <br> 13 Автор: <a href="http://oleksii.name/">Алексей "Lёppa"Сердюк</a><br>13 Автор: <a href="http://oleksii.name/">Алексей Сердюк</a><br> 14 14 Версия: %1</translation> 15 15 </message> -
l10n/tspsg_uk.ts
r0af510a462 rc90b437dd8 11 11 <translation><b>Український переклад</b><br> 12 12 <br> 13 Автор: <a href="http://oleksii.name/">Олексій "Lёppa"Сердюк</a><br>13 Автор: <a href="http://oleksii.name/">Олексій Сердюк</a><br> 14 14 Версія: %1</translation> 15 15 </message> -
qtc_packaging/debian_fremantle/copyright
r0af510a462 rc90b437dd8 5 5 6 6 Files: * 7 Copyright: 2007-201 0, Oleksii Serdiuk <[email protected]>7 Copyright: 2007-2012, Oleksii Serdiuk <[email protected]> 8 8 License: GPL-3+ 9 9 This program is free software: you can redistribute it and/or modify -
resources/tspsg.rc
r0af510a462 rc90b437dd8 1 1 /* 2 2 * TSPSG: TSP Solver and Generator 3 * Copyright (C) 2007-201 0 Lёppa<contacts[at]oleksii[dot]name>3 * Copyright (C) 2007-2012 Oleksii Serdiuk <contacts[at]oleksii[dot]name> 4 4 * 5 5 * $Id: $Format:%h %ai %an$ $ … … 48 48 VALUE "FileVersion", BUILD_VERSION 49 49 VALUE "InternalName", "TSPSG" 50 VALUE "LegalCopyright", "Copyright © 2007-201 0Oleksii Serdiuk <contacts[at]oleksii[dot]name>"50 VALUE "LegalCopyright", "Copyright © 2007-2012 Oleksii Serdiuk <contacts[at]oleksii[dot]name>" 51 51 #ifdef DEBUG 52 52 VALUE "OriginalFilename", "tspsgd.exe" -
src/main.cpp
r0af510a462 rc90b437dd8 1 1 /* 2 2 * TSPSG: TSP Solver and Generator 3 * Copyright (C) 2007-201 1 Lёppa<contacts[at]oleksii[dot]name>3 * Copyright (C) 2007-2012 Oleksii Serdiuk <contacts[at]oleksii[dot]name> 4 4 * 5 5 * $Id: $Format:%h %ai %an$ $ … … 51 51 QTextCodec::setCodecForCStrings(QTextCodec::codecForName("utf8")); 52 52 QTextCodec::setCodecForTr(QTextCodec::codecForName("utf8")); 53 app.setOrganizationName("Oleksii \"Lёppa\"Serdiuk");53 app.setOrganizationName("Oleksii Serdiuk"); 54 54 app.setOrganizationDomain("oleksii.name"); 55 55 app.setApplicationName("TSP Solver and Generator"); -
src/mainwindow.cpp
r0af510a462 rc90b437dd8 1 1 /* 2 2 * TSPSG: TSP Solver and Generator 3 * Copyright (C) 2007-201 1 Lёppa<contacts[at]oleksii[dot]name>3 * Copyright (C) 2007-2012 Oleksii Serdiuk <contacts[at]oleksii[dot]name> 4 4 * 5 5 * $Id: $Format:%h %ai %an$ $ -
src/pch.h
r0af510a462 rc90b437dd8 1 1 /*! 2 2 * \file pch.h 3 * \author Copyright (C) 2007-201 0 Lёppa<contacts[at]oleksii[dot]name>3 * \author Copyright (C) 2007-2012 Oleksii Serdiuk <contacts[at]oleksii[dot]name> 4 4 * 5 5 * $Id: $Format:%h %ai %an$ $ -
src/shobjidl.h
r0af510a462 rc90b437dd8 2 2 * \file shobjidl.h 3 3 * \author Copyright © Microsoft Corporation 4 * \author Extracted and documented by Lёppa<contacts[at]oleksii[dot]name>4 * \author Extracted and documented by Oleksii Serdiuk <contacts[at]oleksii[dot]name> 5 5 * \version Microsoft Windows SDK v7.0A 6 6 * -
ui/mainwindow.ui
r0af510a462 rc90b437dd8 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <ui version="4.0"> 3 <author> Lёppa: $Id: $Format:%h %ai %an$ $</author>3 <author>Oleksii Serdiuk: $Id: $Format:%h %ai %an$ $</author> 4 4 <class>MainWindow</class> 5 5 <widget class="QMainWindow" name="MainWindow"> -
ui/settingsdialog.ui
r0af510a462 rc90b437dd8 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <ui version="4.0"> 3 <author> Lёppa: $Id: $Format:%h %ai %an$ $</author>3 <author>Oleksii Serdiuk: $Id: $Format:%h %ai %an$ $</author> 4 4 <class>SettingsDialog</class> 5 5 <widget class="QDialog" name="SettingsDialog">
Note: See TracChangeset
for help on using the changeset viewer.