Statistics
| Branch: | Tag: | Revision:

root / gr-qtgui @ master

# Date Author Comment
91792ef8 05/23/2013 08:38 pm Tom Rondeau

Merge branch 'maint'

bbd55843 05/23/2013 08:37 pm Tom Rondeau

qtgui: init FFT Size box for QTGUI sink to the right FFT value. Issue #542.

d44322fd 04/04/2013 02:38 pm Tom Rondeau

docs: updating Doxygen categories for all blocks.

Block categories in Doxygen now match where they are in GRC's category tree.

9ce3e6b3 04/04/2013 02:37 pm Tom Rondeau

grc: removed 'old' grc keys from block_tree.

This does not remove the actual GRC files, just how we find them in the block tree structure of GRC.

Renames all blocks not updated to 3.7 style as "(old)" in name.

f2e1c500 03/13/2013 07:36 pm Tom Rondeau

log: replacing log4cxx with log4cpp.

53ff88a6 03/05/2013 11:51 pm Nicholas Corgan

Added Windows DLL resource files

ce211603 03/01/2013 06:19 pm Tom Rondeau

Merge branch 'master' into gr_log

Conflicts:
cmake/Modules/GrMiscUtils.cmake
docs/doxygen/other/main_page.dox
gnuradio-core/gnuradio-core.conf.in
gnuradio-core/src/lib/swig/CMakeLists.txt
gr-digital/lib/CMakeLists.txt
gr-howto-write-a-block/CMakeLists.txt...

5fe24617 01/03/2013 03:28 pm Michael Dickens

GrUseQt4 -> GrSetupQt4, since that's what it really does.

e788c523 01/02/2013 02:42 am Michael Dickens

Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ordered as: internal build and source for this component, other components (internal build and source, or already installed), non-project non-system dependencies (e.g., Qt, Boost, Python), system dependencies (e.g., CoreAudio).

ea430013 12/12/2012 04:03 pm Tom Rondeau

Merge branch 'maint'

b928f8bd 12/12/2012 04:02 pm Tom Rondeau

build: removing core_swig from GR_SWIG_TARGET_DEPS. Seems to have been the cause of the parallel build woes.

d3ad5cca 12/11/2012 03:12 pm Julien Olivain

qtgui: adds parameter in qtgui sink's GRC block to set the update rate.

c4c0ce97 11/14/2012 05:23 pm Josh Blum

gr: same change for common PYTHON test paths

Conflicts:

gr-analog/python/CMakeLists.txt
gr-blocks/python/CMakeLists.txt
37f75225 11/14/2012 05:21 pm Josh Blum

gr: set a common GR_TEST_TARGET_DEPS for all module unit tests

Each unit test shares common dependencies,
but we have been neglecting to set these.

In this changeset, we set one top level GR_TEST_TARGET_DEPS,
and simply append module-specific dependencies for each test....

32cad29d 11/04/2012 04:39 pm Josh Blum

gr: added python -B everywhere for clean source tree

d2048cb7 10/12/2012 07:26 pm Tom Rondeau

qtgui: fixed qtgui time sink to take the bandwidth parameter to set x-axis correctly.

c9dc5824 09/06/2012 04:01 pm Tom Rondeau

Merge branch 'master' into gr_log

Conflicts:
CMakeLists.txt
cmake/Modules/GrMiscUtils.cmake
docs/doxygen/other/build_guide.dox
gnuradio-core/CMakeLists.txt
gr-digital/lib/CMakeLists.txt

06c325cb 07/03/2012 09:22 pm Johnathan Corgan

swig: added GR_SWIG_TARGET_DEPS core_swig to other swig builds

I have not encountered an issue, however this is the correct thing to do.
Now individual components swig builds depend on the gr core swig target.

Conflicts:

gr-filter/swig/CMakeLists.txt
d71d02d7 06/08/2012 04:15 pm Tom Rondeau

Fixing up the gr-log capabilities.

Better handling of enable/disable function, easier integration with all components if log4cxx is or is not there. All components have been updated to be able to use logging. Docs update, too.

