Skip to content
Snippets Groups Projects
  1. Sep 03, 2009
  2. Aug 26, 2009
  3. Aug 14, 2009
  4. Jul 28, 2009
    • Daniel Molkentin's avatar
      Make the welcome screen into plugins. · 5633de2a
      Daniel Molkentin authored
      This removes the all hard dependencies to and from welcome screen,
      except the one to the core plugin. More in detail:
      
      - Add IWelcomePage to add a tab to the welcome screen
      - Move tabs in the modules where they belong
      - Enables QHelpManager to open help fullscreen and contextually
      - "Getting Started" moves to Qt4ProjectManager
      - Projects & Sessions (aka "Develop") moves to ProjectExplorer
      - "Community" remains in the welcome plugin for simplicity
      5633de2a
  5. Jul 27, 2009
  6. Jul 22, 2009
  7. Jul 15, 2009
  8. Jul 14, 2009
  9. Jun 24, 2009
  10. 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
  11. Jun 12, 2009
  12. Jun 05, 2009
  13. May 29, 2009
    • Daniel Molkentin's avatar
      welcome screen: populate example combobox · 99fb2916
      Daniel Molkentin authored
      When an example is selected, help and the project are opened
      in a split view. We try to read the xml file provided for
      QtDemo to extract details about the examples provided. Will
      try all available Qts, starting with the default version. Will
      fail gracefully (provide a message and disable controls) if
      examples or demos cannot be found. Will work if help is not
      found, but show an error.
      99fb2916
  14. May 28, 2009
  15. May 25, 2009
  16. May 19, 2009
    • Friedemann Kleint's avatar
      Added 'Open with ->Qt Designer' in Project Explorer. · 19663fee
      Friedemann Kleint authored
      
      Added IExternalEditor which knows a kind and a mimetype.
      Make EditorManager and ProjectExplorer "Open With" query
      the interface and add the respective kinds.
      Add "openExternalEditor" to EditorManager.
      Add External editors for Designer and Linguist,
      making use of Mac 'open' or Designer's Tcp socket mechanism
      to ensure files are opened in the same instance (per Qt version).
      
      Task-number: 249392
      Reviewed-by: default avatarcon <qtc-committer@nokia.com>
      19663fee
  17. May 18, 2009
    • Daniel Molkentin's avatar
      Add support for AMD64 compilers for MSVC. · 15905605
      Daniel Molkentin authored
      At this point, compiling projects and debugger helpers works.
      The speciality with this is that Qt does not provide distinct
      mkspecs, because MSVC draws the line between 32 and 64 bit
      solely by the environment.
      15905605
  18. May 12, 2009
    • dt's avatar
      Adds dynamic ui completion. Wohoo :) · af199594
      dt authored
      This means, creating a new project, we immediately have completion for
      the ui file. Also adding stuff to the ui file now changes the codemodel
      immediately.
      
      Yet todo, are tests under windows and suppressing a warning if the form
      contains a toplevel spacer.
      af199594
  19. Apr 28, 2009
  20. Apr 24, 2009
  21. Apr 23, 2009
  22. Apr 22, 2009
  23. Apr 03, 2009
  24. Mar 25, 2009
    • hjk's avatar
      qt4versionmanager: compile fix · 18b26939
      hjk authored
      18b26939
    • dt's avatar
      Change the way the debugging library is build and found, yet again. · e21a74cb
      dt authored
      We used to build a helper library as part of the project. First with the
      qmake -after SOURCES= stuff and after until now with the
      gdbmacrosbuildstep. Now, the all new and fancy integretation directtly
      into the qt version dialog. You build the debugger library once for
      each qt version and then it's there ready to be loaded into each
      project build against that qt version. Saves a lot of time.
      And makes it possible to also load that library into while debuggign a
      cmake project. (Need to hook that up now.)
      Unfourtanetly this breaks the custom dumpers if you use a custom run
      executable.
      e21a74cb
Loading