index
:
gnuradio/.git
master
GNU Radio fork v3.6
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gr-qtgui
/
src
/
lib
Age
Commit message (
Expand
)
Author
2010-06-13
Merge remote branch 'trondeau/qtmake' into maint
Johnathan Corgan
2010-06-13
Fixes gr-qtgui make distcheck failure when QT is not installed.
Tom Rondeau
2010-06-01
gr-qtgui: add include file for gcc 4.4.1
Johnathan Corgan
2010-05-28
Make C++ shared libraries versioned
Johnathan Corgan
2010-05-10
Simple code cleanup.
Tom Rondeau
2010-05-10
Remove one of the loop when posting new data; calculations are done the same ...
Tom Rondeau
2010-05-09
Minor cleanups.
Tom Rondeau
2010-05-09
Updating zoom and axis across plots for consistent zoom levels and behavior.
Tom Rondeau
2010-05-02
Fixes segfault on close. Using the right objective (d_main_gui) instead of d_...
Tom Rondeau
2010-05-01
Fixing constellation zoomer's label.
Tom Rondeau
2010-05-01
Maxing the x-axis of the time domain plot represent the actual time of the sa...
Tom Rondeau
2010-05-01
Whoops. Time intervals are specified in seconds, not ms...
Tom Rondeau
2010-05-01
Fixes the replotting update. It's now based on a QTimer so it's in the event ...
Tom Rondeau
2010-05-01
Fixing displayed pen and x-axis to report the right units and scaling of freq...
Tom Rondeau
2010-05-01
Removing PowerLine since we weren't using it and don't have plans to.
Tom Rondeau
2010-05-01
Peak power line now actually tracks the peak power.
Tom Rondeau
2010-05-01
Fixes units of pen in frequency plot.
Tom Rondeau
2009-10-22
Don't distribute generated files in gr-qtgui
Johnathan Corgan
2009-10-13
Removing ifs to clean up build system. Make no longer rebuilds gr-qtgui if no...
Tom
2009-10-06
Merge branch 'master' into sync
Tom
2009-10-06
Updating display for better viewing on small screens
Tom
2009-10-03
Fix to restore ability to run 'make distcheck' from a VPATH
Johnathan Corgan
2009-08-14
Added git ignore files auto created from svn:ignore properties.
git
2009-08-11
Adding function to be able to set the size of the points in the constellation...
trondeau
2009-08-11
Cleaning up Qt code. This mostly reformats the code to be more consistent wit...
trondeau
2009-08-10
Significantly improved performance of the Qt Gui sinks. This removes a number...
trondeau
2009-07-06
Merging trondeau/qt branch r11231:11360. This merge improves the usability an...
trondeau
2009-06-17
Passing new function definition to SWIG for access in Python.
trondeau
2009-06-17
Merging trondeau/qtdigital branch r11210-11215 to add some QT GUI's to the di...
trondeau
2009-05-27
Merged r11123:11148 from jcorgan/np into trunk.
jcorgan
2009-05-07
Merged r10948:10959 from jcorgan/deb into trunk. Trunk passes
jcorgan
2009-04-26
Now adding y-axis controls for frequency domain plot.
trondeau
2009-04-26
Bringing out set axis function to the qtgui sinks for user-settable axis ranges.
trondeau
2009-04-26
Opening up the time domain and constellations plots a bit and adding accessor...
trondeau
2009-04-15
Merging qtdevel2 branch -r10565:10849. This adds a lot of fixes and capabilit...
trondeau
2009-03-14
Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of S...
jcorgan
2009-02-28
Properly handles verticle scaling
trondeau
2009-02-28
Adding a constellation plot and an example for viewing constellations of digi...
trondeau
2009-02-28
some cleanup as well as adding a way to pass the Qapplication between sinks t...
trondeau
2009-02-10
Merged r10385:10413 from michaelld/swig_tweaks into trunk. Passes distcheck.
jcorgan
2009-02-02
Merged r10288:10370 from michaelld/swigpythonargs into trunk. Passes distcheck.
jcorgan
2008-11-09
Merged r9946:9957 from trondeau/qt into trunk. make distcheck works on F9, Ub...
trondeau
2008-10-25
Merging qtgui branch-r9068:9837: this ads a qtgui_sink_c and qtgui_sink_f tha...
trondeau
2008-01-28
Removed gr-qtgui component (never finished), archived in limbo.
jcorgan
2007-07-21
Updated license from GPL version 2 or later to GPL version 3 or later.
eb
2007-03-15
Cleanup on qwt config to not require qwt includes to be in a subdirectory.
jcorgan
2007-03-14
Created configuration file for QWT library. This is in lieu of hand installing
jcorgan
2007-02-26
Merged r4632:4645 on jcorgan/linking into trunk. Cleans up linking issues wi...
jcorgan
2007-02-21
Beginnings of a qt based gui system added under gr-qtgui
n4hy