[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-03-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 --- Comment #236 from David Hersh 2012-03-17 20:34:24 UTC --- Nominate bug 44011, added videos or audio crash impress as soon as a presentation is started. This may be a windows specific issue, but it happens on 32 and 64 bit windows systems. Th

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-03-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Tyler Mobray changed: What|Removed |Added Depends on||44011 --- Comment #235 from Tyler Mobray

Re: Patchtool

2012-03-17 Thread Norbert Thiebaud
Just to be clear. _I_ have no interest in the web-side of it. I am interested only in the email harvesting side, as it would save me the trouble of re-inventing the wheel for a couple of tools I have in mind. That is why I asked if the source was available. Norbert __

Re: Patchtool

2012-03-17 Thread Christian Lohmaier
Hi Josh, *, On Sat, Mar 17, 2012 at 12:33 AM, Josh Heidenreich wrote: > > For the last few days I have been working on a tool I call "patchtool". > > Check it out here: > http://thejosh.info/libreoffice/patchtool/ Reinventing the wheel in a sense, as patchwork already existed - it does basically

Re: Patchtool

2012-03-17 Thread Josh Heidenreich
Hi, > Do you have the source somewhere public ? I was going to make a github project for it. The current codebase is fairly generic and can be used for any mailman mailing list, so I don't see any need for it to be libreoffice only. Of course for it to be truly useful we need LibO-specific feature

GSoC idea to improve LightProof

2012-03-17 Thread Коростіль Данило
Hi folks! I want to be honest. I was planed to be involved in LanguageTool project. Unfortunately, Google refused their application form for some reasons. I wasn't ready for that cruel turn. However I have big hope than I can switch to LightProof (because it's almost the same project). I have

[PATCH] Windows lcms2 library import fix

2012-03-17 Thread Lubos Lunak
Hello, there is a link error in writerperfect's cdrimport, caused by libcdr/lcms2 libraries. So as far as I understand it, on Windows a library uses dllexport when it is being built and dllimport when something else is built against it. Our libraries achieve this by detecting they're being b

[PATCH] SVG import: keep aspect ratio when transforming viewbox to viewport

2012-03-17 Thread Chr. Rossmanith
Hi, bug 47451 has a test doc (svg) attached which isn't imported correctly by LibreOffice. One problem is that the aspect ratio is changed because the viewbox is zoomed to be of identical size as the viewport. I've changed the zoom to be the same for width and height. Christina >From f4ec37

Re: LibreOffice / openIndiana ...

2012-03-17 Thread Jonathan Adams
that should have hopefully updated the wiki. cheers for that (hopefully you've done the configure.in, changing the grep's was my biggest bug bear :) ) I will clean up and see how far a fresh compile goes. thanks. Jon On 16 March 2012 22:41, Michael Stahl wrote: > On 05/03/12 16:03, Jonathan A

[no subject]

2012-03-17 Thread Jonathan Adams
Hi All All my current and past contributions made to the LibreOffice project are done under MPL1.1+ / GPLv3+ / LGPLv3+. Until further notice, all my future contributions to the LibreOffice project are available under MPL1.1+ / GPLv3+ / LGPLv3+. (words stolen from Albert Thuswaldner :) ) Regards

Re: How does one do "registration of SDK with Visual Studio"?

2012-03-17 Thread Fridrich Strba
And since the ooowintool looks for that exact one first... Time to bin that particular check and go with the default one. Cheers F. Sent from Samsung Mobile Tor Lillqvist wrote: > What do you have in registry OK, thanks! That was the crucial thing. The HKCU value was a bogus leftover pointi

[PATCH] Remove unused code (sdext)

2012-03-17 Thread Chr. Rossmanith
Hi, some more code removal. Probably the private variable maTransform can be removed as well: it is initialized with the identity transform and never changed afterwards. Christina >From 50b891e4dc8c9ae3587ea59a8f9e02c5ec21bf6a Mon Sep 17 00:00:00 2001 From: Christina Rossmanith Date: Sat, 17

Re: How does one do "registration of SDK with Visual Studio"?

2012-03-17 Thread Tor Lillqvist
> What do you have in registry OK, thanks! That was the crucial thing. The HKCU value was a bogus leftover pointing to the now non-existent SDK v6.0A. I removed my HKCU\Software\Microsoft\Microsoft SDKs\Windows key completely, the HKLM one seems to be enough. --tml ___

Re: How does one do "registration of SDK with Visual Studio"?

