Re: [RELEASE]: proposed further schedule towards AOO 4.0

2013-05-31 Thread Jürgen Schmidt
On 5/31/13 9:16 AM, Herbert Dürr wrote: > [regarding dropping stlport4] > > The changes to make the codebase ready for native STL support are done. > Builds with stlport4 enabled will continue to work as before. > > I suggest to use the --without-stlport option for all new builds though: > Stlpor

Re: CMIS UCP

2013-05-31 Thread Jürgen Schmidt
On 5/31/13 4:01 PM, Rajath Shashidhara wrote: > Hello, > > I have built the basic CMIS UCP code that Ariel had sent me. Created a > .oxt. Installed it. > > I uploaded a .odt file to my inmemory repository(no authentication > required). > I tried this URL in the open dialog: > cmis:/// > > It say

Re: CMIS UCP

2013-06-03 Thread Jürgen Schmidt
Hi Rajath, first of all sorry for not answering over the weekend but I try to take a "real" break over the weekend and focus on some private work items. But Ariel gave you very detailed and good advice, it seems that he would be a better mentor ;-) The office API will be of course the more diffi

[RELEASE]: new snapshot build based on trunk revision 1488886

2013-06-03 Thread Jürgen Schmidt
Hi, I would like to propose a new snapshot build based on trunk revision 146 (related snapshot tag revision 148). This snapshot should provide a SDK as well that should work with the reworked (3layer) directory structure of the office. @Ariel, please use the configure switch --without-st

Re: [RELEASE]: new snapshot build based on trunk revision 1488886

2013-06-03 Thread Jürgen Schmidt
On 6/3/13 2:09 PM, Herbert Duerr wrote: > On 03.06.2013 10:29, Jürgen Schmidt wrote: >> I would like to propose a new snapshot build based on trunk revision >> 146 (related snapshot tag revision 148). > > +1 > >> This snapshot should provide a SDK as

Re: CMIS UCP

2013-06-03 Thread Jürgen Schmidt
; > Again My github: > https://github.com/rajaths589/CMISContentProvider.git > > > On Mon, Jun 3, 2013 at 1:00 PM, Jürgen Schmidt wrote: > >> Hi Rajath, >> >> first of all sorry for not answering over the weekend but I try to take >> a "real"

Re: CMIS UCP

2013-06-03 Thread Jürgen Schmidt
typeCast. you should use the AnyConverter to be save and avoid problems Juergen > > > On Mon, Jun 3, 2013 at 11:26 PM, Jürgen Schmidt wrote: > >> On 6/3/13 6:46 PM, Rajath Shashidhara wrote: >>> Hello, >>> >>> >>> I have changed the getP

Re: [RELEASE]: new snapshot build based on trunk revision 1488886

2013-06-03 Thread Jürgen Schmidt
On 6/3/13 8:42 PM, Ariel Constenla-Haile wrote: > On Mon, Jun 03, 2013 at 10:29:22AM +0200, Jürgen Schmidt wrote: >> Hi, >> >> I would like to propose a new snapshot build based on trunk >> revision 146 (related snapshot tag revision 148). >> >> Thi

Re: CMIS UCP getPropertyValues

2013-06-04 Thread Jürgen Schmidt
On 6/4/13 10:01 AM, Rajath Shashidhara wrote: > Hello, > > I have successfully completed the implementation of "getPropertyValues" ucb > command for cmis ucp. > > My ContentProvider repo: > https://github.com/rajaths589/CMISContentProvider.git > > I wrote a client application to test my ucp: > h

Re: The FreeBSD port is broken on trunk.

2013-06-04 Thread Jürgen Schmidt
On 6/5/13 5:09 AM, Pedro Giffuni wrote: > Hi again; > > On 04.06.2013 11:46, Pedro Giffuni wrote: >> Hello; >> >> Just FYI, beyond the STL/TR1 issues ... >> >> It seems some of the recent changes broke configure for platforms >> that report themselves as "amd64" instead of "x86_64": >> >> ... >> c

Re: [AOO 4.0]: migration of AOO 3.4.x/OOo 3.x user profile data - help needed

2013-06-04 Thread Jürgen Schmidt
On 6/4/13 11:28 PM, Hagar Delest wrote: > Le 04/06/2013 22:47, Juergen Schmidt a écrit : >> Well I am getting tired to repeat this again and again. Nobody should >> expect that others do what's necessary, Just do it yourself -> it's a >> community project. > That's the problem. It seems there are d

Re: [RELEASE]: new snapshot build based on trunk revision 1488886

2013-06-04 Thread Jürgen Schmidt
On 6/3/13 9:51 PM, Ariel Constenla-Haile wrote: > On Mon, Jun 3, 2013 at 4:41 PM, Herbert Duerr wrote: >> The __builtin_isfinite() is used for for GCC as GCC's bug 14608 [1] prevents >> the common isfinite() macro from working reliably. The builtin should work >> according to the gcc documentation

Re: XPropertySetInfo implementation

2013-06-05 Thread Jürgen Schmidt
On 6/4/13 9:32 PM, Rajath Shashidhara wrote: > Hello everyone, > > I was implementing XPropertySetInfo interface to return an object for it > when "getPropertySetInfo" command is executed. > > I had a doubt about setting the attribute of Property as READONLY. > > I have set Some properties like

