Skip to content
Snippets Groups Projects
  1. Jun 11, 2010
    • kh1's avatar
      Move help manager into core. · 1b6ad087
      kh1 authored
       - lessens open file handles
       - improves help plugin startup further
      
      Task-number: QTCREATORBUG-337
      Reviewed-by: ck
      1b6ad087
  2. May 28, 2010
  3. Mar 10, 2010
  4. Mar 09, 2010
    • Friedemann Kleint's avatar
      Design mode/Qt Designer clean-up, part III: Resources. · c7e3e6ad
      Friedemann Kleint authored
      Move resource code to new ResourceHandler class and
      instantiate it on the form window.
      c7e3e6ad
    • Friedemann Kleint's avatar
      Design mode/Qt Designer: Clean up the widget part of it. · 1b86bc50
      Friedemann Kleint authored
      - Remove shared subwindow reparenting from EditorWidget, make EditorWidget
        inherit FancyMainWindow. and use just once instance of it instead of
        per-editor ones.
      - Embedded FormEditorStack into EditorWidget as a centralwidget.
      - Changed FormWindowEditor's base class from IEditor to SharedTools::FormWindowHost
        (Widget) to be embedded into FormEditorStack (no need to be an IEditor),
        Remove Designer::Internal::FormWindowHost which had little functionality.
      - Add Design Mode widget to FormEditorW which has FakeToolBar and EditorWidget
        (single instance) in a vertical layout.
      - Removed ProxyAction class handling dock view toggle actions of several EditorWidgets
        (no longer necessary since there is just once instance). Moved "View menu" to bottom.
      - Started to make FakeToolBar work as a single instance listening on changing
        xml editors
      - Include-file/slot connection clean-up.
      1b86bc50
  5. Mar 05, 2010
  6. Mar 04, 2010
  7. Jan 11, 2010
  8. Dec 07, 2009
  9. Dec 03, 2009
  10. Dec 01, 2009
  11. Nov 18, 2009
  12. Nov 13, 2009
  13. Sep 02, 2009
  14. Aug 14, 2009
  15. 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
  16. May 08, 2009
  17. Mar 31, 2009
  18. Mar 20, 2009
  19. Mar 12, 2009
  20. Feb 25, 2009
  21. Feb 09, 2009
  22. Feb 03, 2009
  23. Jan 21, 2009
  24. Jan 20, 2009
  25. Jan 19, 2009
  26. Jan 13, 2009
  27. Dec 18, 2008
    • Friedemann Kleint's avatar
      Fixes: Make Goto Slot work. · c6004485
      Friedemann Kleint authored
      Task: 205821
      Details: Do not look only in the source file, but also in the first order includes for the class definition. Polish and simplify the thing a bit, do not check for Ui_foo.
      c6004485
  28. Dec 16, 2008
  29. Dec 12, 2008
  30. Dec 11, 2008
    • Jarek Kobus's avatar
      Removes unnecessary TODO. Basically 3 left: · 2bb0db7d
      Jarek Kobus authored
      1) Ask Roberto for API for which would give position of class definition's end.
      2) Don't guess generated ui_<>.h filename but take it from somewhere (project manager???).
      3) 3 methods are taken from Thorbjorn's code. Make for it common public API.
      2bb0db7d
    • Jarek Kobus's avatar
      Finish "Go to slot" functionality. Currently it inserts declaration and... · 103ba359
      Jarek Kobus authored
      Finish "Go to slot" functionality. Currently it inserts declaration and definition if it doesn't exist, adds parameter names taken from designer, deal with namespaced ui class name. There are couple of TODOs left in code with hints on how to make it better.
      103ba359
  31. Dec 02, 2008
Loading