Re: [OS/2 and macOS] saving ODS with chart

2021-07-29 Thread Yuri Dario
Hi Arrigo, > Maybe someone else can test on OS/2? I can build relevant code with debug info once I get back from holidays. I hope to give a try in about 10 days. Thanks for finding this! Yuri - To unsubscribe, e-mail:

Re: [OS/2] saving ODS with chart

2021-05-27 Thread Yuri Dario
Hi, > i can build AOO 4.2.x without problems with gcc 6.3 which is in Debian 9 > I had problems to build it at Debian 10 with gcc 8.3. here I have a 4.2 build done under Manjaro with gcc 9.2: saving a diagram in ods format works fine, so it doesn't seems to be a compiler issue; How is XML

Re: [OS/2] saving ODS with chart

2021-05-27 Thread Yuri Dario
Hi Matthias, >> Ideas on where to look? > Maybe Jim knows, since we had such an issue in the mac build 4.1.9(?) a rebuild fixed the issue for MacOS (issue 128426), does not work for os2. And I'm using gcc 9.2 since 4.1.7 builds. Yuri

[OS/2] saving ODS with chart

2021-05-26 Thread Yuri Dario
Hi, as reported in https://bz.apache.org/ooo/show_bug.cgi?id=128427 when saving a calc sheet with a graph the ods file does contain an empty object: in the 'object 1' dir there are 3 xml files with zero lenght. Saving in XLS format is ok. The current build from AOO41X still has this bug.

Re: unopkg.bin sync fails while packaging OS/2 build

2020-09-29 Thread Yuri Dario
Hi, > We normally build our own Python-core (now 2.7.18), but on OS/2 system > wide Python is used? AOO for OS/2 is building python code, but it is untested. Yuri - To unsubscribe, e-mail:

unopkg.bin sync fails while packaging OS/2 build

2020-09-26 Thread Yuri Dario
Hi, while packaging the OS/2 build for AOO 4.1.8, I get unopkg.bin sync --verbose -env:UNO_JAVA_JFW_ENV_JREHOME=true to fails while registering extensions. This happens because the file path (for registry directory) lenght exceed the system limit of 260 chars. Since the build is working

Re: C++ standard when building OpenOffice

2019-11-08 Thread Yuri Dario
Hi Peter, > I could not figure out if OS/2 can use LLVM. @Yuri do you think that > would be fine for the OS/2 development? OS/2 currently does not support LLVM building. I know a LLVM part was available (maybe a library) but for sure the whole building env isn't. thanks Yuri

Re: OS/2 error running unopkg.bin while packaging

2019-02-23 Thread Yuri Dario
exceeding the 260 char limit for OS/2. This explains why moving to a shorter path all is ok. But I wonder what that unopkg.bin call is supposed to do, since even if it fails my AOO installation works fine. thanks -- Bye, Y

OS/2 error running unopkg.bin while packaging

2019-02-22 Thread Yuri Dario
works too. Ideas? thanks, Yuri -- Bye, Yuri Dario - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org

Re: Building trunk with java disabled

2018-10-19 Thread Yuri Dario
Hi Damjan, > Java and Ant are now mandatory components. good to know, thanks! luckily I still can build most java related modules. -- Bye, Yuri Dario - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.

Building trunk with java disabled

2018-10-12 Thread Yuri Dario
have some misconfigured file left from previous build? thanks -- Bye, Yuri Dario - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org

Re: OS/2 drag writer only issue

