[Libreoffice-commits] core.git: Changes to 'refs/changes/75/5375/2'

2014-09-29 Thread David Bolen
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/75/5375/1'

2014-09-29 Thread David Bolen
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/48/6148/1'

2014-09-29 Thread David Bolen
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/48/6148/3'

2014-09-29 Thread David Bolen
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/48/6148/2'

2014-09-29 Thread David Bolen
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - pyuno/source

2013-10-07 Thread David Bolen
pyuno/source/module/uno.py | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) New commits: commit fe4ec778164c8420c187b13c31a44b40622c159a Author: David Bolen Date: Sun Oct 6 19:23:14 2013 -0400 fdo#70196: Python 2 compatibility for UNO import error handling

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - pyuno/source

2013-10-07 Thread David Bolen
pyuno/source/module/uno.py | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) New commits: commit 2665c114f0adc466efa6ab49cd54d8f633f112fa Author: David Bolen Date: Sun Oct 6 19:23:14 2013 -0400 fdo#70196: Python 2 compatibility for UNO import error handling

[Libreoffice-commits] core.git: pyuno/source

2013-10-07 Thread David Bolen
pyuno/source/module/uno.py | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) New commits: commit df1076965f63eedc6cc104c96b993ab598b8b1d4 Author: David Bolen Date: Sun Oct 6 19:23:14 2013 -0400 fdo#70196: Python 2 compatibility for UNO import error handling

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - pyuno/source

2013-08-13 Thread David Bolen
: David Bolen Date: Fri Aug 9 23:35:27 2013 -0400 fdo#50470: Restore pyuno object method introspection in Python 3 Switch to __dir__ entry point for introspection as Python 3 dropped support for __members__/__methods__. This is backwards compatible to Python 2.6. Module

[Libreoffice-commits] core.git: pyuno/source

2013-08-13 Thread David Bolen
: David Bolen Date: Fri Aug 9 23:35:27 2013 -0400 fdo#50470: Restore pyuno object method introspection in Python 3 Switch to __dir__ entry point for introspection as Python 3 dropped support for __members__/__methods__. This is backwards compatible to Python 2.6. Module

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - pyuno/source

2013-07-29 Thread David Bolen
pyuno/source/module/uno.py | 50 - 1 file changed, 41 insertions(+), 9 deletions(-) New commits: commit acc7484b0fd1d5df2a709399bcdf03ec81943e71 Author: David Bolen Date: Mon Jul 29 12:44:26 2013 +0200 fdo#66025: Improve accuracy of

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - pyuno/source

2013-07-29 Thread David Bolen
pyuno/source/module/uno.py | 50 - 1 file changed, 41 insertions(+), 9 deletions(-) New commits: commit 52a533cc31f630ad482fe0fde8d925b459c787bf Author: David Bolen Date: Mon Jul 29 12:44:26 2013 +0200 fdo#66025: Improve accuracy of

[Libreoffice-commits] core.git: pyuno/source

2013-07-24 Thread David Bolen
pyuno/source/module/uno.py | 12 1 file changed, 4 insertions(+), 8 deletions(-) New commits: commit fbe28de6fbfdce41544e4e93168d32661add8285 Author: David Bolen Date: Wed Jul 24 07:07:14 2013 -0400 fdo#66025: Simplify new ImportError logic Signed-off-by: Stephan

[Libreoffice-commits] core.git: pyuno/source

2013-07-24 Thread David Bolen
pyuno/source/module/uno.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 329125abb63061214897e4f215d41cfa4b13b4b0 Author: David Bolen Date: Wed Jul 24 13:03:48 2013 +0200 fdo#66025: Minor clean-up of previous patch Change-Id

[Libreoffice-commits] core.git: pyuno/source

2013-07-24 Thread David Bolen
pyuno/source/module/uno.py | 39 +++ 1 file changed, 31 insertions(+), 8 deletions(-) New commits: commit 7fd81244c21ad54a8b9766902fd7c34e8055b165 Author: David Bolen Date: Wed Jul 24 09:57:03 2013 +0200 fdo#66025: Improve ImportError raised from

Source tree location hint for writer table issue?

2012-03-29 Thread David Bolen
I was wondering if someone more familiar with the source tree layout than I am might be able to offer a hint as to where I should be looking for something? I'm trying to investigate an issue with tables (in Writer) that showed up when I auto-generated a table, where selecting the table as a whole

[PATCH] Compilation fix - GTK print dialog headers for GTK < 2.14

2012-03-20 Thread David Bolen
This fell out when I was working on my last patch for sub-menu icons. Initially building with GTK failed on my system due to a missing gtkunixprint.h header, which I worked around by just manually disabling ENABLE_GTK_PRINT. Afterwards I took another peek, and it looks like the problem is that gtk

Re: [PATCH] Missing sub-menu arrows with 3.5.x and GTK < 2.15

2012-03-19 Thread David Bolen
On Mon, Mar 19, 2012 at 5:59 AM, Michael Meeks wrote: > >        Sounds very sensible. Just one minor complaint: - I loathe the > implementation of gtk_check_version - its impl. is as clear as mud, it > returns an non-translated string not a boolean etc. etc. ;-) > >        Any chance of a tweak t

[PATCH] Missing sub-menu arrows with 3.5.x and GTK < 2.15

2012-03-18 Thread David Bolen
Using LO 3.5.x on a system with GTK < 2.15.0 loses all the sub-menu icons, because there is no menu item arrow-scaling property until then, so the code introduced in commit 948c14ee appears to scale the arrows to 0%. I realize that's a pretty old GTK version, but I ran into this on my Ubuntu 8.04

License statement

2012-03-12 Thread David Bolen
I confirm that all of my past and future contributions to the LibreOffice project are licensed under the MPL / LGPLv3+. -- David ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [REVIEW][3-5] Re: Two Python 2.x regressions in LibreOffice 3.5.1RC1

2012-03-12 Thread David Bolen
Michael Stahl writes: > thanks for bringing these regressions to this list; in my experience > usually QA people aren't very fond of looking at API issues. Thanks for committing the patches (plus handling the regression introduced by the proposed patch in fdo#46926). > unfortunately it's probab

Two Python 2.x regressions in LibreOffice 3.5.1RC1

2012-03-03 Thread David Bolen
I've run into two regressions (from 3.4.5) when using LibreOffice 3.5.1RC1 with the internal Python interpreter (though I believe it will affect any Python 2.x user), both apparently unintended consequences of an earlier Python 3 compatibility commit. I'm pretty sure these were present in 3.5.0 bu