Re: [Libreoffice] [PATCH] remove using namespace rtl

2011-02-28 Thread Kevin Hunter
At 10:14am -0500 Mon, 28 Feb 2011, Kohei Yoshida wrote: So, the idea behind this easy hack task is *not* to convert rtl::OUString to OUString by using using ::rtl::OUString per se. The idea behind it is to remove using namespace rtl, and if that causes build breakage because of the use of

[Libreoffice] OString += OString + char ... ?

2011-02-27 Thread Kevin Hunter
Hullo List, I hope this isn't a silly question, but I'm a little confused by a current behavior of the O*String classes, and wondering if it's A) known, and B) expected. Please consider this code snippet: - using ::rtl::OString; OString a( My Test String: ); OString b( Gobble Wobble

[Libreoffice] [PATCH] remove using namespace rtl

2011-02-25 Thread Kevin Hunter
Hullo List, A simpleton patch to convert the more sane using ::rtl::* syntax. Kevin 0001-Remove-using-namespace-rtl.patch.xz Description: application/xz ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice] [PATCH] Fix replacement of $filename$ in GTK SaveAs dialogs

2011-02-24 Thread Kevin Hunter
Hullo List, A patch that fixes a display issue with the GTK SaveAs dialog box that asks for confirmation before overwriting a file. For reference, OO fixes this by removing the string replacement altogether, while this patch keeps in line with the native-to-LO dialogs. As this is my first

Re: [Libreoffice] [PATCH] Fix replacement of $filename$ in GTK SaveAs dialogs

2011-02-24 Thread Kevin Hunter
At 11:30am -0500 Thu, 24 Feb 2011, Caolán Mcnamara wrote: On Thu, 2011-02-24 at 09:57 -0500, Kevin Hunter wrote: please do spit it back to me with, you should implement it this way instead c) I wouldn't bother with the aFileObj.HasError() and return 0, i.e. I'd prefer to get some mangled

Re: [Libreoffice] [PUSHED] Comment-translation of writer/sw/source/ui/config

2011-02-24 Thread Kevin Hunter
At 2:22pm -0500 Thu, 24 Feb 2011, Martin Kepplinger wrote: Am 24.02.2011 19:56, schrieb Thomas Arnhold: Hi Martin, thanks for these patches! Bug numbers which are not in the #i12345 format could be deleted (#55402#). I Pushed them as they are! I thought I'd stick to the translation task

Re: [Libreoffice] [PATCH] [writer/sw/source/ui/app] Translate comments of docsh

2011-02-22 Thread Kevin Hunter
At 9:40am -0500 Tue, 22 Feb 2011, Kohei Yoshida wrote: This is another useful tip for patch integrators. From my own experience of handling patches sent by git send-mail, sometimes they don't attach the patch as an attachment but as the message body. If that happens, you can simply save the

Re: [Libreoffice] Patch handling guideline

2011-02-21 Thread Kevin Hunter
At 2:40pm -0500 Mon, 21 Feb 2011, Kohei Yoshida wrote: http://wiki.documentfoundation.org/Development/Patch_Handling_Guideline to help us develop some sort of guideline in order to handle this ever increasing amount of in-coming patches. The page is intended for both those who submit patches,

[Libreoffice] [PATCH] unused variable in writer/uno

2011-02-17 Thread Kevin Hunter
Hullo List, A simpleton patch removing unused variables in writer/uno. Cheers, Kevin 0001-cppcheck-Remove-unused-variables.patch.gz Description: GNU Zip compressed data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice] [PATCH] cppcheck easyhack

2011-02-14 Thread Kevin Hunter
Hullo List, One, likely final, cppcheck-found post- to pre-iterator patch. Cheers, Kevin From 8648528511581a0ac5cc7f08e9d2e83bd7fef4cd Mon Sep 17 00:00:00 2001 From: Kevin Hunter hunt...@earlham.edu Date: Mon, 14 Feb 2011 13:48:49 -0500 Subject: [PATCH] cppcheck: post- to pre- *crement change

Re: [Libreoffice] [Libreoffice-commits] .: Branch 'libreoffice-3-3' - starmath/source

2011-02-11 Thread Kevin Hunter
At 5:15am -0500 Fri, 11 Feb 2011, Jan Holesovsky wrote: On 2011-02-10 at 13:12 -0500, Kevin Hunter wrote: Do we have guidelines for commit messages? I ask because I think it would be helpful to include just a smidgen more information in them than a reference to various bugzillas. My favorite

