summaryrefslogtreecommitdiff
path: root/grc/gui/MainWindow.py
Commit message (Collapse)AuthorAgeFilesLines
* grc: pep8 formattingJosh Morman2021-11-241-41/+60
| | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org>
* grc: Move menu init debug log to MainWindow.pyMark Pentler2021-10-221-0/+1
| | | | | | | | This code belongs in MainWindow and not Application since the menu is created in there. Additionally the commented-out code block below it can also come out. Signed-off-by: Mark Pentler <tehhustler@hotmail.com>
* grc: Save config before execution and update recent file sub-menu.David Pi2021-01-121-1/+2
| | | | | | | | Saves the grc prefs before executing a flowgraph to avoid losing them if anything goes wrong and grc needs to be forcibly closed. Also fixes recent files sub-menu refresh. When a file is opened, opened from recent, or saved as, the recent files sub-menu is now updated.
* grc: fix pylint C0326: wrong number of spacesClayton Smith2020-10-201-1/+1
|
* 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: show file path as tooltip in tab labeljapm482020-04-031-0/+4
| | | | Fixes #3294.
* grc: disable save prompt on new blank pagesjapm482020-03-301-1/+0
|
* grc: fix ctrl+s keyboard shortcut on new flowgraphsChris Donohue2020-02-071-1/+3
|
* Update license header to SPDX formatdevnulling2020-01-271-13/+2
|
* grc: Load builtin icon if no freedesktop is foundVolker Schroer2019-07-091-2/+2
| | | A missing freedesktop icon is not correctly handled.
* Use gnuradio icon if availableVolker Schroer2019-06-291-2/+5
| | | The existence of a gnuradio ( theme ) icon is checked, but if found not set
* fixup! GRC: Fix for GRC crash in case of flowgraph errorMartin Braun2019-06-191-1/+1
|
* GRC: Fix for GRC crash in case of flowgraph errorArpit Gupta2019-06-181-0/+7
|
* [grc] fixes from recent commits (merges #1473)Håkon Vågsether2017-09-301-2/+5
|
* [grc] additional fixes from merging bokeh-gui (#1434)Sebastian Koslowski2017-09-301-5/+2
|
* Merge branch 'next' into python3Johnathan Corgan2017-09-251-2/+5
|\
| * grc: Avoid use of different style/color icons.Ron Economos2017-08-261-2/+5
| |
* | grc: added yaml/mako supportSebastian Koslowski2017-06-291-1/+1
| | | | | | | | Includes basic converter from XML/Cheetah to YAML/Mako based block format.
* | grc: gtk3: Small fixes for PR 1299Seth Hitefield2017-05-111-2/+3
| |
* | Merge branch 'next' into python3Johnathan Corgan2017-05-031-0/+3
|\|
| * grc: Add window icon for main windowPaul Wicks2017-04-051-0/+3
| |
* | grc: gtk3: Converted actions to Gio.Action instead of Gtk.ActionSeth Hitefield2017-05-031-8/+17
| |
* | grc: refactor: Added loggingSeth Hitefield2016-09-231-0/+5
| |
* | grc: refactor: Moved the notebook and console into separate classes.Seth Hitefield2016-09-231-37/+27
| |
* | grc: refactor: Moved preferences to Config.pySeth Hitefield2016-09-231-16/+16
| |
* | grc: refactor: Cleaned up importsSeth Hitefield2016-09-221-6/+1
| |
* | grc: gtk3: Converted to Gtk.Application (ActionHandler) and ↵Seth Hitefield2016-09-221-3/+4
| | | | | | | | Gtk.ApplicationWindow (MainWindow)
* | Merge remote-tracking branch 'upstream/next' into gtk3Sebastian Koslowski2016-09-121-6/+15
|\|
| * grc: backwards compatibility fix for pygtk 2.16 (centos6)Michael De Nil2016-09-091-6/+15
| |
* | grc: gtk3: minor gui flowgraph cleanupSebastian Koslowski2016-08-301-2/+2
| |
* | grc: gtk3: fixup dialogsGlenn Richardson2016-08-091-4/+4
| |
* | grc: refactor: Port, Param, Options init clean-upSebastian Koslowski2016-07-291-9/+1
| |
* | grc-refactor: Block: remove key gettersSebastian Koslowski2016-07-131-1/+1
| |
* | grc: py3k compat using python-modernizeSebastian Koslowski2016-06-091-2/+4
| |
* | grc-refactor: replace some unnecessary gettersSebastian Koslowski2016-06-011-38/+36
| |
* | grc: gtk3: remove canvas size and enable zoomingSebastian Koslowski2016-05-311-2/+2
| |
* | grc: remove all Cheetah templates from GUISebastian Koslowski2016-05-301-51/+18
| |
* | gtk3: add flowgraph draw code and other gtk3 fixes (WIP)Sebastian Koslowski2016-05-241-16/+12
| |
* | grc: Main window opens with pygobject and gtk3. Still throws tons of errors.Seth Hitefield2016-05-241-24/+31
|/
* grc: Renamed reports window to console.Seth Hitefield2016-05-201-22/+22
|
* grc: Added the variable editor panelSeth Hitefield2016-05-181-21/+99
|
* grc: remove 'Showing: ...' messagesSebastian Koslowski2016-05-181-1/+0
|
* grc-refactor: Platform.pySebastian Koslowski2016-02-171-2/+4
|
* grc-refactor: move Messages to coreSebastian Koslowski2016-02-171-13/+11
|
* grc: Fixed issue where the recent file list includes files that do not exist.Seth Hitefield2015-12-071-1/+1
|
* grc: added recently opened flowgraph submenu and toolbar button dropdown menuGlenn Richardson2015-11-161-4/+6
|
* grc: add File->New submenu with generate modes preset, Bar.py refactoringSebastian Koslowski2015-10-011-2/+8
|
* grc: fixup Actions*.pySebastian Koslowski2015-10-011-1/+1
|
* grc: close unsaved pages first (for cancel save option)Sebastian Koslowski2015-04-021-4/+7
|
* grc: Default button in save dialog is now 'save' instead of 'close without ↵Ethan Trewhitt2015-04-021-1/+1
| | | | saving'