summaryrefslogtreecommitdiff
path: root/gr-utils/python/modtool/modtool_rename.py
Commit message (Collapse)AuthorAgeFilesLines
* modtool: gr-modtool overhaul GSoC 2018Swapnil Negi2019-01-041-218/+0
| | | | | | | | | | | | | | This commit contains all the changes done during the 2018 GSoC "gr-modtool overhaul". Changes include: - Rewrite of gr-modtool based on Python Click - Split of gr-modtool in cli and core - Adherence to new GNU Radio 3.8 API for OOTs - Pylint improvements - Py3k and Py2k compatibility This feature is merged in a squash-merge due to big refactoring on the head and base branch and the impossibility to unclutter both.
* utils: modtool: rename: Use SequenceCompleter to suggest blocknamesSwapnil Negi2018-11-221-0/+22
|
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-311-38/+38
|\
| * Merge branch 'python3_fix' into nextAndrej Rode2018-06-241-19/+23
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manual merge conflict resolution has been applied to following conflicts: * Typos: * gnuradio-runtime/python/gnuradio/ctrlport/GrDataPlotter.py * gr-blocks/python/blocks/qa_wavfile.py * gr-filter/examples/gr_filtdes_api.py * grc/blocks/parameter.xml * gr-uhd/python/uhd/__init__.py * ValueError -> RuntimeError: * gr-blocks/python/blocks/qa_hier_block2.py * relative Imports & other Py3k: * gr-digital/python/digital/psk_constellations.py * gr-digital/python/digital/qam_constellations.py * gr-digital/python/digital/test_soft_decisions.py * gr-digital/python/digital/gfsk.py * SequenceCompleter: * gr-utils/python/modtool/modtool_add.py * gr-utils/python/modtool/modtool_rename.py * gr-utils/python/modtool/modtool_rm.py * Updated API on next: * gr-blocks/grc/blocks_file_source.xml * gr-blocks/python/blocks/qa_file_source_sink.py * gr-qtgui/grc/qtgui_time_sink_x.xml * GRC Py3k Updates: * grc/core/Block.py * grc/core/Constants.py * grc/core/Platform.py * grc/core/utils/odict.py * grc/gui/Actions.py * grc/gui/Block.py * grc/gui/Executor.py * grc/gui/Port.py
| | * Fix typos from switch to Python 3Håkon Vågsether2017-08-211-2/+2
| | |
| | * python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-261-19/+23
| | |
| * | Merge branch 'master' into nextMartin Braun2018-02-031-1/+1
| |\ \ | | |/ | |/|
| * | modtool: replace OptionParser by ArgumentParserJiří Pinkava2016-06-301-22/+17
| | |
| * | Merge branch 'master' into nextNathan West2016-04-111-2/+2
| |\ \
| * \ \ Merge branch 'master' into nextJohnathan Corgan2016-02-261-1/+1
| |\ \ \
| * | | | modtool: Switched over to mako template engineMartin Braun2015-12-281-3/+0
| | | | |
* | | | | modtool: Pylint error fixesSwapnil Negi2018-04-061-9/+5
| |_|_|/ |/| | |
* | | | Comment typo fixing.luz.paz2018-02-031-1/+1
| |_|/ |/| | | | | | | | Luzpaz went ahead and found typos using `codespell -q 3`.
* | | gr_modtool rename: fix description and aliasAndré Løfaldli2016-04-111-2/+2
| |/ |/| | | same changes as in #778, but in a single commit and based off `maint`
* | gr_modtool: gr_modtool rename command attempts to move GRC XML files based ↵Jacob Gilbert2016-02-211-1/+1
|/ | | | on block name, however it creates them with the module name prefixed, and attempts to move the wrong files. This fixes that behavior
* modtool/rename: squashed commits for pull request.Johannes Demel2015-01-131-0/+200
Added rename capability to gr_modtool modtool/rename: added python block support modtool/rename: added C++ QA code support modtool/rename: Removed superfluous print statements