Skip to content
Snippets Groups Projects
  1. Nov 13, 2009
  2. Nov 02, 2009
  3. Oct 29, 2009
  4. Oct 16, 2009
  5. Oct 12, 2009
    • Rohan McGovern's avatar
      Fixed transient compile failure with highly parallel jom. · eacb27f1
      Rohan McGovern authored
      These .pri files which add to INCLUDEPATH and have FORMS should also add
      to DEPENDPATH.
      
      Adding to INCLUDEPATH does not add to DEPENDPATH by default with qmake.
      That means qmake may not find headers in those paths and won't
      consider them dependencies when compiling the source files which include
      them.
      
      This doesn't matter when all the headers in the new INCLUDEPATH are
      always present, but when some of them are generated (e.g. from FORMS),
      the dependencies are important and omitting them means a race condition
      in parallel builds.
      
      Fixes errors of the form:
        ..\..\shared\help\topicchooser.h(33) : fatal error C1083: Cannot open
          include file: 'ui_topicchooser.h': No such file or directory
      (cherry picked from commit 9a7e0294)
      eacb27f1
  6. Oct 08, 2009
    • Rohan McGovern's avatar
      Fixed transient compile failure with highly parallel jom. · 9a7e0294
      Rohan McGovern authored
      These .pri files which add to INCLUDEPATH and have FORMS should also add
      to DEPENDPATH.
      
      Adding to INCLUDEPATH does not add to DEPENDPATH by default with qmake.
      That means qmake may not find headers in those paths and won't
      consider them dependencies when compiling the source files which include
      them.
      
      This doesn't matter when all the headers in the new INCLUDEPATH are
      always present, but when some of them are generated (e.g. from FORMS),
      the dependencies are important and omitting them means a race condition
      in parallel builds.
      
      Fixes errors of the form:
        ..\..\shared\help\topicchooser.h(33) : fatal error C1083: Cannot open
          include file: 'ui_topicchooser.h': No such file or directory
      9a7e0294
  7. Oct 05, 2009
  8. Oct 02, 2009
  9. Oct 01, 2009
  10. Sep 25, 2009
    • Friedemann Kleint's avatar
      Rename IRunConfigurationRunner -> IRunControlFactory... · 978cf4bd
      Friedemann Kleint authored
      and ApplicationRunConfiguration to LocalApplicationRunConfiguration,
      preparing remote debugging. Change the interface canRun() to be const,
      run() to create() (since it does not run anything), use references
      to the QSharedPointer<Foo>. Introduce d-Pointer and remove
      unneeded headers from ProjectExplorerPlugin and add missing includes
      everywhere.
      978cf4bd
  11. Sep 24, 2009
  12. Sep 10, 2009
  13. Sep 02, 2009
  14. Aug 20, 2009
  15. Aug 19, 2009
  16. Aug 14, 2009
  17. Aug 11, 2009
  18. Aug 10, 2009
  19. Aug 06, 2009
  20. Jul 30, 2009
  21. Jul 28, 2009
  22. Jul 16, 2009
  23. Jul 15, 2009
  24. Jul 13, 2009
  25. Jul 09, 2009
  26. Jul 01, 2009
    • Friedemann Kleint's avatar
      Fix Gui app wizard to write form classes consistent with Designer. · f7da76ab
      Friedemann Kleint authored
      Make Gui app wizard use Qt Designer wizard code to write the classes.
      Remove the settings from the form class wizard page extension area and
      add a settings page instead. Polish the designer plugin's structs to
      parametrize class generation with QSharedData and settings code.
      Export them and use them in the Gui app wizard.
      
      Task-number: 256927
      f7da76ab
  27. Jun 22, 2009
  28. Jun 16, 2009
    • con's avatar
      Cherry-pick: Update license headers and sales contact details. · 2919c210
      con authored
      Reviewed-by: Trust Me
      
      Conflicts:
      
      	src/libs/cplusplus/CppBindings.cpp
      	src/libs/cplusplus/CppBindings.h
      	src/libs/cplusplus/FastPreprocessor.cpp
      	src/libs/cplusplus/FastPreprocessor.h
      	src/plugins/cpptools/cppcurrentdocumentfilter.cpp
      	src/plugins/cpptools/cppcurrentdocumentfilter.h
      	src/plugins/cpptools/cppsemanticsearch.cpp
      	src/plugins/cpptools/cppsemanticsearch.h
      	src/plugins/duieditor/parser/qmljs.g
      	src/plugins/duieditor/parser/qmljsast.cpp
      	src/plugins/duieditor/parser/qmljsast_p.h
      	src/plugins/duieditor/parser/qmljsastfwd_p.h
      	src/plugins/duieditor/parser/qmljsastvisitor.cpp
      	src/plugins/duieditor/parser/qmljsastvisitor_p.h
      	src/plugins/duieditor/parser/qmljsengine_p.cpp
      	src/plugins/duieditor/parser/qmljsengine_p.h
      	src/plugins/duieditor/parser/qmljsgrammar.cpp
      	src/plugins/duieditor/parser/qmljsgrammar_p.h
      	src/plugins/duieditor/parser/qmljslexer.cpp
      	src/plugins/duieditor/parser/qmljslexer_p.h
      	src/plugins/duieditor/parser/qmljsmemorypool_p.h
      	src/plugins/duieditor/parser/qmljsnodepool_p.h
      	src/plugins/duieditor/parser/qmljsparser.cpp
      	src/plugins/duieditor/parser/qmljsparser_p.h
      	src/plugins/duieditor/parser/qmljsprettypretty.cpp
      	src/plugins/duieditor/parser/qmljsprettypretty_p.h
      	src/plugins/duieditor/rewriter/rewriter.cpp
      	src/plugins/duieditor/rewriter/rewriter_p.h
      	src/plugins/duieditor/rewriter/textwriter.cpp
      	src/plugins/duieditor/rewriter/textwriter_p.h
      	src/shared/cplusplus/ASTClone.cpp
      	tests/manual/cplusplus/main.cpp
      2919c210
    • Jason McDonald's avatar
      Update license headers and sales contact details. · 884b7af7
      Jason McDonald authored
      Reviewed-by: Trust Me
      884b7af7
Loading