summaryrefslogtreecommitdiff
path: root/src/plugins/vcsbase
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Doc: update docs for Version Control General optionsLeena Miettinen2014-07-221-1/+1
| * VCS: Fix filter line in nickname dialogOrgad Shaneh2014-07-221-0/+1
* | TextEditor: Consolidate document access functions.hjk2014-08-042-13/+13
* | TextEditor: Move toolbar widgets from *Editor to *Widgethjk2014-08-011-2/+3
* | TextEditor: Remove one stack of EditorWidget constructorshjk2014-08-011-1/+1
* | TextEditor: Merge ITextEditor and BaseTextEditorhjk2014-07-251-1/+1
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-07-173-5/+5
|\ \ | |/
| * UI text: replace "e-mail" with "email"Leena Miettinen2014-07-161-2/+2
| * Git: Fix opening repository log when commit editor is openOrgad Shaneh2014-07-151-2/+1
| * Set parent for options dialog where appropriate.Eike Ziller2014-07-141-1/+2
* | VcsBase: Adjusting incompatible signal/slotAlessandro Portale2014-07-171-5/+5
* | Some QString -> FileName transformationOrgad Shaneh2014-07-169-39/+50
|/