Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • OpenFlipper-Free OpenFlipper-Free
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 22
    • Issues 22
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenFlipper-FreeOpenFlipper-Free
  • OpenFlipper-FreeOpenFlipper-Free
  • Merge requests
  • !198

Disable stereo mode for Faulty Qt versions

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Martin Schultz requested to merge fixStereo into master Nov 23, 2016
  • Overview 0
  • Commits 4
  • Pipelines 4
  • Changes 1

Starting with Qt version 5.7.0 the stereo mode is broken, which causes OpenFlipper to crash on startup using qt version 5.7.0 on linux systems.(see #68 (closed) ) This branch checks the qt version at runtime during command line parsing. If qt version 5.7.2 or grater is used a warning is output to command line since these qt versions have not been tested yet, but should not have the fault. for qt versions starting with 5.7.0 to and excluding 5.7.2 the stereo mode is disabled and a warning to inform the user about the fault in the used qt version is displayed.

fixes #68 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fixStereo