pypt / fervor

Simple multiplatform (Qt-based) application update tool inspired by Sparkle
MIT License
213 stars 72 forks source link

Revert "reinstate access to QSettings to store ignored version". Fixed compilation on Windows with Qt 5.1.1. Added an option to disable GUI, this time for both Qt 4 and Qt 5. #15

Closed me21 closed 10 years ago

me21 commented 11 years ago

The application author, not library, should decide how to store settings. This reverts commit c76d4bc. This is to fix https://github.com/pypt/fervor/issues/14. Also, fixed compilation on Windows with Qt 5.1.1. Added an option to disable GUI, this time for both Qt 4 and Qt 5. Added automatic recompilation of affected files after GUI option changes. Removed unnecessary conditional define in fvupdatewindow.h for Qt 5 - it compiles fine with #include .

me21 commented 10 years ago

Please see new pull request for this: #19.