Re: CMIS UCP getPropertyValues

2013-06-05 Thread Jürgen Schmidt
; >> rajaths.raja...@gmail.com> wrote: >> >>> Hello Juergen, >>> >>> I think i'll have to more debugging. I'm facing some errors. I'll >>> continue once I complete it. >>> >>> >>> On Tue, Jun 4, 20

Re: CMIS UCP getPropertyValues

2013-06-05 Thread Jürgen Schmidt
bottle neck as well and don't give you the necessary feedback or support in time. I think you make good progress and you ask good questions. That show me that you dive deeper and deeper in the "secret" world of the UCB and the office ;-) Juergen > > > On Wed, Jun 5, 2013

Re: AOO 4.0 upgrade behaviors

2013-06-05 Thread Jürgen Schmidt
On 6/5/13 2:57 PM, Oliver-Rainer Wittmann wrote: > Hi, > > here is what I know about some of the questions. > > On 05.06.2013 13:36, Rob Weir wrote: >> I'm a little confused by recent threads on the upgrade logic. But I'd >> like to ensure that this area is adequately tested and that we >> under

Re: CMIS UCP getPropertyValues

2013-06-05 Thread Jürgen Schmidt
gt; urqi, it expand to UnoRuntime.queryInterface You use it by typing urqi -> and press tab -> in the expanded code you can type the interface name and the code is changed accordingly. But here as well it works ont 100% in my NB 7.2.1 It seems that the NB plugin needs more cleanup and poli

Re: [RELEASE]: new snapshot build based on trunk revision 1488886

2013-06-05 Thread Jürgen Schmidt
On 6/5/13 3:38 PM, Ariel Constenla-Haile wrote: > On Wed, Jun 05, 2013 at 07:52:28AM +0200, Jürgen Schmidt wrote: >> On 6/3/13 9:51 PM, Ariel Constenla-Haile wrote: >>> On Mon, Jun 3, 2013 at 4:41 PM, Herbert Duerr wrote: >>>> The __builtin_isfinite() is used for

Re: [VOTE] Logo selection for Apache OpenOffice 4.0

2013-06-06 Thread Jürgen Schmidt
PMC binding 1st Choice: Chris Rottensteiner 2nd Choice: Our current logo 3rd Choice: Chris Rottensteiner 4th Choice: Our current logo 5th Choice: Chris Rottensteiner Juergen - To unsubscribe, e-mail: dev-unsubscr...@openoffice.a

Re: [VOTE] Logo selection for Apache OpenOffice 4.0

2013-06-06 Thread Jürgen Schmidt
On 6/6/13 3:16 PM, Rob Weir wrote: > On Thu, Jun 6, 2013 at 9:10 AM, Jürgen Schmidt wrote: >> PMC binding >> >> 1st Choice: Chris Rottensteiner >> 2nd Choice: Our current logo >> 3rd Choice: Chris Rottensteiner >> 4th Choice: Our current logo >> 5th C

[RELEASE]: translation reminder

2013-06-10 Thread Jürgen Schmidt
Hi, I just want to remind you about the upcoming release and the translation update that should be done until June 18th (latest). We have several languages that are close to be finished at least for the UI translation. Arabic -> 7648 words needs review/translation Asturian -> 2953 words needs re

Re: Building openoffice on Mac OSX

2013-06-10 Thread Jürgen Schmidt
On 6/10/13 5:43 PM, mehdi soleimani wrote: > Hi, > > I've started to build aoo in Mac but after spending a whole day of trying to > overcome the problems I gave up! :) > > I use GNU gcc 4. First I used this command to configure : > > ./configure --enable-ccache-skip > --with-epm-url=http://w

Re: Apache OpenOffice Building Guide

2013-06-10 Thread Jürgen Schmidt
On 6/11/13 1:04 AM, Guillermo Calzada wrote: > beeing more especific, how do i rebuild the module svx? run 'make clean' first Juergen > > Regarda > > > 2013/6/10 Guillermo Calzada > >> i've fix that error but i have this one now :S >> >> >> error: 'mpTbxUL_IncDec' was not declared in this

Re: Where to find images for splash screen, about box, etc.?

2013-06-11 Thread Jürgen Schmidt
On 6/11/13 9:58 AM, Andre Fischer wrote: > On 10.06.2013 19:15, Rob Weir wrote: >> Where in the SVN tree can I find the images used for these three areas >> of OpenOffice where the logo is displayed: >> >> https://cwiki.apache.org/confluence/display/OOOUSERS/AOO4+-+Application+And+Launcher >> >> >>

Re: Sidebar for Developers

2013-06-11 Thread Jürgen Schmidt
On 6/11/13 12:29 PM, Jörg Schmidt wrote: > Hello Andre, > >> From: Andre Fischer [mailto:awf@gmail.com] > >> I have created a new Wiki page for developers how want to add >> new panels >> to the sidebar [1]. At the moment it focuses on the explanation of a >> demo extension that with so

Re: Sidebar for Developers

2013-06-11 Thread Jürgen Schmidt
On 6/11/13 1:22 PM, Jörg Schmidt wrote: >> From: Jürgen Schmidt [mailto:jogischm...@gmail.com] > >>> 1. >>> Can you please still give an example of normal controls? >> (Buttons, combo boxes, >>> ...) >> >> the SDK contains examples how

