Corrupted commits prevent import/export of this repo

2020-04-14 Thread Josh
re Fischer> Andre Fischer> Gregor Hartmann> Joerg Skottke > Is there a way we could update these in the main repo so that me and others wishing to export/import the repo could do so? If so I'm not sure on the best way to go about it my knowledge of git is not particularly advanced

Re: Patchtool

2012-03-18 Thread Josh Heidenreich
talk to about that. Cheers, Josh ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Patchtool

2012-03-17 Thread Josh Heidenreich
s of gerrit? I'll have to look into the API etc, but is it available yet? Would we be able to install this somewhere? Perhaps patches.libreoffice.org? It's easy to just FTP it somewhere, all I need is a cronjob and mysql database, or do you guys require a more structured deploy

Patchtool

2012-03-16 Thread Josh Heidenreich
nt I'm manually running the cron-script, but I like it thus far. I would like to add a feature where it downloads patches and does a "git apply --check", and will flag patches which are "clean" (against master). Cheers, Josh

Re: Bugfix and improvement for autogen.sh

2012-03-09 Thread Josh Heidenreich
code with system ("configure --help"); The idea of the extra help tool was to make it easier for newbies. Did you take a look at what I have written so far? Cheers, Josh ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org h

Bugfix and improvement for autogen.sh

2012-03-08 Thread Josh Heidenreich
iki page and general overview. but you can also do "autogen.sh --help full" for everything, and "autogen.sh --help speed" for specific instructions about speed boosting. We can add additional sections to help.sh if we wanted to - perhaps notes re cgywin or other helpful docs. If n

Re: GSoC & error during make

2012-03-08 Thread Josh Heidenreich
in 2014, so is it more likely that support will be dropped when a number of distros have updated? Cheers, Josh ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: GSoC & error during make

2012-03-07 Thread Josh Heidenreich
n && make", I get one set of errors (syntax errors in the code), and if I do a make sal.clean && make sal, I get directory errors instead. This is all on the latest master (b43fe402154fae9bf1e2201d9b1a049cbcaf63ef). Errors from "make clean && make": /home/josh/g

Re: [PUSHED][PATCH] Add option to find-german-comments to only list filenames

2012-03-06 Thread Josh Heidenreich
hars. So there's not so much use in > printing the found strings. Thanks. Looks good, doesn't break, pushed. Cheers, Josh ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [PUSHED 3.5][REVIEW 3.5.1] Fix crash on exit using KDE interface

2012-02-28 Thread Josh Heidenreich
Hi, > Needs two more reviews for libreoffice-3-5-1. I don't know much about this code, nor if I have the authority to sign-off, but the patch looks sane to me. Just my 2c. Josh ___ LibreOffice mailing list LibreOffice@lists.freedesktop.

Re: Most elegant way to disable all BASIC functionality?

2012-02-26 Thread Josh Heidenreich
disable this. Cheers, Josh ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Building LibreOffice on Windows

2012-02-20 Thread Josh Heidenreich
rt multiple compilers, as it forces portable code - thus I agree with the current msvc efforts, as well as the recent llvm efforts. Cheers, Josh ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Building LibreOffice on Windows

2012-02-19 Thread Josh Heidenreich
Hi, Okay so it might be nuts, but has anyone tried creating a native VS solution/projects, which ruins inside the ide? Could one be created cmake style perhaps? Josh ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http

Working through cppcheck errors

2012-02-19 Thread Josh Heidenreich
Hi, I decided to begin some work looking through the cppcheck [1] errors. I found a nullPointer in svx/source/svdraw/svdotextpathdecomposition.cxx. Thought I would give the heads up first before commit + push, as Michael said so. Cheers, Josh [1] http://libreoffice.boldandbusted.com

Re: New tool for better understanding the codebase, to complement the wiki.

2012-02-14 Thread Josh Heidenreich
summary. Maybe one way is to have: @license oracle As some sort of README attribute at the bottom of the file. Then we define keywords for the licences, with the default being lgpl2/mpl or cc or whatever we choose for these docs. Cheers, Josh. ___ Lib

