summaryrefslogtreecommitdiffstats
path: root/examples/rcc-gtk-config.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix GTK3 deprecated functions...Suren A. Chilingaryan2013-11-131-1/+15
|
* Update FSF addressSuren A. Chilingaryan2012-11-111-1/+1
|
* Prevent GTK complainsSuren A. Chilingaryan2012-11-111-5/+39
|
* Initial GTK3 supportSuren A. Chilingaryan2012-11-091-0/+19
|
* Relincensed under LGPLSuren A. Chilingaryan2009-06-121-8/+8
|
* Provide GPL disclaimers with all sourcesSuren A. Chilingaryan2008-12-151-0/+19
| | | | | - Add GPL disclaimers to all sources - Suppress gcc-4.2 warnings
* FreeBSD fixesSuren A. Chilingaryan2007-05-091-3/+0
| | | | | | | | | - Autoconf: try to locate libraries in /usr/local - Autoconf: Help FreeBSD to locate BerkeleyDB - Autoconf: Search for dlopen in libc library - Autoconf: Support of --disable-bdb option is added to configure script - Fixed compilation with missing dlopen functionality - Suppress various warnings
* DB4 & Postponed processingSuren A. Chilingaryan2007-04-141-0/+2
| | | | | | | | | | - New DB4 database type - Postponed processing in external module + User may allow external module to finish required processing before termination. This could be useful for translation services while using console applications (if network connection is slow, the external will never finish translation before program termination) - SKIP_PARRENT options are renamed to SKIP_PARENT
* Transliteration and Documentation UpdateSuren A. Chilingaryan2005-08-111-1/+1
| | | | | | | - Fix: Autodetection of dissabled charsets. - Fix: Cleanely terminate external process if parrent thread terminated. - Transliteration for Russian, Ukrainian and using IConv. - Documentation Update.
* - Russian Engine is really renamedSuren A. Chilingaryan2005-08-091-0/+1
| | | | | | | | - Translate to English is fixed - Default charset for "all" languages - Support for per-class additional and dissabled charsets - Use 'GetSomethingNumber' instead of 'GetSomethingList'. 'GetSomethingList' functions are depricated. - rccUiGetSomethingName gets id's on the input instead of names
* Language AutoDetection ImprovementsSuren A. Chilingaryan2005-08-051-3/+13
| | | | | | | | | | | | | | | | | - Fix: Loading/Saving range options. - Fix: Language AutoDetection. Using locale language instead of selected one. - Support for range options in GTK UI. - Option to control recoding timeout is provided. - LibRCC.h is updated (Translate, Spell, IConv). - Documentation is updated. - Add 'rcc-config' alias to 'rcc-gtk2-config' in spec. - Implemented concept of parrent languages + The concept is used in language autodetection. The string in considered language is permited to have words from all it's parrent languages. + English is assumed to be parrent for all other languages by default. + Russian is parrent language for Ukrainian and Belorussian. - No translation to english if translation between related (one of the languages is parrent for another one) languages is failed.
* Language autodetectionSuren A. Chilingaryan2005-08-021-3/+3
| | | | | | | | - rccConfigRecode function's are added - Language autodetection using aspell is added - Translation in 3 modes: "To English Language", "Skip English Translation", "Full" - Example2 to demonstrate translation possibilities
* TranslationSuren A. Chilingaryan2005-07-291-3/+3
| | | | | - Language Translation using libtranslate is implemented - Autoengine sets current charset (option)
* FixesSuren A. Chilingaryan2005-07-241-0/+4
| | | | | | | - Dummy UI plugin - GTK2 UI plugin - Fixed typo: 'const rcc_string' -> 'rcc_const_string' - Fix: Disable BDB recoding in case if recoding switched off
* 0.1.1Suren A. Chilingaryan2005-07-201-1/+1
| | | | - Small gtkui reorganization
* FixesSuren A. Chilingaryan2005-07-201-0/+79
- Added 'rcc-gtk-config' program to examples - Fixed problems in autoconf configuration - Fixed bug in rccLocaleGetCharset - Fixed visibility of all items in gtkui