Re: [Libreoffice] [REVIEW-3-4-5] [PUSHED] Re: gcc 4.6.2 + boost 1.48.0 and unordered_map assignment operator const issues [was gcc 4.6.2]

2011-12-27 Thread David Tardon
On Wed, Dec 21, 2011 at 03:10:57PM +, Michael Meeks wrote: > > On Wed, 2011-12-21 at 13:15 +0100, Petr Mladek wrote: > > So, I have pushed it to the libreoffice-3-4 branch, see > > http://cgit.freedesktop.org/libreoffice/bootstrap/commit/?h=libreoffice-3-4&id=9c2ab9f4febec2b2c5fac25469f1d0cfed

Re: [Libreoffice] [PATCH] Easyhack fdo#38831 - Convert some SvStrings to std::vector

2011-12-27 Thread Brad Sowden
> Attached are 2 patches to covert come SvStrings to std::vector. Hi again, I realised I missed some size_t conversions and attached is an updated version of the second patch (the first patch is fine). Any comments on the size_t changes/best practice welcomed. Thanks, Brad From b33943df72286ffa

[Libreoffice] libreoffice.boldandbusted.com: Bumped cppcheck; some notes on errors and style warnings

2011-12-27 Thread Jesse Adelman
Hi LO, I bumped cppcheck from git upstream today. You can see what it found at http://libreoffice.boldandbusted.com/ . Some unorganized, just-a-glance-worth's of stuff that looked shiny: * There's memleaks, leakNoVarFunctionCall, resourceLeak, memleakOnRealloc errors afoot. * There's syntax

Re: [Libreoffice] [PUSHED] Re: minor problem with Insert -> indexes and tables dialog

2011-12-27 Thread Lior Kaplan
On Tue, Dec 27, 2011 at 4:50 PM, Jan Holesovsky wrote: > Hi Ivan, > > Ivan Timofeev píše v Út 27. 12. 2011 v 17:47 +0400: > > > SwMultiTOXTabDialog is derived from TabDialog. TabDialog uses the weird > > automatic arrangement code, see vcl/source/window/tabdlg.cxx, method > > TabDialog::ImplPosCo

[Libreoffice] [PUSHED] Re: [Broken patch] Frame dialogue, try to draw the preview at its original size

2011-12-27 Thread Jan Holesovsky
Hi Astron, Stefan Knorr (Astron) píše v Čt 22. 12. 2011 v 21:16 +0100: > So, I wrote a patch, everything looks fine, but the preview image > can't be mirrored any more (or is maybe drawn mirrored somewhere it > can't be seen). Attaching this patch might be a bit embarrassing, but > I hope people

Re: [Libreoffice] Libo 3.5 and visio files

2011-12-27 Thread Fridrich Strba
Hello, Luc, On 27/12/11 15:14, Luc Castermans wrote: In order to test Visio import for Libo 3.5 I search the Internet and found a couple. One group, which I downloaded from a MS-site, import nicely. A couple of other files, do not import, instead the import-filter selector is shown upon opening

Re: [Libreoffice] [PATCH] Remove options "Show preview of fonts" and "Show font history"