2018-03-26 Thread Yuri Dario
Hi Matthias, > Hopefully we can see a working version at Warpstock Europe in Berlin? :-) probably even before that :-) And I will miss WSE in Berlin, I have an exam two days later :-( -- Bye, Yuri Da

Re: OS/2 drag writer only issue

2018-03-16 Thread Yuri Dario
DROPOP was preventing further DM_DRAGOVER messages to be sent to AOO message queue. thanks, Yuri -- Bye, Yuri Dario - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail:

OS/2 drag writer only issue

2018-03-15 Thread Yuri Dario
document I can't move it using d, I immediately get the rejectDrag() event immediately called. Dropping into a different writer window is ok. Ideas? I have no clue at all for this. thanks, Yuri -- Bye, Yuri Dario

Re: Implementation of drag support on OS2

2018-03-09 Thread Yuri Dario
Hi, > But this code is never loaded by AOO. I solved this one: added proper define in Window::GetDragSource(). thanks, Yuri -- Bye, Yuri Dario - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.

Implementation of drag support on OS2

2018-03-09 Thread Yuri Dario
the AOO drop code. Ideas? thanks in advance, Yuri -- Bye, Yuri Dario - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org

Re: cairo canvas and starsymbol vs opensymbol

2018-03-03 Thread Yuri Dario
ews/48719.html mostly :-) thanks, Yuri > > > Am 03.03.2018 um 09:03 schrieb Yuri Dario: > > Hi, > > > > while working at cairo graphics support for OS/2 (see #127723), I > > discovered the existence of StarSymbol font: this font is used to > > rend

cairo canvas and starsymbol vs opensymbol

2018-03-03 Thread Yuri Dario
Hi, while working at cairo graphics support for OS/2 (see #127723), I discovered the existence of StarSymbol font: this font is used to render bullets in Impress but while VCL uses OpenSymbol to render it, cairo canvas uses StarSymbol which is normally not installed (even on other platforms I

Re: svn commit: r1818128 - in /openoffice/trunk/main: ./ dtrans/ embeddedobj/ scp2/source/ooo/ slideshow/ solenv/inc/ vcl/ xmlsecurity/source/xmlsec/nss/

2017-12-15 Thread Yuri Dario
Hi, Sorry, I overlooked this change, it is clearly wrong because it does not affect the os/2 build at all. I even wonder why I did this... Reverting ASAP Thanks for reporting, Yuri Il 15 Dic 2017 05:57, "Don Lewis" ha scritto: On 14 Dec, yda...@apache.org wrote: >

Re: Increase minimum Java version from 5 to 7/8 ?

2017-07-16 Thread Yuri Dario
> >> At least the OS/2 port still relies on Java 6 > >> [http://trac.netlabs.org/java]. > >> But I think the support is still at beta stage... I can confirm that Java 6 is supported in OS/2 and it is no longer beta. But, while java7&8 ports are planned, there isn't a timetable for them.

Re: [OS2] Project build order

2015-12-11 Thread Yuri Dario
r dependency information is not complete. Even on Windows, 50% of > the time the build fails for me. > > I suggest adding soltools to the build.lst for hunspell. > > Thank you > Damjan > -- Bye, Yuri Dario --

[OS2] Project build order

2015-12-06 Thread Yuri Dario
apple_remote libtextcat hunspell requires makedepend from soltools to build. Why this is not done correctly for my build chain? thanks, -- Bye, Yuri Dario - To unsubscribe, e-mail: dev-unsubscr

Re: [QUESTION/DISCUSSION] Does our required Java version need updating?

2015-12-02 Thread Yuri Dario
-- Bye, Yuri Dario - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org

Re: Should we reset the SNAPSHOT tag?

2015-09-21 Thread Yuri Dario
Hi, > > my latest commit on AOO410 branch is 1702993 > OK. I guess we wait. I don't have more commits for this code. thanks, -- Bye, Yuri Dario - To unsubscribe, e-mail: dev-unsubscr...@openoffice.a

Re: Should we reset the SNAPSHOT tag?

2015-09-15 Thread Yuri Dario
Hi, > Right now our SNAPSHOT tag, which is used by the buildbots > is set at r1614269. Should this be changed to r1698423 when Andrea > changed the version number to 4.1.2? my latest commit on AOO410 branch is 1702993 -- Bye, Y

Re: [PROPOSAL] move repo to Git.

2015-02-18 Thread Yuri Dario
Hi, a bit late... having worked with both svn and git, personally I don't think git it is easier to use. Given how AOO is developed, it seems to me that cloned repos are not necessary, developers are already working on svn repo. -- Bye, Yuri Dario

Re: AOO broken with gcc 4.9

2015-01-29 Thread Yuri Dario
Hi Pedro, (with links to full build logs) Apache OpenOffice broke when building with gcc 4.9. Apparently it's some visibility issue. I just rebuilt AOO 4.1.1 for gcc 4.9.2 for OS/2 a few days ago, everything went fine. -- Bye, Yuri Dario

RE: [DISCUSS] Qt as a replacement for VCL

2015-01-20 Thread Yuri Dario
management that has to be handled between VCL and QT and will this be resolvable (using UNO or whatever for that purpose)? sorry, my QT experience is very limited. PS: Thanks for bringing your expertise with OS/2 on behalf of AOO too. thank you :-)) -- Bye, Yuri Dario

Re: AOO 4.1 on OS/2

2015-01-09 Thread Yuri Dario
Hi Andrea, 1) Is this related to Yuri Dario's work? yes, it is the same work actually. and it is build using AOO svn code, so everything is already upstream :-) bww is supporting and funding the development (as mensys bv did in the past). -- Bye, Yuri Dario

OS/2, open password protected file fails

2014-11-20 Thread Yuri Dario
, Yuri Dario /* * member of TeamOS/2 - Italy * http://www.quasarbbs.com/yuri */ - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org

