Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-14 | Fix icon for Xcode >=9 macOS build. | John Fultz | |
Xcode now wants an asset catalog thing with proper .png files rather than a .icns thing. Bits shuffled accordingly. Also, higher res icon. Slightly different design. Only on Mac for now. Also, move minimum macOS to 10.9. Also fix 1.0.4 update versioning oversight. | |||
2017-08-10 | Add OS X builds to Travis-CI. | John Fultz | |
Also, add a bit of parallelization, do a few other cleanups on the yml and .pro files. And push C++14 flags everywhere into the build system. | |||
2017-08-02 | Bump version number to 1.0.4. | John Fultz | |
2017-08-02 | Merge pull request #37 from gokceneraslan/qt55 | John Fultz | |
Port quackle to Qt 5.5 | |||
2016-08-03 | Bump version to 1.0.3. | John Fultz | |
2016-07-07 | Increment version number and copyright date. | John Fultz | |
Also, fix a typo and remove dead code. | |||
2016-01-12 | Port Quackle to Qt 5.5 | Gökçen Eraslan | |
2015-11-08 | Remove Mac-specific build stuff that wasn't actually doing anything useful. | John Fultz | |
2015-11-08 | Fix #8, last choice in theme and alphabet combox didn't work. | John Fultz | |
I had reserved the last spot for "Add new theme/alphabet", but then abandoned that feature for v1. But forgot to rip out the code handling it. Bump version number to 1.0.1. | |||
2015-11-07 | Continue fixing Travis-CI build. | John Fultz | |
2015-11-06 | Some Windows build updates. | John Fultz | |
2015-10-19 | Fix travis builds. | John Fultz | |
* Start using g++ 4.8 and clang. * Fix missing -std=c++11 flags. * Builds which failed torched remaining builds, which meant more iteration. Now, they recover and continue correctly. * Remove some clang compiler warnings generated by Qt files out of my control. | |||
2015-10-18 | Fix version, Windows Visual Studio build. | John Fultz | |
2015-10-14 | Windows build fixes. | John Fultz | |
2015-07-21 | Visual Studio build maintenance. | John Fultz | |
* Fix compiler warnings * Add Visual Studio 2013 solution * Tweak .pro files * Most importantly, rename main 'quackle' project to 'libquackle' to avoid solution-level name conflict. This only affects the VS build. | |||
2014-12-10 | Move 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. | |||
2014-11-30 | Fix Collins superleaves. | John Fultz | |
2014-11-29 | Getting 0.98 Mac production build ready to go. | John Fultz | |
Which requires a bunch of craziness to ease the process of code-signing. | |||
2014-11-28 | Mac build stuff | John Fultz | |
2014-08-25 | Disable Linux warnings without producing Mac warnings. | John Fultz | |
2014-08-24 | Kill some Linux compiler warnings. | John Fultz | |
2014-08-12 | Make qmake play well with Mac builds | John Fultz | |
Includes .plist and .icns files automatically now. | |||
2013-10-25 | Reorder -lquackleio before -lquackle due to dependencies | Matt Liberty | |
2013-10-06 | Further .pro cleanup: put libs under release/debug and use wildcards | Matt Liberty | |
2013-09-27 | Add -fpermissive for OSX Mountain Lion build error | Matt Liberty | |
2013-08-25 | Initial git commit. | Jason Katz-Brown | |