Skip to content
Snippets Groups Projects
  1. May 11, 2010
  2. Mar 30, 2010
  3. Mar 25, 2010
  4. Mar 24, 2010
  5. Mar 23, 2010
  6. Mar 22, 2010
  7. Mar 19, 2010
    • Thorbjørn Lindeijer's avatar
      Handle forward/backward mouse buttons on press on Linux · 1bb0d919
      Thorbjørn Lindeijer authored
      There's an issue with receiving the release event when the mouse is
      moved slightly, and also on Linux it is apparently normal to handle
      these events on press instead of release. Tested with Firefox and
      Chromium.
      
      Task-number: QTCREATORBUG-899
      Reviewed-by: kh1
      1bb0d919
  8. Mar 05, 2010
  9. Mar 01, 2010
  10. Feb 15, 2010
  11. Feb 08, 2010
    • Kai Koehne's avatar
      Reapply unconnected changes from reverted commit · 6c4b9ba2
      Kai Koehne authored
      Only revert stuff that is linked to fast string concat.
      6c4b9ba2
    • Kai Koehne's avatar
      Revert "compile everything with QT_USE_FAST_CONCATENATION" · 999c73ad
      Kai Koehne authored
      This reverts commit e70530c5. It
      did break builds on older gcc versions (gcc 4.1.2 64 bit Linux,
      gcc 4.0.1 on Mac OS X):
      
      parser/qmljsgrammar_p.h: In static member function ???static int
      QmlJSGrammar::nt_action(int, int)???:
      parser/qmljsgrammar_p.h:188: error: ???QmlJSGrammar::<anonymous enum>???
      is/uses anonymous type
      parser/qmljsgrammar_p.h:188: error:   trying to instantiate
      ???template<class T> struct QConcatenable???
      ...
      999c73ad
  12. Feb 05, 2010
  13. Jan 29, 2010
  14. Nov 04, 2009
  15. 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
  16. 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
  17. Aug 14, 2009
  18. Jul 27, 2009
  19. Jun 26, 2009
  20. Jun 25, 2009
  21. Jun 24, 2009
  22. 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
  23. Jun 05, 2009
  24. Jun 03, 2009
    • Oswald Buddenhagen's avatar
      ifdef Q_?S_* cleanup · d2a8449b
      Oswald Buddenhagen authored
      - clear up some Q_OS_LINUX vs. Q_OS_UNIX
      - clear up Q_WS_* vs. Q_OS_* (relatively theoretical exercise)
      - use proper #if-#else cascades instead of free-standing #ifs
      d2a8449b
  25. Jun 02, 2009
  26. May 18, 2009
Loading