sw/source/core/text/inftxt.cxx |6 +++---
sw/source/core/text/inftxt.hxx |4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 213571db0e69db5d8d16d16e8a5c428b824e80d1
Author: Miklos Vajna
Date: Thu Apr 17 09:28:02 2014 +0200
SwTxtSlot::SwTxtSlot now takes
commits:
commit d28b9e8fefa095471d1511c7948bcaf2a3473379
Author: Miklos Vajna
Date: Thu Apr 17 14:49:35 2014 +0200
oox: initial customshape preset data loader
CustomShapeProperties::pushToPropSet() still uses the old generated
code, though.
Change-Id
oox/source/drawingml/customshapepresetdata.cxx | 155 +
1 file changed, 131 insertions(+), 24 deletions(-)
New commits:
commit 06abff6caef5205178858796643ced0dff13ad95
Author: Miklos Vajna
Date: Thu Apr 17 16:00:25 2014 +0200
oox customshapepresetdata: parse
oox/source/drawingml/customshapepresetdata.cxx | 18 --
1 file changed, 12 insertions(+), 6 deletions(-)
New commits:
commit a87e8268f8c32387052adf9a9283834dcf83e5ab
Author: Miklos Vajna
Date: Thu Apr 17 17:28:20 2014 +0200
oox customshapepresetdata: empty is an empty
oox/source/drawingml/customshapeproperties.cxx | 10 --
1 file changed, 4 insertions(+), 6 deletions(-)
New commits:
commit f5ccbfdc561c68099872d1abe07ac72fcddedd35
Author: Miklos Vajna
Date: Thu Apr 17 20:22:44 2014 +0200
oox customshapepreset: switch to generated data -> c
msodumper/emfrecord.py | 91 ++---
msodumper/wmfrecord.py | 14 +++
2 files changed, 101 insertions(+), 4 deletions(-)
New commits:
commit 945fb415736a7cb9c228d14fef367e6e6a02ec17
Author: Miklos Vajna
Date: Thu Apr 17 21:07:00 2014 +0200
Hi Julien,
On Thu, Apr 17, 2014 at 11:53:43PM -0700, julien2412
wrote:
> On pc Debian x86-64 with master sources updated today + make clean, I've got
> this:
> In file included from
> /home/julien/compile-libreoffice/libo/basic/source/runtime/methods1.cxx:41:0:
> /home/julien/compile-libreoffice
|2 +-
5 files changed, 22 insertions(+), 3 deletions(-)
New commits:
commit 6b6e4d471c2954d34d280398ed1c986d7fb27ae1
Author: Miklos Vajna
Date: Fri Apr 18 16:47:14 2014 +0200
fdo#75735 RTF import: fix COW when writing a nested structure
Regression from
msodumper/emfrecord.py | 84 ++---
1 file changed, 80 insertions(+), 4 deletions(-)
New commits:
commit b51ee751c3af1b73e44adb7eb19eeff83af3bcb9
Author: Miklos Vajna
Date: Fri Apr 18 22:20:26 2014 +0200
dump EmrDeleteobject
diff --git a
writerfilter/source/rtftok/rtfsprm.cxx | 11 +-
writerfilter/source/rtftok/rtfsprm.hxx | 161 ++---
2 files changed, 96 insertions(+), 76 deletions(-)
New commits:
commit bde1e4dce3e036d2265e22910156ca6345b596ab
Author: Miklos Vajna
Date: Sat Apr 19 12:03:14
msodumper/emfrecord.py | 72 ++---
1 file changed, 68 insertions(+), 4 deletions(-)
New commits:
commit 94b172649c072c3fc4e0314338beae5cb2ddb12c
Author: Miklos Vajna
Date: Sat Apr 19 15:37:51 2014 +0200
dump EmrPolylineto16
diff --git a
oox/source/ppt/pptshape.cxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1339fa3fbe0d25cb08c438a6915ced41d3414294
Author: Miklos Vajna
Date: Sat Apr 19 17:18:28 2014 +0200
coverity#735764 Unchecked dynamic_cast
Change-Id
|2 +-
5 files changed, 22 insertions(+), 3 deletions(-)
New commits:
commit d65fff78bfcb4c557d35eec8293c9109ab34fc03
Author: Miklos Vajna
Date: Fri Apr 18 16:47:14 2014 +0200
fdo#75735 RTF import: fix COW when writing a nested structure
Regression from
writerfilter/source/rtftok/rtfvalue.cxx | 116
writerfilter/source/rtftok/rtfvalue.hxx | 100 ++-
2 files changed, 109 insertions(+), 107 deletions(-)
New commits:
commit 04fc3bc91190e5bc34b82d690bebd734f1e7d962
Author: Miklos Vajna
msodumper/emfrecord.py | 19 ++-
1 file changed, 18 insertions(+), 1 deletion(-)
New commits:
commit 2645037915d6a00bcbf47adc0afd133a83a62af3
Author: Miklos Vajna
Date: Sun Apr 20 10:57:31 2014 +0200
dump EmrEof
diff --git a/msodumper/emfrecord.py b/msodumper
fdb9807a10885efdf71b0f0654ef79d8113bcabf
Author: Miklos Vajna
Date: Mon Apr 21 11:47:05 2014 +0200
writerfilter: fix indentation in rtfsdrimport
Change-Id: Ibecedba7a8a6e6b3218f64aefdd05897a6612a71
diff --git a/writerfilter/source/rtftok/rtfsdrimport.cxx
b/writerfilter/source/rtftok/rtfsdrimport.cxx
index
/rtfvalue.cxx |4 +++
5 files changed, 48 insertions(+)
New commits:
commit 8e8f9388c323ad3c32cef3f91609ad19386b7d56
Author: Miklos Vajna
Date: Tue Apr 22 12:53:24 2014 +0200
Related: fdo#77600 RTF import: RTFValue::equals: compare attribute content
Previously only the number of
commits:
commit 55c832d86e6cb06e9d6423ce5e6245189bc80da1
Author: Miklos Vajna
Date: Tue Apr 22 14:49:41 2014 +0200
fdo#77600 RTF export: always close URL's before the end of run
In case the URL text has multiple portions, then MSWordExportBase
generates multiple URL's a
cppcanvas/source/mtfrenderer/emfplus.cxx | 24 +++-
1 file changed, 23 insertions(+), 1 deletion(-)
New commits:
commit af8d6c6e58d18758c2544fc71c076ae537285c48
Author: Miklos Vajna
Date: Wed Apr 9 10:47:25 2014 +0200
fdo#77229 EMF+ rendering: improve
commits:
commit f0a169c8c7173d469ff628b3bd32ff0020a269e2
Author: Miklos Vajna
Date: Tue Apr 22 14:49:41 2014 +0200
fdo#77600 RTF export: always close URL's before the end of run
In case the URL text has multiple portions, then MSWordExportBase
generates multiple URL's a
|4 --
10 files changed, 134 deletions(-)
New commits:
commit ff05b6b10094de3e27f9d200c0ccdbb2f6cc76c5
Author: Miklos Vajna
Date: Tue Apr 22 19:07:02 2014 +0200
Remove unused basegfx::tools::equal
Change-Id
writerfilter/source/rtftok/rtfskipdestination.cxx | 10 +++---
writerfilter/source/rtftok/rtfskipdestination.hxx | 36 +++---
2 files changed, 25 insertions(+), 21 deletions(-)
New commits:
commit 2b59ca5c36fb684cae438917f559e97272293e26
Author: Miklos Vajna
Date: Tue Apr
Hi Julien,
On Tue, Apr 22, 2014 at 01:59:48PM -0700, julien2412
wrote:
> Taking a look to this part:
>4442 if ( nErrCode == ERRCODE_NONE )
>4443 {
> p_EscherBlibEntry->meBlibType = ( eGraphicType
> == GRAPHIC_BITMAP ) ? PNG : EM
sw/source/core/layout/ftnfrm.cxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 92aab82bbb0f3089a9d7cd4911c8a7318f4f30d2
Author: Miklos Vajna
Date: Wed Apr 23 10:19:11 2014 +0200
dealine -> deadline
Change
sw/qa/extras/ooxmlexport/ooxmlsdrexport.cxx |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit e7646e7e389a6a8c6481bd75127207b5090b126d
Author: Miklos Vajna
Date: Wed Apr 23 22:42:39 2014 +0200
sw: disable failing checks
Test name
Hi Tom,
On Wed, Apr 23, 2014 at 10:47:58AM -0700, Tom Meinen wrote:
> What programming language do I need to learn to accomplish this?
Most of LibreOffice is in C++.
Miklos
signature.asc
Description: Digital signature
___
LibreOffice mailing list
Li
Hi,
On Wed, Apr 23, 2014 at 05:08:29PM +0200, Tommy wrote:
> I stumbled upon this freeware application and I wonder if it may
> help doing backtraces or profiling under Window.
>
> http://www.nirsoft.net/utils/simple_program_debugger.html
>
> unfortunately I have no experience to judge if the o
| 12 +
writerfilter/source/rtftok/rtflookahead.hxx | 70
+-
5 files changed, 52 insertions(+), 48 deletions(-)
New commits:
commit b8fc1721d20c09de595824884943ad0ece68bf52
Author: Miklos Vajna
Date: Thu Apr 24 21:51:14 2014 +0200
writerfilter: fix indentation
sc/Module_sc.mk |7 +++
1 file changed, 7 insertions(+)
New commits:
commit 00c19e5def4a62445c85786aef6a507bee6c45fa
Author: Miklos Vajna
Date: Fri Apr 25 08:57:58 2014 +0200
sc: add back lost scopencl
Probably removed by accident in
|7
chart2/source/controller/main/_serviceregistration_controller.cxx | 94
--
9 files changed, 56 insertions(+), 102 deletions(-)
New commits:
commit 38b9fe826903e661238388a93c9a283467e2d9f7
Author: Miklos Vajna
Date: Fri Apr 25 10:41:08 2014 +0200
chart2: use constructor
/picturedialog.ui | 20 ++
xmloff/source/draw/XMLShapeStyleContext.cxx | 81 ++-
14 files changed, 330 insertions(+), 65 deletions(-)
New commits:
commit 270fabec85f37b513d29e74cb66b38d5eae7cf80
Author: Miklos Vajna
Date: Fri Apr 25 12:26:07 2014
84/33ee82c9323501545164ddf6e6008db483ab7a |1 +
1 file changed, 1 insertion(+)
New commits:
commit cb803dbb9e2adbbba5ba0c12149f881517254179
Author: Miklos Vajna
Date: Fri Apr 25 13:09:19 2014 +0200
Notes added by 'git notes add'
diff --git a/84/33ee82c9323501545164ddf6e600
Author: Miklos Vajna
Date: Fri Apr 25 22:19:05 2014 +0200
dump EmrExtcreatepen
diff --git a/msodumper/emfrecord.py b/msodumper/emfrecord.py
index 2f7a290..6df170a 100644
--- a/msodumper/emfrecord.py
+++ b/msodumper/emfrecord.py
@@ -28,6 +28,29 @@ DIBColors = {
0x02: "DIB_PAL_IN
vcl/source/window/menu.cxx |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 0ef2999f7b498686ad38749b93f0591dd52bcc50
Author: Miklos Vajna
Date: Sat Apr 26 17:19:32 2014 +0200
vcl: MenuFloatingWindow::InitClipRegion() should not be virtual
When
On Sat, Apr 26, 2014 at 08:10:01AM +0530, Shreyansh Gandhi
wrote:
> No package 'gstreamer-0.10' found
> No package 'gstreamer-plugins-base-0.10' found
https://wiki.documentfoundation.org/Development/BuildingOnLinux
says: "On Debian/Ubuntu: sudo apt-get build-dep libreoffice"
Did you do that? I
+---
5 files changed, 19 insertions(+), 24 deletions(-)
New commits:
commit 68c2e3d6d6392d409fd28302939309328a9ef0c1
Author: Miklos Vajna
Date: Sat Apr 26 17:51:36 2014 +0200
writerfilter: fix indentation in rtfcharsets
Change-Id: Id5592e10b93800560e82b4506cddb1dfcbe1043f
diff
msodumper/emfrecord.py | 43 ++-
1 file changed, 42 insertions(+), 1 deletion(-)
New commits:
commit 5552603eefbfe523f3f6c20e83e147e70af48b13
Author: Miklos Vajna
Date: Sat Apr 26 22:42:42 2014 +0200
dump EmrStretchdibits
diff --git a/msodumper
df0dea0bf055fce59beedadbc8d20a2681c96bd6
Author: Miklos Vajna
Date: Sun Apr 27 21:31:10 2014 +0200
writerfilter: fix indentation in rtftokenizer
Change-Id: Ia9c609eabc39c3933479eae3d5c4499f11c58528
diff --git a/writerfilter/source/rtftok/rtftokenizer.cxx
b/writerfilter/source/rtftok/rtftokenizer.cxx
index
sw/qa/extras/ooxmlexport/ooxmlexport.cxx| 57
sw/qa/extras/ooxmlexport/ooxmlsdrexport.cxx | 57
2 files changed, 57 insertions(+), 57 deletions(-)
New commits:
commit 236c05bb1cdd42d485fde0811cdcf0b843d3cde3
Author: Miklos Vajna
scripts/gerrit-filter-domain | 20 +---
1 file changed, 9 insertions(+), 11 deletions(-)
New commits:
commit 79767d72acb658f633704b971127ad050c7c85b4
Author: Miklos Vajna
Date: Mon Apr 28 10:15:28 2014 +0200
gerrit-filter-domain: print all skip reasons, not just the
bin/find-german-comments |1 -
1 file changed, 1 deletion(-)
New commits:
commit 751c076f3b03e374c84e7efff587f232e734117f
Author: Miklos Vajna
Date: Mon Apr 28 10:54:14 2014 +0200
bin/find-german-comments: fix duplicated "sw" key in dictionary
9209e07e2a724fa85ba6fee0ead5a0baad247d27
Author: Miklos Vajna
Date: Fri Jan 24 21:44:57 2014 +0100
fdo#70853 writerfilter: refactor to avoid redundant Papx class in doctok
(cherry picked from commit f453cf1d328f96dd5ad8e94b102bff3124e06154, but
only the rtftok part, the rest is not needed to fix the bug
writerfilter/source/rtftok/rtfreferencetable.cxx |6 ++-
writerfilter/source/rtftok/rtfreferencetable.hxx | 36 ---
2 files changed, 23 insertions(+), 19 deletions(-)
New commits:
commit c21e35272038aff8e7db5713ee36a496a91e73c7
Author: Miklos Vajna
Date: Mon Apr 28
/drawingml/customshapes/generatePresetsData.pl | 74
unusedcode.easy |3
6 files changed, 79 insertions(+), 294 deletions(-)
New commits:
commit 839d7f9c59f7778db5b785af56071f9265e4
Author: Miklos Vajna
Date: Tue Apr 29 10:51:48 2014 +0200
sw/source/core/docnode/nodedump.cxx | 38 ++--
1 file changed, 36 insertions(+), 2 deletions(-)
New commits:
commit bd44dcf8003d9a5936fb4a109561d403f8952ec2
Author: Miklos Vajna
Date: Tue Apr 29 14:23:13 2014 +0200
sw doc model xml dump: include section
changed, 47 insertions(+), 37 deletions(-)
New commits:
commit 4f29ea316b6849e3ed9b0a94025e449c9ef46f47
Author: Miklos Vajna
Date: Tue Apr 29 21:49:19 2014 +0200
writerfilter: fix indentation in rtfreferenceproperties
Change-Id: Ide3292d976d38648c2208d456715c1a8eaa49479
diff --git
include/test/xmltesttools.hxx | 26 ++
test/source/xmltesttools.cxx | 26 --
2 files changed, 26 insertions(+), 26 deletions(-)
New commits:
commit 76715b105fcfeffa140b03fb54d5c0846db1fba2
Author: Miklos Vajna
Date: Wed Apr 30 09:30:48 2014
: Miklos Vajna
Date: Wed Apr 30 14:40:16 2014 +0200
cp#168 testcase
Change-Id: I0dbbfd9c82600fbc5c98c5107639e1714b220c71
diff --git a/sw/qa/core/exportdata/html/fail/.gitignore
b/sw/qa/core/exportdata/html/fail/.gitignore
new file mode 100644
index 000..e69de29
diff --git a/sw
Hi,
On Tue, Apr 29, 2014 at 12:08:23PM -0400, Kohei Yoshida
wrote:
> FWIW I cannot reproduce this on my machine even using a dbgutil build.
> Can anyone else reproduce this?
Not me. I guess this is specific to the CentOS 5 build environment, used
for TDF builds.
Christian, if this intention is
Hi,
On Thu, Apr 24, 2014 at 01:44:10PM +0200, Tommy wrote:
> I'll try to be clearer: is this SimpleProgramDebugger a Windows
> alternative to Valgrind or other Linux tools that people use to do
> profiling, backtraces etc. etc. ?
From the http://www.nirsoft.net/utils/simple_program_debugger.html
sw/source/core/text/txtfrm.cxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit cedbbe2f78a6a07d79b43d71f36738b46cf62c38
Author: Miklos Vajna
Date: Thu May 1 14:30:12 2014 +0200
fdo#78153 SwTxtFrm::ManipOfst() requires a valid position
At least it
Author: Miklos Vajna
Date: Thu May 1 14:05:43 2014 +0200
add testcase for fdo31814-2.emf
diff --git a/test/emf/pass/fdo31814-2.emf b/test/emf/pass/fdo31814-2.emf
new file mode 100644
index 000..8b3923e
Binary files /dev/null and b/test/emf/pass/fdo31814-2.emf differ
diff --git a/test/emf
writerfilter/source/rtftok/rtffly.hxx | 288 ++---
writerfilter/source/rtftok/rtflistener.hxx | 98 +
2 files changed, 195 insertions(+), 191 deletions(-)
New commits:
commit 8d3295bdac2182d58e6ef3a1eeb3313a1ca19c0d
Author: Miklos Vajna
Date: Thu May 1
writerfilter/source/rtftok/rtfcontrolwords.cxx | 12
writerfilter/source/rtftok/rtfcontrolwords.hxx |8 +---
2 files changed, 13 insertions(+), 7 deletions(-)
New commits:
commit 66c3d569187c4cef80b9c46ce216a8b2af0ebf02
Author: Miklos Vajna
Date: Fri May 2 21:44:43 2014
sw/source/core/doc/docbm.cxx |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit c5b7485354ad9d99f4d7762ac32ddfb17bff4767
Author: Miklos Vajna
Date: Wed Jan 8 18:36:11 2014 +0100
sw: one more bind -> boost::bind
Change
sw/source/core/access/accnotextframe.cxx |6 --
writerfilter/source/rtftok/rtfdocumentfactory.cxx | 16 +---
2 files changed, 13 insertions(+), 9 deletions(-)
New commits:
commit dbbaa85d296d5c3ee9db42a132649570d977b429
Author: Miklos Vajna
Date: Sat May 3 21:00
msodumper/docrecord.py | 31 ---
1 file changed, 28 insertions(+), 3 deletions(-)
New commits:
commit ace8c2bce95132942b7116a92cf3ac97742ffcae
Author: Miklos Vajna
Date: Mon May 5 09:51:34 2014 +0200
dump TableBordersOperand
diff --git a/msodumper
msodumper/docrecord.py | 23 +++
1 file changed, 23 insertions(+)
New commits:
commit d68a41972acc9414a5316e61e2d3e7975026f351
Author: Miklos Vajna
Date: Mon May 5 10:32:28 2014 +0200
dump TableBordersOperand80
diff --git a/msodumper/docrecord.py b/msodumper
msodumper/docrecord.py | 18 +++---
1 file changed, 11 insertions(+), 7 deletions(-)
New commits:
commit 8f9c1fcdc12ccfcaf952d523c7238315f617c19d
Author: Miklos Vajna
Date: Mon May 5 11:07:01 2014 +0200
dump sprmPHugePapx
diff --git a/msodumper/docrecord.py b/msodumper
+
vcl/source/window/window.cxx | 48 +++
7 files changed, 76 insertions(+), 71 deletions(-)
New commits:
commit b4107411900f5bb4c215e2d9db09fc2b2b82939b
Author: Miklos Vajna
Date: Mon May 5 11:54:16 2014 +0200
Revert "Move ImplInitAppFon
oox/source/shape/WpsContext.cxx | 31 ++-
1 file changed, 18 insertions(+), 13 deletions(-)
New commits:
commit 315503314aaeed11d1e25d5a379d56fd3051dba0
Author: Miklos Vajna
Date: Mon May 5 14:11:45 2014 +0200
oox: don't try to set Writer-specific prope
deletions(-)
New commits:
commit 25195658ab405cfc288950e15529e97ceb72575d
Author: Miklos Vajna
Date: Mon May 5 20:49:39 2014 +0200
sw: fix indentation in rtfexportfilter
Change-Id: I3055df538fc4dfa625aa942ad0d0e6b6299c53b3
diff --git a/sw/source/filter/ww8/rtfexportfilter.cxx
b/sw
Hi Matteo,
On Mon, May 05, 2014 at 10:24:55AM -0400, Matteo Campanelli
wrote:
> I'm working on adding text background color to Draw text frames but I
> suspect I'm having troubles finding my way through the basics of the whole
> application's architecture.
In general, TextFrame is a Writer conc
Author: Miklos Vajna
Date: Tue May 6 13:19:36 2014 +0200
oox custom shape preset data: fix typo in parsing awt::Size
Regression from commit f5ccbfdc561c68099872d1abe07ac72fcddedd35 (oox
customshapepreset: switch to generated data -> code, 2014-04-17).
Change
Hi Julien,
On Wed, Apr 30, 2014 at 01:22:28PM -0700, julien2412
wrote:
> Reading bugtrackers about SVG, I noticed there were 2 locations with
> svgreader:
> - filter/source/svg/svgreader.cxx
> - svgio/source/svgreader (there's also svgio/source/svguno)
>
> There's no README for svgio/ and the R
include/oox/drawingml/shape.hxx |2 ++
oox/source/drawingml/shape.cxx | 12
oox/source/shape/WpsContext.cxx |1 +
oox/source/token/properties.txt |1 +
4 files changed, 16 insertions(+)
New commits:
commit f0d6137c4e61bea3bed2b201a83a8e7a66065114
Author: Miklos Vajna
|1 -
5 files changed, 3 insertions(+), 31 deletions(-)
New commits:
commit f84fe39ca48955e01e37df2c8687c3b6387da2ea
Author: Miklos Vajna
Date: Tue May 6 21:51:34 2014 +0200
sw: make CppunitTest_sw_uwriter a slowcheck
It's annoying that after touching a cxx
Hi,
On Wed, May 07, 2014 at 08:29:26AM +0200, David Tardon
wrote:
> You do not need an option for that. All you need is to add
>
> CXX=g++ -std=c++98
>
> to autogen.input. Or run
Though, then e.g. SAL_OVERRIDE will evaluate to an empty macro, and you
can introduce build issues which are only
sw/source/core/docnode/nodedump.cxx | 14 ++
sw/source/core/layout/atrfrm.cxx|2 +-
2 files changed, 15 insertions(+), 1 deletion(-)
New commits:
commit 0c5c0cd534b12254d71c874d80ee8d4637ff2d0b
Author: Miklos Vajna
Date: Wed May 7 11:34:53 2014 +0200
SwFrmFmts
changed, 7 insertions(+), 28 deletions(-)
New commits:
commit ea1a038fe31217b43723b517facc5ac51d6b6959
Author: Miklos Vajna
Date: Wed May 7 21:37:38 2014 +0200
sw: fix indentation in rtfstringbuffer
Change-Id: Ie1029a03e614aceaeda10a762183cb06e93c1639
diff --git a/sw/source/filter/ww8
On Wed, Nov 17, 2010 at 04:44:19PM +, Caolán McNamara
wrote:
> print dbg_dump(string)
>
> should (in theory) generally work with rtl::OUString,rtl::OString,String
> and ByteString, etc.
See also scratch/writer/gdbinit-cbosdo in build.git. :)
pgpTfdkus7frX.pgp
Description: PGP signature
__
Hi Kendy,
Tonight on IRC we had a discussion about two issues related to git
hooks:
1) Non-fastforwards (ie. pushing a rebase) are not allowed in repos at
all.
2) In case non-fastforwards are worked around by deleting the branch +
creating it again, the CIA bot spams the #libreoffice channel. (T
On Wed, Nov 17, 2010 at 08:28:36PM -0500, Kohei Yoshida
wrote:
> 3) When creating a feature branch, by default, the autosetuprebase
> option is set to true, which forces rebase when pulling from the master
> branch even without the -r switch. You need to manually specify
> --no-rebase to disable
On Thu, Nov 18, 2010 at 09:30:54AM +, Caolán McNamara
wrote:
> Without checking myself, are those pu macros horrifically slow or
> speedy ? I vaguely recall trying something like that before, and got
> whacked by astonishingly slow output.
They are quiet slow for me, so I just use OSL_TRACE(
On Thu, Nov 18, 2010 at 08:28:36AM -0500, Kohei Yoshida
wrote:
> Also, I have no doubt that some of us will start using feature branches
> to share development with others, and if my understanding is correct
> (which it may not be) rebasing locally and pushing to the remote feature
> branch when
On Thu, Nov 18, 2010 at 04:52:56PM +0100, Jan Holesovsky wrote:
> Sorry for that, I did not see all the consequences :-(
>
> It really sounds as reverting is the safer choice - Miklos, can you
> please do that?
I just did so in the libreoffice-3-3 branch. If it's urgent, I can
cherry-pick it man
On Thu, Nov 18, 2010 at 11:58:29AM +, Caolán McNamara
wrote:
> 1) basic cppunit tests take place during the build, keep us honest and
> basic functionality working at all times. Have a few of these at the
> moment.
> 2) smoketest run at the end of the build, at least by the buildbots to
> mak
On Fri, Nov 19, 2010 at 03:11:51AM -0500, Kevin Hunter
wrote:
> $ git status
> # Not currently on any branch.
> # Unmerged paths:
> # (use "git reset HEAD ..." to unstage)
> # (use "git add/rm ..." as appropriate to mark resolution)
> #
> # both modified: bf_svx/source/items/svx_xmlc
On Fri, Nov 19, 2010 at 12:31:14PM +, Michael Meeks
wrote:
> We should be using 'git merge' unless it is for a purely local branch
> that we are rebasing - surely ? at least - encouraging wider use of
> re-base is likely to burn time and motivation - that thing simply
> doesn't work for
On Fri, Nov 19, 2010 at 05:34:34PM +, Michael Meeks
wrote:
> not available. I added this as an easy hack:
> http://wiki.documentfoundation.org/Development/Easy_Hacks#Make_download_fall-back_to_http
>
> It would be wonderful if you, or someone else, could help out with
> that.
Hmm, I d
On Fri, Nov 19, 2010 at 11:03:21AM -0500, Kohei Yoshida
wrote:
> So, part of the problem was that I was always using git pull, even where
> git merge would've been appropriate.
>
> To be honest, I didn't even know of 'git merge' until now. I always
> thought pull was merge in git universe... :-
On Sun, Nov 21, 2010 at 12:21:08AM +1100, Mattias Johnsson
wrote:
> int SfxPoolItem::operator==( const SfxPoolItem& rCmp ) const
> {
> DBG_CHKTHIS(SfxPoolItem, 0);
> return rCmp.Type() == Type();
> }
>
> but for the life of me I can't find out where the Type() method is defined.
>
> Doe
Hi,
During the summer I used OSL_TRACE() a lot, that basically acted like
printf(), when I used 'build debug=t' and it was a noop when I used
'build'[1].
Recently I wanted to hack something and OSL_TRACE() turned out to be a
noop even when build debug=t was used.
I digged a bit deeper to check wh
On Mon, Nov 22, 2010 at 10:38:31PM +0100, Miklos Vajna
wrote:
> Does anyone have an idea when (and why) this changed, and what's the new
> way of getting the OSL_TRACE() output?
Oh, I guess this is related to David's recent 47d0946 in bootstrap.git.
The attached patch fixes th
On Tue, Nov 23, 2010 at 07:24:49AM +0100, David Tardon
wrote:
> Please, don't! The whole purpose of the change was to get more
>
> manageable debugging output by default, i.e., only assertions. You can
>
OSL_THIS_FUNC from there.
The attached patch tries to solve both problems, and of course
build-tested.
Does it look sane - may i push it?
Thanks.
From 701049efc7110cc69e78d9177028596956a5999a Mon Sep 17 00:00:00 2001
From: Miklos Vajna
Date: Wed, 24 Nov 2010 12:28:07 +0100
Subjec
On Wed, Nov 24, 2010 at 10:42:58PM +0100, Julien Nabet
wrote:
> Now i do :
> bin/g pull -r
>
> and i got this :
> = components =
> usage: git merge-base [-a|--all] ...
>
> -a, --all outputs all common ancestors
>
> usage: git merge-base [-a|--all] ...
>
> -a, -
On Wed, Nov 24, 2010 at 11:07:51PM +0100, Julien Nabet
wrote:
> Here what i've got :
> ser...@serval:~/libreoffice-source/build/clone$ git branch
> * master
> ser...@serval:~/libreoffice-source/build/clone$ cd components/
> ser...@serval:~/libreoffice-source/build/clone/components$ git branch
> *
On Wed, Nov 24, 2010 at 11:17:57PM +0100, Julien Nabet
wrote:
> Now i have this :
> ser...@serval:~/libreoffice-source/build/clone/components$ git branch
> * (no branch)
>master
> ser...@serval:~/libreoffice-source/build/clone/components$ git rebase
> --abort
> HEAD is now at eb24b6e RTL pat
On Thu, Nov 25, 2010 at 10:51:05AM +0100, Sebastian Spaeth
wrote:
> On Thu, 25 Nov 2010 10:47:22 +0100, Sebastian Spaeth wrote:
> > > +#define OSL_LOG_PREFIX (OSL_THIS_FILE, ":", OSL_THIS_FUNC, ":",
> > > OSL_MACRO_VALUE_TO_STRING( __LINE__ ), "; ")
> >
> > On OOo there is a bug open to remove
to
> IMHO.
OK - I'm attaching an updated patch, containing the license.
From 60f7f1fa481f9aeb7c96d4fddbe0757a53df88d0 Mon Sep 17 00:00:00 2001
From: Miklos Vajna
Date: Wed, 24 Nov 2010 12:28:07 +0100
Subject: [PATCH] OSL_THIS_FUNC: use logic from boot/current_function.hpp
Don'
On Thu, Nov 25, 2010 at 03:33:08AM -0700, Tor Lillqvist
wrote:
> Sure, although I think I would prefer to keep OSL_THIS_FUNC as ""
> instead of "(unknown)" in the fallback case.
OK, I just changed that and pushed it.
> So, you think the i#114290 argument that neither __PRETTY_FUNCTION__
> nor _
)
Thanks.
From 53a5563a0b4df6a45d73bc80be6927b06556e573 Mon Sep 17 00:00:00 2001
From: Miklos Vajna
Date: Fri, 26 Nov 2010 01:27:46 +0100
Subject: [PATCH] run-libreoffice-ciabot: avoid flood on merges
Check if the last hash is a merge commit: if yes, then just announce the
last one, otherwise do the usual "announce any c
On Fri, Nov 26, 2010 at 09:15:46AM +0100, Jan Holesovsky wrote:
> Nice - please go ahead and push, and tell me when done; indeed, it is
> not automatic ;-)
I just pushed it.
pgp1Cdpa8mHYM.pgp
Description: PGP signature
___
LibreOffice mailing list
Lib
On Mon, Nov 29, 2010 at 01:39:22PM +0100, Jan Holesovsky wrote:
> So you propose to rename rawbuild to bootstrap, when the build-based
> method is used, right? As only the distro maintainers are the potential
> users for this, I am taking this to the ML; but I suppose nobody is
> going to be agai
nds sane, OK to push?
Thanks.
From 0fd0d400e3a64cb9619a207868c835d18acce162 Mon Sep 17 00:00:00 2001
From: Miklos Vajna
Date: Mon, 22 Nov 2010 14:33:57 +0100
Subject: [PATCH] Add script to find undocumented classes
---
scratch/find-undocumented-classes.sh | 26 ++
1 files changed, 26 inserti
On Tue, Nov 30, 2010 at 04:21:08PM +0100, Thorsten Behrens
wrote:
> Miklos Vajna wrote:
> > Does the idea sounds sane, OK to push?
> >
> Totally!
OK, pushed.
> Would you maybe also be interested to work on an improved
> start page / index, e.g. like this here:
>
On Wed, Dec 01, 2010 at 10:45:18PM +0100, Rene Engelhard
wrote:
> On Wed, Dec 01, 2010 at 07:13:36PM +, Wols Lists wrote:
> > Have we lost a patch somewhere? Just trashed my old development
> > directory by mistake :-) so I'm trying to follow the new download and
> > build instructions. ./aut
On Thu, Dec 02, 2010 at 11:31:53AM +, Michael Meeks
wrote:
> Right - good point; I notice a number of these changes - so I'm working
> through build/distro-config/LibreOfficeLinuxDevel.conf - to switch the
> polarity of the default arguments to match that.
Great. :) I think the only re
On Thu, Dec 02, 2010 at 11:57:01AM +, Wols Lists
wrote:
> > --with-java-target-version=1.5 has to be used manually.
>
> Not so sure ... see my email about ant.
>
> Just done a completely fresh clone, and the rpm problem has gone but
> it's still bombing because it can't find ant. I'm guessi
401 - 500 of 14134 matches
Mail list logo