[Libreoffice] [PATCH] cppcheck easyhack

2011-02-11 Thread Kevin Hunter
Hullo List, Another simple, easy hack, cppcheck based patch. Kevin 0001-cppcheck-post-to-pre-crement-change.patch.gz Description: GNU Zip compressed data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice] [PATCH] cppcheck easyhack

2011-02-11 Thread Kevin Hunter
Hullo List, Another simpleton cppcheck patch. Kevin 0001-cppcheck-post-to-pre-crement-change.patch.gz Description: GNU Zip compressed data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice] [PATCH] easyhack: cppcheck pre/post change.

2011-02-10 Thread Kevin Hunter
Hullo List, A simple cppcheck easyhack. Kevin From 0a4b85e9586adf6942f9b061733db9959c2c41d0 Mon Sep 17 00:00:00 2001 From: Kevin Hunter hunt...@earlham.edu Date: Thu, 10 Feb 2011 10:31:10 -0500 Subject: [PATCH] cppcheck: post- to pre- *crement change. --- vcl/aqua/source/app/salinst.cxx

Re: [Libreoffice] [Libreoffice-commits] .: Branch 'libreoffice-3-3' - starmath/source

2011-02-10 Thread Kevin Hunter
[Resending, this time to the list.] Hi Michael, At 8:06am -0500 Thu, 10 Feb 2011, Michael Meeks committed: starmath/source/visitors.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 60c297cc61df9ef025312f75ba214b4a8499e959 Author: Luke

[Libreoffice] [PATCH] easyhack: cppcheck pre/post change

2011-02-10 Thread Kevin Hunter
Hullo List, Same as earlier, EasyHack cppcheck-found post to pre increment iterator. Cheers, Kevin From d623b58d83d254893dd212548461e492e3c2d13b Mon Sep 17 00:00:00 2001 From: Kevin Hunter hunt...@earlham.edu Date: Thu, 10 Feb 2011 16:24:34 -0500 Subject: [PATCH] cppcheck: post- to pre

Re: [Libreoffice] LibO security

2011-02-08 Thread Kevin Hunter
At 2:22am -0500 Tue, 08 Feb 2011, Thorsten Behrens wrote: Well, we have. It's Cc-ed. What we prolly need is to properly document this. No no! They're just practicing good security: obscurity! ;-) Kevin ___ LibreOffice mailing list

[Libreoffice] Does OO/LO have an API?

2011-02-05 Thread Kevin Hunter
Hullo List, Is there an API for working with LO programmatically? Rather than create an ODF with the myriad of tools available, I'm looking to directly invoke a LO object within a script. I'm aware of the UNO bridge, but that requires a running instance of LO and connection to it as an

Re: [Libreoffice] Remove old Word 6.0/95 save as support

2011-02-02 Thread Kevin Hunter
At 12:06am -0500 Wed, 02 Feb 2011, Bryan Quigley wrote: [ Should we remove export capabilities to old file formats? ] The usability problem I've seen is that users: * want to save in MS Word format, but don't know what version to use * the pick 6.0 or 95 thinking many different things

Re: [Libreoffice] Remove old Word 6.0/95 save as support

2011-02-02 Thread Kevin Hunter
At 12:06am -0500 Wed, 02 Feb 2011, Bryan Quigley wrote: I believe the old binary StarOffice file save as support is going away soon as well. Perhaps tangentially (or not at all related), does anyone know if any of the plugins rely on particular file format export capabilities? Specifically,

Re: [Libreoffice] [PUSHED] remove unused declaration - an unlikely fix for armel segfault in regcomp

2011-02-02 Thread Kevin Hunter
At 3:31pm -0500 Wed, 02 Feb 2011, Michael Meeks wrote: On Wed, 2011-02-02 at 13:44 +, Wols Lists wrote: Not quite sure what you mean by legacy Intel, but if you're referring to all single-processor CPUs, they still power most of the budget brand new laptops! Surely those guys are

[Libreoffice] USE_GMAKE=1 make - chmod errors

2011-01-31 Thread Kevin Hunter
Hullo List (Norbert), I've finally found some time to get back to LO dev (yay!). But only for about 10 minutes (boo!). I've checked out the gnumake2.1 branch and made things the usual way: a successful build. When I execute make with USE_GMAKE=1, however, I'm getting lots of 'chmod:

Re: [Libreoffice] USE_GMAKE=1 make - chmod errors

