Fred Gleason
da61de2b71
2014-09-20 Alban Peignier <alban@tryphon.eu>
...
* Updated the French (fr) translation for RdAirPlay.
2014-09-20 14:03:33 -04:00
Fred Gleason
dea41a303a
2014-09-20 Fred Gleason <fredg@paravelsystems.com>
...
* Merged patch from albanpeignier to process
'RdConfig->tempDirectory()' as an empty string
[GitHub issue #000019 ].
2014-09-20 12:02:43 -04:00
Fred Gleason
d322f4fa2f
Merge pull request #19 from tryphon/rdconf-conf-temp-directory-empty
...
Empty QString instead of NULL for RdConfig->tempDirectory()
Indeed -- in certain contexts --i.e. casting to 'const char *' -- a NULL ends up evaluating to a "(null)" string, while QString::isEmpty() will also handle the NULL case.
Merged -- thanks!
2014-09-20 11:59:26 -04:00
Alban Peignier
20c3812d3d
Use RdCart.selectCut in RDSimplePlayer instead of using first non empty Cut
2014-09-20 17:52:02 +02:00
Alban Peignier
3f94f92c52
Use RDStation->cueCard/Port to configure Audition Head/Tail in RDAirPlay
2014-09-20 17:50:53 +02:00
Alban Peignier
b2b69499bd
Use RDStation->cueCard/Port to configure RDCueEdit in RDAirPlay
2014-09-20 17:50:30 +02:00
Alban Peignier
5a9d63a77e
2014-09-20 Alban Peignier <alban@tryphon.eu>
...
* Fixes 'Next Timed Start: [nn:nn:nn]' encoding in RdAirPlay
2014-09-20 15:08:20 +02:00
Alban Peignier
45b0159a54
Update French translation for RdAirPlay messages
2014-09-20 12:01:16 +02:00
Alban Peignier
d22fb41010
Use an empty QString (instead of NULL) when RdConfig->tempDirectory() isn't defined
2014-09-20 10:46:01 +02:00
Alban Peignier
3dfcbe67cb
2014-09-19 Alban Peignier <alban@tryphon.eu>
...
* Fixed 'web/rdxport/carts.cpp' which tried to create associated group
during cart creation
2014-09-19 10:06:10 +02:00
Fred Gleason
f920917832
2014-09-18 Fred Gleason <fredg@paravelsystems.com>
...
* Merged patch from albanpeignier to allow [Tuning] entry in
rd.conf(5) to specify temporary directory [GitHub Issue #000011 ].
2014-09-18 20:24:20 -04:00
Fred Gleason
ee4245c228
Merge pull request #11 from tryphon/configurable-tempdir
...
Use rd.conf Tuning/TempDirectory as RDTempDir result when available
Pulled into master. Thanks!
2014-09-18 20:20:12 -04:00
Fred Gleason
c888c8fa77
2014-09-18 Fred Gleason <fredg@paravelsystems.com>
...
* Updated 'NEWS'.
* Incremented the package version to 2.9.3.
v2.9.3
2014-09-18 12:26:30 -04:00
Fred Gleason
db63edc23c
2014-09-17 Fred Gleason <fredg@paravelsystems.com>
...
* Incremented the package version to 2.9.2int01.
2014-09-17 11:46:02 -04:00
Fred Gleason
8c7d66e51c
2014-09-17 Fred Gleason <fredg@paravelsystems.com>
...
* Merged pull request from WMTH to correct invalid check for
duplicate cart titles [GitHub issue #000012 ].
2014-09-17 11:26:16 -04:00
Fred Gleason
b5923dc7e9
Merge pull request #12 from WMTH/master
...
Update edit_cart.cpp to correct typo in check for duplicate cart title.
2014-09-17 11:21:59 -04:00
Fred Gleason
b919a8da7f
2014-09-17 Fred Gleason <fredg@paravelsystems.com>
...
* Fixed a formatting bug in the window title for the 'Edit Audio'
dialog in 'lib/rdedit_audio.cpp'.
2014-09-17 11:14:09 -04:00
Fred Gleason
0467b7f792
2014-09-16 Fred Gleason <fredg@paravelsystems.com>
...
* Fixed a bug in 'cae/cae_alsa.cpp' that caused induced noise
when routing passthrough audio.
* Reversed format detection order so as to prefer S32_LE format
over S16_LE in 'cae/cae_alsa.cpp'.
2014-09-16 15:52:08 -04:00
Fred Gleason
638fd907ae
2014-09-13 Fred Gleason <fredg@paravelsystems.com>
...
* Incremented the package version to 2.9.2int00.
2014-09-13 15:16:39 -04:00
Fred Gleason
0e458f7c29
2014-09-13 Fred Gleason <fredg@paravelsystems.com>
...
* Fixed a bug in 'rdadmin/edit_decks.cpp' that caused the incorrect
switcher matrix value to be loaded when selecting a new switcher
host.
* Fixed a bug in 'rdadmin/edit_decks.cpp' that caused spurious
entries to appear in the list of available matrix output sources.
2014-09-13 12:55:07 -04:00
Fred Gleason
c6b6df80a6
2014-09-11 Fred Gleason <fredg@paravelsystems.com>
...
* Updated 'NEWS'.
* Incremented the package version to 2.9.2.
v2.9.2
2014-09-11 19:20:04 -04:00
Fred Gleason
68db5e1660
2014-09-11 Fred Gleason <fredg@paravelsystems.com>
...
* Updated 'NEWS'.
* Incremented the package version to 2.9.2.
2014-09-11 19:16:42 -04:00
Fred Gleason
ba6ca756a5
2014-09-11 Fred Gleason <fredg@paravelsystems.com>
...
* Fixed a regression in 'liob/rdreport.cpp' that broke report
generation.
2014-09-11 19:03:55 -04:00
Gary Horn
7bf188d10e
Update edit_cart.cpp
...
Allow for saving of edited cart when duplicate cart titles are NOT allowed; Without this fix, it is impossible to edit existing carts when the global configuration does not permit duplicate cart names.
2014-09-11 14:22:49 -05:00
Alban Peignier
d55f7b023d
Use rd.conf Tuning/TempDirectory as RDTempDir result when available
2014-09-11 17:18:05 +02:00
Fred Gleason
e3c5797339
2014-09-10 Fred Gleason <fredg@paravelsystems.com>
...
* Updated 'NEWS'.
* Incremented the package version to 2.9.1.
v2.9.1
2014-09-10 11:14:43 -04:00
Fred Gleason
861332e37e
2014-09-09 Fred Gleason <fredg@paravelsystems.com>
...
* Added an 'RDMatrix::BtGpi16' value to the 'RDMatrix::Type'
enumeration in 'lib/rdmatrix.cpp' and 'lib/rdmatrix.cpp'.
* Implemented a driver for the Broadcast Tools GPI-16 in
'ripcd/btgpi16.cpp' and 'ripcd/btgpi16.h'.
2014-09-09 14:45:25 -04:00
Fred Gleason
32ee2c4a03
2014-09-05 Fred Gleason <fredg@paravelsystems.com>
...
* Fixed a bug in 'docs/Makefile.am' that broke the 'make dist' target.
2014-09-05 16:42:20 -04:00
Fred Gleason
cdba0ba578
2014-09-05 Fred Gleason <fredg@paravelsystems.com>
...
* Fixed a bug in 'lib/rdcut.cpp' that caused the 'Title' value
to be applied to the 'Description' field in the 'RDCut::setMetadata()'
method.
* Added 'docs/metadata_wildcards.txt'.
* Implemented support for the '%i' ['Cut Description'] wildcard in
rdimport(1)'s '--metadata-pattern' switch in
'utils/rdimport/rdimport.cpp' [Github Issue #6 ].
* Implemented support for the '%o' ['Outcue'] wildcard in
rdimport(1)'s '--metadata-pattern' switch in
'utils/rdimport/rdimport.cpp'.
* Implemented support for the '%y' ['Release Year'] wildcard in
rdimport(1)'s '--metadata-pattern' switch in
'utils/rdimport/rdimport.cpp'.
2014-09-05 15:24:45 -04:00
Fred Gleason
f54385c881
Merge pull request #8 from tryphon/replace-getenv-by-rdconf
...
Replace getenv by rdconf functions
We really should retire RDTempFile() altogether, as it is arguably broken.
Merged in origin master. Thanks!
2014-09-05 11:25:02 -04:00
Alban Peignier
f6dc4712d4
Replace hardcoded "/tmp" by RDTempFile()
2014-09-05 10:47:01 +02:00
Alban Peignier
3fc6006444
Replace getenv("HOME") by RDHomeDir() rdchunk MainWidget::loadWaveFile()
2014-09-05 10:25:13 +02:00
Alban Peignier
93e8227b6f
Replace getenv("HOME") by RDGetHomeDir() in rdlibrary MainWidget::LoadGeometry/SaveGeometry. Create MainWidget::GeometryFile to share logic
2014-09-05 10:22:22 +02:00
Alban Peignier
ea10c041fb
Replace getenv("HOME") by RDGetHomeDir() in MainWidget::LoadGeometry/SaveGeometry. Create MainWidget::GeometryFile to share logic
2014-09-05 10:18:01 +02:00
Alban Peignier
eb8e95d994
Replace getenv("HOME") and hardcoded "/tmp" by RDGetHomeDir() and RDTempDir() in UpdateDb
2014-09-05 10:09:20 +02:00
Alban Peignier
9b9ddecf0a
Replace getenv("TEMP") by RDTempFile() in RDParsePost
2014-09-05 10:02:59 +02:00
Alban Peignier
c3e5f54083
Replace getenv("HOME") by RDGetHomeDir() in RDMonitorConfig::RDMonitorConfig
2014-09-05 10:01:13 +02:00
Alban Peignier
dd2fb90856
Replace getenv("TEMP") by RDTempFile() in RDFormPost::RDFormPost
2014-09-05 09:53:38 +02:00
Alban Peignier
135e200331
Replace getenv("HOME") by RDGetHomeDir() in RDCutDialog::LoadState/SaveState. Create RDCutDialog::StateFile to share logic
2014-09-05 09:50:32 +02:00
Alban Peignier
ea73b88634
Replace getenv("HOME") by RDGetHomeDir() in RDCartDialog::LoadState/SaveState. Create RDCartDialog::StateFile to share logic
2014-09-05 09:46:01 +02:00
Alban Peignier
336d3be06e
Replace getenv("TEMP") by RDTempFile() in RDAudioConvert::convert
2014-09-05 09:43:21 +02:00
Fred Gleason
a4e288508c
2014-09-04 Fred Gleason <fredg@paravelsystems.com>
...
* Fixed a bug in 'rdairplay/nownext.cpp' that caused PAD updates
to be sent for macro carts with the asyncronous attribute set.
2014-09-04 19:39:42 -04:00
Fred Gleason
8b0aa4622d
2014-09-04 Fred Gleason <fredg@paravelsystems.com>
...
* Removed object names in 'rdairplay/log_play.cpp' and
'rdairplay/log_play.h'.
2014-09-04 17:16:40 -04:00
Fred Gleason
f2f823eb9b
Merge pull request #5 from tryphon/rdaudioconvert-vorbisfix
...
Fixes ogg_stream_packetout loop in RDAudioConvert::Stage1Vorbis. Refs #4
2014-09-04 14:01:41 -04:00
Alban Peignier
c5950d1f3f
Fixes ogg_stream_packetout loop in RDAudioConvert::Stage1Vorbis. Refs #4
2014-09-04 18:36:09 +02:00
Fred Gleason
c3870ac28f
2014-09-03 Fred Gleason <fredg@paravelsystems.com>
...
* Added an 'RDLiveWire::loadSettings()' method in 'lib/rdlivewire.cpp'
and 'lib/rdlivewire.h'.
* Fixed a bug in the 'Configure RDCatch' dialog that caused
the 'Switcher Matrix' and 'Switcher Output' dropdowns to fail to
be populated for a LiveWire LWRP Audio switcher device in
'rdadmin/edit_decks.cpp' and 'rdadmin/edit_decks.h'.
2014-09-03 18:58:24 -04:00
Fred Gleason
35b346fc59
2014-09-03 Fred Gleason <fredg@paravelsystems.com>
...
* Fixed a bug in 'rdlogedit/rdlogedit.cpp' that caused the
'Select Cart' dialog to use a non-default font. [GitHub Issue #1 ].
2014-09-03 13:25:16 -04:00
Fred Gleason
bbeff9f343
2014-08-27 Fred Gleason <fredg@paravelsystems.com>
...
* Added support for RIFF WAV files with WAVE_FORMAT_MPEGLAYER3
format in 'lib/rdwavefile.cpp' and 'lib/rdwavefile.h'.
2014-08-27 19:31:29 -04:00
Fred Gleason
79953efa7f
2014-08-27 Fred Gleason <fredg@paravelsystems.com>
...
* Fixed a regression in 'lib/rdcreate_log.cpp' that caused auxiliary
table creation to fail.
2014-08-27 14:02:17 -04:00
Fred Gleason
711c589edb
Added .tar.gz and .zip to .gitignore
2014-08-21 19:02:25 -04:00