summaryrefslogtreecommitdiff
path: root/src/plugins/qnx
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-14236-1668/+1906
|\
| * License updateEike Ziller2014-10-09237-1669/+1907
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-293-7/+7
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-262-3/+3
* | ProjectExplorer: Apply static pattern to ProjectExplorerPluginhjk2014-09-261-1/+1
* | Rename {Core,TextEditor},{Base,}TextDocument classeshjk2014-09-253-3/+3
* | Debugger: Merge two remote setup communication pathshjk2014-09-192-9/+28
* | QNX: OS/X supportJames McDonnell2014-09-181-0/+9
* | use DISTFILES instead of OTHER_FILES in docs, templates, and editorsOswald Buddenhagen2014-09-152-3/+3
* | BlackBerry: Work around over-eager -Wmaybe-uninitializedhjk2014-09-111-6/+6
* | Blackberry: Initialize variables in constructorTobias Hunger2014-09-101-1/+2
* | RemoteLinux: Create run configs by target name, not by project file.Christian Kandeler2014-09-093-4/+14
* | Fix typosRobert Loehning2014-09-091-1/+1
* | Replace QLatin1String("x") with QLatin1Char('x') where possibleKai Koehne2014-09-042-2/+2
* | QtVersion: Allow for variables in Qt version namesTobias Hunger2014-09-042-2/+3
* | ExtensionSystem: Use Qt 5 plugin metadata instead of .pluginspec filesEike Ziller2014-09-022-17/+19
* | Qnx: Add missing slash to path.Christian Kandeler2014-09-011-1/+1
* | Qnx: remove left-over qDebug callAlessandro Portale2014-09-011-1/+0
* | Do not use deprecated Qt functionality.Christian Kandeler2014-08-296-7/+10
* | ExtensionSystem: Remove Qt4 supportEike Ziller2014-08-271-2/+0
* | Remove pre-Qt 5.3.1 code paths from main Qt Creator pro and pri filesEike Ziller2014-08-261-12/+2
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-259-13/+13
* | Do not shout at usersRobert Loehning2014-08-223-3/+3
* | TextEditor: Centralize settings connections setuphjk2014-08-201-2/+0
* | TextEditor: Merge the two sets of *EditorWidget constructorshjk2014-08-191-2/+4
* | Kit: Introduce variables for Kit display namesTobias Hunger2014-08-182-2/+2
* | TextEditor: Consolidate document access functions.hjk2014-08-042-2/+2
* | TextEditor: Update tab settings for all tab changeshjk2014-07-301-1/+0
* | TextEditor: Replace PlainTextDocument by Base + a setup functionhjk2014-07-301-2/+7
* | TextEditor: Replace PlainTextEditorWidget by Base + a setup functionhjk2014-07-302-6/+4
* | TextEditor: Move remaining PlainTextEditorWidget functions to Basehjk2014-07-301-1/+1
* | TextEditor: Remove indenter construction from PlainTextEditorWidgethjk2014-07-301-1/+4
* | ProjectExplorer: Using function objects for kit matchinghjk2014-07-251-4/+4
* | "foreach (QString" -> "foreach (const QString &"Alessandro Portale2014-07-242-3/+3
* | ProjectExplorer: Remove ITargetPanelFactoryDaniel Teske2014-07-221-1/+1
* | Move PanelsWidget and PropertiesPanel to their own filesDaniel Teske2014-07-221-1/+1
* | Merge remote-tracking branch 'origin/3.2' into HEADEike Ziller2014-07-221-1/+1
|\ \ | |/
| * Fixing URL for BlackBerry Legacy KeysSergejs Kovrovs2014-07-201-1/+1
* | ToolChain: Do not run compiler when setting up a toolchainTobias Hunger2014-07-212-2/+2
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-07-172-4/+5
|\ \ | |/
| * Set parent for options dialog where appropriate.Eike Ziller2014-07-142-4/+5
* | Some QString -> FileName transformationOrgad Shaneh2014-07-164-8/+11
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-07-114-8/+4
|\ \ | |/
| * Fix compiler warnings about argument being non-const in virtual base methodKai Koehne2014-07-114-8/+4
* | Qnx: Fix the Id for the BlackBerry run configurationEl Mehdi Fekari2014-07-071-1/+1
|/
* Always pass Core::Id by value.Christian Kandeler2014-07-0122-46/+46
* IDocument: Make mimeType a value memberhjk2014-07-012-6/+1
* Qnx: Fix version comparisonOrgad Shaneh2014-06-231-2/+4
* Qnx: Generate bar descriptor when opening new projectsEl Mehdi Fekari2014-06-202-5/+18
* Reinvent deprecated qSort as Utils::sortNikita Baryshnikov2014-06-191-1/+3