f919f9dc 04/13/2012 10:36 pm Tom Rondeau

Removed whitespace and added dtools/bin/remove-whitespace as a tool to do this in the future.

The sed script was provided by Moritz Fischer.

7c6361c8 04/03/2012 09:52 pm Tom Rondeau

Merge branch 'rm_python_ext' into cmake_builds

Conflicts:
CMakeLists.txt

7dc08ba2 04/03/2012 04:26 pm Tom Rondeau

examples: Reworked locations and installation of examples.

All python and GRC examples directly associated with a top-level component are now in that examples directory. Examples are split into c++, python, and grc dirs but are all installed into $prefix/share/gnuradio/examples/<component>.

2bf64459 04/01/2012 08:13 pm Tom Rondeau

Removes all references to guile and scheme, which are no longer needed.

The remaining pmt_serial_tags.scm is parsed by Python already. Future modifications could change this format to not confuse the point.

a2149950 03/22/2012 10:07 pm Johnathan Corgan

Merge branch 'master' into next

116f8234 03/22/2012 08:46 pm Josh Blum

volk: added volk as depedency for various components

Its important to list the dependent libraries for a test
so the library path can be correctly set.
This is necessary on platforms without dynamic re-linking.
25c494b3 12/15/2011 03:24 am Tom Rondeau

Merge branch 'master' into next

e4cf0d1b 12/15/2011 03:23 am Tom Rondeau

uhd: fixes to instantiating UHD devices to set the antenna and subdevice properly (patch from Sam Bretheim).

e6a648a8 12/12/2011 06:32 am Johnathan Corgan

Merge branch 'master' into next

fa161e17 12/12/2011 02:16 am Josh Blum

qtgui: include QT_USE_FILE only when enabled

00420d32 12/08/2011 09:48 pm Johnathan Corgan

Removed autotools, gr-waveform, some cleanup

Nick Foster owes Nick Corgan a six-pack of beer!

67d0b6b3 12/07/2011 12:59 am Tom Rondeau

docs: fixes some warnings.

There is way too much institutional knowledge in these makefiles now. Another reason I'm glad we're going to cmake, which is being kept more sane as all of the problems are already known.

0370cfc8 12/05/2011 03:58 pm Tom Rondeau

docs: more fixes for generated swig files. This worked before the merge, but this forces the build system to generate these before processing the other swig files.

fe2e6f80 12/04/2011 04:10 pm Tom Rondeau

docs: better install of swig docs .i files since we actually have a variable to take care of it already.

2d88dd48 11/30/2011 07:45 pm Tom Rondeau

docs: fixing variable for location of header files (SOURCE not BINARY).

a2de55ca 11/28/2011 08:44 pm Tom Rondeau

docs: more appropriate variable to use when setting the include/headers directory.

0408e48c 11/28/2011 06:11 am Tom Rondeau

docs: installing generated _doc.i files under autotools.

cfea4669 11/28/2011 04:25 am Tom Rondeau

docs: better use of BUILT_SOURCES so I'm not overriding the standard build instructions for it.

355dbf5b 11/28/2011 12:06 am Tom Rondeau

docs: Adding swig doc generation to Makefile.am files.

70ca9bea 11/28/2011 12:05 am Tom Rondeau

docs: forgot to have the generated .i files installed.

e36b920b 11/27/2011 09:41 pm Tom Rondeau

docs: added python doxygen docs to gr-qtgui

88a9bcb1 11/09/2011 04:05 am Josh Blum

qtgui: add python include path (older name)

24da5f49 11/08/2011 02:56 am Josh Blum

uhd: change examples to use new stream api

3259e2a6 11/01/2011 07:51 pm Philip Balister

qtgui_sink_c : Fix update rate math.

I botched the conversion to gruel high res timers. This patch fixes things.
Checked on x86 byt hand adjusting update rate. We should expose the update
rate setting to users.

Signed-off-by: Philip Balister <>

