Commit Graph

4 Commits

Author SHA1 Message Date
Artur Shepilko
9a64faff10 Import wizard: Fix the auto pre-fill of the 'Local clone' name
Change-Id: I5460c2a02b5be7e69600cb424ed168f969e2ca05
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
2020-06-16 12:15:06 +00:00
Artur Shepilko
e74016a32f Update clone wizard icons
Change-Id: I45d1595094c132e28d714df00c3b480a9e7e33bc
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
2018-07-27 14:55:32 +00:00
Artur Shepilko
15007920a3 Update to use supportedProjectType
- Same change as in qt-creator aa37df645d

Change-Id: I1dfda4b8e7a9ce40954f5029efc2e51a5366b974
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
2018-07-27 13:19:42 +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