2011-01-31 Thread Kevin Hunter
At 12:32am -0500 Tue, 01 Feb 2011, Norbert Thiebaud wrote: This is a bug, unrelated to gnumake, that has been fixed in master (but not picked-up in the gnumake2.1 branch) you can ignore these for now. Gracias. Kevin ___ LibreOffice mailing list

Re: [Libreoffice] [Libreoffice-commits] .: vcl/source

2011-01-25 Thread Kevin Hunter
At 9:42am -0500 Tue, 25 Jan 2011, David Tardon wrote: vcl/source/fontsubset/cff.cxx |4 1 file changed, 4 deletions(-) New commits: commit a1f7b2515a6bd09a5569735a1269a9a4029d2d5c Author: David Tardondtar...@redhat.com Date: Tue Jan 25 15:41:35 2011 +0100 Revert WaE: unused

Re: [Libreoffice] [Libreoffice-commits] .: vcl/source

2011-01-25 Thread Kevin Hunter
At 11:15am -0500 Tue, 25 Jan 2011, David Tardon wrote: Hrm, the commit you made 20 minutes earlier made sense. Why would you revert the removal of unused variables? Because Caolan already silenced the warning in a different way. I still prefer to isolate such code in #ifdef, but it clutters

Re: [Libreoffice] Serious bug on LO Windows installer

2011-01-21 Thread Kevin Hunter
At 6:22am -0500 Fri, 21 Jan 2011, Plino wrote: I did receive the email by Tor at the time. But I checked the Nabble site and my message was listed as pending until 1 AM, i.e 12 hours later... (and I have subscribed to this mailing list) No, your message came through the list to me just over 30

Re: [Libreoffice] Serious bug on LO Windows installer

2011-01-21 Thread Kevin Hunter
At 5:49am -0500 Fri, 21 Jan 2011, Michael Meeks wrote: Anyhow - if there is a lag, the solution to mail delivery problems is not (IMHO) forcing everyone to use yet-another awful web forum thing :-) FWIW, I 100% agree. This list archives all emails already, so they're already easily

[Libreoffice] [PATCH] remove unused variables

2010-12-09 Thread Kevin Hunter
Hullo List, Simple patch to remove unused variables in: vcl/win/source/gdi/winlayout.cxx Cheers, Kevin 0001-Remove-unused-variables.patch.gz Description: GNU Zip compressed data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] Comments on RC1

2010-12-08 Thread Kevin Hunter
At 4:20am -0500 Wed, 08 Dec 2010, Michael Meeks wrote: On Wed, 2010-12-08 at 10:04 +0100, Alexander Thurgood wrote: In countries where power supplies are intermittent, or irregular, it matters a great deal. If your phone or electricity lines crap out part way through the download, and you were

Re: [Libreoffice] Comments on RC1

2010-12-08 Thread Kevin Hunter
At 11:04am -0500 Wed, 08 Dec 2010, Plino wrote: I'm willing to report the bugs I find when a proper bug tracker is set up. Do you mean something other than what is currently available through bugs.freedesktop.org?

Re: [Libreoffice] defaulting to --without-java ... (?)

2010-12-02 Thread Kevin Hunter
At 11:33am -0500 Thu, 02 Dec 2010, Michael Meeks wrote: As part of the quest to make LibreOffice easier to build; and in parallel to annoy developers who are missing those java implemented features into re-writing them into C++, I was wondering: would anyone scream if we defaulted configure to

Re: [Libreoffice] [PATCH] minor updates to bootstrap/g