5c9877d0 10/26/2011 05:09 am Tom Rondeau

qtgui: these shouldn't be installed.

3710dd6d 10/25/2011 03:57 pm Tom Rondeau

qtgui: Fixing slot names that can't be #if'd out for compatibility between Qwt 5.2 and 6.0.

7e8b9570 10/25/2011 01:01 am Tom Rondeau

examples: making both autotools and cmake install all the same examples.

e9f45800 10/24/2011 05:02 pm Josh Blum

qtgui: fixed typo for name of export define

This was a typo, but it was ok before the library fubar
because the define was explicitly set.
Now that things are more automatic,
it needs to follow convention.

722dab93 10/24/2011 02:05 am Philip Balister

qr-qtgui-sink : Set lower limit of FT size to 256 from 1024.

Signed-off-by: Philip Balister <>

639e14e2 10/24/2011 02:05 am Philip Balister

qtqui-sink : Do not run the FFT unless updating the display.

Signed-off-by: Philip Balister <>

faf7dea0 10/23/2011 10:43 pm Josh Blum

the libraries

9b58dc91 10/23/2011 06:06 pm Josh Blum

cmake: make python checks optional for cross builds

da556335 10/22/2011 06:25 pm Tom Rondeau

Merge remote branch 'jblum/cmake_fixes' into next

1468be32 10/22/2011 04:05 pm Tom Rondeau

docs: don't need to distribute README files in docs component. Just the install path.

dd41a603 10/20/2011 10:15 pm Josh Blum

misc fix missing installed files/tweaks

88208913 10/20/2011 09:48 pm Tom Rondeau

docs: installing README files.

7ed8b43e 10/19/2011 06:16 pm Josh Blum

cmake: fix that component depends on component hack

161910c6 10/18/2011 06:40 am Josh Blum

Merge branch 'next' of http://gnuradio.org/git/gnuradio into next

Conflicts:
gnuradio-core/src/lib/filter/gr_dc_blocker_cc.h
gnuradio-core/src/lib/filter/gr_dc_blocker_ff.h
gnuradio-core/src/lib/general/gr_ofdm_demapper_vcb.h
gr-digital/include/digital_ofdm_cyclic_prefixer.h...

f664585d 10/18/2011 05:52 am Tom Rondeau

Merge branch 'master' into next

6a274e19 10/18/2011 05:50 am Tom Rondeau

qtgui: missed something before.

1c7bd647 10/18/2011 04:04 am Tom Rondeau

Merge branch 'master' into next

b9156049 10/18/2011 03:49 am Tom Rondeau

qtgui: a few more fixes for qwt 5.2/6.0.

41ce01bd 10/17/2011 02:35 pm Josh Blum

Merge branch 'next' of http://gnuradio.org/git/gnuradio into next

a4dbd973 10/17/2011 02:14 am Tom Rondeau

Merge branch 'master' into next

Conflicts:
gr-qtgui/lib/Makefile.am

45c22126 10/16/2011 11:45 pm Tom Rondeau

qtgui: more compatability issues.

0319e05a 10/16/2011 10:39 pm Tom Rondeau

qtgui: wip: working to make plots backwards compatible with qwt 5.2.

df09ce46 10/16/2011 09:56 pm Tom Rondeau

qtgui: adjusting intensity knobs and auto scale in waterfall works in qwt6.

bade47de 10/16/2011 09:35 pm Tom Rondeau

qtgui: fixed waterfall color map issue under qwt6.

4496fae2 10/16/2011 08:32 pm Tom Rondeau

qtgui: waterfall plot mostly working under qwt6 (plots, but updates to scale and color not working yet).

4ba2c75f 10/16/2011 04:23 am Tom Rondeau

qtgui: constellation plot working again under qwt6.

33158da4 10/16/2011 04:22 am Tom Rondeau

qtgui: Time domain plot working againt under qwt6.

25fd6e03 10/15/2011 10:23 pm Tom Rondeau

