Re: About "-std=c++98" by default in CXXFLAGS

2013-02-21 Thread Gábor Stefanik
On Thu, Feb 21, 2013 at 1:13 PM, julien2412 wrote: > Hello, > > Since all compilers aren't ready for C++11, would it be relevant to include > by default "-std=c++98" in CXXFLAGS ? > The goal is, for beginners like me, to avoid submitting things like > https://gerrit.libreoffice.org/2302 :-) > > Ju

Re: MinGW: C++11 perfect forwarding support is broken

2013-02-23 Thread Gábor Stefanik
On Sun, Feb 24, 2013 at 12:43 AM, David Ostrovsky wrote: > So we have weird breakage on MinGW: > > in configure phase i686-w64-mingw32-g++ reports back success for that check: > > configure:15247: checking whether ccache i686-w64-mingw32-g++ supports C++11 > perfect forwarding > configure:15275: c

License Statement

2012-04-06 Thread Gábor Stefanik
I confirm that all of my past and future contributions to the LibreOffice project are licensed under the MPL / LGPLv3+. --Gábor Stefanik ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo

[PATCH] Recompute column widths in BackingWindow::Resize() to partially fix #34392

2012-04-06 Thread Gábor Stefanik
eatly appreciated. Signed-off-by: Gábor Stefanik 0001-Recompute-column-widths-in-BackingWindow-Resize-to-p.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/lis

[PATCH] Kill VbaFontBase::get/setUnderline

2012-04-07 Thread Gábor Stefanik
Unused code removal. Signed-off-by: Gábor Stefanik 0001-Kill-vbaFontBase-get-setUnderline.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[PATCH] Remove unused constructor for ParametricPolyPolygon.

2012-04-07 Thread Gábor Stefanik
More unused code cleanup. Perhaps the remaining 2 constructors could also be merged into one; I haven't looked into this one. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [PATCH] Kill VbaFontBase::get/setUnderline

2012-04-07 Thread Gábor Stefanik
On Sat, Apr 7, 2012 at 8:36 PM, Miklos Vajna wrote: > Hi Gábor, > > On Sat, Apr 07, 2012 at 07:30:42PM +0200, Gábor Stefanik > wrote: >> Unused code removal. > > Hm, are you sure this is right, without removing the > Underline attribute from oovbaapi/ooo/vba

Re: [PATCH] Remove unused constructor for ParametricPolyPolygon.

2012-04-07 Thread Gábor Stefanik
More unused code cleanup. Perhaps the remaining 2 constructors could also be merged into one; I haven't looked into this one. (Apologies for the missing attachment.) 0001-Remove-unused-constructor-for-ParametricPolyPolygon.patch Description: Binary data _

Re: [PATCH] Recompute column widths in BackingWindow::Resize() to partially fix #34392

2012-04-09 Thread Gábor Stefanik
2012/4/9 Andras Timar : > Gábor Stefanik írta (2012. április 7. 2:13): >> With this patch, the start screen displays correctly on startup with >> scaling set to 130% (tested on OpenSUSE 11.4 x86-64). >> >> However, if you start LibreOffice with scaling @ 100%, then cha

[PATCH] Resize backing window on window style change to fix what remains of #34392

2012-04-09 Thread Gábor Stefanik
Finally this does it. I think while testing it I've seen one instance of too wide buttons, but never too narrow. However, I'm not sure if this is the proper fix - it feels rather hacky. I've added a comment to this avail. 0001-Resize-backing-window-on-window-style-change-to-fix-.patch Descriptio

Re: what can we learn from this "add"?

2012-04-10 Thread Gábor Stefanik
"Cost of compromise" is definitely the worst. Utter bullshxt. Apparently following an ISO standard and refusing to prefer a proprietary file format ("open" in name only) counts as an "interoperability failure". On Tue, Apr 10, 2012 at 7:46 PM, Dennis E. Hamilton wrote: > Well, of course it is abo

[PATCH] Remove unused debug facilities from basebmp

2012-04-13 Thread Gábor Stefanik
Remove debug dumping facility from basebmp. 0001-Remove-unused-debug-facilities-from-basebmp.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[PATCH] Clean up basegfx's polygon tools code

2012-04-13 Thread Gábor Stefanik
Remove unused functions from basegfx's polygon tools. 0001-Clean-up-basegfx-s-polygon-tools-code.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[PATCH] fdo#48870: Remove cookie handling code.

