Skip to content
Snippets Groups Projects
  1. Sep 03, 2009
  2. Aug 28, 2009
  3. Aug 26, 2009
  4. Aug 20, 2009
  5. Aug 19, 2009
  6. Aug 14, 2009
  7. Aug 13, 2009
  8. Aug 11, 2009
    • dt's avatar
      Fix flickering in the project pane. · 1aa05ae5
      dt authored
      This isn't a nice fix but the least evil version of a hack i could come
      up. The source of the flickering is: We have a deeply nested structure
      of widgets on the project pane. If we call hide() on such a deeply
      nested widget, it will activate() it's parent layout synchronously.
      That will then post an event (via updateGeometries() ) to its parent
      layout that it needs relayouting. Which then will post to its parent
      layout the same. And for each LayoutRequested, there's a painting in
      between. The fix instead calls activate() up the chain until we are at
      the viewport. This immediately relayouts everything. This adds a non
      obvoius potentially for breakeage if the widgets are embedded in a
      different widget hierarchy. But well, that's life.
      1aa05ae5
  9. Aug 06, 2009
    • dt's avatar
      Rework the project settings. · dbe5a6f3
      dt authored
      This has still a few missing things, but this enough to start getting
      some feedback. Missing are non qt projects, a solution for the
      runconfiguration, a missing black line between the treeview on top and
      the project settings at the bottom. Some flickering with removing/adding
      widgets to the QScrollArea and not showing the expanded widget if the
      Details button is right at the bottom.
      dbe5a6f3
  10. Aug 05, 2009
  11. Jul 27, 2009
  12. Jul 24, 2009
  13. Jul 23, 2009
  14. Jul 22, 2009
  15. Jul 21, 2009
  16. Jun 30, 2009
  17. Jun 24, 2009
  18. 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
  19. Apr 28, 2009
  20. Apr 23, 2009
  21. Apr 22, 2009
  22. Apr 20, 2009
  23. Mar 23, 2009
  24. Mar 19, 2009
    • dt's avatar
      Fixes: Handle debug and release scopes for TARGET and DESTDIR · b3ec859c
      dt authored
      Task:     247606
      Details:  Remove all the magic which build on top of the cumalative
      parser. Instead trust the exact parsing to get those variables correct.
      This required a bug fix in the profile evaluator, done with ossi.
      Hopefully this doesn't break windows/mac. Will check.
      b3ec859c
  25. Feb 25, 2009
  26. Jan 23, 2009
Loading