qtgui: wip: updating qtgui to work with QWT 6 (and trying to maintain backwards compatability to 5.2). This wip works for just the fft plots.

32ef4974 10/15/2011 08:32 pm Tom Rondeau

qtgui: avoids a simple warning.

1259a01a 10/12/2011 04:35 am Josh Blum

Merge branch 'next' of http://gnuradio.org/git/gnuradio into next

Conflicts:
gr-digital/include/digital_constellation.h

811e6f61 10/09/2011 10:04 pm Tom Rondeau

adding gitignore files to new directories.

a8824153 10/09/2011 10:01 pm Tom Rondeau

doc: adding qtgui Doxygen documentation page and a README file.

b0acaef8 10/09/2011 10:00 pm Tom Rondeau

docs and qtgui: adding Doxygen documentation for each class. Also changed 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).

e2b943d6 10/09/2011 09:48 pm Tom Rondeau

qtgui: sneaking in a fix to add an include directory to gr-qtgui.

71c0f14a 10/09/2011 12:11 am Josh Blum

gr: the CMakeLists.txt took a chill pill

1ff42298 09/26/2011 07:04 pm Josh Blum

Merge branch 'next' of http://gnuradio.org/git/gnuradio into next

2e6df0c3 09/24/2011 06:19 pm Johnathan Corgan

Merge branch 'master' into next

Conflicts:
gr-qtgui/apps/usrp_display.py

3773bb9c 09/24/2011 05:05 pm Josh Blum

Merge branch 'next' of http://gnuradio.org/git/gnuradio into next

35222394 09/23/2011 09:51 pm Tom Rondeau

qtgui: removed usrp and usrp2-specific apps; replaced with a UHD version.

d00fed7b 09/23/2011 09:37 pm Tom Rondeau

qtgui: moved actual examples to new examples directory.

b6f2b413 09/23/2011 09:02 pm Tom Rondeau

qtgui: fixing import statements in qtgui apps to print an error if extra python modules are not available.

fbe4a14d 08/02/2011 07:45 pm Josh Blum

cmake: language tweak for component group description

250f4ac6 07/28/2011 04:39 pm Josh Blum

Merge branch 'next' of gnuradio.org:gnuradio into next

aed2d2ea 07/28/2011 01:48 am Tom Rondeau

fixed some more warnings; mostly in doxygen or order of variable initialization.

0a8bf57a 07/28/2011 01:09 am Tom Rondeau

Merge branch 'master' into next

  • master:
    Fixed warnings generated from improper includes in swig interface file.
    Fixed doxygen warning in gr-uhd
c491449c 07/28/2011 12:48 am Tom Rondeau

Fixed warnings generated from improper includes in swig interface file.

accb9f2f 07/21/2011 02:04 am Josh Blum

gr: squashed cmakelists.txt into one commit

0d30c802 07/19/2011 02:25 pm Johnathan Corgan

Merge branch 'master' into next

f7b9a0c6 07/17/2011 09:25 pm Tom Rondeau

Merge branch '8psk' into next

Conflicts:
gr-msdd6000/src/Makefile.swig.gen

02bc52c1 07/11/2011 12:44 am Tom Rondeau

qtgui: missed this when updating time info.

f6fedf27 07/03/2011 06:35 pm Josh Blum

gr: added to the .gitignores to various components for in-tree builds

5ce630cb 06/13/2011 04:35 pm Tom Rondeau

Merge branch 'master' into 8psk

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...

bba53da8 06/08/2011 03:05 am Josh Blum

added high_res_timer_epoch to give ticks at the epoch

fd509d44 06/08/2011 03:04 am Josh Blum

qtgui: make a common function for the time label creation in waterfall

bbf11bb3 06/08/2011 02:55 am Josh Blum

qtgui: removed all traces of highResTimeFunctions.h

eae515a2 06/08/2011 02:39 am Josh Blum

qtgui: removed most of the functions in highResTimeFunctions.h

1418dccc 06/08/2011 02:27 am Josh Blum

qtgui: partially switch to gruel high res timer