summaryrefslogtreecommitdiff
path: root/src/plugins/vcsbase
Commit message (Expand)AuthorAgeFilesLines
* Incremented year in copyright infoRobert Loehning2014-01-0859-59/+59
* Limit cdUp to rootOrgad Shaneh2013-12-031-1/+1
* Braces cleanupOrgad Shaneh2013-11-141-4/+3
* Remove trailing blanks from messages.Friedemann Kleint2013-11-051-1/+1
* Remove most trailing newlines from translated messages.Friedemann Kleint2013-10-221-3/+3
* Vcs: Do not leak parameter widgetsTobias Hunger2013-10-211-7/+8
* BaseCheckoutWizard: Add button to message box informing about failureTobias Hunger2013-10-181-0/+1
* VCS: Decide file/project control by top levelOrgad Shaneh2013-10-171-8/+10
* Vcs: Remove snapshot supportTobias Hunger2013-10-152-75/+4
* VcsBase: Abort commands when closing VcsBaseEditorWidgetTobias Hunger2013-10-141-0/+1
* Vcs: Make sure legacy settings get removedTobias Hunger2013-10-111-0/+4
* VCS: Do not try to add files that are already trackedOrgad Shaneh2013-10-112-2/+2
* Git: Support annotate revision for renamed filesOrgad Shaneh2013-10-102-2/+14
* VCS: Rename diffBaseDirectory -> workingDirectoryOrgad Shaneh2013-10-103-13/+13
* VCS: Pass workingDirectory for annotateOrgad Shaneh2013-10-104-14/+19
* Rename "[Mm]ethod(s)" to "[Ff]unction(s)"Nikolai Kosjar2013-10-101-1/+1
* qbs project files: Make use of new qbsSearchPaths property.Christian Kandeler2013-10-091-1/+1
* Unify wizards with TOC and cancel button.Eike Ziller2013-10-091-2/+0
* Revert "EditorManager: Fix crash when closing an editor upon activation"Orgad Shaneh2013-10-081-2/+4
* Git: Allow direct push after commitAndre Hartmann2013-09-302-5/+17
* VCS: Abort previous command for the same editorOrgad Shaneh2013-09-303-0/+12
* VCS: Do less when command is aborted internallyOrgad Shaneh2013-09-302-37/+45
* Command: Do not emit repositoryChanged when app is closedOrgad Shaneh2013-09-272-11/+23
* Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-09-274-21/+26
|\
| * Doc: edit vcsbase docsLeena Miettinen2013-09-104-21/+26
* | VCS: Enable canceling a commandOrgad Shaneh2013-09-263-19/+39
* | Git: Support staging a single chunk.Francois Ferrand2013-09-262-6/+24
* | Introduce ExitCodeInterpreter, useful when exit code != 0 is validjkobus2013-09-264-24/+43
* | QDoc: Fix QDoc warningsTobias Hunger2013-09-261-2/+2
* | Cleanup IWizard interface and usershjk2013-09-242-58/+7
* | VCS: Disable file actions for directoriesOrgad Shaneh2013-09-231-8/+12
* | Apply static pattern to TextEditorSettinghjk2013-09-203-5/+4
* | Core: Clean up FileIconProvider interfacehjk2013-09-131-1/+1
* | Git: Fix crash on diffOrgad Shaneh2013-09-122-5/+7
* | SessionManager: Apply 'static' patternhjk2013-09-051-2/+1
* | ProjectManager: Use Core::Id for progress typeshjk2013-09-042-2/+3
* | 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