Skip to content
Snippets Groups Projects
  1. Feb 05, 2016
  2. Jan 19, 2016
  3. Jan 05, 2016
  4. Dec 02, 2015
  5. Mar 03, 2015
  6. Jan 16, 2015
  7. Oct 21, 2014
  8. Oct 14, 2014
  9. Oct 10, 2014
  10. Oct 09, 2014
  11. Sep 04, 2014
    • Tobias Hunger's avatar
      QtVersion: Allow for variables in Qt version names · d56f217f
      Tobias Hunger authored
      
      * Supported variables are %{Qt:version}, %{Qt:type} and %{Qt:mkspec}
      * Qt version display names need no longer be unique. This simplifies
        the code a bit and makes the Qt versions behave like the Kits do now.
      * The default Qt version name now contains %{Qt:version}. The method
        to find the default version name no longer takes a Qt version string.
      
      Change-Id: Ibca1e3daffe5a81f3c158e8bbc1779d033b03872
      Reviewed-by: default avatarDaniel Teske <daniel.teske@digia.com>
      d56f217f
  12. Aug 18, 2014
  13. Jul 30, 2014
    • Tobias Hunger's avatar
      FeatureProvider: Move features into Kits · b2ea6e1b
      Tobias Hunger authored
      
      Make available features and platforms methods on kits (implemented
      via the KitInformation). Add convenience methods to KitManager to
      collect all that.
      
      Remove QtFeatureProvider and implement KitFeatureProvider instead.
      
      The idea of this patch is to make it easier to find which kits are
      applicable to which wizard: I should now be able to match the
      wizard features against a kit and have a good set of kits to choose
      from.
      
      Change-Id: Ie5be0213f142cfdf4417ac55bd6cbb056265a531
      Reviewed-by: default avatarThomas Hartmann <Thomas.Hartmann@digia.com>
      b2ea6e1b
  14. Jul 25, 2014
  15. Jan 08, 2014
  16. Jan 06, 2014
  17. Sep 12, 2013
  18. Sep 03, 2013
  19. Aug 29, 2013
  20. Jul 25, 2013
  21. Apr 10, 2013
  22. Mar 27, 2013
  23. Feb 28, 2013
  24. Feb 04, 2013
  25. Jan 29, 2013
  26. Nov 27, 2012
  27. Nov 02, 2012
  28. Oct 19, 2012
  29. Oct 12, 2012
  30. Oct 05, 2012
  31. Sep 11, 2012
  32. 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
  33. Aug 07, 2012
  34. Jul 19, 2012
  35. Jul 16, 2012
  36. 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
Loading