Skip to content
Snippets Groups Projects
  1. Mar 23, 2010
  2. Mar 18, 2010
  3. Mar 05, 2010
  4. Jan 21, 2010
  5. Jan 15, 2010
  6. Jan 14, 2010
    • Daniel Molkentin's avatar
      Allow access to system scope setting. · 047901aa
      Daniel Molkentin authored
      This commit add a Settings::Scope parameter to
      Core::ICore::settings(), the default is UserScope,
      which falls back to SystemScope. Specifying SystemScope
      instead gives exclusive access to the SystemScope.
      047901aa
  7. Oct 08, 2009
    • Friedemann Kleint's avatar
      Debugger: Do configuration error checking early on. · 22ab8d56
      Friedemann Kleint authored
      
      Add a configuration checking method to the Debugger manager,
      depending on toolchain, wire it to the engines.
      Check that in the debugger run controls.
      
      Add a convenience method to ICore that shows a warning
      message with a "Settings" button, pointing the user
      to a configuration error on a settings page.
      
      Remove leftovers of the dumper parser.
      Acked-by: default avatarcon <qtc-committer@nokia.com>
      22ab8d56
  8. Aug 14, 2009
  9. 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
  10. May 25, 2009
    • Thorbjørn Lindeijer's avatar
      Introduced settings database based on sqlite · c9e88a96
      Thorbjørn Lindeijer authored
      Potential replacement for QSettings. This database will allow us to save
      settings incrementially, removing most of the performance issues we're
      having when our few megabytes of settings are being saved.
      
      Not done in the form of a QSettings backend because it doesn't seem the
      backends can do an incremental update of the settings.
      
      Currently used by the QuickOpenPlugin for testing.
      c9e88a96
  11. Apr 20, 2009
  12. Mar 18, 2009
    • Friedemann Kleint's avatar
      Fixes: Introduce a cpp settingspage containing file naming conventions (lower... · bccf4a1f
      Friedemann Kleint authored
      Fixes: Introduce a cpp settingspage containing file naming conventions (lower case and suffixes). Reorder VCS settings pages.
      
      Task: 241959, 248085
      
      RevBy: Optics/Naming checked by con
      Details: Give IOptionPage an id() to differentiate from trName(). Make showOptionsDialog return a bool (applied) and give it an optional parent. Change Cpp and form class wizards, give them a Configure... button to change those settings.
      bccf4a1f
  13. Feb 25, 2009
  14. Jan 26, 2009
  15. Jan 21, 2009
    • Daniel Molkentin's avatar
      Fixes: Implement make install target, Step 1 · 0f20a20b
      Daniel Molkentin authored
      Details: Moving files so that the local layout corresponds to the layout pushed by make install.
      Adjust Make target, modify the resource path of the loader to find the resources in the
      right place. All pathes are still looked up relative to binaryPath(), libs are found via
      relative rpath.
      0f20a20b
  16. Jan 20, 2009
  17. Jan 16, 2009
  18. Jan 13, 2009
  19. Jan 12, 2009
  20. Dec 16, 2008
  21. Dec 02, 2008
Loading