aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clearcase/clearcaseplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-4/+4
* ClearCase: Drop QRegExp usehjk2020-06-241-12/+15
* Move InfoBar to UtilsEike Ziller2020-06-181-1/+1
* VCS: Add vcsDescribeOrgad Shaneh2020-06-181-5/+5
* IVersionControl: Change vcsAnnotate return type to voidOrgad Shaneh2020-06-181-3/+2
* All: Use Utils::SkipEmptyPartshjk2020-06-171-10/+14
* Vcs: Make VcsBaseEditorWidget::test* operate on factories directlyhjk2020-02-131-2/+2
* Vcs: Make some editor factories proper plugin pimpl membershjk2020-02-071-38/+42
* ClearCase: Make a some items proper data membershjk2020-02-071-20/+22
* ClearCase: Partially move plugin pimpl to .cpphjk2020-02-071-13/+262
* Vcs: Separate plugin and QObject parent roles for VcsSubmitEditorFactoryhjk2020-02-061-1/+1
* Vcs: Move responsibility to set editor parameters to editor factoryhjk2020-02-061-2/+1
* Vcs: Merge IVersionControl and VcsBasePlugin hierarchieshjk2020-01-311-29/+144
* Vcs: Pimpl pluginshjk2020-01-241-172/+181
* Vcs: Move static functions out of VcsPlugin "namespace"hjk2020-01-231-1/+1
* Vcs: Dissolve VcsManager::registerVersionControlhjk2020-01-221-1/+2
* ClearCase: Use new IOptionPage convenience functionshjk2020-01-141-1/+1
* Utils: Add CommandLine convenience constructorshjk2019-07-231-2/+2
* Utils: Use CommandLine in ShellCommandhjk2019-06-111-2/+3
* Use Utils::FilePath in SynchronousProcesshjk2019-06-111-4/+4
* Utils: Rename FileName to FilePathhjk2019-05-281-4/+4
* VCS: Improve dialog on submit promptOrgad Shaneh2018-11-121-4/+1
* ClearCase: ModernizeAlessandro Portale2018-11-051-2/+2
* ClearCase: Pass dialogParent where neededOrgad Shaneh2018-09-221-3/+6
* ClearCase: ModernizeOrgad Shaneh2018-09-201-18/+19
* VCS: Consolidate submit editor actions setupOrgad Shaneh2018-08-281-19/+1
* VCS: Capitalize commitDisplayNameOrgad Shaneh2018-08-281-1/+1
* Vcs/Text search: Remove a few addAutoReleaseObject useshjk2018-02-061-6/+5
* Core: make useMacShortcut constexprDavid Schulz2018-02-021-9/+9
* Project: Make Project::files return a FileNameListTobias Hunger2017-12-081-1/+1
* ClearCase: Don't try reading when file cannot be openedRobert Loehning2017-09-181-3/+5
* VCS: Offer to save-all before commitTobias Hunger2017-09-121-0/+8
* VcsManager: Register IVersionControls with VcsManagerTobias Hunger2017-07-101-1/+1
* VcsManager: Simplify usage of clearVersionControlCacheTobias Hunger2017-07-101-1/+1
* Use QFileInfo::exists(...) which is faster that QFileInfo(..).existsMontel Laurent2017-04-141-2/+2
* ProjectExplorer: Follow up on too-much-magic in IProjectManagerhjk2017-03-091-1/+1
* Move mimetype definitions to plugin specsEike Ziller2017-02-271-3/+0
* Remove spaces in initializer listsTim Jenssen2017-02-221-2/+2
* Replace a few occurrences of QStringList() << ...hjk2017-02-081-4/+4
* Utils: Introduce a TemporaryDirectory and TemporaryFile classTobias Hunger2017-01-201-3/+3
* VCS: Use Qt5 connect for annotateOrgad Shaneh2016-11-281-10/+1
* VCS: Replace describe slots with lambdasOrgad Shaneh2016-11-281-2/+4
* Rename VcsBaseEditorParameterWidget -> VcsBaseEditorConfigOrgad Shaneh2016-10-241-1/+0
* SynchronousProcess: Store raw bytes from stdout/stderr of the processTobias Hunger2016-07-151-2/+2
* ClearCase: Adapt to removed signalOrgad Shaneh2016-05-301-1/+5
* vcs: fix compiler warningNikita Baryshnikov2016-05-131-3/+2
* Fix up QProcess::waitForFinished()Tobias Hunger2016-05-111-6/+6
* ClearCase: Use Utils::runAsyncEike Ziller2016-02-121-4/+3
* ClearCase: ModernizeTobias Hunger2016-02-041-30/+0
* Preferably use QStringRef::toInt().Friedemann Kleint2016-02-041-1/+1