Skip to content
Snippets Groups Projects
  1. Nov 29, 2013
  2. Aug 28, 2013
  3. Feb 12, 2013
    • Tobias Hunger's avatar
      AbstractProcessStep: Do not run a qprocess in a thread · 962ba86d
      Tobias Hunger authored
      
      This avoids sending signals for new tasks and process output
      via the gui thread's event loop. When finding lots of issues in
      the output we generate so many events that any attempt to
      compress events takes a long time (max. events waiting to be
      processed were > 1200000 when doing a clang -Weverything build!),
      and thus the UI freezes.
      
      Change-Id: I9668d2537b1a268e788cd0ea5c756ebaab4462a9
      Reviewed-by: default avatarDaniel Teske <daniel.teske@digia.com>
      962ba86d
  4. Jan 29, 2013
  5. Dec 07, 2012
  6. Nov 21, 2012
  7. Nov 16, 2012
  8. Nov 02, 2012
  9. Oct 05, 2012
  10. Sep 27, 2012
  11. Sep 12, 2012
  12. Sep 06, 2012
  13. 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
  14. Aug 06, 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. 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
  17. Apr 25, 2012
  18. Apr 03, 2012
  19. Feb 15, 2012
  20. Jan 31, 2012
  21. Jan 16, 2012
  22. Nov 30, 2011
Loading