[RELEASE]:_ new snapshot build based on trunk rev 1491858

2013-06-11 Thread Jürgen Schmidt
Hi, I would like to propose a new snapshot build based on trunk rev 1491858, revision 1491860 on the SNAPSHOT I will include the following languages en-GB en-US es nl sk ru The next languages are probably pt-BR ko fr Juergen -

Re: Fwd: [Bug 122457] [ES]Integrate last Spanish 4.0 translation

2013-06-11 Thread Jürgen Schmidt
On 6/11/13 6:18 PM, RGB ES wrote: > Hi, Jürgen, > > Bugzilla is on an off all the time, so maybe it's better if I answer you > here ;) see below > > -- Forwarded message -- > From: > Date: 2013/6/11 > Subject: [Bug 122457] [ES]Integrate last Spanish 4.0 translation > To: rgb...@a

Re: service ResultSet

2013-06-11 Thread Jürgen Schmidt
On 6/12/13 6:55 AM, Rajath Shashidhara wrote: > Hello, > Just a small doubt. > I was looking at the methods to be implemented in ResultSet. > m_RowCount stores the current row being accessed. > I have a doubt in the following methods. > Methods: > next(),previous(),beforeFirst(),afterLast() . > >

Re: service ResultSet

2013-06-12 Thread Jürgen Schmidt
hidhara < > rajaths.raja...@gmail.com> wrote: > >> Hello Juergen, >> >> But the return datatype of Open Command is a dynamic result set. So, a >> result set service must be implemented right? >> >> >> On Wed, Jun 12, 2013 at 11:44 AM, Jürgen Schm

Re: service ResultSet

2013-06-12 Thread Jürgen Schmidt
d to return only the properties that the cmd ask for Juergen > > > On Wed, Jun 12, 2013 at 12:31 PM, Jürgen Schmidt wrote: > >> On 6/12/13 8:45 AM, Rajath Shashidhara wrote: >>> Hello Juergen, >>> >>> I'm following this: >>> >> http

Re: [RELEASE]:_ new snapshot build based on trunk rev 1491858

2013-06-12 Thread Jürgen Schmidt
On 6/11/13 6:15 PM, Jürgen Schmidt wrote: > Hi, > > I would like to propose a new snapshot build based on trunk rev 1491858, > revision 1491860 on the SNAPSHOT > > I will include the following languages en-GB en-US es nl sk ru > > The next languages are probably

Re: Article on the Register

2013-06-12 Thread Jürgen Schmidt
On 6/12/13 6:48 PM, Andrea Pescetti wrote: > On 12/06/2013 Andre Fischer wrote: >> Can we have both? Some longer living, semi-'official' news and a more >> frequently changing list of recent blog posts. I find both important >> and interesting. And having blog posts listed on the main page may b

Re: Build AOO in Win7 Troubles

2013-06-12 Thread Jürgen Schmidt
On 6/13/13 6:56 AM, Ivan Fuentes wrote: > Hi, > I was bulding with ./bootstrap instruction > and i got this message: I don't understand what you mean here. Assuming that you have all prerequisites in place... 1. run configure with the appropriate parameters 2. run bootstrap 3. source the winenv.s

Re: [RELEASE]:_ new snapshot build based on trunk rev 1491858

2013-06-12 Thread Jürgen Schmidt
On 6/12/13 1:14 PM, Jürgen Schmidt wrote: > On 6/11/13 6:15 PM, Jürgen Schmidt wrote: >> Hi, >> >> I would like to propose a new snapshot build based on trunk rev 1491858, >> revision 1491860 on the SNAPSHOT >> >> I will include the following languages

Re: new logo on test website

2013-06-13 Thread Jürgen Schmidt
On 6/13/13 1:15 AM, Dennis E. Hamilton wrote: > I know this is approved and all, and I like it too (though the Orb seems a > bit apart from the text). > > If I was Apache Branding, though, I'd be disappointed that "Apache" is barely > visible. It has about as much punch as the tiny "TM". > do

Re: service ResultSet

2013-06-13 Thread Jürgen Schmidt
() just increases the value > of m_RowCount by 1 without checking if it is in this range? > > > > On Thu, Jun 13, 2013 at 9:05 AM, Ariel Constenla-Haile > wrote: > >> On Wed, Jun 12, 2013 at 09:01:51AM +0200, Jürgen Schmidt wrote: >>> On 6/12/13 8:45 AM, Rajath

Re: Problem with openoffice4

2013-06-13 Thread Jürgen Schmidt
On 6/12/13 5:37 PM, Rajath Shashidhara wrote: > Hello, > > I'm trying to install an extension manager on Openoffice4. > When I click "Add" on the extension manager dialog, ooffice exits by > throwing an instance of > 'com::sun::star::lang::WrappedTargetRuntimeException'. > > It was working till t

Re: [RELEASE]:_ new snapshot build based on trunk rev 1491858

2013-06-13 Thread Jürgen Schmidt
gt; Claudio > Em 13/06/2013 04:11, "Ariel Constenla-Haile" escreveu: > >> On Tue, Jun 11, 2013 at 06:15:00PM +0200, Jürgen Schmidt wrote: >>> Hi, >>> >>> I would like to propose a new snapshot build based on trunk rev 1491858, >>> revisio

Re: Localized build breakers

