summaryrefslogtreecommitdiff
path: root/src/plugins/cvs
Commit message (Expand)AuthorAgeFilesLines
...
* | Editors: Automatically add editor/document id to context and use thatEike Ziller2014-09-021-7/+1
* | ExtensionSystem: Use Qt 5 plugin metadata instead of .pluginspec filesEike Ziller2014-09-022-17/+19
* | Vcs: Collapse VcsSubmitEditorFactory hierarchyhjk2014-09-013-10/+5
* | Vcs: Convert to new editor construction schemehjk2014-08-281-6/+2
* | Vcs: Some naming re-organizationhjk2014-08-284-24/+29
* | Vcs: Move some static functions from *EditorWidget to *Editorhjk2014-08-281-20/+20
* | VcsBase: Use static pattern for VcsBaseOutputWindowhjk2014-08-271-5/+5
* | ExtensionSystem: Remove Qt4 supportEike Ziller2014-08-271-2/+0
* | Do not shout at usersRobert Loehning2014-08-221-1/+1
* | Vcs*: Rename several *Editors to *EditorWidgetshjk2014-08-223-11/+11
* | Fix closing editor with ctrl+w or "x" or File > CloseEike Ziller2014-08-221-1/+2
* | Vcs: Move editor construction over to new schemehjk2014-08-213-9/+8
* | Vcs: Flatten the VcsBase::BaseCheckoutWizard hierarchyhjk2014-08-183-24/+10
* | VCS: Make submit editor closing independent from current editorEike Ziller2014-08-151-1/+1
* | TextEditor: Consolidate document access functions.hjk2014-08-041-1/+1
* | Vcs: Denoise *plugin.cpp and reduces scope of constantshjk2014-07-282-93/+95
* | Git: Remove unused declarationshjk2014-07-231-1/+0
* | Some QString -> FileName transformationOrgad Shaneh2014-07-164-6/+6
|/
* Revert "VCS: Open diff/blame editors in other split"Tobias Hunger2014-06-171-3/+1
* CVS: Pass const string by referenceOrgad Shaneh2014-05-262-2/+2
* Vcs: Use Utils::FileName where possible in the CheckoutWizardsTobias Hunger2014-05-262-8/+8
* BaseCheckoutWizard*: Move createCommand from factory into WizardTobias Hunger2014-05-262-25/+24
* Vcs: Remove propertyPages from wizardFactoryTobias Hunger2014-05-262-20/+14
* Vcs: Make checkout wizards work, even when VCS in unconfiguredTobias Hunger2014-05-261-1/+5
* Vcs: Add method to create a Wizard to the WizardFactory and use itTobias Hunger2014-05-262-0/+24
* Vcs: Append "Factory" to the variaus checkout wizardsTobias Hunger2014-05-263-6/+6
* Rename basecheckoutwizard.* to vcsbase/basecheckoutwizardfactory.*Tobias Hunger2014-05-261-1/+1
* Rename BaseCheckoutWizard to BaseCheckoutWizardFactoryTobias Hunger2014-05-261-1/+1
* VCS: Remove unused local variablesOrgad Shaneh2014-05-061-3/+0
* Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-4/+4
* Use ICore::dialogParent for message boxes without parent so farhjk2014-03-121-3/+4
* use new base import style in qbs filesJoerg Bornemann2014-03-111-1/+1
* VCS: Open diff/blame editors in other splitTobias Hunger2014-03-071-1/+3
* EditorManager: Add OpenEditorFlags to openEditorWithContentsTobias Hunger2014-03-071-1/+0
* Qbs/qmake: Fix dependencies of pluginsTobias Hunger2014-02-112-0/+3
* BaseTextEditor: Remove some unnecessary indirections through widgetEike Ziller2014-01-141-1/+1
* Core: Merge Find and Locator into Core pluginhjk2014-01-144-7/+4
* Incremented year in copyright infoRobert Loehning2014-01-092-2/+2
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-0822-22/+22
|\
| * Incremented year in copyright infoRobert Loehning2014-01-0822-22/+22
* | VCS: Remove unnecessary indirectionEike Ziller2013-12-191-3/+2
* | Preferences: Add default implementation for filteringEike Ziller2013-12-102-32/+10
* | Merge remote-tracking branch 'origin/3.0'Eike Ziller2013-12-051-1/+3
|\ \ | |/
| * Limit cdUp to rootOrgad Shaneh2013-12-031-1/+3
* | Cvs: Add history completer to path choosersTobias Hunger2013-11-261-0/+1
* | ClearCase: Handle read-only view private filesKnut Petter Svendsen2013-11-132-2/+3
* | Fix warnings about struct/class mismatch in CVS.Friedemann Kleint2013-10-181-1/+1
* | Merge remote-tracking branch 'origin/3.0'Eike Ziller2013-10-162-24/+0
|\ \ | |/
| * Vcs: Remove snapshot supportTobias Hunger2013-10-152-24/+0
* | Use VcsBaseClient::diff instead of cvs's oneJarek Kobus2013-10-1611-236/+346
|/