Skip to content
Snippets Groups Projects
  1. Mar 30, 2012
  2. Feb 24, 2012
  3. Feb 23, 2012
  4. Feb 15, 2012
  5. Feb 09, 2012
  6. Feb 08, 2012
    • Thomas Hartmann's avatar
      Wizards: changes the structure of Wizards · 95a028e8
      Thomas Hartmann authored
      
      This patch introduces platforms as a top level topic when choosing
      a wizard. Also I changed the categories and priorities.
      
      Details:
      
      1. I did change the way the dialog/view is structured in newdialog.cpp
      
      2. I added platformName() and supportsPlatform() to BaseQtVersion.
         I needed two functions because the Simulator does not provide a platform
         and therefore has no platformName but supports two platforms.
         I still have to turn the platform names into proper constants.
      
      3. I changed the categories and priorities to get the layout that was
         discussed. (I had to touch quite alot of files but this is mostly trivial)
      
      4. I added a combobox that allows filtering for platforms.
      
      5. I added flags() to IWizard to indicate that a wizard is platform independent.
      
      Change-Id: I86c7ad628a431ad06505c76580885c6e6c3ddc23
      Reviewed-by: default avatarAlessandro Portale <alessandro.portale@nokia.com>
      95a028e8
  7. Jan 26, 2012
  8. Jan 18, 2012
  9. Jan 14, 2012
  10. Dec 07, 2011
  11. Nov 03, 2011
  12. Sep 08, 2011
    • Tobias Hunger's avatar
      ABI: Improve tool chain selection for Qt projects · aaf260c0
      Tobias Hunger authored
      * Set a null-ABI for toolchains where detection of ABI failed: This
        allows the user to select any tool chain.
      
      * Warn if ABI detection fails by showing a message in the Qt version
        setup dialog
      
      * Do not override the mkspec if the Qt version has a null ABI only:
        We (have to) trust the user to know what he is doing in that case.
      
      * GCC: Add version information to GCC tool chain and use it to select
        the mkspec on Mac.
      
      * GCC: Do not override mkspec if we do a cross-compile
        (and actually detect that).
      
      * GCC: Leave out -32 or -64 from mkspec if the compiler binaries ABI
        matches the target ABI.
      
      * Linux-generic is compatible with all other linuxes (both ways)
        The targets themselves do additional filtering and will remove
        anything that does not work for them anyway.
      
      Task-number: QTCREATORBUG-5756
      Task-number: QTCREATORBUG-5960
      Change-Id: Ib3c0ac91f3aa8e2a823e3e9891a02bdccb97af14
      Reviewed-on: http://codereview.qt-project.org/4281
      
      
      Reviewed-by: default avatarQt Sanity Bot <qt_sanity_bot@ovi.com>
      Reviewed-by: default avatarDaniel Teske <daniel.teske@nokia.com>
      aaf260c0
  13. Jul 20, 2011
  14. May 24, 2011
  15. May 16, 2011
  16. May 13, 2011
  17. May 12, 2011
    • dt's avatar
      Qt Version refactoring · 8e171e0b
      dt authored
      Split up target specific code into subclasses. Also change
      Qt4BuildConfiguration to allow a null qtversion.
      
      Remove code that relied on always having a qt version.
      Also make it possible to remove all qt versions.
      
      Completly change the qt in path autodetection to be only
      a fall back if no configuration was found.
      
      Note: For now the old settings are not removed, as such 2.2 and master
      can coexist.
      
      Reviewed-By: hunger
      8e171e0b
Loading