Re: New tool for better understanding the codebase, to complement the wiki.

2012-02-14 Thread Josh Heidenreich
- Headings are in the form "== heading ==" (without the quotes) - Links to modules are [[module]]. - External links are [link] - Links to cgit are [git:path/to/file] Cheers, Josh ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: New tool for better understanding the codebase, to complement the wiki.

2012-02-13 Thread Josh Heidenreich
ther ugly conversion of your beautiful php into bash > attached. I did have a re-write planned though, because I was going to back-end it onto a database, with a PHP front-end, so a PHP backend is logical... Also, does it update after every commit? And does a change to the generator

[PATCH] Module READMEs for libs-extern-sys, extensions, extras, postprocess, sdk and testing

2012-02-09 Thread Josh Heidenreich
e all complete. Cheers, Josh 0001-Added-and-improved-READMEs-for-modules-in-libs-exter.patch Description: Binary data 0002-Added-and-improved-READMEs-for-modules-in-extensions.patch Description: Binary data 0003-Added-and-improved-READMEs-for-modules-in-sdk-and-te.patch Description: Binary

[PATCH] Module READMEs for libs-extern modules

2012-02-08 Thread Josh Heidenreich
Hi, Here is another patch containing READMEs for modules. This one contains all the modules from libs-extern. Cheers, Josh 0001-Added-and-improved-READMEs-for-modules-whihc-used-to.patch Description: Binary data ___ LibreOffice mailing list

[PATCH] fdo#45117 - Input window to ask if save in docx or odf format looks unequilibrated

2012-02-08 Thread Josh Heidenreich
Hi, This patch fixes the problem listed in the bug. It adjusts the width of the dialog to be wider, if required. This is one of the bugs listed in LibO most annoying bugs 3.5 (fdo#37361), so I guess this patch should go into 3.5 as well. Cheers, Josh 0001-Fix-fdo-45117-Alien-save-dialog

Re: [PATCH] [PUSHED] Lots of module READMEs; libs-core, libs-gui, components, filter, base, calc

2012-02-07 Thread Josh Heidenreich
David, > And I just pushed the whole lot of it. Sweeet. Cool so I'm re-running the tool again at the moment, but it will be done in a couple of minutes. You can see the result here: http://thejosh.info/libreoffice/module_readmes/ Chee

Re: [PATCH] Lots of module READMEs; libs-core, libs-gui, components, filter, base, calc

2012-02-07 Thread Josh Heidenreich
Update: David just pushed 0001-Added-READMEs-for-modules-which-used-to-be-in-libs-c.patch, so don't push it again! On Wed, Feb 8, 2012 at 12:30 PM, Josh Heidenreich wrote: > Hi, > > As per my module README porting from wiki and improving project, here > are some more patch

[PATCH] Lots of module READMEs; libs-core, libs-gui, components, filter, base, calc

2012-02-07 Thread Josh Heidenreich
. It's one commit per old-repository, so all of the modules which used to be in "libs-core" are in a single patch. Same with libs-gui, components, filter, although base and calc are in the same patch. Cheers, Josh 0001-Added-READMEs-for-modules-which-used-to-be-in-libs-c.patch Desc

[PATCH] More READMEs for modules!

2012-02-06 Thread Josh Heidenreich
Hi everyone who cares, Here is a patch for more READMEs for the modules (yay). I'm about 1/3 done with this project now. You can see my progress here: http://thejosh.info/libreoffice/module_readmes/ Cheers, Josh 0001-Added-READMEs-for-modules-which-used-to-be-in-libs-c.patch Descri

Re: [PUSHED] Some more READMEs

2012-02-05 Thread Josh Heidenreich
Hi, >        Nice work, pushed :-) Cool so I've regenerated the docs again: http://thejosh.info/libreoffice/module_readmes/ I guess this should go onto a cron - I'm waiting until cgit is back before setting this up. Cheers, Josh __

My contributions - licence

