summaryrefslogtreecommitdiff
path: root/src/plugins/git/giteditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove spaces in initializer listsTim Jenssen2017-02-221-2/+2
* Utils: Introduce a TemporaryDirectory and TemporaryFile classTobias Hunger2017-01-201-2/+3
* Git: Some more QStringList cleanupOrgad Shaneh2016-08-151-1/+1
* Git: De-noiseOrgad Shaneh2016-07-221-18/+15
* Git: ModernizeTobias Hunger2016-02-101-13/+11
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Git: Use Qt5-style connectsTobias Hunger2015-11-231-4/+9
* Git: Do not use file name when retrieving parent commitOrgad Shaneh2015-11-111-2/+1
* Git: Strip line numbers from blame outputOrgad Shaneh2015-07-071-22/+18
* Git: Always warn on hard reset when there are modified filesOrgad Shaneh2015-06-111-15/+2
* Move "open" from IEditor to IDocumentEike Ziller2015-06-101-2/+2
* Git: Fix filtering of date/time in blameOrgad Shaneh2015-04-121-1/+1
* Vcs: Move createCommand and enqueueJob into VcsBaseClientImplTobias Hunger2015-04-101-10/+0
* Git: s/GitPlugin::gitClient/GitPlugin::client/Tobias Hunger2015-04-081-11/+11
* Vcs: Move handling of settings from VcsBaseClient to VcsBaseClientImplTobias Hunger2015-04-081-1/+2
* Git: Support Log for selected commit in git editorsOrgad Shaneh2015-03-101-0/+7
* Git: Enable different reset types for commits in git editorsOrgad Shaneh2015-03-101-4/+12
* VCS: Add accelerators to context menu entry in editorsOrgad Shaneh2015-03-101-6/+6
* Git: Replace two uses of QAction::setDatahjk2015-03-041-20/+6
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+2
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Port to new connect apiMontel Laurent2015-02-091-2/+2
* | VCS: Remove unneeded qualificationsOrgad Shaneh2015-02-041-8/+8
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* | VcsBase: Remove remaining BaseTextEditor::editor() usagehjk2014-09-021-4/+4
* | TextEditor: Clean up/streamline SyntaxHighlighter setuphjk2014-08-271-2/+2
* | VcsBase: Use static pattern for VcsBaseOutputWindowhjk2014-08-271-6/+7
* | Vcs: Move editor construction over to new schemehjk2014-08-211-2/+1
* | TextEditor: Consolidate document access functions.hjk2014-08-041-4/+4
* | GitEditor: Rename GitEditor into GitEditorWidgethjk2014-07-281-26/+24
|/
* Git: Factor source directory resolving to a functionOrgad Shaneh2014-07-031-11/+13
* Git: Remove diff editorOrgad Shaneh2014-06-241-10/+0
* Merge remote-tracking branch 'origin/3.1'Oswald Buddenhagen2014-03-181-3/+6
|\
| * Git: Consolidate codec configuration retrievalOrgad Shaneh2014-03-181-1/+2
| * Git: Simplify commit message codec handlingOrgad Shaneh2014-03-181-2/+1
| * Git: Use commit encoding for interactive rebase and commit editorsOrgad Shaneh2014-03-181-3/+6
* | Editors: Move id() from editor to document.Eike Ziller2014-03-051-4/+4
|/
* VCS editors: Fix revision markersEike Ziller2014-01-291-1/+1
* Git: Added ability to checkout and reset in GitEditorPetar Perisin2014-01-161-0/+29
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | Merge BaseTextEditorWidget::editorDocument() and ::baseTextDocument()Eike Ziller2013-12-181-2/+2
|/
* Git: Support annotate revision for renamed filesOrgad Shaneh2013-10-101-0/+14
* VCS: Rename diffBaseDirectory -> workingDirectoryOrgad Shaneh2013-10-101-1/+1
* Git: Support staging a single chunk.Francois Ferrand2013-09-261-0/+63
* Git: Extend show output on diff editorOrgad Shaneh2013-08-281-25/+5
* Git: List branches on showOrgad Shaneh2013-08-281-1/+15