2010-12-01 Thread Kevin Hunter
At 10:37am -0500 Wed, 01 Dec 2010, Kevin Hunter wrote: Updated expressions in bootstrap/g so that it uses Bash internal expressions, rather than farming out to the '[' or 'test' external command. Updated deprecated backtick subshell calls to $( I've just learned of/realized the not-Bash

Re: [Libreoffice] LO status bar annoyances

2010-11-30 Thread Kevin Hunter
At 9:54am -0500 Tue, 30 Nov 2010, Kohei Yoshida wrote: Sorry I have to disagree there. I'm the one who put that icon there, and the reason for that was to have a visually obvious way to tell whether or not the document is currently modified. A lot of people were using the save icon status for

[Libreoffice] [PATCH] i18npool/ : minor memory leak

2010-11-22 Thread Kevin Hunter
Hullo List, Minor memory leak (but a leak nonetheless), found thanks to cppcheck and Jesse's appreciated webpage. Kevin 0001-Fix-a-memory-leak.patch.gz Description: GNU Zip compressed data ___ LibreOffice mailing list

Re: [Libreoffice] [PUSHED] Re: [PATCH 02/12] RTL_CONSTASCII_USTRINGPARAM in components cui options

2010-11-21 Thread Kevin Hunter
At 4:58pm -0500 Sun, 21 Nov 2010, Wols Lists wrote: On 18/11/10 13:36, Kevin Hunter wrote: As I assume you're using a regex, you might consider catching this by doing the search and replace in series. Here's an example: 1. Catch the 'OUString +?= ...createFromAscii...' case and replace

Re: [Libreoffice] Building problem, sc/source/ui/src/optdlg.src gives syntax error

2010-11-21 Thread Kevin Hunter
At 1:16am -0500 Mon, 22 Nov 2010, Joost Eekhoorn wrote: PROBLEM 2: Will have to let someone else respond to problem 1, but I believe problem 2 to be fairly simple to solve: The problem I had on the previous build: I had a good build and did an install, but the I could not run the program

Re: [Libreoffice] [PUSHED] RTL goodness against filters/

2010-11-20 Thread Kevin Hunter
At 2:22am -0500 Sat, 20 Nov 2010, David Tardon wrote: On Fri, Nov 19, 2010 at 03:04:52PM -0500, Kevin Hunter wrote: Some more RTL goodness against filters/. I corrected two obviously wrong changes: Thank you for checking those. I caught three of those, but missed those two

Re: [Libreoffice] newish to git: howto recover from bad merge?

2010-11-20 Thread Kevin Hunter
At 9:16am -0500 Sat, 20 Nov 2010, Wols Lists wrote: Firstly, I'm slightly surprised no-one suggested merely reverting your patch. But I'm guessing all you want to do is get rid of your patch and replace it with the official one - so just dropping your version should do what you want? This

[Libreoffice] [PATCH] binfilter/ : #if 0 removals

2010-11-20 Thread Kevin Hunter
Hullo List, Some #if 0 removals in binfilter. Cheers, Kevin if0_removals.txz Description: application/xz-compressed-tar ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] newish to git: howto recover from bad merge?

2010-11-19 Thread Kevin Hunter
Hullo List, It must be something simple, but I'm having a devil of a time recovering from a bad merge. Given my transcript below, how do I recover? It usually happens after I've committed a change to my local repository, that I then sent in as a patch. That patch got applied with a slight

Re: [Libreoffice] [PUSHED] Re: EasyHack: svtools/ RTL macro conversion

2010-11-19 Thread Kevin Hunter
At 4:59am -0500 Fri, 19 Nov 2010, Caolán Mcnamara wrote: On Thu, 2010-11-18 at 18:50 -0500, Kevin Hunter wrote: An easy hack for RTL conversion strings, against svtools/ . Excellent, looks good. Pushed this. I simplified the syntax of a few of the constructor here and there on the way. Och

Re: [Libreoffice] setting ulimit before running soffice

2010-11-19 Thread Kevin Hunter
At 7:59am -0500 Fri, 19 Nov 2010, Michael Meeks wrote: On Wed, 2010-11-17 at 10:57 -0500, Kevin Hunter wrote: What's the story with the ulimit set in 'ooenv' right before running a freshly built LO: As Caolan says - without this, your app will simply not dump core. Of course, mostly people

[Libreoffice] RTL easy hack against bridges/

2010-11-19 Thread Kevin Hunter
Hullo List, A simple one against but test cases, but, as I said in the commit message, they were in my (grep) road! Kevin 0001-EasyHack-RTL_CONST-macro-from-createFromAscii.patch.xz Description: application/xz ___ LibreOffice mailing list

Re: [Libreoffice] Presenter Console

2010-11-19 Thread Kevin Hunter
At 1:19pm -0500 Fri, 19 Nov 2010, Andrew wrote: Could you give me your opinion, as to which is best? 1st - As it currently is 2nd - Smaller font, no use of bold, 'filled' icons 3rd - Smaller font, no use of bold, 'line drawing' icons I like the icons from 1, and the lighter colors. However,

[Libreoffice] [PATCH] binfilter/ : remove dead code

2010-11-19 Thread Kevin Hunter
Hullo List, Removing some dead/non-compiled code in binfilter. Did some drive by comment translation, and minor tab removals. Cheers, Kevin 0001-EasyHacks-kill-dead-code-translate-formatting.patch.bz Description: application/bzip ___ LibreOffice

Re: [Libreoffice] [PUSHED] Re: [PATCH 02/12] RTL_CONSTASCII_USTRINGPARAM in components cui options

2010-11-18 Thread Kevin Hunter
As I assume you're using a regex, you might consider catching this by doing the search and replace in series. Here's an example: 1. Catch the 'OUString +?= ...createFromAscii...' case and replace with 'OUString var( RTL...)' search: OUString\s*\w+\s*\+?=\s*\S*createFromAscii\(\s*([^]*)\s*\)

[Libreoffice] binfilter RTL easy hack

2010-11-18 Thread Kevin Hunter
Hullo List, This rather large commit should take care of all non-commented versions of the RTL_CONST macro easy hack in binfilter/ . Cheers, Kevin 0001-EasyHack-RTL-macro-from-createFromAscii.patch.bz Description: application/bzip ___ LibreOffice

Re: [Libreoffice] setting ulimit before running soffice

2010-11-18 Thread Kevin Hunter
At 3:49am -0500 Thu, 18 Nov 2010, Sebastian Spaeth wrote: On Wed, 17 Nov 2010 14:01:18 -0500, Kevin Hunterhunt...@earlham.edu wrote: I suppose it's an Ubuntu thing then. I've used ulimit files minimally in my career thus far. I suppose I'll get some practice this go round ... mmh, works fine

[Libreoffice] EasyHack: svtools/ RTL macro conversion

2010-11-18 Thread Kevin Hunter
Hullo List, An easy hack for RTL conversion strings, against svtools/ . Cheers, Kevin 0001-EasyHack-RTL_CONST-macro-from-createFromAscii.patch.bz Description: application/bzip ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice] setting ulimit before running soffice

