summaryrefslogtreecommitdiff
path: root/src/plugins/vcsbase
Commit message (Expand)AuthorAgeFilesLines
* Kill ";;" at end of statementNikolai Kosjar2013-09-041-1/+1
* Apply 'static' pattern to VcsManagerhjk2013-09-034-13/+10
* Apply 'static' pattern to MimeDatabasehjk2013-09-031-2/+1
* Core: Static pattern for ProgressManager, clean up all usershjk2013-09-022-5/+2
* VCS: Use better terms on checkout wizard for DVCSOrgad Shaneh2013-09-027-3/+36
* VCS: Replace AbstractCheckoutJob with CommandOrgad Shaneh2013-09-0213-375/+96
* VCS: Enable terminating a commandOrgad Shaneh2013-09-022-1/+8
* VCS: Update progress bar for commands that output progressOrgad Shaneh2013-08-302-3/+96
* Compile fixhjk2013-08-301-0/+1
* EditorManager: Use interface directly instead of going through ICorehjk2013-08-301-2/+2
* EditorManager: Use static pattern, adjust surrounding codehjk2013-08-301-2/+1
* VCS: Invert Command -> runVcs dependencyOrgad Shaneh2013-08-305-339/+277
* Git: Trim output lines on checkoutOrgad Shaneh2013-08-271-1/+1
* Add common interface for text formats inside syntax highlighterjkobus2013-08-266-89/+103
* VCS: Normalize newlines on checkoutOrgad Shaneh2013-08-221-2/+2
* Merge remote-tracking branch 'origin/2.8'Oswald Buddenhagen2013-08-213-12/+20
|\
| * Git: Fix crash on quit while rebase-todo editor is openOrgad Shaneh2013-08-132-19/+26
| * Disable undo/redo for VCS output windowOrgad Shaneh2013-08-011-0/+1
* | VCS: Introduce message styleOrgad Shaneh2013-08-203-2/+24
* | VCS: Use runVcs for CommandOrgad Shaneh2013-08-203-76/+34
* | VCS: Enable calling runVcs from non-GUI threadsOrgad Shaneh2013-08-203-23/+79
* | VCS: Always set window title when repository is changedOrgad Shaneh2013-08-161-1/+1
* | VCS: Use text settings for description textbox in submit editorOrgad Shaneh2013-08-131-6/+14
* | VCS: Use correct output styleOrgad Shaneh2013-08-122-2/+2
* | VCS: Emit repositoryChanged on some missed casesOrgad Shaneh2013-08-121-11/+11
* | VCS: Use a single filename for logOrgad Shaneh2013-08-072-7/+6
* | Revert "Git: Use a single filename for log"Orgad Shaneh2013-08-062-5/+6
* | Git: Use a single filename for logOrgad Shaneh2013-08-062-6/+5
* | Introduce Utils::SynchronousProcess::normalizeNewlinesOrgad Shaneh2013-08-063-13/+11
* | VCS: Use outputCodec for stdErrOrgad Shaneh2013-08-021-3/+4
* | EditorFactory: Replace some virtual functions with data membershjk2013-08-024-82/+13
* | VCS: Un-data functions that accept QStringOrgad Shaneh2013-07-315-24/+6
* | VCS: Remove unused termination modeOrgad Shaneh2013-07-192-46/+0
* | VCS: Consolidate codec handlingOrgad Shaneh2013-07-196-18/+38
* | VCS: Support silent output on runVcsOrgad Shaneh2013-07-182-3/+8
* | VCS: Use source() for file path where applicableOrgad Shaneh2013-07-181-3/+14
* | Fix usage of EditorManager::editorsForFileNameEike Ziller2013-07-182-14/+6
* | VCS: Use documents instead of editors a bit more.Eike Ziller2013-07-182-12/+9
* | Fix coding style for else statementsOrgad Shaneh2013-07-171-4/+2
* | TextEditors: Remove useless duplicated (set)textCodec methodsEike Ziller2013-07-171-3/+3
* | Move IEditor::createNew to IDocument::setContentsEike Ziller2013-07-175-13/+12
* | Make SubmitEditorFile dependency on VcsBaseSubmitEditor explicitEike Ziller2013-07-154-27/+27
* | Move IEditor::isTemporary to IDocumentEike Ziller2013-07-123-8/+3
* | Make document model static and add some document related methodsEike Ziller2013-07-121-3/+3
* | Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-07-121-1/+1
|\ \ | |/
| * VCS: Stop on file pattern when building a chunkOrgad Shaneh2013-07-111-1/+1
* | Show VCS topic in window titleOrgad Shaneh2013-07-111-2/+5
* | Move displayName from IEditor to IDocumentEike Ziller2013-07-103-17/+3
* | VCS: Support chunks without commaOrgad Shaneh2013-07-101-2/+5
* | Add QTCREATOR_COMPAT_VERSIONEike Ziller2013-07-091-1/+1