2012-02-05 Thread Josh Heidenreich
Hi All, So it's clear, I am willing to dual-license all of my past, present and future contributions to LibreOffice under the MPL/LGPLv3+. Cheers, Josh ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/ma

[PATCH] Some more READMEs

2012-02-05 Thread Josh Heidenreich
Hi all, Here are some more READMEs for the modules. This covers mostly just URE stuff, copied from: http://wiki.documentfoundation.org/Development/Code_Overview It introduces a little bit of syntax (for linking to cgit and urls). Cheers, Josh 0001-Added-READMEs-for-modules-related-to-URE

Fix for a compile issue I was having in l10ntools (GCC 4.4.3, Ubuntu)

2012-02-05 Thread Josh Heidenreich
Hi, I had some trouble compiling LibO the other day, a syntax error. I found someone had had a similar problem in the list archvies, so I did a fix in the same way they did theirs. Cheers, Josh 0001-Single-line-bugfix-in-l10n-tools-to-fix-compile-on-G.patch Description: Binary data

Re: [PATCH] The first of the READMEs for the modules

2012-02-04 Thread Josh Heidenreich
know that this is sometime hard, > but at least the goal is to try to give a good idea of what is in the > commit when glancing at the git short-log Okay will do. Cheers, Josh ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://

[PATCH] The first of the READMEs for the modules

2012-02-04 Thread Josh Heidenreich
ike, and I am also going to add in some automatically added links too (like links to cgit or doxygen) all in time. Cheers, Josh 0001-First-few-README-files-for-the-modules.patch Description: Binary data ___ LibreOffice mailing list L

Re: New tool for better understanding the codebase, to complement the wiki.

2012-02-03 Thread Josh Heidenreich
ick on a module > module configmgr has configmgr/source/README, so either improve the script > or move the file... :) I'll fix that when I do the tasks above. Cheers, Josh ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org ht

New tool for better understanding the codebase, to complement the wiki.

2012-02-02 Thread Josh Heidenreich
ttp://thejosh.info/libreoffice/module_readmes/ Now of course all we need is to add more README files. Cheers, Josh ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] LibreOffice website - maintainer required?

2011-09-07 Thread Josh Heidenreich
using PHP/Javascript/CSS etc. It also involves some design work, and I am offering my skills and expertise in this area, if it's wanted, to improve and maintain the LibreOffice website. Cheers, Josh ___ LibreOffice mailing list LibreO

Re: [Libreoffice] Need help to generate patch with git

2011-08-30 Thread Josh Heidenreich
has produced two files, one for each commit. Is there a way, to get _one_ > patch file? I had the same problem with a patch recently. Did you find a solution? Sorry I asked the same question on a different thread - my mistake. Josh. ___ LibreOffice m

Re: [Libreoffice] [PATCH] Bug 34431 - More symbols (crosses, circles) needed for data points in charts

2011-08-30 Thread Josh Heidenreich
Hi Regina, I had the same problem with a patch recently. Did you find a solution? Josh On Wed, Aug 31, 2011 at 7:01 AM, Regina Henschel wrote: > Hi, > > I have attached a patch to issue > https://bugs.freedesktop.org/show_bug.cgi?id=34431, so that you can have a > look at

Re: [Libreoffice] [PATCH] Improve the "alien save" dialog (part one)

2011-08-16 Thread Josh Heidenreich
>        By which (I hope) you mean: LGPLv3+/MPL ? :-) Yes, my bad. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [Libreoffice-ux-advise] Suggestion and patch for "Confirmation of save format" dialog

2011-08-15 Thread Josh Heidenreich
Hi all, > @Josh: Just saw the export_format_v3.png --> great! It's in master now - Thanks Caolán! > I see this different - although the internal representation of the data > model might match (closely) the ODF formath, it is different from the > user's point-of-vi

Re: [Libreoffice] [PATCH] Improve the "alien save" dialog (part one)

2011-08-12 Thread Josh Heidenreich
Fantastic, thanks mate. I'll have another one next week with more complicated changes to make it even better so that should be good. Josh ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/lis

