Skip to content
Snippets Groups Projects
  1. Jul 14, 2010
  2. Jul 13, 2010
  3. Jul 08, 2010
  4. Jul 07, 2010
    • ck's avatar
      Maemo: Fix deployment. · 3c5ae375
      ck authored
      This broke after the introduction of a deploy step type.
      3c5ae375
  5. Jul 06, 2010
  6. Jun 22, 2010
  7. Jun 21, 2010
  8. May 20, 2010
    • kh1's avatar
      Remove some leftovers. · 01b7e7b9
      kh1 authored
      Reviewed-by: ck
      01b7e7b9
    • kh1's avatar
      Long overdue changes and refactoring for qemu handling. · c6fef3ef
      kh1 authored
      Fixes: - react on build/ run configuration changes
             - now notices environment changes, like switching Qt versions
             - start button is now only shown if we have a valid qemu runtime
             - enabled/ disabled state works properly when loading a project
      
      Task-number: QTCREATOR-210, QTCREATORBUG-1252, QTCREATORBUG-1082
      Reviewed-by: ck
      c6fef3ef
    • kh1's avatar
      Long overdue changes and refactoring for qemu handling. · 91093805
      kh1 authored
      Fixes: - react on build/ run configuration changes
             - now notices environment changes, like switching Qt versions
             - start button is now only shown if we have a valid qemu runtime
             - enabled/ disabled state works properly when loading a project
      
      Task-number: QTCREATOR-210, QTCREATORBUG-1252, QTCREATORBUG-1082
      Reviewed-by: ck
      91093805
  9. May 19, 2010
  10. Apr 23, 2010
  11. Apr 19, 2010
  12. Apr 16, 2010
  13. Apr 15, 2010
  14. Apr 09, 2010
  15. Apr 01, 2010
  16. Mar 31, 2010
  17. Mar 25, 2010
  18. Mar 18, 2010
  19. Mar 10, 2010
    • 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
  20. Mar 09, 2010
  21. Mar 05, 2010
  22. Mar 01, 2010
  23. Feb 23, 2010
  24. Feb 19, 2010
  25. Feb 12, 2010
Loading