Skip to content
Snippets Groups Projects
  1. May 04, 2016
  2. Jan 29, 2016
  3. Jan 26, 2016
  4. Jan 19, 2016
  5. May 19, 2015
  6. May 18, 2015
  7. Apr 10, 2015
  8. Jan 16, 2015
  9. Oct 22, 2014
  10. Oct 16, 2014
  11. Oct 09, 2014
  12. Aug 06, 2014
  13. Aug 04, 2014
    • Daniel Teske's avatar
      CustomExecutableRunConfiguration: Remove nested event loop · 5751f711
      Daniel Teske authored
      
      Nested event loops are dangerous and in this case lead to a crash.
      So change the api of ensureConfigured to not use a nested event loop.
      The CustomExecutableRunConfiguration then has to manage the dialog more
      explicitly. Also this makes the dialog non modal, since it should then
      cope with every situation.
      
      Task-number: QTCREATORBUG-11416
      Change-Id: I2af782915c148f8dff1b0df54fdb64aa83f684d2
      Reviewed-by: default avatarTobias Hunger <tobias.hunger@digia.com>
      5751f711
  14. Aug 01, 2014
  15. Jul 16, 2014
  16. Jul 01, 2014
    • Christian Kandeler's avatar
      Always pass Core::Id by value. · 93304df0
      Christian Kandeler authored
      
      Currently we pass in some places by value, elsewhere by const ref and
      for some weird reason also by const value in a lot of places. The latter
      is particularly annoying, as it is also used in interfaces and therefore
      forces all implementors to do the same, since leaving the "const" off is
      causing compiler warnings with MSVC.
      
      Change-Id: I65b87dc3cce0986b8a55ff6119cb752361027803
      Reviewed-by: default avatarhjk <hjk121@nokiamail.com>
      93304df0
  17. Jun 16, 2014
  18. May 28, 2014
  19. Jan 08, 2014
  20. Jan 06, 2014
  21. Nov 04, 2013
  22. Apr 30, 2013
  23. Apr 11, 2013
  24. Apr 10, 2013
  25. Apr 05, 2013
  26. Mar 27, 2013
  27. Jan 29, 2013
  28. Jan 23, 2013
  29. Jan 09, 2013
  30. Nov 20, 2012
  31. Oct 05, 2012
  32. Sep 18, 2012
  33. 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
  34. Aug 06, 2012
  35. Jul 19, 2012
Loading