commit 5ccb9e6381375a83f5d536231d29c8da5ef84157 Author: Joaquim Rocha Date: Thu Jul 31 00:02:02 2014 +0200 Port engines migration dialog to GI src/ocrfeeder/studio/studioBuilder.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 80c95ae944bb37366f5a23dbb4e7d675aacb86d4 Author: Joaquim Rocha Date: Wed Jul 30 23:59:07 2014 +0200 Update the box editor's OCR controls sensitiveness The sensitiveness is updated according to the existence of OCR engines so the user is not able to perform the OCR recognition when there are no engines configured. src/ocrfeeder/studio/widgetPresenter.py | 5 +++++ 1 file changed, 5 insertions(+) commit 99c55a617575b621739218fb873c1349a5b659e7 Author: Joaquim Rocha Date: Wed Jul 30 23:57:24 2014 +0200 Warn when there are no OCR engines on recognition (when recognizing a document/page/area) src/ocrfeeder/studio/studioBuilder.py | 14 +++++++++++++- src/ocrfeeder/studio/widgetModeler.py | 5 ++++- 2 files changed, 17 insertions(+), 2 deletions(-) commit 94790fe131d787b8ddbf39a370b1cc1d917d5580 Author: Joaquim Rocha Date: Wed Jul 30 23:56:35 2014 +0200 Warn when no OCR engines are found on startup src/ocrfeeder/studio/studioBuilder.py | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) commit 34559397982085795bdd618575451ce23f7a50ff Author: Joaquim Rocha Date: Sun Jul 20 20:48:20 2014 +0200 Remove popup menu in the pages area This removal is in order to prevent an error which seems to be caused by some bug in the GI. It should be better investigated in the future. src/ocrfeeder/studio/pagesiconview.py | 8 -------- src/ocrfeeder/studio/widgetModeler.py | 2 +- src/ocrfeeder/studio/widgetPresenter.py | 13 ------------- 3 files changed, 1 insertion(+), 22 deletions(-) commit d477ac9bd12c490c158029a8693fc44ce76ea5a1 Author: Joaquim Rocha Date: Sun Jul 20 20:46:55 2014 +0200 Fix updating the OCR engines in the BoxEditor The engines weren't being updated in the BoxEditor after they were changed from the OcrManager dialog. src/ocrfeeder/studio/studioBuilder.py | 3 +++ src/ocrfeeder/studio/widgetModeler.py | 11 +++++++++++ src/ocrfeeder/studio/widgetPresenter.py | 8 +++++++- 3 files changed, 21 insertions(+), 1 deletion(-) commit c6b249b4b00a5be28dddc5d705c2fc7508c1d921 Author: Joaquim Rocha Date: Sun Jul 20 20:04:21 2014 +0200 Fix mistakenly commented out frame in boxes area src/ocrfeeder/studio/boxesarea.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 923b632cef473c8b87e3b0c3be56c5385e773220 Author: Joaquim Rocha Date: Wed Jul 16 22:55:37 2014 +0200 Fix string encoding issue in OdtGenerator src/ocrfeeder/feeder/documentGeneration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ff2fd09345660e0027304cf117768100f85059c1 Author: Joaquim Rocha Date: Wed Jul 16 22:45:09 2014 +0200 Fix string encoding issue when setting a box's text src/ocrfeeder/studio/widgetPresenter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 16c6af15fa6ad999f936df1c0d496f025d374db6 Author: Joaquim Rocha Date: Wed Jul 16 22:39:47 2014 +0200 Fix convertPixbufToImage Using GI, subpixbufs share the same pixels as the original pixbufs but point to the starting pixel given by the subpixbuf's x and y. This means that, in order to convert the subpixbuf to a Pillow Image, the right pixels buffer needs to be extracted from the original one. src/ocrfeeder/studio/widgetModeler.py | 6 ++++++ src/ocrfeeder/util/graphics.py | 15 +++++++++++++++ 2 files changed, 21 insertions(+) commit 93e05c661740803581279e9844b7bd38a4ab1abf Author: Joaquim Rocha Date: Sun Jul 13 19:04:35 2014 +0200 build: Add PIL and GObject as Python dependencies configure.ac | 2 ++ 1 file changed, 2 insertions(+) commit 5355429c21f998bbfefe7cefcfb56b79fdc69847 Author: Joaquim Rocha Date: Sun Jul 13 19:03:53 2014 +0200 build: Update configure.ac to check GI modules configure.ac | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) commit 3973dea979ba99eceb6a1eb1343cc529de66de82 Author: Joaquim Rocha Date: Sun Jul 13 10:52:36 2014 +0200 Fix loading project with more than one page gb#701453 src/ocrfeeder/studio/widgetModeler.py | 2 -- 1 file changed, 2 deletions(-) commit 3c2202b8e0e98d8cadbfc36361b8144094a3477c Author: Joaquim Rocha Date: Sun Jul 13 09:55:11 2014 +0200 Add support for multiple image TIFFs gb#624044 bin/ocrfeeder-cli.in | 8 ++++++-- src/ocrfeeder/studio/widgetModeler.py | 3 +++ src/ocrfeeder/util/graphics.py | 37 ++++++++++++++++++++++++++++++++++- 3 files changed, 45 insertions(+), 3 deletions(-) commit b32d1a1a6a5bc93310c64fe7d4c8d29ec83008de Author: Joaquim Rocha Date: Sat Jul 12 21:18:00 2014 +0200 Fix issues when no locale is set gb#704786 src/ocrfeeder/studio/widgetPresenter.py | 1 + src/ocrfeeder/util/configuration.py | 4 +++- src/ocrfeeder/util/lib.py | 2 -- 3 files changed, 4 insertions(+), 3 deletions(-) commit add19d1d4164e2e484364c7486c9af093d967331 Author: Joaquim Rocha Date: Sat Jul 12 14:48:33 2014 +0200 Fix reordering of pages in the icon view This fix involves removing drag and drop. DND should be added back without interfering with the reordering of pages in the future. gb#708109 src/ocrfeeder/studio/studioBuilder.py | 38 ----------------------------------- 1 file changed, 38 deletions(-) commit 7dfe899ff1082b044a52bd0b0514b2384333cc52 Author: Joaquim Rocha Date: Fri Jul 11 23:42:37 2014 +0200 Fix text in the pages icon view The width of the icons/text was getting huge by default after, so instead of using the Gtk.IconView's default text renderer, now a custom one is used, with a maximum width and ellipsize set. gb#708365 src/ocrfeeder/studio/pagesiconview.py | 12 ++++++++++-- src/ocrfeeder/studio/widgetPresenter.py | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) commit 128b4db0188f8d9c98819f399a72bcf6dc5e03f6 Author: Joaquim Rocha Date: Fri Jul 11 23:38:45 2014 +0200 Use Pango from GI instead of the static bindings src/ocrfeeder/feeder/documentGeneration.py | 15 +++++++-------- src/ocrfeeder/studio/dataHolder.py | 7 ++++--- src/ocrfeeder/studio/widgetModeler.py | 7 +++---- 3 files changed, 14 insertions(+), 15 deletions(-) commit 93dd2243014feffe5b77720119054fc0994840b5 Author: Joaquim Rocha Date: Mon Jul 7 22:43:20 2014 +0200 Fix problem when converting Gdk.Pixbuf to Image The previously used method was no longer working as Pillow would complain that "buffer is not large enough" so instead of using the Image.frombuffer, it now uses Image.frombytes. src/ocrfeeder/util/graphics.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) commit 684bda8cf38dac73adbe8062582f6fc167421814 Author: Joaquim Rocha Date: Mon Jul 7 22:22:10 2014 +0200 Replace print by debug for the Unpaper command src/ocrfeeder/util/lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ac98767a809e4a7657f422d10dcdc83e04ea78e8 Author: Joaquim Rocha Date: Mon Jul 7 22:16:24 2014 +0200 Fix using newer versions of Unpaper Unpaper has been forked and newer versions do not seem to work when the output image's name is the same one as the input's so the command had to be updated. gb#705610 src/ocrfeeder/util/lib.py | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) commit e7ee15cf18de66e089fb8eac2830520c8d72e156 Author: Joaquim Rocha Date: Mon Jul 7 22:16:09 2014 +0200 Fix getting engine name in ocrfeeder-cli bin/ocrfeeder-cli.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit e0e8dfb3b343a4802d047a443c1a03ebea102df0 Author: Joaquim Rocha Date: Sun Jul 6 00:52:05 2014 +0200 Fix PDF output options in ocrfeeder-cli bin/ocrfeeder-cli.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) commit 08ce79e92d2b61997d861abeb6cd317b267f46bd Author: Joaquim Rocha Date: Sun Jul 6 00:05:18 2014 +0200 Port pygtk syntax in PDF exportation dialog to GI src/ocrfeeder/studio/widgetModeler.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) commit ec596acb96c5add03a1a4cc4383ae135665269ca Author: Joaquim Rocha Date: Sun Jul 6 00:03:47 2014 +0200 Fix error when exporting a PDF with empty text areas src/ocrfeeder/feeder/documentGeneration.py | 2 ++ 1 file changed, 2 insertions(+) commit 779e268b8bb8cd240006036a6886e61b37803c7d Author: Joaquim Rocha Date: Sun Jun 29 20:43:19 2014 +0200 Use the last visited dir when adding a new image This is only true in the same session but in the future, this should be added to the configuration so it persists between different sessions. src/ocrfeeder/studio/studioBuilder.py | 9 +++++++++ 1 file changed, 9 insertions(+) commit 01c1ca12ba8c1df6adc509c36e5da83cfc1d2266 Author: Joaquim Rocha Date: Sun Oct 27 12:39:27 2013 +0100 Add new files to POTFILES.in po/POTFILES.in | 2 ++ 1 file changed, 2 insertions(+) commit 0eb46f60997cccc78994c15b040ae3e84ebac3cd Author: Joaquim Rocha Date: Sun Oct 27 12:38:37 2013 +0100 build: Add new Python files to Makefile.am src/ocrfeeder/studio/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 4ae9f42bc289297fe3c251b6f3fcd05c03b1ad76 Author: Joaquim Rocha Date: Mon Oct 21 23:35:42 2013 +0200 Update copyright of some files src/ocrfeeder/studio/customWidgets.py | 3 ++- src/ocrfeeder/studio/studioBuilder.py | 3 ++- src/ocrfeeder/studio/widgetModeler.py | 2 +- src/ocrfeeder/studio/widgetPresenter.py | 3 ++- src/ocrfeeder/util/graphics.py | 3 ++- src/ocrfeeder/util/lib.py | 3 ++- 6 files changed, 11 insertions(+), 6 deletions(-) commit 048cf620431a0bac0500a55f46c54f1790be6420 Author: Joaquim Rocha Date: Mon Oct 21 23:21:37 2013 +0200 Port widgetPresenter to GI src/ocrfeeder/studio/widgetPresenter.py | 910 +++++++++++++++++--------------- src/ocrfeeder/util/lib.py | 10 + 2 files changed, 480 insertions(+), 440 deletions(-) commit 1b5b381d4c78892c14234d74ca6ed9250ffdee19 Author: Joaquim Rocha Date: Mon Oct 21 23:20:41 2013 +0200 Port widgetModeler to GI src/ocrfeeder/studio/widgetModeler.py | 84 +++++++++++++++++++---------------- 1 file changed, 46 insertions(+), 38 deletions(-) commit 33a430ba0d637c86763dff93c807e3581be90a66 Author: Joaquim Rocha Date: Mon Oct 21 22:41:30 2013 +0200 Remove unused class src/ocrfeeder/studio/widgetPresenter.py | 23 ----------------------- 1 file changed, 23 deletions(-) commit 954794baac9b78384b11e03f3509e688b959cb56 Author: Joaquim Rocha Date: Tue Oct 15 19:53:16 2013 +0200 Port graphics.py to GI src/ocrfeeder/util/graphics.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 45aca2868b05a869f380ddfeac0303c94f1f334a Author: Joaquim Rocha Date: Tue Oct 15 19:52:20 2013 +0200 Port asyncworker to GI src/ocrfeeder/util/asyncworker.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit d02670d09ac3a0188d562b9231a9a2b3fa0659e5 Author: Joaquim Rocha Date: Sat Sep 14 19:37:24 2013 +0200 Port lib.py to GI src/ocrfeeder/util/lib.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) commit 65726aa405bf81227be877fe1f89a377fc8424bd Author: Joaquim Rocha Date: Sat Sep 14 19:34:01 2013 +0200 Port studioBuilder.py to GI src/ocrfeeder/studio/studioBuilder.py | 66 +++++++++++++++++------------------ 1 file changed, 33 insertions(+), 33 deletions(-) commit 134b148408e9c98f0bad1c26745281d188dff103 Author: Joaquim Rocha Date: Sat Sep 14 19:32:23 2013 +0200 Remove unused import from studioBuilder.py src/ocrfeeder/studio/studioBuilder.py | 1 - 1 file changed, 1 deletion(-) commit 8e6faaad5cfc6c042fb19ec614b9cbd10e79764f Author: Joaquim Rocha Date: Sat Sep 14 19:31:50 2013 +0200 Port dataHolder.py to GI src/ocrfeeder/studio/dataHolder.py | 40 +++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 20 deletions(-) commit 0d5f3a12ab935fcdab80b9c31b05cc48d314dc72 Author: Joaquim Rocha Date: Thu Sep 12 22:01:11 2013 +0200 Rename SelectableBoxesArea and move it to its own file Now it is called BoxesArea. Also update the import of the old name accordingly. src/ocrfeeder/studio/boxesarea.py | 558 ++++++++++++++++++++++++++++++++++ src/ocrfeeder/studio/customWidgets.py | 544 +-------------------------------- src/ocrfeeder/studio/widgetModeler.py | 4 +- 3 files changed, 561 insertions(+), 545 deletions(-) commit a5c2b1e4d0f33daf0a0f7007011a56627e3522d0 Author: Joaquim Rocha Date: Tue Sep 10 22:06:00 2013 +0200 Port customWidgets.py to GI src/ocrfeeder/studio/customWidgets.py | 183 +++++++++++++++++----------------- 1 file changed, 92 insertions(+), 91 deletions(-) commit b7c41bb73299f222906b6dc3fe22a1e96f79e137 Author: Joaquim Rocha Date: Sun Sep 8 23:41:05 2013 +0200 Fix PIL importation src/ocrfeeder/feeder/imageManipulation.py | 2 +- src/ocrfeeder/feeder/layoutAnalysis.py | 2 +- src/ocrfeeder/studio/dataHolder.py | 2 +- src/ocrfeeder/studio/widgetPresenter.py | 2 +- src/ocrfeeder/util/graphics.py | 2 +- src/ocrfeeder/util/lib.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) commit 3403e5da87ed3273d36b2680bb79687215dccfcf Author: Joaquim Rocha Date: Sat May 18 01:02:38 2013 +0200 Refactored SourceImagesSelectorIconView Now it is called PagesIconView, was separated into its own file and was ported to GI. src/ocrfeeder/studio/pagesiconview.py | 169 +++++++++++++++++++++++++++++++++ src/ocrfeeder/studio/studioBuilder.py | 51 +++++----- src/ocrfeeder/studio/widgetModeler.py | 173 +++------------------------------- 3 files changed, 207 insertions(+), 186 deletions(-) commit 63c35d611c98dc2f2ad7f8951023de189933610e Author: Daniel Mustieles Date: Tue Apr 15 14:30:51 2014 +0200 Updated Spanish translation po/es.po | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) commit 9b1f6dc683ddbe0f4ce46bfd36538ad108d636e1 Author: Daniel Mustieles Date: Tue Apr 15 14:30:40 2014 +0200 Updated Spanish translation help/es/es.po | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) commit 5be0ec2c785ccf9761b92787c074a5541fe1e6e8 Author: Piotr Drąg Date: Sun Apr 6 19:29:57 2014 +0200 doap: update URLs README | 6 +++--- ocrfeeder.doap | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) commit 5fb3a088ffc7583972b703622f37461893176b59 Author: Daniel Mustieles Date: Thu Mar 27 12:59:56 2014 +0100 Updated Spanish translation help/es/es.po | 112 +++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 75 insertions(+), 37 deletions(-) commit 642273667b7f3c6c4975f9b2f504c211eac35cbe Author: Andre Klapper Date: Sun Mar 23 23:00:41 2014 +0100 User docs: Fix typo in page ID help/C/ocrconfiguration.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2e7104dcb3e5da0e9fed91f9765f1e5eaf712505 Author: Marek Černocký Date: Sun Mar 23 22:53:11 2014 +0100 Updated Czech translation help/cs/cs.po | 101 +++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 69 insertions(+), 32 deletions(-) commit 9bae710103a97f860df3b6634201a85441f5ab27 Author: Andre Klapper Date: Sun Mar 23 21:51:15 2014 +0100 User docs: Remove empty See Also link help/C/projects.page | 1 - 1 file changed, 1 deletion(-) commit 15f3b538dd5835f2fd8895b42d9093e826f9b0cc Author: Andre Klapper Date: Sun Mar 23 21:50:27 2014 +0100 User docs: Fix invalid markup help/C/documentgeneration.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 4e3eb86b64ce35241390debf97331b922912bb58 Author: Attila Hammer Date: Tue Feb 25 08:06:18 2014 +0000 Updated Hungarian translation po/hu.po | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) commit 66604cb8810a2062e4d9320a643c3a1172a57db0 Author: Dimitris Spingos Date: Mon Feb 3 07:45:55 2014 +0200 Updated Greek translation po/el.po | 919 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 545 insertions(+), 374 deletions(-) commit 5a2f21b94aa58acf2776648ca9cd821eeba1fbd2 Author: Dimitris Spingos Date: Sun Nov 10 22:34:02 2013 +0200 Added Greek help translation help/Makefile.am | 2 +- help/el/el.po | 1132 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1133 insertions(+), 1 deletion(-) commit 22218bcf98670871460818727434ee4972818288 Author: Piotr Drąg Date: Sun Sep 15 20:53:17 2013 +0200 Fix a broken tag in German help translation help/de/de.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e368b1eaf4338ddc4fd0595c48dbf8bc30b8b847 Author: Fran Diéguez Date: Sun Sep 15 17:44:14 2013 +0200 Updated Galician translations po/gl.po | 408 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 233 insertions(+), 175 deletions(-) commit 23bd2237f35d12c0109feacd117ecd61369fd5c7 Author: Piotr Drąg Date: Wed Sep 11 01:49:59 2013 +0200 Fix a broken tag in Ukrainian help translation help/uk/uk.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 05fa5861e17f8508bd16821451cc32aa5e0dba5f Author: Wylmer Wang Date: Fri Jul 12 23:09:22 2013 +0800 Update Chinese simplified translation po/zh_CN.po | 788 +++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 464 insertions(+), 324 deletions(-) commit 06af3e1bf5a9386d7df1322d00cd0d7d79cd0db2 Author: Marek Černocký Date: Tue Jun 11 16:03:43 2013 +0200 Updated Czech translation po/cs.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 5fd5f1758a16b320e606006d8956f920d64fcf94 Author: Marek Černocký Date: Tue Jun 11 16:03:37 2013 +0200 Updated Czech translation help/cs/cs.po | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 61 insertions(+), 9 deletions(-) commit 47b5bd6fe70f3974afab250d48750db8b9f874e7 Author: Hammer Attila Date: Wed May 15 22:07:58 2013 +0200 Update scanning preferences Make it scan with 300dpi resolution and in color mode. src/ocrfeeder/util/lib.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) commit 4be6ffabcf1445bf99b87ccd9836fe51a80c624e Author: Daniel Mustieles Date: Tue May 14 16:02:57 2013 +0200 Updated Spanish translation help/es/es.po | 83 +++++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 63 insertions(+), 20 deletions(-) commit b41567abac3b21927931a03943ce4ac119072442 Author: Joaquim Rocha Date: Thu May 9 12:32:47 2013 +0200 doc: Correct English from the previous patch and reorganize the text help/C/documentgeneration.page | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) commit b3bcda11c4677db98967ddc71459bb928edc94ba Author: Attila Hammer Date: Sat Apr 27 07:23:51 2013 +0200 Update the document generation related help file help/C/documentgeneration.page | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) commit c3c414f3d343ecad94d8976087557af9bfbdc8dc Author: Gabor Kelemen Date: Sat Apr 20 12:58:55 2013 +0200 Fix another misplaced parenthesis to show the localized string src/ocrfeeder/studio/widgetPresenter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ab516ea5611addd4e7e2bc6f30bf0b6f07e21f69 Author: Gabor Kelemen Date: Sat Apr 20 12:07:43 2013 +0200 Fix misplaced parenthesis. This caused the string to not appear translated src/ocrfeeder/studio/widgetModeler.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 963608e374a0fbb092d980c9121e290bc627307b Author: Gabor Kelemen Date: Sat Apr 20 02:26:07 2013 +0200 Updated Hungarian translation by Attila Hammer po/hu.po | 791 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 468 insertions(+), 323 deletions(-) commit fbf08d7f14a3a8c5a10c0548525c31a8c5e11fa4 Author: Fran Diéguez Date: Wed Mar 20 21:28:14 2013 +0100 Fix typo in Galician translations for docs help/gl/gl.po | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) commit 70f50ed514fd3b8338844f7d3a9e8368e6b1fbf2 Author: Martin Srebotnjak Date: Thu Mar 14 20:38:29 2013 +0100 Updated Slovenian translation po/sl.po | 397 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 222 insertions(+), 175 deletions(-) commit 17478c69f6b8750fe174722a954b8eae37b631c3 Author: Aharon Don Date: Sun Feb 24 19:52:01 2013 -0300 Updated Hebrew translation po/LINGUAS | 1 + po/he.po | 1199 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1200 insertions(+) commit 07ce2bb44ec290c9a5a49c4ee8f6f1afa04a2cce Author: Мирослав Николић Date: Wed Feb 20 20:56:27 2013 +0100 Updated Serbian translation po/sr.po | 413 ++++++++++++++++++++++++++++++++------------------------- po/sr@latin.po | 413 ++++++++++++++++++++++++++++++++------------------------- 2 files changed, 472 insertions(+), 354 deletions(-) commit e9a8258634ee214210c0048eadc23b997996689d Author: Marek Černocký Date: Sun Feb 17 11:35:11 2013 +0100 Updated Czech translation po/cs.po | 409 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 234 insertions(+), 175 deletions(-) commit 7e9e972957b635db160d6f07d430c9531a8c51d1 Author: Rafael Ferreira Date: Sat Feb 16 22:37:08 2013 -0200 Updated Brazilian Portuguese translation po/pt_BR.po | 853 +++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 505 insertions(+), 348 deletions(-) commit 35ab63bdf7515cb721ebfe0b0437e6c3a0ea7086 Author: Daniel Mustieles Date: Mon Feb 11 14:39:14 2013 +0100 Updated Spanish translation po/es.po | 413 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 237 insertions(+), 176 deletions(-)