fredkiefer
b17b443266
* Tools/speech/GNUmakefile,
...
* configure.ac: Give up on dynamic library detecion.
* configure: Regnerate
2018-01-29 18:37:19 +01:00
fredkiefer
9a889f5c48
* configure.ac: Improve checks for flite.
...
* configure: Regnerate
* Tools/speech/GNUmakefile: Use variables for flite libraries.
* Tools/speech/FliteSpeechEngine.m: Switch to use register_cmu_us_kal16.
2018-01-28 21:45:16 +01:00
Gregory John Casamento
b9b0b3b56f
Add missing semicolon.
2018-01-22 18:03:14 -05:00
Gregory John Casamento
f261f1e025
Fix compilation error in connectionDied:
2018-01-22 17:45:27 -05:00
fredkiefer
57cf738c8b
* Tools/speech/GNUmakefile: Remove specific OBJC flags.
...
Fixes bug #46939.46939
2018-01-21 14:32:43 +01:00
Riccardo Mottola
6cd6d89591
revert commit of local changes
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@39392 72102866-910b-0410-8b05-ffd578937521
2016-02-17 22:07:44 +00:00
Riccardo Mottola
2031571d37
add solaris special case
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@39384 72102866-910b-0410-8b05-ffd578937521
2016-02-16 22:42:59 +00:00
Germán Arias
3560e6575e
Fix flag.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36666 72102866-910b-0410-8b05-ffd578937521
2013-05-27 23:13:31 +00:00
Fred Kiefer
202b15c7c9
Fix last commit
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36461 72102866-910b-0410-8b05-ffd578937521
2013-04-03 18:57:45 +00:00
Fred Kiefer
c7f0cff48d
* Tools/speech/GSSpeechSynthesizer.m: Use object_getClass()
...
instead of isa. Make exitIfUnneeded: a class method. Reformat
code.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36460 72102866-910b-0410-8b05-ffd578937521
2013-04-03 18:43:40 +00:00
Fred Kiefer
21464c08f1
Improve the last fix by using newer method.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36172 72102866-910b-0410-8b05-ffd578937521
2013-02-19 20:52:08 +00:00
Riccardo Mottola
b263e0d435
Check Library directory before checking and attempting to create Services subdir
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36166 72102866-910b-0410-8b05-ffd578937521
2013-02-19 13:31:46 +00:00
Fred Kiefer
4398fd997f
* Sound/SndfileSource.m (dataRead): Remove unused variable
...
* range.
Patch by Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36093 72102866-910b-0410-8b05-ffd578937521
2013-02-08 21:56:39 +00:00
David Chisnall
4850a9feac
Fix all current compiler warnings on FreeBSD/x86-64.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36038 72102866-910b-0410-8b05-ffd578937521
2013-01-30 09:48:54 +00:00
Richard Frith-MacDonald
58fa0b0126
be ready for coming osx compatibility fix in base
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@35389 72102866-910b-0410-8b05-ffd578937521
2012-08-10 08:33:03 +00:00
Wolfgang Lux
70d2869adc
Force aspell to return suggested words with UTF-8 encoding.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@35174 72102866-910b-0410-8b05-ffd578937521
2012-06-02 22:07:09 +00:00
Richard Frith-MacDonald
b18a55a842
filter service fixes
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@34752 72102866-910b-0410-8b05-ffd578937521
2012-02-14 18:31:28 +00:00
David Chisnall
0760bfa96f
Move the +defaultSpeechServer method into a category interface, to silence a clang warning.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@33718 72102866-910b-0410-8b05-ffd578937521
2011-08-11 10:57:02 +00:00
David Chisnall
b4e3915c33
Turn release messages sent to autorelease pools into drain messages. No
...
functionality change in non-GC mode, in GC mode it invokes a quick GC pass to
try to delete the short-lived objects.
Also deleted some [pool release] lines just before exit() or return-from-main
statements. These cause objects to be swapped in and destructors to be run to
no benefit (the OS will reclaim this memory without requiring stuff to be
swapped in when the process exits).
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@33146 72102866-910b-0410-8b05-ffd578937521
2011-05-27 12:42:37 +00:00
Fred Kiefer
1964b0d902
Clean up the code and the GNUmakefile of the say tool.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@33091 72102866-910b-0410-8b05-ffd578937521
2011-05-23 11:29:52 +00:00
Fred Kiefer
782af1ee89
Fix memory leaks found by static analyser.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32529 72102866-910b-0410-8b05-ffd578937521
2011-03-10 23:03:01 +00:00
Fred Kiefer
906201acf6
Remove dead assignments found by static code analysis.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32022 72102866-910b-0410-8b05-ffd578937521
2011-02-09 22:20:00 +00:00
Richard Frith-MacDonald
8feeb60a36
Add warning if file does not exist.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29862 72102866-910b-0410-8b05-ffd578937521
2010-03-07 08:10:58 +00:00
Wolfgang Lux
694c273aee
The GSspell server now automatically vends its supported languages
...
besides AmericanEnglish by means of a small bundle in the user's
Services directory.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29783 72102866-910b-0410-8b05-ffd578937521
2010-02-26 20:56:27 +00:00
Wolfgang Lux
12366bf3db
Check misspelled words reported by aspell against the user dictionaries
...
so that the current document's ignored words are not returned back to
the spell checker.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29703 72102866-910b-0410-8b05-ffd578937521
2010-02-22 20:34:45 +00:00
Fred Kiefer
c05581a005
Fix up teh includes to compile again after latest changes to base. Still
...
plenty of warnings and the result isn't working at least on 64 bit
machines :-(
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29685 72102866-910b-0410-8b05-ffd578937521
2010-02-20 10:40:44 +00:00
Wolfgang Lux
692f101ea3
Extend GSspell server to support multiple languages if aspell has
...
dictionaries for those languages installed.
Note: At present, users or an administrator must manually update the
Info.plist file of GSspell.service to really be able to use languages
besides American English. Hints for a better solution welcome.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29683 72102866-910b-0410-8b05-ffd578937521
2010-02-20 01:27:44 +00:00
Wolfgang Lux
4f02b08fb2
Fix up the range of a misspelled word when the checked string contains
...
non-ASCII characters.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29643 72102866-910b-0410-8b05-ffd578937521
2010-02-15 12:49:52 +00:00
Nicola Pero
fba094c591
Minor tidy-ups of makefiles - removed some obsolete code and fixed a few typos
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29557 72102866-910b-0410-8b05-ffd578937521
2010-02-11 18:21:07 +00:00
David Chisnall
9f6848cace
Fixed the name of GSOSSSoundSink
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28524 72102866-910b-0410-8b05-ffd578937521
2009-08-23 21:35:56 +00:00
David Chisnall
3fb844f810
Added OSS sound sink. Not connected to the build.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28520 72102866-910b-0410-8b05-ffd578937521
2009-08-23 16:17:33 +00:00
Gregory John Casamento
151a751f23
* Tools/sound/GNUmakefile: Fix circular dependency issue.
...
Added _INCLUDE_DIRS and _LIB_DIRS for each entry so that
it can build when GNUstep is not installed.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28519 72102866-910b-0410-8b05-ffd578937521
2009-08-23 15:51:58 +00:00
Stefan Bidigaray
695963974f
Moved sound bundles to Tools/
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28518 72102866-910b-0410-8b05-ffd578937521
2009-08-23 15:35:58 +00:00
Stefan Bidigaray
54e2773b7f
NSSound reimplementation
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28511 72102866-910b-0410-8b05-ffd578937521
2009-08-23 03:37:03 +00:00
Gregory John Casamento
0abc65f726
Makefile corrections eliminating circular build dependencies.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28460 72102866-910b-0410-8b05-ffd578937521
2009-08-15 21:28:10 +00:00
David Chisnall
f36a988c07
Fixed some undeclared selectors flagged by clang.
...
GNUstep-gui now builds correctly with clang!
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28459 72102866-910b-0410-8b05-ffd578937521
2009-08-15 21:04:08 +00:00
Gregory John Casamento
0e43459d49
* config.make.in: Change to include BUILD_SPEECH in output
...
* configure: Regenerated
* configure.ac: Check for flite library and flite.h header.
* Tools/GNUmakefile: Add ${BUILD_SPEECH} to subproject list.
* Tools/say/GNUmakefile
* Tools/say/say.m: Say utility
* Tools/speech/FliteSpeechEngine.m:
* Tools/speech/GNUmakefile
* Tools/speech/GSSpeechEngine.[hm]
* Tools/speech/GSSpeechServer.[hm]
* Tools/speech/GSSpeechSynthesizer.[hm]: Speech synthesis engine
implementation using flite.
* Tools/speech/main.m: main for the server application.
Speech code by David Chisnall <theraven@sucs.org>
Changes to makefiles and config by Gregory Casamento.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28430 72102866-910b-0410-8b05-ffd578937521
2009-08-02 00:33:19 +00:00
Richard Frith-MacDonald
d115384ecc
Extend tool to open URLs
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28104 72102866-910b-0410-8b05-ffd578937521
2009-03-20 09:35:42 +00:00
Richard Frith-MacDonald
53271d8bd3
Fix error in parsing url schem information from plist file
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27856 72102866-910b-0410-8b05-ffd578937521
2009-02-13 13:46:15 +00:00
Richard Frith-MacDonald
ec51f7feaf
first attempt at implementing -openURL: for NSWorkspace
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27846 72102866-910b-0410-8b05-ffd578937521
2009-02-11 13:13:19 +00:00
Wolfgang Lux
75f908ff62
Initialize language configuration variable used by the aspell checker.
...
This prevents a crash of the spelling server during its initialization.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27818 72102866-910b-0410-8b05-ffd578937521
2009-02-08 21:32:25 +00:00
Nicola Pero
041abd2cdd
Removed GNUSTEP_CORE_SOFTWARE=YES from makefiles and instead set PACKAGE_NAME=gnustep-gui
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27347 72102866-910b-0410-8b05-ffd578937521
2008-12-19 13:00:47 +00:00
Nicola Pero
8326c8fb5e
Set GNUSTEP_CORE_SOFTWARE to YES so that gnustep-gui is installed by default in SYSTEM if gnustep-make has been configured with --disable-packages
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27334 72102866-910b-0410-8b05-ffd578937521
2008-12-18 18:45:01 +00:00
Richard Frith-MacDonald
f255ae36f0
ignore files beginiing with .
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27230 72102866-910b-0410-8b05-ffd578937521
2008-12-06 18:35:01 +00:00
Richard Frith-MacDonald
a06a8ceb9e
Fix bug #24990
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27194 72102866-910b-0410-8b05-ffd578937521
2008-12-02 23:06:49 +00:00
Richard Frith-MacDonald
74aae24e15
Fix bug #24672
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27193 72102866-910b-0410-8b05-ffd578937521
2008-12-02 22:54:38 +00:00
Gregory John Casamento
b79669d5f1
Added support for CF keys.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@26807 72102866-910b-0410-8b05-ffd578937521
2008-08-13 05:17:19 +00:00
Adam Fedor
7afdd32ac1
Revert library license version to 2 until applications can be converted
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@26619 72102866-910b-0410-8b05-ffd578937521
2008-06-10 04:01:49 +00:00
Richard Frith-MacDonald
65c4621a1b
avoid spurious warnings when two paths point to the same apps
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@26196 72102866-910b-0410-8b05-ffd578937521
2008-03-05 09:31:10 +00:00
Richard Frith-MacDonald
8d3b2f926e
improve comments and make man page documentation correction.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25758 72102866-910b-0410-8b05-ffd578937521
2007-12-19 11:20:47 +00:00