Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | v0.6.1 release |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk | v0.6.1 |
| Files: | files | file ages | folders |
| SHA1: |
34d4528c03d452f45fd268aa7143a1b7 |
| User & Date: | tion 2019-02-16 02:20:44.965 |
References
|
2019-02-16
| ||
| 03:19 | • Wiki page "release_notes" artifact: cf2f198ba2 user: tion | |
Context
|
2019-02-16
| ||
| 04:51 | Minor text touch-up. Add 0.6.1 to release notes Leaf check-in: 42ee38e982 user: tion | |
| 02:20 | v0.6.1 release check-in: 34d4528c03 user: tion tags: trunk, v0.6.1 | |
| 02:17 | Merge: improvements-to-main-menu check-in: b456644aa7 user: tion | |
Changes
Changes to src/CoordinateMain.cpp.
| ︙ | ︙ | |||
59 60 61 62 63 64 65 |
}
}
//------------------------------------------------------------------
inline void setApplicationSettings()
{
QCoreApplication::setOrganizationName ("tion");
QCoreApplication::setApplicationName ("nmspd");
| | | 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 |
}
}
//------------------------------------------------------------------
inline void setApplicationSettings()
{
QCoreApplication::setOrganizationName ("tion");
QCoreApplication::setApplicationName ("nmspd");
QCoreApplication::setApplicationVersion ("0.6.1");
}
//------------------------------------------------------------------
int main (int argc, char *argv[])
{
/*
Use console-only if more than one (1) argument is given, or
if the style option is not supplied (which is for GUI anyway)
|
| ︙ | ︙ |
Changes to src/MainWindow.cpp.
| ︙ | ︙ | |||
167 168 169 170 171 172 173 |
///////////////////
// PRIVATE SLOTS //
///////////////////
//------------------------------------------------------------------
void MainWindow::about()
{
QMessageBox::about (this, tr ("About nmspd"),
| | | 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 |
///////////////////
// PRIVATE SLOTS //
///////////////////
//------------------------------------------------------------------
void MainWindow::about()
{
QMessageBox::about (this, tr ("About nmspd"),
tr ("<center><h2>nmspd</h2>v0.6.1<br><br><br>"
"Author: <a href=\"https://codeberg.org/tfnm/nmspd\">tion</a>"
"</center>"
"<hr />"
"<p>"
"The glyph symbols used in this program are slightly modified "
"from images on "
"<a href=\"https://nomanssky.gamepedia.com/Glyph\">"
|
| ︙ | ︙ |