summaryrefslogtreecommitdiff
path: root/README.MacOS
AgeCommit message (Collapse)Author
2023-07-19Readme updates.John Fultz
Dropping any info about building with qmake. Once I’ve verified that all of the individual pieces build with cmake, I’ll remove the .pro files, too.
2019-07-19Fix deprecation errors for Qt 5.13.John Fultz
Most are Qt4-isms, except where noted. * Replaced QFontMetrics::width with QFontMetrics::horizontalAdvance, conditionally as the latter wasn't even introduced until Qt 5.11. * QColor::light and dark instead of QColor::light and dark. * QString() instead of QString::null. * std::sort instead of qSort * QTreeWidgetItem::setSelected instead of QTreeWidget::setItemSelected. * QFileDialog::setOption(QFileDialog::DontConfirmOverwrite) instead of QFileDialog::setConfirmOverwrite(false). * QDrag::exec instead of QDrag::start.
2017-08-02More Qt5 changes and cleanups.John Fultz
Now builds on Qt 5.9.1, and works on Mac, Windows, Linux.
2017-08-02Merge pull request #37 from gokceneraslan/qt55John Fultz
Port quackle to Qt 5.5
2016-07-12A few tidbits for Mac 1.0.2 release.John Fultz
2016-01-12Port Quackle to Qt 5.5Gökçen Eraslan
2015-11-06Update MacOS distribution instructions.John Fultz
2014-12-10Move data/ to MacOS/Resources/ in Mac bundle.John Fultz
This fixes the various issues with needing to code-sign data files. And simplifies the process of building and preparing to code sign considerably.
2013-08-25Initial git commit.Jason Katz-Brown