Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #689 from taurus-org/release-Jan18
Browse files Browse the repository at this point in the history
Release jan18 (4.3.0)
  • Loading branch information
Carlos Pascual authored Mar 1, 2018
2 parents 28ffd9f + 1c51e0b commit 7d80b08
Show file tree
Hide file tree
Showing 94 changed files with 2,218 additions and 1,996 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ commit = True
message = Bump version {current_version} to {new_version}
tag = False
tag_name = {new_version}
current_version = 4.1.0
current_version = 4.3.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}-{release}
Expand Down
61 changes: 42 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,53 @@
# Use old ubuntu image as a workarount to Tango DS launch problems
group: deprecated-2017Q4

language: python

python:
- 3.6

sudo: required

services:
- docker

env:
global:
- secure: "CCVtBQ8xIrOwUJGXxd81wyD1ng72Hf6d9y2U+5X88aVGTrOa8/hut10C+Jmnyf0NTZmGh/49eVvoWRvLDhjpECFMuO/bLkiNtVjz0VtWAHT2W98QJYmeymPzx86tGa+iAZCwlgXeRQFJCw1eqQvBYnjumMZWb9kj3fqgpqpSRH5SWnuRCmbxOoelmtTTUC8YKkzasAHYs03faR0DCq0oBmDy9nU2cfcRN7oE5wXUfEnDwNaoHbiQA4wiJbzNpBV432bIDtzD7gsFdiIT6ExJVFHi1gWB32bGZdbiDPpej7I2fW5qunbzUXS5doVhoBU67qqhI241RJ+AOBVb+sQnF8gwwi9/5/mcORiSBX7yI59YsOXYwo2YW+8PGr3OlF3t0+z92Q3uPytUXysdtVO4dExnLbV8OEzgmWCkv2M3GIajjE3isYAaBItqSBJHJnRClza4nNg2WLwmqLPBgM4AuSUZEpB/8kbz9kTecVEb13WrlTCNc8KVRGR+EGa4KmWADwOOxurxeb/NsTteOnzdyfrP2TXKeGOkN2uqBGYJaI7OoefsgLG7VF/+Sz4MTETMs/gZojwpO6igKBS1sJlcXujz/kt125b8gcSnrAiU1TjbZIBew/D40H64tpBcuk+dqF6i6HCoV2QmZ1QEpHOSoDk9FEaKMlgKhQj59/cWcI8="

matrix:
- DOCKER_IMG=cpascual/taurus-test:debian-jessie
- DOCKER_IMG=cpascual/taurus-test:debian-stretch
- DOCKER_IMG=cpascual/taurus-test:debian-buster

matrix:
include:
- python: 2.7
os: linux
sudo: required
services:
- docker
env:
- DOCKER_IMG=cpascual/taurus-test:latest

- python: 2.7
os: linux
sudo: required
services:
- docker
env:
- DOCKER_IMG=cpascual/taurus-test:debian9
allow_failures:
- env: DOCKER_IMG=cpascual/taurus-test:debian-buster

before_install:
# run cpascual/taurus-test docker container (Debian8 with taurus-deps and xvfb installed)
- docker run -d --name=taurus-test -h taurus-test --volume=`pwd`:/taurus $DOCKER_IMG
- sleep 10

script:
- docker exec taurus-test /bin/bash -c "cd taurus ; python setup.py install"
- docker exec taurus-test /bin/bash -c "TAURUS_STARTER_WAIT=5 taurustestsuite -e 'taurus\.core\.util\.test\.test_timer'"
- python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)"
- set -e
- docker exec -t taurus-test /bin/bash -c "cd /taurus ; python setup.py install"
- docker exec -t taurus-test /bin/bash -c "TAURUS_STARTER_WAIT=5 taurustestsuite -e 'taurus\.core\.util\.test\.test_timer'"
- docker exec -t taurus-test /bin/bash -c "cd /taurus ; python setup.py build_sphinx"
# deploy sphinx-built docs to taurus-doc repo
- if [[ "$DOCKER_IMG" == "cpascual/taurus-test:debian-stretch" && "$TRAVIS_REPO_SLUG" == "taurus-org/taurus" ]]; then
pip install doctr ;
docker exec taurus-test /bin/bash -c "touch /taurus/build/sphinx/html/.nojekyll" ;
if [[ "${TRAVIS_BRANCH}" == "develop" ]]; then
doctr deploy . ;
else
doctr deploy "v-$TRAVIS_BRANCH" ;
fi;
fi

