Skip to content
Snippets Groups Projects
  1. Jan 08, 2014
  2. Oct 10, 2013
  3. Sep 24, 2013
  4. Sep 03, 2013
  5. Sep 02, 2013
    • Christian Kandeler's avatar
      Remove superfluous include paths from project files. · 72d17382
      Christian Kandeler authored
      
      A lot of our build system files specify unneeded include
      paths. These roughly fall into the following categories:
          a) Paths that are already set in more general files
             such as qtcreator.pri.
          b) Paths that serve no purpose at all, possibly
             left over from earlier versions of the project.
          c) Paths that act as workarounds for wrong include
             statements of the form '#include "xyz.h"', where
             xyz.h is not in the same directory as the including
            file.
      This patch removes such path specifications and fixes the offending
      include statements from case c).
      Tested on Linux, Windows and OSX with qmake and qbs.
      
      Change-Id: I039a8449f8a65df0d616b4c08081145c18ae4b15
      Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@digia.com>
      Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@digia.com>
      72d17382
  6. Apr 04, 2013
  7. Jan 29, 2013
  8. Oct 05, 2012
  9. Jul 19, 2012
  10. Feb 15, 2012
  11. Jan 26, 2012
  12. Jan 24, 2012
  13. Nov 03, 2011
  14. Oct 19, 2011
  15. Sep 05, 2011
  16. May 06, 2011
  17. Apr 13, 2011
  18. Feb 03, 2011
  19. Jan 12, 2011
  20. Jan 10, 2011
  21. Dec 17, 2010
  22. Dec 06, 2010
  23. Nov 11, 2010
    • con's avatar
      Fix ui language for custom wizards. · 17fb150f
      con authored
      Introduces a ICore::userInterfaceLanguage method, which centralizes the
      previous qApp property hack for help and designer integration.
      
      Reviewed-by: Friedemann Kleint
      17fb150f
  24. Oct 04, 2010
  25. Jun 04, 2010
  26. May 12, 2010
  27. Mar 10, 2010
  28. Mar 05, 2010
  29. Feb 26, 2010
    • Lasse Holmstedt's avatar
      Design mode integration · df7a19de
      Lasse Holmstedt authored
      Moved Qt Designer to open from Design Mode. Also, Design mode is now global,
      and created in coreplugin. Other plugins can register themselves to it.
      df7a19de
  30. Jan 11, 2010
  31. Jan 07, 2010
    • Tobias Hunger's avatar
      Make method naming more consistent. · a6ad7737
      Tobias Hunger authored
        * Use id() for methods returning a string used to represent
          some type of object.
        * Use displayName() for strings that are meant to be user
          visible.
        * Quieten some warnings while touching the files anyway.
        * Move Factories to their products in the plugins where that
          was not done before.
      
      Reviewed-by: dt
      a6ad7737
  32. Jan 06, 2010
  33. Nov 27, 2009
  34. Aug 14, 2009
  35. Jul 13, 2009
  36. 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
  37. 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