- Dec 15, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Tobias Hunger authored
Reviewed-by: thorbjorn
-
- Dec 11, 2009
-
-
Thorbjørn Lindeijer authored
Even when an upper case character can also match a lower case one, it should only be treated as a CamelCase match when the matched character is also upper case. This avoids some false positives. Also, the part that allows a word in a CamelCase identifier to be truncated should never be matched case-insensitively.
-
- Dec 10, 2009
-
-
Daniel Molkentin authored
__stdcall for all compilers (MSVC and MinGW, possibly others may use it) __w64 is MSVC only, deprecated there, but still used in some places Reviewed-By: Roberto Raggi
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Dec 09, 2009
-
-
Thorbjørn Lindeijer authored
By default now only the first letter is case-sensitive. It is still possible to choose full or no case-sensitivity as well. Task-number: QTCREATORBUG-236 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Dec 08, 2009
-
-
Roberto Raggi authored
-
- Dec 07, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
Encapsulate the details.
-
- Dec 04, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Dec 03, 2009
-
-
Roberto Raggi authored
-
Thorbjørn Lindeijer authored
Done with Roberto Raggi. Task-number: QTCREATORBUG-405
-
- Dec 02, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
Moved Completion::getCompletion() in ICompletionCollector and made the filtering of completion items more C++ friendly.
-
Roberto Raggi authored
-
- Dec 01, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Nov 30, 2009
-
-
con authored
-
- Nov 27, 2009
-
-
con authored
Move the API to the progress manager. Added a first Mac implementation, other platforms are pending.
-
Friedemann Kleint authored
Separate category and trCategory and introduce sorting characters to the categories. Same for id/name.
-
Friedemann Kleint authored
Use QGridLayout to align header label and QStackedLayout for the pages (in code, as it is not available in Designer). Derive new class FilterLineEdit for filter widgets based on a modified version of FancyLineEdit and use that in settings. Rubber-stamped-by:
con <qtc-committer@nokia.com>
-
- Nov 24, 2009
-
-
Friedemann Kleint authored
Add a title label to the pages. Use QGroupBoxes throughout. Extend SavedAction to work with checkable QGroupBoxes. Polish UI files, use common layout for VCS plugins. Performance: Apply only visited settings pages. Add search keywords. Task-number: QTCREATOR-26
-
- Nov 20, 2009
-
-
Friedemann Kleint authored
Task-number: QTCREATOR-26
-
Thorbjørn Lindeijer authored
By setting the window and button text colors to the tool tip text color, since a tool tip background is drawn. Task-number: QTCREATORBUG-322
-
Alessandro Portale authored
The paragraphs are now long lines that get wrapped by the text browser. Reviewed-by: TrustMe modified: src/plugins/bineditor/BinEditor.pluginspec modified: src/plugins/bookmarks/Bookmarks.pluginspec modified: src/plugins/cmakeprojectmanager/CMakeProjectManager.pluginspec modified: src/plugins/coreplugin/Core.pluginspec modified: src/plugins/cpaster/CodePaster.pluginspec modified: src/plugins/cppeditor/CppEditor.pluginspec modified: src/plugins/cpptools/CppTools.pluginspec modified: src/plugins/cvs/CVS.pluginspec modified: src/plugins/debugger/Debugger.pluginspec modified: src/plugins/designer/Designer.pluginspec modified: src/plugins/fakevim/FakeVim.pluginspec modified: src/plugins/find/Find.pluginspec modified: src/plugins/genericprojectmanager/GenericProjectManager.pluginspec modified: src/plugins/git/ScmGit.pluginspec modified: src/plugins/helloworld/HelloWorld.pluginspec modified: src/plugins/help/Help.pluginspec modified: src/plugins/locator/Locator.pluginspec modified: src/plugins/mercurial/Mercurial.pluginspec modified: src/plugins/perforce/Perforce.pluginspec modified: src/plugins/projectexplorer/ProjectExplorer.pluginspec modified: src/plugins/qmleditor/QmlEditor.pluginspec modified: src/plugins/qmlprojectmanager/QmlProjectManager.pluginspec modified: src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec modified: src/plugins/qtscripteditor/QtScriptEditor.pluginspec modified: src/plugins/regexp/RegExp.pluginspec modified: src/plugins/resourceeditor/ResourceEditor.pluginspec modified: src/plugins/snippets/Snippets.pluginspec modified: src/plugins/subversion/Subversion.pluginspec modified: src/plugins/texteditor/TextEditor.pluginspec modified: src/plugins/vcsbase/VCSBase.pluginspec modified: src/plugins/welcome/Welcome.pluginspec
-
- Nov 19, 2009
-
-
Thorbjørn Lindeijer authored
When constructor completion was attempted on a base class specified in a class declaration, a null pointer reference would occur. Task-number: QTCREATORBUG-321 Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
- Nov 17, 2009
-
-
Roberto Raggi authored
-
- Nov 13, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
This reverts commit 6a9e7ab0.
-
Roberto Raggi authored
This change breaks OSX very badly. This reverts commit 6a9e7ab0.
-
- Nov 11, 2009
-
-
Friedemann Kleint authored
Add changed signals to IVersionControl and VCSManager and wire them to the update methods. Add a menu action for manually updating. Improved version of reverted 7aa24116. Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- Nov 10, 2009
-
-
Thorbjørn Lindeijer authored
Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>