Skip to content
Snippets Groups Projects
  1. Mar 29, 2012
  2. Feb 21, 2012
  3. Feb 15, 2012
  4. Jan 26, 2012
  5. Nov 03, 2011
  6. Sep 07, 2011
  7. Jul 20, 2011
  8. Jun 14, 2011
  9. May 27, 2011
  10. May 26, 2011
    • Christian Kandeler's avatar
      Maemo: Create dedicated plugin. · 64ba06e2
      Christian Kandeler authored
      No change in functionality for now. More support for generic remote
      Linux support is planned to be added.
      
      The changes in decreasing order of magnitude:
      1) Move contents of qt4projectmanager/qt-maemo to new "RemoteLinux" plugin.
      2) Make some classes in qt4nodes public for now. More decoupling
      in that area will follow.
      3) Fix some minor problems uncovered by the move.
      
      Change-Id: I51d0c7977c10019eb6080cd6620bc28ecebad3c4
      Reviewed-on: http://codereview.qt.nokia.com/106
      
      
      Reviewed-by: default avatarDaniel Teske <daniel.teske@nokia.com>
      64ba06e2
  11. May 12, 2011
  12. May 06, 2011
  13. Apr 26, 2011
  14. Apr 13, 2011
  15. Feb 21, 2011
    • Tobias Hunger's avatar
      ToolChain: Refactor toolchain support · 8d0c4772
      Tobias Hunger authored
      Refactor ToolChains in Qt Creator:
      
       * Allow for several toolchains of the same type
       * Be smarter wrt. guessing what kind of output a toolchain
         produces. This allows us to eventually handle e.g. embedded
         linux setups way better than before.
       * Be smarter wrt. guessing what kind of environment a Qt version
         needs.
       * Improve auto-detection of toolchains a bit
       * Decide on which debugger to use based on the kind of output
         produced by the compiler.
       * Add options page to configure toolchains
       * Remove toolchain related options from the Qt version dialog
      
      Reviewed-by: dt
      8d0c4772
  16. Jan 21, 2011
  17. Jan 17, 2011
    • dt's avatar
      Qt4projectManager: Refactor Qt4Target, split up in per target classes · 67cfb7e0
      dt authored
      Almost(*) all of the symbian and maemo specific code is now theoretically
      moveable to a separate plugin. Thus making it possible to implement
      new targets in a plugin.
      
      (*) Noteable missing is the qtversion, which needs to be split up
      per target too.
      
      Also fixes
      Task-Nr: QTCREATORBUG-2440
      
      Reviewed-By: hunger
      Reviewed-By: ck
      67cfb7e0
  18. Jan 12, 2011
  19. Dec 17, 2010
  20. Dec 07, 2010
  21. Nov 17, 2010
    • Oswald Buddenhagen's avatar
      replace env variable injection with pervasive expando support · 79be54ed
      Oswald Buddenhagen authored
      do not inject SOURCEDIR and BUILDDIR into the environment of
      build steps and run configurations any more.
      instead, all custom executable paths, argument lists and working
      directories now support the %{sourceDir} and %{buildDir} macros.
      this approach is more elegant and more scalable.
      79be54ed
    • Oswald Buddenhagen's avatar
      overhaul process argument handling · 1e362b0f
      Oswald Buddenhagen authored
      get away from argument stringlists. instead, use native shell command
      lines which support quoting/splitting, environment variable expansion
      and redirections with well-understood semantics.
      
      Task-number: QTCREATORBUG-542
      Task-number: QTCREATORBUG-1564
      1e362b0f
  22. Nov 12, 2010
  23. Nov 01, 2010
  24. Oct 28, 2010
  25. Sep 27, 2010
  26. Sep 23, 2010
  27. Sep 03, 2010
  28. Sep 01, 2010
    • Lasse Holmstedt's avatar
      Debugger languages are now runconfiguration dependent · 8c394710
      Lasse Holmstedt authored
      There's a UI in qml/customexec/cmake/qmake run configs for choosing the
      debugger languages (C++ and QML). The default for all except .qmlproject
      is only C++, so default debugging behavior is the same. However, if the
      user wants to do simultaneous debugging with two languages, or only
      debug QML, they can select the languages from Run Settings and it will
      be remembered.
      
      Reviewed-by: hunger
      8c394710
  29. Aug 24, 2010
  30. Jul 14, 2010
    • dt's avatar
      Refactor OutputFormatter · 7862e312
      dt authored
      Move link handling code to outputwindow from OutputFormatter
      
      Move createOutputFormatter to the RunConfiguration
      
      That makes it easier for Qt4RunConfiguration et all.
      This also fixes that each time a runcontrol was rerun a new
      OutputFormatter was created without deleting the old one, thus
      increasing the memory usage.
      7862e312
  31. Apr 16, 2010
  32. Mar 17, 2010
  33. Mar 10, 2010
    • dt's avatar
      Remove declaration of deleted slot · dc5cb2be
      dt authored
      dc5cb2be
    • dt's avatar
      Use exact and aysnc .pro file evaluate · ab8fc52d
      dt authored
      This is a big change touching almost all of our .pro file parsing.
      With this patch we only evaluate once exact for all needs and once
      greedy for the filelist. That is the qt runconfigurations don't have own
      evaluaters but reuse the project wide exact evaluation.
      
      We reevaluate if the user changes the build directory, the qmake
      buildconfiguration or the qmake arguments. That is if you open src.pro
      (or projects.pro) of qt with a shadow build you still don't get all the
      files, but after correcting the build directory, we reevaluate the .pro
      files and find all files. So for a suitable definition of fixed, that
      bug is now fixed.
      
      We now get the exact defines of all .pro files instead of all defines for all
      buildconfigurations. We still don't distinguish in which
      .pro file a DEFINE is set. So the code model now knows about all the
      defines set for the given configuration but not for which files it is
      actually set. Also that includes all DEFINES set in .qmake.cache or the
      mkspecs. This means all defines from .pro files should now work.
      
      The intial loading is still synchronous. I haven't looked into it to
      deeply, but it seems possible to make it also async.There are probably a
      few issues which need to be solved fist.
      
      Also due to the asynchronous nature of the code, the executable is
      updated a few seconds after actually changing the build configuration
      ab8fc52d
  34. Mar 05, 2010
Loading