doctr:
key-path : ci/github_deploy_key.enc
deploy-repo : taurus-org/taurus-doc
require-master: false
sync: true
built-docs: build/sphinx/html/
62 changes: 60 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,62 @@ Note: changes in the [support-3.x] branch (which was split from
the master branch after [3.7.1] and maintained in parallel to the
develop branch) won't be reflected in this file.

## [4.3.0] - 2018-03-01
### Deprecated
- taurus.core.tango.search
- TaurusMainWindow's "Change Tango Host" action (#379)

### Added
- User Interface to set custom formatters (#564)
- Re-added `taurus.external.ordereddict` (#599)
- Option to ignore outdated Tango events (#559)
- Travis-built docs (not yet replacing the RTD ones) (#572)
- TaurusLed now supports non-boolean attributes (#617)
- Support for arbitrary bgRole in labels (#629)
- `--import-ascii` option in `taurusplot` launcher (#632)
- State and event support in TangoSchemeTest DS (#628, #655)
- Model info in widget tooltips (#640)
- (experimental) Delayed event subscription API (#605, #593)
- (experimental) Entry point for taurus.qt.qtgui extensions (#684)
- Support DevVoid in Tango-to-numpy type translation dicts (#666)
- `removeLogHandler` method to `Logger` class (#691)
- modelChooserDlg static method now accepts listedModels arg (#693)

### Changed
- Treat unit="No unit" as unitless in Tango attributes (#662)
- taurus.qt widgets can now be used without installing PyTango (#590)
- Tango model name validators now always return FQDN instead of PQDN
for the tango host (#488, #589)
- Improved docs (#525, #540, #546, #548, #636) (thanks @PhilLAL !)
- Make spyder dependency optional (#556)

### Fixed
- Wrong "missing units" warnings for non-numerical attributes (#580)
- Taurus3 backwards compatibility issues (#496, #550)
- False positives in taurus.check_dependencies (#612)
- Main Window Splash screen not showing (#595)
- TaurusTrend2DDialog not usable from designer (#597)
- Missing icons in buttons (#583, #598)
- Exception in TaurusCommandForm (#608)
- Launchers not showing output on MS Windows (#644)
- Various issues with input widgets (#623, #661, #663, #669, #674, #681)
- Exceptions in TaurusMessagePanel (#704)
- TangoAttribute receiving events after being deleted (#692)
- Regressions in:
- TaurusTrend (#618)
- TaurusGrid (#609)
- TaurusGUI edit with `taurusgui --new-gui` (#532)
- Epics scheme is now case sensitive (#694)
- [Many other issues](https://github.com/taurus-org/taurus/issues?utf8=%E2%9C%93&q=milestone%3AJan18%20label%3Abug%20)

### Removed
- taurus.qt.qtgui.panel.taurusfilterpanel

## [4.1.1] - 2017-07-21

### Fixed
- Issue with PyPI metadata (hotfix 4.1.1)


## [4.1.0] - 2017-07-21

Expand Down Expand Up @@ -63,7 +119,7 @@ For a full log of commits since Jul16, run (in your git repo):
`git log 4.0.1..4.0.3`

### Added
- Generic Attribute, Device and Authority getters in TaurusFactory`
- Generic Attribute, Device and Authority getters in TaurusFactory
- spyder >=3 support (#343)
- bumpversion support (for maintainers) (#347)
- Contribution policy explicited in CONTRIBUTING.md
Expand All @@ -89,7 +145,7 @@ For a full log of commits since Jul16, run (in your git repo):
- Macrolistener (affects sardana) (#373)
- Synoptics (#363)
- TaurusValueLineEdit (#265)
- taurusgui.macrolistener` (#260)
- taurusgui.macrolistener (#260)
- TaurusEditor (#343)
- Bug causing high CPU usage in TaurusForms (#247)
- Deprecation warnings in `TaurusWheelEdit` (#337)
Expand Down Expand Up @@ -241,6 +297,8 @@ and several other places](https://sf.net/p/tauruslib/tickets/milestone/Jul15/)
[TEP3]: http://www.taurus-scada.org/tep/?TEP3.md
[TEP14]: http://www.taurus-scada.org/tep/?TEP14.md
[Unreleased]: https://github.com/taurus-org/taurus/tree/develop
[4.3.0]: https://github.com/taurus-org/taurus/tree/4.3.0
[4.1.1]: https://github.com/taurus-org/taurus/tree/4.1.1
[4.1.0]: https://github.com/taurus-org/taurus/tree/4.1.0
[4.0.3]: https://github.com/taurus-org/taurus/tree/4.0.3
[4.0.1]: https://github.com/taurus-org/taurus/tree/4.0.1
Expand Down
1 change: 1 addition & 0 deletions ci/github_deploy_key.enc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gAAAAABZuQvyDarhMR1dsxi0HwOZMmZuh3xh6R-Wm_7L1Ahk_pWGykQZlt0SBf2ywO2l0F44y09V8cuHLQk16B_DzESjxtwFVAjowCiMOYv75MUfXHbcPOiVQFeGzDmt9o9gHLO7U4lqiKl_LTKsbppbnpm-csItyNV1IW610nr-YTcfJEJHKrNdXOU94VqdJmpKl7u0HwRsoCeiC0Wdvs4RGc-IvEhn3fO4wKZCOiCCPLMBtvOcN3ASd3P00yv7x_P3cpxOymn-nEosLGT1R_CQaXnL1IeHahqARScYoKix-RLtDgwwsfVcWJeXhxrOtoTYQa0Q9gR84ubu3bfJJSuzWrbfxZgrIb00TPLGT6sOOcrQZdkJF84ABz_fz2FVkxxWTJ9tqDaamwQHWzGMmESddhrS4Y_QxDDKASFiTbAnzTgpQIxky4H8xnc3pfe-tAsJrJjTXzJ-whdrqUPjfzyDwkJywJiZiDtv3E32JYHRz_saxNBN8vjZVTh6FXJl92gR8hNHgT7webQg2ymcMmkxSiS4SxX8sfznmHfakKAy421yjQGtjQM0Zm7Id8DYtMd6J7obIo4bFpEbROBE3V92Vy1FQdAVKAGVYrMHDsZrxLZoypqLvy8GylGZxW0TslxCk2RfP_3PnLx6scroAdsaYebDv3iId1l7xUMYYx8fB0znJx9QFvLgUnQd1a0pDXGREaJIwoOYJKzy5kMgJ4WLof41uDgHYhA-M354d99UpzQZsdnyB2HeI-brkWSt6Xg_EUeC1S9f_egsBb42v0wznIna5ESYhAzOhGCSipEnBBMUH5-qUZNGIMtsXT59tHQXACp8kId5t_QcdxOgefxUBiz-rR3UKMo63F7IRfcj27OEdZ5rmY8EdgsLtkj9gtWz2TilLqMQEnec1NRfjOtKaPKLpQPs1KWQ-l7GGyyvgPcUiP4FYKAh_whGq1YeTIySXgMQM6fjeqQP1SMcUESLVkH2QFYzYR-zcqJx86HGV6wOMTbrC6G10sl3M5vrBPgPrULsw-5mB1gys4lhaAmfX0TIySwsqhSm0fpe9fxTH6Df1-FEOH8cEH7blQyyaoralpdfqRw4uQMTvjBiGYNn4WZFeC1InC9fFh46tZbZe_oJ7CPaSxkHnEkWkJFxpyW9UHbM-N4Tfozr0C1xCmMD17crTke4M_D2cXF_DN4ywz8VmLOuDdTTZTar9HF7BNrCGiRTGhUDiM4tpC1llrUvHO6Cy1qHrpNfFSJZ69lrwUeKg5Kthn6M6fDyFdKmF7LQcNDys2KCD-ctr5uTbMEHOG58CcB_kTYkzGRIVnRt1CQswGbJ-8dxgBppf_urhHeImp5w0sdvssZ6g7xr4TN203iiumv0ujdH4IdPzpR162pwAXHFtidY4KnbpXH9VxfikH1QRMG0ym0ToaMM_WyWMLCA6wbqFQ_-UMnBET89Q5_j-q9509HBY6FDZV1lz6PHEqTFHhDwZ4_kd91K0M0ohifHaieneU2TK4aklVh4zZslhF52kMhkTY9O-4EeL-cRBudMTvlT11VCj7EDiPvOve29dLoNUYy1p__Q5HLjC--o4ONIYexuQneStfVcHlA6HOOiYf2nUCDEhiLjPaIOJmJy5IP4LuOujXIl_bFMJjU3n9j5FheAvipxvZoi30HchB0zKHBLGv8O2KSUCCgqH0_BAmNIB7p9rakkzD0ttMOdnt-9gKQ2AL0HM27AYBZE7xi_wvqC1JN-W8Y0IioCiqwa3DXZCvNB-_2qZjsSIFmeDb9Qz3RWhG6AuensX6MpQ1mWkWdEYvkuC2D49Ce6LRQcomR7l_rjOrrOa0rVG_L2nr4C190qHqPgxt-k1rrW2Q2EZV4flxtlmgaTbSNO5jvPkeBKW8J32rty9kMc_PGshkWCkz8DpVeHgis4gnuwFT903TvJhFUFMVczUh7HipcM-3sJ__M1AbP8IfDMhWs4RpEwyG7kEn-bwGjcbSXihqfU_rvbBb_EHytBjEtUgfz30yH-UD0Q2Ig4a4c69__f9OLR34--RvrhykBAujBy6_Bt6gu0Ijig1H6zkSprJazDWTIrORdH3168aGKN0AvucJabL-iTJOmo4FTHLP68UgsLhckvnxoRmUWitctUa7qAbQBH-E3_S8Ndl0Y6rjZSVwnh-veYhBoazBV_IQAYKGJ1U9pXdzZ5EgsrMzOoxHutJ1uZpl5LOUv1wHRvquLlbbhp3tAFcobBYPSe5UrVu7MVvCtFUuxH-r8PYbEUTWJJVyE__xq7FIBjSy2Zkg8mjPWlNM9jXGfc7Tfnfcul41rlEcSbdM021eDHSD7M6KQv0CwcCMCptWftfRTricnW6qn29Zx2OKN7amGuN4fu2GmN14hjsmS-ZANGZd9rwOsIDBk8zWF8cbGXQN6jTzYoGPfmB822vPy8aeTTDpBJPDLdESxhISP_9KIx4M6mebKhaBnZ7VXFkjFZYVlftWffDvC56sCdHwE-DGM7UFh4ZNjx-zzT-fFTLjSzKapOqYU8Fz8rMzghsc9Qw2lBOAwb2qeMUTPE4goUOcV5SElvYMrUefQIr8DqTMw6lgba4AEzq21zHCTW1TDanjZI0WNI8teZYnMRIH9_3BP8bvZwaQpnhY0PdDy09xLirKE7RwP7VKqY8aZjp7TS3l5EDlOKnPjRHgLR_nmDfvUdelE2LINGz_k7jdIfCgl0u3_xYyeLz8NfHIB3zmfD59TPV67BO2bYV8xYnXqhiNC16fNzI_AxSujefb580J-a8WvOo0FAHa8xiXkLOARhQQ4Vp6oavah-BEfMoWEZwaig14ZIFbPM330jbJlfwy-nkb7z9HopooWsOvekVq4gYCXll2M0g5wC5rev86IQPxsZbBvogqUv7ZD6vFqiBo59FsNziN7jedMl3diCaaPPjPEDtU2IbMyt9b27OeBIodqCfIylTmjHUPv1-0XrZFF1WOcA26OkYDGwZ9Cwp6buGvHErmdG6KGCSim5il9uYD8CRHmY7g4PGQL6Px9YUARt9TMZAgxbwB9d4Rv7ALLVnA286kgpqj3xeRgRGE8VEtfwqaOzCl06cIij_nRa6ht--CDMah-IRrlC3QMN70339HthhgkBzEVcVS0WO8P1enaNwblM5htYNBcx48o_jVRl6CfvzN38hdXO8eYCASCf_5wmp_50yVjfWcRDckFnXr-WKzc85eIYiHLHkRr6JbXHWcfiFsFCzerKQnNI5fKQKC8Cs_bmkeO56AC7xfOYODgwQWokGhK_aiBfyJZM80i57I473bpjvVKmbXp3XcCOI3Ec_ajrgu_TrHievcn1EKUFYE14lVufIaqFEttN_P_CkQFzLL58-XBvbBzlfMIqEFWQwfJX2nVaSiEBJXKwrZb-PqhoX8YR0qo5MOya3zVVPCI5Qxko5DB9NsJvj8FdPzlp-mobCxqBt2Mn_MHY1p66xSGX-e7TLOrvVGVm3rkn6FWpJhcEEQxd0N3Te7h9fA7UpHygEW1kLoE130m-o1Uc-W0aiL0Zh1LUpENdVWTz5AI4qHS7dfZkBeAE-Qgv86uhV0mMOqTDepd8WqygaFTPFJpblNZX1DfozDjr4Ut8eYhg_DyDmIGKcbdpU5QlcXywTN4G87MY3zodhO-SV5b-8aWiiJOMgjlPPdtDaRHIEdZgWcY3inosO5OiwH_7wYihx5MriL3k35jVbFmxHZXeFsA0vxwQCkejRUcQ6WELOlMh4i2IZJ2WJYYrxwUjYCLIBHiWhfU6h7Ml6BT3jmVk4Om5HNf9WFlwKd4jY-8MsiEpkrUMH4KyGhC26OMr_s_WK9sLzF3wkUYtcOykI-Ql6Gmi3lfitpZnI0daeGs6jPianv9q5yBD6EGtlMRePQbt1SPI3ndBzkS4DlrTAP7-iSFvjNRq1__9Xt-g4TXdWf7w9_hK1syXI3tlP2uVtOEbm7uPZlpG-nhKKfvbOXG66zhbLJpgZRr9zIj_iWBBdZmaZkjOgQh980b-qEBzKX3vTFJkR-PI9gGq8jUMh5AULhX9DQ6E3Z8M0SPZj0-500gYF3LC2WT7U7FmXxIPCfFT7HZrkY_ezm0kDWlqCEo0BG1byvTnzZhhCo_eqcPMXKD80920IDbsSKjMW3hR-WUTwRHjLLzqI2f5_l0nzPpxhytDmhKDFyRtKC-IUrmNcC4ciYmCaCSsBX2QEBJf-k8dkZuzgqqPcrRgsh_dJ0EHcdysx6G7waBih3GzijR2ViQjZLhZtqltmM2ytcNkqLmTfsnNWUuHosckCbd7YVbanHmQ5bb7SUpHQYernrkQrK3uy_IbmzOSDIIMicM--30rSJ4_cQI_E_aLz_u6bqtbk08mrYgzxOKFe7yXB_dKPPqtUcrK4FdkkzQ1NzCEOYqkJXYQK3JnUSY=
24 changes: 13 additions & 11 deletions doc/how_to_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,21 @@ of stuff that should be manually tested.

1. During all the development, use the Milestones to keep track of the intended release for each issue
2. Previous to the release deadline, re-check the open issues/PR and update the assignation issues/PR to the release milestone. Request feedback from the devel community.
3. Work to close all the PR/issues remaining open in the milestone. This can be either done in develop or in a release branch called `release-XXX` (where `XXX` is the milestone name, e.g. `Jul17`). If a release branch is used, `develop` is freed to continue with integrations that may not be suitable for this release. On the other hand, it adds a bit more work because the release-related PRs (which are done against the `release-XXX` branch), may need to be also merged to develop. Note: the `release-XXX` branch *can* live in the taurus-org repo or on a personal fork (in which case you should do step 4.4 and **now** to allow other integrators to push directly to it).
3. Work to close all the PR/issues remaining open in the milestone. This can be either done in develop or in a release branch called `release-XXX` (where `XXX` is the milestone name, e.g. `Jul17`). If a release branch is used, `develop` is freed to continue with integrations that may not be suitable for this release. On the other hand, it adds a bit more work because the release-related PRs (which are done against the `release-XXX` branch), may need to be also merged to develop. Note: the `release-XXX` branch *can* live in the taurus-org repo or on a personal fork (in which case you should do step 4.iv **now** to allow other integrators to push directly to it).
4. Create the release branch if it was not done already in the previous step and:
4.1. Review and update the CHANGELOG.md if necessary. See [this](http://keepachangelog.com)
4.2. Bump version using `bumpversion <major|minor|patch> && bumpversion release` (use [semver](http://semver.org/) criteria to choose amongst `major`, `minor` or `patch`
4.3. Update man pages:
`cd <taurus>/doc`
`./makeman`
`git add man`
`git commit -m "Update man pages"`
4.4. Create a PR to merge the `release-XXX` against the **`master`** branch of the taurus-org repo
1. Review and update the CHANGELOG.md if necessary. See [this](http://keepachangelog.com)
2. Bump version using `bumpversion <major|minor|patch> && bumpversion release` (use [semver](http://semver.org/) criteria to choose amongst `major`, `minor` or `patch`
3. Update man pages:
```
cd <taurus>/doc
./makeman
git add man
git commit -m "Update man pages"
```
4. Create a PR to merge the `release-XXX` against the **`master`** branch of the taurus-org repo
5. Request reviews in the PR from at least one integrator from each participating institute. The master branch is protected, so the reviews need to be cleared (or dismissed with an explanation) before the release can be merged.
6. Perform manual tests (see checklist below). You may use the CI artifacts (e.g., from appveyor) and post the results in the comments of the PR.
7. Once all reviews a cleared, merge the PR and tag in master
7. Once all reviews a cleared, update the date of the release in the CHANGELOG.md, merge the PR and tag in master
8. Merge also the `release-XXX` branch into develop, and bump the version of develop with `bumpversion patch`
Expand Down Expand Up @@ -152,4 +154,4 @@ Hint: this list can be used as a template to be copy-pasted on a release PR
### taurusiconcatalog
- [ ] Launch `taurusiconcatalog`. Several tabs with an array of icons [should be displayed](http://taurus-scada.org/en/latest/devel/icon_guide.html#taurus-icon-catalog)
- [ ] Check that tooltips give info on each icon
- [ ] Click on some icons and check that they give a bigger view of the icon and more info.
- [ ] Click on some icons and check that they give a bigger view of the icon and more info.
7 changes: 5 additions & 2 deletions doc/man/taurusconfigbrowser.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH TAURUSCONFIGEDITOR "1" "July 2017" "taurusconfigeditor 4.1.0" "User Commands"
.TH TAURUSCONFIGEDITOR "1" "February 2018" "taurusconfigeditor 4.3.0" "User Commands"
.SH NAME
taurusconfigeditor \- manual page for taurusconfigeditor 4.1.0
taurusconfigeditor \- manual page for taurusconfigeditor 4.3.0
.SH SYNOPSIS
.B taurusconfigbrowser
[\fI\,options\/\fR] [\fI\,INIFILENAME\/\fR]
Expand Down Expand Up @@ -37,3 +37,6 @@ e.g. tango://foo:1234)
.TP
\fB\-\-remote\-console\-port\fR=\fI\,PORT\/\fR
enables remote debugging using the given port
.TP
\fB\-\-default\-formatter\fR=\fI\,FORMATTER\/\fR
Override the default formatter
7 changes: 5 additions & 2 deletions doc/man/tauruscurve.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH TAURUS "1" "July 2017" "Taurus Curve Dialog 4.1.0" "User Commands"
.TH TAURUS "1" "February 2018" "Taurus Curve Dialog 4.3.0" "User Commands"
.SH NAME
Taurus \- manual page for Taurus Curve Dialog 4.1.0
Taurus \- manual page for Taurus Curve Dialog 4.3.0
.SH SYNOPSIS
.B tauruscurve
[\fI\,options\/\fR] [\fI\,<model1> \/\fR[\fI\,<model2>\/\fR] ...]
Expand Down Expand Up @@ -43,3 +43,6 @@ e.g. tango://foo:1234)
.TP
\fB\-\-remote\-console\-port\fR=\fI\,PORT\/\fR
enables remote debugging using the given port
.TP
\fB\-\-default\-formatter\fR=\fI\,FORMATTER\/\fR
Override the default formatter
5 changes: 4 additions & 1 deletion doc/man/taurusdemo.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH TAURUSDEMO "1" "July 2017" "taurusdemo 1.0" "User Commands"
.TH TAURUSDEMO "1" "February 2018" "taurusdemo 1.0" "User Commands"
.SH NAME
taurusdemo \- manual page for taurusdemo 1.0
.SH SYNOPSIS
Expand Down Expand Up @@ -37,3 +37,6 @@ e.g. tango://foo:1234)
.TP
\fB\-\-remote\-console\-port\fR=\fI\,PORT\/\fR
enables remote debugging using the given port
.TP
\fB\-\-default\-formatter\fR=\fI\,FORMATTER\/\fR
Override the default formatter
4 changes: 2 additions & 2 deletions doc/man/taurusdesigner.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH TAURUSDESIGNER "1" "July 2017" "taurusdesigner 4.1.0" "User Commands"
.TH TAURUSDESIGNER "1" "February 2018" "taurusdesigner 4.3.0" "User Commands"
.SH NAME
taurusdesigner \- manual page for taurusdesigner 4.1.0
taurusdesigner \- manual page for taurusdesigner 4.3.0
.SH SYNOPSIS
.B taurusdesigner
[\fI\,options\/\fR] \fI\,<ui file(s)>\/\fR
Expand Down
7 changes: 5 additions & 2 deletions doc/man/taurusdevicepanel.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH TAURUSDEVICEPANEL "1" "July 2017" "TaurusDevicePanel 4.1.0" "User Commands"
.TH TAURUSDEVICEPANEL "1" "February 2018" "TaurusDevicePanel 4.3.0" "User Commands"
.SH NAME
TaurusDevicePanel \- manual page for TaurusDevicePanel 4.1.0
TaurusDevicePanel \- manual page for TaurusDevicePanel 4.3.0
.SH SYNOPSIS
.B taurusdevicepanel
[\fI\,options\/\fR] [\fI\,devname \/\fR[\fI\,attrs\/\fR]]
Expand Down Expand Up @@ -40,3 +40,6 @@ e.g. tango://foo:1234)
.TP
\fB\-\-remote\-console\-port\fR=\fI\,PORT\/\fR
enables remote debugging using the given port
.TP
\fB\-\-default\-formatter\fR=\fI\,FORMATTER\/\fR
Override the default formatter
7 changes: 5 additions & 2 deletions doc/man/taurusform.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH TAURUSFORM "1" "July 2017" "taurusform 4.1.0" "User Commands"
.TH TAURUSFORM "1" "February 2018" "taurusform 4.3.0" "User Commands"
.SH NAME
taurusform \- manual page for taurusform 4.1.0
taurusform \- manual page for taurusform 4.3.0
.SH SYNOPSIS
.B taurusform
[\fI\,options\/\fR] [\fI\,model1 \/\fR[\fI\,model2 \/\fR...]]
Expand Down Expand Up @@ -43,3 +43,6 @@ e.g. tango://foo:1234)
.TP
\fB\-\-remote\-console\-port\fR=\fI\,PORT\/\fR
enables remote debugging using the given port
.TP
\fB\-\-default\-formatter\fR=\fI\,FORMATTER\/\fR
Override the default formatter
7 changes: 5 additions & 2 deletions doc/man/taurusgui.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH TAURUSGUI "1" "July 2017" "taurusgui 4.1.0" "User Commands"
.TH TAURUSGUI "1" "February 2018" "taurusgui 4.3.0" "User Commands"
.SH NAME
taurusgui \- manual page for taurusgui 4.1.0
taurusgui \- manual page for taurusgui 4.3.0
.SH SYNOPSIS
.B taurusgui
[\fI\,options\/\fR] \fI\,confname\/\fR
Expand Down Expand Up @@ -49,3 +49,6 @@ e.g. tango://foo:1234)
.TP
\fB\-\-remote\-console\-port\fR=\fI\,PORT\/\fR
enables remote debugging using the given port
.TP
\fB\-\-default\-formatter\fR=\fI\,FORMATTER\/\fR
Override the default formatter
Loading

0 comments on commit 7d80b08

Please sign in to comment.