2013-06-13 Thread Jürgen Schmidt
On 6/13/13 3:58 PM, Andre Fischer wrote: > On 13.06.2013 15:53, Andre Fischer wrote: >> Hi, >> >> Arial > > Ariel, sorry. But hey, I got it right the second time below. > >> just found and fixed bug 122518 [1] which is caused by values in XCU >> configuration files that got translated. This wo

Re: [RELEASE]:_ new snapshot build based on trunk rev 1491858

2013-06-13 Thread Jürgen Schmidt
On 6/13/13 9:07 AM, Ariel Constenla-Haile wrote: > On Thu, Jun 13, 2013 at 08:56:03AM +0200, Jürgen Schmidt wrote: >> On 6/12/13 1:14 PM, Jürgen Schmidt wrote: >>> On 6/11/13 6:15 PM, Jürgen Schmidt wrote: >>>> Hi, >>>> >>>> I would like t

INFO: I will be offline for 4 days and will come up with a updated pr new proposed release schedule next week

2013-06-13 Thread Jürgen Schmidt
Hi, just to inform you that I will be off line and not available for the next 4 days. Next week I will concentrate on getting a clear overview where we are with AOO 4.0 and will propose a new release schedule for review. Juergen

Re: os2 build broken after stl updates #122208

2013-06-18 Thread Jürgen Schmidt
On 6/17/13 4:38 PM, Yuri Dario wrote: > Hi, > > after updates to STL for issue 122208, the OS/2 build is no longer > compiling. I was already not using OO STL and using system STL, and > now I get errors like good to know and I think that OS2 needs some special handling here. you are the only o

Re: [AOO 4.0]: migration of AOO 3.4.x/OOo 3.x user profile data - help needed

2013-06-18 Thread Jürgen Schmidt
On 6/15/13 10:21 AM, Andrea Pescetti wrote: > On 14/06/2013 Hans Zybura wrote: >> Therefore I'd like to recommend some additions > > Thank you, integrated in > > http://wiki.openoffice.org/wiki/Extensions/Extensions_and_Apache_OpenOffice_4.0 > > >> One last time I want to comment on Jürgen Schm

Re: Need commit help

2013-06-18 Thread Jürgen Schmidt
On 6/15/13 6:01 AM, Ariel Constenla-Haile wrote: > > Hi Ricardo, > > On Thu, Jun 13, 2013 at 09:42:06PM +0200, RGB ES wrote: >> Looking at the ES build, I can see that the sidebar page on the >> bundled help is not localized. In fact this page it's not even on >> pootle yet (checked for ES and IT

Re: [AOO 4.0]: migration of AOO 3.4.x/OOo 3.x user profile data - help needed

2013-06-18 Thread Jürgen Schmidt
On 6/18/13 2:17 PM, Oliver-Rainer Wittmann wrote: > Hi, > > On 18.06.2013 13:36, Rob Weir wrote: >> On Tue, Jun 18, 2013 at 3:51 AM, Oliver-Rainer Wittmann >> wrote: >>> Hi, >>> >>> >>> On 18.06.2013 09:26, Andrea Pescetti wrote: On 17/06/2013 Oliver-Rainer Wittmann wrote: > > I

Re: XInputStream