2012-04-25 Thread Gábor Stefanik
0001-fdo-48870-Remove-cookie-handling-code.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[PATCH] fdo#48870: Remove icon-themes/galaxy/res/cookie.png

2012-04-25 Thread Gábor Stefanik
Remove the now unused cookie.png image. Apply on top of the previous patch. 0001-fdo-48870-Remove-icon-themes-galaxy-res-cookie.png.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.o

[PATCH] Fix debug message and remove useless try...catch from ImplImageTree::loadImage

2012-04-25 Thread Gábor Stefanik
The debug message references a different file name than what is actually being loaded. Also, the try...catch block looks superfluous, it merely re-throws whatever exception it has caught. 0001-Fix-debug-message-and-remove-useless-try.catch-from-.patch Description: Binary data ___

[PATCH] fdo#42779: Implement icon theme lookaside directory

2012-04-27 Thread Gábor Stefanik
This enables overriding icons found in an images.zip file with ones in a directory named "images" next to the zip file. Icon caching is also disabled when a lookaside directory is detected, so changes to the icons in the directory are applied immediately. Icons in a lookaside directory currently

Re: [PATCH] fdo#42779: Implement icon theme lookaside directory

2012-04-28 Thread Gábor Stefanik
Please hold this patch for now, it appears to be causing unit test failures. On Sat, Apr 28, 2012 at 10:53 PM, Tommy wrote: > On Sat, 28 Apr 2012 16:25:29 +0200, Muhammad Haggag > wrote: > >> From bugzilla (https://bugs.freedesktop.org/show_bug.cgi?id=42779): >> >> Currently if an artist wishes

[PATCH v2] fdo#42779: Implement icon theme lookaside directory

2012-04-28 Thread Gábor Stefanik
This enables overriding icons found in an images.zip file with ones in a directory named "images" next to the zip file. Icon caching is also disabled when a lookaside directory is detected, so changes to the icons in the directory are applied immediately. Icons in a lookaside directory currently

Re: [PUSHED v2] fdo#42779: Implement icon theme lookaside directory

2012-04-30 Thread Gábor Stefanik
On Mon, Apr 30, 2012 at 1:24 PM, Michael Meeks wrote: > Hi Gabor, > > On Sun, 2012-04-29 at 04:56 +0200, Gábor Stefanik wrote: >> This enables overriding icons found in an images.zip file with ones in >> a directory named "images" next to the zip file. > >  

[PATCH] fdo#42779 followup: Do not check for icons in nonexistent lookaside directory

2012-04-30 Thread Gábor Stefanik
Do not try to load icons from lookaside directories if no such directory was found during theme load. 0001-fdo-42779-followup-Do-not-check-for-icons-in-nonexis.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[PATCH] Translate two German comments in swtable.cxx

2012-05-06 Thread Gábor Stefanik
Found while debugging fdo#32531. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [PATCH] Translate two German comments in swtable.cxx

2012-05-07 Thread Gábor Stefanik
Sorry, here it is :-) On Mon, May 7, 2012 at 9:18 AM, Miklos Vajna wrote: > Hi Gábor, > > On Mon, May 07, 2012 at 01:36:08AM +0200, Gábor Stefanik > wrote: >> Found while debugging fdo#32531. > > You forgot to attach t

Re: [PATCH] fdo#48391: Remove TEST_ENSHURE

2012-05-07 Thread Gábor Stefanik
What's the status of this one? Is it still being reviewed? Has it been silently dropped? Thanks, Gábor On Thu, May 3, 2012 at 10:30 PM, Gábor Stefanik wrote: > Get rid of the misspelled TEST_ENSHURE macro. -- Vista: [V]iruses, [I]ntruders, [S]pyware, [T]rojans and

[PATCH] fdo#46223: Fix Presenter Console help screen layout

2012-05-10 Thread Gábor Stefanik
The code for laying out the Presenter Console help screen has a number of errors: 1. It starts with an initial guess for the font size, then attempts to reduce that size until a suitable value is found. This fails when the initial guess is already too small. 2. It fails to take the space taken up b

Re: No-cost desktop software development is dead on Windows 8

2012-05-31 Thread Gábor Stefanik
Unbelievable. Even Apple didn't dare to go this far with OS X 10.8, which is precisely about "iOS-inspired" enhancements! I guess it's time to rebrand Microsoft's flagship product as wIndOwS. Or maybe iWindows. (And let's not even ention the rumors that RTM is coming late June or early July - wit