summaryrefslogtreecommitdiff
path: root/gr-qtgui
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-1717-153/+551
|\| |
| * | Merge branch 'master' into nextTom Rondeau2011-10-1617-153/+551
| |\| | | | | | | | | | | | | Conflicts: gr-qtgui/lib/Makefile.am
| | * qtgui: more compatability issues.Tom Rondeau2011-10-1612-25/+112
| | |
| | * qtgui: wip: working to make plots backwards compatible with qwt 5.2.Tom Rondeau2011-10-162-6/+60
| | |
| | * qtgui: adjusting intensity knobs and auto scale in waterfall works in qwt6.Tom Rondeau2011-10-161-5/+3
| | |
| | * qtgui: fixed waterfall color map issue under qwt6.Tom Rondeau2011-10-161-19/+74
| | |
| | * qtgui: waterfall plot mostly working under qwt6 (plots, but updates to scale ↵Tom Rondeau2011-10-1610-142/+116
| | | | | | | | | | | | and color not working yet).
| | * qtgui: constellation plot working again under qwt6.Tom Rondeau2011-10-164-15/+15
| | |
| | * qtgui: Time domain plot working againt under qwt6.Tom Rondeau2011-10-164-20/+19
| | |
| | * qtgui: wip: updating qtgui to work with QWT 6 (and trying to maintain ↵Tom Rondeau2011-10-1518-160/+390
| | | | | | | | | | | | backwards compatability to 5.2). This wip works for just the fft plots.
| | * qtgui: avoids a simple warning.Tom Rondeau2011-10-151-1/+2
| | |
* | | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-1120-18/+242
|\| | | | | | | | | | | | | | Conflicts: gr-digital/include/digital_constellation.h
| * | adding gitignore files to new directories.Tom Rondeau2011-10-092-0/+4
| | |
| * | doc: adding qtgui Doxygen documentation page and a README file.Tom Rondeau2011-10-093-0/+116
| | |
| * | docs and qtgui: adding Doxygen documentation for each class. Also changed ↵Tom Rondeau2011-10-095-2/+44
| | | | | | | | | | | | the default behavior for the qtgui_sink_f to turn the constellation plot off by default (doesn't make sense with out the Q part, too).
| * | qtgui: sneaking in a fix to add an include directory to gr-qtgui.Tom Rondeau2011-10-0911-10/+43
| | |
* | | gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-085-55/+55
| | |
* | | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-09-266-17/+152
|\| |
| * | Merge branch 'master' into nextJohnathan Corgan2011-09-246-17/+152
| |\| | | | | | | | | | | | | Conflicts: gr-qtgui/apps/usrp_display.py
| | * qtgui: fixing import statements in qtgui apps to print an error if extra ↵Tom Rondeau2011-09-237-18/+153
| | | | | | | | | | | | python modules are not available.
* | | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-09-2410-343/+81
|\| |
| * | qtgui: removed usrp and usrp2-specific apps; replaced with a UHD version.Tom Rondeau2011-09-233-339/+44
| | |
| * | qtgui: moved actual examples to new examples directory.Tom Rondeau2011-09-238-4/+37
| | |
* | | cmake: language tweak for component group descriptionJosh Blum2011-08-021-1/+1
| | |
* | | Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum2011-07-282-5/+5
|\| |
| * | fixed some more warnings; mostly in doxygen or order of variable initialization.Tom Rondeau2011-07-271-1/+1
| | |
| * | Merge branch 'master' into nextTom Rondeau2011-07-271-4/+4
| |\| | | | | | | | | | | | | | | | * master: Fixed warnings generated from improper includes in swig interface file. Fixed doxygen warning in gr-uhd
| | * Fixed warnings generated from improper includes in swig interface file.Tom Rondeau2011-07-271-4/+4
| | |
* | | gr: squashed cmakelists.txt into one commitJosh Blum2011-07-205-0/+353
|/ /
* | Merge branch 'master' into nextJohnathan Corgan2011-07-191-1/+0
|\|
| * qtgui: missed this when updating time info.Tom Rondeau2011-07-101-1/+0
| |
* | Merge branch '8psk' into nextTom Rondeau2011-07-177-61/+59
|\ \ | |/ |/| | | | | Conflicts: gr-msdd6000/src/Makefile.swig.gen
| * Merge branch 'master' into 8pskTom Rondeau2011-06-1320-375/+109
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-qtgui/lib/qtgui_time_sink_c.cc gr-trellis/src/lib/Makefile.am gr-trellis/src/lib/calc_metric.h gr-trellis/src/lib/trellis.i gr-trellis/src/lib/trellis_constellation_metrics_cf.i gr-trellis/src/lib/trellis_metric_type.h gr-trellis/src/lib/trellis_sccc_encoder_XX.i.t
| * | gr-qtgui: adding the various windows as initial options for the qtgui sink ↵Tom Rondeau2011-05-091-0/+20
| | | | | | | | | | | | in GRC.
| * | gr-qtgui: makes time sink a sync_block (since it is) and uses ↵Tom Rondeau2011-05-096-62/+40
| | | | | | | | | | | | set_output_multiple instead of forecast. The result is that multiple streams maintain constant relationship, which they did not before. This should also prevent us from having to keep so much book-keeping of the indecies, and we will hopefully be able to clean this up soon.
* | | gr: added to the .gitignores to various components for in-tree buildsJosh Blum2011-07-033-0/+4
| |/ |/|
* | added high_res_timer_epoch to give ticks at the epochJosh Blum2011-06-071-1/+1
| |
* | qtgui: make a common function for the time label creation in waterfallJosh Blum2011-06-071-19/+16
| |
* | qtgui: removed all traces of highResTimeFunctions.hJosh Blum2011-06-0719-57/+54
| |
* | qtgui: removed most of the functions in highResTimeFunctions.hJosh Blum2011-06-077-50/+24
| |
* | qtgui: partially switch to gruel high res timerJosh Blum2011-06-079-289/+31
| |
* | qtgui: replace timespec with typedef so its easier to replaceJosh Blum2011-06-0716-135/+159
|/
* Merge branch 'mergme/qtgui/api_exports'Tom Rondeau2011-04-248-16/+56
|\
| * qtgui: added GR_QTGUI_API declaration to qtgui library classes and functionsJosh Blum2011-04-248-16/+56
| |
* | qtgui: use the timespec_reset functionJosh Blum2011-04-242-2/+2
|/ | | | Its more proper, and the assignment is c99 only.
* Merge branch 'qtgui_time'Tom Rondeau2011-04-2433-132/+1864
|\ | | | | | | | | Conflicts: gr-qtgui/apps/pyqt_example_f.py
| * gr-qtgui: adding GRC component for time_sink block.Tom Rondeau2011-04-242-0/+79
| |
| * gr-qtgui: splitting qtgui.i into its complex and float .i files to keep with ↵Tom Rondeau2011-04-244-48/+71
| | | | | | | | the general standard.
| * gr-qtgui: Adding float interface to qtgui_time_sink and example program.Tom Rondeau2011-04-248-3/+515
| |
| * gr-qtgui: adding example for using the new qt_time_sink_c interface.Tom Rondeau2011-04-242-0/+164
| |