commit 9f3831f2ba6e191b0722c43efcad545f342c4de7 Author: Joaquim Rocha Date: Sat Dec 10 14:00:35 2011 +0100 Update for release 0.7.7 NEWS | 39 +++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 40 insertions(+), 1 deletions(-) commit b68262030d1bb79b14fc3f3aef76f3ba35171fd4 Author: Joaquim Rocha Date: Sat Dec 10 14:03:04 2011 +0100 Update year in the copyright notice src/ocrfeeder/util/constants.py.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 592580bd4c2f0e9103e488cb10b3a51d6f422031 Author: Joaquim Rocha Date: Fri Dec 9 17:29:11 2011 +0100 Fix missing dependency check for reportlab (gb#656574) configure.ac | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit ad6076655e58ee377befcfdef4717b4817e00682 Author: Daniel Korostil Date: Sun Dec 4 21:41:08 2011 +0200 Uploaded Ukranian po/uk.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 3bbf88e43768bafda8c13c6cfb5515b9f6381914 Author: Daniel Korostil Date: Sun Dec 4 09:58:21 2011 +0200 Uploaded Ukranian po/uk.po | 698 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 405 insertions(+), 293 deletions(-) commit 6010b853aee79936c2deca5abafedc5e5934d1e5 Author: Joaquim Rocha Date: Sat Dec 3 13:48:02 2011 +0100 Fix the letter and line spacing persistency when selecting different areas The areas' editor would maintain the last values of the letter and line spacing that were set. These changes will make it show those values from the data boxes. src/ocrfeeder/studio/dataHolder.py | 6 ++++++ src/ocrfeeder/studio/widgetModeler.py | 2 ++ src/ocrfeeder/studio/widgetPresenter.py | 3 +++ 3 files changed, 11 insertions(+), 0 deletions(-) commit c314b32492cd491990ea398b61f72f6dd7273732 Author: Joaquim Rocha Date: Sat Dec 3 13:41:19 2011 +0100 Fix the generation of distinct names for images with the same path src/ocrfeeder/studio/widgetModeler.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit c47b3a0be1ba0f9e1e7c9accd0427de306f26eb3 Author: Joaquim Rocha Date: Sat Dec 3 13:31:02 2011 +0100 Fix the recognition of selected areas The recognition was broken when a single Editor instance started being used. These changes fix that and pass the logic of recognizing the areas into the ImageReviewer. src/ocrfeeder/studio/widgetModeler.py | 66 ++++++++++++++++++--------------- 1 files changed, 36 insertions(+), 30 deletions(-) commit 80838ff2cfffdd5b3d80be572592904d84b19f4c Author: Joaquim Rocha Date: Sat Dec 3 03:13:01 2011 +0100 Stop using ImageReviewer instances and use PageData ones for remaining actions ImageReviewer instances were still being used when trying to export a page or when recognizing the document. These changes drop what was still left from the ImageReviewer regular usage from the previous commit and use the PageData ones instead. src/ocrfeeder/studio/widgetModeler.py | 174 ++++++++++++++++++--------------- 1 files changed, 96 insertions(+), 78 deletions(-) commit fc39dc36feebcc1561fce1fd177cfd48a603046e Author: Joaquim Rocha Date: Sat Dec 3 01:28:09 2011 +0100 Use a limited number of ImageReviewer instances at the same time These changes establish a limit to the number of ImageReviewer instances used at the same time on the main window's notebook. The reason behind these changes is so it does not consume so much memory and allow using many images at a time. src/ocrfeeder/studio/widgetModeler.py | 100 +++++++++++++++++---------------- 1 files changed, 52 insertions(+), 48 deletions(-) commit cb87a637d88a19807eb3b3c5a0a68d59ff992e16 Author: Joaquim Rocha Date: Sat Dec 3 00:04:46 2011 +0100 Make the ImageReviewer a subclass of gtk.HPaned This is so it is used directly when adding it to the window, avoiding having to do it from an instance. src/ocrfeeder/studio/widgetModeler.py | 23 +++++++++++------------ 1 files changed, 11 insertions(+), 12 deletions(-) commit 34f97a3ffe76e921debcbd32fb32bfa2ce814f05 Author: Joaquim Rocha Date: Fri Dec 2 15:42:17 2011 +0100 Use subclasses of gtk.ListStore and gtk.IconView instead of generic objects Those classes were being used as variables of the generic objects which complicated the code and had no real advantage. src/ocrfeeder/studio/studioBuilder.py | 22 ++++------ src/ocrfeeder/studio/widgetModeler.py | 66 ++++++++++++-------------------- 2 files changed, 34 insertions(+), 54 deletions(-) commit 01eb69b97ad985de726af68e3f18e5ca5cfebd8c Author: Joaquim Rocha Date: Sat Nov 12 18:36:11 2011 +0100 Remove lone reference of a variable (mistakenly left in the code) src/ocrfeeder/studio/widgetPresenter.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 3807032d4301097b9e086f00625de25ef8531c27 Author: Joaquim Rocha Date: Sat Nov 12 18:35:25 2011 +0100 Remove setting the stroke color of the areas from the editor This is so we don't lose visual the feedback about which area is selected. src/ocrfeeder/studio/widgetModeler.py | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 9941f482f108267a3db16b53ecfd46535075eed8 Author: Joaquim Rocha Date: Sat Nov 12 18:31:21 2011 +0100 Changes the way the editor of the content areas is implemented These are big changes that remove the usage of a GtkNotebook that stores every editor instance and instead use just one instance to handle the the currently selected area. With these changes, the settings of the line and letter spacing of an area are lost when selecting a different area. This is supposed to be fixed later. src/ocrfeeder/studio/dataHolder.py | 9 ++ src/ocrfeeder/studio/widgetModeler.py | 203 ++++++++++++++++----------------- 2 files changed, 106 insertions(+), 106 deletions(-) commit 849a079923b6c1e1c502b6d27169c99e2c3b496b Author: Joaquim Rocha Date: Sat Nov 12 18:13:54 2011 +0100 Reset the mouse cursor (to be the normal one) when deleting areas This needs to be done because if the current cursor was not the normal one (i.e. the mouse if over the edges of the area) and the area was deleted, the cursor would stay that way until it was over the edges of an area again. src/ocrfeeder/studio/customWidgets.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit af3c4d7e85a2bc6491fb2293463896f27459e185 Author: Joaquim Rocha Date: Sat Nov 12 17:58:43 2011 +0100 Change the way the areas are removed to make it more secure Since the removal of the areas acted on the list of selected areas directly, if that list was meanwhile changed, it could end up mistakenly removing areas. This could occur, for example, if some area was selected from the callback that is called when another area is removed. src/ocrfeeder/studio/customWidgets.py | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit f3a94a821c9bc6465f4ae23a16f563f97d7f2629 Author: Kristjan SCHMIDT Date: Thu Nov 17 16:51:53 2011 +0100 Add Esperanto translation po/LINGUAS | 1 + po/eo.po | 1082 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1083 insertions(+), 0 deletions(-) commit 71fa6377ab1784a8ad890bbd7eb4a066f8cbdb81 Author: Piotr Drąg Date: Sat Oct 29 00:46:27 2011 +0200 Updated POTFILES.in po/POTFILES.in | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) commit 97caf00b23a81e66874a140f559f02501477d899 Author: Joaquim Rocha Date: Fri Oct 28 19:23:52 2011 +0200 Add forgotten configuration.py It had been moved before and should have been added to commit 05cee9eb4557a9d2dd4a1ee12a60a02bfc848024 src/ocrfeeder/util/configuration.py | 385 +++++++++++++++++++++++++++++++++++ 1 files changed, 385 insertions(+), 0 deletions(-) commit 3f891e30c2cfe17e36fa9b86f69c8f0509d91c8e Author: Joaquim Rocha Date: Fri Oct 28 19:17:17 2011 +0200 Fix the sys path for the CLI bin/ocrfeeder-cli.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0b6d832761f99571ab69ba374108fc0278616fe8 Author: Joaquim Rocha Date: Fri Oct 28 19:16:59 2011 +0200 Import the Image module from PIL to avoid issues bin/ocrfeeder-cli.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 248b1c3971d839fe584fc5eb1ae73e83cb03d56f Author: Joaquim Rocha Date: Fri Oct 28 18:58:03 2011 +0200 Create a temporary directory correctly for the PDF conversion It was generating a temporary file, removing it and creating a temporary directory instead of using the function that directly creates the temporary folder (tempfile.mkdtemp). src/ocrfeeder/util/lib.py | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) commit 545617acab59ea221ccba90a8d01524c0945fddd Author: Joaquim Rocha Date: Fri Oct 28 18:57:02 2011 +0200 Remove the temporary folder setting from the preferences dialog src/ocrfeeder/studio/widgetPresenter.py | 29 +---------------------------- 1 files changed, 1 insertions(+), 28 deletions(-) commit f7998cd314369036c4d4843aa88107f274e994e7 Author: Joaquim Rocha Date: Fri Oct 21 22:39:11 2011 +0200 Use the dedicated temporary folder consistently Some parts where honoring the configured temporary folder while others simply used the one default one provided by the tempfile module's functions. Also it deletes that temporary folder so no temporary files will be left undeleted. bin/ocrfeeder-cli.in | 2 ++ src/ocrfeeder/feeder/documentGeneration.py | 7 +++++-- src/ocrfeeder/feeder/ocrEngines.py | 12 +++++++++--- src/ocrfeeder/studio/project.py | 4 ++-- src/ocrfeeder/studio/studioBuilder.py | 6 ++++-- src/ocrfeeder/studio/widgetModeler.py | 6 ++++-- src/ocrfeeder/studio/widgetPresenter.py | 4 ++-- 7 files changed, 28 insertions(+), 13 deletions(-) commit 05cee9eb4557a9d2dd4a1ee12a60a02bfc848024 Author: Joaquim Rocha Date: Fri Oct 21 22:30:19 2011 +0200 Separate the ConfigurationManager and ProjectSaver/Loader These changes separate the referred classes into different files and move the configuration one to the util package for a better organization. It also drops the need for providing the temporary folder as an argument to the ProjectSaver/Loader functions. bin/ocrfeeder-cli.in | 2 +- src/ocrfeeder/studio/Makefile.am | 2 +- src/ocrfeeder/studio/configuration.py | 600 ------------------------------- src/ocrfeeder/studio/project.py | 240 ++++++++++++ src/ocrfeeder/studio/studioBuilder.py | 2 +- src/ocrfeeder/studio/widgetModeler.py | 5 +- src/ocrfeeder/studio/widgetPresenter.py | 2 +- src/ocrfeeder/util/Makefile.am | 1 + 8 files changed, 248 insertions(+), 606 deletions(-) commit 1dfd892d16447007d15e124dd473148c465d35ed Author: Joaquim Rocha Date: Fri Oct 21 22:35:30 2011 +0200 Remove unused class Slicer src/ocrfeeder/feeder/imageManipulation.py | 21 --------------------- 1 files changed, 0 insertions(+), 21 deletions(-) commit 699adc03f7543d3f02ea122d4500e4ff2c0de033 Author: Joaquim Rocha Date: Wed Oct 26 18:03:15 2011 +0200 Fix single recognition of a content area The issue was that the image used for getting the text size was not ensured to be grayscale. src/ocrfeeder/feeder/layoutAnalysis.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 64123029b91910523814553046bc26451afeecfc Author: György Balló Date: Thu Oct 6 19:25:33 2011 +0200 Remove libgnome dependency src/ocrfeeder/studio/studioBuilder.py | 2 -- src/ocrfeeder/util/lib.py | 4 ---- 2 files changed, 0 insertions(+), 6 deletions(-) commit 3060f49b46fc894f66ac3777785a2c43c2b489d0 Author: Joe Hansen Date: Fri Sep 30 09:59:47 2011 +0200 Updated Danish translation po/da.po | 593 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 310 insertions(+), 283 deletions(-) commit a8ee75220a4a848e01d9975eeed1e9aca7dc9112 Author: Alberto Garcia Date: Sun Aug 7 12:25:31 2011 +0200 Generate a ChangeLog file from git when running make dist Makefile.am | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) commit 0431db938bdd6a0d4f2f20a2fed9a23cd965e980 Author: Matej Urbančič Date: Wed Sep 7 15:41:29 2011 +0200 Updated Slovenian translation po/sl.po | 567 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 296 insertions(+), 271 deletions(-) commit 190eaec01f5f10264fcbec8d533ca4ee1eabcdb4 Author: Mario Blättermann Date: Fri Aug 19 14:05:03 2011 +0200 [l10n] Updated German translation po/de.po | 559 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 293 insertions(+), 266 deletions(-) commit ee2e589e8a34183c3cb1c68acb3f691d8f65dc1e Author: Marek Černocký Date: Tue Aug 9 20:49:57 2011 +0200 Updated Czech translation po/cs.po | 561 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 292 insertions(+), 269 deletions(-) commit fcb3f31ec1a80d6d281b1f99948f62f24581b0b0 Author: Joaquim Rocha Date: Thu Aug 4 17:54:04 2011 +0200 update for release 0.7.6 NEWS | 33 +++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 34 insertions(+), 1 deletions(-) commit fdedb427dcc1606a1d75bc81757f8129ccb3c0e4 Author: Daniel Mustieles Date: Thu Aug 4 09:47:53 2011 +0200 Updated Spanish translation po/es.po | 561 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 292 insertions(+), 269 deletions(-) commit 534c857aec5ffaa8666a6f402195ded7b2b4926d Author: Joaquim Rocha Date: Wed Aug 3 23:59:08 2011 +0200 Make ODT the first exportation format in the list Due to a mistake, HTML was being shown as the first format in the list. src/ocrfeeder/studio/studioBuilder.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 50bbf2bee670828ce4fc5fac4aa8e267b07af3a3 Author: Joaquim Rocha Date: Wed Aug 3 23:45:49 2011 +0200 Fix the switching of the mouse cursor on the page's right border It was being changed to the "left side" cursor. src/ocrfeeder/studio/customWidgets.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ad94cc05a8d56f1e8ba617dc5b832ca8300defda Author: Joaquim Rocha Date: Tue Aug 2 23:37:56 2011 +0200 Add the searchable PDF option to the exportation formats Allows choosing the type of the PDF to be exported: from scratch or a searchable PDF. src/ocrfeeder/feeder/documentGeneration.py | 21 +++++++++++++++-- src/ocrfeeder/studio/studioBuilder.py | 32 +++++++++++++++++++++++++++- src/ocrfeeder/studio/widgetModeler.py | 4 +- 3 files changed, 51 insertions(+), 6 deletions(-) commit d73ebc447451da8816a80ad14e316ab9d6cdda06 Author: Joaquim Rocha Date: Wed Jul 27 15:33:01 2011 +0200 Add PDF exportation Exports to a PDF from scratch. Might not respect some of configurations like the fonts and letter spacing which should be fine-tuned in the future. src/ocrfeeder/feeder/documentGeneration.py | 47 ++++++++++++++++++++++++++++ src/ocrfeeder/studio/studioBuilder.py | 6 +++- src/ocrfeeder/studio/widgetModeler.py | 14 ++++++++- 3 files changed, 65 insertions(+), 2 deletions(-) commit c2df80902f9c7fe487b8463a7fb346f3438a290f Author: Joaquim Rocha Date: Mon Jul 25 19:32:05 2011 +0200 Remove a trailing space src/ocrfeeder/feeder/documentGeneration.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8793d5a550e2343405f3d3f88c3ff7ad1b2cf26e Author: Joaquim Rocha Date: Fri Jul 22 20:53:49 2011 +0200 Fix the recognition for grayscale images There were some errors when trying to recognize grayscale images and those had to do with the colors being integers instead of lists of integers. src/ocrfeeder/feeder/layoutAnalysis.py | 7 ++++++- src/ocrfeeder/util/graphics.py | 31 ++++++++++++++----------------- 2 files changed, 20 insertions(+), 18 deletions(-) commit ede193b1c6855734223d9aa254af2a58eae1f16d Author: Bruno Brouard Date: Sun Jul 31 17:15:41 2011 +0200 Updated French translation po/fr.po | 26 ++++++++++++++------------ 1 files changed, 14 insertions(+), 12 deletions(-) commit 206fd0269f7a5c6ccd9ac697e995fa89f20519ea Author: Gabriel Speckhahn Date: Wed Jul 27 12:28:34 2011 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 807 +++++++++++++++++++++++++++++------------------------------ 1 files changed, 400 insertions(+), 407 deletions(-) commit d42a5c801533245310c1dd41d50f21358135d8c0 Author: Joaquim Rocha Date: Thu Jul 21 13:14:46 2011 +0200 Add separators to the Document submenus src/ocrfeeder/studio/widgetPresenter.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit e188eeea662b30e2e0623af66f36fde85ba20be6 Author: Kjartan Maraas Date: Tue Jul 19 12:18:10 2011 +0200 Updated Norwegian bokmål translation po/nb.po | 578 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 301 insertions(+), 277 deletions(-) commit ede7667d7747dab4d6458d223f05738cae655556 Author: Gil Forcada Date: Thu Jul 7 23:43:11 2011 +0200 [l10n]Added Catalan (Valencian) translation po/LINGUAS | 1 + po/ca@valencia.po | 1155 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1156 insertions(+), 0 deletions(-) commit 3678d3ba77ff253e1f255374af037712c25cbf37 Author: Pau Iranzo Date: Thu Jul 7 23:42:36 2011 +0200 [l10n]Added Catalan translation po/LINGUAS | 1 + po/ca.po | 1155 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1156 insertions(+), 0 deletions(-) commit c0c424689139c25797fc2e075de19bea81be5f6b Author: Evangelos Vafeiadis Date: Thu May 26 17:15:17 2011 +0300 l10n: Added Greek translation for ocrfeeder po/LINGUAS | 1 + po/el.po | 1077 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1078 insertions(+), 0 deletions(-) commit bce46e56309b788a8c8fc4794ff76061e78b8978 Author: Mario Blättermann Date: Sun May 22 15:50:18 2011 +0200 [l10n] Updated German doc translation, added screenshots help/de/de.po | 223 +++++++++++++++++++++++++++++++++++-- help/de/figures/areas-edition.png | Bin 0 -> 16851 bytes help/de/figures/content-areas.png | Bin 0 -> 23481 bytes 3 files changed, 211 insertions(+), 12 deletions(-) commit f10e98fd0521eb0676a52c7bcab47fa678c1acf7 Author: Mario Blättermann Date: Sun May 22 15:19:50 2011 +0200 [l10n] Fixed some typos in German translation po/de.po | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit ed4e086948c4dad42dba0e4db8ad6c8ddbb41b48 Author: Mario Blättermann Date: Sat May 21 18:47:34 2011 +0200 [l10n] Updated German translation po/de.po | 27 +++++++++++++++------------ 1 files changed, 15 insertions(+), 12 deletions(-) commit 5df249a26fa872a8f6c585023d144a7c84a211ff Author: Joaquim Rocha Date: Tue May 17 22:51:02 2011 +0200 Update for release 0.7.5 NEWS | 40 ++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 41 insertions(+), 1 deletions(-) commit e1a4301ebb76cbebca0d9f5c708c07d24dcec04e Author: Joaquim Rocha Date: Tue May 17 21:04:38 2011 +0200 Clarify the help output about the --images option src/ocrfeeder/studio/studioBuilder.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 82bb138b85bec9f4aaaf1bc523c007acb704a458 Author: Joaquim Rocha Date: Tue May 17 01:29:30 2011 +0200 Prevent errors when adding unexisting images If the images do not exist, prints a debug message to the stdout and continues with the normal execution. src/ocrfeeder/studio/widgetModeler.py | 18 +++++++++++------- 1 files changed, 11 insertions(+), 7 deletions(-) commit 651db69b19b191d895f29b8f8768452dba139f7a Author: Marek Černocký Date: Sun May 15 22:08:25 2011 +0200 Updated Czech translation po/cs.po | 34 ++++++++++++++++++---------------- 1 files changed, 18 insertions(+), 16 deletions(-) commit 17566027ab193bd4ecf6e4fc00e18e00baef1753 Author: Joaquim Rocha Date: Wed May 11 17:38:34 2011 +0200 Resets the favorite engine when it does not exist When the favorite engine does not exist then the OCR is not performed in the automatic recognition. These changes check if the favorite engine exists and if not, set it to the first engine of the configured list. src/ocrfeeder/feeder/ocrEngines.py | 9 ++++++++- src/ocrfeeder/studio/studioBuilder.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) commit 2381f9d44d341d51301de2ddf10462a8b6ac36a4 Author: Joaquim Rocha Date: Wed May 11 12:09:53 2011 +0200 Focus box's editor text area automatically (gb#635308) When selecting the next or previous area/box, now its text area gets automatically focused. This change should improve the usability especially for visually impaired users who are now able to quickly check what is the text assigned to a text area. src/ocrfeeder/studio/widgetModeler.py | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) commit 76b79545734efeed77f38009fb9d073d50e89174 Author: Marek Černocký Date: Wed May 11 09:13:56 2011 +0200 Updated Czech translation help/cs/cs.po | 351 +++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 files changed, 301 insertions(+), 50 deletions(-) commit 9f35540fb2fef6b109a92b1beed1eec88c988c7a Author: Matej Urbančič Date: Mon May 9 20:23:45 2011 +0200 Updated Slovenian translation po/sl.po | 29 ++++++++++++++++------------- 1 files changed, 16 insertions(+), 13 deletions(-) commit 73d5f33de7df0d192224d929779fc0559db630f7 Author: Daniel Mustieles Date: Sun May 8 22:47:35 2011 +0200 Updated Spanish translation po/es.po | 38 ++++++++++++++++++++------------------ 1 files changed, 20 insertions(+), 18 deletions(-) commit fe75998e66e2baf5f0b4e1ad667c505b2ccb5026 Author: Łukasz Jernaś Date: Mon Mar 28 19:22:11 2011 +0200 Change some mnemonics in the menu to avoid clashes (fixes gb#645983) src/ocrfeeder/studio/widgetPresenter.py | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit e1f8910adc3d0ef21d047ba88ec621859dc0b7b0 Author: Joaquim Rocha Date: Mon May 2 08:11:04 2011 +0200 Implement the update of the selectable areas' bounds by dragging their limits Now, when the mouse approaches the limits of the areas, the cursor will change and it is possible to update the bounds by dragging the limits of the areas. src/ocrfeeder/studio/customWidgets.py | 235 ++++++++++++++++++++++++++++----- src/ocrfeeder/studio/studioBuilder.py | 4 +- 2 files changed, 202 insertions(+), 37 deletions(-) commit b31c615e46b8bf3065bfc2e4528d6ace757528c5 Author: Joaquim Rocha Date: Sat May 7 15:05:49 2011 +0200 Add "sane" missing dependency configure.ac | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit fed2d05479c40020d95aaf3e9fa173d6d88d3cd4 Author: Djavan Fagundes Date: Tue May 3 10:14:59 2011 -0300 Added Brazilian Portuguese translation by Albino Biasutti Neto and myself. po/LINGUAS | 1 + po/pt_BR.po | 1099 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1100 insertions(+), 0 deletions(-) commit 1e9d59f5e77d653a604ce46a7f89d4344c0f32e9 Author: Marek Černocký Date: Sun May 1 08:18:41 2011 +0200 Updated Czech translation po/cs.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 7ec1eeb0c552f0f7bcc0274d37c2e01000d2971e Author: Marek Černocký Date: Sun May 1 00:54:02 2011 +0200 Updated Czech screenshot help/cs/figures/content-areas.png | Bin 171683 -> 169874 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit d3144a07a0272d72251d445937c4b09c0a439715 Author: Marek Černocký Date: Sun May 1 00:07:47 2011 +0200 Updated Czech translation po/cs.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit f0cf59e7e832e7fec15d103b582710b04753ad2f Author: Marek Černocký Date: Sat Apr 30 23:46:46 2011 +0200 Updated Czech translation po/cs.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 1a3534dbc3b5e93b1068670ac3b59d420ea29a4a Author: Marek Černocký Date: Sat Apr 30 18:13:53 2011 +0200 Updated Czech translation po/cs.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a2462dcdd07028cfc75585124a5fa4ebd5872e14 Author: Marek Černocký Date: Sat Apr 30 18:00:14 2011 +0200 Updated Czech translation po/cs.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 117b70b02c3c7ad800572c126c13eb601078ffa4 Author: Marek Černocký Date: Sat Apr 30 17:56:39 2011 +0200 Updated Czech translation po/cs.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ffee8fb981f1534547d3a2f40b2a5a36b954920b Author: Marek Černocký Date: Sat Apr 30 16:29:54 2011 +0200 Updated Czech translation po/cs.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 33c142ee10522fc2b8fd61cea578cd3fd9934b2f Author: Marek Černocký Date: Sun Apr 24 19:35:51 2011 +0200 Czech screenshot help/cs/figures/content-areas.png | Bin 0 -> 171683 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit bfb1445a08046ac24d525d67ef85d850076cd118 Author: Marek Černocký Date: Sun Apr 24 19:35:43 2011 +0200 Czech screenshot help/cs/figures/areas-edition.png | Bin 0 -> 26525 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit b0c7d0c41877750e975f034617b60cb8c23469a1 Author: Marek Černocký Date: Sun Apr 24 19:35:29 2011 +0200 Czech help translation help/cs/cs.po | 766 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 766 insertions(+), 0 deletions(-) commit e602b8789f9b1de774e30779055c039880eecc7e Author: Marek Černocký Date: Sun Apr 24 19:35:20 2011 +0200 Added Czech language help/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f35be049f8712bc3d45df18f21cb70500a83aa3b Author: Claude Paroz Date: Thu Apr 21 17:02:01 2011 +0200 Updated French translation po/fr.po | 563 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 316 insertions(+), 247 deletions(-) commit b95638d5b375b4408e94a3aa164c583dd8cb89bd Author: Joe Hansen Date: Wed Apr 6 22:49:38 2011 +0200 Updated Danish translation po/da.po | 572 ++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 319 insertions(+), 253 deletions(-) commit 5857a9d3839415ce91acaf9da5f9a71cbb9d198b Author: Daniel Mustieles Date: Sun Apr 3 16:31:26 2011 +0200 Updated Spanish translation help/es/es.po | 15 ++++++--------- 1 files changed, 6 insertions(+), 9 deletions(-) commit addac687c8fdc04229b1b9d301ee2bf618268f3d Author: Łukasz Jernaś Date: Thu Mar 31 19:30:51 2011 +0200 Added Polish translation po/LINGUAS | 1 + po/pl.po | 1091 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1092 insertions(+), 0 deletions(-) commit 286ce39f0a57d6e4af6475cc0b26bc8e74870493 Author: Mario Blättermann Date: Thu Mar 31 18:16:26 2011 +0200 [l10n] Updated German translation po/de.po | 527 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 277 insertions(+), 250 deletions(-) commit 02ae4050cbbd977e34ea6ec2d5b9fe6e9e03f0fa Author: Aron Xu Date: Wed Mar 30 01:01:02 2011 +0800 Update Simplified Chinese translation. po/zh_CN.po | 690 ++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 395 insertions(+), 295 deletions(-) commit 086deed889dd438bc8bf324bc5ffc7d3cfbeada7 Author: Marek Černocký Date: Sat Mar 26 20:08:52 2011 +0100 Updated Czech translation po/cs.po | 525 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 277 insertions(+), 248 deletions(-) commit f91cc4aea6d134213177546290fe5602a592068a Author: Gianvito Cavasoli Date: Tue Mar 22 23:08:35 2011 +0100 Updated Italian translation po/it.po | 1104 ++++++++++++++++++++++++++++++++++++++++++++------------------ 1 files changed, 794 insertions(+), 310 deletions(-) commit 67c05905e0a1dc6ba702d3cbddd6f3aea63431e1 Author: Joaquim Rocha Date: Sat Mar 19 18:52:02 2011 +0100 Update for release 0.7.4 NEWS | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 52 insertions(+), 1 deletions(-) commit e8e8597b7b942ced46f787c05a61822a4e644db9 Author: Joaquim Rocha Date: Sat Mar 19 17:44:59 2011 +0100 Fix selection of multiple areas src/ocrfeeder/studio/customWidgets.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 58c280394af4e6aa780c17cf4fd84a8d50857e10 Author: Juanje Ojeda Date: Wed Mar 9 16:53:14 2011 +0100 Added some missed Pythn dependencies to the configure.ac file Removed the library pygtk-2.0-dev from the dependencies because there is nothing to compile and added the missing Python modules: - gtk - pygtk - gtkspell - goocanvas - enchant configure.ac | 13 +++++------ m4/m4_ax_python_module.m4 | 49 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+), 7 deletions(-) commit 4072249eb3eda195d16869dfaa162b9c09124721 Author: Joaquim Rocha Date: Sat Mar 19 17:13:18 2011 +0100 Add missing dependencies to README README | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 7e235a9d32040dc8011b9eae17630729473c35cc Author: Daniel Mustieles Date: Sat Mar 19 12:17:45 2011 +0100 Updated Spanish translation po/es.po | 526 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 278 insertions(+), 248 deletions(-) commit daa7eb387e14b30f680e55ff7eaf77f1ffe5edcb Author: Matej Urbančič Date: Fri Mar 18 18:46:47 2011 +0100 Updated Slovenian translation po/sl.po | 532 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 284 insertions(+), 248 deletions(-) commit 045bcf0cfe9d5e4f57fcbbd7a1ad175b18c79f82 Author: Gabor Kelemen Date: Fri Mar 18 10:36:16 2011 +0100 Updated Hungarian translation po/hu.po | 532 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 277 insertions(+), 255 deletions(-) commit 83e3007e0cfcc0dec1b2949e3abd65d4f6e9356e Author: Joaquim Rocha Date: Fri Mar 18 08:33:55 2011 +0100 Ask for confirmation when recognizing the document or the current page This is to prevent overwriting the current changes if a user mistakenly chooses the recognize document or page actions. Maybe it should be removed when the Undo/Redo is implemented. src/ocrfeeder/studio/widgetModeler.py | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) commit 4e314dbdb60ccbab74719c4047e727d39bcf2675 Author: Joaquim Rocha Date: Thu Mar 17 23:16:40 2011 +0100 Add option to recognize current page or the whole document (gb#635306) src/ocrfeeder/studio/studioBuilder.py | 10 +++++++--- src/ocrfeeder/studio/widgetModeler.py | 30 ++++++++++++++++++++++++++---- src/ocrfeeder/studio/widgetPresenter.py | 21 +++++++++++++-------- 3 files changed, 46 insertions(+), 15 deletions(-) commit 5a26d02d2cf4546095eb60567566f28e45f66e6d Author: Gabor Kelemen Date: Fri Mar 18 01:35:50 2011 +0100 Added hu to LINGUAS po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 4b7a1de3dd6117b43184312accd0a4e5155fa359 Author: Gabor Kelemen Date: Fri Mar 18 01:35:42 2011 +0100 Added Hungarian translation by Gyorgy Ballo po/hu.po | 1063 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 1063 insertions(+), 0 deletions(-) commit feafbf584aeed96a6ce1bdaf70f72eb0fdaf00aa Author: Mario Blättermann Date: Thu Mar 17 17:41:08 2011 +0100 [l10n] Updated German translation po/de.po | 513 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 267 insertions(+), 246 deletions(-) commit b20322a3e1c8f937fbbd0805c3251b5110884418 Author: Marek Černocký Date: Thu Mar 17 06:59:30 2011 +0100 Updated Czech translation po/cs.po | 393 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 217 insertions(+), 176 deletions(-) commit fff57591899430851467a66f43af9628f25f9dee Author: Juanje Ojeda Date: Tue Mar 15 00:32:08 2011 +0100 Moved advanced options into a gtk.Expander for cleaning up the UI src/ocrfeeder/studio/customWidgets.py | 15 +++++++++++++++ src/ocrfeeder/studio/widgetPresenter.py | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) commit 08a038f4b2b6402c94e4497a420763606767c56e Author: Daniel Mustieles Date: Wed Mar 16 19:38:55 2011 +0100 Updated Spanish translation po/es.po | 393 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 217 insertions(+), 176 deletions(-) commit d46a57314a2c012e078f18f27dc388fcf1369bef Author: Matej Urbančič Date: Tue Mar 15 21:22:32 2011 +0100 Updated Slovenian translation po/sl.po | 478 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 267 insertions(+), 211 deletions(-) commit 4a666ade7d7e9d86eff96640380b3a925dcf4b4a Author: Kjartan Maraas Date: Mon Mar 14 19:14:07 2011 +0100 Annotate .ui file to ensure strings are extracted. po/POTFILES.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit cc45d573ce61781bdc491bde69665be16385423c Author: Kjartan Maraas Date: Mon Mar 14 19:13:54 2011 +0100 Updated Norwegian bokmål translation po/nb.po | 488 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 271 insertions(+), 217 deletions(-) commit 3c8997b347aea706e3949865c626f386cbc47c92 Author: Juanje Ojeda Date: Thu Mar 10 00:37:23 2011 +0100 Added missed keystrokes and reordered some for improving the consistency. Added for 'Recognize Document' and 'Recognize Selected Areas' and changed for 'Spell checker'. Fixes gb#644381 src/ocrfeeder/studio/widgetPresenter.py | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) commit 1e5f85e66acc26f873772367af48a3f32861b215 Author: Daniel Mustieles Date: Sun Mar 13 13:40:57 2011 +0100 Updated Spanish translation po/es.po | 96 +++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 55 insertions(+), 41 deletions(-) commit 14109011eb4808478fbad1ee0c5710fa7931dba4 Author: Joe Hansen Date: Sun Mar 13 12:14:00 2011 +0100 Updated Danish translation po/da.po | 562 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 301 insertions(+), 261 deletions(-) commit ce60b79f41fc43977434b13fb70824b45f6e63e2 Author: Daniel Mustieles Date: Sun Mar 13 11:43:32 2011 +0100 Updated Spanish translation help/es/es.po | 15 +++++++++------ 1 files changed, 9 insertions(+), 6 deletions(-) commit 0c819a4c323ff0c36b815234051527dfe8a2183d Author: Daniel Nylander Date: Sun Mar 13 09:16:41 2011 +0100 Updated Swedish translation po/sv.po | 638 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 332 insertions(+), 306 deletions(-) commit 371f3e3f1f6fe6aea33eea7efa274a470040dfca Author: Claude Paroz Date: Sat Mar 12 22:33:49 2011 +0100 Updated French translation po/fr.po | 552 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 291 insertions(+), 261 deletions(-) commit 84024b50e53ca1dde3d9f265c63ded344b153b4a Author: Marek Černocký Date: Sat Mar 12 16:13:14 2011 +0100 Updated Czech translation po/cs.po | 96 +++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 55 insertions(+), 41 deletions(-) commit d85c0342663102f621e8978624c28815827555d3 Author: Krzysztof Chojnowski Date: Sat Mar 12 13:54:48 2011 +0100 Fix unicode strings translation (gb#644009) src/ocrfeeder/studio/studioBuilder.py | 6 +++--- src/ocrfeeder/studio/widgetModeler.py | 8 ++++---- src/ocrfeeder/studio/widgetPresenter.py | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) commit 9937c77364fb836ab3069f41bca937c1cd1adad8 Author: Joaquim Rocha Date: Fri Mar 11 22:45:22 2011 +0100 Replace unimplemented dialog by a message dialog (fixes gb#643919) src/ocrfeeder/studio/widgetPresenter.py | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) commit a1f6ae243d124291d44eea641ad9918bff7e3615 Author: Joaquim Rocha Date: Sat Mar 12 13:15:01 2011 +0100 Add support for translatable exportation formats' names src/ocrfeeder/studio/studioBuilder.py | 16 ++++++++++++---- src/ocrfeeder/studio/widgetPresenter.py | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) commit 23e94986f4093730140c30a7360a30484878f7d6 Author: Joaquim Rocha Date: Sat Mar 12 12:48:44 2011 +0100 Make the getTextFromBoxes function consider text type boxes only src/ocrfeeder/studio/widgetModeler.py | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) commit 98d400ae2a0a9172de0d825d47f9e36a0506b557 Author: Andrew McGrath Date: Mon Feb 21 02:15:53 2011 -0500 Add a support for plain text exportation help/C/documentgeneration.page | 4 +- src/ocrfeeder/feeder/documentGeneration.py | 20 +++++++++++++++++ src/ocrfeeder/studio/studioBuilder.py | 5 +++- src/ocrfeeder/studio/widgetModeler.py | 33 ++++++++++++++++++++++------ 4 files changed, 52 insertions(+), 10 deletions(-) commit 5afab85384331360e4ff013001c60415f7478155 Author: Mario Blättermann Date: Sat Feb 26 22:13:04 2011 +0100 [l10n] Updated German translation po/de.po | 506 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 263 insertions(+), 243 deletions(-) commit b2a0a5c13012b966f7b7e1cb52356011558c1ec9 Author: Kjartan Maraas Date: Thu Feb 24 10:27:49 2011 +0100 Updated Norwegian bokmål translation. po/nb.po | 547 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 292 insertions(+), 255 deletions(-) commit d21f5dbac0922ff92c5bdbc22e9c594ae6638881 Author: Daniel Mustieles Date: Mon Feb 21 19:39:29 2011 +0100 Updated Spanish translation help/es/es.po | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit 3a54e8dd5b76ffce603c1ac8b2595cf2002c9282 Author: Matej Urbančič Date: Sun Feb 20 13:52:58 2011 +0100 Updated Slovenian translation po/sl.po | 503 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 260 insertions(+), 243 deletions(-) commit 5a3d631d7a5bef35e05c30a537e78bf100cdec04 Author: Daniel Korostil Date: Tue Feb 15 12:42:41 2011 +0200 Added uk translation po/LINGUAS | 1 + po/uk.po | 995 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 996 insertions(+), 0 deletions(-) commit 007d16fa4bcbdec41f71be6d11057d558f7cb1e0 Author: Marek Černocký Date: Tue Feb 15 11:16:10 2011 +0100 Updated Czech translation po/cs.po | 506 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 263 insertions(+), 243 deletions(-) commit 0a0548d5032f52b28decf27b755a460fdb7876dc Author: Daniel Mustieles Date: Sun Feb 13 21:17:57 2011 +0100 Updated Spanish translation po/es.po | 506 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 263 insertions(+), 243 deletions(-) commit 0da265e6d4f46ff0f424ac92c1d471fe09c87bfc Author: Joaquim Rocha Date: Sun Feb 13 16:13:33 2011 +0100 Add confirmation dialog when clearing a project src/ocrfeeder/studio/studioBuilder.py | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) commit 752d98dc81587467cedff4a25e770b0f8d03788a Author: Joaquim Rocha Date: Sun Feb 13 16:08:34 2011 +0100 Use one status bar instead of three (gb#635219) src/ocrfeeder/studio/customWidgets.py | 33 ------------------------------- src/ocrfeeder/studio/widgetModeler.py | 31 +++++++++++++++++++++++----- src/ocrfeeder/studio/widgetPresenter.py | 7 +++-- 3 files changed, 29 insertions(+), 42 deletions(-) commit 396df7c4bdd457838f244f38340344749688b59e Author: Joaquim Rocha Date: Sun Feb 13 13:33:17 2011 +0100 Fix usage of Preferences dialog when Unpaper is not installed When Unpaper is not installed, the related configuration options are not instatiated but it was querying then anyway when quitting the dialog. src/ocrfeeder/studio/widgetPresenter.py | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit 33d0e1e7ff8432cbabed3da39c93050dcd187355 Author: Joaquim Rocha Date: Sun Feb 13 13:30:35 2011 +0100 Fix using local source directory bin/ocrfeeder.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e5348d1a9228661bf6fdf3138fc2df8e9cd1ce73 Author: Joaquim Rocha Date: Tue Feb 8 16:45:15 2011 +0100 Catch exceptions when creating the GTKSpell GTKSpell will raise an exception when it can't find the given locale. src/ocrfeeder/studio/widgetPresenter.py | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit 6b89768cd8d9c4039e0b55534d4e85b7172c8fe0 Author: Joaquim Rocha Date: Tue Feb 8 16:31:05 2011 +0100 Fix Unpaper's configured path When Unpaper was not installed, it would set None as its path which would make the preferences dialog fail when OCRFeeder was run with no existing configurations. src/ocrfeeder/studio/configuration.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 122994f13d3d74b6f9837bcc29f077e2fc081345 Author: Daniel Mustieles Date: Wed Feb 2 19:31:33 2011 +0100 Updated Spanish translation help/es/es.po | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 70 insertions(+), 4 deletions(-) commit be578f23c10e6a95a9441241300e01c08692c677 Author: Daniel Mustieles Date: Mon Jan 31 19:32:41 2011 +0100 Updated Spanish translation help/es/es.po | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 53 insertions(+), 3 deletions(-) commit a507a1fd51cc203db9cf2867ab3f8bbb55c7e0dc Author: Daniel Mustieles Date: Sat Jan 29 18:21:50 2011 +0100 Updated Spanish translation help/es/es.po | 102 +++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 96 insertions(+), 6 deletions(-) commit e094a7f1fc9c705cfadde86b2fd68b818760accd Author: Olav Vitters Date: Sat Jan 29 16:11:15 2011 +0100 DOAP: Change spam address protection ocrfeeder.doap | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 9e67a6bf254d8ebce8b23e1da5dcd7ea6c67934c Author: Daniel Mustieles Date: Mon Jan 24 21:20:26 2011 +0100 Updated Spanish translation help/es/es.po | 40 ++++++++++++++++++++++++++++++++++------ 1 files changed, 34 insertions(+), 6 deletions(-) commit 5b32f224c4167feec10f7b8651923f3e1996e625 Author: Daniel Mustieles Date: Sat Jan 22 10:38:06 2011 +0100 Updated Spanish translation help/es/es.po | 39 +++++++++++++++++++++++++++++++-------- 1 files changed, 31 insertions(+), 8 deletions(-) commit 27478ce77613d3510ba1c77474292f81ecacf17f Author: Andrej Žnidaršič Date: Thu Jan 20 15:44:26 2011 +0100 Updated Slovenian translation help/sl/sl.po | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 81a1f1c3569406bba903badbabb67b2c23b364fe Author: Andrej Žnidaršič Date: Thu Jan 20 15:42:40 2011 +0100 Updated Slovenian translation help/sl/sl.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 45fa4d9ff75af47f0319e245881484de6d6ceca9 Author: Matej Urbančič Date: Thu Jan 20 15:37:00 2011 +0100 Added sl for Slovenian translation help/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit dcdcaa44574566c86323089c1f0c56277c253dcd Author: Matej Urbančič Date: Thu Jan 20 15:36:48 2011 +0100 Added Slovenian translation help/sl/sl.po | 527 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 527 insertions(+), 0 deletions(-) commit 345c3f5df7eb65a1dd1448c18a7141cdac165b30 Author: Daniel Mustieles Date: Wed Jan 19 19:45:26 2011 +0100 Updated Spanish translation help/es/es.po | 25 ++++++++++++++++--------- 1 files changed, 16 insertions(+), 9 deletions(-) commit 7577ff42b91c17ab0d4e50cda271edaffc9a450a Author: Daniel Mustieles Date: Sun Jan 16 21:27:32 2011 +0100 Updated Spanish translation help/es/es.po | 766 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 766 insertions(+), 0 deletions(-) commit 0ee255886869e341a2b0407d6891de4cb7311e23 Author: Daniel Mustieles Date: Sun Jan 16 21:27:08 2011 +0100 Added Spanish translation help/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 06d0275f0f7178943728cafed4128b83838c4c5e Author: Aron Xu Date: Thu Jan 13 22:21:13 2011 +0800 Update Simplified Chinese translation. po/zh_CN.po | 882 +++++++++++++++++++++++++++++++++++++++++------------------ 1 files changed, 619 insertions(+), 263 deletions(-) commit d6a82377b57c89d22ed36ce111812f44e358d60c Author: Daniel Nylander Date: Tue Jan 11 07:55:57 2011 +0100 Updated Swedish translation po/sv.po | 857 ++++++++++++++++++++++++++++++++++++++++++++------------------ 1 files changed, 614 insertions(+), 243 deletions(-) commit a489866e395770b58a98d1bca39d8eb8f4acd434 Author: Matej Urbančič Date: Fri Jan 7 22:03:58 2011 +0100 Updated Slovenian translation po/sl.po | 517 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 261 insertions(+), 256 deletions(-) commit b5485b460edb803c49089ff387635760229414f1 Author: Daniel Mustieles Date: Thu Jan 6 11:02:31 2011 +0100 Updated Spanish translation po/es.po | 495 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 261 insertions(+), 234 deletions(-) commit 64cf795c82c5233125c75b43fcb2f6429c9074b3 Author: Mario Blättermann Date: Wed Jan 5 22:59:51 2011 +0100 [l10n] Added initial German doc translation help/Makefile.am | 2 +- help/de/de.po | 842 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 843 insertions(+), 1 deletions(-) commit 800ada5d7ffa68e3278614ede4998b0882b76254 Author: Bruno Brouard Date: Wed Jan 5 20:07:43 2011 +0100 Updated French translation po/fr.po | 492 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 259 insertions(+), 233 deletions(-) commit 6ab8296c2b08f0444bc109e51f18711739695703 Author: Marek Černocký Date: Wed Jan 5 10:20:03 2011 +0100 Updated Czech translation po/cs.po | 495 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 261 insertions(+), 234 deletions(-) commit 3ca4083ad42f42d62ccc7aabceb48ff5f00d76b6 Author: Mario Blättermann Date: Tue Jan 4 16:55:41 2011 +0100 [l10n] Updated German translation po/de.po | 493 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 260 insertions(+), 233 deletions(-) commit 8940b769fee091ea6210331b1a0859f5736b87fb Author: Claude Paroz Date: Mon Jan 3 11:33:56 2011 +0100 Add empty DOC_LINGUAS to help/Makefile.am help/Makefile.am | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 25eb6205ea8175f6f0da742ece5cf4f34bb97bd2 Author: Joaquim Rocha Date: Mon Jan 3 09:58:18 2011 +0100 Update for release 0.7.3 NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletions(-) commit bfb308b1c3e47cd7ffd39e5512381baa49a69cec Author: Joaquim Rocha Date: Mon Jan 3 09:56:22 2011 +0100 Fix missing extra dist in resources' Makefile.am resources/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8096248c555cfc4d864865f1517c922f4acc4eff Author: Joaquim Rocha Date: Mon Jan 3 09:55:48 2011 +0100 Add missing files to translation po/POTFILES.in | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit 1a2e9d8131d415811be80f4e4787617350aa5b93 Author: Joaquim Rocha Date: Mon Jan 3 09:14:39 2011 +0100 Update for release 0.7.2 NEWS | 28 ++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 29 insertions(+), 1 deletions(-) commit f52d28add9aaf0979a7926d815fed1b149e196d2 Author: Joaquim Rocha Date: Mon Jan 3 09:06:57 2011 +0100 Fix menu items sensitiveness after recognizing a document (gb#635297) src/ocrfeeder/studio/widgetModeler.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit f75e4eda19e6d99d086c9406d8d15a1c18142f42 Author: Alberto Garcia Date: Fri Nov 19 17:35:10 2010 +0100 Update manpages to reflect all available command-line options resources/ocrfeeder-cli.1 | 24 +++++++++++++++++------- resources/ocrfeeder.1 | 15 ++++++++++++--- 2 files changed, 29 insertions(+), 10 deletions(-) commit c4519bf9bf20ea6659d23776fe59464245b2dddd Author: Joaquim Rocha Date: Mon Jan 3 08:51:39 2011 +0100 Add action to open help contents src/ocrfeeder/studio/studioBuilder.py | 8 +++++++- src/ocrfeeder/studio/widgetPresenter.py | 2 ++ 2 files changed, 9 insertions(+), 1 deletions(-) commit 114ab773e3135c7cb1e82c101810f5718456606c Author: Joaquim Rocha Date: Mon Jan 3 08:51:07 2011 +0100 Fix images in user documentation help/C/manualeditionandcorrection.page | 10 +++++----- help/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) commit 17201492f4f1fb233bc75e35d5d7add2c7d7c126 Author: Joaquim Rocha Date: Sat Jan 1 17:25:49 2011 +0100 Removed setup.py and MANIFEST.in now that autotool are being used MANIFEST.in | 6 ------ setup.py | 48 ------------------------------------------------ 2 files changed, 0 insertions(+), 54 deletions(-) commit ad62e880fa94434d20147097b2c9a35d782dba7b Author: Joaquim Rocha Date: Sat Jan 1 17:15:10 2011 +0100 Added autotools Now the build is managed by autotools ChangeLog | 1 + Makefile | 59 ---- Makefile.am | 3 + autogen.sh | 21 ++ bin/Makefile.am | 6 + bin/ocrfeeder-cli.in | 116 +++++++ bin/ocrfeeder.in | 37 ++ configure.ac | 55 +++ gnome-doc-utils.make | 655 ++++++++++++++++++++++++++++++++++++ help/Makefile.am | 24 ++ m4/.gitignore | 1 + ocrfeeder | 33 -- ocrfeeder-cli | 112 ------ resources/Makefile.am | 15 + resources/icons/Makefile.am | 8 + src/Makefile.am | 1 + src/ocrfeeder/Makefile.am | 13 + src/ocrfeeder/feeder/Makefile.am | 11 + src/ocrfeeder/odf/Makefile.am | 37 ++ src/ocrfeeder/studio/Makefile.am | 13 + src/ocrfeeder/util/Makefile.am | 13 + src/ocrfeeder/util/constants.py | 91 ----- src/ocrfeeder/util/constants.py.in | 92 +++++ 23 files changed, 1122 insertions(+), 295 deletions(-) commit 377173487825897e00b2d7f22fedf2a63992fc7a Author: Joaquim Rocha Date: Sat Dec 11 02:12:09 2010 +0100 Added the user documentation help/C/addingfolder.page | 17 ++++++ help/C/addingimage.page | 41 +++++++++++++++ help/C/automaticrecognition.page | 34 ++++++++++++ help/C/deskewing.page | 29 +++++++++++ help/C/documentgeneration.page | 27 ++++++++++ help/C/figures/areas-edition.png | Bin 0 -> 64634 bytes help/C/figures/content-areas.png | Bin 0 -> 75291 bytes help/C/finetuning.page | 54 ++++++++++++++++++++ help/C/importingfromscanner.page | 26 ++++++++++ help/C/importingpdf.page | 27 ++++++++++ help/C/index.page | 46 +++++++++++++++++ help/C/legal.xml | 9 +++ help/C/manualeditionandcorrection.page | 81 +++++++++++++++++++++++++++++ help/C/ocrconfiguration.page | 87 ++++++++++++++++++++++++++++++++ help/C/projects.page | 65 ++++++++++++++++++++++++ help/C/unpaper.page | 45 ++++++++++++++++ 16 files changed, 588 insertions(+), 0 deletions(-) commit f1bbf42e8c767d3fdb3fca3c625efd8ab0f6d8df Author: Lucian Adrian Grijincu Date: Mon Dec 6 16:53:32 2010 +0200 Updated Romanian translation po/LINGUAS | 1 + po/ro.po | 987 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 988 insertions(+), 0 deletions(-) commit 10c98495859eff542dc781d4bf370235caad93dd Author: Joe Hansen Date: Tue Nov 16 23:39:45 2010 +0100 Updated Danish translation po/da.po | 595 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 317 insertions(+), 278 deletions(-) commit adc038422c2ab9574ad25b23f04501cd6732c5e3 Author: Joaquim Rocha Date: Tue Nov 9 18:17:35 2010 +0100 Update for release 0.7.1a NEWS | 9 +++++++++ debian/changelog | 8 +++++++- src/ocrfeeder/util/constants.py | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) commit 30f1e24ce4816f27469cd82fd138fe67ae5dd325 Author: Joaquim Rocha Date: Tue Nov 9 08:36:39 2010 +0100 Install spell-checker.ui file setup.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit f1a9e5155303b609992256e7b63822b000d1aaae Author: Joaquim Rocha Date: Mon Nov 8 22:32:40 2010 +0100 Update for release 0.7.1 NEWS | 40 +++++++++++++++++++++++++++++++++++++++ debian/changelog | 6 +++++ src/ocrfeeder/util/constants.py | 2 +- 3 files changed, 47 insertions(+), 1 deletions(-) commit bd72821c85ef9ab4f69b9b7b28e5818b6536273f Author: Joaquim Rocha Date: Mon Nov 8 22:11:10 2010 +0100 Remove Debian rules clean from general makefile Makefile | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 445e1093a80f20aa4b766a3d74367e5f36ec8317 Author: Joaquim Rocha Date: Mon Nov 8 22:05:19 2010 +0100 Replace the usage of cliutils by OptParse in studioBuilder Also removed the cliutils module and adds the help and version command line options. po/POTFILES.in | 1 - src/ocrfeeder/studio/studioBuilder.py | 21 ++++++++--- src/ocrfeeder/util/cliutils.py | 62 --------------------------------- 3 files changed, 15 insertions(+), 69 deletions(-) commit 646523aa28eb93f9ecd950ac877d3290a87fb433 Author: Joaquim Rocha Date: Mon Nov 8 21:58:46 2010 +0100 Rewrite ocrfeeder-cli Replace the usage of the cliutils module by Python's OptParse; Use LayoutAnalysis class to recognize the images; Add missing help (fixes gb#630829). ocrfeeder-cli | 126 ++++++++++++++++++++++++++++++-------------------------- 1 files changed, 67 insertions(+), 59 deletions(-) commit a9af3cea5437f7d1f895cf7f5232f6e068391a67 Author: Joaquim Rocha Date: Mon Nov 8 08:28:17 2010 +0100 Delete trailing spaces ocrfeeder-cli | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 2e54217981f1c3d35492c485f55224cae30d0d45 Author: Joaquim Rocha Date: Mon Nov 8 08:23:55 2010 +0100 Remove unused code from util/graphics.py src/ocrfeeder/util/graphics.py | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) commit fd960c7f900df01315c766e936ef55b51cfc2745 Author: Joaquim Rocha Date: Mon Nov 8 08:23:35 2010 +0100 Fix different indentation usage in some if blocks src/ocrfeeder/feeder/layoutAnalysis.py | 4 ++-- src/ocrfeeder/feeder/ocrEngines.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) commit 504e27070f441c4191215305d57e9da55abf67d7 Author: Joaquim Rocha Date: Fri Nov 5 15:57:38 2010 +0100 Change configuration defaults for actions after adition src/ocrfeeder/studio/configuration.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 9842fd204566e57f4593648c43cbad8fd679be34 Author: David Teyssiere Rubio Date: Fri Aug 6 10:46:11 2010 +0200 Added spellchecker dialog UI file resources/spell-checker.ui | 327 ++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 327 insertions(+), 0 deletions(-) commit 696006392c25c14574f708d92124443ca97e980e Author: Joaquim Rocha Date: Fri Nov 5 09:11:19 2010 +0100 Add missing module asyncworker src/ocrfeeder/studio/studioBuilder.py | 2 +- src/ocrfeeder/util/asyncworker.py | 85 +++++++++++++++++++++++++++++++++ 2 files changed, 86 insertions(+), 1 deletions(-) commit 8336508f99ee5b6192763b9b869faaedde7932cf Author: Joaquim Rocha Date: Thu Oct 28 08:21:10 2010 +0200 Add local source path for when in development environment ocrfeeder | 4 ++++ ocrfeeder-cli | 4 ++++ setup.py | 5 +++++ 3 files changed, 13 insertions(+), 0 deletions(-) commit 92980f0e98bbb1d3be10d5b7ed56a27bc71de976 Author: Joaquim Rocha Date: Thu Oct 28 08:20:51 2010 +0200 Move OCRFeeder modules to src/ocrfeeder for a better organization of the source feeder/documentGeneration.py | 331 -- feeder/imageManipulation.py | 264 - feeder/layoutAnalysis.py | 545 -- feeder/ocrEngines.py | 190 - ocrfeeder | 6 +- ocrfeeder-cli | 18 +- odf/anim.py | 61 - odf/attrconverters.py | 1441 ----- odf/chart.py | 87 - odf/config.py | 39 - odf/dc.py | 72 - odf/dr3d.py | 43 - odf/draw.py | 182 - odf/element.py | 249 - odf/form.py | 115 - odf/grammar.py | 8138 ---------------------------- odf/load.py | 125 - odf/manifest.py | 53 - odf/math.py | 30 - odf/meta.py | 66 - odf/namespaces.py | 81 - odf/number.py | 104 - odf/odf2xhtml.py | 1124 ---- odf/odfmanifest.py | 120 - odf/office.py | 104 - odf/ooostyles.py | 71 - odf/opendocument.py | 357 -- odf/presentation.py | 85 - odf/script.py | 30 - odf/style.py | 147 - odf/svg.py | 52 - odf/table.py | 307 -- odf/text.py | 559 -- odf/thumbnail.py | 433 -- odf/userfield.py | 310 -- odf/xforms.py | 29 - po/POTFILES.in | 28 +- setup.py | 9 +- src/ocrfeeder/feeder/documentGeneration.py | 331 ++ src/ocrfeeder/feeder/imageManipulation.py | 264 + src/ocrfeeder/feeder/layoutAnalysis.py | 545 ++ src/ocrfeeder/feeder/ocrEngines.py | 190 + src/ocrfeeder/odf/anim.py | 61 + src/ocrfeeder/odf/attrconverters.py | 1441 +++++ src/ocrfeeder/odf/chart.py | 87 + src/ocrfeeder/odf/config.py | 39 + src/ocrfeeder/odf/dc.py | 72 + src/ocrfeeder/odf/dr3d.py | 43 + src/ocrfeeder/odf/draw.py | 182 + src/ocrfeeder/odf/element.py | 249 + src/ocrfeeder/odf/form.py | 115 + src/ocrfeeder/odf/grammar.py | 8138 ++++++++++++++++++++++++++++ src/ocrfeeder/odf/load.py | 125 + src/ocrfeeder/odf/manifest.py | 53 + src/ocrfeeder/odf/math.py | 30 + src/ocrfeeder/odf/meta.py | 66 + src/ocrfeeder/odf/namespaces.py | 81 + src/ocrfeeder/odf/number.py | 104 + src/ocrfeeder/odf/odf2xhtml.py | 1124 ++++ src/ocrfeeder/odf/odfmanifest.py | 120 + src/ocrfeeder/odf/office.py | 104 + src/ocrfeeder/odf/ooostyles.py | 71 + src/ocrfeeder/odf/opendocument.py | 357 ++ src/ocrfeeder/odf/presentation.py | 85 + src/ocrfeeder/odf/script.py | 30 + src/ocrfeeder/odf/style.py | 147 + src/ocrfeeder/odf/svg.py | 52 + src/ocrfeeder/odf/table.py | 307 ++ src/ocrfeeder/odf/text.py | 559 ++ src/ocrfeeder/odf/thumbnail.py | 433 ++ src/ocrfeeder/odf/userfield.py | 310 ++ src/ocrfeeder/odf/xforms.py | 29 + src/ocrfeeder/studio/configuration.py | 600 ++ src/ocrfeeder/studio/customWidgets.py | 443 ++ src/ocrfeeder/studio/dataHolder.py | 211 + src/ocrfeeder/studio/studioBuilder.py | 397 ++ src/ocrfeeder/studio/widgetModeler.py | 1010 ++++ src/ocrfeeder/studio/widgetPresenter.py | 2043 +++++++ src/ocrfeeder/util/__init__.py | 24 + src/ocrfeeder/util/cliutils.py | 62 + src/ocrfeeder/util/constants.py | 91 + src/ocrfeeder/util/graphics.py | 174 + src/ocrfeeder/util/lib.py | 174 + studio/configuration.py | 600 -- studio/customWidgets.py | 443 -- studio/dataHolder.py | 211 - studio/studioBuilder.py | 396 -- studio/widgetModeler.py | 1010 ---- studio/widgetPresenter.py | 2043 ------- util/__init__.py | 24 - util/asyncworker.py | 85 - util/cliutils.py | 62 - util/constants.py | 90 - util/graphics.py | 174 - util/lib.py | 174 - 95 files changed, 21205 insertions(+), 21285 deletions(-) commit 544e740aa9db9f3a21caa7410862029ef87d26e5 Author: Alberto Garcia Date: Thu Oct 7 20:43:31 2010 +0200 Replace current freeware OpenOffice.org icon with a GPLed one odf/thumbnail.py | 826 +++++++++++++++++++++++++++--------------------------- 1 files changed, 416 insertions(+), 410 deletions(-) commit 81d28cbe8af8d6a90786372b314318788dd50ec6 Author: Kjartan Maraas Date: Sat Oct 16 21:04:18 2010 +0200 Updated Norwegian bokmål translation po/nb.po | 793 ++++++++++++++++++++++++++++++++++++++++++++------------------ 1 files changed, 564 insertions(+), 229 deletions(-) commit 19d8b47210c21728fb0927a16aaee571b34ed1ad Author: Bruno Brouard Date: Fri Oct 1 23:08:38 2010 +0200 Updated French translation po/fr.po | 468 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 241 insertions(+), 227 deletions(-) commit 848a4c67624124d5cb4de431df9e74f32e1549a1 Author: Bruno Brouard Date: Fri Oct 1 23:06:49 2010 +0200 Revert "Updated French translation" Wrong fr.po file commited This reverts commit 92cca3bb596af744fb3ec56c4728f5f358fb7e3b. po/fr.po | 1881 +++++++++++++++++++++++++------------------------------------- 1 files changed, 765 insertions(+), 1116 deletions(-) commit 92cca3bb596af744fb3ec56c4728f5f358fb7e3b Author: Bruno Brouard Date: Fri Oct 1 23:03:46 2010 +0200 Updated French translation po/fr.po | 1881 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 1116 insertions(+), 765 deletions(-) commit c835e526856818211100fcd9c8e0838c97aa3fea Author: Joaquim Rocha Date: Thu Sep 23 19:26:24 2010 +0200 Make Tesseract and Cuneiform engines remove temporary images studio/configuration.py | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit 8e55f77aba8345282e4f1bf3a1c7e585af0deeab Author: Joaquim Rocha Date: Thu Sep 23 19:08:26 2010 +0200 Add Cuneiform engine detection studio/configuration.py | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit c4a8650c8284b2a4c13457cf01a11b0b3f2a556d Author: Marek Černocký Date: Sat Sep 18 22:19:11 2010 +0200 Updated Czech translation po/cs.po | 478 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 247 insertions(+), 231 deletions(-) commit f3414099ebbd6719c9982dadb8d09804fe9a3585 Author: Mario Blättermann Date: Sat Sep 18 13:29:05 2010 +0200 [i18n] Updated German translation po/de.po | 490 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 266 insertions(+), 224 deletions(-) commit 61b1bc1eb211e38cc8e448788537d97d7af2eb38 Author: Jorge González Date: Fri Sep 17 20:20:44 2010 +0200 Updated Spanish translation po/es.po | 470 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 243 insertions(+), 227 deletions(-) commit 32b509d552516778e774d553c6bacede0d88cb5a Author: Matej Urbančič Date: Fri Sep 17 20:15:23 2010 +0200 Updated Slovenian translation po/sl.po | 508 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 262 insertions(+), 246 deletions(-) commit 333e49fbf1c0f88be30cbf7796a296a4d420f983 Author: Joaquim Rocha Date: Fri Sep 17 20:12:03 2010 +0200 Prevent invisible boxes creation Boxes with a width and height of 0 were being created when the user did double or tripple click. studio/customWidgets.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 389879fb519baa27689945bcc18a0280c964ca01 Author: Joaquim Rocha Date: Fri Sep 17 19:28:21 2010 +0200 Fix SpellChecker action's sensitiveness when there are no images studio/widgetPresenter.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit f193a5edf3e2fd6d8e81ce3fd45579a4c5aa92f1 Author: David Teyssiere Rubio Date: Wed Sep 1 16:21:26 2010 +0200 Added spell checker's functions toggle its menu sensitiveness widgetModeler.py: ImageReviewer_Controler, added spellCheck function and activate/deactivate menu entry when no text in updateMainWindow. Editor, added connection to signal for activate/deactivate spellcheck menu entry when user editing text studio/widgetModeler.py | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) commit df3da8ae5461a9d5baaa47c7955638a8316a1b04 Author: David Teyssiere Rubio Date: Wed Sep 1 16:17:58 2010 +0200 studioBuilder.py: added spell checker function studio/studioBuilder.py | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit e36db1f3764815f0a1004c388e41e7e9e4a020f9 Author: David Teyssiere Rubio Date: Wed Sep 1 16:17:22 2010 +0200 widgetPresenter.py: added SpellCheckerDialog and Spell checker menu entry studio/widgetPresenter.py | 138 +++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 138 insertions(+), 0 deletions(-) commit 890c09340cd13c680e2fd47e2327a619777c520c Author: David Teyssiere Rubio Date: Wed Sep 1 16:14:59 2010 +0200 Adding OCRFEEDER_DEFAULT_LOCALE and OCRFFEEDER_SPELLCHECKER_UI constants needed util/constants.py | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 01b09fdc166db80e620a094508a3efd3736634b1 Author: Joaquim Rocha Date: Fri Sep 17 18:44:37 2010 +0200 Fix selecting all areas When one or more areas were selected and "select all areas" action is performed, it would add all areas to the list of selected areas without checking the ones already there. studio/customWidgets.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 54f412245bde9e195a55e38596d7e7156334a094 Author: Joaquim Rocha Date: Fri Sep 17 18:39:59 2010 +0200 Separate the text from different boxes when copying it to clipboard Each paragraph is separated with two newline characters. studio/widgetModeler.py | 16 ++++++++++------ 1 files changed, 10 insertions(+), 6 deletions(-) commit cb6d790237f417eabd893dbb154c65727eda4cb3 Author: Joaquim Rocha Date: Fri Sep 17 18:14:49 2010 +0200 Change the import from scanner and the copy to clipboard's shortcuts studio/widgetPresenter.py | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit 7c06c972016375a0acd6d27765d2014f3282a993 Author: David Teyssiere Rubio Date: Thu Aug 5 18:57:56 2010 +0200 widgetModeler.py: preventing copy to clipboard menu activation when there are no text. This avoid user overwrite the clipboard buffer with nothing studio/widgetModeler.py | 16 +++++++++++++--- 1 files changed, 13 insertions(+), 3 deletions(-) commit 9f00256f7903472a10a438a114a81ca1671d4409 Author: David Teyssiere Rubio Date: Thu Aug 5 18:55:05 2010 +0200 widgetPresenter.py: added BoxEditor signal emission when text_content TextBuffer changes studio/widgetPresenter.py | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) commit 0982ea8f1cfb2ad42a5dd7c3557b23c11613a3e9 Author: David Teyssiere Rubio Date: Wed Aug 4 10:00:56 2010 +0200 widgetPresenter.py: added 'Copy to clipboard' menu entry studio/widgetPresenter.py | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) commit 8925a769e59b04b8ac0e404b17668556f3d004d5 Author: David Teyssiere Rubio Date: Mon Aug 2 19:28:13 2010 +0200 widgetModeler.py: Image_Reviewer, added copyTextToClipboard function. ImageReviewer_Controler, added copyRecognizedTextToClipboard function. studio/widgetModeler.py | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) commit 668fa2625bb135ab52be7538e7f32cd3c01790f6 Author: David Teyssiere Rubio Date: Mon Aug 2 18:37:18 2010 +0200 studioBuilder.py: added copy to clipboard capability studio/studioBuilder.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 09c6ad800bb8c7d39b0b1fc7a5dd772aed94d517 Author: Bruno Brouard Date: Tue Sep 14 12:16:43 2010 +0200 Updated French translation po/fr.po | 582 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 365 insertions(+), 217 deletions(-) commit 50ac5fd15c8c26fef49ab0cd9db17c286eb0a174 Author: Joe Hansen Date: Mon Aug 23 21:42:41 2010 +0200 Updated Danish translation po/da.po | 782 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 534 insertions(+), 248 deletions(-) commit 6608f2b7c0afe78d9ccb771dfbb64f029f95de59 Author: Petr Kovar Date: Mon Aug 23 20:00:36 2010 +0200 Update Czech translation by Marek Cernocky po/cs.po | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) commit 27240793f0f2b8a8288802629bef76f088a44334 Author: Matej Urbančič Date: Wed Aug 4 14:45:16 2010 +0200 Updated Slovenian translation po/sl.po | 18 +++++------------- 1 files changed, 5 insertions(+), 13 deletions(-) commit 98cd09982fbb14d8ee5ed9bf89942ce16963ceae Author: Matej Urbančič Date: Wed Aug 4 14:29:50 2010 +0200 Updated Slovenian translation po/sl.po | 560 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 289 insertions(+), 271 deletions(-) commit 1ac28318e01f367a1871fd717fe2ddb4ecb1045e Author: Petr Kovar Date: Wed Aug 4 08:48:22 2010 +0200 Update Czech translation by Marek Cernocky po/cs.po | 566 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 356 insertions(+), 210 deletions(-) commit 3083a8f6a3c58d8da413f45f381bfbe9e66fa855 Author: Jorge González Date: Tue Aug 3 07:11:06 2010 +0200 Updated Spanish translation po/es.po | 488 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 252 insertions(+), 236 deletions(-) commit df58f8f921a19787c9a49b5e23b5642f67a9f533 Author: Joaquim Rocha Date: Sun Aug 1 19:33:13 2010 +0200 Add a11y to the import page from scanner menu Also fix a long line. studio/widgetPresenter.py | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit 222b07bc49a034d5b6c87b1c9a46920d58949ed4 Author: Joaquim Rocha Date: Sun Aug 1 19:32:40 2010 +0200 Fix ellipsis and title when using the queued events dialog studio/studioBuilder.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6f60dc4f26e92d9c5a3e6ccdedc376018e057515 Author: Joaquim Rocha Date: Sun Aug 1 19:31:34 2010 +0200 Make ScannerChooserDialog accessible studio/widgetPresenter.py | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit 59e044f5d31d2bf8b7deaacc450ea150acc8236b Author: Joaquim Rocha Date: Sun Aug 1 19:31:10 2010 +0200 Correct dialog types when showing error messages for scanner things studio/studioBuilder.py | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit b0dbc7a3f55be716343ee397c5c2d417d2230cef Author: Joaquim Rocha Date: Sun Aug 1 19:30:31 2010 +0200 Do not ask for scanners if only one is available studio/studioBuilder.py | 20 +++++++++++--------- 1 files changed, 11 insertions(+), 9 deletions(-) commit 0e0316c728b6aae214bb7cb68c219118b8023fd5 Author: Joaquim Rocha Date: Sun Aug 1 19:29:30 2010 +0200 Use the new refactored ScannerChooserDialog to ask for the favorite scanner studio/studioBuilder.py | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) commit 11c16ae454f76bbc7cb772f06d92aeb887227ddd Author: Joaquim Rocha Date: Sun Aug 1 19:26:22 2010 +0200 Refactor ScannerChooserDialog for simplicity studio/widgetPresenter.py | 27 +++++++++------------------ 1 files changed, 9 insertions(+), 18 deletions(-) commit fd6a30bdf23121f09113b3c608f1c4212c6d41d8 Author: David Teyssiere Rubio Date: Thu Jul 29 21:14:59 2010 +0200 studioBuilder: adding import from scanner capability parallellized using asyncworker studio/studioBuilder.py | 53 +++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 53 insertions(+), 0 deletions(-) commit 6d9a139e17b8b37f14f12643d7bef21a8bc241f9 Author: David Teyssiere Rubio Date: Fri Jul 30 11:11:13 2010 +0200 lib.py: added scan functions util/lib.py | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) commit 5108342f6c7e5e49b1e3db6919c06f02552e9e7f Author: David Teyssiere Rubio Date: Thu Jul 29 21:13:15 2010 +0200 widgetPresenter: Adding menu entry 'Import from scanner' and ScannerChooserDialog class studio/widgetPresenter.py | 47 +++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 47 insertions(+), 0 deletions(-) commit 998658701dcf53e394bd2e328b54cfe93325baea Author: Jorge González Date: Sat Jul 31 11:05:01 2010 +0200 Updated Spanish translation po/es.po | 541 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 334 insertions(+), 207 deletions(-) commit 7f1796d397acccda941991b1a06f0da9ab2ab190 Author: Joaquim Rocha Date: Fri Jul 30 15:35:37 2010 +0200 Update for release 0.7 NEWS | 40 ++++++++++++++++++++++++++++++++++++++++ debian/changelog | 6 ++++++ util/constants.py | 2 +- 3 files changed, 47 insertions(+), 1 deletions(-) commit e3d5f11576c54be6400bb92261d6e0b9159909d7 Author: Joaquim Rocha Date: Fri Jul 30 11:27:29 2010 +0200 Fix removing the current boxes when automatically recognizing images studio/widgetModeler.py | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) commit d1ae03ecf20271a84bbbb0d978a50610b9c85fbb Author: Matej Urbančič Date: Thu Jul 29 14:05:37 2010 +0200 Updated Slovenian translation po/sl.po | 574 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 353 insertions(+), 221 deletions(-) commit dc17a7991436e4d8cdac76d80992132943155e40 Author: Mario Blättermann Date: Wed Jul 28 22:06:16 2010 +0200 [i18n] Updated German translation po/de.po | 527 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 323 insertions(+), 204 deletions(-) commit e2b30f011e3ff7698e450559ea4319bfc6f7daf2 Author: Joaquim Rocha Date: Fri Jul 23 11:27:39 2010 +0200 Add the unpaper preferences button to the preferences dialog studio/widgetPresenter.py | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) commit 218d64830108a35ad38c8fad22ca1de7721dd213 Author: Joaquim Rocha Date: Fri Jul 23 11:26:05 2010 +0200 Add the unpaper preferences dialog studio/widgetPresenter.py | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) commit 2fece3500244089c1f20adc96c0c22e18ef07fa1 Author: Joaquim Rocha Date: Fri Jul 23 11:25:26 2010 +0200 Add the save method to the unpaper preferences studio/widgetPresenter.py | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) commit 12172d4911483b2e54798319b91fc7de649cdc80 Author: Joaquim Rocha Date: Fri Jul 23 10:09:54 2010 +0200 Make the unpaper preferences dependent on the configuration studio/widgetPresenter.py | 31 ++++++++++++++++++++++++++++--- 1 files changed, 28 insertions(+), 3 deletions(-) commit 049d9b866b75f22d6bf7ecefe4319cfe293d2c62 Author: Joaquim Rocha Date: Thu Jul 22 10:55:36 2010 +0200 Add unpaper to the pre-processor method Also, make it and the deskew dependent on the settings studio/widgetModeler.py | 36 ++++++++++++++++++++++++------------ 1 files changed, 24 insertions(+), 12 deletions(-) commit 4c90c5c873761674480c6acc7ce408fd43707099 Author: Joaquim Rocha Date: Thu Jul 22 10:51:16 2010 +0200 Add the "unpaper images after addition" settings to the preferences dialog studio/widgetPresenter.py | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) commit dee1efc4d9c4be5abc51322acfd9aacce18dece0 Author: Joaquim Rocha Date: Thu Jul 22 10:43:17 2010 +0200 Add the getUnpaperCommand and unpaperImage functions to lib util/lib.py | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) commit 993c1310bad81f09cd04d5ff350600e63313a57f Author: Joaquim Rocha Date: Thu Jul 22 10:41:53 2010 +0200 Add the has_unpaper attribute to the configuration studio/configuration.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit a2898d6cc43ddb466c0b277272c4ef17eb3f4b12 Author: Joaquim Rocha Date: Thu Jul 22 10:40:52 2010 +0200 Find the unpaper executable path instead of using a hardcoded one The above is done for the configuration studio/configuration.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit dd1c949fce8cbbe63ea4753014ae66b297ed2409 Author: Joaquim Rocha Date: Thu Jul 22 10:40:11 2010 +0200 Add unpaper settings to configuration studio/configuration.py | 77 ++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 76 insertions(+), 1 deletions(-) commit d58c80ee0740114695f2d416d0df3b8eb547a05a Author: Joaquim Rocha Date: Wed Jul 21 12:53:23 2010 +0200 Extracted the unpaper preferences from the unpaper dialog studio/widgetPresenter.py | 187 +++++++++++++++++++++++++------------------- 1 files changed, 106 insertions(+), 81 deletions(-) commit bb1c9fda77df2085e65b70d9686f4c44600aa188 Author: Joaquim Rocha Date: Tue Jul 20 18:31:46 2010 +0200 Add the deskew current image action to the UI studio/studioBuilder.py | 1 + studio/widgetPresenter.py | 6 +++++- 2 files changed, 6 insertions(+), 1 deletions(-) commit 8fd2d02541d813ae17eefb230350ef8e23e42819 Author: Joaquim Rocha Date: Tue Jul 20 18:31:25 2010 +0200 Add the deskew current image method studio/widgetModeler.py | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) commit a17d16ed497899f47c6c19441f3bf1046850b7fb Author: Joaquim Rocha Date: Tue Jul 20 17:48:58 2010 +0200 Add the deskew images option to the preferences dialog studio/widgetPresenter.py | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 deletions(-) commit 5a931e81b18433da0a2761b397119861bf4d006f Author: Joaquim Rocha Date: Tue Jul 20 17:42:09 2010 +0200 Refactor the way to add an image and include an image pre-processor widgetModeler.ImageReviewer_Controler: Refactor the code to be simpler and add an image pre-processing method with the image deskewer on it; studio.StudioBuilder: Adapt to the new ImageReviewer_Controler way of adding images. studio/studioBuilder.py | 18 ++++------- studio/widgetModeler.py | 75 ++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 69 insertions(+), 24 deletions(-) commit 306e1b73a6a1ecdca10f9a3c07c748e1800bf204 Author: Joaquim Rocha Date: Tue Jul 20 17:35:58 2010 +0200 Add the deskew images setting to the configuration manager studio/configuration.py | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) commit 6b1b4550cf7b64619453085d9bd816c3b47040d1 Author: Joaquim Rocha Date: Fri Jul 16 11:39:11 2010 +0200 Add the ImageDeskewer class feeder/layoutAnalysis.py | 70 ++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 70 insertions(+), 0 deletions(-) commit 4bdb913c3eab882ce6af9351ba9da764cd4f7bad Author: Joaquim Rocha Date: Wed Jul 14 18:07:05 2010 +0200 Clear the reviewer's contents only after the recognition has finished widgetModeler.Reviewer_Controler: Move the clearance of the content areas and editors from the method that calls the document's recognition to the finish callback. This avoids losing the contents if the user later decides to eventually cancel the recognition operation. studio/widgetModeler.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit fb3564745eec99d9c688740548151588d75a5e93 Author: Joaquim Rocha Date: Wed Jul 14 11:03:55 2010 +0200 Pass the boxes adjustments settings to LayoutAnalysis when instantiating it studio/widgetModeler.py | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) commit dcd85af5cdacd2325c2bb5be1d8d111c83685525 Author: Joaquim Rocha Date: Wed Jul 14 11:01:51 2010 +0200 Make the boxes adjustments dependent on the LayoutAnalysis's settings layoutAnalysis.LayoutAnalysis: Add the adjust_boxes_bounds and the adjustment_size settings; Use the adjustment_size for the boxes' adjustment and only perform this operation if the adjust_boxes_bounds is set to True. feeder/layoutAnalysis.py | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) commit 67d0ab1db564cb6ca402651e1fd3504fe94d7cdd Author: Joaquim Rocha Date: Wed Jul 14 11:01:19 2010 +0200 Consider the boxes adjustments settings when saving the preferences studio/widgetPresenter.py | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 7e2d0075c891c1780a5fb2792083fb68d7fd3ab1 Author: Joaquim Rocha Date: Wed Jul 14 11:00:49 2010 +0200 Add the boxes adjustments' settings to the preferences dialog studio/widgetPresenter.py | 73 +++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 71 insertions(+), 2 deletions(-) commit e36ce9a0c24d4b1b8385a3c3800371329c171cc6 Author: Joaquim Rocha Date: Wed Jul 14 10:59:38 2010 +0200 Add the boxes bounds adjustment settings to the configuration studio/configuration.py | 32 +++++++++++++++++++++++++++++++- 1 files changed, 31 insertions(+), 1 deletions(-) commit 3af152aa19b4d3587eecf9c06f22f208c214815e Author: Joaquim Rocha Date: Tue Jul 13 18:34:14 2010 +0200 Use the clean text setting when recognizing the text from the Editor studio/widgetModeler.py | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) commit 02fe799a22e6f0e4b439396f9fd9c33803574557 Author: Joaquim Rocha Date: Tue Jul 13 18:33:00 2010 +0200 Convert the setting to bool method for the improve column detection studio/configuration.py | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) commit 1664ce7a67a356a60c56939613d5c9a68248cbb7 Author: Joaquim Rocha Date: Tue Jul 13 18:30:31 2010 +0200 Consider the clean text option when saving the configuration studio/widgetPresenter.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 5185bf88c6c310a19473f1f0041e05fb829d2b40 Author: Joaquim Rocha Date: Tue Jul 13 18:29:39 2010 +0200 Add the text recognition preferences to the preferences dialog studio/widgetPresenter.py | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) commit 57c2828def3d0b38332e8bd59674d146e99e6489 Author: Joaquim Rocha Date: Tue Jul 13 18:26:19 2010 +0200 Add the clean text option to LayoutAnalysis in the ImageReviewer_Controler studio/widgetModeler.py | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 8e068e68102687c9a02f3508b66a8aaffb0e0891 Author: Joaquim Rocha Date: Tue Jul 13 18:24:26 2010 +0200 Add the clean text variable to the LayoutAnalysis layoutAnalysis.LayoutAnalysis: Add the mentioned variable and set the cleaning of the text dependent on it. feeder/layoutAnalysis.py | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) commit 09dfa6a6e20c0545b76b9322661224f5f5ca7e51 Author: Joaquim Rocha Date: Tue Jul 13 18:23:34 2010 +0200 Add the clean text configuration to the configuration manager studio/configuration.py | 22 +++++++++++++++++++++- 1 files changed, 21 insertions(+), 1 deletions(-) commit 146d20bad0b861e5bd40a77e4cf521f7a44b8fdd Author: Joaquim Rocha Date: Tue Jul 13 16:59:32 2010 +0200 Set the columns' detection and width value dependent on the preferences widgetModeler.ImageReviewer_Controler: Use the configurations' values to tell the LayoutAnalysis if it should perform the columns' detection improvement algorithm studio/widgetModeler.py | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) commit 2608067f2c9c1f4286bf3de27bf82672fd5b7c96 Author: Joaquim Rocha Date: Tue Jul 13 16:58:59 2010 +0200 Consider the columns' detection preferences when saving the preferences studio/widgetPresenter.py | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit 2d0b88d461c0c141a84f0785fc8cb4c479d6fad7 Author: Joaquim Rocha Date: Tue Jul 13 16:55:42 2010 +0200 Add the columns' detection preferences to the preferences dialog widgetPresenter.PreferencesDialog: Add the mentioned preferences and change the current preferences notebook tabs and respective methods' names. studio/widgetPresenter.py | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) commit 394e52485a6039ff20305780beba4c22659014b6 Author: Joaquim Rocha Date: Tue Jul 13 16:53:17 2010 +0200 Create the columns' detection preferences widgetPresenter.PreferencesDialog: Add the method to create the columns' detection preferences. studio/widgetPresenter.py | 66 +++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 66 insertions(+), 0 deletions(-) commit 7f8ad5ac8f3861ce7c7df5754d0eb5bbc3363dec Author: Joaquim Rocha Date: Mon Jul 12 16:49:48 2010 +0200 Use the configuration variables directly instead of their get methods studio/studioBuilder.py | 4 ++-- studio/widgetModeler.py | 16 ++++++++-------- studio/widgetPresenter.py | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) commit 5f030bdc0e13c3299dfc8efbd1e7d503828aaaf6 Author: Joaquim Rocha Date: Mon Jul 12 16:46:59 2010 +0200 Use the color values directly when creating color buttons for preferences widgetPresenter.PreferencesDialog: Adapt the color button generator function so it uses the configured color values directly instead of converting them from string to tuples. studio/widgetPresenter.py | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) commit 4a05e33bd60a3d8b0ed39f78ff97ec018034d74f Author: Joaquim Rocha Date: Tue Jul 13 16:51:48 2010 +0200 Add the columns' detections options improvements to the configuration studio/configuration.py | 39 ++++++++++++++++++++++++++++++++++++++- 1 files changed, 38 insertions(+), 1 deletions(-) commit e62d5752e062a886221b8bd2baf9cc3a69bb0ff9 Author: Joaquim Rocha Date: Mon Jul 12 15:59:58 2010 +0200 Refactor ConfigurationManager configuration.ConfigurationManager: Changed the creation of vars by evaluating/executing code and use a "static" dictionary-based configuration which is more safe and clean. studio/configuration.py | 100 ++++++++++++++++++++++++++++++++-------------- 1 files changed, 69 insertions(+), 31 deletions(-) commit 1749f30e6f412e1b68063aae148b2eab7b75a788 Author: Joaquim Rocha Date: Thu Jul 8 17:24:41 2010 +0200 Make the BoxEditor's text view's wrap the lines widgetPresenter.BoxEditor: Set the text view's wrap mode to be WRAP_WORD because the text should now have less line breaks which would result in long lines in the text view. studio/widgetPresenter.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 57be6850d909e0cfcc8a8d19e8eea1dae772c9fd Author: Joaquim Rocha Date: Thu Jul 8 17:22:07 2010 +0200 Clean recognized text before returning it layoutAnalysis.LayoutAnalysis: Remove lines breaks in an attempt to make the text more close to the original in the image since OCR engines output the text line-by-line with a newline char after every line. feeder/layoutAnalysis.py | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) commit 990ec303f61ed8f27796a4399b0306be055080a4 Author: Joaquim Rocha Date: Thu Jul 8 11:19:12 2010 +0200 Fix wrong font size calculations when there are initial characters layoutAnalysis.LayoutAnalysis: Use only the right half of an image when calculating the font size, this will prevent measuring eventual initial characters which create the "illusion" of a much larger line. feeder/layoutAnalysis.py | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) commit 1852ac7c45db2aab36ad53b5ab02212851a22da4 Author: Joaquim Rocha Date: Thu Jul 8 10:40:45 2010 +0200 Change the DataBox's text argument's default value to '' instead of NULL studio/dataHolder.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 140315effffa9d6931eb30c45fc984d8db46ede6 Author: Joaquim Rocha Date: Thu Jul 8 10:36:42 2010 +0200 Use the LayoutAnalysis to perform OCR and get the text size in the Editor widgetModeler.Editor: Replace the old way of using the OCR engines and the graphics' methods directly and use the LayoutAnalysis's methods instead. studio/widgetModeler.py | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) commit 5adaba962b85a9462da6d6520cda80a3a80277fb Author: Joaquim Rocha Date: Thu Jul 8 10:36:15 2010 +0200 Add the DeskTop Publishing Point (DTP) constant util/constants.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 10e81b18b3ade31a446e61ff80bcf87f6b31a1b5 Author: Joaquim Rocha Date: Wed Jul 7 19:34:41 2010 +0200 Use the LayoutAnalysis class's methods to recognize the document studioBuilder.Studio: Update the detection action to use the new recognition function widgetModeler.ImageReviewer_Controler: Change the detection methods to use the new recognition methods from LayoutAnalysis. widgetModeler.Editor: Call setFontSize when updating the editor. studio/studioBuilder.py | 5 +++- studio/widgetModeler.py | 60 +++++++++++++++-------------------------------- 2 files changed, 23 insertions(+), 42 deletions(-) commit 6ff17ac2fd35baa796a31b90c961d59be4fd1872 Author: Joaquim Rocha Date: Wed Jul 7 19:12:03 2010 +0200 Add the LayoutAnalysis class that provides easy ways of recognizing images layoutAnalysis.LayoutAnalysis: This new class abstracts the usage of the OCR engines' classes and the page segmentation methods. feeder/layoutAnalysis.py | 84 +++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 83 insertions(+), 1 deletions(-) commit 26564eff6a7e4be46edda809a1ac01ff5e730aff Author: Joaquim Rocha Date: Thu Jul 8 10:41:50 2010 +0200 Force the DataBox x, y, width and height variables to be int studio/dataHolder.py | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 2d9688eccaef70b7d1447421bee9924f745ef7e8 Author: Joaquim Rocha Date: Wed Jul 7 19:09:15 2010 +0200 Make the translateToUnits method return int values layoutAnalysis.Block: This method was returning float values which would give warnings when used with some Python Imaging Library methods. feeder/layoutAnalysis.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9301f809fdd7152d69e850a4f43e889b2b449bd1 Author: Joaquim Rocha Date: Wed Jul 7 19:00:46 2010 +0200 Add the adjustImageClipMargins method imageManipulator.ImageProcessor: This method tries to shorten the limits of the image specified by the "bounds" argument. feeder/imageManipulation.py | 62 +++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 62 insertions(+), 0 deletions(-) commit 01edf29ada2b7d862302f180152fb886253393bd Author: Joaquim Rocha Date: Wed Jul 7 18:48:46 2010 +0200 Add the divideImageClipInColumns method imageManipulator.ImageProcessor: Add the divideImageClipInColumns method that gets a list of bounds and tries to divide the respective contents columns. feeder/imageManipulation.py | 49 +++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 49 insertions(+), 0 deletions(-) commit 468166a17e25371ab26327694d18fe8cb454c5e3 Author: Joaquim Rocha Date: Wed Jul 7 18:45:59 2010 +0200 Add the page background color as an instance variable of ImageProcessor imageManipulator.ImageProcessor: Remove the hardcoded value of the page's background color and set it as an instance variable. (Although that variable is constant, it is likely it might be changes in the future) feeder/imageManipulation.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit a8f05df66398df317ccb91c9faa3a38e73a1af3b Author: Joaquim Rocha Date: Wed Jul 7 18:41:20 2010 +0200 Add the contrast_tolerance as an instance variable of the ImageProcessor widgetModeler.ImageProcessor: Remove the contrast_tolerance argument from a method and use the instance variable instead. feeder/imageManipulation.py | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) commit a807c7066a49fcf9cc683b9b101b9ddaf9a93b6d Author: Matej Urbančič Date: Tue Jul 27 14:33:47 2010 +0200 Updated Slovenian translation po/sl.po | 458 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 245 insertions(+), 213 deletions(-) commit 921b91572fbd0154ed7c93372d99bd813a4fe2d3 Author: Joaquim Rocha Date: Fri Jul 23 11:48:34 2010 +0200 Fix boxes' creation (gb#24793) There were exceptions being raised when creating a box dragging the mouse over the limits of the image. studio/customWidgets.py | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 77cf5bd73ffdc7c283129d11e87ec3ffc02b8a09 Author: Claude Paroz Date: Tue Jul 20 20:49:52 2010 +0200 Updated French translation po/fr.po | 577 ++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 359 insertions(+), 218 deletions(-) commit ba8a6c222a868be98dca7d057a67f90739bb8785 Author: Jorge González Date: Sun Jul 18 11:28:58 2010 +0200 Updated Spanish translation po/es.po | 166 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 87 insertions(+), 79 deletions(-) commit 9cef54804ea548b0d32705f8a3ca347e8ea625d4 Author: Petr Kovar Date: Thu Jul 15 21:50:26 2010 +0200 Update Czech translation by Marek Cernocky po/cs.po | 313 ++++++++++++++++++++++++++----------------------------------- 1 files changed, 133 insertions(+), 180 deletions(-) commit e330b6fe5e4a047a6a7cc8a0ad0d0f5d21f28057 Author: Mario Blättermann Date: Thu Jul 15 21:30:14 2010 +0200 [i18n] Updated German translation po/de.po | 160 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 85 insertions(+), 75 deletions(-) commit 2e61f3ee5f3c6c2a7c8e6d4d2af0a43b96cfd035 Author: Joaquim Rocha Date: Thu Jul 15 09:41:42 2010 +0200 Improve the a11y of the edit pages dialog widgetPresenter.PageSizeDialog: Set the mnemonic for the labels and respective widgets; studio/widgetPresenter.py | 18 +++++++++++++----- 1 files changed, 13 insertions(+), 5 deletions(-) commit 989282de62ca1b8121e014914b5c433322dcf67e Author: Petr Kovar Date: Sun Jul 11 17:43:23 2010 +0200 Update Czech translation by Marek Cernocky po/cs.po | 575 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 379 insertions(+), 196 deletions(-) commit cd973278683a8aa5b477dbcb1fd88e0a8f6e5ccc Author: Mario Blättermann Date: Fri Jul 9 12:04:05 2010 +0200 [i18n] Updated German translation po/de.po | 382 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 195 insertions(+), 187 deletions(-) commit f8ad77e05ea4b353c18f725cc9649741ec949399 Author: Jorge González Date: Thu Jul 8 23:25:26 2010 +0200 Updated Spanish translation po/es.po | 406 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 207 insertions(+), 199 deletions(-) commit 38a0d16d00ef435b2247e8a62e21f253cd660d10 Author: Joaquim Rocha Date: Thu Jul 8 18:05:03 2010 +0200 Add the "delete selected areas" action studioBuilder.Studio: Add the delete_selected_areas callback. widgetModeler.ImageReviewer_Controller: Add the deleteSelectedAreas function that wrap's the SelectableBoxesArea's one. widgetPresenter.MainWindow: Add the DeleteSelectedAreas action and respective menu item. studio/studioBuilder.py | 1 + studio/widgetModeler.py | 4 ++++ studio/widgetPresenter.py | 7 ++++++- 3 files changed, 11 insertions(+), 1 deletions(-) commit 9b15f8eca55e8502515d199db120f84f2f009d38 Author: Joaquim Rocha Date: Thu Jul 8 18:03:34 2010 +0200 Add the delete selected areas method customWidgets.SelectableBoxesArea: Add the method and remove the current shortcut checking. studio/customWidgets.py | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) commit 7ccf2fdcc826d74165daaf794c1a0406d0d7a737 Author: Mario Blättermann Date: Wed Jul 7 12:08:37 2010 +0200 [i18n] Updated German translation po/de.po | 382 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 199 insertions(+), 183 deletions(-) commit 6e1d2a904ce32398fbce456556eb3ca43c26f0d9 Author: Joaquim Rocha Date: Tue Jul 6 12:45:51 2010 +0200 widgetModeler: Fix adding an image the regular way Some code that was added for the PDF parallel importation was not allowing an image to be added with the regular Add Image action. studio/widgetModeler.py | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 2ffbad79e269ce8c8161ef993ca2e3cb867f744c Author: Jorge González Date: Tue Jul 6 05:18:15 2010 +0200 Updated Spanish translation po/es.po | 387 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 200 insertions(+), 187 deletions(-) commit 62bc796c6fac0623e492a00467260964cc8983be Author: Joaquim Rocha Date: Mon Jul 5 19:30:52 2010 +0200 widgetPresenter: Add shortcuts for the selecting areas actions studio/widgetPresenter.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit f4f091b58c5a714832e6ca145b2cbf82778b3f47 Author: Joaquim Rocha Date: Mon Jul 5 17:31:13 2010 +0200 widgetPresenter: Change "select all areas" action accelerator Use Control+Shift+A instead of Control+A to prevent conflicts with the text area's shortcuts studio/widgetPresenter.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a32b9f531f042fd8df496cd74a2fc3defc4494dd Author: Joaquim Rocha Date: Mon Jul 5 17:29:50 2010 +0200 customWidgets: Remove the keyboard shortcut for selecting all areas This is because this shortcut is already accomplished by the respective action in the main window. studio/customWidgets.py | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit fd9f73ed43df05ffe434f26c4846453a7d048999 Author: Joaquim Rocha Date: Mon Jul 5 12:52:35 2010 +0200 studioBuilder: Make page detection paralel Use a different thread to perform the OCRFeeder detection so the GUI will not be blocked. studio/widgetModeler.py | 78 ++++++++++++++++++++++++++++----------------- studio/widgetPresenter.py | 6 ++- 2 files changed, 53 insertions(+), 31 deletions(-) commit 5a10c8a0f1c474d1c7b60f6e6016051b5eaa5169 Author: Joaquim Rocha Date: Mon Jul 5 17:01:52 2010 +0200 widgetPresenter: Change Queued Events Dialog's message on manual cancel only studio/widgetPresenter.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f97da24e7d95809d45977ba3396da4f998db4546 Author: Joaquim Rocha Date: Mon Jul 5 10:49:27 2010 +0200 studioBuilder: Make PDF importation paralel Use a different thread to import the PDF so the GUI will not be blocked. studio/studioBuilder.py | 21 ++++++++++++++++++--- 1 files changed, 18 insertions(+), 3 deletions(-) commit 0e41408a941763763442aab35f9de72e5e4ac937 Author: Joaquim Rocha Date: Mon Jul 5 10:59:55 2010 +0200 widgetModeler: Make adding an image run only within a thread at a time studio/widgetModeler.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit b0d8ff2d0b2463a7552c75817fbd5649f29c2265 Author: Joaquim Rocha Date: Mon Jul 5 10:44:37 2010 +0200 widgetPresenter: Created queued events dialog This dialog manages an asynchronous worker and shows a progress bar while the events are being processed. For this, the asyncworker module was introduced, it comes from the SeriesFinale project. studio/widgetPresenter.py | 78 +++++++++++++++++++++++++++++++++++++++++ util/asyncworker.py | 85 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 163 insertions(+), 0 deletions(-) commit e35cb7028b86324c3d2c0a1e826eb6e184d4ad02 Author: Joaquim Rocha Date: Mon Jul 5 10:55:08 2010 +0200 studioBuilder: Init the threads before GTK's main studio/studioBuilder.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 33e120ada23ee071597cc3c5e3c7d8b0c6118f06 Author: Jorge González Date: Sun Jul 4 13:50:25 2010 +0200 Updated Spanish translation po/es.po | 153 ++++++++++++++++++++++++++------------------------------------ 1 files changed, 64 insertions(+), 89 deletions(-) commit 951d6d7f7c9e7be6d4715f143c640b911dc25491 Author: Jorge González Date: Sat Jul 3 13:41:00 2010 +0200 Updated Spanish translation po/es.po | 562 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 351 insertions(+), 211 deletions(-) commit 854552ecb6a15ac0891ed656f90d2fd690590838 Author: Mario Blättermann Date: Fri Jul 2 22:11:11 2010 +0200 [i18n] Updated German translation po/de.po | 536 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 322 insertions(+), 214 deletions(-) commit aef2b2505a607f312cb3da01008dc10d5ae2b6dd Author: Matej Urbančič Date: Fri Jul 2 14:05:50 2010 +0200 Updated Slovenian translation po/sl.po | 560 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 327 insertions(+), 233 deletions(-) commit 9476d3340c244e05d047a6b95d2b69ed62f63105 Author: Joaquim Rocha Date: Thu Jul 1 15:35:24 2010 +0200 widgetPresenter: Prevent problems when getting the Unpaper image preview Check the image path for existence and catch eventual exceptions. studio/widgetPresenter.py | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) commit bc7b8bdf910d2475c2ff78232b84b10a529f8fbb Author: Joaquim Rocha Date: Thu Jul 1 15:26:53 2010 +0200 widgetModeler: Prevent problems when updating the background image Verify image's path and catch exceptions when updating the background image studio/widgetModeler.py | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) commit 80b3ae7eb607079a11b32996efeac0caaed1c5b6 Author: Joaquim Rocha Date: Thu Jul 1 10:58:15 2010 +0200 setup: Delete trailing whitespaces setup.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9fcc57a7c2abfcb8f029df875bb2b939d94b86bf Author: Joaquim Rocha Date: Thu Jul 1 10:55:27 2010 +0200 ocrEngines: Delete trailing whitespaces feeder/ocrEngines.py | 40 ++++++++++++++++++++-------------------- 1 files changed, 20 insertions(+), 20 deletions(-) commit e670f1117005ca30886255d3ab31a430c6eb5dd5 Author: Joaquim Rocha Date: Thu Jul 1 10:55:08 2010 +0200 layoutAnalysis: Delete trailing whitespaces feeder/layoutAnalysis.py | 82 +++++++++++++++++++++++----------------------- 1 files changed, 41 insertions(+), 41 deletions(-) commit 0b488f5bc2e256f2f64214759aa880802848857b Author: Joaquim Rocha Date: Thu Jul 1 10:54:43 2010 +0200 imageManipulation: Delete trailing whitespaces feeder/imageManipulation.py | 38 +++++++++++++++++++------------------- 1 files changed, 19 insertions(+), 19 deletions(-) commit 6812d0815b5b516f949347b890189bb8283cdf6d Author: Joaquim Rocha Date: Thu Jul 1 10:54:19 2010 +0200 documentGeneration: Delete trailing whitespaces feeder/documentGeneration.py | 76 +++++++++++++++++++++--------------------- 1 files changed, 38 insertions(+), 38 deletions(-) commit 8cf75c93e03621a89a9238e03828dafbe74c4d82 Author: Joaquim Rocha Date: Thu Jul 1 10:53:44 2010 +0200 lib: Delete trailing whitespaces util/lib.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 9546c8c075f57af14eb4516c68a729dce74cf624 Author: Joaquim Rocha Date: Thu Jul 1 10:53:21 2010 +0200 graphics: Delete trailing whitespaces util/graphics.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6f44c64a590ebe98d09164171f96168ed9e63569 Author: Joaquim Rocha Date: Thu Jul 1 10:53:00 2010 +0200 constants: Delete trailing whitespaces util/constants.py | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 754e4714d108a3a503c1290d9869b327f2c0de5e Author: Joaquim Rocha Date: Thu Jul 1 10:52:39 2010 +0200 cliutils: Delete trailing whitespaces util/cliutils.py | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) commit 6cf5943a423142080bc3b2d01b188ea126770de3 Author: Joaquim Rocha Date: Thu Jul 1 10:52:06 2010 +0200 dataHolder: Delete trailing whitespaces studio/dataHolder.py | 90 +++++++++++++++++++++++++------------------------- 1 files changed, 45 insertions(+), 45 deletions(-) commit d88c21b6ab46b62fd0aafa47e6431f9622a5f72e Author: Joaquim Rocha Date: Thu Jul 1 10:51:43 2010 +0200 configuration: Delete trailing whitespaces studio/configuration.py | 80 +++++++++++++++++++++++----------------------- 1 files changed, 40 insertions(+), 40 deletions(-) commit ad184f17cb3f314506f984cfbe66d393479b820c Author: Joaquim Rocha Date: Thu Jul 1 10:51:17 2010 +0200 customWidgets: Delete trailing whitespaces studio/customWidgets.py | 68 +++++++++++++++++++++++----------------------- 1 files changed, 34 insertions(+), 34 deletions(-) commit fba7874dcbacd26ff90603aba949474fca130290 Author: Joaquim Rocha Date: Thu Jul 1 10:50:39 2010 +0200 studioBuilder: Delete trailing whitespaces studio/studioBuilder.py | 76 +++++++++++++++++++++++----------------------- 1 files changed, 38 insertions(+), 38 deletions(-) commit 648100d67378b808e83961785085242826c5f38a Author: Joaquim Rocha Date: Thu Jul 1 10:50:07 2010 +0200 widgetModeler: Delete trailing whitespaces studio/widgetModeler.py | 198 +++++++++++++++++++++++----------------------- 1 files changed, 99 insertions(+), 99 deletions(-) commit 2723025e5b635e779c1f919bb2e330ab5b5936f1 Author: Joaquim Rocha Date: Thu Jul 1 10:49:39 2010 +0200 widgetPresenter: Delete trailing whitespaces studio/widgetPresenter.py | 276 ++++++++++++++++++++++---------------------- 1 files changed, 138 insertions(+), 138 deletions(-) commit 89b86ea84ead1959d63c749e1d971d1ea0138cf1 Author: Joaquim Rocha Date: Wed Jun 30 18:17:42 2010 +0200 widgetPresenter: Set the pages (ScrolledWindow) and the box editor accessible names studio/widgetPresenter.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 9e4981d37cb64bacc2fff5b202675173559ac888 Author: Joaquim Rocha Date: Wed Jun 30 18:16:53 2010 +0200 widgetModeler: Set the pages (IconView) and the the selectable boxes area accessible name studio/widgetModeler.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit ebeed81003b05bd9576d05d295270f541428d703 Author: Joaquim Rocha Date: Wed Jun 30 16:45:02 2010 +0200 widgetPresenter: Improve the a11y of the Unpaper dialog Add menmonic to Preview button; Add tooltip to Extra Option entry. studio/widgetPresenter.py | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 1c5a900de2f4919f87dbfcbe654cf122a871258b Author: Joaquim Rocha Date: Wed Jun 30 16:30:42 2010 +0200 widgetPresenter: Add the mnemonic to the OCR engines dialog's detect button studio/widgetPresenter.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 2c0862f13492ece767a392246ab7b64984a4098e Author: Joaquim Rocha Date: Wed Jun 30 16:21:16 2010 +0200 widgetPresenter: Improve the a11y of the OCR engine settings' dialog Make the dialog more GNOME HIG compliant; Set the labels as mnemonics for the respective entries. studio/widgetPresenter.py | 41 +++++++++++++++++++++++++++++------------ 1 files changed, 29 insertions(+), 12 deletions(-) commit adad51c87fa9c08beca4c2daf267f08aa073ae73 Author: Joaquim Rocha Date: Wed Jun 30 10:54:13 2010 +0200 widgetPresenter: Improve the a11y of the Preferences dialog studio/widgetPresenter.py | 42 +++++++++++++++++++++++++++++++++--------- 1 files changed, 33 insertions(+), 9 deletions(-) commit cbd488b79ba2ed3f7b00c20f0e59371c8785e3fc Author: Joaquim Rocha Date: Wed Jun 30 09:53:55 2010 +0200 Remove the image stroke color option from Preferences Remove that control as it was not being totally honored and make the text stroke color become the general boxes' stroke color. studio/configuration.py | 17 +++++------------ studio/widgetModeler.py | 25 +++++++++---------------- studio/widgetPresenter.py | 19 +++++++------------ 3 files changed, 21 insertions(+), 40 deletions(-) commit 0e3a27c97b3e7daaad5a5caa70c4acc7146f80e8 Author: Joaquim Rocha Date: Tue Jun 29 16:14:00 2010 +0200 widgetPresenter: Improve the a11y of the BoxEditor's text properties (text page) Add the tooltip text; set the controls' labels as their mnemonics. studio/widgetPresenter.py | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 6457ccc6ee798006c09a15e0c175226cdc97c2f2 Author: Joaquim Rocha Date: Tue Jun 29 16:13:11 2010 +0200 widgetPresenter: Improve the a11y of the BoxEditor's OCR text properties Add the tooltip text; set the controls' labels as their mnemonics; Add a new label describing what the engines combo box is for. studio/widgetPresenter.py | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) commit 455542bdee17d91cc2c16f23a4ef28cbe871b61a Author: Joaquim Rocha Date: Tue Jun 29 16:12:14 2010 +0200 widgetPresenter: Improve the a11y of the BoxEditor's text style properties Add the tooltip text; Set the controls' labels as their mnemonics; Make it more GNOME HIG compliant. studio/widgetPresenter.py | 47 +++++++++++++++++++++++++++++++++----------- 1 files changed, 35 insertions(+), 12 deletions(-) commit bba4fe1a45b0ebf201878c1fef8179b93a095ede Author: Joaquim Rocha Date: Tue Jun 29 16:09:39 2010 +0200 widgetPresenter: Improve the a11y of the BoxEditor's type properties Add the tooltip text; set the controls' labels as their mnemonics. studio/widgetPresenter.py | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit 519457504e31b116d4b9053cbf1dfafb48e599a2 Author: Joaquim Rocha Date: Tue Jun 29 16:04:38 2010 +0200 widgetPresenter: Improve the a11y of the BoxEditor's bounds properties Add the tooltip text; Set the controls' labels as their mnemonics; Make it more GNOME HIG compliant. studio/widgetPresenter.py | 78 ++++++++++++++++++++++++++++++++++----------- 1 files changed, 59 insertions(+), 19 deletions(-) commit b950e2defd0165aa0da3a1271b33bc7d87fa7796 Author: Jorge González Date: Tue Jun 29 05:32:37 2010 +0200 Updated Spanish translation po/es.po | 342 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 184 insertions(+), 158 deletions(-) commit 48a1b1292112ce8c2fc68a1b313661eb0b9a2bf2 Author: Matej Urbančič Date: Mon Jun 28 22:20:37 2010 +0200 Updated Slovenian translation po/sl.po | 378 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 201 insertions(+), 177 deletions(-) commit b4c833cf9cfd70db4cee9d57915d561840956391 Author: Mario Blättermann Date: Mon Jun 28 22:15:01 2010 +0200 [i18n] Updated German translation po/de.po | 348 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 186 insertions(+), 162 deletions(-) commit dfbab8ad396e3f59bcf5f18035481bfb86dc2744 Author: Joaquim Rocha Date: Mon Jun 28 11:50:46 2010 +0200 customWidgets: Remove the shortcut to select all areas from the SelectableBoxesArea This action is now a GtkAction already with its accelerator. studio/customWidgets.py | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 8440833e1175edc145d9b1e489a910b57ab955f5 Author: Joaquim Rocha Date: Mon Jun 28 11:49:57 2010 +0200 Add menu to select all areas studio/studioBuilder.py | 1 + studio/widgetModeler.py | 4 ++++ studio/widgetPresenter.py | 8 +++++++- 3 files changed, 12 insertions(+), 1 deletions(-) commit e546ecd5f8795d26f4fb535456f60f9a009f26c0 Author: Joaquim Rocha Date: Mon Jun 28 11:33:00 2010 +0200 widgetModeler: Update main window when an image reviewer is selected This will make the window's menus enabled according to the status of the current reviewer. studio/widgetModeler.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 11e513ca9f4f22599d7e0d6a2a0c7a2082c664b0 Author: Joaquim Rocha Date: Mon Jun 28 11:12:47 2010 +0200 widgetPresenter: Make setHasImages set the presence of select and content boxes when it's set to false studio/widgetPresenter.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 4c840924f79aecab3defef029e8558b2e47eba20 Author: Joaquim Rocha Date: Mon Jun 28 11:09:53 2010 +0200 widgetModeler: Select the first image (if it exists) when one page is deleted studio/widgetModeler.py | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit a3f7b46fad2036182eea82ad6b4b416849606672 Author: Joaquim Rocha Date: Thu Jun 24 18:28:13 2010 +0200 Fix Document menu items not being properly enabled When the document was automatically recognized, the menu items under Document menu weren't being updated. This patch updates these and other main window's controls after performing OCR for any editor. studio/widgetModeler.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 6798062a8447d12a2ac936d20960cf0fe07f1b3a Author: Joaquim Rocha Date: Thu Jun 24 16:56:57 2010 +0200 Toggle areas' selection menus according to the areas' existence (gb#622568) studio/studioBuilder.py | 1 + studio/widgetModeler.py | 4 +++- studio/widgetPresenter.py | 4 ++++ 3 files changed, 8 insertions(+), 1 deletions(-) commit 0df28bf62005e62350b4e21ca2a654e4293a777a Author: Joaquim Rocha Date: Thu Jun 24 16:55:36 2010 +0200 Abstracted the GTKActions sensitiveness setting studio/widgetPresenter.py | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) commit c4eadfda789d530db155e674b93593a0349b2ff5 Author: Joaquim Rocha Date: Thu Jun 24 10:10:57 2010 +0200 Add controls to select next/previous content area (gb#622568) Add "Select Next Area" and "Select Previous Area" to the Document menu. These select the next/previous content areas in order of creation. studio/customWidgets.py | 24 ++++++++++++++++++++++++ studio/studioBuilder.py | 5 ++++- studio/widgetModeler.py | 8 ++++++++ studio/widgetPresenter.py | 10 ++++++++++ 4 files changed, 46 insertions(+), 1 deletions(-) commit 4124cbc13b2123402d1954c9fc6d04dfda5af298 Author: Chao-Hsiung Liao Date: Wed Jun 16 15:20:08 2010 +0800 Added Traditional Chinese translation (Hong Kong and Taiwan) po/LINGUAS | 2 + po/zh_HK.po | 679 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/zh_TW.po | 679 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 1360 insertions(+), 0 deletions(-) commit ed693effcf4cfec9a96e4262b8cb40d4dfd08c02 Author: Stefan Löffler Date: Fri Jun 4 10:35:48 2010 +0200 Implement drag&drop (bug 620213) Allows to drop files from, e.g., a file manager onto the image list. If the file extension is ".pdf", the file is interpreted as pdf. Otherwise it is attempted to be loaded as an image. Note: No elaborate mime-type checking is performed. Most of the code is adapted from: http://faq.pygtk.org/index.py?req=show&file=faq23.031.htp studio/studioBuilder.py | 38 ++++++++++++++++++++++++++++++++++++++ 1 files changed, 38 insertions(+), 0 deletions(-) commit b3c509684924f4755861ac577232d792d64ef5b6 Author: Stefan Löffler Date: Fri Jun 4 10:17:28 2010 +0200 Implement mousewheel horizontal scroll (bug 620212) Hold down Shift while scrolling to switch from vertical to horizontal scroll mode studio/customWidgets.py | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit a689bfeafe44e1fb8742f51a3708d55e7d57e33b Author: Stefan Löffler Date: Fri Jun 4 10:14:54 2010 +0200 Fix mousewheel zoom (bug 620212) Test only if Ctrl is pressed when mousewheel is scrolled (allows for some other mod flags to be present) studio/customWidgets.py | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit aee75b8ea6ce97dfb3a79843412296ed10dd2fae Author: Joaquim Rocha Date: Thu May 27 08:24:58 2010 +0200 [studioBuilder] Remove threads_init call studio/studioBuilder.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 74bebdf3f84b6d176948aa8ff01a0f18dfc45a00 Author: Joe Hansen Date: Sun May 16 18:01:51 2010 +0200 Updated Danish translation po/da.po | 684 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 684 insertions(+), 0 deletions(-) commit dc25234b39c80ca03b836ecb57502297d649391b Author: Kenneth Nielsen Date: Sun May 16 18:01:51 2010 +0200 Added da to list of languages po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit e5e247e66d96863a4d8970612b5bba0b56c75615 Author: Joaquim Rocha Date: Wed Apr 21 16:28:54 2010 +0200 Remove version restrictrion from python-pygoocanvas in debian/control debian/control | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 612a30b306cf8dd76a96b349db8e0c3d0745cc96 Author: Claude Paroz Date: Sat Apr 17 14:50:18 2010 +0200 Updated French translation Contributed by Bruno Brouard and Claude Paroz po/fr.po | 547 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 300 insertions(+), 247 deletions(-) commit 4563aab727cf83085ff0f3ddd1746ee16486b9fe Author: Francisco Diéguez Date: Fri Apr 9 20:06:43 2010 +0200 Updated Galician translations po/gl.po | 1256 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 664 insertions(+), 592 deletions(-) commit e4adecdcebb946421d07e1929abcbc1289429c60 Author: Joaquim Rocha Date: Mon Apr 5 16:44:10 2010 +0200 Update for release 0.6.6 NEWS | 26 ++++++++++++++++++++++++++ debian/changelog | 6 ++++++ util/constants.py | 2 +- 3 files changed, 33 insertions(+), 1 deletions(-) commit 7734e4d6bd3ade7e9656cfdb91abdd40aeebb9c7 Author: Joaquim Rocha Date: Sat Apr 3 21:27:08 2010 +0200 Remove debian dir files left as a mistake in the MANIFEST.in MANIFEST.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 615301d44ceb94eaeea8260c039ecf699f1ced55 Author: Joaquim Rocha Date: Fri Apr 2 21:58:47 2010 +0200 Updated copyright to include ODFPy README | 30 ++++++++++++++++++++++++++++++ debian/copyright | 24 ++++++++++++++++++++---- 2 files changed, 50 insertions(+), 4 deletions(-) commit 36487039d9fac59484d9aa133bed152868c27131 Author: Joaquim Rocha Date: Fri Apr 2 21:58:57 2010 +0200 Added AUTHORS file AUTHORS | 8 ++++++++ MANIFEST.in | 2 +- 2 files changed, 9 insertions(+), 1 deletions(-) commit deb6ddbf2e7916e3a949b7d236248383247d643f Author: Joaquim Rocha Date: Wed Mar 31 18:51:50 2010 +0200 Remove debian dir from MANIFEST.in so it won't get into the tarball MANIFEST.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e44d667e8226b4d2498f3397e928ca8c6d8b755c Author: Alberto Garcia Date: Wed Mar 31 18:22:49 2010 +0200 Update description in control file debian/control | 15 ++++++++++++--- 1 files changed, 12 insertions(+), 3 deletions(-) commit 66c3acf4a0e0de7591c31b219b0f9adf31077c4f Author: Alberto Garcia Date: Wed Mar 31 12:18:33 2010 +0200 Install locale files under /usr/share/locale setup.py | 3 ++- util/constants.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) commit 3e873f5baa16d7bb57b629c624baba2cbc404768 Author: Joaquim Rocha Date: Wed Mar 31 18:24:50 2010 +0200 Fix attempt to remove element not in list studio/customWidgets.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 4cd807c8e717af782640b1a5810f95cc7baade4c Author: Petr Kovar Date: Mon Mar 29 00:38:18 2010 +0200 Update Czech translation by Marek Cernocky po/cs.po | 12 +++++------- 1 files changed, 5 insertions(+), 7 deletions(-) commit c1aeb6a9cdbd62de288af5f61697020cc9d6b9ee Author: Marek Černocký Date: Sat Mar 27 14:17:32 2010 +0100 Update Czech translation po/cs.po | 336 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 184 insertions(+), 152 deletions(-) commit 076380efb8dc34b639e830f0ec5d30232a66ecb8 Author: Matej Urbančič Date: Thu Mar 25 14:36:36 2010 +0100 Updated Slovenian translation po/sl.po | 391 +++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 211 insertions(+), 180 deletions(-) commit 228eda4c015783eccc481ce364856a87b6ea5903 Author: Jorge González Date: Wed Mar 24 21:15:11 2010 +0100 Updated Spanish translation po/es.po | 321 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 164 insertions(+), 157 deletions(-) commit 281fd974c63c2ac876438511aa2ebb870d0a3a8c Author: Mario Blättermann Date: Wed Mar 24 19:57:24 2010 +0100 Updated German translation po/de.po | 321 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 164 insertions(+), 157 deletions(-) commit c6628b7c57c51db54227606bb6872ed823dce511 Author: Joaquim Rocha Date: Wed Mar 24 18:17:42 2010 +0100 Update for release 0.6.5 Makefile | 2 +- NEWS | 40 ++++++++++++++++++++++++++++++++++++++++ debian/changelog | 6 ++++++ util/constants.py | 2 +- 4 files changed, 48 insertions(+), 2 deletions(-) commit d6f96af60be7c78a99bf9f7494c32d73bbdc74e7 Author: Joaquim Rocha Date: Wed Mar 24 18:10:47 2010 +0100 Fixes Debian package generation (thanks to Alberto Garcia) debian/control | 6 ++---- debian/copyright | 10 +++++----- debian/rules | 5 ++++- 3 files changed, 11 insertions(+), 10 deletions(-) commit 19a1f75bbf8fbfa618cdadfc00b3f6736034997d Author: Joaquim Rocha Date: Wed Mar 24 17:15:34 2010 +0100 Add man pages resources/ocrfeeder-cli.1 | 40 ++++++++++++++++++++++++++++++++++++++++ resources/ocrfeeder.1 | 38 ++++++++++++++++++++++++++++++++++++++ setup.py | 3 +++ 3 files changed, 81 insertions(+), 0 deletions(-) commit 5c672ae9fa0b327eb961ceaac8785243e1f9cfc1 Author: Joaquim Rocha Date: Wed Mar 24 16:36:17 2010 +0100 Remove setuptools dependency debian/control | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit d52196f9b17e650dfa0e26069e192c3d7ea31ee6 Author: Joaquim Rocha Date: Wed Mar 24 16:35:32 2010 +0100 Make a simple binary Debian file from Makefile's builddeb target Makefile | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) commit 7aa9cb199f34e286014f3dd2a26ed3ba62f6147c Author: Joaquim Rocha Date: Wed Mar 24 11:06:15 2010 +0100 Fix problem when quitting the application When choosing Cancel on the quit dialog, the window was closing and the application was left running. studio/studioBuilder.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 09358731a0daae8c7e0bc30c91727078b5f1d145 Author: Joaquim Rocha Date: Wed Mar 24 11:00:40 2010 +0100 Add Ctrl+a shortcut to select all areas studio/customWidgets.py | 21 ++++++++++++++------- 1 files changed, 14 insertions(+), 7 deletions(-) commit c8a51e6bf225310ccc4b33a55aab89afbcd6131f Author: Joaquim Rocha Date: Wed Mar 24 10:43:24 2010 +0100 Deselect box with Shift+Click when the box is selected studio/customWidgets.py | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) commit b637a1e99c1ee29ddd5e34dc663e0229e6dcd856 Author: Joaquim Rocha Date: Wed Mar 24 10:18:50 2010 +0100 Make recognize selected areas action dependent on the existence of selected areas studio/customWidgets.py | 15 ++++++++++----- studio/studioBuilder.py | 7 ++++++- studio/widgetModeler.py | 25 ++++++++++++++++++++----- studio/widgetPresenter.py | 8 ++++++++ 4 files changed, 44 insertions(+), 11 deletions(-) commit a97c57343f98d7cf3428526ce86853f8955adadd Author: Joaquim Rocha Date: Wed Mar 24 10:17:43 2010 +0100 Add recognize selected areas feature studio/studioBuilder.py | 3 ++- studio/widgetModeler.py | 31 ++++++++++++++++++++++++++----- studio/widgetPresenter.py | 2 ++ 3 files changed, 30 insertions(+), 6 deletions(-) commit 533021c6b319907828d2e1a4155dcbede3e32cb4 Author: Joaquim Rocha Date: Tue Mar 23 18:41:10 2010 +0100 Select selection area after creating it studio/customWidgets.py | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit e94fdcdf934322e85936d04b40a333dfae9ab163 Author: Joaquim Rocha Date: Tue Mar 23 18:21:25 2010 +0100 Allow multiple selection of selection areas More than one selection area can now be selection using Shift+Click studio/customWidgets.py | 33 ++++++++++++++++++++------------- 1 files changed, 20 insertions(+), 13 deletions(-) commit a7da5271ed2e73f2d9748e63b008122534d4ab99 Author: Mario Blättermann Date: Mon Mar 22 23:14:10 2010 +0100 Updated German translation po/de.po | 91 +++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 52 insertions(+), 39 deletions(-) commit 065d447dab81bb878e051ff5733c3d1a7fea880a Author: Jorge González Date: Mon Mar 22 19:26:04 2010 +0100 Updated Spanish translation po/es.po | 91 +++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 52 insertions(+), 39 deletions(-) commit 8be95f33ab9a69799a9ae27cadad6efb5213257b Author: Joaquim Rocha Date: Mon Mar 22 19:02:00 2010 +0100 Add detection of OCR engines to OCR manager dialog studio/widgetPresenter.py | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) commit 6749e6a7990ad69c194af344b1d9ad7cc880e03d Author: Joaquim Rocha Date: Mon Mar 22 19:01:22 2010 +0100 Add system-wide OCR engines chooser dialog studio/configuration.py | 10 ++++++++-- studio/studioBuilder.py | 11 +++++++++++ studio/widgetPresenter.py | 40 +++++++++++++++++++++++++++++++++++++++- 3 files changed, 58 insertions(+), 3 deletions(-) commit 063c4a146db7d2fae572dd8980c9edc34af73c48 Author: Petr Kovar Date: Sun Mar 21 01:14:48 2010 +0100 Update Czech translation by Marek Cernocky Reviewed by: Lucas Lommer. po/cs.po | 42 +++++++++++++++++++++++++----------------- 1 files changed, 25 insertions(+), 17 deletions(-) commit d47116524935ad79cc757eb0fc4a929441b6e51a Author: Mario Blättermann Date: Sat Mar 20 22:20:23 2010 +0100 Updated German translation po/de.po | 105 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 61 insertions(+), 44 deletions(-) commit d7292475eaadd92043bee2483811f8d38fddfa02 Author: Matej Urbančič Date: Tue Mar 16 21:58:48 2010 +0100 Updated Slovenian translation po/sl.po | 43 +++++++++++++++++++++++++------------------ 1 files changed, 25 insertions(+), 18 deletions(-) commit 4dd8d0a813ab78a452a85194b98ad3a3536f4aed Author: Jorge González Date: Mon Mar 15 19:27:47 2010 +0100 Updated Spanish translation po/es.po | 111 ++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 62 insertions(+), 49 deletions(-) commit 1baf639b7c0b78357342a021c71b70a4eb7e2399 Author: Philip Withnall Date: Mon Mar 15 18:39:23 2010 +0100 Miscellaneous string fixes studio/widgetPresenter.py | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) commit 11671a6fde15058b21acbbd9aed93f80243b666f Author: Kjartan Maraas Date: Mon Mar 15 11:28:05 2010 +0100 Add Norwegian language entry. po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 844f8365f5216fe7a297c09e051f881ac92cffb8 Author: Kjartan Maraas Date: Mon Mar 15 11:27:57 2010 +0100 Added Norwegian bokmål translation po/nb.po | 617 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 617 insertions(+), 0 deletions(-) commit b741aef949e2eddb7076e396d0f051876ee6ecad Author: Petr Kovar Date: Mon Mar 15 01:26:54 2010 +0100 Add Czech translation by Marek Cernocky Reviewed by: Petr Kovar. po/LINGUAS | 1 + po/cs.po | 627 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 628 insertions(+), 0 deletions(-) commit 0a3cfbd780b815be9bb12b0c688403258b731b9a Author: Jorge González Date: Sun Mar 14 23:14:17 2010 +0100 Updated Spanish translation po/es.po | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) commit c74417fc6c7b6baa9fb62cd5fe90acbea468f0d9 Author: Daniel Nylander Date: Fri Mar 12 08:19:24 2010 +0100 Updated Swedish translation po/sv.po | 366 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 197 insertions(+), 169 deletions(-) commit 3c3ab20e452e3d5fe16ff0764face149ed752d29 Author: Matej Urbančič Date: Thu Mar 11 12:56:33 2010 +0100 Added sl for Slovenian translation po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 315b86112bd2a0483c3fd6cb8d2218697ee475c9 Author: Matej Urbančič Date: Thu Mar 11 12:56:17 2010 +0100 Updated Slovenian translation po/sl.po | 647 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 647 insertions(+), 0 deletions(-) commit e20abc8504ca9c2e750b4e40a7646be0c88a2dcc Author: Mario Blättermann Date: Thu Mar 11 10:30:47 2010 +0100 Updated German translation po/de.po | 21 ++++++++++++++++----- 1 files changed, 16 insertions(+), 5 deletions(-) commit 441eeb8c7daa7af77075c5ff3b9007fd8c945397 Author: Joaquim Rocha Date: Thu Mar 11 09:56:13 2010 +0100 Sort images when adding them from a folder util/lib.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit a24bbe75ddd47a8b0068867d615d422f83dccd2f Author: Joaquim Rocha Date: Thu Mar 11 09:49:27 2010 +0100 Remove the PDF file's extension from the images generated from it util/lib.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 217e50b506ae2f6225415550d2a48cd0b037bdbe Author: Claude Paroz Date: Wed Mar 10 20:47:58 2010 +0100 Sort files in alphabetic order in POTFILES.in po/POTFILES.in | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit 2e4bf0ad670b8cd3dc1e9bc4049c6b8e4c50e256 Author: Joaquim Rocha Date: Wed Mar 10 15:20:10 2010 +0100 Force icon view to always have a selected item studio/widgetModeler.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit f36e5811249304739a8d3f99c7fde23a84a48d87 Author: Philip Withnall Date: Wed Mar 10 12:20:25 2010 +0000 Added British English translation po/LINGUAS | 3 +- po/en_GB.po | 624 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 626 insertions(+), 1 deletions(-) commit 746ee0f812f7b63e660fecae6b2f28a6b052baa0 Author: Joaquim Rocha Date: Wed Mar 10 12:30:32 2010 +0100 Add ocrfeeder.desktop.in and generation of ocrfeeder.desktop Makefile | 8 ++++++-- po/POTFILES.in | 1 + resources/ocrfeeder.desktop | 10 ---------- resources/ocrfeeder.desktop.in | 10 ++++++++++ 4 files changed, 17 insertions(+), 12 deletions(-) commit e897f8376cb3134a11e90209e7b81f275415b485 Author: Joaquim Rocha Date: Wed Mar 10 12:04:39 2010 +0100 Add LINGUAS file and use it to generate .mo files Makefile | 4 ++-- po/LINGUAS | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) commit 0c7aa00e4c7551511e4b9499cc9185b247cd24ea Author: Jorge González Date: Tue Mar 9 20:38:57 2010 +0100 Updated Spanish translation po/es.po | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) commit d7b78de638d425d7052f4b0bc63e2d959b943eca Author: Jorge González Date: Tue Mar 9 20:29:46 2010 +0100 Added Spanish translator TRANSLATORS | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 215242ebe2e2a78545c3187ac449fe5dee3aa33f Author: Jorge González Date: Tue Mar 9 20:28:52 2010 +0100 Updated Spanish translation po/es.po | 1223 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 619 insertions(+), 604 deletions(-) commit 29a871e926d51cfe4fe95d6af4010ccb4261839c Author: Claudio Saavedra Date: Tue Mar 9 13:53:43 2010 +0100 Make translators for about dialog dependent from the translation studio/widgetPresenter.py | 5 +---- util/constants.py | 10 ---------- 2 files changed, 1 insertions(+), 14 deletions(-) commit 4291c95b8911552894cde4417a1ea255a6e62710 Author: Joaquim Rocha Date: Tue Mar 9 13:38:45 2010 +0100 Lower the PDF imported images' resolution Make images imported from PDF use a resolution of 300x300 instead of 600x600 so it is faster to convert PDFs. util/lib.py | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) commit e0442973358a8767886621636120eceb816e3803 Author: Mario Blättermann Date: Mon Mar 8 22:26:04 2010 +0100 Updated German translation po/de.po | 410 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 209 insertions(+), 201 deletions(-) commit 04e38a0d9c7e1a1d4c846e4094dc9daa828b889a Author: Joaquim Rocha Date: Fri Mar 5 18:22:21 2010 +0100 Update for release 0.6.1 Makefile | 2 +- NEWS | 24 ++++++++++++++++++++++++ debian/changelog | 6 ++++++ util/constants.py | 2 +- 4 files changed, 32 insertions(+), 2 deletions(-) commit 9cb7758a6f8b1fea7d779a05fd76f6fcccf51d4f Author: Joaquim Rocha Date: Fri Mar 5 18:45:06 2010 +0100 Fixes error when importing PDFs with spaces in their names (gc#12) studio/studioBuilder.py | 2 ++ util/lib.py | 8 ++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) commit 4b6ac42f01bdd08f6e7a41a3112a7a2fde8c235c Author: Joaquim Rocha Date: Fri Mar 5 18:21:45 2010 +0100 Make MANIFEST include everything under po/ MANIFEST.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d5b50f23fae0f6fa1262835bd1f9c91e0ff403cf Author: Joaquim Rocha Date: Fri Mar 5 18:18:53 2010 +0100 Revert usage of syntax not available on Python 2.5 The keyword "as" was being used to get an exception instance. studio/widgetModeler.py | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 9ef02bb502a9ac5e38ded18374f8716fdad4ab32 Author: Joaquim Rocha Date: Fri Mar 5 17:32:30 2010 +0100 Add zoom control from mouse wheel studio/customWidgets.py | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit c035bee018a87155af1e7d39c711be8764443d4a Author: Joaquim Rocha Date: Fri Mar 5 15:33:16 2010 +0100 Add forgotten POTFILES.in file po/POTFILES.in | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) commit c09a53575f28c9df331d44b5077761bd99fe3ba2 Author: Joaquim Rocha Date: Fri Mar 5 15:05:38 2010 +0100 Show error dialogs when not able to open messages feeder/imageManipulation.py | 19 +++++++++++++++---- studio/widgetModeler.py | 11 +++++++++-- studio/widgetPresenter.py | 7 +++++++ 3 files changed, 31 insertions(+), 6 deletions(-) commit ac9b0c42a804ac4317420009e951bf6d8ce3acd2 Author: Joaquim Rocha Date: Fri Mar 5 09:57:57 2010 +0100 Made i18n more compliant with intltool Makefile | 42 ++- locale/de/LC_MESSAGES/ocrfeeder.mo | Bin 8163 -> 0 bytes locale/es/LC_MESSAGES/ocrfeeder.mo | Bin 8264 -> 0 bytes locale/fr/LC_MESSAGES/ocrfeeder.mo | Bin 8302 -> 0 bytes locale/gl/LC_MESSAGES/ocrfeeder.mo | Bin 8099 -> 0 bytes locale/it/LC_MESSAGES/ocrfeeder.mo | Bin 8249 -> 0 bytes locale/pt/LC_MESSAGES/ocrfeeder.mo | Bin 8152 -> 0 bytes locale/sv/LC_MESSAGES/ocrfeeder.mo | Bin 8007 -> 0 bytes locale/zh_CN/LC_MESSAGES/ocrfeeder.mo | Bin 7723 -> 0 bytes po/ocrfeeder.pot | 597 --------------------------------- 10 files changed, 23 insertions(+), 616 deletions(-) commit 2f39b3d5ac2f0704225d6eaf15d05af5815017c9 Author: Joaquim Rocha Date: Thu Mar 4 15:47:34 2010 +0100 Added the format to the default engines' arguments studio/configuration.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 59762019cc6df91d5eeebbd980d001b64519352e Author: Joaquim Rocha Date: Thu Mar 4 15:40:23 2010 +0100 Fixes encoding problem (gc#8) feeder/ocrEngines.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 928ebf2978f1258b4c03ade8aa3f4b1d7f8f8525 Author: Joaquim Rocha Date: Wed Mar 3 14:57:18 2010 +0100 Fixed getting the engine name (gc#10) feeder/ocrEngines.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 49f5da0a99283d54b50b6c0c7ad61cb111a87ecf Author: Joaquim Rocha Date: Wed Mar 3 12:45:54 2010 +0100 Changed zoom factor and fixed allowed zoom levels studio/customWidgets.py | 13 +++++++++---- studio/widgetModeler.py | 4 ++-- 2 files changed, 11 insertions(+), 6 deletions(-) commit 0e39cfb730cc973b10c5d9c7ee27cb180a8909da Author: Alberto Garcia Date: Mon Feb 22 21:28:42 2010 +0000 Fix formatting of debian/changelog debian/changelog | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) commit c35a2cc7f72ba2d5436c27352b2d6206b1ab7acf Author: Alberto Garcia Date: Mon Feb 22 21:23:36 2010 +0000 Fix formatting of Debian dependencies debian/control | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit a3ebe14558f49f3d3a6b564baaa00f5c5f135012 Author: Alberto Garcia Date: Mon Feb 22 21:23:22 2010 +0000 Change section from 'misc' to 'graphics' debian/control | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8cf693c70c21db78f3e1384506046d86363309da Author: Alberto Garcia Date: Mon Feb 22 21:14:59 2010 +0000 Remove trailing whitespace from debian/control debian/control | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 6fbf36e6a14a6f5fb46b956be75e3250d3da9387 Author: Alberto Garcia Date: Mon Feb 22 21:14:40 2010 +0000 Move 'Homepage' field to the source paragraph debian/control | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit fbfed52b89d7f5765d71c57547aae9ab14a3c686 Author: Alberto Garcia Date: Mon Feb 22 21:13:39 2010 +0000 Add maintainer e-mail address debian/control | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1ba8e4d669736388436e86561ee3e183cbe54961 Author: Alberto Garcia Date: Mon Feb 22 21:12:41 2010 +0000 Fix ocr.svg permissions 0 files changed, 0 insertions(+), 0 deletions(-) commit a47b8341b4cbec959407b1287275026e30cf5d86 Author: Alberto Garcia Date: Mon Feb 22 20:42:33 2010 +0000 Add python-setuptools to Build-Depends debian/control | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 78fdd807dbd035e04cd0a8bf9e357bd7cb8723c1 Author: Joaquim Rocha Date: Fri Jan 22 18:45:21 2010 +0100 Update for release 0.6 Makefile | 2 +- NEWS | 24 ++++++++++++++++++++++++ debian/changelog | 6 ++++++ util/constants.py | 2 +- 4 files changed, 32 insertions(+), 2 deletions(-) commit 840418a2a4a7d877ee3bd759b5c1be7ac680c0cb Author: Joaquim Rocha Date: Fri Jan 22 18:42:06 2010 +0100 Lowered the package name font case setup.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 00c992082cb29014be8feaccb0b759bcbb475519 Author: Joaquim Rocha Date: Fri Jan 22 18:13:01 2010 +0100 Updated copyright notice on the about dialog util/constants.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 58741a8d07ae6c154d4abc3ee011883c8f54edfa Author: Joaquim Rocha Date: Fri Jan 22 17:15:58 2010 +0100 Removed unneeded engines folder MANIFEST.in | 1 - engines/gocr.xml | 6 ------ engines/ocrad.xml | 6 ------ engines/tesseract.xml | 7 ------- 4 files changed, 0 insertions(+), 20 deletions(-) commit d8d4924b8f09eae44e4b5d755343fadbb937cb56 Author: Joaquim Rocha Date: Fri Jan 22 17:12:17 2010 +0100 Removed unused code feeder/documentGeneration.py | 24 ----------- util/graphics.py | 95 ------------------------------------------ 2 files changed, 0 insertions(+), 119 deletions(-) commit 9209bc18e1362950ced2829e1de4645d5a38458a Author: Joaquim Rocha Date: Fri Jan 22 16:51:46 2010 +0100 Removed Studio from the application name. util/constants.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 51d1777b5e157641c2a087bfe1892d78d9fb432b Author: Joaquim Rocha Date: Fri Jan 22 16:47:51 2010 +0100 Added the Swedish translation. Thanks to Daniel Nylander TRANSLATORS | 3 + locale/sv/LC_MESSAGES/ocrfeeder.mo | Bin 0 -> 8007 bytes po/sv.po | 619 ++++++++++++++++++++++++++++++++++++ util/constants.py | 3 +- 4 files changed, 624 insertions(+), 1 deletions(-) commit a658953d4b5929927704a53a5a1e8e04d472e97a Author: Joaquim Rocha Date: Fri Jan 22 16:24:24 2010 +0100 Hide import pdf and unpaper menus if the respective commands are not available studio/widgetPresenter.py | 8 ++++++++ util/constants.py | 3 +++ 2 files changed, 11 insertions(+), 0 deletions(-) commit c1ef4be13199b7c3682f3214f0333d79345df1b8 Author: Joaquim Rocha Date: Fri Jan 22 15:30:01 2010 +0100 Added missing dependencies to debian/control (gc#5) debian/control | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a5a7a19f2ce6e1b39be423e8f1aa7de0ea1d344b Author: Joaquim Rocha Date: Thu Jan 21 20:15:22 2010 +0100 Added ocrfeeder.doap file ocrfeeder.doap | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) commit 166b345a5da3d0f8371d70d92d8373e6e6e36427 Author: Joaquim Rocha Date: Thu Jan 21 19:01:11 2010 +0100 Corrected wrong prints and engine usage from command line interface. ocrfeeder-cli | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 60cd3ef16a743d0b4eedce0d05c97d3837081acf Author: Joaquim Rocha Date: Fri Jan 15 18:04:38 2010 +0100 OCR engines manager dialog now selects the first item as it opens studio/widgetPresenter.py | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 349ed3e55a934118ed508f2ca2aae675cfbb206d Author: Joaquim Rocha Date: Wed Dec 23 23:14:07 2009 +0000 Update for release 0.5 MANIFEST.in | 3 ++- Makefile | 2 +- NEWS | 29 +++++++++++++++++++++++++++++ debian/changelog | 6 ++++++ resources/ocrfeeder.desktop | 2 +- 5 files changed, 39 insertions(+), 3 deletions(-) commit ffa9a69b39a4e6260c8b9f23c49a395781cda77a Author: Joaquim Rocha Date: Wed Dec 23 21:07:39 2009 +0000 Added the Simplified Chinese translation. Thanks to 刘洪德 (Hongde Liu) TRANSLATORS | 5 +- locale/zh_CN/LC_MESSAGES/ocrfeeder.mo | Bin 0 -> 7723 bytes po/zh_CN.po | 625 +++++++++++++++++++++++++++++++++ util/constants.py | 3 +- 4 files changed, 631 insertions(+), 2 deletions(-) commit a4884443e034bce13e5a1251a09b118853466752 Author: Joaquim Rocha Date: Wed Dec 23 20:52:49 2009 +0000 Updated the .pot file po/ocrfeeder.pot | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) commit a71a128e4d1f04695fa416f0edf4051f3e7760a0 Author: Joaquim Rocha Date: Wed Dec 23 20:24:49 2009 +0000 Added compilemessages and generatepot command to Makefile. Makefile | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) commit 1a75b902457961cbaa476baa8905207ed57b345a Author: Joaquim Rocha Date: Fri Dec 18 15:35:39 2009 +0100 Lowered the images' border to 5 pixels studio/customWidgets.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 962e631ce07346f8b52556a7698e432df66f2a66 Author: Joaquim Rocha Date: Fri Dec 18 13:36:05 2009 +0100 Corrected boxes allowed limits when dragging studio/customWidgets.py | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) commit 4282915f4c90299368235d68e6084dde60447e39 Author: Joaquim Rocha Date: Fri Dec 18 13:06:11 2009 +0100 Detects Tesseract, Ocrad and GOCR from the system when no engines are configured studio/configuration.py | 45 +++++++++++++++++++++++++++++++++++++-------- util/lib.py | 13 ++++++++++++- 2 files changed, 49 insertions(+), 9 deletions(-) commit e1f12893e9edb14ca54c6d510a0fb19ffd4cb1e5 Author: Joaquim Rocha Date: Fri Dec 18 13:05:19 2009 +0100 Replaced usage of minidom by ElementTree and introduced saveToXml function to Engine feeder/ocrEngines.py | 43 ++++++++++++++++++++++--------------------- 1 files changed, 22 insertions(+), 21 deletions(-) commit f0a64acfd52ef71db55ba8de9a01d5a4ad4e0653 Author: Joaquim Rocha Date: Fri Dec 11 17:32:07 2009 +0100 Added verifications to prevent failure when engines' files don't exist studio/configuration.py | 5 +++-- studio/widgetModeler.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) commit b30b28ec37e5a1a1595b6df8d08c762fc2f7f757 Author: Joaquim Rocha Date: Fri Nov 6 13:47:14 2009 +0100 Corrected Philippe Normand's name NEWS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9d173c2a665992452d97ccf970a046e399fc2898 Author: Joaquim Rocha Date: Fri Nov 6 12:36:33 2009 +0100 Released version 0.4 MANIFEST.in | 4 ++-- Makefile | 2 +- NEWS | 38 ++++++++++++++++++++++++++++++++++++++ debian/changelog | 6 ++++++ resources/ocrfeeder.desktop | 2 +- util/constants.py | 2 +- 6 files changed, 49 insertions(+), 5 deletions(-) commit 2088a14be7f1002a3fdd3b370a1ebc861f2aebff Author: Joaquim Rocha Date: Fri Nov 6 12:20:17 2009 +0100 Added the Spanish translation (thanks to Andrés Gómez). TRANSLATORS | 3 + locale/es/LC_MESSAGES/ocrfeeder.mo | Bin 0 -> 8264 bytes po/es.po | 607 ++++++++++++++++++++++++++++++++++++ util/constants.py | 1 + 4 files changed, 611 insertions(+), 0 deletions(-) commit 7fb72cc7fe7bf1eb314f6d5624fb51e0379b36a5 Author: Joaquim Rocha Date: Sat Oct 31 21:41:25 2009 +0100 Added Tesseract engine's configuration file example engines/tesseract.xml | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit 28d77d4d6d8dfe6da9885d1e38938b832630f8a7 Author: Joaquim Rocha Date: Sat Oct 31 21:32:31 2009 +0100 Corrected bug: the application was always installing the resources directory in the current (development) directory setup.py | 9 +++++---- util/constants.py | 20 ++++++++++---------- 2 files changed, 15 insertions(+), 14 deletions(-) commit b31159f2a4d78576033e4b31e9ab0fe8cd013fd7 Author: Joaquim Rocha Date: Sat Oct 31 21:00:33 2009 +0100 Updated the TRANSLATORS file TRANSLATORS | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit eee27497fe9ba88bab06fc85686729f572a963df Author: Joaquim Rocha Date: Sat Oct 31 20:51:10 2009 +0100 Added the Galician translation (thanks to Calvaris) locale/gl/LC_MESSAGES/ocrfeeder.mo | Bin 0 -> 8099 bytes po/gl.po | 596 ++++++++++++++++++++++++++++++++++++ util/constants.py | 1 + 3 files changed, 597 insertions(+), 0 deletions(-) commit aded95f0af5cd40806d9eb53ef6ef9e368a8db8c Author: Joaquim Rocha Date: Sat Oct 31 20:30:13 2009 +0100 Added French translation (thanks to Philippe Normand) locale/fr/LC_MESSAGES/ocrfeeder.mo | Bin 0 -> 8302 bytes po/fr.po | 620 ++++++++++++++++++++++++++++++++++++ util/constants.py | 4 +- 3 files changed, 623 insertions(+), 1 deletions(-) commit ba1512894158c41b162117e4365a6fcceac0ad1e Author: Joaquim Rocha Date: Sat Oct 31 19:49:43 2009 +0100 Fixed the about dialog's comments translation studio/widgetPresenter.py | 2 +- util/constants.py | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) commit 0b988c31001ebd9b5a943db8c82649f6e14531d8 Author: Joaquim Rocha Date: Fri Oct 30 16:40:45 2009 +0100 Added translators to the About dialog util/constants.py | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 09998f3b1bd1bcd67667f03268c8e9c18e157e30 Author: Joaquim Rocha Date: Fri Oct 30 16:38:27 2009 +0100 Added the TRANSLATORS file TRANSLATORS | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit a5d022520d7ab802ef3a6ca69a93c48b8f105cdf Author: Joaquim Rocha Date: Fri Oct 30 16:35:33 2009 +0100 Added the Italian translation (thank you Andrea Grandi) locale/it/LC_MESSAGES/ocrfeeder.mo | Bin 0 -> 8249 bytes po/it.po | 608 ++++++++++++++++++++++++++++++++++++ 2 files changed, 608 insertions(+), 0 deletions(-) commit 7b8fa21ed663fdfdc7fad4082328176a377e9ab5 Author: Joaquim Rocha Date: Fri Oct 30 16:33:59 2009 +0100 Added pot file po/ocrfeeder.pot | 601 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 601 insertions(+), 0 deletions(-) commit 11881b60937295133d7b51b15857d5c0f431b51f Author: Joaquim Rocha Date: Fri Oct 30 16:28:59 2009 +0100 Corrected error in locale files gathering setup.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e0d67dcf4c616ea479ae7c816670ed6e0f1f6d81 Author: Joaquim Rocha Date: Fri Oct 30 15:55:14 2009 +0100 Renamed variables for a better reading util/constants.py | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) commit 4ed4cbb70bcaa779a8ee3c15dfa43731c0e2b3ee Author: P. Christeas Date: Thu Oct 29 20:32:35 2009 +0200 Replace eval() by a dict. feeder/ocrEngines.py | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 0ce7d345f70bc1c0d0bfbfeaaaa5f6b4cf2e72ff Author: P. Christeas Date: Thu Oct 29 20:31:29 2009 +0200 If one engine fails, continue. feeder/ocrEngines.py | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) commit 19c3b01ab7a22738b99425ed1c077a4ec5dc799d Author: P. Christeas Date: Thu Oct 29 20:29:02 2009 +0200 Find resources for a development setup, too. this enables the launch of ocrfeeder directly from the source dir. util/constants.py | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) commit edb4ea92bc2332d636e1a45731946f99cd4f55ef Author: Joaquim Rocha Date: Fri Oct 23 22:54:28 2009 +0200 2009-10-23 Joaquim Rocha * Corrected the description according to lintian advices. debian/control | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit aab817316bf1314aba7fdd0cd195377599b30fa0 Author: Joaquim Rocha Date: Fri Oct 23 22:39:44 2009 +0200 2009-10-23 Joaquim Rocha * Added debian directory and resources to generate a deb package. Makefile | 35 +++++++++++++++++++++++++++++++++++ debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 17 +++++++++++++++++ debian/copyright | 25 +++++++++++++++++++++++++ debian/rules | 11 +++++++++++ 6 files changed, 94 insertions(+), 0 deletions(-) commit 3da5649ee41cd2499051e68169c3e4a813fd300d Author: Joaquim Rocha Date: Fri Oct 23 16:54:11 2009 +0200 2009-10-23 Joaquim Rocha * Added a frame to the page for better visualization. studio/customWidgets.py | 30 ++++++++++++++++++++++++++++-- 1 files changed, 28 insertions(+), 2 deletions(-) commit d2dd3afd9d669fc9f36037238f3a26c62136d5eb Author: Joaquim Rocha Date: Fri Oct 23 15:55:42 2009 +0200 2009-10-23 Joaquim Rocha * Set the canvas background color equal to the system background (normal state) color. studio/customWidgets.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 76c487d4bfe9f52aee3616f315f31ad29581248b Author: Joaquim Rocha Date: Fri Oct 16 20:27:07 2009 +0200 2009-10-16 Joaquim Rocha * NEWS: Created the NEWS file to hold the versions' news. NEWS | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) commit ef6378c2f78458e9e1c55b114203ef64762a3952 Author: Joaquim Rocha Date: Fri Oct 16 21:03:23 2009 +0200 2009-10-16 Joaquim Rocha * Added the German translation (thanks to Renard Voß) locale/de/LC_MESSAGES/ocrfeeder.mo | Bin 0 -> 8163 bytes po/de.po | 616 ++++++++++++++++++++++++++++++++++++ 2 files changed, 616 insertions(+), 0 deletions(-) commit 186428fda5beaf638ab82e2052800df315033e3a Author: Joaquim Rocha Date: Fri Oct 16 19:59:07 2009 +0200 2009-10-16 Joaquim Rocha * Updated the version to 0.3 README | 2 +- resources/ocrfeeder.desktop | 2 +- util/constants.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) commit c6e26863f2c479871503f9eade8188b2fa62ca8f Author: Joaquim Rocha Date: Fri Oct 16 18:37:51 2009 +0200 2009-10-16 Joaquim Rocha * README: Updated the installation section to include the instructions on how to use the setup.py script. README | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) commit 1b8f62eea0bdc6347a3709e6c5e1bec2de4be896 Author: Joaquim Rocha Date: Fri Oct 16 19:54:48 2009 +0200 2009-10-15 Joaquim Rocha * setup.py: Updated the setup file to include the desktop and the application's icon. setup.py | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit 9587758a5245a81bf19f2451a9817558424415a0 Author: Joaquim Rocha Date: Fri Oct 16 19:52:56 2009 +0200 2009-10-16 Joaquim Rocha * resources/ocrfeeder.desktop: Created the desktop file. resources/ocrfeeder.desktop | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit 42193d50c3d05acc0be4035ba23a232f8f28b784 Author: Joaquim Rocha Date: Fri Oct 16 19:51:54 2009 +0200 2009-10-16 Joaquim Rocha * ocrfeeder.svg: Created the application's icon. resources/icons/ocrfeeder.svg | 558 +++++++++++++++++++++++++++++++++++++++++ 1 files changed, 558 insertions(+), 0 deletions(-) commit 36c84bc92d9ca816fc101beeca5c45e18f38239c Author: Joaquim Rocha Date: Mon Oct 5 21:44:42 2009 +0200 2009-10-05 Joaquim Rocha * studio/widgetPresenter.py: Added more actions that are dependent on the existence of images. studio/widgetPresenter.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 02e373c04ba94c03cda6a394ff1905fda07bb888 Author: joaquimrocha1 Date: Thu Oct 1 16:48:18 2009 +0000 Fixed project being cleared whether a new project is successfully loaded or not git-svn-id: https://ocrfeeder.googlecode.com/svn/trunk@23 bc369b68-a12e-11dd-8697-036594075916 studio/studioBuilder.py | 9 ++++----- studio/widgetModeler.py | 8 +++++--- 2 files changed, 9 insertions(+), 8 deletions(-) commit 9c4d74d47a22ff3a8a7f0b0dba2c3a11c105313c Author: joaquimrocha1 Date: Tue Sep 29 11:27:16 2009 +0000 Aligned label to the left on the OCRSettingsDialog git-svn-id: https://ocrfeeder.googlecode.com/svn/trunk@22 bc369b68-a12e-11dd-8697-036594075916 studio/widgetPresenter.py | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 876b36c083610b5fea4f919a0bdbb436ca98b92d Author: joaquimrocha1 Date: Fri Sep 25 14:57:02 2009 +0000 Corrected duplicated code git-svn-id: https://ocrfeeder.googlecode.com/svn/trunk@21 bc369b68-a12e-11dd-8697-036594075916 studio/widgetModeler.py | 11 ++--------- 1 files changed, 2 insertions(+), 9 deletions(-) commit 9238deb34ebc11fb8f745d7e65c87d9e4aef64b0 Author: joaquimrocha1 Date: Fri Aug 28 09:36:35 2009 +0000 Corrected engine name access git-svn-id: https://ocrfeeder.googlecode.com/svn/trunk@20 bc369b68-a12e-11dd-8697-036594075916 studio/widgetPresenter.py | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit b3ef449f6486a2c08db3af72e0d3e65e7292819a Author: joaquimrocha1 Date: Sun Aug 16 17:37:44 2009 +0000 Corrected usage of OCR engines list git-svn-id: https://ocrfeeder.googlecode.com/svn/trunk@19 bc369b68-a12e-11dd-8697-036594075916 studio/widgetModeler.py | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit bba025b375964effd7a6a36900b75ee4ddfeeaab Author: joaquimrocha1 Date: Sun Aug 16 17:28:27 2009 +0000 Fixed issues on OCR engines manager git-svn-id: https://ocrfeeder.googlecode.com/svn/trunk@18 bc369b68-a12e-11dd-8697-036594075916 feeder/ocrEngines.py | 43 +++++++++++++++++++++++++++++-------------- studio/widgetModeler.py | 6 ++---- studio/widgetPresenter.py | 5 ++++- 3 files changed, 35 insertions(+), 19 deletions(-) commit 279d89c41abe295008415cf41fffed1969096d17 Author: joaquimrocha1 Date: Sun Aug 16 16:03:58 2009 +0000 Converts image clips to grayscale before feeding to OCR engines git-svn-id: https://ocrfeeder.googlecode.com/svn/trunk@17 bc369b68-a12e-11dd-8697-036594075916 feeder/ocrEngines.py | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) commit 08eadd0a5bf5877b359797c2218757c495fe9b3f Author: joaquimrocha1 Date: Sat Jul 11 21:28:51 2009 +0000 Removed zoom shortcuts from the image and set them as actions\' accelerators git-svn-id: https://ocrfeeder.googlecode.com/svn/trunk@16 bc369b68-a12e-11dd-8697-036594075916 studio/customWidgets.py | 6 ------ studio/widgetPresenter.py | 6 +++--- 2 files changed, 3 insertions(+), 9 deletions(-) commit fd06520a7262022b7382fd5c53c992e9e296a416 Author: joaquimrocha1 Date: Sat Jul 11 21:28:33 2009 +0000 Created the zoom fit feature, set it to be run on the size-allocate signal. git-svn-id: https://ocrfeeder.googlecode.com/svn/trunk@15 bc369b68-a12e-11dd-8697-036594075916 studio/customWidgets.py | 5 ++++- studio/studioBuilder.py | 7 +++++-- studio/widgetModeler.py | 24 ++++++++++++++++++++++++ studio/widgetPresenter.py | 4 +++- 4 files changed, 36 insertions(+), 4 deletions(-) commit fb0e3c17c396a28ffb9726081fa6c11d61eb9387 Author: joaquimrocha1 Date: Sun Jun 28 21:44:05 2009 +0000 Created setup.py script git-svn-id: https://ocrfeeder.googlecode.com/svn/trunk@14 bc369b68-a12e-11dd-8697-036594075916 MANIFEST.in | 6 ++++++ setup.py | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 0 deletions(-) commit c1785498ccf85f0dfa7d47bebe17f5b8956060ea Author: joaquimrocha1 Date: Sun Jun 28 20:45:26 2009 +0000 Updated license to the right version git-svn-id: https://ocrfeeder.googlecode.com/svn/trunk@13 bc369b68-a12e-11dd-8697-036594075916 util/constants.py | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) commit 65301715ad67bcd322fb3997b6fdc616adc79bbc Author: joaquimrocha1 Date: Sat Jun 13 15:02:48 2009 +0000 Corrected license name in README file. git-svn-id: https://ocrfeeder.googlecode.com/svn/trunk@12 bc369b68-a12e-11dd-8697-036594075916 README | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b469ad8bba9449b7631b2730b7d1fd3a35bcc2f7 Author: joaquimrocha1 Date: Sat Jun 13 13:43:25 2009 +0000 Fixed error when getting LANGUAGE git-svn-id: https://ocrfeeder.googlecode.com/svn/trunk@11 bc369b68-a12e-11dd-8697-036594075916 util/constants.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit fb26b5f7b6e07452b2bbf5f940613b6e3b24c2bd Author: joaquimrocha1 Date: Sun May 10 16:27:57 2009 +0000 Updated README for first tarball release git-svn-id: https://ocrfeeder.googlecode.com/svn/trunk@10 bc369b68-a12e-11dd-8697-036594075916 README | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 710e28f5a746d01c1b36f81b2b54265c44636b81 Author: joaquimrocha1 Date: Sun May 10 16:14:59 2009 +0000 Removed unused import git-svn-id: https://ocrfeeder.googlecode.com/svn/trunk@9 bc369b68-a12e-11dd-8697-036594075916 studio/widgetPresenter.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit da5630849019cda5e464b4cca36a8b38e5e0b332 Author: joaquimrocha1 Date: Sun May 10 16:05:53 2009 +0000 Fixes #4: OCRFeeder is asking for the all/current pages to export when there is only one page git-svn-id: https://ocrfeeder.googlecode.com/svn/trunk@8 bc369b68-a12e-11dd-8697-036594075916 studio/widgetModeler.py | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) commit 2031915997d83b10bb8c3534d733cf8dca21d40f Author: joaquimrocha1 Date: Sun May 10 15:53:40 2009 +0000 Fixes #3: Images' temporary copies do not get deleted git-svn-id: https://ocrfeeder.googlecode.com/svn/trunk@7 bc369b68-a12e-11dd-8697-036594075916 feeder/documentGeneration.py | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit 8a364b137e97af60ab61d67537bcc02f96563b37 Author: joaquimrocha1 Date: Sun Mar 29 18:17:42 2009 +0000 Fixes #2: Frames were replaced by new frames with the style that GNOME HIG advises. git-svn-id: https://ocrfeeder.googlecode.com/svn/trunk@6 bc369b68-a12e-11dd-8697-036594075916 studio/customWidgets.py | 4 ++-- studio/widgetPresenter.py | 41 ++++++++++++++++++++++------------------- 2 files changed, 24 insertions(+), 21 deletions(-) commit 0aaed0a9481d2dc56c4287a7a5e7804d4fe8ab22 Author: joaquimrocha1 Date: Sun Mar 29 17:08:19 2009 +0000 Fixes #1: Added BoxEditor to a ScrolledWindow. git-svn-id: https://ocrfeeder.googlecode.com/svn/trunk@5 bc369b68-a12e-11dd-8697-036594075916 studio/widgetPresenter.py | 15 +++++++++------ 1 files changed, 9 insertions(+), 6 deletions(-) commit 56d9518cec14dad194ae0ca04953f61feb1a75f7 Author: joaquimrocha1 Date: Thu Mar 19 00:37:24 2009 +0000 Solves character escaping problem git-svn-id: https://ocrfeeder.googlecode.com/svn/trunk@4 bc369b68-a12e-11dd-8697-036594075916 studio/configuration.py | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit 63ca22c6aae3fd2f94765eb9b37cb0a38aba9974 Author: joaquimrocha1 Date: Thu Mar 19 00:36:11 2009 +0000 Added missing module... git-svn-id: https://ocrfeeder.googlecode.com/svn/trunk@3 bc369b68-a12e-11dd-8697-036594075916 studio/configuration.py | 348 +++++++++++++ studio/customWidgets.py | 313 ++++++++++++ studio/dataHolder.py | 211 ++++++++ studio/studioBuilder.py | 249 ++++++++++ studio/widgetModeler.py | 772 +++++++++++++++++++++++++++++ studio/widgetPresenter.py | 1212 +++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 3105 insertions(+), 0 deletions(-) commit 0e334da79989f9e9e94edb4b9bdeff578063a3a1 Author: joaquimrocha1 Date: Tue Mar 17 23:37:18 2009 +0000 Initial commit. git-svn-id: https://ocrfeeder.googlecode.com/svn/trunk@2 bc369b68-a12e-11dd-8697-036594075916 COPYING | 676 +++ README | 112 + engines/gocr.xml | 6 + engines/ocrad.xml | 6 + feeder/documentGeneration.py | 348 ++ feeder/imageManipulation.py | 135 + feeder/layoutAnalysis.py | 372 ++ feeder/ocrEngines.py | 165 + locale/pt/LC_MESSAGES/ocrfeeder.mo | Bin 0 -> 8152 bytes ocrfeeder | 27 + ocrfeeder-cli | 100 + odf/anim.py | 61 + odf/attrconverters.py | 1441 +++++++ odf/chart.py | 87 + odf/config.py | 39 + odf/dc.py | 72 + odf/dr3d.py | 43 + odf/draw.py | 182 + odf/element.py | 249 ++ odf/form.py | 115 + odf/grammar.py | 8138 ++++++++++++++++++++++++++++++++++++ odf/load.py | 125 + odf/manifest.py | 53 + odf/math.py | 30 + odf/meta.py | 66 + odf/namespaces.py | 81 + odf/number.py | 104 + odf/odf2xhtml.py | 1124 +++++ odf/odfmanifest.py | 120 + odf/office.py | 104 + odf/ooostyles.py | 71 + odf/opendocument.py | 357 ++ odf/presentation.py | 85 + odf/script.py | 30 + odf/style.py | 147 + odf/svg.py | 52 + odf/table.py | 307 ++ odf/text.py | 559 +++ odf/thumbnail.py | 427 ++ odf/userfield.py | 310 ++ odf/xforms.py | 29 + po/pt.po | 597 +++ resources/icons/detect_icon.svg | 662 +++ resources/icons/ocr.svg | 227 + resources/icons/window_icon.png | Bin 0 -> 769 bytes util/__init__.py | 24 + util/cliutils.py | 62 + util/constants.py | 73 + util/graphics.py | 269 ++ util/lib.py | 99 + 50 files changed, 18568 insertions(+), 0 deletions(-) commit 1d5d290ae400f88a352bcc407c6ab54df32c675c Author: (no author) <(no author)@bc369b68-a12e-11dd-8697-036594075916> Date: Thu Oct 23 18:16:39 2008 +0000 Initial directory structure. git-svn-id: https://ocrfeeder.googlecode.com/svn/trunk@1 bc369b68-a12e-11dd-8697-036594075916