2012-03-17 Thread khagaroth
What do you have in registry under HKLM\SOFTWARE\Microsoft\Microsoft SDKs\Windows (HKLM\SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Windows for x64) and HKCU\SOFTWARE\Microsoft\Microsoft SDKs\Windows in CurrentInstallFolder? Both should be the same (path to the current SDK folder). On Sat, Mar

Re: How does one do "registration of SDK with Visual Studio"?

2012-03-17 Thread Tor Lillqvist
> Try the commandline tool, open the SDK > commandline, navigate to the SDK dir and type "WindowsSdkVer.exe > -version:vX.X" (instead of vX.X use the SDK version you want, ie > v7.1). Still no change;) (As such, I have no problem using MSVS2008 from the command line in a plain minimal cmd.exe or

Re: How does one do "registration of SDK with Visual Studio"?

2012-03-17 Thread khagaroth
There is a bug that prevents the GUI tool from working on some systems (especially localized ones, temporarily setting locale settings to English might help). Try the commandline tool, open the SDK commandline, navigate to the SDK dir and type "WindowsSdkVer.exe -version:vX.X" (instead of vX.X use

Re: How does one do "registration of SDK with Visual Studio"?

2012-03-17 Thread Tor Lillqvist
>  in the menu: Microsoft Windows SDK 7.1 -> Visual Studio Registration -> > Windows SDK Configuration Tool Ah, OK. No effect though;) --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/lib

Re: How does one do "registration of SDK with Visual Studio"?

2012-03-17 Thread Lubos Lunak
On Saturday 17 of March 2012, Tor Lillqvist wrote: > My commit f3f6c9be9864088b94f874c6ef2ce8ab1dd45f2a. was reverted (so I > can't now compile lcms2 for instance), and I also see the same problem > (windows.h not found) when compiling ICU. In the reverting commit, > Fridrich says "registration of

How does one do "registration of SDK with Visual Studio"?

2012-03-17 Thread Tor Lillqvist
My commit f3f6c9be9864088b94f874c6ef2ce8ab1dd45f2a. was reverted (so I can't now compile lcms2 for instance), and I also see the same problem (windows.h not found) when compiling ICU. In the reverting commit, Fridrich says "registration of SDK with Visual Studio [2008] seems to be the answer". How

Re: build error

2012-03-17 Thread Lubos Lunak
On Saturday 17 of March 2012, Winfried Donkers wrote: > It seems that the patch provided by Stephan Bergmann on 16 March > (Introduced SystemShellExecuteFlags::URIS_ONLY, revision > d4b67611c421ebe9b75284106fe389b434419961 ) introduced a build error: > core/shell/source/unix/exec/shellexec.cxx:261

Re: build error

2012-03-17 Thread Matúš Kukan
On 17 March 2012 17:07, Winfried Donkers wrote: > It seems that the patch provided by Stephan Bergmann on 16 March (Introduced > SystemShellExecuteFlags::URIS_ONLY, revision   > d4b67611c421ebe9b75284106fe389b434419961 ) introduced a build error: > core/shell/source/unix/exec/shellexec.cxx:261:26

build error

2012-03-17 Thread Winfried Donkers
It seems that the patch provided by Stephan Bergmann on 16 March (Introduced SystemShellExecuteFlags::URIS_ONLY, revision d4b67611c421ebe9b75284106fe389b434419961 ) introduced a build error: core/shell/source/unix/exec/shellexec.cxx:261:26: error: 'URIS_ONLY' is not a member of 'com::sun::star:

[PATCH] Remove unused code

2012-03-17 Thread Chr. Rossmanith
Hi, I had a look at unusedcode.easy (sdext/presenter) and removed a little bit more than mentioned there: as there are no end callbacks added (AddEndCallback() was unused), there is no need to run them -> RunEndCallbacks() could be removed as well. Same logic for start callbacks. Finally mpSt

[REVIEW-3-5] Re: [Libreoffice-commits] .: svx/inc

2012-03-17 Thread Lubos Lunak
On Saturday 17 of March 2012, Lubos Lunak wrote: > svx/inc/svx/sdrpaintwindow.hxx |3 +++ > 1 file changed, 3 insertions(+) > > New commits: > commit 9865a0d430da8948210a2cd9d4bae08e6023f4c8 > Author: Luboš Luňák > Date: Sat Mar 17 08:39:26 2012 +0100 > > workaround broken msvc template

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-03-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 --- Comment #234 from markusN 2012-03-17 00:27:47 PDT --- Nominating bug 35132 - cannot print in landscape in writer -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: ---