Activity

From 08/07/2009 to 09/05/2009

09/05/2009

08:38 pm Revision db03fafe: fix a typo which caused tx glitches
Matt Ettus
06:29 pm Revision 95eab8ec: Add missing cstdio includes for gcc 4.4 compatibility
Johnathan Corgan
09:38 am Revision caf93a02: remove unused imports, copyright date update, tweak
Josh Blum
09:21 am Revision fa465d16: Created recursive create labels and shapes method for gui element.
Replaces update methods in the gui classes and simplifies calls.
The master update method in flow graph calls create ...
Josh Blum
09:01 am Revision 5bb2a70a: replaced dict[rot] storage of areas and lines with a single list for the curre...
Josh Blum
08:54 am Revision 5f54b018: standardized the Element inheritance __init__ usage in gui
Josh Blum
07:54 am Revision 4cc3667b: better error msg for empty statements
Josh Blum
07:45 am Revision 58cebfd6: Implement a recursive validation api in the base Element class.
The rewrite and validate methods will invoke themselves on the child elements.
The error messages are now a super-lis...
Josh Blum
05:33 am Revision 8bb9923f: Untested fixes for getting serdes onto the new fifo system. Compiles, at least
Matt Ettus
05:23 am Revision 9e05f077: Implement Eth flow control using pause frames
Not fully tested, but it seems to work without frame errors, sequence
number errors or ethernet overruns. Still of c...
Matt Ettus
05:20 am Revision 7ab7f93a: parameterized fifo sizes, some reformatting
Matt Ettus
05:14 am Revision 00da8370: remove unused old style fifo
Matt Ettus

09/04/2009

11:47 pm Revision c452801c: Merge branch 'new_eth' of http://gnuradio.org/git/eb into new_eth
Matt Ettus
11:43 pm Revision 1048666f: allow control of whether or not to honor flow control, adds some debug lines
Matt Ettus
11:37 pm Revision 1392a442: debug the rx side
Matt Ettus
11:33 pm Revision 2d6ac585: no longer used, replaced by newfifo version
Matt Ettus
10:58 pm Revision 02c74ee9: Merge branch 'new_eth' of http://gnuradio.org/git/matt into new_eth
* 'new_eth' of http://gnuradio.org/git/matt: Eric Blossom
10:53 pm Revision 62adc385: Merge branch 'new_eth' of http://gnuradio.org/git/eb into new_eth
Matt Ettus
10:51 pm Revision a1d9c0b4: Merge branch 'new_eth' of http://gnuradio.org/git/matt into new_eth
* 'new_eth' of http://gnuradio.org/git/matt:
properly set the address filter
stop sending short ethernet command ...
Eric Blossom
10:47 pm Revision d80add60: Merge branch 'grc' from http://gnuradio.org/git/jblum.git into master
we dont use test() -> remove it
Made the window for the pass band filters integers (take firdes.WIN_XXX).
Evaluat...
Johnathan Corgan
10:47 pm Revision 6528672f: remove special last_line adjustment from ethernet port
Eric Blossom
10:44 pm Revision 802ab410: Merge branch 'new_eth' of http://gnuradio.org/git/eb into new_eth
Matt Ettus
10:35 pm Revision 49a17dca: Firmware now inserts mac source address value in each frame.
The old mac used to do this automatically. Eric Blossom
10:31 pm Revision 7cb806f7: properly set the address filter
Matt Ettus
10:07 pm Revision 9a100f39: Merge branch 'new_eth' of http://gnuradio.org/git/matt into new_eth
* 'new_eth' of http://gnuradio.org/git/matt:
seems to build a decent fpga, but still some issues with a full connec...
Eric Blossom
05:29 pm Revision e103e18f: Merge branch 'master' into new_eth
Matt Ettus
04:48 pm Revision f945bc6d: stop sending short ethernet command packets.
Eric Blossom
04:48 pm Revision 96b6c7b9: Fix problem with commands timing out (specifically stop_rx_streaming)
After fixing the race, this change uses Tom's idea to stop enqueuing
data when trying to stop, and adds a new flush_r...
Eric Blossom
04:47 pm Revision 5d040bc9: Fix race condition that caused commands such as stop_rx_streaming to fail.
This fixes the bulk of the problem. Next step is to drop data packets
while waiting for the reply.
Eric Blossom
11:41 am Bug #408 (Closed): stop_rx_streaming (and other commands) fail frequently
Fixed in 985830ff0afcce7b5af2d829e70f5c440a39c52a
Fixed a race and stopped enqueueing samples when trying to stop.
Eric Blossom
11:29 am Bug #408 (Closed): stop_rx_streaming (and other commands) fail frequently
... Eric Blossom
10:48 am Revision 20006003: stop sending short ethernet command packets.
Eric Blossom
10:32 am Revision 985830ff: Fix problem with commands timing out (specifically stop_rx_streaming)
After fixing the race, this change uses Tom's idea to stop enqueuing
data when trying to stop, and adds a new flush_r...
Eric Blossom
08:51 am Revision e49601b4: Fix race condition that caused commands such as stop_rx_streaming to fail.
This fixes the bulk of the problem. Next step is to drop data packets
while waiting for the reply.
Eric Blossom
04:39 am Revision 5965a434: seems to build a decent fpga, but still some issues with a full connection.
Matt Ettus
03:09 am Revision 072a7671: Merge branch 'sync' from http://gnuradio.org/git/trondeau.git into master
* Fixing a line in the clock recovery algorithm. This works with a bit larger error than there proably should be.
* A...
Johnathan Corgan
02:50 am Revision 302686ac: Fixing a line in the clock recovery algorithm. This works with a bit larger er...
Tom Rondeau
12:12 am Revision acdf1361: Better fix for broken AC_PROG_F77 macro
* Move AC_PROG_CC into GR_FORTRAN macro definition Johnathan Corgan

