aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clearcase/clearcasesync.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* ClearCase: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-011-1/+1
* ClearCase: Hide plugin class definition in .cpphjk2024-01-121-20/+20
* ClearCase: Remove pointless function argumentOrgad Shaneh2023-10-021-4/+3
* Utils, all: Standardize on QtcSettingshjk2023-09-271-2/+2
* Remove unused includes of QFutureInterfaceJarek Kobus2023-05-041-1/+0
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-1/+1
* VcsBase: Use QtConcurrent invocation for async runJarek Kobus2023-03-091-16/+16
* ClearCase: Fix bug in ClearCaseSync runProcessKnut Petter Svendsen2023-02-091-1/+3
* Utils: Rename QtcProcess::readAllStandard* to readAllRawStandard*hjk2023-01-101-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* VcsBase & dependent: Fix const correctnessJarek Kobus2022-12-141-8/+8
* Vcs plugins: Replace foreach with ranged for loopJarek Kobus2022-09-301-1/+1
* ClearCase: Move to Tr::trhjk2022-09-291-5/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ClearCase: Remove unused includesJarek Kobus2022-08-031-2/+3
* ClearCase: Simplify isConfigured()Jarek Kobus2022-08-031-1/+1
* ClearCaseSettings: Use FilePath for ccBinaryPathJarek Kobus2022-08-021-3/+2
* Get rid of QtcProcess::workingDirectory() overloadJarek Kobus2022-01-181-1/+1
* Use QtcProcess in ClearCaseSyncJarek Kobus2021-11-081-59/+43
* Utils: filepathify fileutilsDavid Schulz2021-05-181-1/+1
* VCS: Fix build with Qt6Eike Ziller2020-09-211-1/+1
* ClearCase: Cleanup ClearCaseSyncOrgad Shaneh2020-06-241-28/+17
* ClearCase: Compile fix for Qt 5.15hjk2020-06-241-2/+7
* ClearCase: Drop QRegExp usehjk2020-06-241-6/+8
* ClearCase: Partially move plugin pimpl to .cpphjk2020-02-071-26/+23
* Vcs: Pimpl pluginshjk2020-01-241-1/+1
* ClearCase: ModernizeAlessandro Portale2018-11-051-1/+1
* Use QFileInfo::exists(...) which is faster that QFileInfo(..).existsMontel Laurent2017-04-141-1/+1
* QRegExp include cleanupSamuel Gaist2017-03-131-0/+1
* ClearCase: ModernizeTobias Hunger2016-02-041-2/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Don't mix iterator and const_iteratorKai Koehne2015-04-021-2/+2
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | ClearCase: Improved performance for indexing dynamic viewsKnut Petter Svendsen2013-12-051-33/+139
* | ClearCase: Refactor and add testsKnut Petter Svendsen2013-12-051-67/+170
|/
* ClearCase: Fix checking if a directory is managedKnut Petter Svendsen2013-04-301-16/+20
* Merge remote-tracking branch 'origin/2.7'Eike Ziller2013-04-081-6/+6
|\
| * ClearCase: Fix: Status actions was not correct for unixKnut Petter Svendsen2013-04-031-6/+6
* | ClearCase: Add const to ClearCaseSyncKnut Petter Svendsen2013-04-051-8/+8
* | ClearCase: Assume Read Only file is Checked In for dynamic viewKnut Petter Svendsen2013-04-051-3/+16
* | ClearCase: Refactor ClearCaseSyncKnut Petter Svendsen2013-04-031-5/+8
* | Fix Krazy-warnings in ClearCase-plugin.Friedemann Kleint2013-03-081-6/+6
|/
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* ClearCase: Fix race conditionOrgad Shaneh2012-11-161-6/+6
* Adjust license headershjk2012-10-051-0/+29