summaryrefslogtreecommitdiff
path: root/src/plugins/diffeditor
Commit message (Expand)AuthorAgeFilesLines
* GitClient: fix diff when committingNikita Baryshnikov2015-04-121-1/+0
* DiffEditorManager fix typo in assertNikita Baryshnikov2015-04-061-1/+1
* Remove some duplicate includesTobias Hunger2015-03-203-3/+0
* DiffEditor: use sentence style capitalization for labelsLeena Miettinen2015-03-161-1/+1
* DiffEditor: Do not soft-assert when savingTobias Hunger2015-03-131-1/+2
* DiffEditor: Fix line number forcingTobias Hunger2015-03-111-2/+1
* DiffEditor: Fill in file combobox on new splitsTobias Hunger2015-03-111-1/+1
* DiffEditor: Remove dead codeTobias Hunger2015-03-112-235/+2
* DiffEditor: Fix sync toggleTobias Hunger2015-03-112-136/+145
* Clean headers of the DiffEditor plugin.Tobias Hunger2015-03-1011-38/+29
* DiffEditor: WS only changeTobias Hunger2015-03-101-1/+1
* DiffEditor: Refactor the user-facing partsTobias Hunger2015-03-1024-1487/+960
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-052-0/+2
* Prefix duplicate names in Open Documents to make them uniqueOrgad Shaneh2015-02-262-2/+2
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-264-0/+9
* Core: Make Context parameter to registerAction optionalhjk2015-02-261-3/+1
* DiffEditor: Fix selection of next viewTobias Hunger2015-02-231-6/+9
* DiffEditor: Introduce a base class for the different viewsTobias Hunger2015-02-237-90/+292
* Use new mime databaseEike Ziller2015-02-172-2/+0
* DiffEditor: Move SelectableTextEditorWidget to internalTobias Hunger2015-02-162-5/+6
* DiffEditor: Make DiffEditor internalTobias Hunger2015-02-163-15/+9
* DiffEditor: Make SideBySideDiffEditorWidget internalTobias Hunger2015-02-163-10/+12
* DiffEditor: Make UnifiedDiffEditorWidget internalTobias Hunger2015-02-163-7/+8
* DiffEditor: Make DiffEditorGuiController internalTobias Hunger2015-02-167-11/+20
* DiffEditor: Make DiffEditorDocument internalTobias Hunger2015-02-167-40/+58
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-1229-172/+172
|\
| * Update LicenseEike Ziller2015-01-1629-172/+172
* | DiffEditor: Remove unnecessary instance() method from DiffEditorManagerTobias Hunger2015-02-042-14/+7
* | DiffEditor: Remove unused methodsTobias Hunger2015-02-044-12/+0
* | DiffEditor: Remove m_controller memberTobias Hunger2015-02-042-23/+24
* | DiffEditor: Assert that document is passed inTobias Hunger2015-02-041-4/+3
* | DiffEditor: Remove unneeded qualificationsOrgad Shaneh2015-02-042-40/+40
* | DiffEditor: Fix compile for Qt less than 5.4Christian Stenger2015-02-021-1/+1
* | DiffEditor: Remove a bit of fluffTobias Hunger2015-01-307-18/+8
* | DiffEditor: Remove some empty destructorsTobias Hunger2015-01-304-12/+0
* | DiffEditor: Convert more connects to Qt5 styleTobias Hunger2015-01-301-31/+30
* | Port to new connect apiMontel Laurent2015-01-294-11/+11
* | Replace QFileInfo::fileName() with FileName::fileName()Orgad Shaneh2015-01-291-3/+4
* | DiffEditor: Compile fix for Qt version less than 5.4Christian Stenger2015-01-291-1/+1
* | DiffEditor: Convert more connects to Qt5 styleTobias Hunger2015-01-281-67/+67
* | DiffEditor: Use Qt5 style connectsTobias Hunger2015-01-284-41/+42
* | DiffEditor: Save a little space by reordering members in ControllerTobias Hunger2015-01-282-7/+7
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-3/+3
* | Utils: Simplify tooltip architecture and cleanuphjk2014-12-151-1/+0
* | Utils: Start simplification of tooltip handlinghjk2014-12-081-2/+1
* | Merge remote-tracking branch 'origin/3.3'Eike Ziller2014-11-247-24/+108
|\ \ | |/
| * DiffEditor: Remove pointless assignment.Christian Kandeler2014-11-191-2/+1
| * DiffEditor: Make it possible to paste snippets.Friedemann Kleint2014-11-132-0/+8
| * DiffEditor: Save description along with diff.Friedemann Kleint2014-11-135-21/+68
| * Limit length of file names in DiffEditorDocument::suggestedFileName().Friedemann Kleint2014-11-131-0/+5