summaryrefslogtreecommitdiff
path: root/quacker
AgeCommit message (Expand)Author
2023-07-18Fix Qt6 MOC compilation on some platforms.John Fultz
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-16Add Qt6 to cmake, build action matrix.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
2020-07-23Remove obsolete bullet point from "Helpful Hints" message box.John Fultz
2020-06-18A few miscellaneous typo fixesOliver 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-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-22Fix cmake build to build Windows as Win32, not a console app.John Fultz
2019-07-22Fix .icns file.John Fultz
2019-07-21Throw a version check around HiDPI attribute...which was only introduced in Q...John Fultz
2019-07-21Remove address sanitizer from cmake.John Fultz
2019-07-21Add support for screen scaling under Windows/Linux.John Fultz
2019-07-21Visual C++ compiler warning fixes.John Fultz
2019-07-19Add CSW19 dictionary.John Fultz
2019-07-19First cut of a cmake build.John Fultz
2019-07-19Update copyright in plist.John Fultz
2019-07-19Fix deprecation errors for Qt 5.13.John Fultz
2019-05-06About box fixes.John Fultz
2019-05-06Add ability to include logo in copyrights.txt.John Fultz
2019-05-06Update copyright in about box.John Fultz
2019-03-21Licensing, copyright text changes.John Fultz
2019-02-04After discussion with Jason/John, add myself as a copyright holder.John Fultz
2019-02-03fix for passing an argument to setGlobalCandidateMartin DeMello
2019-01-14Fix icon for Xcode >=9 macOS build.John Fultz
2019-01-14Fix #21, committing a phoney cannot be canceled.John Fultz
2019-01-14Fix infinite loop if you give all players the same name.John Fultz
2019-01-14Remove player name from rack label text.John Fultz
2019-01-13Add a separator above "Simulation" group box to break up the GUI better.John Fultz
2019-01-13C++11-style iterators in quacker sources.John Fultz
2019-01-13Fix potential crash on exit.John Fultz
2017-08-10Add OS X builds to Travis-CI.John Fultz
2017-08-09Prevent console warnings re missing [*] in window titles.John Fultz
2017-08-02Bump version number to 1.0.4.John Fultz
2017-08-02More Qt5 changes and cleanups.John Fultz
2017-08-02Merge pull request #37 from gokceneraslan/qt55John Fultz
2016-08-03Bump version to 1.0.3.John Fultz
2016-08-02Fixes to allow bad endgames to be loaded from GCGs.John Fultz
2016-07-12A few tidbits for Mac 1.0.2 release.John Fultz
2016-07-07Increment version number and copyright date.John Fultz
2016-07-07Allow games loaded from gcg to switch to unknown racks.John Fultz
2016-07-07Put filename in window title.John Fultz