2010-11-17 Thread Kevin Hunter
Hullo List, What's the story with the ulimit set in 'ooenv' right before running a freshly built LO: $ cd install/program/ $ ./soffice ulimit: 5: error setting limit (Operation not permitted) [LO running] $ Am I the only one seeing this error? If yes, then does this imply that others

Re: [Libreoffice] setting ulimit before running soffice

2010-11-17 Thread Kevin Hunter
At 11:07am -0500 Wed, 17 Nov 2010, Caolán McNamara wrote: Am I the only one seeing this error? If yes, then does this imply that others are running as root? Nah, I don't run as root ulimit -c unlimited works fine. I'd guess that there some hard limits set that ordinary users aren't allowed to

Re: [Libreoffice] Questions about Timers

2010-11-17 Thread Kevin Hunter
At 5:13pm -0500 Wed, 17 Nov 2010, Julien Nabet wrote: PS : in the easy hack, for RTL_CONSTASCII_USTRINGPARAM macro, wouldn't it be better to change the grep in fgrep in order to make the searching faster ? That might have marginally been an issue once upon a time, but now, they're likely to

Re: [Libreoffice] Calc usability improvements

2010-11-15 Thread Kevin Hunter
At 9:47am -0500 Mon, 15 Nov 2010, Kohei Yoshida wrote: On Thu, 2010-11-11 at 17:21 -0800, Patrick Bakker wrote: COPY PASTE TO A CELL WITH AN EXISTING VALUE The first time I copy and pasted a cell formula into another cell which already had something in it a dialog came up asking something

Re: [Libreoffice] Calc usability improvements

2010-11-13 Thread Kevin Hunter
At 7:57am -0500 Fri, 12 Nov 2010, Kevin Hunter wrote: At 5:32am -0500 Fri, 12 Nov 2010, Michael Meeks wrote: I wonder if switching the polarity of the check-box - so it is checked might help people 'see' it, and thus un-check it to get rid of it (some Mozilla dialogs do that I guess

Re: [Libreoffice] Calc usability improvements

2010-11-12 Thread Kevin Hunter
At 5:32am -0500 Fri, 12 Nov 2010, Michael Meeks wrote: On Thu, 2010-11-11 at 23:30 -0800, Patrick Bakker wrote: SEMI-COLON INSTEAD OF COMMA AS FUNCTION ARGUMENT SEPARATOR Kohei (or was it Jody) fixed this many moons ago; I believe the default is set to improve usability here in LibreOffice; I

Re: [Libreoffice] Calc usability improvements

2010-11-12 Thread Kevin Hunter
At 5:32am -0500 Fri, 12 Nov 2010, Michael Meeks wrote: On Thu, 2010-11-11 at 23:30 -0800, Patrick Bakker wrote: DELETE CELL HELPER The delete cell helper dialog box pops up anytime I try to delete a cell or cell selection. It gives me options to delete some And this is deadly annoying too -

Re: [Libreoffice] Calc usability improvements

2010-11-12 Thread Kevin Hunter
At 5:32am -0500 Fri, 12 Nov 2010, Michael Meeks wrote: Might be a good easy-hack; how we tell the user in an unobtrusive way that this has happened, I don't know - some good UI ideas there appreciated; the 'status bar' is not such a great plan I suspect for this. alpha transparent, hovering

Re: [Libreoffice] Calc usability improvements

2010-11-11 Thread Kevin Hunter
At 8:21pm -0500 Thu, 11 Nov 2010, Patrick Bakker wrote: SEMI-COLON INSTEAD OF COMMA AS FUNCTION ARGUMENT SEPARATOR Current Calc behaviour: =subtotal(9;a1:a5) Desired behaviour: =subtotal(9,a1:a5) I believe OpenOffice has supported both semicolon and comma since at least 3.0. Take a look at

Re: [Libreoffice] [PATCH] Renaming extension options consistently

2010-11-10 Thread Kevin Hunter
At 2:05am -0500 Wed, 10 Nov 2010, Sebastian Spaeth wrote: +1 for quiet down the icecream advertisment a bit, we should rather put instructions for that in our wiki. If someone configured to use distcc, we should not output icecream related stuff at all. So who comes up with a patch :-)? My

