summaryrefslogtreecommitdiff
path: root/grc
AgeCommit message (Expand)Author
2009-09-04Merge branch 'grc' from http://gnuradio.org/git/jblum.git into masterJohnathan Corgan
2009-09-03we dont use test() -> remove itJosh Blum
2009-09-03Made the window for the pass band filters integers (take firdes.WIN_XXX).Josh Blum
2009-09-02Evaluation fix in param.to_code().Josh Blum
2009-09-02Modifications to usrp2 source and sink so that set center freq is called afer...Josh Blum
2009-09-02Removed the flagging api and usage from the base classes.Josh Blum
2009-09-02added ref scale param to fft and waterfallJosh Blum
2009-09-02Modifications to the usrp blocks and wrapper so that the lo offset is set wit...Josh Blum
2009-08-30Switched the python classes to inherit from the base and gui classes.Josh Blum
2009-08-30port and param types from an overloaded methodJosh Blum
2009-08-29todoJosh Blum
2009-08-29Replaced TYPES in Port and Param with types parameter.Josh Blum
2009-08-28made is_virtual_xxx a block level function, used by port and param classesJosh Blum
2009-08-28added stream id type and checking in evaluateJosh Blum
2009-08-28avoid loopsJosh Blum
2009-08-28Recursive resolution of virtual sources.Josh Blum
2009-08-28added virtual source and added stream ids, logic to clone in portJosh Blum
2009-08-26added rewrite methods to element to separate from validation logicJosh Blum
2009-08-26Added virtual sink and logic to clone port.Josh Blum
2009-08-25removed repurposing of padsJosh Blum
2009-08-25Work on command line options for generated code.Josh Blum
2009-08-24Merge branch 'master' of http://gnuradio.org/git/gnuradio into grcJosh Blum
2009-08-24renamed the colors dialog to typesJosh Blum
2009-08-23use pkgpythondirJosh Blum
2009-08-23Added blks2.pfb_arb_resampler_ccf to GRC block listJohnathan Corgan
2009-08-20added continuation mode for pad source and sinksJosh Blum
2009-08-17Removed Source and Sink classes as Port subclasses.Josh Blum
2009-08-15Merged branch 'msgq' from http://gnuradio.org/git/jblum.gitJohnathan Corgan
2009-08-15added validation check for msg type ports, added copy method for ports to cle...Josh Blum
2009-08-14params, sources, and sinks now stored internally as lists. The keys for said ...Josh Blum
2009-08-14Added git ignore files auto created from svn:ignore properties.git
2009-08-13this time commit the file changesJosh Blum
2009-08-13Added generation of message queues in flow graph template.Josh Blum
2009-08-10apply diff from previous commitsJosh Blum
2009-07-29gr_not xml fix: only one input for notjblum
2009-07-16There is no y per div, but there is a dynamic range.jblum
2009-07-11make use of gr.version()jblum
2009-07-11Implements ticket:401 and ticket:402.jcorgan
2009-07-08short id fixjblum
2009-07-08Adds short commandline parameter handling in GRC.jcorgan
2009-07-06Merged r11309:11357 from grc branch.jblum
2009-07-04std squelch wrapper fixjblum
2009-07-02removed redundant constants.py entry in makefilejblum
2009-06-29fixed screenshot capability, calls get pixbuf in drawing areajblum
2009-06-29fix for argmax wrapper checkjblum
2009-06-29argmax wrapper fix, please document argmax, its outputs are non-intuitivejblum
2009-06-29Added ability to extract category names from doxygen.jblum
2009-06-25Made the form instances in the gui variables "private", ie, added an underscore.jblum
2009-06-25better fix for selected ports, added variable config example to examplesjblum
2009-06-25minor fix so deleted elements are not referenced in the selected portsjblum