Skip to content
Snippets Groups Projects
  1. Mar 30, 2012
  2. Mar 29, 2012
  3. Mar 06, 2012
  4. Mar 02, 2012
  5. Feb 24, 2012
  6. Feb 23, 2012
  7. Feb 22, 2012
  8. Feb 21, 2012
  9. Feb 20, 2012
  10. Feb 15, 2012
  11. Feb 09, 2012
  12. 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
  13. Jan 31, 2012
  14. Jan 30, 2012
    • Denis Mingulov's avatar
      Fix non-needed usage of QString's fromLocal8Bit() and fromUtf8() · a36d587c
      Denis Mingulov authored
      
      QString::fromLocal8Bit() and QString::fromUtf8() are much more slower
      than an obvious QString::fromLatin1() and QLatin1String(), so this
      commit changes some places where these functions are really not
      needed.
      
      QString::fromLatin1() is used in case if QString object is used
      immediately (something like QString::fromLatin1().arg()),
      QLatin1String is used otherwise like in other places (for example,
      QPixmap(QLatin1String("..."))) - to allow to use default QString
      constructor and work with QT_NO_CAST_FROM_ASCII.
      
      Change-Id: Ib6eb1c61e9cb35c7c5b7569fea77c5e41d32621a
      Reviewed-by: default avatarhjk <qthjk@ovi.com>
      a36d587c
  15. Jan 26, 2012
  16. Jan 18, 2012
  17. Jan 14, 2012
  18. Dec 07, 2011
  19. Nov 03, 2011
  20. Oct 20, 2011
  21. Oct 04, 2011
  22. Sep 23, 2011
  23. Sep 19, 2011
  24. Sep 14, 2011
  25. 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
  26. Sep 07, 2011
  27. Aug 18, 2011
  28. Aug 10, 2011
Loading