Wykres commitów

832 Commity (fccba5c6d9c5ea9eca2935ffa849b922e3ba162d)

Autor SHA1 Wiadomość Data
Stelios Bounanos 7e3d8b2f26 Merge with upstream 2008-02-15 19:44:35 +00:00
Stelios Bounanos 66bbde2415 Upstream version 2.10C 2008-02-15 19:39:23 +00:00
Stelios Bounanos ccd970fe74 Upstream version 2.10B 2008-02-15 19:36:53 +00:00
Stelios Bounanos d91b5915c1 Add check for -rdynamic support
Also add calls for the build, target, host macros.
2008-02-15 00:49:13 +00:00
Stelios Bounanos 38eb18def0 Correctly calculate number of samples 2008-02-14 23:46:02 +00:00
Stelios Bounanos ea3260118e Resolve name clashes on OSX (2)
Rename sound classes to avoid a conflict with an enum named
cSound and defined in a system header on OSX:
cSound -> SoundBase, cSoundOSS -> SoundOSS, cSoundPA -> SoundPort
cMixer -> MixerBase, cMixerOSS -> MixerOSS
Also enable MixerBase ctor & virtual dtor, and delete some old comments
in the SoundPort declaration.
2008-02-14 23:38:09 +00:00
Stelios Bounanos f8a2c08ad4 Resolve name clashes on OSX (1) 2008-02-14 23:13:06 +00:00
Stelios Bounanos de237390ce Rename Config files
Config.{fl,h,cxx} -> confdialog{fl,h,cxx}. This ensures that there will
be no ambiguity between Config.h and the autogenerated config.h on
case-insensitive but case-preserving filesystems.
2008-02-14 23:08:21 +00:00
Stelios Bounanos 7b5254de79 Add fluid target 2008-02-14 22:47:39 +00:00
Stelios Bounanos 2fc36599ef Disable pixmap icon on OSX 2008-02-14 22:38:13 +00:00
Stelios Bounanos fc9477a0f7 Make OSS optional
Split cMixer into base class and OSS implementation.
Add configure.ac macros to detect OSS and disable cMixerOSS and cSoundOSS.
Hide volume sliders if OSS is disabled, or if we are not managing the mixer.
2008-02-14 22:36:13 +00:00
Stelios Bounanos cffd639e0b Use HAVE_REGEX_H in psk viewer 2008-02-14 21:57:56 +00:00
Stelios Bounanos d8304ae601 Use a rb for audio history 2008-02-14 21:17:47 +00:00
Stelios Bounanos 3248b76856 Merge with upstream 2008-02-14 20:20:24 +00:00
Stelios Bounanos a137030cef Upstream version 2.10A 2008-02-14 20:19:42 +00:00
Stelios Bounanos 2599113a46 Merge with upstream 2008-02-09 23:07:49 +00:00
Stelios Bounanos a915633f34 Upstream version 2.09 2008-02-09 23:07:19 +00:00
Stelios Bounanos 575c17f57f Upstream version 2.09K 2008-02-09 23:07:10 +00:00
Stelios Bounanos 83a8d00e09 Upstream version 2.09J 2008-02-09 23:03:57 +00:00
Stelios Bounanos 12b1d6807d Fix argument handling
Long arguments without a space (--opt=arg) now work correctly.
Also, move sound initialisation to a separate function, add an
undocumented --exit-after SECONDS argument, and update mkversions.sh
to include CXXFLAGS in the --version output.
2008-02-08 08:17:21 +00:00
Stelios Bounanos 795ac21e5c Merge with upstream 2008-02-07 00:07:29 +00:00
Stelios Bounanos e2083f2f0c Upstream version 2.09I 2008-02-07 00:06:58 +00:00
Stelios Bounanos 1c8dac9bba Merge with upstream 2008-02-05 03:24:31 +00:00
Stelios Bounanos bf19d9d6f8 Upstream version 2.09H 2008-02-05 03:24:21 +00:00
Stelios Bounanos 1a78967859 Merge with upstream 2008-02-05 03:01:11 +00:00
Stelios Bounanos 41519882c6 Upstream version 2.09G 2008-02-05 03:00:57 +00:00
Stelios Bounanos a60ca6ed98 Merge with upstream 2008-02-04 03:12:26 +00:00
Stelios Bounanos c836b738c5 Upstream version 2.09F 2008-02-04 03:12:14 +00:00
Stelios Bounanos 4c06b8317c Merge with upstream 2008-02-04 01:18:45 +00:00
Stelios Bounanos c57b41130f Add regex support
Add a beep button.
Insert "@." when resizing
Set inpSeek to constant width font
Extend character range to include { | } ~
2008-02-04 01:09:29 +00:00
Stelios Bounanos ad9f2d6a3e sprintf considered harmful
Also fix a bug in putadif() where strings longer than the max
field size would be truncated to one less than that size.
Add a configure-time check for snprintf and vsnprintf because
flstring.h looks for HAVE_SNPRINTF and HAVE_VSNPRINTF
2008-02-04 01:08:34 +00:00
Stelios Bounanos c40dccc5b8 Upstream version 2.09E 2008-02-04 00:54:01 +00:00
Stelios Bounanos 58839a1a49 Adjust PSK Viewer colours
Also set window class and insert end-of-formatting char
2008-02-03 03:05:08 +00:00
Stelios Bounanos 2eecd2e933 Upstream version 2.09D 2008-02-03 01:34:12 +00:00
Stelios Bounanos bcecfe43e2 Use sndfile C API
Also add .au support
2008-02-02 23:16:40 +00:00
Stelios Bounanos ead061ffd9 Fix unchecked retval warnings 2008-02-02 23:16:13 +00:00
Stelios Bounanos c3d55a6ce1 Fix for sync AM rig modes
These are new in hamlib 1.2.6. We could require >= 1.2.6
in configure.ac, but then we would make packaging difficult
on Debian stable (etch) for no good reason.
2008-02-02 23:09:57 +00:00
Stelios Bounanos 41e003e38e Merge with upstream 2008-02-03 01:40:03 +00:00
Stelios Bounanos c5a706477c Upstream version 2.09C 2008-02-02 22:26:09 +00:00
Stelios Bounanos f5582953c2 Upstream version 2.09B 2008-02-02 04:40:52 +00:00
Stelios Bounanos b18ab16eb8 Upstream version 2.09A 2008-01-31 21:39:52 +00:00
Stelios Bounanos 2736cb79b5 Upstream version 2.09 (alpha) 2008-01-30 23:17:24 +00:00
Stelios Bounanos d4ad637704 Upstream version 2.08 2008-01-29 15:58:15 +00:00
Stelios Bounanos 398f3a3bba Enable std-options
With this automake option, "make distcheck" will also require the binary
to write text to stdout and exit with code 0 when called with --version
and --help. This way we get a free (but fairly basic) runtime check.
Also, use the AC_COPYRIGHT macro instead of a comment.
2008-01-27 12:37:04 +00:00
Stelios Bounanos 9d5187bbd3 HTML/cmdline help changes 2008-01-26 18:44:13 +00:00
Stelios Bounanos 0bb60b2a80 Makefile freebsd compat.
On FreeBSD include files for portaudio-1 are in /usr/local/include/portaudio
include files for portaudio-2 are in /usr/local/portaudio2
similarly for the libs.
2008-01-26 17:11:36 +00:00
Stelios Bounanos 4d72d2b4e5 Merge with upstream 2008-01-25 23:13:55 +00:00
Stelios Bounanos 34f68be951 Upstream version 2.08G 2008-01-25 23:11:48 +00:00
Stelios Bounanos 1d0eee36b4 Remove freqlist hscrollbar 2008-01-25 14:38:04 +00:00
Stelios Bounanos bd87ef5e39 Rigdialog changes
Make the window shrinkable, and also add a mouse shortcut to replace items
in the frequency list. Update tooltip.
2008-01-25 11:58:52 +00:00