Commit Graph

10 Commits

Author SHA1 Message Date
Jarek Kobus
ef573e4407 Do some cleanup
Change-Id: Ia63ed85397a4a86f8037797aa899253e9bcf3913
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
2022-10-07 07:16:54 +00:00
hjk
ea431eede1 Fossil: Aspectify settings
Change-Id: I090cf3c63cd705220abb09e5d58eef89e9b55147
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
2021-03-24 10:26:24 +00:00
Eike Ziller
6ab75271a8 Adapt to upstream change
Id moved from Core to Utils. Remove unused and now wrong forward declaration.

Change-Id: I6742a6df3e4d6e1babbb774259d815e50c78a9e1
Reviewed-by: hjk <hjk@qt.io>
2020-06-22 14:40:56 +00:00
hjk
86f7c7bf12 Adapt to recent VCS base changes
Change-Id: Ia55808cb0e0959ab77333120dabd5401ec51d2a3
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
2020-02-10 08:04:10 +00:00
Orgad Shaneh
a565e05fb0 Adapt to upstream changes
Change-Id: I3c55a84419b22d02bf275729220572c10ca11e35
Reviewed-by: hjk <hjk@qt.io>
2020-01-31 12:56:11 +00:00
Orgad Shaneh
b6f137afef Adapt to upstream changes
Change-Id: Ibdbd3abcfd65b091744451830625e2135c6573d9
Reviewed-by: hjk <hjk@qt.io>
2020-01-31 12:10:50 +00:00
Orgad Shaneh
d3998c6319 Adapt to upstream VCS change
Change-Id: I4097fb789a887e656d510a3fff67f5bf396a9a0a
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
2018-08-28 07:27:12 +00:00
Artur Shepilko
06d73b2e24 Update copyright year
Change-Id: I2b1db2013cad9d25d2a54439866aae63a62623f0
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
2018-07-16 20:49:28 +00:00
Eike Ziller
cb9135ade9 Add missing override
Change-Id: I0202df0c8823203c8f1571b1866b911e784b9305
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
2017-10-06 11:40:13 +00:00
Artur Shepilko
dea25a6b62 Vcs: Add Fossil SCM integration plugin
* Qt Creator base-commit: f77af5e336
* Stand-alone plugin source tree for integration into qtc super-project
* Original release: https://github.com/nomadbyte/qtcreator-plugin-fossil
* Adapted from Bazaar plugin implementation

Configuring Fossil
------------------

1. Download the [Fossil SCM client](http://fossil-scm.org) and install `fossil`
   executable file in your `PATH`.

2. Create or designate a directory to store local Fossil repositories and
   remote clones. For example: `~/fossils/qt`.

3. Configure Version Control Options for the Fossil plugin to use
   the designated directory as `Local Repositories Default path`.

Now Fossil should become available as a VCS choice to create new local
repositories, as well as a choice in `New File or Project` to clone a
remote Fossil repository.

Change-Id: I630184c1b344184d9e08ae2fc24a5e4766f834b9
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2017-02-09 16:43:38 +00:00