Re: [Libreoffice] [Libreoffice-ux-advise] Suggestion and patch for "Confirmation of save format" dialog

2011-08-11 Thread Josh Heidenreich
> I have the third version of the patch. Oops, forgot to attach From 8cea17536d1be944db3e74711e2e0d92594a2d43 Mon Sep 17 00:00:00 2001 From: Josh Heidenreich Date: Thu, 11 Aug 2011 12:25:48 +0930 Subject: [PATCH] Changes to the "alien" save dialog This is part one. Part two

Re: [Libreoffice] [Libreoffice-ux-advise] Suggestion and patch for "Confirmation of save format" dialog

2011-08-11 Thread Josh Heidenreich
r one after this one to improve it more, including: - Shorter 'format' text. - A "Cancel" button - Perhaps additional help information - Perhaps something saying what will actually be lost. Cheers, Josh ___ LibreOffice mailing list LibreOff

[Libreoffice] [PATCH] Improve the "alien save" dialog (part one)

2011-08-11 Thread Josh Heidenreich
Hi all, There has been a heap of discussion about this in another thread, and I posted a patch there, but I though I should post a [PATCH] one too. This is version 3 of the patch. LGPLv3/MIT. Josh From 8cea17536d1be944db3e74711e2e0d92594a2d43 Mon Sep 17 00:00:00 2001 From: Josh Heidenreich

Re: [Libreoffice] [Libreoffice-ux-advise] Suggestion and patch for "Confirmation of save format" dialog

2011-08-11 Thread Josh Heidenreich
ut to the source file format. So the wording should > avoid anything like "Switch", "Keep", "Stay with" or so. "Use" At least it would match the other one [Use WhatEver Format] [Use ODF Format] Cheers, Josh

Re: [Libreoffice] [Libreoffice-ux-advise] Suggestion and patch for "Confirmation of save format" dialog

2011-08-11 Thread Josh Heidenreich
> Josh, thanks for the patch and the screenshot - the latter makes > evaluating things for "less developers" (tm) like myself very quick and > easy. No problem > Hence, my question whether a "semi-automatic" extraction of short > versions of the file type...

Re: [Libreoffice] [Libreoffice-ux-advise] Suggestion and patch for "Confirmation of save format" dialog

2011-08-10 Thread Josh Heidenreich
Hi All, I have made some additional changes to the dialog. I am considering these changes stage 1 of the process. Screenshot: http://thejosh.info/libreoffice/export_format_v2.png I have attached a patch also. Josh From 8cea17536d1be944db3e74711e2e0d92594a2d43 Mon Sep 17 00:00:00 2001 From

Re: [Libreoffice] Suggestion and patch for "Confirmation of save format" dialog

2011-08-09 Thread Josh Heidenreich
he easiest way to submit a patch, as my code is currently stuck in the old repositories. Josh ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] Suggestion and patch for "Confirmation of save format" dialog

2011-08-08 Thread Josh Heidenreich
ibreoffice/export_format2.png I have coded a patch, although it's against the old repos. Josh ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [PATCH] Splash screen fix for multi-head on Linux (bug 33214)

2011-07-20 Thread Josh Heidenreich
>> Any specific reason for this construct? >> >> +        int i = 0; >> +        for( ; i < n_xinerama_screens; i++ ) > > Like, why not for( int i = 0; i < n_xinerama_screens; i++ ) ?  The > splash is in C, not C++, so this wouldn't work there (unless C99 mode is > used I think). > Yeah it gives t

Re: [Libreoffice] [PATCH] Splash screen fix for multi-head on Linux (bug 33214)

2011-07-20 Thread Josh Heidenreich
Yes that licence is fine ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PATCH] Splash screen fix for multi-head on Linux (bug 33214)

2011-07-19 Thread Josh Heidenreich
Uses xinerama to get the size of the primary screen 0001-Splash-screen-fix-for-multi-head-on-Linux-bug-33214.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libr