Re: [Libreoffice] [PUSHED] easy hacks, commented code removal

2010-11-09 Thread Kevin Hunter
At 4:03am -0500 Tue, 09 Nov 2010, Sebastian Spaeth wrote: Please make sure to not remove the newlines after the last vi modeline. There were a few of that that I had to fix. Ah, of course. That's my editor doing an automatic job. I'll update the settings for this project. Thanks, mate.

Re: [Libreoffice] 4 patches of rtl goodness

2010-11-09 Thread Kevin Hunter
At 12:44pm -0500 Tue, 09 Nov 2010, Kevin Hunter wrote: Here are four more patch conversions from createFromAscii to RTL_CONST... applied against: basebmp/ binfilter/ bridges/ connectivity/ I apologize, I temporarily forgot about the automatic whitespace handling and flat committed those

[Libreoffice] easy hacks, commented code removal

2010-11-08 Thread Kevin Hunter
Hello List, Here's another set of patches. Caolán, I think I've done a little better on the comments this time, but probably not yet perfect. accessibility/ Cheers, Kevin comment_removals.tbz Description: application/bzip-compressed-tar ___

[Libreoffice] accessibility easy hack, RTL

2010-11-08 Thread Kevin Hunter
Hullo List, Another RTL_CONST patch, also against accessibility/ . Cheers, Kevin 0001-EasyHack-createAsciiFrom-RTL_CONST.patch.bz2 Description: application/bzip ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice] easyhack: remove blocks of commented code

2010-11-08 Thread Kevin Hunter
Hi List, A patch to remove large blocks of already commented code. basic/ Cheers, Kevin basic_commented_removed.tgz Description: application/compressed-tar ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] [PUSHED] Re: large swathes of commented/#if 0 code removed

2010-11-08 Thread Kevin Hunter
At 4:23pm -0500 Mon, 08 Nov 2010, Caolán McNamara wrote: Pushed the substantial hacking out of the commented-out code in automation. Thanks. I'm holding back on the end of line whitespace stuff because all of our files have it, at least in line 4 :-). Maybe we can resolve all of those in one

[Libreoffice] More easy hack RTL goodness

2010-11-08 Thread Kevin Hunter
Hullo again, Some more easy hack RTL code. bridges/ Kevin bridges_rtl_easy_hack.tbz Description: application/bzip-compressed-tar ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice] RTL patches for canvas and chart2

2010-11-08 Thread Kevin Hunter
Hello again list, My last contribution of the day, with two RTL patches for canvas/ and chart2/ . Cheers, Kevin canvas_rtl_easy_hack.tbz Description: application/bzip-compressed-tar chart2_rtl_easy_hack.tbz Description: application/bzip-compressed-tar

[Libreoffice] Some more rtl easy hack goodness

2010-11-07 Thread Kevin Hunter
Hullo List, Some accessibility tabbar RTL_CONST conversion goodness. Kevin 0001-EasyHack-createFromAscii-RTL_CONST.-macro.patch.gz Description: GNU Zip compressed data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice] comment removal, rtl easy hack

2010-11-07 Thread Kevin Hunter
Hullo Committers, A patch set against directory: accessibility/source/helper Cheers, Kevin comment_removal_2.tgz Description: application/compressed-tar 0001-EasyHack-convert-createFromAscii-to-RTL.-macro.patch.gz Description: GNU Zip compressed data