2013-06-18 Thread Jürgen Schmidt
On 6/18/13 5:04 PM, Rajath Shashidhara wrote: > Hello, > > Also in the file XInputStream implementation, > readSomeBytes() implementation just calls readBytes() method. > Code: > > sal_Int32 SAL_CALL > XInputStream_impl::readSomeBytes( > uno::Sequence< sal_Int8 >& aData, > sal_Int32 nMaxB

[RELEASE]: proposal for an update of the AOO 4.0 release schedule

2013-06-19 Thread Jürgen Schmidt
Hi, I tried to get an overview where we are with our AOO 4.0 release and I have thought about an updated release plan. I hope you share my view on this updated plan and you will continue to help that we can achieve it. First of all I am still thinking that we should release the 4.0 as soon as pos

[RELEASE][REMINDER]: showstopper issues have to be proposed and discussed here on the list

2013-06-19 Thread Jürgen Schmidt
Hi, we have a list of showstopper issues where the showstopper flag is already requested and we are working on reviewing this list. If there are new critical issues that come up during further testing or whatever please report an discuss them here on the list. We have to prioritize and can't fix

Re: [RELEASE]: proposal for an update of the AOO 4.0 release schedule

2013-06-20 Thread Jürgen Schmidt
On 6/19/13 6:34 PM, Kay Schenk wrote: > On Wed, Jun 19, 2013 at 2:21 AM, Jon Peli Oleaga wrote: > >> >> >>> Date: Wed, 19 Jun 2013 10:14:46 +0200 >>> From: jogischm...@gmail.com >>> To: dev@openoffice.apache.org; l...@openoffice.apache.org; >> q...@openoffice.apache.org >>> Subject: [RELEASE]: pro

Re: [RELEASE]: proposal for an update of the AOO 4.0 release schedule

2013-06-20 Thread Jürgen Schmidt
On 6/19/13 10:02 PM, FR web forum wrote: > Hello list, > >> - Wednesday June 19th, update Pootle with sidebar help and provide Po >> files for all current languages available on Pootle. > Is it possible to build AOO 4 with french language? yes it is Did you noticed the latest update on Pootle to

Re: OpenCommandArgument2 Data Sink

2013-06-20 Thread Jürgen Schmidt
On 6/20/13 10:26 AM, Rajath Shashidhara wrote: > Can I use this? > http://commons.apache.org/proper/commons-io/apidocs/org/apache/commons/io/IOUtils.html in principal yes, just try if it fulfill your needs. Juergen > > > On Thu, Jun 20, 2013 at 12:48 PM, Rajath Shashidhara < > rajaths.raja...@

Re: [UX] How add a new icon set?

2013-06-20 Thread Jürgen Schmidt
On 6/20/13 3:02 PM, Claudio Filho wrote: > Hi > > 2013/6/19 Andre Fischer : >> Is there any way you could turn that into a Wiki page, so that in the future >> it is easier to find? > > Yes. It is a good idea, but we need solve the wiki problem first, > about the license. I prefer add in a wiki un

Re: "Insert" command

2013-06-20 Thread Jürgen Schmidt
On 6/21/13 8:05 AM, Rajath Shashidhara wrote: > Hello, > > The explanation for "insert" command is not clear to me. > > If I call "insert" for a document, then I'll have to set the InputStream to > to existing document. What happens If I call "insert" for a folder? you create a folder > > Also

Re: Triage for AOO 4.0.0 Release Blockers

2013-06-20 Thread Jürgen Schmidt
On 6/20/13 8:01 PM, Edwin Sharp wrote: > Yes. > please allow to share the following objections: > 1. in general, bugs shouldn't be rated I disagree here and you always rate issues starting with setting a priority. And as always you can't fix them all with a fix number of developers. It simply doe

Re: "Insert" command

2013-06-21 Thread Jürgen Schmidt
... But the UCP handles or communicate errors via exceptions, don't ask me why. Have you checked the exceptions and error codes (enums) on http://www.openoffice.org/api/docs/common/ref/com/sun/star/ucb/module-ix.html? Juergen > > > On Fri, Jun 21, 2013 at 12:09 PM, Jürgen Schmid

Re: "Insert" command

2013-06-21 Thread Jürgen Schmidt
On 6/21/13 9:16 AM, Jürgen Schmidt wrote: > On 6/21/13 9:09 AM, Rajath Shashidhara wrote: >> Hello Juergen, >> >> I mean if "getPropertyValues" is requested for non-existing content what is >> the exception that must be thrown? > > I have to check t

Re: Converting XInputStream to java.io.InputStream

2013-06-23 Thread Jürgen Schmidt
On 6/22/13 8:11 AM, Rajath Shashidhara wrote: > Hello, > > I wanted to convert an XInputStream into java.io.InputStream. > I found this on the mail archive. > http://markmail.org/message/fo2txhbgxu3ksnct > > This is a very old mail. > So, just asking if such a conversion api has been defined now.

Re: PropertyChangeListeners

2013-06-23 Thread Jürgen Schmidt
On 6/22/13 7:40 PM, Rajath Shashidhara wrote: > Hello, > > I have now completed the implementation of "insert" command. > I was thinking about the propertychangelisteners. > > Is it good to store all the properties locally and each time > getPropertyValues is called update all the properties and

Re: CMISUrl

2013-06-24 Thread Jürgen Schmidt
On 6/24/13 11:29 AM, Rajath Shashidhara wrote: > Hello, > > Can i follow the uri format mentioned on this page: > https://camel.apache.org/cmis.html in general yes, but I would say the configuration of the CMIS stores should be http/https. Internally you will replace http/https with "cmis" and wi

Re: CMISUrl

2013-06-24 Thread Jürgen Schmidt
s://localhost:8080/inmemory/atom/A1/My_Folder-0-0 >>> >>> here, the server address is: http://localhost:8080/inmemory/atom >>> Repo id: A1 >>> Path of folder on repo: /My_Folder-0-0 >>> >>> So we could define a way to do it this way: >>&g

Re: commercial adaptations of AOO (was: My commercial service for OpenOffice.org)

2013-06-24 Thread Jürgen Schmidt
On 6/25/13 3:00 AM, Jörg Schmidt wrote: > > >> -Original Message- >> From: Rob Weir [mailto:robw...@apache.org] > > >> OK. I'm not aware of any companies that offer this at a small scale, >> just individuals. And what I see is customers posting their >> requirements on freelance we

Re: CMISUrl

2013-06-25 Thread Jürgen Schmidt
On 6/24/13 7:29 PM, Rajath Shashidhara wrote: > Hello Juergen, > > My doubt: > Suppose there is a folder call My_Folder-0-0 on a repository A1 on local > server > > The actual url for this is: > http://localhost:8080/inmemory/atom/A1/path?path=/My_Folder-0-0 > > So, Should i implement it the sam

Re: commercial adaptations of AOO (was: My commercial service for OpenOffice.org)

2013-06-25 Thread Jürgen Schmidt
On 6/25/13 8:50 AM, Jörg Schmidt wrote: >> From: Jürgen Schmidt [mailto:jogischm...@gmail.com] > >>> I am not familiar with the market for C++ programming, but >> to me LO is a general offer from a company that is ready to >> process orders from a minimum si

Re: Article on the Register

2013-06-25 Thread Jürgen Schmidt
On 6/25/13 9:43 AM, janI wrote: > On 25 June 2013 09:13, Andrea Pescetti wrote: > >> On 17/06/2013 Rob Weir wrote: >> >>> If you consider all of that, one way of approaching it might be: >>> >>> 1. Use the official blog for items that give a PMC perspective. >>> >>> 2. Use external blogs for "co

Re: 4.0.0_release_blocker requested: [Bug 122586] fix awt GridControl refresh

2013-06-25 Thread Jürgen Schmidt
On 6/25/13 10:53 AM, bugzi...@apache.org wrote: > j...@apache.org has asked for 4.0.0_release_blocker: > Bug 122586: fix awt GridControl refresh > https://issues.apache.org/ooo/show_bug.cgi?id=122586 > > > --- Additional Comments from j...@apache.org > I request showstopper flag because the

[RELEASE]: propose new snapshot build based on rev. 1496424.

2013-06-25 Thread Jürgen Schmidt
Hi, I propose a new snapshot build based on rev. 1496424. (related trunk rev. 1496422) I have already merged the following languages Complete: Spanish, Japanese, Dutch, Korean, Finnish, French, Portuguese UI complete: German, Tamil These languages will be included in the snapshot build. More l

Re: [RELEASE]: propose new snapshot build based on rev. 1496424.

2013-06-25 Thread Jürgen Schmidt
On 6/25/13 1:44 PM, Andrea Pescetti wrote: > Jürgen Schmidt wrote: >> Complete: Spanish, Japanese, Dutch, Korean, Finnish, French, Portuguese >> UI complete: German, Tamil >> These languages will be included in the snapshot build. More languages >> will be included on

Re: [RELEASE]: propose new snapshot build based on rev. 1496424.

2013-06-25 Thread Jürgen Schmidt
On 6/25/13 2:07 PM, Reizinger Zoltán wrote: > 2013.06.25. 13:38 keltezéssel, Jürgen Schmidt írta: >> Hi, >> >> I propose a new snapshot build based on rev. 1496424. (related trunk >> rev. 1496422) >> >> I have already merged the following languages >>

Re: [RELEASE]: propose new snapshot build based on rev. 1496424.

2013-06-25 Thread Jürgen Schmidt
On 6/25/13 2:11 PM, Jürgen Schmidt wrote: > On 6/25/13 2:07 PM, Reizinger Zoltán wrote: >> 2013.06.25. 13:38 keltezéssel, Jürgen Schmidt írta: >>> Hi, >>> >>> I propose a new snapshot build based on rev. 1496424. (related trunk >>> rev. 1496422

Re: [RELEASE]: propose new snapshot build based on rev. 1496424.

2013-06-25 Thread Jürgen Schmidt
On 6/25/13 2:17 PM, Jürgen Schmidt wrote: > On 6/25/13 2:11 PM, Jürgen Schmidt wrote: >> On 6/25/13 2:07 PM, Reizinger Zoltán wrote: >>> 2013.06.25. 13:38 keltezéssel, Jürgen Schmidt írta: >>>> Hi, >>>> >>>> I propose a new snapshot build b

Re: [RELEASE]: propose new snapshot build based on rev. 1496471.

2013-06-25 Thread Jürgen Schmidt
On 6/25/13 2:49 PM, Jürgen Schmidt wrote: > On 6/25/13 2:17 PM, Jürgen Schmidt wrote: >> On 6/25/13 2:11 PM, Jürgen Schmidt wrote: >>> On 6/25/13 2:07 PM, Reizinger Zoltán wrote: >>>> 2013.06.25. 13:38 keltezéssel, Jürgen Schmidt írta: >>>>> Hi, >&g

Re: [RELEASE]: propose new snapshot build based on rev. 1496471.

2013-06-25 Thread Jürgen Schmidt
On 6/25/13 4:13 PM, Reizinger Zoltán wrote: > 2013.06.25. 15:52 keltezéssel, Jürgen Schmidt írta: >> On 6/25/13 2:49 PM, Jürgen Schmidt wrote: >>> On 6/25/13 2:17 PM, Jürgen Schmidt wrote: >>>> On 6/25/13 2:11 PM, Jürgen Schmidt wrote: >>>>&g

Re: [RELEASE]: propose new snapshot build based on rev. 1496491.

2013-06-25 Thread Jürgen Schmidt
On 6/25/13 4:28 PM, Jürgen Schmidt wrote: > On 6/25/13 4:13 PM, Reizinger Zoltán wrote: >> 2013.06.25. 15:52 keltezéssel, Jürgen Schmidt írta: >>> On 6/25/13 2:49 PM, Jürgen Schmidt wrote: >>>> On 6/25/13 2:17 PM, Jürgen Schmidt wrote: >>>>> On 6/25/13

Re: [RELEASE]: propose new snapshot build based on rev. 1496471.

2013-06-25 Thread Jürgen Schmidt
On 6/26/13 12:56 AM, Andrea Pescetti wrote: > On 25/06/2013 Reizinger Zoltán wrote: >> I only now had time to correct these errors. >> Now fished, and wait for the next snapshot. > > Could it be that something broke here? The build is broken for me in > readlicense_oo module. Note that it wasn't a

Re: "Search" command

2013-06-26 Thread Jürgen Schmidt
On 6/25/13 5:06 PM, Rajath Shashidhara wrote: > Hello, > > Search command has not been implemented in any of the existing ucp's. > Is it important to implement it? > > http://opengrok.adfinis-sygroup.org/source/search?q=%22search%22&defs=&refs=&path=%2Faoo-trunk%2Fmain%2Fucb%2Fsource%2Fucp%2F&his

Re: [RELEASE]: propose new snapshot build based on rev. 1496831.

2013-06-26 Thread Jürgen Schmidt
On 6/26/13 8:57 AM, Jürgen Schmidt wrote: > On 6/26/13 12:56 AM, Andrea Pescetti wrote: >> On 25/06/2013 Reizinger Zoltán wrote: >>> I only now had time to correct these errors. >>> Now fished, and wait for the next snapshot. >> >> Could it be that something

Received patches related to the OSBA sponsored OOXML improvement project

2013-06-26 Thread Jürgen Schmidt
Hi, today I have received a zip file with patches related to the OSBA sponsored OOXML improvement project [1]. Regina came up some time ago and after some private email exchange with a list of git commit id's from one of the contractors. But I assume nobody was able to take a closer look on this

Re: Received patches related to the OSBA sponsored OOXML improvement project

2013-06-26 Thread Jürgen Schmidt
On 6/26/13 2:53 PM, Rob Weir wrote: > On Wed, Jun 26, 2013 at 8:44 AM, Jürgen Schmidt wrote: >> Hi, >> >> today I have received a zip file with patches related to the OSBA >> sponsored OOXML improvement project [1]. >> >> Regina came up some time ago and

Re: a good bye

2013-06-26 Thread Jürgen Schmidt
On 6/27/13 2:35 AM, Claudio Filho wrote: > Hi > > A cicle of my life finish for me and i am exiting of open source > iniciative. So, i request my remotion from Apache. > > Thanks for all and good bye. I don't know if you still read this but I am sad to hear that and I hope that your decision is

Re: [RELEASE]: propose new snapshot build based on rev. 1496831.

2013-06-27 Thread Jürgen Schmidt
On 6/26/13 1:18 PM, Jürgen Schmidt wrote: > On 6/26/13 8:57 AM, Jürgen Schmidt wrote: >> On 6/26/13 12:56 AM, Andrea Pescetti wrote: >>> On 25/06/2013 Reizinger Zoltán wrote: >>>> I only now had time to correct these errors. >>>> Now fished, and wait for t

Re: CMIS URL scheme

2013-06-27 Thread Jürgen Schmidt
CMIS/v1.0/os/cmis-spec-v1.0.html>? > > - Dennis > > -Original Message- > From: Rajath Shashidhara [mailto:rajaths.raja...@gmail.com] > Sent: Wednesday, June 26, 2013 11:50 AM > To: dev; Jürgen Schmidt > Subject: CMIS URL scheme > > Hello, > &g

Re: AOO 4.0 Logo: We're not done yet!

2013-06-28 Thread Jürgen Schmidt
On 6/27/13 4:35 PM, Rob Weir wrote: > On Wed, Jun 26, 2013 at 9:20 PM, Kevin Grignon > wrote: >> Hello All, >> >> I saved the file in Illustrator. Odd it is not loading. >> > > OK. I'll check it in and let others try it. > >> I've prepare all the remaining graphics. See: >> https://cwiki.apache

Re: AOO 4.0 Logo: We're not done yet!

2013-06-28 Thread Jürgen Schmidt
On 6/28/13 11:43 AM, Jürgen Schmidt wrote: > On 6/27/13 4:35 PM, Rob Weir wrote: >> On Wed, Jun 26, 2013 at 9:20 PM, Kevin Grignon >> wrote: >>> Hello All, >>> >>> I saved the file in Illustrator. Odd it is not loading. >>> >> >> O

Re: AOO 4.0 Logo: We're not done yet!

2013-06-28 Thread Jürgen Schmidt
On 6/28/13 1:06 PM, Rob Weir wrote: > On Fri, Jun 28, 2013 at 5:43 AM, Jürgen Schmidt wrote: >> On 6/27/13 4:35 PM, Rob Weir wrote: >>> On Wed, Jun 26, 2013 at 9:20 PM, Kevin Grignon >>> wrote: >>>> Hello All, >>>> >>>> I saved

Re: native language

2013-07-01 Thread Jürgen Schmidt
On 7/1/13 2:31 PM, hredidegasconha wrote: > Adishatz, > > I want to subscribe the project list in order to create a native language > project for «occitan - gascon» language [gsc]. > So I should contact people to help me start this project. > > Thanks & regards. > Plan coraument, (bien cordialem

Re: Translation for Simplified Chinese (zh_CN) completed

2013-07-01 Thread Jürgen Schmidt
On 7/1/13 1:04 PM, Shenfeng Liu wrote: > created a task in BZ: 122661 , with 4.0.0_release_blocker flag set to ? . Hi Simon, I have merged the translation already but it is not clear to me if you have taken the hint from Andrea regarding check mnemonics ("~" characters) into account. Can you upd

Re: native language

2013-07-01 Thread Jürgen Schmidt
On 7/1/13 4:08 PM, Rob Weir wrote: > On Mon, Jul 1, 2013 at 9:20 AM, Jürgen Schmidt wrote: >> On 7/1/13 2:31 PM, hredidegasconha wrote: >>> Adishatz, >>> >>> I want to subscribe the project list in order to create a native language >>> project fo

[RELEASE]: ongoing translation update/merge ... chek mnemonics

2013-07-01 Thread Jürgen Schmidt
Hi, just a quick update, I am merging translations back into svn and have already merged Spanish, Finnish, English (en-GB), Sloval, Czech, Scottish Gaelic, Simplified Chinese, Italian, Slovenian Tamil and Greek are merged as well. For Tamil I am not sure if there will be a further update regardi

Re: [RELEASE]: ongoing translation update/merge ... chek mnemonics

2013-07-01 Thread Jürgen Schmidt
On 7/1/13 5:37 PM, janI wrote: > On Jul 1, 2013 5:26 PM, "Jürgen Schmidt" wrote: >> >> Hi, >> >> just a quick update, I am merging translations back into svn and have >> already merged >> >> Spanish, Finnish, English (en-GB), Sloval,

Re: Adding my own ucb commands

2013-07-01 Thread Jürgen Schmidt
On 7/1/13 5:29 PM, Rajath Shashidhara wrote: > Hello, > I'm thinking of adding "checkin" and "checkout" as ucp commands. > > Is it permitted to add my own ucb commands? > sure and it make sense of course but you focus on a simple open and save of documents first. Sorry I have found the time tod

Re: Building in recent environments: Java 7 and Mozilla

2013-07-01 Thread Jürgen Schmidt
On 7/2/13 8:29 AM, Oliver-Rainer Wittmann wrote: > Hi, > > On 02.07.2013 08:10, Andrea Pescetti wrote: >> I tried building OpenOffice on the coming Fedora 19 to see how it worked >> with a fairly recent set of build tools. As for STLport, I used the >> default choice for 32-bit systems (this uses

Re: [RELEASE]: ongoing translation update/merge ... chek mnemonics

2013-07-02 Thread Jürgen Schmidt
On 7/1/13 6:22 PM, janI wrote: > On 1 July 2013 17:56, Jürgen Schmidt wrote: > >> On 7/1/13 5:37 PM, janI wrote: >>> On Jul 1, 2013 5:26 PM, "Jürgen Schmidt" wrote: >>>> >>>> Hi, >>>> >>>> just a qui

Re: Draft blog post: Facebook and the growing fanbase

2013-07-02 Thread Jürgen Schmidt
On 7/2/13 9:01 AM, Raphael Bircher wrote: > Hi all > > https://blogs.apache.org/preview/OOo/?previewEntry=facebook_fanpage_and_the_growing > > > This is my first blogdraft for Apache ever. I will add a chart about the > growing number too, as soon as I know how to add images to Roller. I am sur

Re: 4.0.0_release_blocker requested: [Bug 122594] [SVG] in inner svg the missing size is set to viewBox, but should be 100%

2013-07-02 Thread Jürgen Schmidt
On 7/2/13 1:43 PM, bugzi...@apache.org wrote: > Armin Le Grand has asked j...@apache.org for > 4.0.0_release_blocker: > Bug 122594: [SVG] in inner svg the missing size is set to viewBox, but should > be 100% > https://issues.apache.org/ooo/show_bug.cgi?id=122594 I agree and the fix is located in

Any opinions on requested showstopper 122614?

2013-07-02 Thread Jürgen Schmidt
Hi, any opinions on requested showstopper https://issues.apache.org/ooo/show_bug.cgi?id=122614 It seems to be quite easy to disable the help agent and I have no real opinion on it. I can disable it quite fast by myself but can live with a different default as well. Well it's no real showstopper

Re: Any opinions on requested showstopper 122614?

2013-07-02 Thread Jürgen Schmidt
On 7/2/13 5:15 PM, Jürgen Schmidt wrote: > Hi, > > any opinions on requested showstopper > https://issues.apache.org/ooo/show_bug.cgi?id=122614 > > It seems to be quite easy to disable the help agent and I have no real > opinion on it. I can disable it quite fast by mysel

[RELEASE]: next snapshot will include the following languages

2013-07-03 Thread Jürgen Schmidt
Hi, the next snapshot that I will start later today will include the following languages (planned for the release at the moment): ast cs de en-GB en-US es fi fr gd gl hu it ja ko nl pt pt-BR ru sk sl ta zh-CN Asturian (ast) Czech (cs), German (de), English United Kingdom (en-GB), English US (en-

Re: Online update of AOO-XX

2013-07-03 Thread Jürgen Schmidt
please continue your discussion on one list (I suggest dev) Juergen On 7/3/13 12:06 PM, Kadal Amutham wrote: > Oh, today I learned a new acronym bz = bugzilla > > With Warm Regards > > V.Kadal Amutham > 919444360480 > 914422396480 > > > On 3 July 2013 15:24, janI wrote: > >> On 3 July 2013

[RELEASE]: propose next snapshot build based on rev. 1499347

2013-07-03 Thread Jürgen Schmidt
Hi, I would like to propose the next snapshot build based on rev. 1499347. The SNAPSHOT tag is moved and it is based on trunk rev. 1499345. The build will include the following languages: ast cs de el en-GB en-US es fi fr gd gl hu it ja ko nl pt pt-BR ru sk sl ta zh-CN Asturian (ast) Czech (cs)

<    5   6   7   8   9   10   11   12   >