09/03/2009

11:12 pm Revision 42b10fee: removed hard-coded link_is_up = true;
Eric Blossom
10:46 pm Revision 6b47cc3d: we dont use test() -> remove it
Josh Blum
09:13 pm Revision 43dec22f: MAC transmit seems to work now. The root cause of the problem was accidentall...
Matt Ettus
07:55 pm Revision 7467db4f: Fix Python header check failure due to invalid cached state
* GR_FORTRAN macro leaves $ac_ext=f on some systems
* Restore by invoking AC_PROG_CC
Reported-by: Szymon Jakubczak <...
Johnathan Corgan
06:37 pm Revision 490b1195: Made the window for the pass band filters integers (take firdes.WIN_XXX).
Now a window can be controlled by a variable such as a chooser. Josh Blum
05:41 pm Revision 77df49ed: set device to xc3s2000. Shouldn't make any differences.
Matt Ettus
05:39 pm Revision 19094db4: misc ignores
Matt Ettus
05:37 pm Revision 4fff2505: made a new block ram based fifo, 64 (65) elements long, all fifos now have "en...
Matt Ettus
04:27 am Revision 77dc1a9b: bring the testbench files up to date
Matt Ettus
12:56 am Revision 3113a7bb: major cleanup of 2 clock fifos
Matt Ettus
12:28 am Revision 80dbcc61: cleaning up the new fifos
Matt Ettus
12:23 am Revision a5b340fa: cascadefifo.v wasn't used, only the double cascade version. fifo_2clock.v and...
Matt Ettus
12:09 am Revision 95e6a116: never used, not needed
Matt Ettus
12:05 am Revision 72a57027: ignore .o files
Matt Ettus
12:04 am Revision 78588fb1: debug pins, cleaned ignores
Matt Ettus
12:01 am Revision f3476490: sort out active-low lines on locallink fifos, added debug pins
Matt Ettus

09/02/2009

