- Mar 02, 2010
- Mar 01, 2010
-
-
con authored
-
- Feb 08, 2010
-
-
Kai Koehne authored
Only revert stuff that is linked to fast string concat.
-
Kai Koehne authored
This reverts commit e70530c5. It did break builds on older gcc versions (gcc 4.1.2 64 bit Linux, gcc 4.0.1 on Mac OS X): parser/qmljsgrammar_p.h: In static member function ???static int QmlJSGrammar::nt_action(int, int)???: parser/qmljsgrammar_p.h:188: error: ???QmlJSGrammar::<anonymous enum>??? is/uses anonymous type parser/qmljsgrammar_p.h:188: error: trying to instantiate ???template<class T> struct QConcatenable??? ...
-
- Feb 05, 2010
-
-
Oswald Buddenhagen authored
-
- Feb 02, 2010
- Feb 01, 2010
-
-
Friedemann Kleint authored
foreach()-Loops.
-
Friedemann Kleint authored
QString: Use QChar where appropriate.
-
- Jan 29, 2010
-
-
Oswald Buddenhagen authored
doing it in 1.3 as well to avoid possible later conflicts
-
- Jan 21, 2010
- Jan 18, 2010
-
-
kh1 authored
Follow the text editor and provide a combo box for opened documents. We might consider removing the tabs all together to look more consistent. Task-number: QTCREATORBUG-584 Reviewed-by: ck
-
- Jan 13, 2010
- Jan 12, 2010
-
-
Kai Koehne authored
registerDocumentation failed if a namespace/qch file had been registered before, but the qch file is not accessible any more. This prevented the registration of the same namespace/qch file at a different location. Fix this by explicitly removing entries that have no valid qch file any more from the db. Reviewed-by: con
-
- Jan 07, 2010
-
-
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
-
con authored
-
- Jan 04, 2010
-
-
Erik Verbruggen authored
Added a name component to the SideBar's saveSettings/restoreSettings to allow for multiple instances in a plug-in.
-
- Dec 21, 2009
-
-
con authored
-
- Nov 30, 2009
-
-
mae authored
the fix makes the mouse cursor visible when the editor loses focus. This fixes an issue with the completion box, where on mac and windows no mouse cursor would be visible (it worked on X11 due to the way X11 does mouse grabbing for popup windows).
-
mae authored
Introduce "Reset Font Size" action, bound to Ctrl+0
-
- Nov 27, 2009
-
-
Friedemann Kleint authored
Separate category and trCategory and introduce sorting characters to the categories. Same for id/name.
-
- 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
-
-
con authored
Also avoids errors because of users messing with the "Unfiltered" filter, which is used for e.g. context help. The strategy now is to remove the "Unfiltered" filter from previous runs (possibly in a different language), and re-register a fresh filter with the name in the current language, and guaranteed to not filter out anything. Reviewed-by: kh1
-
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 16, 2009
-
-
ck authored
Reviewed-by: kh1
-
- Nov 04, 2009
-
-
dt authored
-
- Oct 29, 2009
-
-
con authored
-
con authored
-
Jarek Kobus authored
RevBy: Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- Oct 23, 2009
-
-
Oswald Buddenhagen authored
-
- Oct 21, 2009
-
-
Maurice Kalinowski authored
- In case documentation has been added to the collection, creator registers the documentation on startup. Reviewed-By: ck
-
- Oct 16, 2009