[Libreoffice] A question about using 'g'

2011-04-25 Thread cocofan
If I need to add a file to, say the 'impress' repository, how do I do this? If I use ./g add afile.cxx it stops when on the main repo because there is no file by that name. I tried using git add afile.cxx but it doesn't seem to work either (it doesn't seem to find the file).

[Libreoffice] [PATCH] An updated Autolayout patch

2011-04-20 Thread cocofan
This is another updated set of Autolayout patches. I think I managed to get the custom layout to work but sometimes there is a segmentation fault connected with using a literal string (will investigate later). The reading and writing to the xml file doesn't work right so it has been disabled

[Libreoffice] [PATCH] preliminary autolayout patches

2011-04-17 Thread cocofan
I have a preliminary Autolayout project git patches in tar.gz file(for convenience). I'm not sure how to merge patches in git. It has all the code from the previous 2009 patch but doesn't fully work. The reading and writing to the config file is disabled for now as it keeps getting a

[Libreoffice] [PATCH] remove dead code and uncompiled code in 'sd' module

2011-04-13 Thread cocofan
Attached is a patch for the Easy Hack removing commented out code (dead or uncompiled code). This is for the 'sd' module since I've been working in it lately. I wasn't sure what other code needs to be done as I couldn't find any information on which parts of the code have already been cleaned