Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | v0.6.0 release |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | v0.6.0 |
Files: | files | file ages | folders |
SHA1: |
af57e58b679714a2ade276901572a9ef |
User & Date: | tion 2019-02-15 04:30:33 |
Original Comment: | v0.6.0 |
References
2019-02-16
| ||
03:19 | • Wiki page "release_notes" artifact: cf2f198ba2 user: tion | |
Context
2019-02-15
| ||
05:45 | Incorporate v0.6.0 changes into wiki check-in: 04c5da86f0 user: tion | |
04:30 | v0.6.0 release check-in: af57e58b67 user: tion tags: trunk, v0.6.0 | |
04:22 | dunno what changed but committing just in case Closed-Leaf check-in: 30259f09b8 user: tion tags: what-happened | |
00:29 | Adjust reset() to actually reset all values check-in: 61846de3ab user: tion | |
Changes
Changes to nmspd.pro.
︙ | ︙ | |||
18 19 20 21 22 23 24 | src/CoordinateMainWindow.cpp \ src/HelperFunctions.cpp \ src/PortalAddressWindow.cpp \ src/PortalAddressPickerWindow.cpp \ RESOURCES += src/nmsDecoderResources.qrc | | | 18 19 20 21 22 23 24 25 | src/CoordinateMainWindow.cpp \ src/HelperFunctions.cpp \ src/PortalAddressWindow.cpp \ src/PortalAddressPickerWindow.cpp \ RESOURCES += src/nmsDecoderResources.qrc VERSION=0.6.0 |
Changes to src/CoordinateMain.cpp.
︙ | ︙ | |||
63 64 65 66 67 68 69 | } } //------------------------------------------------------------------ inline void setApplicationSettings() { QCoreApplication::setOrganizationName ("tion"); QCoreApplication::setApplicationName ("nmspd"); | | | 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 | } } //------------------------------------------------------------------ inline void setApplicationSettings() { QCoreApplication::setOrganizationName ("tion"); QCoreApplication::setApplicationName ("nmspd"); QCoreApplication::setApplicationVersion ("0.6.0"); } //------------------------------------------------------------------ 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.
︙ | ︙ | |||
154 155 156 157 158 159 160 | /////////////////// // PRIVATE SLOTS // /////////////////// //------------------------------------------------------------------ void MainWindow::about() { QMessageBox::about (this, tr ("About nmspd"), | | | 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 | /////////////////// // PRIVATE SLOTS // /////////////////// //------------------------------------------------------------------ void MainWindow::about() { QMessageBox::about (this, tr ("About nmspd"), tr ("<center><h2>nmspd</h2>v0.6.0<br><br><br>" "Author: <a href=\"tion7680@protonmail.com\">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\">" |
︙ | ︙ |