summaryrefslogtreecommitdiffstats
path: root/plugins/fossil/fossilclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update to upstream FilePath changesHEADtemp/fossilmasterhjk2023-01-201-6/+5
* Adapt to upstream changeChristian Stenger2023-01-191-6/+8
* Fossil: Adapt to upstream changesJarek Kobus2022-12-111-9/+8
* Do some cleanupJarek Kobus2022-10-071-39/+22
* Replace foreach with ranged for loopJarek Kobus2022-10-061-1/+2
* Simplify data structuresJarek Kobus2022-10-061-27/+17
* Adapt to upstream changesJarek Kobus2022-10-061-82/+46
* Adapt to upstream changesJarek Kobus2022-09-201-4/+4
* Adapt to upstream changesJarek Kobus2022-09-021-17/+17
* Adapt to upstream changeChristian Stenger2022-08-301-4/+1
* Adapt to upstream changesJarek Kobus2022-08-021-7/+7
* Adapt to upstream changesChristian Stenger2022-08-021-51/+52
* Adapt to upstream changeChristian Stenger2022-08-011-72/+60
* Adapt to upstream changesJarek Kobus2022-07-141-18/+14
* Adapt to upstream changeChristian Stenger2022-05-231-19/+19
* Adapt to upstream changesChristian Stenger2022-03-091-19/+21
* Adapt to upstream changesChristian Stenger2021-08-061-46/+46
* Adapt to upstream findTopLevelForFile changehjk2021-07-301-5/+2
* Fossil: Adapt to Make SynchronousProcess results more directly accessiblehjk2021-05-171-55/+68
* Fossil: Revert some unintentional hunkhjk2021-03-291-1/+1
* Fossil: Aspectify settingshjk2021-03-241-27/+30
* Do not include Core::IdEike Ziller2020-09-221-2/+1
* Use Utils::SkipEmptyParts instead of the deprecated one in QStringArtur Shepilko2020-07-191-5/+6
* Merge remote-tracking branch 'origin/4.13'Orgad Shaneh2020-07-171-6/+6
|\
| * Fix build after upstream changeEike Ziller2020-07-071-6/+6
* | Work around MSVC error initializing QString from const char *Artur Shepilko2020-07-161-1/+1
|/
* Adapt to Fossil client version 2.12Artur Shepilko2020-06-171-5/+9
* Push/pull: Fix the handling of the Default URLArtur Shepilko2020-06-161-8/+16
* Adapt to 4.12Orgad Shaneh2020-02-141-13/+14
* Adapt to upstream changesOrgad Shaneh2020-01-311-5/+3
* Adapt to upstream changesEike Ziller2019-12-191-4/+3
* Adapt to upstream FileName changesEike Ziller2019-05-291-6/+6
* FossilClient: De-noiseOrgad Shaneh2019-05-151-43/+45
* Adapt to masterOrgad Shaneh2019-05-141-1/+2
* Create a correct editor for 'Log Current File'Artur Shepilko2018-09-061-1/+1
* Add Reload button to Log and Diff editorsArtur Shepilko2018-09-021-0/+5
* Suppress command output on revision queryOrgad Shaneh2018-08-281-1/+2
* Add support for annotation of any given revision4.7Artur Shepilko2018-08-081-17/+45
* Update copyright yearArtur Shepilko2018-07-161-1/+1
* Fix isVcsFileOrDirectory4.5Eike Ziller2017-10-171-3/+4
* Adapt to changes in VcsBase4.4Eike Ziller2017-10-061-9/+9
* Vcs: Jump to the current source line in Fossil Annotate editorv4.3.04.3Artur Shepilko2017-04-261-28/+68
* Vcs: Re-implement Fossil's topic indicator using a TopicCache sub-classArtur Shepilko2017-04-211-20/+1
* Vcs: Add Fossil SCM integration pluginArtur Shepilko2017-02-091-0/+1201