[Libreoffice] large swathes of commented/#if 0 code removed

2010-11-07 Thread Kevin Hunter
Hullo Committers, Subject says it all. Patch against three files under automation/source/ Builds successfully here. Cheers, Kevin ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] large swathes of commented/#if 0 code removed

2010-11-07 Thread Kevin Hunter
At 2:17am -0500 Mon, 08 Nov 2010, Kevin Hunter wrote: Subject says it all. Patch against three files under automation/source/ Doh! Helps to actually /attach/ the file. Kevin large_swathes_gone.tbz Description: application/bzip-compressed-tar

[Libreoffice] [PATCH] Easy hack patches, remove non-compiled code

2010-11-04 Thread Kevin Hunter
Hullo LO Git committers, Patches against calc/.../miscdlgs/ to remove non-compiled code and other minor refactors. Patches created with: $ git format-patch --patience -19 -o ~/tmp/easy_hack_non_compiled $ cd ~/tmp/ # tar -cjf easy_hack_non_compiled{.tbz,} $ sha1sum easy_hack_non_compiled.tbz

Re: [Libreoffice] [PATCH] Easy hack patches, remove non-compiled code

2010-11-04 Thread Kevin Hunter
At 9:47am -0400 Thu, 04 Nov 2010, Thorsten Behrens wrote: I'm sorry if [the request not to make any formatting changes] was not too obvious from the EasyHacks page - do you think adding something like this to the preamble would make it more clear: please avoid larger reformatting of the code

Re: [Libreoffice] Changing mailing list behavior

2010-11-04 Thread Kevin Hunter
At 7:01pm -0400 Thu, 04 Nov 2010, Kohei Yoshida wrote: On Thu, 2010-11-04 at 23:58 +0100, Thorsten Behrens wrote: If you're subscribed, and you don't want extra copies, just set a Reply-To: libreoffice@lists.freedesktop.org header. Most mailers (and people) adhere to that. Also, many email

Re: [Libreoffice] OpenBSD patch #1

2010-10-28 Thread Kevin Hunter
At 5:09am -0400 Thu, 28 Oct 2010, Michael Meeks wrote: Ultimately if people want to incrementally fix bash-isms as they creep in I see no reason why they should not commit fixes to make it use generic-shell; hopefully with the gnumake based build we'll have less shell lying around. An on going

Re: [Libreoffice] Tar / Zip wobbly

2010-10-27 Thread Kevin Hunter
At 5:47pm -0400 Wed, 27 Oct 2010, Wols Lists wrote: On 27/10/10 18:10, Kevin Hunter wrote: The file format was created circa 1990 (Phil Katz, maybe?), and, because of lawsuits against his company, intentionally released into the public domain. I've forgotten the exact story details

Re: [Libreoffice] [PATCH] Cleaning and organizing of configure.in

2010-10-27 Thread Kevin Hunter
At 7:39am -0400 Wed, 27 Oct 2010, Wols Lists wrote: I just click on reply list :-) Thunderbird has that option if you want to use that ... So it does! Apparently since the 3.0. I've been using my keyboard friends: Ctrl+R (respond directly to author) Ctrl+Shift+R (respond to everyone)

Re: [Libreoffice] [PATCH] tiny first patch - fix 32 bit overflow at compile

2010-10-26 Thread Kevin Hunter
At 3:12am -0400 Tue, 26 Oct 2010, Cedric Bosdonnat wrote: On Mon, 2010-10-25 at 13:44 -0400, Kevin Hunter wrote: For a project as large as LibreOffice, you may also more appreciate the use of an IDE (Integrated Development Environment). Eclipse is often touted to me, as is Geany, and KDevelop

Re: [Libreoffice] [PATCH] Cleaning and organizing of configure.in

2010-10-26 Thread Kevin Hunter
At 6:18pm -0400 Tue, 26 Oct 2010, Christian Lohmaier wrote: I personally disagree that an alphabetically sortet list is best. e.g. now the font inclusion options wrt dejavu and liberation fonts are spread apart, build tool options are interspread the feature/code switches, extension-switches are

Re: [Libreoffice] [PATCH] Cleaning and organizing of configure.in

2010-10-26 Thread Kevin Hunter
At 6:18pm -0400 Tue, 26 Oct 2010, Christian Lohmaier wrote: sigh/ I must get used to that this list doesn't set reply to list... Oh brother, I hear you. I personally prefer that a list gets all traffic, end of discussion. However, it was pointed out to me about 6 months ago that I'm the

