summaryrefslogtreecommitdiff
path: root/grc/gui/FileDialogs.py
Commit message (Collapse)AuthorAgeFilesLines
* grc: pep8 formattingJosh Morman2021-11-241-8/+16
| | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org>
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-031-1/+0
| | | | | | | | | | | | | | | | All of the removed `from __future__ import` were needed in older versions of Python (mostly 2.5.x and below) but later became mandatory in most versions of Python 3 hence are not necessary anymore. More specifically, according to __future__.py[1]: - unicode_literals is part of Python since versions 2.6.0 and 3.0.0; - print_function is part of Python since versions 2.6.0 and 3.0.0; - absolute_import is part of Python since versions 2.5.0 and 3.0.0; - division is part of Python since versions 2.2.0 and 3.0.0; Get rid of those unnecessary imports to slightly clean up the codebase. [1] https://github.com/python/cpython/blob/master/Lib/__future__.py
* Update license header to SPDX formatdevnulling2020-01-271-13/+2
|
* Fix for misc. documentation + trivial typosluz.paz2019-07-171-1/+1
| | | | | | | | | | | | | Found via `codespell -q 3 -L ans,sinc,hist,ist,ith,uint,fo -S ./volk` Fix typos in gnuradio-runtime/ Fix typos in gr-digital/ Fix typos in gr-qtgui/ Fix typos in gr-channels/ Fix typos in grc/ Fix typos gr-filter/ Fix typos in gr-uhd/ Fix typos in gr-blocks/ Fix typos in gr-fec/
* Merge branch 'python3_fix' into nextAndrej Rode2018-06-241-167/+126
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * grc: refactor: Moved preferences to Config.pySeth Hitefield2016-09-231-6/+8
| |
| * grc: gtk3: rewrite file dialogs and support multiple extentions for screenshotsSebastian Koslowski2016-09-121-161/+112
| |
| * grc: gtk3: fixup dialogsGlenn Richardson2016-08-091-46/+55
| |
| * grc: gtk3: quick fix for file dialogsSebastian Koslowski2016-07-131-1/+1
| |
| * Merge branch 'next_grcwg' into gtk3 (v3.7.10 release)Sebastian Koslowski2016-07-131-1/+1
| |\
| * | grc: py3k compat using python-modernizeSebastian Koslowski2016-06-091-4/+5
| | |
| * | grc: remove all Cheetah templates from GUISebastian Koslowski2016-05-301-9/+3
| | |
| * | grc: Main window opens with pygobject and gtk3. Still throws tons of errors.Seth Hitefield2016-05-241-22/+24
| | |
* | | Comment typo fixing.luz.paz2018-02-031-1/+1
| |/ |/| | | | | Luzpaz went ahead and found typos using `codespell -q 3`.
* | Merge branch 'maint'Johnathan Corgan2016-06-201-1/+1
|\ \ | |/ |/|
| * Spelling fixes throughout the tree.A. Maitland Bottoms2016-06-201-1/+1
| |
* | grc: Renamed reports window to console.Seth Hitefield2016-05-201-18/+32
| |
* | grc: user-selectable transparent bg screen shotsSebastian Koslowski2016-02-051-0/+15
|/
* grc: simple dialog for selecting QSS theme for QT GUI appsGlenn Richardson2015-10-011-1/+14
|
* grc: added save_reports action.Seth Hitefield2014-08-261-3/+17
|
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-5/+5
| | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
* grc: Fix whitespace issue in grc to use proper spacesTim O'Shea2013-07-091-122/+122
| | | | Remove all \t's to match the rest of GNU Radio
* docs: Modified argument formating in python docstrings in grc.Ben Reynwar2012-08-141-6/+16
|
* Merging r11186:11273 from grc branch.jblum2009-06-231-0/+175
Fixes, features, and reorganization for grc. Minor fixes and features for wxgui forms. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11274 221aa14e-8319-0410-a670-987f0aec2ac5