Changeset 116 in tspsg-svn
- Timestamp:
- May 1, 2010, 5:06:46 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 26 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/l10n/tspsg_en.ts
-
Property
svn:eol-style
set to
native
-
Property
svn:eol-style
set to
-
trunk/l10n/tspsg_ru.ts
-
Property
svn:eol-style
set to
native
-
Property
svn:eol-style
set to
-
trunk/l10n/tspsg_uk.ts
-
Property
svn:eol-style
set to
native
-
Property
svn:eol-style
set to
-
trunk/resources/tspsg.desktop
-
Property
svn:eol-style
set to
LF
-
Property
svn:eol-style
set to
-
trunk/resources/tspsg.qrc
-
Property
svn:eol-style
set to
native
-
Property
svn:eol-style
set to
-
trunk/resources/tspsg.rc
-
Property
svn:eol-style
set to
native
-
Property
svn:eol-style
set to
-
trunk/src/defaults.h
-
Property
svn:eol-style
set to
native
r109 r116 67 67 //! Default for "Show solution graph" 68 68 #define DEF_SHOW_GRAPH true 69 /*! 70 * \def DEF_GRAPH_IMAGE_FORMAT 71 * \brief Default for "Save solution graph as" 72 */ 73 #if !defined(NOSVG) && (QT_VERSION >= 0x040500) 74 #define DEF_GRAPH_IMAGE_FORMAT "svg" 75 #else 76 #define DEF_GRAPH_IMAGE_FORMAT "png" 77 #endif // NOSVG && QT_VERSION >= 0x040500 69 //! Default for "Save solution graph as" 70 #define DEF_GRAPH_IMAGE_FORMAT "png" 78 71 //! Default for "Show solution steps' matrices for every solution step" 79 72 #define DEF_SHOW_MATRIX true … … 91 84 #define DEF_FONT_FAMILY "Tahoma" 92 85 #else 93 #define DEF_FONT_FAMILY " Courier New"86 #define DEF_FONT_FAMILY "monospace" 94 87 #endif // Q_OS_WINCE_WM 95 88 /*! -
Property
svn:eol-style
set to
-
trunk/src/globals.cpp
-
Property
svn:eol-style
set to
native
-
Property
svn:eol-style
set to
-
trunk/src/globals.h
-
Property
svn:eol-style
set to
native
-
Property
svn:eol-style
set to
-
trunk/src/main.cpp
-
Property
svn:eol-style
set to
native
-
Property
svn:eol-style
set to
-
trunk/src/mainwindow.cpp
-
Property
svn:eol-style
set to
native
r115 r116 1189 1189 { 1190 1190 this->fileName = fileName; 1191 setWindowTitle(QString("%1[*] - %2").arg(QFileInfo(fileName).completeBaseName()).arg( tr("Travelling Salesman Problem")));1191 setWindowTitle(QString("%1[*] - %2").arg(QFileInfo(fileName).completeBaseName()).arg(QApplication::applicationName())); 1192 1192 } 1193 1193 -
Property
svn:eol-style
set to
-
trunk/src/mainwindow.h
-
Property
svn:eol-style
set to
native
-
Property
svn:eol-style
set to
-
trunk/src/os.h
-
Property
svn:eol-style
set to
native
-
Property
svn:eol-style
set to
-
trunk/src/pch.h
-
Property
svn:eol-style
set to
native
-
Property
svn:eol-style
set to
-
trunk/src/qtwin.cpp
-
Property
svn:eol-style
set to
native
-
Property
svn:eol-style
set to
-
trunk/src/qtwin.h
-
Property
svn:eol-style
set to
native
-
Property
svn:eol-style
set to
-
trunk/src/resource.h
-
Property
svn:eol-style
set to
native
-
Property
svn:eol-style
set to
-
trunk/src/settingsdialog.cpp
-
Property
svn:eol-style
set to
native
r114 r116 223 223 cbScrollToEnd->setChecked(settings->value("ScrollToEnd", DEF_SCROLL_TO_END).toBool()); 224 224 225 font = settings->value("Font",QFont(DEF_FONT_FAMILY, DEF_FONT_SIZE)).value<QFont>();225 font = settings->value("Font",QFont(DEF_FONT_FAMILY, DEF_FONT_SIZE)).value<QFont>(); 226 226 color = settings->value("Colors/Text", DEF_TEXT_COLOR).value<QColor>(); 227 227 settings->endGroup(); -
Property
svn:eol-style
set to
-
trunk/src/settingsdialog.h
-
Property
svn:eol-style
set to
native
-
Property
svn:eol-style
set to
-
trunk/src/tspmodel.cpp
-
Property
svn:eol-style
set to
native
-
Property
svn:eol-style
set to
-
trunk/src/tspmodel.h
-
Property
svn:eol-style
set to
native
-
Property
svn:eol-style
set to
-
trunk/src/tspsolver.cpp
-
Property
svn:eol-style
set to
native
-
Property
svn:eol-style
set to
-
trunk/src/tspsolver.h
-
Property
svn:eol-style
set to
native
-
Property
svn:eol-style
set to
-
trunk/src/version.h
-
Property
svn:eol-style
set to
native
-
Property
svn:eol-style
set to
-
trunk/ui/mainwindow.ui
-
Property
svn:eol-style
set to
native
r115 r116 8 8 <x>0</x> 9 9 <y>0</y> 10 <width>5 50</width>11 <height>4 50</height>10 <width>548</width> 11 <height>448</height> 12 12 </rect> 13 13 </property> 14 14 <property name="windowTitle"> 15 <string >Travelling Salesman Problem</string>15 <string/> 16 16 </property> 17 17 <property name="windowIcon"> … … 256 256 <x>0</x> 257 257 <y>0</y> 258 <width>54 0</width>258 <width>548</width> 259 259 <height>21</height> 260 260 </rect> -
Property
svn:eol-style
set to
-
trunk/ui/settingsdialog.ui
-
Property
svn:eol-style
set to
native
-
Property
svn:eol-style
set to
Note: See TracChangeset
for help on using the changeset viewer.