Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qt4 compatibility #1

Merged
merged 2 commits into from
Jul 22, 2013
Merged

Qt4 compatibility #1

merged 2 commits into from
Jul 22, 2013

Conversation

devernay
Copy link
Collaborator

Mainly include fixes, and only two Qt4-specific changes (look for QT_VERSION in the changes);
The .pro is now easier to maintain and more portable, thanks to pkg-config.
Powiter compiles and launches with Qt4. I didn't notice any lost functionality.
Qt 4 compatibility is better, as long as no Qt5-specific feature is needed, since the Qt4 code base is much more mature.

MrKepzie added a commit that referenced this pull request Jul 22, 2013
@MrKepzie MrKepzie merged commit 2cb7a20 into MrKepzie:master Jul 22, 2013
MrKepzie added a commit that referenced this pull request Dec 15, 2013
#1 : Knobs are all passed around with a boost::shared_ptr now. It’s safer and should remain so.
#2 : Settings are now using the Knobs interface and QSettings for serialization/deserialization.
#3 : First implementation of the PreferencesPanel, reflecting the state of the settings of the application.
#4 : Implementation of the colour picker gui: click the label of a colour knob, and then cmd click on a viewer to pick a colour.
@devernay devernay added this to the 1.0 milestone Jun 24, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants