commit 88b465e1f45987275a89afbaa81d053082405b98 Author: Felix Riemann Date: Mon Feb 20 21:34:49 2012 +0100 Prepare for release 3.3.90 NEWS | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) commit e4385e21e61b19b4cfbfc0333a7a497d87a5555b Author: Felix Riemann Date: Mon Feb 20 19:16:52 2012 +0100 pythonconsole: Fix variable's namespace plugins/pythonconsole/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 176264f37abe4d70aa1fa6b4bb73670b1107ca5c Author: Felix Riemann Date: Mon Feb 20 19:06:00 2012 +0100 pythonconsole: Make UI labels translatable plugins/pythonconsole/__init__.py | 7 +++++-- po/POTFILES.in | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) commit 084615cf2958d3c2917afa1e396d1dbb58d4746b Author: Gil Forcada Date: Sun Feb 19 00:55:48 2012 +0100 [l10n] Minor fixes on Catalan translation po/ca.po | 179 +++++++++++++++++++++++++++++++++++++++++++++---------------- 1 files changed, 132 insertions(+), 47 deletions(-) commit eae55f4e859ebb0990f4ce928acf327a70c26889 Author: Matej Urbančič Date: Fri Feb 17 21:28:40 2012 +0100 Updated Slovenian translation po/sl.po | 174 +++++++++++++++++++++++++++++++++++++++++++------------------- 1 files changed, 121 insertions(+), 53 deletions(-) commit 8d33ff66494d39fc0be51aae1d13c0a90195f1d5 Author: Adam Matoušek Date: Thu Feb 16 10:26:58 2012 +0100 Updated Czech translation po/cs.po | 141 ++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 88 insertions(+), 53 deletions(-) commit e1af61996962c3358c14ffaf93f06d1d09667786 Author: Daniel Mustieles Date: Wed Feb 15 11:09:31 2012 +0100 Updated Spanish translation po/es.po | 50 ++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 48 insertions(+), 2 deletions(-) commit 3d2ec1ef54cfa21bd245a943ff68e04fa3c950d8 Author: Felix Riemann Date: Tue Feb 14 19:07:55 2012 +0100 pythonconsole: Import changes from gedit's pythonconsole plugin This imports 3-4 years of changes done to the gedit variant of the plugin. It contains mostly under the hood stuff but is also slightly more configurable (colors, fonts). So, kudos go to the original authors. We only use some slightly different defaults in eog. configure.ac | 14 + plugins/pythonconsole/Makefile.am | 26 ++- plugins/pythonconsole/__init__.py | 13 +- plugins/pythonconsole/config.py | 74 +++++ plugins/pythonconsole/config.ui | 136 ++++++++++ plugins/pythonconsole/console.py | 286 ++++++++++++++------ ...ome.eog.plugins.pythonconsole.gschema.xml.in.in | 30 ++ po/POTFILES.in | 2 + po/POTFILES.skip | 1 + 9 files changed, 488 insertions(+), 94 deletions(-) commit 7d8d1746e90263e01f56f612d5f688b12d9c4963 Author: Adrian Zgorzałek Date: Thu Feb 9 21:01:40 2012 +0100 fullscreenbg: Remove unnecessary import plugins/fullscreenbg/fullscreenbg.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 97e5c2530d7c096cc2722946a23bc4f28117c7a5 Author: Adrian Zgorzałek Date: Thu Feb 9 20:59:33 2012 +0100 slideshowshuffle: Use string literals with WindowMode plugins/slideshowshuffle/slideshowshuffle.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit d3f03511352b805ab0843c26da8e71ba097e42c2 Author: Felix Riemann Date: Thu Feb 9 21:37:01 2012 +0100 fullscreenbg: Fix whitespace indentation The plugin only used 2 whitespace chars per indentation level. Python people seem to be settled on 4 chars instead. plugins/fullscreenbg/fullscreenbg.py | 96 ++++++++++++++++++---------------- 1 files changed, 50 insertions(+), 46 deletions(-) commit f38344b804a895bdff45c7b9b11ebcf3c9e0f18b Author: Felix Riemann Date: Thu Feb 9 21:22:36 2012 +0100 pythonconsole: Use correct whitespace indentation plugins/pythonconsole/__init__.py | 122 +++++----- plugins/pythonconsole/console.py | 536 +++++++++++++++++++------------------ 2 files changed, 330 insertions(+), 328 deletions(-) commit c9c50a39ccec5e338b92df0dccd247c77d54430a Author: Felix Riemann Date: Thu Feb 9 20:31:37 2012 +0100 fullscreenbg: Fix typo plugins/fullscreenbg/fullscreenbg.py | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit c0f9d06f73fb231080211a0a633639e15239a9c9 Author: Daniel Mustieles Date: Thu Feb 9 17:29:40 2012 +0100 Updated Spanish translation po/es.po | 140 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 86 insertions(+), 54 deletions(-) commit df5008a055f63238a8fd287b022fb654eb51a664 Author: Felix Riemann Date: Thu Feb 9 15:50:32 2012 +0100 fullscreenbg: Fix UI file target directory for eog-3.3.6+ After eog-3.3.5 the plugin data dir that plugins can query dynamically from the engine has changed. Fix the installation dir accordingly. configure.ac | 2 +- plugins/fullscreenbg/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit b906c663e0fdc2cda6cb344f353e0f4333d3be8a Author: Felix Riemann Date: Thu Feb 9 14:46:35 2012 +0100 Post-release version bump configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)