11:58 pm Revision 56a58932: Evaluation fix in param.to_code().
Dont force an evaluation in to code unless the type is string or list.
Not doing so forces the variables to call eval...
Josh Blum
11:46 pm Revision ac985928: Removed these files completely, they were for the old style of fifos
Matt Ettus
09:38 pm Revision 72afd843: Merge branch 'wxgui_fix' from http://gnuradio.org/git/jblum.git into master
* waterfall and fft use a common autoscale function
* Fix so that the waterfall texture is initialized with a buffer ...
Johnathan Corgan
09:34 pm Revision a36c92ed: Merge branch 'lo_fix' from http://gnuradio.org/git/jblum.git into master
* Modifications to usrp2 source and sink so that set center freq is called afer set lo offset.
* Modifications to the...
Johnathan Corgan
09:18 pm Revision a70c291e: waterfall and fft use a common autoscale function
Josh Blum
09:06 pm Revision eb1d1b5c: Fix so that the waterfall texture is initialized with a buffer of the same size.
If the fft size was a non power of two, the buffer would be a different size.
This would cause a segfault. Particular...
Josh Blum
08:41 pm Revision 5c93024b: Modifications to usrp2 source and sink so that set center freq is called afer ...
Josh Blum
08:16 pm Revision 30513fdc: Removed the flagging api and usage from the base classes.
Far better to flag the namespace for renewing once in the flowgraph.py Josh Blum
07:26 pm Revision 20cf376a: added ref scale param to fft and waterfall
Josh Blum
07:07 pm Revision 3d276629: Modifications to the usrp blocks and wrapper so that the lo offset is set with...
Josh Blum
05:14 pm Revision 6fb2acc3: Removed subversion related configuration info.
* Don't call GR_SUBVERSION in configure.ac
* Remove --svn* options from gnuradio-config-info
Johnathan Corgan
04:33 pm Revision 12b02687: Merge branch 'wxgui' from http://gnuradio.org/git/jblum.git into master
* Modified log power fft block so ref scale is peak to peak.
* Tweaked fft sink autoscale routine to come up with bet...
Johnathan Corgan
03:05 pm Revision 31c94994: Expand frequency ranges to match hardware capability.
* Corresponds to SVN r11620:11622
* Fixes ticket 405
Reported-by: Dimitris Symeonidis <[email protected]>
Fixed-by: ...
Johnathan Corgan
06:19 am Revision 2846230c: fixed addressing of registers, and added write enables to those that were miss...
Matt Ettus
03:02 am Revision e4c161f1: Can now change the size of the symbols. Also fixes some layout issues.
Tom Rondeau
02:46 am Revision 3a27d463: Adding ability to change line width and style (only a handful of current style...
Tom Rondeau
01:59 am Revision 74c747cc: Removing plot picker that addd nothing to the interface.
Tom Rondeau
01:49 am Revision db8bc5c7: Adding a Reload option (Ctrl+R) option to quickly reread the file and reset th...
Tom Rondeau
01:43 am Revision 7e013c46: tell s/w link is up. additional debugging output
Eric Blossom

09/01/2009

01:18 am Revision 0c68c486: Modified log power fft block so ref scale is peak to peak.
Tweaked fft sink autoscale routine to come up with better numbers.
Modified scope sink ac couple block to use constan...
Josh Blum

08/31/2009

07:08 pm Revision 7eea883c: Merged SVN matt/new_eth r10782:11633 into new_eth
* svn diff http://gnuradio.org/svn/branches/developers/matt/new_eth
-r10782:11633
* Patch applied with no conflict...
Johnathan Corgan
10:24 am Feature #405: correct frequency ranges for (most) usrp daughterboards
Ok, thank you.
Is the reason that you didn't change the Basic{T,R}X frequencies that they are intended as IF inter...
Anonymous
12:32 am Revision 8ab7688b: Adding clock sync algorithm using PFB. This works, but needs a bit more work.
Tomas Balbierius

08/30/2009

05:34 pm Revision 152fcbc2: Switched the python classes to inherit from the base and gui classes.
Use only **kwargs so all contructor parameters must be passed with keys.
Moved gui input forms classes from base to g...
Josh Blum
04:35 pm Revision cc13a273: port and param types from an overloaded method
Josh Blum

08/29/2009

08:44 am Revision 2b65221a: todo
Josh Blum
08:04 am Revision 576d3978: Replaced TYPES in Port and Param with types parameter.
Replaced odict in options for storing options with a list.
Fix virtual port check in flow graph template.
Josh Blum
04:06 am Revision cb794a7c: made is_virtual_xxx a block level function, used by port and param classes
Josh Blum
03:57 am Revision 9ae19105: added stream id type and checking in evaluate
Josh Blum
03:39 am Revision 5f7bd3f8: avoid loops
Josh Blum
01:15 am Revision cadc9548: Recursive resolution of virtual sources.
Flow graph generation code working.
Also, mod to fft window to use clean/nice Db/div.
Josh Blum

08/28/2009

06:27 pm Feature #405 (Closed): correct frequency ranges for (most) usrp daughterboards
Fixed in r11621 and r11622. Only the RFX boards had frequency range errors. The DBSRX limits are set intentionally ... Matt Ettus
08:09 am Revision 36d1520f: added virtual source and added stream ids, logic to clone in port
Josh Blum

08/26/2009

11:58 pm Revision 1aa216df: Merge vrt of http://gnuradio.org/git/jblum.git into master
* automatic store for empty traces on enable
* added traces to fft window
* added quadradio method to enable/disable ...
Johnathan Corgan
11:48 pm Revision 20e87ef0: Merge msg-passing from http://gnuradio.org/git/eb.git
* Add shorthand for making tuples.
* Add blobs and shorthand pmt pseudo-constructors.
* gruel::send can now send to a...
Johnathan Corgan
08:29 pm Revision dc9e9db1: added rewrite methods to element to separate from validation logic
Josh Blum
06:23 pm Revision 854bed10: Added virtual sink and logic to clone port.
Tweaks to the base validation routines.
Validate twice in the update until rewrite functions are implemented.
Josh Blum
06:42 am Revision 62abad68: removed repurposing of pads
Josh Blum

08/25/2009

11:51 pm Revision 6d327a3a: Merge branch 'master' of http://gnuradio.org/git/gnuradio into grc
Josh Blum
11:04 pm Revision 23fb5e60: Merge utils from http://gnuradio.org/git/trondeau.git
Added files to Makefile.am for distribution.
Added colorbar to spectrogram for magnitude measurement.
Fixed spect...
Johnathan Corgan
10:43 pm Revision 5314163f: Added files to Makefile.am for distribution.
Tom Rondeau
10:22 pm Revision 785cacd4: Added colorbar to spectrogram for magnitude measurement.
Tom Rondeau
09:56 pm Revision af570140: Work on command line options for generated code.
Simplified eng_option eng_float to reuse str_to_num code. Josh Blum
09:54 pm Revision ab88e3c4: Fixed spectrogram plotting axis.
Tom Rondeau
09:35 pm Revision f8794470: Adding a spectrogram plot. The axis need work.
Tom Rondeau
04:29 pm Feature #407 (Closed): instantiating a basic_rx or lfrx returns 3 objects instead of 2
When instantiating your basic_rx or lfrx daughterboards (function instantiate_dbs() in usrp/host/lib/db_boards.cc), i... Anonymous
04:12 pm Revision d4ba08af: GR plotter tool handles end of file and files shorter than the block length.
Tom Rondeau
03:15 pm Revision 6fa1fc32: Manages window/filter types better. Disables filter types if the designing alg...
Tom Rondeau
02:01 pm Revision be584380: User messages if PyQt and PyQwt are not installed (or found).
Tom Rondeau
04:35 am Revision e6f9073f: Merge branch 'wxgui' of [email protected]:jblum into grc
Josh Blum
04:34 am Revision 07d9b76e: Merge branch 'master' of http://gnuradio.org/git/gnuradio into grc
Josh Blum
03:40 am Revision b8df6584: renamed the colors dialog to types
Josh Blum
03:26 am Revision ebe5f1ca: Setting validators for all edit boxes.
Tomas Balbierius
03:08 am Revision 74921cb0: Fixing tab order.
Tomas Balbierius
03:02 am Revision f513de94: Adding display for the number of taps in the filter.
Tomas Balbierius

08/24/2009

11:25 pm Revision 09fb1c05: Adding equiripple band reject filter to filter design app.
Tom Rondeau
11:24 pm Revision 288e8328: Adding P-M version of band reject filter.
Tom Rondeau
09:50 pm Revision addee36a: Fixed documentation for optfir band pass filters.
Tom Rondeau
09:44 pm Revision ef44b1af: Added routine for optfir equiripple filter design code to create complex bandp...
Tom Rondeau
01:54 pm Feature #406 (Closed): correct daughterboard selection in usrp_oscope.py and usrp_fft.py
The usrp_oscope.py and usrp_fft.py code always selects subdevice (0,0) if no subdevice is specified, while it claims ... Anonymous
04:31 am Revision 2d4405ea: Added design for Guassian filters.
Tomas Balbierius
04:24 am Revision 22a68fa5: Added design for RRC filters.
Tomas Balbierius
04:00 am Revision 2546d2ed: use pkgpythondir
Josh Blum
03:27 am Revision a297059a: Added Band Notch filter
Tomas Balbierius
02:55 am Revision 548c972d: Adding complex bandpass filter design (for windowed filters only).
Tomas Balbierius
02:30 am Revision 35871625: Adding plotting of group delay.
Tomas Balbierius
02:06 am Revision 9d751503: Adding labels to the plots.
Tomas Balbierius
01:57 am Revision 4085285a: Plotting phase of filter in its own tab now.
Tomas Balbierius
01:19 am Revision aafbdf43: Adding a phase and group delay plot to the GUI.
Tomas Balbierius
12:52 am Revision be85d95e: Fixing time domain plot zoomer.
Tomas Balbierius

08/23/2009

11:36 pm Revision eec6476e: Adding features and usability.
Tomas Balbierius
07:30 pm Revision 60633c60: Merge branch 'wxgui' of [email protected]:jblum into vrt
Josh Blum
06:48 pm Revision 9f2ca841: Added blks2.pfb_arb_resampler_ccf to GRC block list
* New block XML file
* Added set_taps callback to blks2 hier block
* GRC example showing pre- and post-resampling swe...
Johnathan Corgan
05:01 am Revision b6c19491: automatic store for empty traces on enable
Josh Blum

08/22/2009

10:09 pm Revision d3ebbccf: Merge branch 'wxgui' of [email protected]:jblum into vrt
Josh Blum
10:08 pm Revision f3c5010f: added traces to fft window
Josh Blum
03:02 pm Feature #405 (Closed): correct frequency ranges for (most) usrp daughterboards
I have updated the values in the freq_min() and freq_max() functions in 3 files:
usrp/host/lib/db_flexrf.cc
usrp/ho...
Anonymous

08/21/2009

02:12 am Revision 7b09198e: added quadradio method to enable/disable cal
Josh Blum
02:10 am Revision ea99e277: Removed the LFP and HPF ui's that are now a part of the main pyqt_filter.ui pa...
Tomas Balbierius
12:17 am Revision 4256cde5: use enum for band select
Josh Blum

08/20/2009

11:20 pm Revision 91f18267: added get band select
Josh Blum
02:11 pm Revision f7382231: Added host_os check for component vrt (Linux only for now.)
Johnathan Corgan
08:30 am Revision bf232a6e: added continuation mode for pad source and sinks
Josh Blum

08/19/2009

04:57 pm Revision cafcd007: Add shorthand for making tuples.
Eric Blossom
05:44 am Revision 6213d97e: Add blobs and shorthand pmt pseudo-constructors.
blobs == Binary Large Object. Very handy for passing around
uninterpreted data. The shorthand constructors were imp...
Eric Blossom
04:02 am Revision 4425cea2: gruel::send can now send to a pmt.
Eric Blossom
02:57 am Revision e19946f8: Adding a graphical tool to design and analyze filters.
Tomas Balbierius
02:12 am Revision 0f12441c: Add top-level msg_passing.h include file.
Incorporate send.h into msg_passing.h. Eric Blossom
01:57 am Revision f7bc7ed2: QA code now works.
Eric Blossom
12:39 am Revision 0f90ae17: Add pmt type that wraps a gruel::msg_accepter.
QA code doesn't link because pmt depends on msg and vice versa Eric Blossom

08/17/2009

01:49 pm Revision 30108b8c: Added omnithread README (deprecation).
Johnathan Corgan
07:54 am Revision 63c92857: Removed Source and Sink classes as Port subclasses.
A port can be a source or a sink based on the dir parameter. Josh Blum

08/16/2009

01:45 am Revision 82d64101: Added git ignore files as needed.
Johnathan Corgan
01:06 am Revision c9ad0211: Merged changes from svn repository trunk.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11601 221aa14e-8319-0410-a670-987f0aec2ac5
Signed-off-by: Johnath...
Johnathan Corgan

08/15/2009

06:34 pm Revision ea57c1b5: Merged VRT work-in-progress from eb/vrt2 (11518:11598) into trunk.
Passes distcheck.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11600 221aa14e-8319-0410-a670-987f0aec2ac5
Eric Blossom
06:32 pm Revision cdecd3aa: Added reset method to gr_head and gr_vector_sink. This allows graphs
containing these blocks to be run more than once with user control
over when the reset of the counter and sink occurs...
Eric Blossom
05:48 pm Revision 4edaf1e7: Merged branch 'msgq' from http://gnuradio.org/git/jblum.git
This adds the ability to GRC to gave blocks with message ports.
Signed-off-by: Johnathan Corgan <jcorgan@corganenter...
Johnathan Corgan
05:39 pm Revision 1579bab2: gr_blocks may now produce different number of output items on each output stream.
Merged eb/varying -r11178:11595 into trunk. Needs QA and examples.
git-svn-id: http://gnuradio.org/svn/gnuradio/tr...
Eric Blossom
04:28 pm Revision a33d7c0d: Merged branch 'msg-passing' from http://gnuradio.org/git/eb.git
This is work in progress on the message passing implementation.
Passes distcheck.
Signed-off-by: Johnathan Corgan <...
Johnathan Corgan
08:45 am Revision 381ae7f5: pmt_write now displays vector and tuple elements.
Eric Blossom
08:02 am Revision f8f85dcf: Additional QA for tuple.
Eric Blossom
07:29 am Revision 8e1a2c4a: added validation check for msg type ports, added copy method for ports to clea...
Josh Blum
06:23 am Revision de213686: params, sources, and sinks now stored internally as lists. The keys for said o...
Josh Blum
03:29 am Revision 39222718: Adding a QT-based data file viewer.
This is the start of an application to read in data files and display them in a useful manner. Tomas Balbierius
02:49 am Revision ca6bb9a1: Applied patch c1258.diff from Stephan Bruns (ticket:359)
This patch changes pmt_t to use boost intrusive pointers.
Patch was modified to apply to new pmt location since the
...
git
02:49 am Revision 05e22242: Added missing .gitignore
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11594 221aa14e-8319-0410-a670-987f0aec2ac5 git
01:53 am Revision 7ca21b2e: Added most of the support for a new PMT type: tuple.
More QA code coming soon. Eric Blossom

08/14/2009

09:04 pm Revision ad36dccd: Applied patch c1258.diff from Stephan Bruns (ticket:359)
This patch changes pmt_t to use boost intrusive pointers.
Patch was modified to apply to new pmt location since the
...
Johnathan Corgan
08:05 pm Revision ab3b6e30: Added missing .gitignore
Johnathan Corgan
06:10 pm Revision 253018c6: Added git ignore files auto created from svn:ignore properties.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5 git
06:59 am Revision 0a73facc: this time commit the file changes
Josh Blum
06:56 am Revision 0af1c2c7: Added generation of message queues in flow graph template.
Added message source and sink blocks to test.
TODO: Port and Block require new validation checks.
Josh Blum
04:50 am Revision 1181c2fe: Refactored gr_msg_accepter and gr_tpd_thread_body.
Redirected gr_msg_accepter::post into gr_block::_post based on dynamic cast. Eric Blossom
04:40 am Revision f67c4ff1: Added gr_msg_accepter class.
gr_msg_accepter derives from gruel::msg_accepter_msgq and will
implement in its post() a notification of the destinat...
Johnathan Corgan
04:40 am Revision 3d47afff: Notify derived class when post()ed
Johnathan Corgan
04:40 am Revision 9a966d18: Thread-per-block loop now checks and dequeues messages to handle_msg.
Johnathan Corgan
04:26 am Revision f1598295: Added git ignore files auto created from svn:ignore properties.
git repository hosting

08/12/2009

03:39 am Revision a0d13b42: Merging trondeau/pfb r11249:11581 into trunk. This adds a few polyphase filter...
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11583 221aa14e-8319-0410-a670-987f0aec2ac5 Tom Rondeau

08/11/2009

10:11 pm Revision 420f1274: Adding function to be able to set the size of the points in the constellation ...
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11573 221aa14e-8319-0410-a670-987f0aec2ac5 Tom Rondeau
10:02 pm Revision f123fd99: Cleaning up Qt code. This mostly reformats the code to be more consistent with...
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11572 221aa14e-8319-0410-a670-987f0aec2ac5 Tom Rondeau
06:33 am Revision c1621a33: Test check-in 2, ignore.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11568 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan
06:29 am Revision f8f78bfb: Test check-in, ignore.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11567 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan
05:29 am Revision 9cdea550: apply diff from previous commits
Josh Blum

08/10/2009

02:07 am Revision b1fff92b: Significantly improved performance of the Qt Gui sinks. This removes a number ...
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11559 221aa14e-8319-0410-a670-987f0aec2ac5 Tom Rondeau
« Previous
Next »
 

Also available in: Atom