aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cvs
Commit message (Expand)AuthorAgeFilesLines
* VcsBaseClientImpl: Don't leak VcsCommand instancesJarek Kobus2024-03-181-1/+2
* Fix i18n issuesEike Ziller2024-02-211-5/+5
* Vcs: Use QString and Id in editor parameters instead of char *hjk2024-02-091-6/+6
* VCS: Simplify VcsEditor setuphjk2024-02-071-43/+32
* Vcs: Move VcsEditorFactory closer to its producthjk2024-02-071-1/+0
* Vcs: Merge basevcssubmiteditorfactory.* into vcsbasesubmiteditor.*hjk2024-02-071-1/+0
* Vcs: Make submit editor setup a bit more compacthjk2024-02-071-13/+8
* Vcs: Rename VcsBasePluginPrivate to VersionControlBasehjk2024-02-061-3/+3
* Utils: Also rename parameteraction.{h,cpp} to action.{h,cpp}hjk2024-01-291-1/+1
* Utils: Rename ParameterAction into Actionhjk2024-01-291-32/+32
* Cvs: Move plugin class definition to .cpphjk2024-01-124-55/+54
* BaseAnnotationHighlighter: Get rid of QTextDocument arg from c'torJarek Kobus2023-11-211-3/+2
* SyntaxHighlighter: Make setChangeNumbers private functionArtem Sokolovskii2023-11-211-5/+5
* SyntiaxHighlighter: Move VCS highlighters creating to TextDocumentArtem Sokolovskii2023-11-202-4/+3
* CVS: Disable by defaulthjk2023-09-251-0/+1
* Plugins: A bit more Keys and Storehjk2023-08-251-1/+1
* Bazaar, Cvs, Fossil, Mercurial, Perforce, Svn: Simplify returnsJarek Kobus2023-08-022-2/+2
* Various Plugins: Simplify return QStringList statementsJarek Kobus2023-08-021-1/+1
* Build: Change plugin json.in files to CMake styleEike Ziller2023-07-251-24/+24
* Replace a few aspect.value() calls with operatpor()hjk2023-07-192-2/+2
* Vcs: Distribute readSettings() calls to individual settingshjk2023-07-181-0/+2
* Vcs: Convert settings pages to latest stylehjk2023-07-182-9/+20
* VCS: A few more simpler setLayouter callshjk2023-05-311-3/+3
* Vcs: Register settings aspects more directlyhjk2023-05-302-11/+5
* Vcs: Use new FilePathAspect in a few placeshjk2023-05-172-4/+3
* Vcs: Use PagedSettings for all plugin settingshjk2023-05-153-43/+28
* Cvs: Follow the Fossil settings setuphjk2023-05-153-31/+32
* All: Use the shorter access to aspect values in a few placeshjk2023-05-121-1/+1
* Layouts: Add missing "br"s to terminate Form linesAlessandro Portale2023-05-041-2/+2
* Fix lots of tr.h files not being mentioned in CMakeLists.txtEike Ziller2023-04-011-0/+1
* Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-102-6/+6
* Qbs: Update some qbs filesChristian Stenger2023-02-081-0/+1
* Use simpler Plugin::initialize() when feasiblehjk2023-01-202-5/+2
* VcsBase: Proliferate use of FilePathhjk2023-01-201-9/+9
* VcsBase: Convert to Tr::trhjk2023-01-181-5/+5
* Prefix Tr::tr contexts with ::hjk2023-01-131-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0611-11/+11
* VcsBase & dependent: Fix const correctnessJarek Kobus2022-12-141-3/+2
* VCS: Simplify submit editor accept/close flowOrgad Shaneh2022-10-251-2/+2
* VCS: Deduplicate some submit editor closing logicOrgad Shaneh2022-10-171-23/+1
* VCS: Remove "Prompt to submit" settingsOrgad Shaneh2022-10-172-6/+2
* VcsBase: Use FilePath in editorTag()Jarek Kobus2022-10-061-2/+2
* Cvs: Reuse CommandResultJarek Kobus2022-10-061-181/+123
* Cvs: Replace timeout with timeout multiplierJarek Kobus2022-10-061-33/+25
* VcsBase: Move RunFlags into separate headerJarek Kobus2022-10-061-18/+18
* Vcs plugins: Replace foreach with ranged for loopJarek Kobus2022-09-301-1/+1
* Cvs: Move to Tr::trhjk2022-09-3015-154/+114
* CvsPlugin: Reuse vcsSynchronousExec()Jarek Kobus2022-09-021-9/+3
* Use SPDX license identifiersLucie Gérard2022-08-2613-312/+26
* VcsCommand: Remove unused SshPasswordPromptJarek Kobus2022-08-261-22/+15