2011-12-27 Thread Jan Holesovsky
Hi Stefan, August, Stefan Knorr (Astron) píše v Pá 23. 12. 2011 v 12:06 +0100: > > In the particular case of the Fonts I can see that a user on a low resource > > PC would prefer to quickly see a list with the font names instead of waiting > > for each font to be drawn... (I'm guessing here, luck

[Libreoffice] [PUSHED] Re: [REVIEW 3-4-5] untranslated menu items

2011-12-27 Thread Jan Holesovsky
Hi Andras, Petr, David, Andras Timar píše v Pá 23. 12. 2011 v 16:47 +0100: > >> How to reproduce: > >> 1. start writer in your favorite locale > >> 2. select View->Data Sources from menu > >> 3. open a table > >> 4. right click on a cell. A popup menu with just one item--Copy--is > >>opened.

Re: [Libreoffice] Problem Building - NSS Depedency

2011-12-27 Thread Jan Holesovsky
Hi Marc-Andre, Marc-André Laverdière píše v So 24. 12. 2011 v 15:23 -0500: > By the way, when building with the nss system lib instead, I get this: > http://libreoffice.pastebin.ca/2096180 Can you please pastebin the full logs? You posted just the error, not the linker command line or at least

Re: [Libreoffice] about insert in tool bar in the writer

2011-12-27 Thread Jan Holesovsky
Hi, 胡其图 píše v Ne 25. 12. 2011 v 20:40 +0800: > I added a top-down left-right button in toolbar (called .uno > VerticalTextL2R), and add it to the model Presentation and Drawing > successfully but failed in Writer. > I know to add a button, first modify some xml file, and I did it > these model

[Libreoffice] [PUSHED] Re: minor problem with Insert -> indexes and tables dialog

2011-12-27 Thread Jan Holesovsky
Hi Ivan, Ivan Timofeev píše v Út 27. 12. 2011 v 17:47 +0400: > SwMultiTOXTabDialog is derived from TabDialog. TabDialog uses the weird > automatic arrangement code, see vcl/source/window/tabdlg.cxx, method > TabDialog::ImplPosControls(). After executing this method all controls > below a TabCo

Re: [Libreoffice] cherry pick to fix fdo#44178 - Wrong URL for Dictionary Download

2011-12-27 Thread Rainer Bielefeld
Lior Kaplan schrieb: I'm attaching a patch (already done for master/3.5.0) for fdo#44178 in the 3.4 branch. Hi, If I understand you right the patch replaces "http://extensions.libreoffice.org/dictionary/"; by "http://extensions.libreoffice.org/dictionaries/"; That would be correct human sp

Re: [Libreoffice] cherry pick to fix fdo#44178 - Wrong URL for Dictionary Download

2011-12-27 Thread Florian Effenberger
Hi, Christian Lohmaier wrote on 2011-12-27 15:13: Yes, but setting them up is easy. Changing them to point to a better page is easy. but changing URLs in a released product is not (is impossible). (and to be clear for everyone: hub.libreoffice.org will be a redirection to the extensions site, n

Re: [Libreoffice] minor problem with Insert -> indexes and tables dialog

2011-12-27 Thread Regina Henschel
Hi, Lior Kaplan schrieb: Hi, The in Insert -> Indexes and Tables dialog, the word "Preview" (bottom right corner in English interface) is trimmed. See screenshot (3.5.0 beta2). In RTL interface the same problem happens, and with a longer translation more of the text is trimmed. There is enou

[Libreoffice] Libo 3.5 and visio files

2011-12-27 Thread Luc Castermans
Gents, In order to test Visio import for Libo 3.5 I search the Internet and found a couple. One group, which I downloaded from a MS-site, import nicely. A couple of other files, do not import, instead the import-filter selector is shown upon opening them. "file-command" output is shown below, fir

Re: [Libreoffice] cherry pick to fix fdo#44178 - Wrong URL for Dictionary Download

2011-12-27 Thread Christian Lohmaier
Hi *, On Tue, Dec 27, 2011 at 3:09 PM, Florian Effenberger wrote: > These do not exist yet, so we have to set them up Yes, but setting them up is easy. Changing them to point to a better page is easy. but changing URLs in a released product is not (is impossible). (and to be clear for everyone:

Re: [Libreoffice] cherry pick to fix fdo#44178 - Wrong URL for Dictionary Download

2011-12-27 Thread Florian Effenberger
These do not exist yet, so we have to set them up Christian Lohmaier wrote on 2011-12-27 15:08: Please don't use platform-limited URLs. Please make ithttp://hub.libreoffice.org/extensions?type=dictionaries orhttp://hub.libreoffice.org/dictionaries instead. -- Florian Effenberger Board of Di

Re: [Libreoffice] cherry pick to fix fdo#44178 - Wrong URL for Dictionary Download

2011-12-27 Thread Christian Lohmaier
Hi Lior, *, On Tue, Dec 27, 2011 at 2:51 PM, Lior Kaplan wrote: > Hi, > > I'm attaching a patch (already done for master/3.5.0) for fdo#44178 in the > 3.4 branch. > > Do we want it in the 3.4.5 branch or should it be done for 3.4 branch and > taken for 3.4.6 (if release at all) ? Please don't us

Re: [Libreoffice] minor problem with Insert -> indexes and tables dialog

2011-12-27 Thread Ivan Timofeev
Hi Jan, 27.12.2011 17:45, Jan Holesovsky пишет: The good news is that I fixed an unrelated text cut in my native language& a visual annoyance there ;-) http://cgit.freedesktop.org/libreoffice/core/commit/?id=3a38a8514ab33f9d8b174000ca635db949c16940 Our *.src-based UI is a real disaster. This

[Libreoffice] cherry pick to fix fdo#44178 - Wrong URL for Dictionary Download

2011-12-27 Thread Lior Kaplan
Hi, I'm attaching a patch (already done for master/3.5.0) for fdo#44178 in the 3.4 branch. Do we want it in the 3.4.5 branch or should it be done for 3.4 branch and taken for 3.4.6 (if release at all) ? Kaplan From 51027876681f348a6aea6b8efb1e739f7b2835dd Mon Sep 17 00:00:00 2001 From: Lior Kapl

Re: [Libreoffice] minor problem with Insert -> indexes and tables dialog

2011-12-27 Thread Ivan Timofeev
Hi Kaplan, 27.12.2011 03:04, Lior Kaplan пишет: The in Insert -> Indexes and Tables dialog, the word "Preview" (bottom right corner in English interface) is trimmed. See screenshot (3.5.0 beta2). In RTL interface the same problem happens, and with a longer translation more of the text is trimmed

Re: [Libreoffice] minor problem with Insert -> indexes and tables dialog

2011-12-27 Thread Jan Holesovsky
Hi Lior, Lior Kaplan píše v Út 27. 12. 2011 v 01:04 +0200: > The in Insert -> Indexes and Tables dialog, the word "Preview" (bottom > right corner in English interface) is trimmed. See screenshot (3.5.0 > beta2). In RTL interface the same problem happens, and with a longer > translation more of t

[Libreoffice] [PATCH] Fix for fdo43460 Part XXIII getLength() to isEmpty()

2011-12-27 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Please find attached a partial fix for Easy Hack FDO43460 Part XXIII Modules linguistic - -- Olivier Hallot Founder, Board of Directors Member - The Document Foundation LibreOffice translation leader for Brazilian Portuguese +55-21-8822-8812 -BEG

[Libreoffice] ooo_custom_images to icon-themes, was: Re: Do we support classic and industrial theme?

2011-12-27 Thread Stefan Knorr (Astron)
Hi everyone, First I / then Michael Meeks: >> ../ooo_custom_images could be renamed to ../themes, so things would >> look a bit more orderly... > >        Yep - sounds fine to me; why not try it in a branch, and target at > master. FYI, this just went live (well, the folder name is icon-themes).

[Libreoffice] [PATCH] Easyhack fdo#38831 - Convert some SvStrings to std::vector

2011-12-27 Thread Brad Sowden
Hi, Attached are 2 patches to covert come SvStrings to std::vector. Code contributed under the LGPLv3+ / MPL. Regards, Brad From f123824f996945e4fc7710f6347bad797f26e237 Mon Sep 17 00:00:00 2001 From: Brad Sowden Date: Tue, 27 Dec 2011 19:19:51 +1300 Subject: [PATCH 1/2] fdo#38831 Convert some