summaryrefslogtreecommitdiff
path: root/grc
AgeCommit message (Collapse)Author
2009-06-13Merged wxgui/forms branch r11124:11183jblum
The forms module is set of wxgui forms wrapped in pubsub aware convenience classes. The forms module will be used by the wxgui window classes (fft, scope, waterfall...) The forms module will be used in grc generated flowgraphs. The forms module will be used by future gui apps (usrp siggen...). Tasks: Moved forms module into wxgui. Modified *_window classes to use the forms module. Added features to forms as required. Removed pubsub aware forms in common.py. Switched grc to use the forms module in wxgui. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11184 221aa14e-8319-0410-a670-987f0aec2ac5
2009-06-04improved gr doc extraction from doxygen xmljblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11173 221aa14e-8319-0410-a670-987f0aec2ac5
2009-06-03updated todojblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11172 221aa14e-8319-0410-a670-987f0aec2ac5
2009-06-01use the gr doc extractor for the usrp2 as welljblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11171 221aa14e-8319-0410-a670-987f0aec2ac5
2009-06-01tooltips for blocks in the category window, pygtk 2.12 and abovejblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11170 221aa14e-8319-0410-a670-987f0aec2ac5
2009-06-01Restored the eval cache. Use a hash of the code+namespace rather than a copy ↵jblum
of the code + namespace objects which causes issue. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11169 221aa14e-8319-0410-a670-987f0aec2ac5
2009-06-01Disabled eval cache, seems to fix odd problem with importing numpy, and ↵jblum
evaluating seemingly innocent strings. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11168 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-29Pass-up actual exception message when param evaluation fails.jblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11166 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-29eval fixjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11165 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-29Did a little work with path handling.jblum
Additional blocks paths can be specified with environment variable GRC_BLOCKS_PATH git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11163 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-29removed defunct base_value parameter from numbersinkjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11162 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-28Make the hardcoded paths in grc optionally configurable from environment ↵jblum
variables: GR_DOCDIR, GR_DATADIR Allows the grc data files to up-rooted for a package installation (specifically macosx). Hardcoded path is the default when environment variables are undefined. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11161 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-27Merged r11123:11148 from jcorgan/np into trunk.jcorgan
Adds --enable-python option to configure (defaults to yes). Using --disable-python or --enable-python=no will cause only C++ API targets to be created and installed. Several new shared libraries are now created. Where in the past, the C++ objects of the actual gnuradio blocks that were in a component were hidden inside their corresponding Python extension modules, these are now split out into a libgnuradio-foo.so library, and the _foo.so Python module is linked to that. This has been the way several top- level components have operated for some time, such as gr-audio-alsa and gr-usrp and gr-usrp2. This changeset applies that pattern to all components. C++ API users can use pkg-config to discover the cflags and libs parameters needed to include and link against these libraries. These components have not been tested: gr-comedi gr-audio-osx gr-audio-windows Passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11150 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-26a more general error for detecting python path and ld path problemsjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11130 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-25color code refactoringjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11115 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-24cast the numpy array to int, seems we cant pass numpy arrays any morejblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11112 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-23removed .message usage which causes deprecation warning in python 2.6jblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11111 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-23Replaced the is_match function with regular expression.jblum
Cache the results of the doc extraction. Removed support for blks2 docs until that is sorted out. The matching will handle any file extension, as to also support .xml.gz files in the gnuradio-docs deb. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11099 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-22Quick fix for ubuntu docs dir.jblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11087 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-20Added custom grc_blks2 tcp source and sink blocks + wrappers.jblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11063 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-19Re-implemented variable sink so that it can pass vector-aligned samples.jblum
Created backend grc blks2 block to sample the stream and set callback. Renamed variable sink and moved it into the sinks category. Added example of variable sink reading taps from a stream and setting them to a FIR filter. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11062 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-14blks2 std squelch fixjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11033 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-14Blacklist certain ID names, such as python builtins, and gnuradio modules.jblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11032 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-14Moved filterbank blocks to filers category.jblum
Larger flow graph size allowed by options block. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11031 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-14Create one drawing area per flowgraph/notebook page.jblum
Previously, there was one global drawing area, and empty notebook pages. This has the advantage of saving the scroll position though mutiple scroll windows, rendering the flow graph only when the notebook page is realized, and proper use + appearance of the gtk notebook git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11030 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-14shared drawing area method for creating new pixmapsjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11029 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-06ydivs in fftsink wrapperjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10980 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-06Moved resizing logic out of animation path.jblum
Drawing area configure event for pixmap creation. State handler for flow graph resizing. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10978 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-06Added LO Offset param to usrp simple and dual block wrappers.jblum
Modified usrp simple and dual wrapper classes with setter methods. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10974 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-05lo offset for usrp2 wrappersjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10970 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-05update when elems created or deletedjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10969 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-05speed up for flow graphs with many blocks:jblum
separated highlighting update logic so update does not have to be called on selection. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10958 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-03Cleanup: port modify code, other misc cleanup.jblum
Fix: flowgraph update removes deleted-selected elements. Fix: do all selected elements when putting selected elements on-top. Fix: simplified get_elements, was causing strange bug. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10947 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-02Fix for custom category paths.jblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10946 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-01Remove some uses of kludge_copy from r10879 and ticket:161jblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10944 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-01Adds dynamic setters/getters for moving average filters from r10932jblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10943 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-01Merged grc developer branch r10679:10938jblum
Misc fixes and internal changes. Added help menu for usage tips. Added drag and drop for blocks. Removed callback controls, adopted forms. Any type can have enumerated options. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10941 221aa14e-8319-0410-a670-987f0aec2ac5
2009-04-20fixed gr delay xmljblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10884 221aa14e-8319-0410-a670-987f0aec2ac5
2009-04-17switched to new gr.channel_modeljblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10862 221aa14e-8319-0410-a670-987f0aec2ac5
2009-04-14removed unused type param in gr_peak_detector2_fbjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10826 221aa14e-8319-0410-a670-987f0aec2ac5
2009-04-07Removed format from usrp dual/simple sink. USRP sink does not have a jblum
format option. Gave usrp dual/simple source a unified format option with the only 2 choices possible: (16, 0) and (8, 8). When and if future options are available, these blocks will be modified as such. Until then, these blocks reflect the capabilities in the current trunk. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10787 221aa14e-8319-0410-a670-987f0aec2ac5
2009-04-06Format param replaced with width and shift in usrp blocks.jblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10778 221aa14e-8319-0410-a670-987f0aec2ac5
2009-04-01Fix erroneous output io signature jblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10736 221aa14e-8319-0410-a670-987f0aec2ac5
2009-03-24Merged r10666:10669 from jblum/vlen. Trunk passes distcheck.jblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10678 221aa14e-8319-0410-a670-987f0aec2ac5
2009-03-20Merged r10463:10658 from jblum/gui_guts into trunk. Trunk passes distcheck.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10660 221aa14e-8319-0410-a670-987f0aec2ac5
2009-03-18Properly handle duplicated IDs.jblum
Duplicates OK in disabled blocks. Confine validation errors to blocks involved. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10633 221aa14e-8319-0410-a670-987f0aec2ac5
2009-03-17A simple GRC example with packet blocks and dbpsk blocks.jblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10632 221aa14e-8319-0410-a670-987f0aec2ac5
2009-03-14Add vlen to subtract, divide, and float2complex.jblum
Takes care of #302 and #303 git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10598 221aa14e-8319-0410-a670-987f0aec2ac5
2009-03-14Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of ↵jcorgan
SWIG usage in build system, also fixes ticket:130. Trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10596 221aa14e-8319-0410-a670-987f0aec2ac5
2009-03-12Added OFDM Mod and Demod to GRC (cough cough... kludge).jblum
Generalized the packet mod and demod stuff to accept the OFDM blocks. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10585 221aa14e-8319-0410-a670-987f0aec2ac5