Statistics
| Branch: | Tag: | Revision:

root / grc / scripts @ ad08a308

# Date Author Comment
07bd878b 03/14/2011 12:33 am Josh Blum

grc: moved all usrp1 and usrp2 stuff out of grc and into gr-usrp*/grc

Moved grc xml files, python wrappers (USRP1 only), probe apps + freedesktop files.

When the gr-usrp and gr-usrp2 directories are removed, grc will not have to change.

Minor change: the freedesktop files are always installed now....

89440000 05/18/2010 08:53 pm Johnathan Corgan

grc: rename execution binary from 'grc' to 'gnuradio-companion'

This change resolves a conflict with the Generic Colorizer application
which also uses the binary name 'grc'.

Interested users can add an alias to their shell environment to run
gnuradio-companion when grc is invoked.

175c074b 10/28/2009 09:33 pm Josh Blum

Created a grc_blockdir in makefile.common.
Switched the grc src prefix in grc makefiles.
Removed grc/Makefile.inc as it was no longer neededed.

b8f69ad7 09/09/2009 06:04 am Josh Blum

use show signal to perform initial gui update

6b1d8817 09/06/2009 08:58 am Josh Blum

Fixed the usrp and usrp2 probe scripts to work with the new gui param api.
Also fixed the scripts to work since they were broken by previous changes.
Get input in param class now pases a param instance (self) into the object.

253018c6 08/14/2009 06:10 pm git

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

c51227a8 07/11/2009 10:10 pm Josh Blum

make use of gr.version()

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11420 221aa14e-8319-0410-a670-987f0aec2ac5

99886641 06/23/2009 08:38 pm Josh Blum

Merging r11186:11273 from grc branch.
Fixes, features, and reorganization for grc.
Minor fixes and features for wxgui forms.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11274 221aa14e-8319-0410-a670-987f0aec2ac5

693cf2fa 05/29/2009 06:43 am Josh Blum

Did a little work with path handling.
Additional blocks paths can be specified with environment variable GRC_BLOCKS_PATH

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11163 221aa14e-8319-0410-a670-987f0aec2ac5

e3cd8f7d 05/26/2009 07:44 pm Josh Blum

a more general error for detecting python path and ld path problems

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11130 221aa14e-8319-0410-a670-987f0aec2ac5

2b9514d9 05/23/2009 11:36 pm Josh Blum

removed .message usage which causes deprecation warning in python 2.6

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11111 221aa14e-8319-0410-a670-987f0aec2ac5

a3ba8cf2 05/01/2009 08:28 pm Josh Blum

Merged grc developer branch r10679:10938

Misc fixes and internal changes.
Added help menu for usage tips.
Added drag and drop for blocks.
Removed callback controls, adopted forms.
Any type can have enumerated options.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10941 221aa14e-8319-0410-a670-987f0aec2ac5

9030fb71 02/17/2009 11:03 pm Josh Blum

usrp methods for computing the mux for dual subdevices

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10457 221aa14e-8319-0410-a670-987f0aec2ac5

09f236be 02/01/2009 07:26 pm Josh Blum

options for hb filter in usrp simple source

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10369 221aa14e-8319-0410-a670-987f0aec2ac5

f1ee6a7c 01/21/2009 07:05 pm Josh Blum

usrp2 function names, usrp2 contructor usage

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10277 221aa14e-8319-0410-a670-987f0aec2ac5

f64da1cf 01/21/2009 12:38 am Josh Blum

sort macs

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10273 221aa14e-8319-0410-a670-987f0aec2ac5

a6b92843 01/20/2009 10:44 pm Josh Blum

probe for the usrp2

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10271 221aa14e-8319-0410-a670-987f0aec2ac5

88470f93 01/20/2009 07:14 am Josh Blum

set the icon in both executables

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10266 221aa14e-8319-0410-a670-987f0aec2ac5

66811bb6 01/20/2009 04:59 am Josh Blum

call it probe

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10264 221aa14e-8319-0410-a670-987f0aec2ac5

d01692fa 11/28/2008 06:51 am Josh Blum

new preferences

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10081 221aa14e-8319-0410-a670-987f0aec2ac5

0174f42a 09/28/2008 03:35 am Josh Blum

freedesktop

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9668 221aa14e-8319-0410-a670-987f0aec2ac5

d601eb21 09/17/2008 02:34 pm Josh Blum

replaced EXTRA_DIST with dist_ prefix

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9600 221aa14e-8319-0410-a670-987f0aec2ac5

c86f6c23 09/07/2008 09:38 pm Josh Blum

Merged r9481:9518 on jblum/grc_reorganize into trunk. Reorganized grc source under gnuradio.grc module. Trunk passes make distcheck.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9525 221aa14e-8319-0410-a670-987f0aec2ac5

d52c462e 08/23/2008 02:26 am Johnathan Corgan

Merged changeset r9285:9377 from jblum/grc into trunk, with distcheck fixes
and local modifications.

Integrates previously separate GNU Radio Companion into top-level component
'grc'. (Josh Blum)

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9378 221aa14e-8319-0410-a670-987f0aec2ac5