Re: [Libreoffice] Adabas D client library

2011-06-11 Thread Francois Tigeot
On Sat, Jun 11, 2011 at 02:46:58PM +0200, Francois Tigeot wrote: > > In light of my recent findings, I have become convinced Adabas D is not used > and will not be in the future. > > We could kill two birds with one stone by simply disabling the build of this > library. The attached patch disabl

Re: [Libreoffice] [PATCH] Removes data sources button from standard toolbars in Calc and Writer

2011-06-11 Thread Samuel Cantrell
I'm confused. I just tried applying the patch on Writer on my home desktop, and I can still access the data sources explorer by pressing F4, and through the View menu. Or were you only being sarcastic when you mentioned my disabling the data sources functionality entirely? Email is such a pain for

Re: [Libreoffice] QA-hints ? -> question for devs !

2011-06-11 Thread John LeMoyne Castle
Hi Cor, I think the Weekly Development Summary might do what u want. It tends to slide by unnoticed because no one replies to it as they are all plowing straight ahead. Here is an easy way to find it... Go to top/thread view of dev list in Nabble -- http://nabble.documentfoundation.org/Dev-f16

Re: [Libreoffice] [PATCH] Removes data sources button from standard toolbars in Calc and Writer

2011-06-11 Thread Alexander Thurgood
Le 11/06/11 16:46, Samuel Cantrell a écrit : Hi Samuel, > I was on the Default UI Improvements wiki page, and it linked to > https://sites.google.com/site/rgbmldcwriterideas/home/default-values, > which had some comments about default values that could be changed in > LibreOffice. > > One of tho

Re: [Libreoffice] [GSoC 2011][svgexport] I need some help on exporting "all selected slides" task

2011-06-11 Thread Marco
On Fri, 10 Jun 2011 14:14:03 +0200, Thorsten Behrens wrote: Marco wrote: but I don know how to get such a component context object. So if you could give me some hint would be great! ::comphelper::getProcessComponentContext() (from comphelper/processfactory.hxx). Didn't check whether you'l

Re: [Libreoffice] [GSoC 2011][svgexport] I need some help on exporting "all selected slides" task

2011-06-11 Thread Marco
On Fri, 10 Jun 2011 14:22:16 +0200, Thorsten Behrens wrote: Marco wrote: (2) I see that the Export Dialog has a "Selection" check box. I guess that its role is to let the user choose if he/she wants to export the whole presentation or only the selected slides. However I don't know yet, if/ho

Re: [Libreoffice] [Libreoffice-ux-advise] Performance improvements for calcs' sheet actions

2011-06-11 Thread Christoph Noack
Hi Michael, Markus, ... :-) Am Freitag, den 10.06.2011, 10:19 +0100 schrieb Michael Meeks: > Hi Christophe, > On Wed, 2011-06-08 at 00:18 +0200, Christoph Noack wrote: [...] > If it takes four seconds we get perhaps the worst case: for the first > 1/2 second we'll not see anything - then we

[Libreoffice] [PATCH] Removes data sources button from standard toolbars in Calc and Writer

2011-06-11 Thread Samuel Cantrell
I was on the Default UI Improvements wiki page, and it linked to https://sites.google.com/site/rgbmldcwriterideas/home/default-values, which had some comments about default values that could be changed in LibreOffice. One of those was the removal of the data sources button, as it's not used very m

[Libreoffice] [PATCH] Removes find/replace dialog button from standard toolbar

2011-06-11 Thread Samuel Cantrell
These patches remove the find/replace dialog button from Calc and Writer (per http://wiki.documentfoundation.org/Development/Default_UI_Improvements). As we have the new find toolbar, these buttons seem unnecessary. I should note that these patches don't remove the functionality of the buttons, b

Re: [Libreoffice] [PATCH] Bug 33293 - [EasyHack] Make starting count of worksheets configurable

2011-06-11 Thread Albert Thuswaldner
On Sat, Jun 11, 2011 at 01:48, Miklos Vajna wrote: > On Fri, Jun 10, 2011 at 10:34:39PM +0200, Albert Thuswaldner > wrote: >> --- /dev/null >> +++ b/sc/source/ui/optdlg/tpdefaults.cxx >> @@ -0,0 +1,87 @@ >> +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 >> -*- */ >> +

[Libreoffice] Fwd: warning: the use of `tmpnam' is dangerous, better use `mkstemp'

2011-06-11 Thread Julien Nabet
Hello, I leafed through the definition of createTempFile in sal/inc/osl/file.hxx. I read this too : http://projects.cerias.purdue.edu/secprog/class2/6.Temp_&_Rand.ppt "mktemp - generate temporary file name (unique) mkstemp - also create the file mkstemps - generate temporary file name with suf

Re: [Libreoffice] [Patch] it needs to be check by libreoffice guru

2011-06-11 Thread Christian Lohmaier
Hi Michael, *, On Thu, Jun 9, 2011 at 6:44 PM, Michael Meeks wrote: > On Thu, 2011-06-09 at 17:25 +0200, Christian Lohmaier wrote: >> So that's the real problem: The configure script is too lax, and it >> can enable unsupported stuff. > >        Ho hum - if we don't use / install the oosplash.bin

Re: [Libreoffice] [PATCH][PUSHED] Show progress bars when downloading external dependencies

2011-06-11 Thread Norbert Thiebaud
On Sat, Jun 11, 2011 at 5:36 AM, Luke Symes wrote: > On Fri, Jun 10, 2011 at 12:21 PM, Norbert Thiebaud > wrote: >> >> give it a try and look a what the log looks like ... > > > I think the log looks quite good with " --progress=dot:mega". Could this get > pushed to master? Pushed, Thanks. For

[Libreoffice] Adabas D client library

2011-06-11 Thread Francois Tigeot
Hi, The Adabas client library (libadabas.so on Unix systems) has recently come to my attention. It is only build on a hardcoded list of platforms, creating an artificial difference in the list of installed files depending on the operating system or cpu. I investigated a bit, and found out the fo

Re: [Libreoffice] [PATCH] Show progress bars when downloading external dependencies

2011-06-11 Thread Luke Symes
On Fri, Jun 10, 2011 at 12:21 PM, Norbert Thiebaud wrote: > give it a try and look a what the log looks like ... I think the log looks quite good with " --progress=dot:mega". Could this get pushed to master? Regards, Luke. diff --git a/download b/download index 0af6751..2c1846b 100755 --- a/do

[Libreoffice] Tasks for the summer

2011-06-11 Thread Nguyen Vu Hung (KiEi)
Hello all, Regarding the "MHST" that we have proposed 2 months ago[1], the good news is that our idea has been accepted and three students will join the fun! Well, now I want you ask/confirm some points. 1. The students want to work with some standalone app However, IMO, working on adding a new