summaryrefslogtreecommitdiff
path: root/src/plugins/genericprojectmanager
Commit message (Expand)AuthorAgeFilesLines
* License update.Eike Ziller2014-10-153-15/+17
* VariableChooser: Reworkhjk2014-10-151-1/+0
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-1422-154/+176
|\
| * License updateEike Ziller2014-10-0922-149/+170
* | Partially revert "GenericProject: Use some Qt 5 connect"hjk2014-10-091-1/+1
* | GenericProject: Use some Qt 5 connecthjk2014-10-092-5/+4
* | GenericProject: Ensure that special nodes are only added onceDaniel Teske2014-10-062-20/+17
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-291-1/+1
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-09-291-2/+2
|\ \ | |/
| * Generic Project: Fix adding wrong include directoriesAndre Hartmann2014-09-291-2/+2
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* | ProjectExplorer: Apply static pattern to ProjectExplorerPluginhjk2014-09-261-5/+2
* | Rename {Core,TextEditor},{Base,}TextDocument classeshjk2014-09-251-1/+1
* | CppTools: Change CppModelManager implementation patternhjk2014-09-194-8/+8
* | GenericProjectManager: Fix plugin testsNikolai Kosjar2014-09-192-8/+8
* | C++: update project info once after finishing adding all project parts.Erik Verbruggen2014-09-121-0/+1
* | Remove Qt version checks.Christian Kandeler2014-09-081-14/+0
* | C++: Change QStringList to QSet<QString> to prevent conversions.Erik Verbruggen2014-09-042-7/+7
* | Replace QLatin1String("x") with QLatin1Char('x') where possibleKai Koehne2014-09-042-2/+2
* | TextEditor: Flip default to 'duplicatedSupported'hjk2014-09-031-14/+0
* | Editors: Automatically add editor/document id to context and use thatEike Ziller2014-09-022-3/+1
* | ExtensionSystem: Use Qt 5 plugin metadata instead of .pluginspec filesEike Ziller2014-09-022-17/+19
* | ExtensionSystem: Remove Qt4 supportEike Ziller2014-08-271-2/+0
* | GenericProjectManager: Use BaseTextEditorFactory for creationhjk2014-08-252-31/+16
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-251-2/+2
* | GenericProject: put different languages into separate project parts.Erik Verbruggen2014-08-214-51/+138
* | GenericProjectManager: General editor related code consolidationhjk2014-08-204-91/+25
* | TextEditor: Centralize settings connections setuphjk2014-08-201-4/+0
* | CppTools: Move Project{Part,Info} to new cppprojects.{h,cpp}Nikolai Kosjar2014-08-202-2/+2
* | TextEditor: Further *Editor/*EditorWidget disentanglinghjk2014-08-192-6/+4
* | TextEditor: Merge the two sets of *EditorWidget constructorshjk2014-08-192-18/+11
* | Merge remote-tracking branch 'origin/3.2'Oswald Buddenhagen2014-08-052-9/+42
|\ \ | |/
| * GenericProject: Don't show externally modified dialog for addFilesDaniel Teske2014-07-291-3/+4
| * GenericProject: Also change .include on adding filesDaniel Teske2014-07-292-5/+37
| * GenericProject: Fix logic for refresh(Everything)Daniel Teske2014-07-291-1/+1
* | GenericProject: Initialize pointer members in constructorTobias Hunger2014-08-041-1/+1
* | TextEditor: Remove one stack of EditorWidget constructorshjk2014-08-012-15/+11
* | Merge remote-tracking branch 'origin/3.2' into HEADEike Ziller2014-07-221-3/+5
|\ \ | |/
| * GenericProject: Changed the way C++11 is specifiedThorbjørn Lindeijer2014-07-221-3/+5
* | Merge remote-tracking branch 'gerrit/3.2'Eike Ziller2014-07-071-1/+3
|\ \ | |/
| * C++: fix include/framework path handling.Erik Verbruggen2014-07-041-1/+3
* | GenericProject: add simple test.Erik Verbruggen2014-07-076-0/+286
|/
* Always pass Core::Id by value.Christian Kandeler2014-07-013-6/+6
* IDocument: Make mimeType a value memberhjk2014-07-012-6/+1
* Unify "missing compiler" and "missing build configuration" tasksTobias Hunger2014-06-231-5/+7
* Utils: Remove FileWizard class altogetherTobias Hunger2014-06-121-0/+2
* BaseFileWizard: Get rid of applyExtensionPageShortTitle(...)Tobias Hunger2014-06-122-7/+7
* Introduce BaseFileWizardTobias Hunger2014-06-062-8/+7
* BaseFileWizardFactory: rename createWizardDialog method to createTobias Hunger2014-06-062-6/+4
* IWizardFactory: Rename BaseFileWizard to BaseFileWizardFactoryTobias Hunger2014-06-052-3/+3