summaryrefslogtreecommitdiff
path: root/grc/gui/Dialogs.py
Commit message (Collapse)AuthorAgeFilesLines
* cmake: replace deprecated distutilsVolker Schroer2021-12-201-1/+1
| | | | | | | | | | | * gnuradio: replace deprecated distutils Check if python packaging is available Signed-off-by: Volker Schroer <3470424+dl1ksv@users.noreply.github.com> * Add packaging requirement Signed-off-by: Volker Schroer <3470424+dl1ksv@users.noreply.github.com>
* grc: pep8 formattingJosh Morman2021-11-241-5/+10
| | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org>
* grc: added shortcuts zoom in/out/resetJeff Dumps2021-10-111-0/+2
| | | | | | Co-authored-by: Jeff Dumps <jeffdumps@gmail.com> Co-authored-by: Derek Kozel <derek@bitstovolts.com> Signed-off-by: Derek Kozel <derek@bitstovolts.com>
* grc: Make it possible to copy error messageOleksandr Kravchuk2021-01-111-1/+17
|
* grc: fix pylint C0326: wrong number of spacesClayton Smith2020-10-201-3/+3
|
* grc: fix pylint C0303: Trailing whitespaceClayton Smith2020-10-201-9/+9
|
* grc: update the "Get Involved" dialogClayton Smith2020-10-051-3/+3
|
* 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
* grc: Updated Dialogsalekhgupta14412020-05-061-1/+17
|
* grc: use correct labels in log window context menujapm482020-04-261-2/+2
| | | | | | | | Previously 'gtk-clear' and 'gtk-save' were shown. Gtk.STOCK_* constants are deprecated in favor of translated strings. But grc is English-only, so it makes sense to stick to the simple hardcoded solution.
* gnuradio-companion: add Meta modifier key for macOSDavide Gerhard2020-04-191-1/+3
| | | | | implements support for the Meta key on macOS. Others platforms continue to use Ctrl.
* grc: add hotkeys to clear/save console, and to toggle autoscroll, updated ↵Jacob Gilbert2020-04-091-11/+13
| | | | shortcut help menu accordingly
* grc: Added a new menu option under Help for Keyboard-Shortcutsalekhgupta14412020-03-281-4/+44
|
* Update license header to SPDX formatdevnulling2020-01-271-13/+2
|
* TypoHugh Pyle2019-08-121-1/+1
|
* Fixing Name error in Dialog.pyVolker Schroer2019-06-291-1/+1
| | | log is undefined in Dialog.py. Use Messages.send instead.
* Fix some more depreciation warningsVolker Schroer2019-04-191-3/+3
|
* grc: Improve exception handling (bare and unnecessary)Brennan Ashton2018-11-151-3/+3
|
* grc: Starts on both Python 2 and 3Seth Hitefield2017-07-301-1/+4
|
* grc: added yaml/mako supportSebastian Koslowski2017-06-291-5/+5
| | | | Includes basic converter from XML/Cheetah to YAML/Mako based block format.
* grc: gtk3: reimplemented custom bg colors for param entry boxesSebastian Koslowski2017-01-111-3/+3
|
* Merge remote-tracking branch 'upstream/next' into gtk3Sebastian Koslowski2016-11-171-1/+1
|\
| * grc: fix IndexError when consuming \b in console (#1043)Sebastian Koslowski2016-10-211-1/+1
| |
* | grc: gtk3: Renamed the ActionHandler to ApplicationSeth Hitefield2016-09-231-1/+1
| |
* | grc: gtk3: fixup dialogsGlenn Richardson2016-08-091-153/+248
| |
* | grc-refactor: move more port type color stuff to guiSebastian Koslowski2016-07-131-2/+2
| |
* | grc: py3k compat using python-modernizeSebastian Koslowski2016-06-091-0/+1
| |
* | grc: remove all Cheetah templates from GUISebastian Koslowski2016-05-301-28/+20
| |
* | grc: Main window opens with pygobject and gtk3. Still throws tons of errors.Seth Hitefield2016-05-241-34/+39
|/
* grc: Renamed reports window to console.Seth Hitefield2016-05-201-5/+5
|
* grc-refactor: remove (hopefully) all deps to GR in core/ and gui/Sebastian Koslowski2016-04-051-12/+5
|
* grc-refactor: Platform.pySebastian Koslowski2016-02-171-6/+6
|
* grc-refactor: move Messages to coreSebastian Koslowski2016-02-171-4/+2
|
* grc: Added option to use the default editor when opening embedded python blocksSeth Hitefield2015-11-241-16/+64
|
* grc: open and update params from external editorSebastian Koslowski2015-11-111-2/+21
|
* grc: add warning for invalid xterm setting (fixes #828)Sebastian Koslowski2015-08-131-5/+26
|
* grc: fix context menu in props dialog text displaysSebastian Koslowski2015-06-221-4/+14
|
* grc: Default button in save dialog is now 'save' instead of 'close without ↵Ethan Trewhitt2015-04-021-1/+3
| | | | saving'
* grc: Reworked save confirmation dialog to allow cancel optionEthan Trewhitt2015-04-021-2/+4
|
* grc: added save_reports action.Seth Hitefield2014-08-261-0/+13
|
* Removing trailing/extra whitespaces before release (for master).Tom Rondeau2014-07-071-4/+4
| | | | 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: minor edits. removed extra whitespaceSebastian Koslowski2014-06-131-11/+12
|
* grc: Changed dialog to directly call the SCROLL_LOCK and CLEAR_REPORTS actions.Seth Hitefield2014-06-131-3/+3
| | | | Moved clear reports under view and grouped all Report menu items together
* grc: Fixed scroll functionality in GRC.Seth Hitefield2014-06-131-0/+41
| | | | Also added clear and scrollback capability for the logging window
* grc: make backspace chars work in TextDisplaySebastian Koslowski2013-11-071-1/+21
|
* grc: Fix whitespace issue in grc to use proper spacesTim O'Shea2013-07-091-65/+65
| | | | 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/+14
|
* removed unused import statements, thanks pyflakesJosh Blum2009-12-061-1/+0
|
* put the flow graph errors button into the toolbarJosh Blum2009-09-181-1/+1
|
* added errors dialog to show all error messages in flow graphJosh Blum2009-09-181-0/+14
|