aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcsbase
Commit message (Expand)AuthorAgeFilesLines
* VCS: Remove redundant qualificationsOrgad Shaneh2014-11-191-3/+3
* VcsBase: Fix potential null pointer access.Christian Kandeler2014-11-191-1/+1
* VCS: Rework disabling of ambiguous actionsOrgad Shaneh2014-11-172-2/+7
* qbs build: Remove unneeded import statements.Christian Kandeler2014-11-101-2/+0
* Vcs: Report stderr messages in checkout wizardTobias Hunger2014-11-072-31/+31
* Vcs: Pass EditorWidgetCreator as copy to factoryhjk2014-10-292-4/+5
* License update.Eike Ziller2014-10-151-1/+1
* VariableChooser: Reworkhjk2014-10-151-2/+4
* MacroExpander: Allow registering local expansionshjk2014-10-151-3/+4
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-1458-406/+464
|\
| * License updateEike Ziller2014-10-0959-408/+466
* | Remove StandardFileWizardFactoryTobias Hunger2014-10-091-2/+0
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-294-11/+11
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-264-18/+18
* | Rename {Core,TextEditor},{Base,}TextDocument classeshjk2014-09-252-3/+3
* | VCS: Fix word wrap mode for commit messageOrgad Shaneh2014-09-231-0/+1
* | CppTools: Change CppModelManager implementation patternhjk2014-09-191-2/+2
* | VCS: Fix displaced commentOrgad Shaneh2014-09-161-1/+1
* | VCS: Make text wrapping independent of actual editorOrgad Shaneh2014-09-162-20/+29
* | VCS: Avoid repetitive calls to cleanupDescription in submit editorOrgad Shaneh2014-09-161-7/+9
* | VCS: Fix line wrapping for lines that end with a dashOrgad Shaneh2014-09-161-1/+1
* | VcsBase: Remove one unneeded #includehjk2014-09-101-1/+0
* | Remove Qt version checks.Christian Kandeler2014-09-081-8/+0
* | TextEditor: Flip default to 'duplicatedSupported'hjk2014-09-031-0/+1
* | Editors: Automatically add editor/document id to context and use thatEike Ziller2014-09-025-10/+4
* | VcsBase: Fix connect for derived classesChristian Stenger2014-09-021-1/+2
* | ExtensionSystem: Use Qt 5 plugin metadata instead of .pluginspec filesEike Ziller2014-09-022-17/+19
* | VcsBase: Remove remaining BaseTextEditor::editor() usagehjk2014-09-022-10/+13
* | VcsBase: Remove one more widget->editor->widget indirectionhjk2014-09-011-1/+1
* | Vcs: Collapse VcsSubmitEditorFactory hierarchyhjk2014-09-014-38/+16
* | VcsBase: Fix compilation with msvc2010Alessandro Portale2014-09-011-2/+2
* | Git/Hg SubmitEditor: Fix buttons in confirmation dialog for closeDaniel Teske2014-08-311-1/+6
* | TextEditor: Remove some *Widget::createEditor implementationhjk2014-08-282-7/+0
* | Vcs: Convert to new editor construction schemehjk2014-08-284-82/+82
* | Vcs: Some naming re-organizationhjk2014-08-2814-136/+137
* | Vcs: Move some static functions from *EditorWidget to *Editorhjk2014-08-283-89/+84
* | VcsBase: Use static pattern for VcsBaseOutputWindowhjk2014-08-2710-121/+100
* | ExtensionSystem: Remove Qt4 supportEike Ziller2014-08-271-2/+0
* | TextEditor: Remove parts of old editor creation sequencehjk2014-08-262-3/+3
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-251-1/+1
* | TextEditor: Introduce a BaseTextEditorFactoryhjk2014-08-222-3/+3
* | Vcs: Move editor construction over to new schemehjk2014-08-214-82/+88
* | TextEditor: Centralize settings connections setuphjk2014-08-202-4/+0
* | TextEditor: Further *Editor/*EditorWidget disentanglinghjk2014-08-191-5/+3
* | TextEditor: Merge the two sets of *EditorWidget constructorshjk2014-08-191-3/+7
* | Vcs: Flatten the VcsBase::BaseCheckoutWizard hierarchyhjk2014-08-182-2/+13
* | Use correct path for finding window title VCS topicEike Ziller2014-08-151-1/+1
* | Editors: Set window title for external editor windowsEike Ziller2014-08-131-4/+26
* | Merge remote-tracking branch 'origin/3.2'Oswald Buddenhagen2014-08-054-1/+8
|\|
| * Git: Fix crash when returning to commit editor from diffOrgad Shaneh2014-08-042-0/+6