summaryrefslogtreecommitdiff
path: root/grc/freedesktop
Commit message (Collapse)AuthorAgeFilesLines
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-131-4/+4
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Merge branch 'master' into nextJohnathan Corgan2012-02-021-2/+2
|\
| * grc: fix install permissions on grc_setup_freedesktopJosh Blum2012-02-021-2/+2
| |
* | Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-082-58/+0
|/ | | | Nick Foster owes Nick Corgan a six-pack of beer!
* gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-8/+8
|
* gr: squashed cmakelists.txt into one commitJosh Blum2011-07-201-0/+47
|
* grc: moved all usrp1 and usrp2 stuff out of grc and into gr-usrp*/grcJosh Blum2011-03-134-26/+7
| | | | | | | | | | 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. This does not mean that they are installed properly with xdg, it just means that the runtime can have access to the icons.
* Major Makefile.am housecleaning. Passes distcheck.Eric Blossom2010-11-241-2/+2
| | | | | | | | | Move all occurrences of swig_built_sources out of Makefile.am's. Move all SWIG related use of BUILT_SOURCES out of Makefile.am's. Clean up 'if PYTHON' conditionalization in gr-* Still left to do: fix Makefile.swig CLEANFILES and no_dist_files such that they remove exactly the generated files.
* grc: move grc_setup_freedesktop into libexec directory (not in users path).Josh Blum2010-06-243-11/+32
| | | | Renamed grc desktop file to simplify name and updated install script.
* grc: rename execution binary from 'grc' to 'gnuradio-companion'Johnathan Corgan2010-05-183-3/+3
| | | | | | | | 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.
* Small patch to speedup installation of freedesktop icons.Stefan Bruns2009-12-081-4/+5
| | | | | The attached patch changes the icon installation to update the icon cache only once instead of once per icon
* Created a grc_blockdir in makefile.common.Josh Blum2009-10-281-1/+1
| | | | | Switched the grc src prefix in grc makefiles. Removed grc/Makefile.inc as it was no longer neededed.
* Added git ignore files auto created from svn:ignore properties.git2009-08-141-0/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5
* Make the hardcoded paths in grc optionally configurable from environment ↵jblum2009-05-281-3/+3
| | | | | | | | | | | variables: GR_DOCDIR, GR_DATADIR Allows the grc data files to up-rooted for a package installation (specifically macosx). Hardcoded path is the default when environment variables are undefined. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11161 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of ↵jcorgan2009-03-141-2/+1
| | | | | | SWIG usage in build system, also fixes ticket:130. Trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10596 221aa14e-8319-0410-a670-987f0aec2ac5
* probe for the usrp2jblum2009-01-203-4/+15
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10271 221aa14e-8319-0410-a670-987f0aec2ac5
* call it probejblum2009-01-203-5/+5
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10264 221aa14e-8319-0410-a670-987f0aec2ac5
* dont sed check, can end badlyjblum2008-10-101-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9768 221aa14e-8319-0410-a670-987f0aec2ac5
* handy post install message -> no more automated installation of freedesktopjblum2008-10-071-8/+14
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9726 221aa14e-8319-0410-a670-987f0aec2ac5
* re-enable grc, passes distcheckjblum2008-10-071-5/+8
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9723 221aa14e-8319-0410-a670-987f0aec2ac5
* verbose messages for freedesktop installer, added missing import for main windowjblum2008-10-032-2/+14
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9705 221aa14e-8319-0410-a670-987f0aec2ac5
* fixed error for non root install in ticket:298, moved install task for ↵jblum2008-10-032-30/+63
| | | | | | freedesktop into script git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9704 221aa14e-8319-0410-a670-987f0aec2ac5
* robust check for xdg-utilsjblum2008-09-301-0/+20
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9686 221aa14e-8319-0410-a670-987f0aec2ac5
* AC check for xdg utilsjblum2008-09-301-20/+18
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9684 221aa14e-8319-0410-a670-987f0aec2ac5
* test for xdg utilsjblum2008-09-301-16/+20
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9682 221aa14e-8319-0410-a670-987f0aec2ac5
* gtk IconTheme module needs --theme gnome for some systemsjblum2008-09-301-0/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9681 221aa14e-8319-0410-a670-987f0aec2ac5
* multiple icon sizes for apps and mimetypesjblum2008-09-283-6/+12
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9671 221aa14e-8319-0410-a670-987f0aec2ac5
* freedesktopjblum2008-09-288-0/+285
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9668 221aa14e-8319-0410-a670-987f0aec2ac5