1. 15 May, 2013 - 3 commits
  2. 14 May, 2013 - 8 commits
  3. 13 May, 2013 - 24 commits
  4. 12 May, 2013 - 1 commit
  5. 11 May, 2013 - 2 commits
  6. 10 May, 2013 - 2 commits
    • Matt Fischer's avatar
      Improve support for <MODULE>_PATH options · d37dc751
      Matt Fischer authored
      
      Several modules, including DBus, MySQL, and OpenSSL have
      configure options of the form <MODULE>_PATH, which is used
      on Windows (where pkg-config is not present) to specify the
      locations of third-party libraries.  These switches had been
      implemented by adding extra variables which were referenced
      in .pro files, to add the appropriate compiler and linker
      switches.  This is undesirable because it means there are
      two independent paths for adding the switches to the build,
      which can get out of sync with each other, and indeed this
      had happened for some of the DBus tools.
      
      To remedy the situation, all three of the switches were
      reworked so that they added values directly to the principal
      variables that are used in the project files.  This reduces
      maintenance, by ensuring that the pkg-config and non-pkg-config
      paths appear the same to the rest of the build system.
      
      Change-Id: Iae342f1d14b79fbcfef9fe38aadc803ad3141799
      Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@digia.com>
      d37dc751
    • Andy Nichols's avatar
      Fix Invalid Drawable error for QGLWidget on Mac · cd2a51a6
      Andy Nichols authored
      
      You are not supposed to call NSOpenGLContext -setView: for a view that
      has not yet called drawRect.  We we attempted to do this, we would get
      the invalid drawable error, leading to QGLWidgets just drawing garbage.
      
      Task-number: QTBUG-28175
      Change-Id: I47aef07b4676f2db8591f98fc1661f6f447bdef9
      Reviewed-by: default avatarGabriel de Dietrich <gabriel.dedietrich@digia.com>
      cd2a51a6