Skip to content
Snippets Groups Projects
  1. Nov 21, 2012
  2. Nov 08, 2012
  3. Oct 05, 2012
  4. Sep 27, 2012
  5. Sep 12, 2012
  6. Sep 06, 2012
  7. Sep 05, 2012
  8. Sep 04, 2012
    • Tobias Hunger's avatar
      s/profile/kit/ · 8ba422d0
      Tobias Hunger authored
      
      * Rename profiles to kits.
      * Update some strings:
         * projects mode has a Kits tab, not a Targets tab.
         * " Settings" was dropped from the sub-tabs of the Kits tab
         * menu entry "Build/Open Build/Run Target Selector" was renamed
           to "Build/Open Build and Run Kits Selector".
         * Use "Kit" instead of "Target" in miniprojecttargetselector.
           (The class was not renamed as it does indeed select targets,
            not kits)
      
      Change-Id: I0727e086e2dfa0e8aaaf89fdc6f2e3596c7a4314
      Reviewed-by: default avatarEike Ziller <eike.ziller@nokia.com>
      8ba422d0
  9. Aug 24, 2012
  10. Aug 22, 2012
  11. Aug 20, 2012
  12. Aug 13, 2012
  13. Aug 06, 2012
  14. Jul 30, 2012
  15. Jul 27, 2012
    • Friedemann Kleint's avatar
      tr()-Fixes for 2.6. · bf980649
      Friedemann Kleint authored
      
      - ProjectExplorer::Profile should appear as 'Target' in the UI.
      - Fix messagebox title capitalization
      - Fix Q_DECLARE_TR_FUNCTIONS to contain fully qualified class
        names, add where applicable to replace
        QCoreApplication::translate().
      - Introduce message utility function for the commonly used
        'No tool chain set up for this profile' message to
        ToolChainProfileInformation.
      - Introduce message utility functions related to adding files
        to version control to VcsManager to be shared by QmlJsEditor.
      - Fix typos.
      - Remove QObject::tr(), QCoreApplication::tr().
      - Do not translate diagnostic console warnings of
        QmlProfiler.
      
      Change-Id: I6cee717a504796ef39f6eae58f552c5c8630adf3
      Reviewed-by: default avatarTobias Hunger <tobias.hunger@nokia.com>
      bf980649
  16. Jul 25, 2012
  17. Jun 21, 2012
    • Tobias Hunger's avatar
      Profile introduction · 24314562
      Tobias Hunger authored
      
      Introduce Profiles to store sets of values that describe a system/device.
      
      These profiles are held by a target, getting rid of much of the information
      stored in the Build-/Run-/DeployConfigurations, greatly simplifying those.
      
      This is a squash of the wip/profile branch which has been on gerrit for a
      while, rebased to current master.
      
      Change-Id: I25956c8dd4d1962b2134bfaa8a8076ae3909460f
      Reviewed-by: default avatarDaniel Teske <daniel.teske@nokia.com>
      24314562
  18. Jun 19, 2012
  19. Jun 11, 2012
  20. May 18, 2012
  21. Apr 25, 2012
  22. Apr 15, 2012
  23. Apr 03, 2012
  24. Mar 16, 2012
  25. Mar 14, 2012
  26. Mar 02, 2012
  27. Feb 21, 2012
  28. Feb 20, 2012
  29. Feb 16, 2012
    • Erik Verbruggen's avatar
      Supply c++11 flags and per-project info to c++ code model. · 3aab8bea
      Erik Verbruggen authored
      
      A manual squash/merge of the changes below, plus a couple of subsequent
      code fixes.
      
      59085aa5fbb99e2d786cd2c1a06c24a111ccb49f:
          Modify CppModel::ProjectInfo
      
          Adding per project node information, to pass on the correct
          defines/includes for each file, instead of aggregating them incorrectly.
      
          Also split up SOURCES and OBJECTIVE_SOURCES.
      
          Also ask the toolchain to convert the compilerflags to flags the
          codemodel understands, for now only gcc and only c++11.
      
          Also make the toolchain aware of the flags used to compile, so that it
          can emit the correct defines.
      
          Note: No header files are passed on.
      
      74028802314cd4e75b41b46407433e07090a304d:
          GCC: Evaluate cxxflags when checking for predefined macros
      
      ebaaa4957e4c02cc9637a998eddae1d0acd74f83:
          MSVC: Take cxxflags into account when checking for predefined macros
      
      9bfce7e889bcf7bcc47bf880e3ea25945ca7d0d7:
          Compile fixes
      
      Change-Id: I9de94ad038dfc5dc1987732e84b13fb4419c96f5
      Reviewed-by: default avatarErik Verbruggen <erik.verbruggen@nokia.com>
      3aab8bea
  30. Feb 15, 2012
  31. Feb 14, 2012
  32. Jan 31, 2012
  33. Jan 24, 2012
  34. Jan 16, 2012
  35. Nov 30, 2011
Loading