summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-17Fix deprecated usage of QSysInfo which doesn't builds in Qt6.John Fultz
2023-07-17Fix up std:: namespace hygiene.John Fultz
2023-07-16Set the C++ standard to C++17.John Fultz
2023-07-16Add Qt6 to cmake, build action matrix.John Fultz
2023-07-16Update build action to Qt 5.15.2, and cache Qt.John Fultz
2023-07-16Fix remaining QTextStream::setCodec() calls for Qt6.John Fultz
2023-07-16Make UTF8-encoding of QTextStream work in Qt5 and 6.John Fultz
2023-07-16QRegEx -> QRegularExpressionJohn Fultz
2023-07-16More Qt6-ish things that were probably a bad idea even in Qt5.John Fultz
2023-07-16Fix up some Qt signals.John Fultz
2023-07-15Remove caching from GitHub build action, which wasn’t working anyway.John Fultz
2023-07-15More GitHub Actions updates.John Fultz
2023-07-15Update versions of various actions.John Fultz
2023-07-15Begin updates to complete transition to cmake, GitHub Actions.John Fultz
2020-12-09Add cmake/GitHub Actions-based CI, dump Travis-CI.John Fultz
2020-11-22Fix incorrect duplicate move removalMatt Liberty
2020-07-23Remove obsolete bullet point from "Helpful Hints" message box.John Fultz
2020-06-18Missing #include to fix TravisCI build.John Fultz
2020-06-18Add cmake stuff to gitignoreOliver Galvin
2020-06-18A few miscellaneous typo fixesOliver Galvin
2020-06-18Fix a couple of compiler warnings: -Wsign-compare and -WpedanticOliver Galvin
2020-06-17Xcode compiler warnings.John Fultz
2019-08-11Fix devicePixelRatios on tile pixmap after dragging it.John Fultz
2019-08-11Fix "Verify Play" dialog.John Fultz
2019-08-06Fix cmake plist.John Fultz
2019-08-06Update readme.John Fultz
2019-08-06link threads in a properly crossplatform mannerMartin DeMello
2019-08-06add pthread to the cmake c++ flagsMartin DeMello
2019-08-06Don't generate bindings that require copying a logStream.Martin DeMello
2019-08-06Fix regression in simulator.John Fultz
2019-07-28Update version to 1.0.4.1.John Fultz
2019-07-28Fix #87, make tiles high-res on HiDpi screens.John Fultz
2019-07-27Accommodate spurious wakeup of condition variables.John Fultz
2019-07-23Make Windows installer install Qt plugins, too.John Fultz
2019-07-22Update installer script and instructions for Windows.John Fultz
2019-07-22Fix cmake build to build Windows as Win32, not a console app.John Fultz
2019-07-22add support for board configurationMartin DeMello
2019-07-22Add a higher level layer on top of the generated ruby bindings.Martin DeMello
2019-07-22Update OSPS to version 40 (January 2019)alkamid
2019-07-22Make UTF-8 default encoding (and write pragma)alkamid
2019-07-22Fix .icns file.John Fultz
2019-07-21Clean up duplicate strategy files.John Fultz
2019-07-21Throw a version check around HiDPI attribute...which was only introduced in Q...John Fultz
2019-07-21Make the PRNG thread-safe.John Fultz
2019-07-21Sims are now threaded.John Fultz
2019-07-21Move constructor for FixedLengthString.John Fultz
2019-07-21Code cleanup.John Fultz
2019-07-21Move simulate code to a new static function.John Fultz
2019-07-21Rework the simulation messaging.John Fultz
2019-07-21Migrate more stuff into sim messages.John Fultz