"README.md" did not exist on "8638e834339bdb07ae81ad0723fcacf3ab7da4e9"
- Aug 27, 2009
-
-
dt authored
-
- Aug 26, 2009
-
-
con authored
Reviewed-by: dt
-
- Aug 17, 2009
-
-
dt authored
-
- Aug 14, 2009
-
-
hjk authored
-
- Aug 07, 2009
-
-
Friedemann Kleint authored
- Give the controls a tooltip listing file details (date) - Make building a QtConcurrent task - Make log window scroll to bottom and pop up on error - Make the build code pass on error messages about copying the source files to the log file - Clean up the building code string-wise, use QLatin1String and translate messages, cache the icons. Use a QSharedPointer for the QtVersions in the settings page since they are passed to the BuildTask, which may outlive the dialog.
-
Friedemann Kleint authored
This reverts commit debb3961. Success cannot be properly detected.
-
Friedemann Kleint authored
- Give the controls a tooltip listing file details (date) - Make building a QtConcurrent task - Make log window scroll to bottom and pop up on error - Make the build code pass on error messages about copying the source files to the log file - Clean up the building code string-wise, use QLatin1String and translate messages, cache the icons
-
- Aug 06, 2009
-
-
dt authored
-
- Aug 05, 2009
-
-
con authored
It works, except that the code model doesn't get the rvct include directories and defines yet. And you need to have everything for rvct set up in your environment.
-
- Aug 04, 2009
-
-
Oswald Buddenhagen authored
almost too simple to be right, given the TODO ...
-
- Jul 29, 2009
-
-
dt authored
-
- Jul 28, 2009
-
-
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
-
- Jul 27, 2009
-
-
con authored
Reviewed-by: Daniel Molkentin
-
- Jul 23, 2009
-
-
dt authored
-
- Jul 22, 2009
-
-
dt authored
We add each command line argument to the Additional Arguments
-
- Jul 21, 2009
-
-
Daniel Molkentin authored
-
- Jul 20, 2009
-
-
Daniel Molkentin authored
It may be that a non-default Qt version provides documentation even if the default one does not. Fixes: 257970
-
- Jul 15, 2009
-
-
dt authored
Requires a lot of trivial forwarding.
-
- Jul 14, 2009
-
-
con authored
Since that method actually checks if Qt is built 64bit, not if MSVC is 64bit.
-
- Jun 24, 2009
-
-
con authored
-
con authored
Since the actual tool chain is defined in the project, it moved there from the qt version.
-
con authored
QtVersion provides possible toolchains that can be used by the Qt version, e.g. winscw, gcce and armv5 for symbian-abld.
-
con authored
Passing the Project to the tool chain now. Not quite sure if I like it.
-
con authored
-
con authored
-
con authored
-
con authored
Will be used to find the "Qt in PATH" and "Qt from Symbian" versions.
-
con authored
-
con authored
-
- Jun 16, 2009
-
-
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
-
Jason McDonald authored
Reviewed-by: Trust Me
-
- Jun 12, 2009
-
-
Daniel Molkentin authored
Reviewed-by: dt
-
- Jun 08, 2009
-
-
Daniel Molkentin authored
Reviewed-by: kh
-
- Jun 05, 2009
-
-
dt authored
Reviewed-By: con
-
- Jun 04, 2009
-
-
dt authored
Reviewed-By: ossi
-
- Jun 03, 2009
-
-
Oswald Buddenhagen authored
- clear up some Q_OS_LINUX vs. Q_OS_UNIX - clear up Q_WS_* vs. Q_OS_* (relatively theoretical exercise) - use proper #if-#else cascades instead of free-standing #ifs
-
- Jun 02, 2009
-
-
Daniel Molkentin authored
-
- May 29, 2009
-
-
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.
-
- May 27, 2009