summaryrefslogtreecommitdiffstats
path: root/plugins/fossil/fossilplugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to changes in 4.114.11Eike Ziller2019-10-231-1/+1
| | | | | Change-Id: Ie02d61ecdb1a636ca4d21b1e5b09bde530c1fdca Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Adapt to upstream FileName changesEike Ziller2019-05-291-1/+1
| | | | | | Change-Id: I5b2a3ec17024fdc569df0c65f8d48564d5a3afea Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Adapt to masterOrgad Shaneh2019-05-141-1/+1
| | | | | Change-Id: Ie1b9f937fe2daaaa2a181d28aec8ba065aff9e3f Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Adapt to 4.94.9Eike Ziller2019-05-131-4/+2
| | | | | Change-Id: I9c413eaf6d70eaf09640aed349c876c040ef55ba Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Adapt to master4.8Orgad Shaneh2018-09-211-1/+1
| | | | | Change-Id: Iee445c716469a4cc257c7eccc986a5e1d50411ff Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Adapt to upstream VCS changeOrgad Shaneh2018-08-281-23/+0
| | | | | Change-Id: I4097fb789a887e656d510a3fff67f5bf396a9a0a Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Add support for annotation of any given revision4.7Artur Shepilko2018-08-081-2/+3
| | | | | | | | | - Parent commits are also accessible from Annotate context menu - The client functionality was added in `fossil v2.4` Change-Id: Ia6096432cb1151388b5aebca30a6d25c1c6079f4 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Update copyright yearArtur Shepilko2018-07-161-1/+1
| | | | | Change-Id: I2b1db2013cad9d25d2a54439866aae63a62623f0 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Adapt to QtCreator 4.7Artur Shepilko2018-07-131-12/+14
| | | | | | Change-Id: I9eb8d740e1ef33622a8ba15e4e832755f0141a94 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Adapt to change in VCS registrationEike Ziller2017-10-061-2/+1
| | | | | | | Was changed in qt-creator/19c9194b117bf4d5a4d5ef19e6f9d84d92c67620 Change-Id: I1b6449d3435a418f7fdd1cc3b94c2e752c062672 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Vcs: Jump to the current source line in Fossil Annotate editorv4.3.04.3Artur Shepilko2017-04-261-1/+2
| | | | | | | | | | | | | | | | * Keep track of the current source line number and pass it to Annotate action. * Add a 'List Versions' toggle in Annotate editor to prepend a list of commits that make up the annotated source. * By default do not show the version list so that annotated line number could be matched to the source line. NOTE: VcsBaseEditorWidget::configurationWidget() query is no longer available, yet Fossil client needs it in order to process the effective arguments. So we re-implement it in FossilEditorWidget sub-class. Change-Id: Idc4c21d074ccf4e1c6d041cce2abceb78665c8f2 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Doc: Add a doc project for the Fossil pluginEike Ziller2017-03-091-0/+4
| | | | | Change-Id: Ic465b8838f090688fab2fc966fa3fbf7409c13a2 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
* Vcs: Add Fossil SCM integration pluginArtur Shepilko2017-02-091-0/+819
* Qt Creator base-commit: f77af5e3362cc6c4360ea1d197fb834cd5b072fa * 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>