[PATCH] Prepare for read-only source build

2012-12-08 Thread Norbert Thiebaud (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1273 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/73/1273/1 Prepare for read-only source build This patch allows to do mkdir cd /autogen.sh make Only the remaining dmak

Re: [Libreoffice-qa] 4.0 Test week/marathon Re: [...-qa] 3.7 bug hunt party ?

2012-12-08 Thread Joel Madero
On 12/07/2012 09:26 AM, Cor Nouws wrote: Hi Joel, *, Joel Madero wrote (07-12-12 00:02) Is there any plan to make a wiki page or something about the event? Sure. Examples from some of the earlier events: http://wiki.__documentfoundation.org/QA/__BugHunting_Session_3.5.0.-1

Re: recent git master branch : crash instead of error popup

2012-12-08 Thread Terrence Enger
On Sat, 2012-12-08 at 22:21 +0100, Olivier Ploton wrote: > Version 4.1.0.0.alpha0+ (Build ID: b0ea6f1343be4be7e96ba165d9daead8fc18514) > > Launch libreoffice. > Create a new database. > Edit a new query inside SQL view. > Type in some garbage, e.g.x > Run query. > LO crashes. > > With

Re: Gerrit - issue submitting a patch

2012-12-08 Thread Norbert Thiebaud
On Sat, Dec 8, 2012 at 11:35 AM, Mat M wrote: > Hello > > I have an issue: > > It rejected my submission with the following message: > > mm@FAUCON /cygdrive/d/src/libo10 > $ git log -n 1 > commit 40acf39922f6cada7c724751a7b819c1950e7b38 > Author: Mathias Michel > Date: Sat Dec 8 18:19:20 2012 +

Re: recent git master branch : crash instead of error popup

2012-12-08 Thread julien2412
Hi Olivier, First, you must know that it's the dev mailing list here and not user mailing list. Dev mailing list is for discussing about patches, building process of LO, etc. About the bug, you didn't quote info like Java version, platform for example. Moreover, try to be a little more precise a

[REVIEW for 4.0] Missing breaks in connectivity/source/drivers/odbcbase/OTools.cxx

2012-12-08 Thread julien2412
Hello, Could someone check commit 44b0bf91df1af9920b1c22a2f54bd70c9c44231b for cherry-picking in 4.0? --- connectivity/source/drivers/odbcbase/OTools.cxx --- index a868b0b..290aa61 100644 @@ -682,8 +682,10 @@ SQLSMALLINT OTools::jdbcTypeToOdbc(sal_Int32 jdbcType) // O

[Libreoffice-commits] .: connectivity/source

2012-12-08 Thread Libreoffice Gerrit user
connectivity/source/drivers/odbcbase/OTools.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 44b0bf91df1af9920b1c22a2f54bd70c9c44231b Author: Julien Nabet Date: Sat Dec 8 23:43:19 2012 +0100 Add missing breaks Change-Id: Icaa08718c37c2c8823a21b6a3ae4ef8b62b52550

Related: fdo#57779 LibreLogo 0.2 starts with scripting frame...

2012-12-08 Thread Julien Nabet (via Code Review)
Julien Nabet has abandoned this change. Change subject: Related: fdo#57779 LibreLogo 0.2 starts with scripting framework error .. Patch Set 1: Abandoned Thinking about it, surely it doesn't worth it. -- To view, visit https:/

Re: Gerrit - issue submitting a patch

2012-12-08 Thread Mat M
Hello I also cannot submit it from the main workdir, just beside the repo. That's annoying. Will try another branch later. Le Sat, 08 Dec 2012 18:35:52 +0100, Mat M a écrit: Hello I have an issue: It rejected my submission with the following message: mm@FAUCON /cygdrive/d/src/libo10 $ g

Re: Using config_xxx.h instead of -DHAVE_XXX

2012-12-08 Thread Michael Meeks
Hi Lubos, On Fri, 2012-12-07 at 18:42 +0100, Lubos Lunak wrote: > currently our build system adds -DHAVE_XXX options to the compile command > line for various settings, which does not quite scale, and does not cause > relevant files to rebuild, so the common practice nowadays is to use config.h

[ANN] LibreOffice 4.0.0 Beta1 available

2012-12-08 Thread Thorsten Behrens
Dear Community, The Document Foundation is pleased to announce a first Beta release of our upcoming LibreOffice 4.0, that is (almost) feature-complete. The upcoming 4.0 will be our fifth major release in just over two years, and comes with a nice set of new features. Please be aware that LibreOffi

[PATCH] fdo#38895 fix toggling of numbering separator on Autocaption...

2012-12-08 Thread Jack Leigh (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1272 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/72/1272/1 fdo#38895 fix toggling of numbering separator on Autocaption page Only enable the Edit box if the overall option

recent git master branch : crash instead of error popup

2012-12-08 Thread Olivier Ploton
Version 4.1.0.0.alpha0+ (Build ID: b0ea6f1343be4be7e96ba165d9daead8fc18514) Launch libreoffice. Create a new database. Edit a new query inside SQL view. Type in some garbage, e.g.x Run query. LO crashes. With a production version, one gets an error popup window containing "Syntax Erro

Re: [PATCH] fdo#38837: Timers must end eventually [Writer idle timer]

2012-12-08 Thread pkoroau pkoroau
2012/12/5 Caolán McNamara: > 1. In e.g. SetNeedGrammarCheck and SetFieldsDirty shouldn't > StartBackgroundJobs only be called for the "true" case and not the > "false" case ? 1. Yes, that's right. > if ( !GetUpdtFlds().IsInUpdateFlds() && > !IsExpFldsLocked() ) 2. I planned to negate. Th

[PATCH] Do not keep deprecated switches around

2012-12-08 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1271 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/71/1271/1 Do not keep deprecated switches around This is pretty bad idea, because when you really remove them it prints ni

Re: intending to join as a developer

2012-12-08 Thread Rainer Bielefeld
Hi, that's a very good idea, you are welcome! Do you already have a plan what your interests might be? To get familiar with the project I recommend to fix some smaller UI bugs, and then to take more challenging problems. Best regards Rainer Bielefeld (QA volunteer) _

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-12-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 52080, which changed state. Bug 52080 Summary: Large files become unresponsive since version 3.5.0 https://bugs.freedesktop.org/show_bug.cgi?id=52080 What|Removed |Added ---

[Libreoffice-commits] .: 3 commits - configure.ac cppunit/ExternalPackage_cppunit.mk distro-configs/LibreOfficeAndroid.conf distro-configs/LibreOfficeAndroidX86.conf

2012-12-08 Thread Libreoffice Gerrit user
configure.ac |1 - cppunit/ExternalPackage_cppunit.mk|4 distro-configs/LibreOfficeAndroid.conf|1 - distro-configs/LibreOfficeAndroidX86.conf |1 - 4 files changed, 4 insertions(+), 3 deletions(-) New commits: commit 3de4b440a27aa0f9f

Gerrit - issue submitting a patch

2012-12-08 Thread Mat M
Hello I have an issue: It rejected my submission with the following message: mm@FAUCON /cygdrive/d/src/libo10 $ git log -n 1 commit 40acf39922f6cada7c724751a7b819c1950e7b38 Author: Mathias Michel Date: Sat Dec 8 18:19:20 2012 +0100 configure VS dll from system for express version C

Re: intending to join as a developer

2012-12-08 Thread julien2412
Hello, Welcome here! You must know that the main language of LO is C++. These are used too: C, Python, Java (even assembly). SCM is Git and Gerrit is used too. If you want to contribute as a dev, the first thing is to build from sources by following this: http://wiki.documentfoundation.org/Develo

intending to join as a developer

2012-12-08 Thread Sai Anirudh
Hello, My name is Sai Anirudh. I am a student at DA-IICT,gandhinagar,Ahmadabad,India. I have a good knowledge of C language. I am very enthusiastic to contribute as a developer to the libreoffice. Please give me an opportunity, to do the same. Yours faithfully Sai Anirudh. __

Re: [Libreoffice-commits] .: xmloff/source

2012-12-08 Thread Lubos Lunak
On Saturday 08 of December 2012, Libreoffice Gerrit user wrote: > xmloff/source/core/DocumentSettingsContext.cxx| 42 +-- > xmloff/source/core/DomExport.cxx |4 > xmloff/source/core/SettingsExportHelper.cxx | 54 ++-- > xmloff/source/core/XMLEmbeddedO

[Libreoffice-commits] .: xmloff/source

2012-12-08 Thread Libreoffice Gerrit user
xmloff/source/core/DocumentSettingsContext.cxx| 42 +-- xmloff/source/core/DomExport.cxx |4 xmloff/source/core/SettingsExportHelper.cxx | 54 ++-- xmloff/source/core/XMLEmbeddedObjectImportContext.cxx |2 xmloff/source/core/xmlexp.cxx

[Libreoffice-commits] .: xmloff/source

2012-12-08 Thread Libreoffice Gerrit user
xmloff/source/style/xmlstyle.cxx |6 ++--- xmloff/source/text/XMLLineNumberingImportContext.cxx | 22 +-- 2 files changed, 14 insertions(+), 14 deletions(-) New commits: commit da8af42a2d783588359d33f79d15b94fa0d91bb4 Author: Chr. Rossmanith Date: Sat

Re: Build failure on master on mysqlc module

2012-12-08 Thread julien2412
Lubos Lunak wrote >> Entering /home/julien/compile-libreoffice/libo/mysqlc/source > ... >> /home/julien/compile-libreoffice/libo/mysqlc/source/mysqlc_services.cxx:20: >> /home/julien/compile-libreoffice/libo/solver/unxlngx6/inc/rtl/stringutils.h >>xx:34:27: fatal error: config_global.h: No such fil

[Libreoffice-commits] .: Branch 'libreoffice-4-0' - sw/qa writerfilter/source

2012-12-08 Thread Libreoffice Gerrit user
sw/qa/extras/rtfimport/data/fdo49934.rtf |7 +++ sw/qa/extras/rtfimport/rtfimport.cxx |8 writerfilter/source/rtftok/rtfdocumentimpl.cxx | 21 + 3 files changed, 32 insertions(+), 4 deletions(-) New commits: commit b4e305d778d153fa768a8c8

[Libreoffice-commits] .: sw/qa writerfilter/source

2012-12-08 Thread Libreoffice Gerrit user
sw/qa/extras/rtfimport/data/fdo49934.rtf |7 +++ sw/qa/extras/rtfimport/rtfimport.cxx |8 writerfilter/source/rtftok/rtfdocumentimpl.cxx | 21 + 3 files changed, 32 insertions(+), 4 deletions(-) New commits: commit 257a4090af068085143d71d

[Libreoffice-commits] .: basegfx/source

2012-12-08 Thread Libreoffice Gerrit user
basegfx/source/polygon/b2dsvgpolypolygon.cxx |4 1 file changed, 4 insertions(+) New commits: commit 0144c952282a4555b7ab0cfcf9d35bf753e5d8cb Author: Chr. Rossmanith Date: Fri May 18 22:41:33 2012 +0200 SVG: add check if polygon is closed Change-Id: I6e2b405dd1727fd6f663

[Libreoffice-commits] .: filter/source

2012-12-08 Thread Libreoffice Gerrit user
filter/source/svg/svgreader.cxx | 158 1 file changed, 80 insertions(+), 78 deletions(-) New commits: commit f21e7f8d5875f0cb7592279ac515124b8ca7186c Author: Chr. Rossmanith Date: Fri May 18 21:07:41 2012 +0200 SVG: handle degenerate cases of the

Re: Using config_xxx.h instead of -DHAVE_XXX

2012-12-08 Thread Lubos Lunak
On Friday 07 of December 2012, Norbert Thiebaud wrote: > On Fri, Dec 7, 2012 at 12:56 PM, Lubos Lunak wrote: > > On Friday 07 of December 2012, Norbert Thiebaud wrote: > >> and we could also mandate that every source need to include > >> #include > >> or some some other thoroughly bikesheded name

Re: Build failure on master on mysqlc module

2012-12-08 Thread Lubos Lunak
On Saturday 08 of December 2012, julien2412 wrote: > Hello, > > On pc Debian x86-64 with master sources updated today (commit > 6858182d246f21c5b06af09d8ff0e6fd04ef26c3) and following a make clean, I've > got this: > Entering /home/julien/compile-libreoffice/libo/mysqlc/source ... > /home/julien/c

[PATCH] rtl:: removal in fpicker

2012-12-08 Thread Ioan Radu (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1270 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/70/1270/1 rtl:: removal in fpicker - remove rtl prefix - remove RTL_CONSTASCII_USTRINGPARAM - correct some misspells Chan

Build failure on master on mysqlc module

2012-12-08 Thread julien2412
Hello, On pc Debian x86-64 with master sources updated today (commit 6858182d246f21c5b06af09d8ff0e6fd04ef26c3) and following a make clean, I've got this: Entering /home/julien/compile-libreoffice/libo/mysqlc/source Compiling: mysqlc/source/mysqlc_driver.cxx Compiling: mysqlc/source/mysqlc_servic

[PATCH] Remove useless deprecated rtl/memory.h

2012-12-08 Thread Arnaud Versini (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1268 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/68/1268/1 Remove useless deprecated rtl/memory.h Change-Id: Iac156b004464018225bbfda24f0a234f9ebcb19f --- D sal/inc/rtl/me

[PATCH] Related: fdo#57779 LibreLogo 0.2 starts with scripting frame...

2012-12-08 Thread Julien Nabet (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1269 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/69/1269/1 Related: fdo#57779 LibreLogo 0.2 starts with scripting framework error pep8 cleaning, above all these reports: p

Re: license statement

2012-12-08 Thread tino
Hi Markus, Many thanks for the commits and sorting out the warnings. Also: All of my past & future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. Cheers, Tino ___ LibreOffice mailing list LibreOffice@lists.freedesktop

Re: Master Build Failure in Python3 on Mac OSX with SDK 10.6 and XCode 4.5.2

2012-12-08 Thread Alexander Thurgood
Le 08/12/12 10:50, Alexander Thurgood a écrit : > > > Apparently, the installation script is looking for the "strip" command, > but this isn't available from within XCode ? > And yet, it is there : /Applications/XCode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip a

Master Build Failure in Python3 on Mac OSX with SDK 10.6 and XCode 4.5.2

2012-12-08 Thread Alexander Thurgood
Hi all, The build has now failed for me since the beginning of the week, systematically in Python3 installation : 2012-12-03 11:54:23.087 xcrun[93120:303] File '/Users/Shared/Repos/LO/core/workdir/unxmacxi.pro/UnpackedTarball/python3/Mac/strip' not found. Use --create to create a new file. instal