commit efd577aec83f737ffb9885210defd971d0e1b9ae Author: Joaquim Rocha Date: Thu Feb 7 23:14:22 2013 -0800 Update for release 0.7.11 NEWS | 38 ++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 39 insertions(+), 1 deletion(-) commit 97fa025ced3be2f27852fa6dadb3aa0f09154e3c Author: Joaquim Rocha Date: Thu Feb 7 23:57:49 2013 -0800 Fix engine migration It was not considering the languages src/ocrfeeder/feeder/ocrEngines.py | 2 ++ 1 file changed, 2 insertions(+) commit bf860169ba1d76f088d38564b03eb8ae8726256d Author: Joaquim Rocha Date: Thu Feb 7 23:14:06 2013 -0800 Update author's email AUTHORS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit abb92a871f43afc2ab13abac05a18a75cc6ffb75 Author: Joaquim Rocha Date: Tue Feb 5 22:44:30 2013 -0800 Update OCRFeeder's copyright and author's email src/ocrfeeder/util/constants.py.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit f57ffaf1ef8411bbfc17707dc50408c9a3228026 Author: Joaquim Rocha Date: Tue Feb 5 22:35:13 2013 -0800 Add the language option for the CLI version bin/ocrfeeder-cli.in | 6 ++++++ 1 file changed, 6 insertions(+) commit fede8c285aec4b4a6e72a63afdc87a72b7e38996 Author: Joaquim Rocha Date: Tue Feb 5 22:34:23 2013 -0800 Add OCR engine option to the CLI version bin/ocrfeeder-cli.in | 37 ++++++++++++++++++++++++++++--------- 1 file changed, 28 insertions(+), 9 deletions(-) commit 3f26d779ef93a88b527a8dc4897319659ba0855f Author: Piotr Drąg Date: Wed Feb 6 02:15:09 2013 +0100 Updated Polish translation po/pl.po | 414 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 236 insertions(+), 178 deletions(-) commit c084be515e4c10b53a280400ee4a149c429d1f1d Author: Joaquim Rocha Date: Mon Feb 4 22:20:43 2013 -0800 Fix error when deleting a page It was connecting the "row-deleted" signal to a callback with the wrong number of arguments. src/ocrfeeder/studio/studioBuilder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f071e95f0a7a3b89e80ac079a4165540059ebe7d Author: Joaquim Rocha Date: Fri Feb 1 17:11:42 2013 +0100 Update Tesseract and Cuneiform's default arguments This was done in order to add their language specifications. src/ocrfeeder/util/configuration.py | 35 +++++++++++++++++++++++++++++------ 1 file changed, 29 insertions(+), 6 deletions(-) commit 4422b94ae91aec0ef32f8366b50119003adc9037 Author: Joaquim Rocha Date: Fri Feb 1 14:54:21 2013 +0100 Fix problem when adding new OCR engine from SettingsManager src/ocrfeeder/studio/widgetPresenter.py | 1 + 1 file changed, 1 insertion(+) commit a7636ee370c68ad2452f9a11aa3f693cbac866b1 Author: Joaquim Rocha Date: Fri Feb 1 14:47:47 2013 +0100 Add new language settings to the OcrEnginesManager and OcrSettingsDialog src/ocrfeeder/feeder/ocrEngines.py | 5 ++++- src/ocrfeeder/studio/widgetPresenter.py | 27 +++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) commit ebaddbcd96000d2e46092b28bd52977da993f981 Author: Joaquim Rocha Date: Tue Jan 29 00:42:06 2013 +0100 Add default language settings to PreferencesDialog src/ocrfeeder/studio/widgetPresenter.py | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) commit 06c20e49f7524a6a007b0d840d37d59420bfc610 Author: Joaquim Rocha Date: Tue Jan 29 00:38:24 2013 +0100 Clean languages combo's code src/ocrfeeder/studio/widgetPresenter.py | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) commit 113f5d3499918b7626a6af7f72d6a3645e84da8e Author: Joaquim Rocha Date: Tue Jan 29 00:37:42 2013 +0100 Make engine class ignore $LANG argument if no favorite language is set src/ocrfeeder/feeder/ocrEngines.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) commit dacc9db882fd34992988dda9cc4957f316919ef2 Author: Joaquim Rocha Date: Mon Jan 28 15:51:52 2013 +0100 Assign the configured language before performing the recognition src/ocrfeeder/feeder/layoutAnalysis.py | 3 +++ src/ocrfeeder/studio/widgetModeler.py | 8 +++++++- 2 files changed, 10 insertions(+), 1 deletion(-) commit aba0e873e22a0f32b13b1be77107b2c1995dca3c Author: Joaquim Rocha Date: Mon Jan 28 15:51:01 2013 +0100 Add the language settings to ConfigurationManager src/ocrfeeder/util/configuration.py | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) commit c7ac930dca83ddda7804ba340c43c31cda355b16 Author: Joaquim Rocha Date: Mon Jan 28 15:29:12 2013 +0100 Add languages capabilities to the BoxEditor Also adds a utility function to get the languages separately. src/ocrfeeder/studio/widgetModeler.py | 20 ++++++- src/ocrfeeder/studio/widgetPresenter.py | 98 +++++++++++++++++++++++++++++++ src/ocrfeeder/util/constants.py.in | 3 + src/ocrfeeder/util/lib.py | 14 +++++ 4 files changed, 134 insertions(+), 1 deletion(-) commit 1f20671f48e7f4ef50b4de25faef5caf9ffd2151 Author: Joaquim Rocha Date: Mon Jan 28 15:24:57 2013 +0100 Add the new language configuration to the DataBox class src/ocrfeeder/studio/dataHolder.py | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) commit 55f844d01e1883dbe6b0a3d6ff33d2a91a1c5ac4 Author: Joaquim Rocha Date: Wed Jan 23 10:29:05 2013 +0100 Pass the new language's configuration to the OCR Engine's initialization src/ocrfeeder/feeder/ocrEngines.py | 43 +++++++++++++++++++++++++---------- src/ocrfeeder/util/configuration.py | 5 ++++ 2 files changed, 36 insertions(+), 12 deletions(-) commit 92bedca8d1f2e0fe8234016845b781c36be3f39f Author: Joaquim Rocha Date: Fri Jan 18 17:20:23 2013 +0100 Add language capabilities to the Engine class src/ocrfeeder/feeder/ocrEngines.py | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) commit 936d06e261fa1d4238b68fec442bf73efbc89455 Author: Joaquim Rocha Date: Mon Feb 4 14:57:29 2013 +0100 Fix saving a previously loaded and edited project Two PageData objects were being used and the wrong one was being saved. src/ocrfeeder/studio/widgetModeler.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) commit c0366bd8f03cd63e009eeaf0349fadb8b054c886 Author: Joaquim Rocha Date: Fri Feb 1 17:36:39 2013 +0100 Prevent errors when the OCR engine's configuration has unknown settings src/ocrfeeder/feeder/ocrEngines.py | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) commit 714c81c6f0d7a6279513034546bc3e68ee1aaccd Author: Yuri Myasoedov Date: Sun Dec 23 22:16:02 2012 +0400 Updated Russian translation po/ru.po | 642 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 341 insertions(+), 301 deletions(-) commit af094fea8e9957e6c29832c00b6e5fd5ba1469f7 Author: Gianvito Cavasoli Date: Fri Dec 21 08:42:34 2012 +0100 [l10n] Updated Italian translation. po/it.po | 714 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 393 insertions(+), 321 deletions(-) commit 4908169fc9fbcf4454f9c571cc6cee10064c5316 Author: Joaquim Rocha Date: Sun Dec 2 17:54:12 2012 +0100 Allow multiple images to be added at once src/ocrfeeder/studio/studioBuilder.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 172ba61a4e6f9d522204dd3d554f5b8e7c14e87e Author: Joaquim Rocha Date: Sat Nov 17 16:51:50 2012 +0100 Fix saving and loading a project When saving a project, the text data was not being saved and when loading it, there was an error. src/ocrfeeder/studio/widgetModeler.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) commit 9294e4ccbf727062fb64b8fd977e70783241c803 Author: Fran Diéguez Date: Sun Nov 11 18:51:45 2012 +0100 Updated Galician translations po/gl.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 97f30207d168b19ad774010b98fa3c76823b3903 Author: Мирослав Николић Date: Fri Nov 9 10:30:51 2012 +0100 Updated Serbian translation po/sr.po | 20 +++++++++++--------- po/sr@latin.po | 20 +++++++++++--------- 2 files changed, 22 insertions(+), 18 deletions(-) commit e76c6233dbd8ddff319e546dc46b77511b2facbb Author: Marek Černocký Date: Mon Nov 5 18:21:55 2012 +0100 Updated Czech translation po/cs.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit df60ca1d1c37a7a09f2d6d4df5e0ec1426c54faa Author: Piotr Drąg Date: Thu Nov 1 01:16:28 2012 +0100 Updated Polish translation po/pl.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 4c0961c6ded8fc5b84f0a662b274f736ba005305 Author: Matej Urbančič Date: Wed Oct 31 18:58:22 2012 +0100 Updated Slovenian translation po/sl.po | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) commit a362958b9862507be50eb1206e70b8b26f33d40b Author: Daniel Mustieles Date: Wed Oct 31 12:24:07 2012 +0100 Updated Spanish translation po/es.po | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) commit 605c7964b13bdb4b659fa5cfc68fbf4f8d20f914 Author: Daniel Mustieles Date: Wed Oct 31 12:09:01 2012 +0100 Fixe typo in string. Fixes bug #684645 src/ocrfeeder/studio/widgetPresenter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c15000d488d0df42567181b01f0f833bef145223 Author: Мирослав Николић Date: Mon Oct 29 10:41:53 2012 +0100 Added Serbian translation po/LINGUAS | 2 + po/sr.po | 1152 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/sr@latin.po | 1152 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 2306 insertions(+) commit cac76d38dfe7386481971c58564c3c1ca5f13cd0 Author: Daniel Mustieles Date: Sat Oct 13 13:01:33 2012 +0200 Updated Spanish translation po/es.po | 637 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 336 insertions(+), 301 deletions(-) commit 0e53852f8249f9f1bd728529128444dd72f48e34 Author: Fran Diéguez Date: Fri Oct 12 01:02:41 2012 +0200 Updated Galician translations po/gl.po | 631 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 332 insertions(+), 299 deletions(-)