Re: OS/2 'unopkg.bin sync' crash while packaging

2014-09-11 Thread Yuri Dario
Hi, snce I didn't find a solution for this, I moved this task to installation step. what is 'unopkg.bin sync' supposed to do exactly? thanks, -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org

OS/2 'unopkg.bin sync' crash while packaging

2014-09-08 Thread Yuri Dario
| libc065.dll:1 | | libc065.dll:1:165734 Do you have some thoughts to share with me? I still have also to be able to reproduce the initial error text. thanks in advance, -- Bye, Yuri Dario /* * OS/2 open source software

Re: [OS2] gcc 4.7.3, CPPULIB now required for some modules

2013-11-14 Thread Yuri Dario
to SHL1STDLIBS only for OS2 builds. thanks, -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */ - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org

Re: [OS2] gcc 4.7.3, CPPULIB now required for some modules

2013-11-13 Thread Yuri Dario
in the directory. Preprocessor shows that functions are referenced because any2.h is included. thanks, -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org

Re: [OS2] gcc 4.7.3, CPPULIB now required for some modules

2013-11-12 Thread Yuri Dario
. thanks, -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */ - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail

[OS2] gcc 4.7.3, CPPULIB now required for some modules

2013-11-11 Thread Yuri Dario
ideas what could be wrong? thanks, -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */ - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org

Re: [RELEASE]: preparation for AOO 4.0.1

2013-08-13 Thread Yuri Dario
. with this branching tecnique, a bugfix must be sideported to every active branch, e.g. trunk, AOO401, AOO410 (maybe more in the future). If I missed some guideline doc on the wiki please excuse me. thanks, -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com

Re: OS/2: landscape printing broken

2013-08-10 Thread Yuri Dario
Hi, I just discoved I had to implement void Os2SalInfoPrinter::InitPaperFormats( const ImplJobSetup* pSetupData ) and int Os2SalInfoPrinter::GetLandscapeAngle( const ImplJobSetup* pSetupData ) now things are getting better :-)) -- Bye, Yuri Dario /* * OS/2 open source

OS/2: landscape printing broken

2013-08-09 Thread Yuri Dario
::SetData() is called, the orientation is always portrait (0). Even the print preview is always portrait (until printer properties are changed). I think I miss some code added to change printer properties on the fly using document settings. Ideas? thanks for help, -- Bye, Yuri Dario

Re: os2 build broken after stl updates #122208

2013-07-02 Thread Yuri Dario
STLP4_EMUBASE_NS::unordered_multimap; #undef STLP4_EMUBASE_NS #endif are found already defined in standard stdc++ headers. should NO_STLPORT4_EMULATION be defined or not? thanks, -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http

Re: Presentation about AOO 4.0

2013-05-19 Thread Yuri Dario
can show using the OS/2 port of AOO, but I can mention this too. thanks! -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org */ - To unsubscribe, e-mail: dev

Presentation about AOO 4.0

2013-05-18 Thread Yuri Dario
/confluence/display/OOOUSERS/AOO+4.0+Release+P lanning): - new directory layout - merge of ibm symphony code - new gallery images - sidebar - bug fixes - filters do you have something more to add? possibly with some material I can show or search around. thanks! -- Bye, Yuri Dario

Re: [CODE] tree broken in default_images/svx/res/symphony

2013-05-11 Thread Yuri Dario
Hi Ariel, It seems that is the name of the file ;) http://svn.apache.org/viewvc/openoffice/trunk/main/default_images/svx/res/symphony/%0D?view=log should it be Quadratic_h.png? I thought the same... I added a note to issue 121420 thanks, -- Bye, Yuri Dario /* * OS/2 open

Re: [CODE] tree broken in default_images/svx/res/symphony

2013-05-11 Thread Yuri Dario
when I maybe changing the server copy instead of the working copy using %0D as name could work... -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org

[CODE] tree broken in default_images/svx/res/symphony

2013-05-10 Thread Yuri Dario
client and windows sliksvn 1.6.17 too. I'm not sure about the correct way to fix this tree issue, so I'm posting here. thanks, -- Bye, Yuri Dario /* * OS/2 open source software * http://web.os2power.com/yuri * http://www.netlabs.org

Re: [CODE] tree broken in default_images/svx/res/symphony

2013-05-10 Thread Yuri Dario
Hi svn: Path 'default_images/svx/res/symphony/ ' is not in the working copy this error normally occurs, when there are no .svn subdirectory. If you sorry, I forgot before, please note there is a space after simphony/ in error message. thanks. -- Bye, Yuri Dario /* * OS/2 open