summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2 from hughmcmaster/debian-libxml2Suren A. Chilingaryan2022-08-141-8/+8
|\ | | | | configure.ac: Use pkg-config to detect libxml2
| * configure.ac: Use pkg-config to detect libxml2Hugh McMaster2022-08-081-8/+8
| |
* | Minor spelling fixesHugh McMaster2022-08-081-1/+1
|/
* Fix e-mail in copyright statementSuren A. Chilingaryan2018-04-119-9/+9
|
* Add local include directories using top_srcdir instead of ..Suren A. Chilingaryan2013-11-161-4/+4
|
* Fix GTK3 deprecated functions...Suren A. Chilingaryan2013-11-131-0/+13
|
* Comment out unused variables to prevent warningsSuren A. Chilingaryan2013-11-132-7/+7
|
* autoconf patches from ALTSuren A. Chilingaryan2012-11-111-4/+4
|
* Update FSF addressSuren A. Chilingaryan2012-11-119-9/+9
|
* Prevent GTK complainsSuren A. Chilingaryan2012-11-111-1/+1
|
* Handle disabled charsets in GTK3 UISuren A. Chilingaryan2012-11-111-6/+37
|
* Initial GTK3 supportSuren A. Chilingaryan2012-11-092-39/+117
|
* Proper ISO 639 name for Czech is 'cs', not 'cz'Suren A. Chilingaryan2010-03-141-2/+2
|
* Relincensed under LGPLSuren A. Chilingaryan2009-06-129-72/+72
|
* Provide GPL disclaimers with all sourcesSuren A. Chilingaryan2008-12-159-16/+187
| | | | | - Add GPL disclaimers to all sources - Suppress gcc-4.2 warnings
* Engines reworkSuren A. Chilingaryan2007-06-272-1/+3
| | | | | | | | | | | | | | | - LibGuess support for far east language autodetection - Support for LibRCD 0.1.9 supporting ISO-8859-1 strings - Fixing wrong encodings names returned by Enca - Engine plugins naming scheme is altered - New API functions: rccEngineGetInfo, rccEngineGetAutoCharsetByName - Most of languages are no more hardcoded, but moved to the configuration - RCD engine is added to Belarusian language (I hope it should work) - Some encoding names are fixed in configuration - Support for external libiconv - Support for libcharset - Find UI interface language from LC_MESSAGES locale - Simple compilation fix (Thanx to D. Panov)
* 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-095-66/+82
| | | | | | | | - 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
* - Russian autoengine is renamed to LibRCDSuren A. Chilingaryan2005-08-071-1/+1
| | | | | | | | | | | | - Fix Learning with Language Autodetection switched on - Attempt to perform rccFS with Language Autodetection switched off, if failed with default behaviour. - Systematization of translation engine: + Rearangement of the translation modes: OFF, TO_ENGLISH, SKIP_RELATED, SKIP_PARRENT, FULL. + New class types: TRANSLATE_LOCALE, TRANSLATE_CURRENT, TRANSLATE_FROM. - Detect "Unicode" locales for foreign languages - "out" class is assumed to be TRANSLATE_LOCALE - Respect RCC_CLASS_KNOWN - Check for Latin UTF-8 prior to running any charset detection engine.
* Language AutoDetection ImprovementsSuren A. Chilingaryan2005-08-056-6/+94
| | | | | | | | | | | | | | | | | - 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-1/+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-292-12/+19
| | | | | - Language Translation using libtranslate is implemented - Autoengine sets current charset (option)
* FixesSuren A. Chilingaryan2005-07-244-10/+88
| | | | | | | - 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-14/+5
| | | | - Small gtkui reorganization
* FixesSuren A. Chilingaryan2005-07-201-2/+18
| | | | | | | - Added 'rcc-gtk-config' program to examples - Fixed problems in autoconf configuration - Fixed bug in rccLocaleGetCharset - Fixed visibility of all items in gtkui
* DocumentationSuren A. Chilingaryan2005-07-181-0/+43
| | | | - Some small doxygen descriptions are added
* API ImprovementsSuren A. Chilingaryan2005-07-184-14/+8
| | | | | | | | | | | | | | - Removed 'rlen' return parameters there not necessary for multibyte encodings - Two versions of recode functions: rccRecode -> rccRecode, rccSizedRecode - Class Types: CONST, SKIP_SAVELOAD - New recode functions: rccToCharset, rccFromCharset - More new recode functions: rccRecodeToCharset, rccRecodeFromCharset, rccRecodeCharsets - New function: rccGetCompiledConfiguration - All warnings are fixed - Perform "File Name" search only if there are non ISO8859-1 chars in the name. - Do not copy invalid characters, - skip them. - Fixed error in rccRecode with 'Recoding Cache' switched On. - Strip leading and trailing spaces in rccDB4 get/set
* LocalisationSuren A. Chilingaryan2005-07-146-72/+387
|
* IConv and DB4Suren A. Chilingaryan2005-07-142-5/+4
|
* Language/Charset autodetection fixesSuren A. Chilingaryan2005-07-122-8/+21
|
* Language and Option NamesSuren A. Chilingaryan2005-07-129-89/+595
|
* 08.07.2005Suren A. Chilingaryan2005-07-083-9/+8
|
* Recoding FixesSuren A. Chilingaryan2005-07-051-3/+1
|
* Save / LoadSuren A. Chilingaryan2005-07-054-61/+123
|
* 04.07.2005Suren A. Chilingaryan2005-07-044-40/+84
|
* 02.07.2005Suren A. Chilingaryan2005-07-027-0/+759