aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clearcase
Commit message (Expand)AuthorAgeFilesLines
* Use QFileInfo::exists(...) which is faster that QFileInfo(..).existsMontel Laurent2017-04-142-3/+3
* Merge remote-tracking branch 'origin/4.2' into 4.3Orgad Shaneh2017-03-141-0/+1
|\
| * QRegExp include cleanupSamuel Gaist2017-03-131-0/+1
| * ClearCase: Re-slot annotateVersionOrgad Shaneh2016-11-281-1/+1
* | ProjectExplorer: Follow up on too-much-magic in IProjectManagerhjk2017-03-091-1/+1
* | Move mimetype definitions to plugin specsEike Ziller2017-02-275-12/+11
* | 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-282-11/+1
* | VCS: Replace describe slots with lambdasOrgad Shaneh2016-11-282-5/+5
* | Rename VcsBaseEditorParameterWidget -> VcsBaseEditorConfigOrgad Shaneh2016-10-241-1/+0
* | VCS: Add a way to filter out files/directories that belong to a VCSTobias Hunger2016-10-212-0/+8
* | VCS: "final"-ize IVersionControl implementationsTobias Hunger2016-10-211-17/+17
|/
* UI files: Fix tab order in lots of UI formsNazar Gerasymchuk2016-08-022-0/+10
* Fix qbs build on macOSChristian Kandeler2016-07-281-1/+1
* 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: Fix plugin unit testsChristian Stenger2016-03-101-1/+1
* VCS: Reslot describe functionsOrgad Shaneh2016-02-121-1/+3
* ClearCase: Use Utils::runAsyncEike Ziller2016-02-121-4/+3
* Polish: Remove some more useless "slots" from headersTobias Hunger2016-02-104-21/+19
* ClearCase: ModernizeTobias Hunger2016-02-0422-172/+84
* Preferably use QStringRef::toInt().Friedemann Kleint2016-02-041-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-1926-451/+326
* IDocument: Rename defaultPath and suggestedFileNameEike Ziller2016-01-141-1/+1
* Rename Project::ExcludeGeneratedFilesUlf Hermann2016-01-131-2/+1
* ClearCase: Make updateStatusActions() a slot againChristian Stenger2015-11-301-1/+1
* ClearCase: Use Qt5-style connectsTobias Hunger2015-11-232-43/+45
* Clear Case: fix UI textLeena Miettinen2015-10-222-4/+4
* ClearCase: replace link with text URLLeena Miettinen2015-07-061-4/+4
* ClearCase: Persist save keep file on undo checkoutKnut Petter Svendsen2015-06-113-11/+22
* ClearCase: Add setting to not prompt for commentKnut Petter Svendsen2015-06-117-18/+59
* Add override keyword to IEditor & TextEditorWidget implementationsEike Ziller2015-06-092-4/+5
* IVersionControl: Add method to get a ShellCommand for initial checkoutsTobias Hunger2015-05-111-0/+1
* Vcs: Sprinkle overrides over IVersionControlsTobias Hunger2015-05-081-17/+17
* Vcs: Split up VcsCommandTobias Hunger2015-05-042-12/+18
* Vcs: Standardize on second based timeoutsTobias Hunger2015-04-134-51/+44
* Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-04-021-2/+2
|\
| * Don't mix iterator and const_iteratorKai Koehne2015-04-021-2/+2
* | VCS: Rename DiffHighlighter -> DiffAndLogHighlighterOrgad Shaneh2015-03-251-1/+1
|/
* Vcs: fix missing icons in SubmitFileModelHugues Delorme2015-03-111-1/+2
* Vcs: rename overload SubmitEditor::diffSelectedFiles() for rowsHugues Delorme2015-03-061-1/+2
* Prefix duplicate names in Open Documents to make them uniqueOrgad Shaneh2015-02-261-1/+1
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+1
* ClearCaseSettings: initialize memberNikita Baryshnikov2015-02-251-1/+2
* Use new mime databaseEike Ziller2015-02-171-3/+3
* Core: Use FileName for DocumentModel::Entry::fileNameOrgad Shaneh2015-02-161-1/+1