Re: [Libreoffice] Minor translation, commented code removal

2010-10-25 Thread Kevin Hunter
At 9:03am -0400 Mon, 25 Oct 2010, Michael Meeks wrote: On Tue, 2010-10-19 at 02:08 -0400, Kevin Hunter wrote: Oh, forever more, unless I explicitly say otherwise, it is safe to assume that my patches are all LGPLv3. (That's v3, not v3+.) But I'll try to remember to say it as well

Re: [Libreoffice] damaged file: sysui's dummy/localize.sdf

2010-10-25 Thread Kevin Hunter
At 11:48am -0400 Mon, 25 Oct 2010, Michael Meeks wrote: I -imagine- that most of the speedup came from ccache :-) And that gives a huge, but somewhat unpredictable speedup - depending which headers change - clearly with ccache you only do the pre-processing. Does distclean not remove the

Re: [Libreoffice] Minor translation, commented code removal

2010-10-25 Thread Kevin Hunter
At 12:12pm -0400 Mon, 25 Oct 2010, Michael Meeks wrote: On Mon, 2010-10-25 at 10:48 -0400, Kevin Hunter wrote: The short answer is no, I'm not scared of all future versions, but on principal, I will not blindly trust a document that I (no one!) have yet to see. Fair enough :-) We're still

Re: [Libreoffice] [PATCH] tiny first patch - fix 32 bit overflow at compile

2010-10-25 Thread Kevin Hunter
At 9:15am -0400 Mon, 25 Oct 2010, John Lee Castle wrote: any suggestions on a better code editor than gedit? Careful! Lest you start a flame war! (But we're all friends here. :-) I believe almost any *text* editor will suit you, provided you take the time to learn it's strengths and

Re: [Libreoffice] ucb/source/ucb compilation error

2010-10-22 Thread Kevin Hunter
At 8:08am -0400 Fri, 22 Oct 2010, Thomas Klausner wrote: On Thu, Oct 21, 2010 at 05:16:32PM +0200, Thomas Klausner wrote: I'll switch diagnose.h (locally) to give for OSL_THIS_FUNC, as it currently seems to do for everyone else. To close this thread: I've pushed this change. Have you

Re: [Libreoffice] damaged file: sysui's dummy/localize.sdf

2010-10-21 Thread Kevin Hunter
At 4:51am -0400 Thu, 21 Oct 2010, Caolán McNamara wrote: On Thu, 2010-10-21 at 02:32 -0400, Kevin Hunter wrote: [what's the bug?] Checking:../unxlngx6.pro/ Error: ../unxlngx6.pro/misc/sysui/dummy/localize.sdf 0 Bytes! Error: 1 damaged files encountered dmake: Error code 1, while making

Re: [Libreoffice] ucb/source/ucb compilation error

2010-10-21 Thread Kevin Hunter
At 8:17am -0400 Thu, 21 Oct 2010, Thomas Klausner wrote: I don't imagine we're much interested in gcc2 nowadays Tangentially, does this imply that there should be a check, preprocessor or otherwise, that says, You're using a compiler older that X.Y.Z. LiberOffice needs at least A.B.C or

Re: [Libreoffice] damaged file: sysui's dummy/localize.sdf

2010-10-21 Thread Kevin Hunter
At 8:02am -0400 Thu, 21 Oct 2010, Kevin Hunter wrote: I wanted to *reduce* what it was compiling because it was taking so long, so I thought the --with-lang=en-US would make it forgo the l10n/i18n. I'll hesitate before saying You are correct, sir! until I regen/compile and get another error

Re: [Libreoffice] damaged file: sysui's dummy/localize.sdf

2010-10-21 Thread Kevin Hunter
At 12:56pm -0400 Thu, 21 Oct 2010, Kevin Hunter wrote: $ make # and wait for 4 hours. - Yes, I'm aware I can change the CPU count, among other things, but this was my noob starting point. Wow, this *really* makes a difference. I would have thought it might have halved the time, to about

Re: [Libreoffice] ucb/source/ucb compilation error

2010-10-20 Thread Kevin Hunter
At 1:11am -0400 Thu, 21 Oct 2010, Kevin Hunter wrote: 3. Misinterpretation of __PRETTY_FUNCTION__? What is __PRETTY_FUNCTION__? It changed in GCC 3.4, I believe. Now, contrary to the implicit understanding from its all caps nature

<    1   2