[Libreoffice-commits] .: vcl/ios

2012-09-03 Thread Libreoffice Gerrit user
 vcl/ios/source/gdi/salcoretextlayout.cxx |   13 +
 1 file changed, 13 insertions(+)

New commits:
commit 8951ef03b9e99ce468d063c2793a724558af27dc
Author: Tor Lillqvist 
Date:   Tue Sep 4 09:40:57 2012 +0300

Workaround for crash on iOS

Change-Id: I947f7def862d2a238dc609a91d898f03dbd72b84

diff --git a/vcl/ios/source/gdi/salcoretextlayout.cxx 
b/vcl/ios/source/gdi/salcoretextlayout.cxx
index 99151e8..ff6552f 100644
--- a/vcl/ios/source/gdi/salcoretextlayout.cxx
+++ b/vcl/ios/source/gdi/salcoretextlayout.cxx
@@ -421,6 +421,19 @@ bool CoreTextLayout::LayoutText(ImplLayoutArgs& args)
 {
 return false;
 }
+
+// If the string contains U+FFFD ("REPLACEMENT CHARACTER"), which
+// happens at least for the ooo80484-1.slk document in
+// sc_filters_test, the CTTypesetterCreateWithAttributedString()
+// call below crashes, at least in the iOS simulator. Go figure.
+// (In that case the string consists of *only* such characters,
+// but play it safe.
+for (int i = 0; i < m_chars_count; i++)
+{
+if (args.mpStr[args.mnMinCharPos+i] == 0xFFFD)
+return false;
+}
+
 /* c0 and c1 are construction objects */
 CFStringRef c0 = CFStringCreateWithCharactersNoCopy( NULL, 
&(args.mpStr[args.mnMinCharPos]), m_chars_count, kCFAllocatorNull );
 if ( !c0 )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[PUSHED] Re: Remove unused ooo icons intended for OS X

2012-09-03 Thread Tor Lillqvist
Thanks, committed the removal and pushed to master.

--tml
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] .: sysui/desktop

2012-09-03 Thread Libreoffice Gerrit user
 dev/null |binary
 1 file changed

New commits:
commit 3cac48044846522e095b84e3d98d7173cc849f58
Author: Nicholas Shanks 
Date:   Tue Sep 4 08:50:51 2012 +0300

Remove unused OS X ooo icons

From e-mail:

I have verified that none of these icons are shipped in the current
TDF distribution, nor are they referred to by the Info.plist file
(which is how Mac OS X specifies relationships between file types and
icons, I don't know if this file is distribution.specific), therefore
they are just dead files in the repository.

Change-Id: I1134642ffa651f3972a81fac2ae992835f6479db

diff --git a/sysui/desktop/icons/base.icns b/sysui/desktop/icons/base.icns
deleted file mode 100644
index e1ed62c..000
Binary files a/sysui/desktop/icons/base.icns and /dev/null differ
diff --git a/sysui/desktop/icons/calc.icns b/sysui/desktop/icons/calc.icns
deleted file mode 100644
index a3d4edc..000
Binary files a/sysui/desktop/icons/calc.icns and /dev/null differ
diff --git a/sysui/desktop/icons/configuration.icns 
b/sysui/desktop/icons/configuration.icns
deleted file mode 100644
index fe0f094..000
Binary files a/sysui/desktop/icons/configuration.icns and /dev/null differ
diff --git a/sysui/desktop/icons/draw.icns b/sysui/desktop/icons/draw.icns
deleted file mode 100644
index da511e3..000
Binary files a/sysui/desktop/icons/draw.icns and /dev/null differ
diff --git a/sysui/desktop/icons/impress.icns b/sysui/desktop/icons/impress.icns
deleted file mode 100644
index 22a9475..000
Binary files a/sysui/desktop/icons/impress.icns and /dev/null differ
diff --git a/sysui/desktop/icons/macro.icns b/sysui/desktop/icons/macro.icns
deleted file mode 100644
index 00c3978..000
Binary files a/sysui/desktop/icons/macro.icns and /dev/null differ
diff --git a/sysui/desktop/icons/math.icns b/sysui/desktop/icons/math.icns
deleted file mode 100644
index 283c176..000
Binary files a/sysui/desktop/icons/math.icns and /dev/null differ
diff --git a/sysui/desktop/icons/oasis-chart.icns 
b/sysui/desktop/icons/oasis-chart.icns
deleted file mode 100644
index acdb970..000
Binary files a/sysui/desktop/icons/oasis-chart.icns and /dev/null differ
diff --git a/sysui/desktop/icons/open.icns b/sysui/desktop/icons/open.icns
deleted file mode 100644
index 620f8e1..000
Binary files a/sysui/desktop/icons/open.icns and /dev/null differ
diff --git a/sysui/desktop/icons/printer.icns b/sysui/desktop/icons/printer.icns
deleted file mode 100644
index a1eb599..000
Binary files a/sysui/desktop/icons/printer.icns and /dev/null differ
diff --git a/sysui/desktop/icons/writer.icns b/sysui/desktop/icons/writer.icns
deleted file mode 100644
index d0f4481..000
Binary files a/sysui/desktop/icons/writer.icns and /dev/null differ
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: feature/vs2012: testing needed

2012-09-03 Thread Noel Grandin


On 2012-09-03 17:44, Peter Foley wrote:

I've been working on getting Libreoffice to build with Visual Studio
2012 and the Windows 8 SDK.
The code is in the feature/vs2012 branch.
I'd appreciate it if someone with a working VS2008 setup could test
things out to make sure I didn't break anything.





failing because:

13fbc2e8b37ddf28181dd6d8081c2b8e-dbghelp.dll
--2012-09-04 07:47:03-- 
http://dev-www.libreoffice.org/extern/13fbc2e8b37ddf28181dd6d8081c2b8e-dbghelp.dll

Resolving proxy.ct (proxy.ct)... 192.168.1.5
Connecting to proxy.ct (proxy.ct)|192.168.1.5|:3128... connected.
Proxy request sent, awaiting response... 404 Not Found
2012-09-04 07:47:04 ERROR 404: Not Found.

mv: cannot stat `13fbc2e8b37ddf28181dd6d8081c2b8e-dbghelp.dll': No such 
file or directory
mv: cannot stat `13fbc2e8b37ddf28181dd6d8081c2b8e-dbghelp.dll': No such 
file or directory



Disclaimer: http://www.peralex.com/disclaimer.html


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH]fdo#46182: Error in Simplified to Traditional Chinese Conversion

2012-09-03 Thread Liu Flex
This patch just fix the mistake in Simplified to Traditional Chinese
Conversion.

>From 1bb88fe0ae13733cf6269fcc442ee18bf41b21ff Mon Sep 17 00:00:00 2001
From: Flex Liu 
Date: Tue, 4 Sep 2012 11:28:37 +0800
Subject: [PATCH] fdo#46182 Error in Simplified to Traditional Chinese
 Conversion fix the conversion mistake for Simplified to
 Traditional Chinese

Committer: Flex Liu 
modified:   i18npool/source/textconversion/data/stc_char.dic
---
 i18npool/source/textconversion/data/stc_char.dic |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/i18npool/source/textconversion/data/stc_char.dic
b/i18npool/source/textconversion/data/stc_char.dic
index 32c2b3c..92a06f2 100644
--- a/i18npool/source/textconversion/data/stc_char.dic
+++ b/i18npool/source/textconversion/data/stc_char.dic
@@ -295,7 +295,7 @@
 吃:吃喫
 合:合閤
 吊:弔吊
-同:衕
+同:同衕
 后:后後
 向:向嚮曏
 吓:嚇
-- 
1.7.7
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


3.6.1 dictionary installs (.deb) fail & bork dpkg/apt-get

2012-09-03 Thread NoOp
Can a dev please have a look at resolving the 3.6.1.x and 3.5.6.x debian
installs? Both break dpkg on both 32bit and 64bit systems and make it
impossible to install either with the included dict packages.


My post on the user list:

> 3.6.1 dictionary installs (.deb) fail & bork dpkg/apt-get
> 
> Yesterday in the 'Update to 3.6.1' thread I installed 3.6.1 (debian
> files) on 32bit and 64bit systems. Both experienced installations errors:
> 
> 
> Errors were encountered while processing:
>  libreoffice3.6-dict-en_3.6.1.2-2_amd64.deb
>  libreoffice3.6-dict-es_3.6.1.2-2_amd64.deb
>  libreoffice3.6-dict-fr_3.6.1.2-2_amd64.deb
> (and on 32bit deb as well).
> 
> To make things worse, when attempting to update an Opera browser today I
> found out that the above were completely broken & couldn't be purged in
> any normal fashion. Went searching and came across this bug reports:
> 
> https://bugs.freedesktop.org/show_bug.cgi?id=54202 - open
> [Error while installing Dutch Linux Deb (x64) main installer with
> command dpkg -i *]
> https://bugs.freedesktop.org/show_bug.cgi?id=41290 - closed as dupe of 41237
> [dictionaries do not install in daily builds as of 28/9/2011]
> https://bugs.freedesktop.org/show_bug.cgi?id=41237 - closed
> [Installation of dictionaries failed with
> ""/singletons/com.sun.star.deployment.ExtensionManager": loading
> component library failed""]
> 
> I was finally able to clean my systems (see:
> https://bugs.freedesktop.org/show_bug.cgi?id=54202#c3 ), but still have
> not been able to install the dictionaries. I may have found the problem:
> 
> 
> $ debdiff libreoffice3.6-dict-en_3.6.0.4-104_i386.deb
> libreoffice3.6-dict-en_3.6.1.2-2_i386.deb
> [The following lists of changes regard files as different if they have
> different names, permissions or owners.]
> 
> Files in first .deb but not in second
> -
> -rwxr-xr-x  root/root   DEBIAN/postinst
> -rwxr-xr-x  root/root   DEBIAN/postrm
> 
> Control files: lines which differ (wdiff format)
> 
> Installed-Size: [-26208-] {+26224+}
> Version: [-3.6.0.4-104-] {+3.6.1.2-2+}
> 
> Has anyone else experience the same issue with the .deb install?

I've just tested by backing down to 3.6.0.4 & 3.5.5:

No issues with reinstalling 3.6.04 over 3.6.1:
Setting up libreoffice3.6-dict-en (3.6.0.4-104) ...
SUCCESS: unopkg returns successful!
Setting up libreoffice3.6-dict-es (3.6.0.4-104) ...
SUCCESS: unopkg returns successful!
Setting up libreoffice3.6-dict-fr (3.6.0.4-104) ...
SUCCESS: unopkg returns successful!

Breaks dpkg with 3.6.1.1:
Processing triggers for menu ...
Errors were encountered while processing:
 libreoffice3.6-dict-en_3.6.1.1-1_i386.deb
 libreoffice3.6-dict-es_3.6.1.1-1_i386.deb
 libreoffice3.6-dict-fr_3.6.1.1-1_i386.deb

And as with 3.6.1.2:
$ debdiff libreoffice3.6-dict-en_3.6.0.4-104_i386.deb
libreoffice3.6-dict-en_3.6.1.1-1_i386.deb
[The following lists of changes regard files as different if they have
different names, permissions or owners.]

Files in first .deb but not in second
-
-rwxr-xr-x  root/root   DEBIAN/postinst
-rwxr-xr-x  root/root   DEBIAN/postrm

Control files: lines which differ (wdiff format)

Installed-Size: [-26208-] {+26220+}
Version: [-3.6.0.4-104-] {+3.6.1.1-1+}

Nor did I have any issues with installing 3.5.5rc3 over 3.5.6.2.

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] gridfixes: impl_ni_calculateColumnWidths: re-calculate the p...

2012-09-03 Thread Gerrit
>From Norbert Thiebaud :

Norbert Thiebaud has uploaded a new change for review.

Change subject: gridfixes: impl_ni_calculateColumnWidths: re-calculate the 
proper values
..

gridfixes: impl_ni_calculateColumnWidths: re-calculate the proper values

for distributePixel/takeAwayPixel before finally using it to correct
the rounding errors

Change-Id: I6f3b178400db0696df0289331be94d69f1d4f0d2
---
M svtools/source/table/tablecontrol_impl.cxx
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/55/555/1
--
To view, visit https://gerrit.libreoffice.org/555
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6f3b178400db0696df0289331be94d69f1d4f0d2
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Norbert Thiebaud 

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] gridfixes: ensure removal of a column in grid control adjust...

2012-09-03 Thread Gerrit
>From Norbert Thiebaud :

Norbert Thiebaud has uploaded a new change for review.

Change subject: gridfixes: ensure removal of a column in grid control adjusts 
the cursor
..

gridfixes: ensure removal of a column in grid control adjusts the cursor

Change-Id: I99be214bf12d340cc5e9330d1c21046dd366b07a
---
M offapi/com/sun/star/awt/grid/XGridControl.idl
M svtools/inc/svtools/table/tablecontrol.hxx
M svtools/source/table/tablecontrol.cxx
M svtools/source/table/tablecontrol_impl.cxx
M svtools/source/uno/svtxgridcontrol.cxx
M svtools/source/uno/svtxgridcontrol.hxx
M toolkit/qa/complex/toolkit/GridControl.java
M toolkit/source/controls/grid/gridcontrol.cxx
M toolkit/source/controls/grid/gridcontrol.hxx
9 files changed, 217 insertions(+), 60 deletions(-)


  git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/54/554/1
--
To view, visit https://gerrit.libreoffice.org/554
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I99be214bf12d340cc5e9330d1c21046dd366b07a
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Norbert Thiebaud 

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] UNFINISHED: column resizing refactoring

2012-09-03 Thread Gerrit
>From Norbert Thiebaud :

Norbert Thiebaud has uploaded a new change for review.

Change subject: UNFINISHED: column resizing refactoring
..

UNFINISHED: column resizing refactoring

Change-Id: Iac8db5ee848f35f19f8fe4eb431485559600be49
---
M svtools/source/table/tablecontrol_impl.cxx
M svtools/source/table/tablecontrol_impl.hxx
2 files changed, 438 insertions(+), 320 deletions(-)


  git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/48/548/1
--
To view, visit https://gerrit.libreoffice.org/548
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iac8db5ee848f35f19f8fe4eb431485559600be49
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Norbert Thiebaud 

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] gridfixes: impl_getColumnForOrdinate:no need to subs m_nRowH...

2012-09-03 Thread Gerrit
>From Norbert Thiebaud :

Norbert Thiebaud has uploaded a new change for review.

Change subject: gridfixes: impl_getColumnForOrdinate:no need to subs 
m_nRowHeaderWidthPixel
..

gridfixes: impl_getColumnForOrdinate:no need to subs m_nRowHeaderWidthPixel

m_aColumnWidths already contains it

Change-Id: I404c58fb0b32db7b7b7bf60be997f81709908ceb
---
M svtools/source/table/tablecontrol_impl.cxx
1 file changed, 2 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/56/556/1
--
To view, visit https://gerrit.libreoffice.org/556
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I404c58fb0b32db7b7b7bf60be997f81709908ceb
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Norbert Thiebaud 

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] gridfixes: #i117549# finalize css.awt.tab API

2012-09-03 Thread Gerrit
>From Norbert Thiebaud :

Norbert Thiebaud has uploaded a new change for review.

Change subject: gridfixes: #i117549# finalize css.awt.tab API
..

gridfixes: #i117549# finalize css.awt.tab API

Change-Id: Ia7a555fb2551675605414189174eae8f65c70db7
---
M offapi/com/sun/star/awt/tab/TabPageActivatedEvent.idl
M offapi/com/sun/star/awt/tab/UnoControlTabPage.idl
M offapi/com/sun/star/awt/tab/UnoControlTabPageContainer.idl
M offapi/com/sun/star/awt/tab/UnoControlTabPageContainerModel.idl
M offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl
M offapi/com/sun/star/awt/tab/XTabPage.idl
M offapi/com/sun/star/awt/tab/XTabPageContainer.idl
M offapi/com/sun/star/awt/tab/XTabPageContainerListener.idl
M offapi/com/sun/star/awt/tab/XTabPageContainerModel.idl
M offapi/com/sun/star/awt/tab/XTabPageModel.idl
M toolkit/inc/toolkit/awt/vclxtabpagecontainer.hxx
M toolkit/inc/toolkit/awt/vclxtabpagemodel.hxx
M toolkit/inc/toolkit/controls/controlmodelcontainerbase.hxx
M toolkit/inc/toolkit/controls/tabpagecontainer.hxx
M toolkit/inc/toolkit/controls/tabpagemodel.hxx
M toolkit/source/awt/vclxtabpagecontainer.cxx
M toolkit/source/awt/vclxtabpagemodel.cxx
M toolkit/source/controls/controlmodelcontainerbase.cxx
M toolkit/source/controls/tabpagecontainer.cxx
M toolkit/source/controls/tabpagemodel.cxx
20 files changed, 126 insertions(+), 128 deletions(-)


  git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/47/547/1
--
To view, visit https://gerrit.libreoffice.org/547
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia7a555fb2551675605414189174eae8f65c70db7
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Norbert Thiebaud 

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] gridfixes: #i117549# create/loadTabPage

2012-09-03 Thread Gerrit
>From Norbert Thiebaud :

Norbert Thiebaud has uploaded a new change for review.

Change subject: gridfixes: #i117549# create/loadTabPage
..

gridfixes: #i117549# create/loadTabPage

use a GeometryControlModel only if the parent model is one, too

Change-Id: I8cf7bb8cf721b6f841ddfbb7e02475c6e2c6741a
---
M toolkit/source/controls/tabpagecontainer.cxx
1 file changed, 13 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/50/550/1
--
To view, visit https://gerrit.libreoffice.org/550
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8cf7bb8cf721b6f841ddfbb7e02475c6e2c6741a
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Norbert Thiebaud 

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] gridfixes: re-enable the mouse listeners which got lost

2012-09-03 Thread Gerrit
>From Norbert Thiebaud :

Norbert Thiebaud has uploaded a new change for review.

Change subject: gridfixes: re-enable the mouse listeners which got lost
..

gridfixes: re-enable the mouse listeners which got lost

in a previous change.
Do this by making the TableControl a CompoundControl,
so VCL cares for everything which is needed. Consequently,
get rid of the manual notification of the respective VCLEVENT_*'s,
and everything related to it

Change-Id: Id8872680b744e1171be916f6f66a4968e9d6567a
---
M svtools/inc/svtools/table/tablecontrol.hxx
M svtools/source/table/tablecontrol.cxx
M svtools/source/table/tabledatawindow.cxx
M svtools/source/table/tabledatawindow.hxx
4 files changed, 2 insertions(+), 27 deletions(-)


  git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/53/553/1
--
To view, visit https://gerrit.libreoffice.org/553
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id8872680b744e1171be916f6f66a4968e9d6567a
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Norbert Thiebaud 

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] gridfixes: impl_ni_relayout: update the child window positio...

2012-09-03 Thread Gerrit
>From Norbert Thiebaud :

Norbert Thiebaud has uploaded a new change for review.

Change subject: gridfixes: impl_ni_relayout: update the child window 
position/size last
..

gridfixes: impl_ni_relayout: update the child window position/size last

it relies on the other calculations (in particular calculation of the
column widths) being finished

Change-Id: I599aa5b2938e2aa810980c00ac8f598b4f4fcfcb
---
M svtools/source/table/tablecontrol_impl.cxx
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/51/551/1
--
To view, visit https://gerrit.libreoffice.org/551
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I599aa5b2938e2aa810980c00ac8f598b4f4fcfcb
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Norbert Thiebaud 

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] gridfixes: lcl_getAlignmentTextDrawFlags: row header w/o col...

2012-09-03 Thread Gerrit
>From Norbert Thiebaud :

Norbert Thiebaud has uploaded a new change for review.

Change subject: gridfixes: lcl_getAlignmentTextDrawFlags: row header w/o columns
..

gridfixes: lcl_getAlignmentTextDrawFlags: row header w/o columns

care the rare cases that the table has row headers, but no columns at all

Change-Id: Iece17add6f5e0adf425c33f0817e8b1be953e1a7
---
M svtools/source/table/gridtablerenderer.cxx
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/52/552/1
--
To view, visit https://gerrit.libreoffice.org/552
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iece17add6f5e0adf425c33f0817e8b1be953e1a7
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Norbert Thiebaud 

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] gridfixes: fixed selection handling, part I

2012-09-03 Thread Gerrit
>From Norbert Thiebaud :

Norbert Thiebaud has uploaded a new change for review.

Change subject: gridfixes: fixed selection handling, part I
..

gridfixes: fixed selection handling, part I

RowSelection::HandleMouseDown: always forward to the SelectionEngine,
even if the hit row is already selected.
This ensures proper de-selection handling in case of Ctrl+Click

Change-Id: I46fd63332101fd078c6341c94575dc69f48f8a68
---
M svtools/source/table/mousefunction.cxx
1 file changed, 4 insertions(+), 17 deletions(-)


  git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/49/549/1
--
To view, visit https://gerrit.libreoffice.org/549
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I46fd63332101fd078c6341c94575dc69f48f8a68
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Norbert Thiebaud 

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] gridfixes: GCC WaE

2012-09-03 Thread Gerrit
>From Norbert Thiebaud :

Norbert Thiebaud has uploaded a new change for review.

Change subject: gridfixes: GCC WaE
..

gridfixes: GCC WaE

Change-Id: Ie771f38a2a1d3d60dd6d84806d17839d93ec6cf3
---
M toolkit/source/controls/grid/sortablegriddatamodel.cxx
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/46/546/1
--
To view, visit https://gerrit.libreoffice.org/546
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie771f38a2a1d3d60dd6d84806d17839d93ec6cf3
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Norbert Thiebaud 

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] gridfixes: #i117398# XMutableGridDataModel:

2012-09-03 Thread Gerrit
>From Norbert Thiebaud :

Norbert Thiebaud has uploaded a new change for review.

Change subject: gridfixes: #i117398# XMutableGridDataModel:
..

gridfixes: #i117398# XMutableGridDataModel:

allow inserting rows at arbitrary positions

Change-Id: Ia5af125035979951c61d6c8cd9a916e8f81bb6c0
---
M offapi/com/sun/star/awt/grid/DefaultGridDataModel.idl
M offapi/com/sun/star/awt/grid/GridDataEvent.idl
M offapi/com/sun/star/awt/grid/XGridDataListener.idl
M offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
M toolkit/qa/complex/toolkit/GridControl.java
M toolkit/qa/complex/toolkit/awtgrid/TMutableGridDataModel.java
M toolkit/source/controls/grid/defaultgriddatamodel.cxx
M toolkit/source/controls/grid/defaultgriddatamodel.hxx
M toolkit/source/controls/grid/sortablegriddatamodel.cxx
M toolkit/source/controls/grid/sortablegriddatamodel.hxx
10 files changed, 268 insertions(+), 40 deletions(-)


  git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/45/545/1
--
To view, visit https://gerrit.libreoffice.org/545
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia5af125035979951c61d6c8cd9a916e8f81bb6c0
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Norbert Thiebaud 

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] gridfixes: #i112465# introduce HideBalloonAndQuickHelp

2012-09-03 Thread Gerrit
>From Norbert Thiebaud :

Norbert Thiebaud has uploaded a new change for review.

Change subject: gridfixes: #i112465# introduce HideBalloonAndQuickHelp
..

gridfixes: #i112465# introduce HideBalloonAndQuickHelp

Change-Id: Iea03d691755ac86fae4a0ac6697b726f21925ae7
---
M vcl/inc/vcl/help.hxx
M vcl/source/app/help.cxx
2 files changed, 20 insertions(+), 9 deletions(-)


  git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/38/538/1
--
To view, visit https://gerrit.libreoffice.org/538
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iea03d691755ac86fae4a0ac6697b726f21925ae7
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Norbert Thiebaud 

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] gridfixes: #i117398# added XGridDataModel::getRowData

2012-09-03 Thread Gerrit
>From Norbert Thiebaud :

Norbert Thiebaud has uploaded a new change for review.

Change subject: gridfixes: #i117398# added XGridDataModel::getRowData
..

gridfixes: #i117398# added XGridDataModel::getRowData

Change-Id: Ic08c2d54a76f2a2821822ec4b275883e4445c70c
---
M offapi/com/sun/star/awt/grid/XGridDataModel.idl
M toolkit/qa/complex/toolkit/GridControl.java
M toolkit/source/controls/grid/defaultgriddatamodel.cxx
M toolkit/source/controls/grid/defaultgriddatamodel.hxx
M toolkit/source/controls/grid/sortablegriddatamodel.cxx
M toolkit/source/controls/grid/sortablegriddatamodel.hxx
6 files changed, 76 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/43/543/1
--
To view, visit https://gerrit.libreoffice.org/543
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic08c2d54a76f2a2821822ec4b275883e4445c70c
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Norbert Thiebaud 

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] gridfixes: #i112465# delegate RequestHelp to the base class,

2012-09-03 Thread Gerrit
>From Norbert Thiebaud :

Norbert Thiebaud has uploaded a new change for review.

Change subject: gridfixes: #i112465# delegate RequestHelp to the base class,
..

gridfixes: #i112465# delegate RequestHelp to the base class,

when we do not have own help to display

Change-Id: I953144aa0921e849df14e9de31010e8904dffc5f
---
M svtools/source/table/tabledatawindow.cxx
1 file changed, 8 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/39/539/1
--
To view, visit https://gerrit.libreoffice.org/539
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I953144aa0921e849df14e9de31010e8904dffc5f
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Norbert Thiebaud 

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] gridfixes: #i117398# allow to specify selection colors in ta...

2012-09-03 Thread Gerrit
>From Norbert Thiebaud :

Norbert Thiebaud has uploaded a new change for review.

Change subject: gridfixes: #i117398# allow to specify selection colors in 
table/grid
..

gridfixes: #i117398# allow to specify selection colors in table/grid

Change-Id: Ie863aa7cecb4c7bda230ab829e6090689518dab8
---
M offapi/com/sun/star/awt/grid/GridColumnEvent.idl
M offapi/com/sun/star/awt/grid/UnoControlGridModel.idl
M offapi/com/sun/star/awt/grid/XGridColumn.idl
M offapi/com/sun/star/awt/grid/XGridColumnListener.idl
M offapi/com/sun/star/awt/grid/XGridColumnModel.idl
M offapi/com/sun/star/awt/grid/XGridControl.idl
M offapi/com/sun/star/view/SelectionType.idl
M svtools/inc/svtools/table/tablemodel.hxx
M svtools/source/table/gridtablerenderer.cxx
M svtools/source/table/tablecontrol_impl.cxx
M svtools/source/uno/svtxgridcontrol.cxx
M svtools/source/uno/unocontroltablemodel.cxx
M svtools/source/uno/unocontroltablemodel.hxx
M toolkit/inc/toolkit/helper/property.hxx
M toolkit/source/controls/grid/defaultgriddatamodel.cxx
M toolkit/source/controls/grid/gridcontrol.cxx
M toolkit/source/helper/property.cxx
17 files changed, 250 insertions(+), 45 deletions(-)


  git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/44/544/1
--
To view, visit https://gerrit.libreoffice.org/544
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie863aa7cecb4c7bda230ab829e6090689518dab8
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Norbert Thiebaud 

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] gridfixes: #i117265# implement less-predicate for Date/Time ...

2012-09-03 Thread Gerrit
>From Norbert Thiebaud :

Norbert Thiebaud has uploaded a new change for review.

Change subject: gridfixes: #i117265# implement less-predicate for Date/Time 
structs
..

gridfixes: #i117265# implement less-predicate for Date/Time structs

Change-Id: Idf0e5bed399fbf288534779665198e214631c0a0
---
M vcl/inc/vcl/ctrl.hxx
M vcl/inc/vcl/window.hxx
M vcl/source/control/ctrl.cxx
3 files changed, 12 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/36/536/1
--
To view, visit https://gerrit.libreoffice.org/536
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idf0e5bed399fbf288534779665198e214631c0a0
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Norbert Thiebaud 

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] gridfixes: when the table controls doesn't have the focus us...

2012-09-03 Thread Gerrit
>From Norbert Thiebaud :

Norbert Thiebaud has uploaded a new change for review.

Change subject: gridfixes: when the table controls doesn't have the focus use 
diff. color.
..

gridfixes: when the table controls doesn't have the focus use diff. color.

use a different color to paint the selection,
to be consistent with all our other controls

Change-Id: Ia5160dfb769279e2a8a3458b16fe8f6cec08145e
---
M svtools/inc/svtools/table/gridtablerenderer.hxx
M svtools/inc/svtools/table/tablerenderer.hxx
M svtools/source/table/gridtablerenderer.cxx
M svtools/source/table/tablecontrol.cxx
M svtools/source/table/tablecontrol_impl.cxx
M svtools/source/table/tablecontrol_impl.hxx
6 files changed, 95 insertions(+), 102 deletions(-)


  git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/37/537/1
--
To view, visit https://gerrit.libreoffice.org/537
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia5160dfb769279e2a8a3458b16fe8f6cec08145e
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Norbert Thiebaud 

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] gridfixes: use long instead of sal_uInt32, to prevent pb on ...

2012-09-03 Thread Gerrit
>From Norbert Thiebaud :

Norbert Thiebaud has uploaded a new change for review.

Change subject: gridfixes: use long instead of sal_uInt32, to prevent pb on 
64bit platforms
..

gridfixes: use long instead of sal_uInt32, to prevent pb on 64bit platforms

Change-Id: Ib612223a5626d4b525b4e86277c0a5623c0955e8
---
M svtools/source/toolpanel/drawerlayouter.cxx
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/40/540/1
--
To view, visit https://gerrit.libreoffice.org/540
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib612223a5626d4b525b4e86277c0a5623c0955e8
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Norbert Thiebaud 

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] gridfixes: copied #i112562#'s fix from CWS gridcontrol06 her...

2012-09-03 Thread Gerrit
>From Norbert Thiebaud :

Norbert Thiebaud has uploaded a new change for review.

Change subject: gridfixes: copied #i112562#'s fix from CWS gridcontrol06 herein
..

gridfixes: copied #i112562#'s fix from CWS gridcontrol06 herein

Change-Id: Ifa29a8b3c027970d46844b428a3529e680c0b09c
---
M accessibility/inc/accessibility/extended/AccessibleGridControl.hxx
M accessibility/inc/accessibility/extended/AccessibleGridControlBase.hxx
M accessibility/inc/accessibility/extended/AccessibleGridControlTable.hxx
M accessibility/inc/accessibility/extended/AccessibleGridControlTableBase.hxx
M accessibility/source/extended/AccessibleGridControl.cxx
M accessibility/source/extended/AccessibleGridControlBase.cxx
M accessibility/source/extended/AccessibleGridControlHeader.cxx
M accessibility/source/extended/AccessibleGridControlHeaderCell.cxx
M accessibility/source/extended/AccessibleGridControlTable.cxx
M accessibility/source/extended/AccessibleGridControlTableCell.cxx
M svtools/inc/svtools/accessibletable.hxx
M svtools/inc/svtools/table/tablecontrol.hxx
M svtools/source/table/tablecontrol.cxx
M svtools/source/table/tablecontrol_impl.cxx
M svtools/source/table/tablecontrol_impl.hxx
M svtools/source/uno/svtxgridcontrol.cxx
16 files changed, 531 insertions(+), 62 deletions(-)


  git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/41/541/1
--
To view, visit https://gerrit.libreoffice.org/541
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifa29a8b3c027970d46844b428a3529e680c0b09c
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Norbert Thiebaud 

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] gridfixes: #i117398# cleaned up the row selection API

2012-09-03 Thread Gerrit
>From Norbert Thiebaud :

Norbert Thiebaud has uploaded a new change for review.

Change subject: gridfixes: #i117398# cleaned up the row selection API
..

gridfixes: #i117398# cleaned up the row selection API

- made explicit that it is about row selection, leaving room for a future 
selection of columns
- some changes for consistency
- do not derive XGridControl from XGrid(Row)Selection, those two are orthogonal
- published involved UNO types

Change-Id: Ie97de42a9ea70a0191657f898ca9d59706e23290
---
M offapi/UnoApi_offapi.mk
M offapi/com/sun/star/awt/grid/GridSelectionEvent.idl
D offapi/com/sun/star/awt/grid/SelectionEventType.idl
M offapi/com/sun/star/awt/grid/UnoControlGrid.idl
M offapi/com/sun/star/awt/grid/XGridControl.idl
R offapi/com/sun/star/awt/grid/XGridRowSelection.idl
M offapi/com/sun/star/awt/grid/XGridSelectionListener.idl
M svtools/source/uno/svtxgridcontrol.cxx
M svtools/source/uno/svtxgridcontrol.hxx
M toolkit/source/controls/grid/gridcontrol.cxx
M toolkit/source/controls/grid/gridcontrol.hxx
11 files changed, 155 insertions(+), 214 deletions(-)


  git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/42/542/1
--
To view, visit https://gerrit.libreoffice.org/542
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie97de42a9ea70a0191657f898ca9d59706e23290
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Norbert Thiebaud 

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] gridfixes: #i117265# use a NumberFormatter for converting ce...

2012-09-03 Thread Gerrit
>From Norbert Thiebaud :

Norbert Thiebaud has uploaded a new change for review.

Change subject: gridfixes: #i117265# use a NumberFormatter for converting cell 
values to text.
..

gridfixes: #i117265# use a NumberFormatter for converting cell values to text.

This means using the Locale setup in the Options, and allows for more value 
types (like Date/Time) to be supported

Change-Id: I78fb08f2da88405851664e3e1dd4505c3727e56b
---
M svtools/inc/svtools/table/gridtablerenderer.hxx
M svtools/inc/svtools/table/tablerenderer.hxx
M svtools/source/table/cellvalueconversion.cxx
M svtools/source/table/cellvalueconversion.hxx
M svtools/source/table/gridtablerenderer.cxx
M svtools/source/table/tablecontrol_impl.cxx
M svtools/source/table/tabledatawindow.cxx
7 files changed, 504 insertions(+), 34 deletions(-)


  git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/34/534/1
--
To view, visit https://gerrit.libreoffice.org/534
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I78fb08f2da88405851664e3e1dd4505c3727e56b
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Norbert Thiebaud 

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] gridfixes: #i117188# remove column sort when rows are insert...

2012-09-03 Thread Gerrit
>From Norbert Thiebaud :

Norbert Thiebaud has uploaded a new change for review.

Change subject: gridfixes: #i117188# remove column sort when rows are inserted
..

gridfixes: #i117188# remove column sort when rows are inserted

Change-Id: I43b041583c20b47c0fd33a9b5deadffe6fd8f273
---
M toolkit/source/controls/grid/sortablegriddatamodel.cxx
M toolkit/source/controls/grid/sortablegriddatamodel.hxx
2 files changed, 20 insertions(+), 41 deletions(-)


  git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/32/532/1
--
To view, visit https://gerrit.libreoffice.org/532
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I43b041583c20b47c0fd33a9b5deadffe6fd8f273
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Norbert Thiebaud 

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] gridfixes: #i117625# recognize unsuccessful sorting attempts

2012-09-03 Thread Gerrit
>From Norbert Thiebaud :

Norbert Thiebaud has uploaded a new change for review.

Change subject: gridfixes: #i117625# recognize unsuccessful sorting attempts
..

gridfixes: #i117625# recognize unsuccessful sorting attempts

and do not claim to be sorted afterwards

Change-Id: I3d71d45893563eac3b59e865aa1aa8d31e8154a8
---
M toolkit/source/controls/grid/sortablegriddatamodel.cxx
M toolkit/source/controls/grid/sortablegriddatamodel.hxx
2 files changed, 25 insertions(+), 9 deletions(-)


  git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/35/535/1
--
To view, visit https://gerrit.libreoffice.org/535
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3d71d45893563eac3b59e865aa1aa8d31e8154a8
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Norbert Thiebaud 

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] gridfixes: fixed assertion

2012-09-03 Thread Gerrit
>From Norbert Thiebaud :

Norbert Thiebaud has uploaded a new change for review.

Change subject: gridfixes: fixed assertion
..

gridfixes: fixed assertion

Change-Id: I89756b173835d0356fee7fbb166d1998bd0415ac
---
M svtools/source/table/tablecontrol.cxx
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/33/533/1
--
To view, visit https://gerrit.libreoffice.org/533
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I89756b173835d0356fee7fbb166d1998bd0415ac
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Norbert Thiebaud 

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] gridfixes: #i117145#

2012-09-03 Thread Gerrit
>From Norbert Thiebaud :

Norbert Thiebaud has uploaded a new change for review.

Change subject: gridfixes: #i117145#
..

gridfixes: #i117145#

Change-Id: I215bcfca6a29274f7397d1100e3674d747ae19f2
---
M toolkit/inc/toolkit/controls/tabpagemodel.hxx
M toolkit/source/controls/controlmodelcontainerbase.cxx
M toolkit/source/helper/registerservices.cxx
3 files changed, 25 insertions(+), 14 deletions(-)


  git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/31/531/1
--
To view, visit https://gerrit.libreoffice.org/531
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I215bcfca6a29274f7397d1100e3674d747ae19f2
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Norbert Thiebaud 

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


segfauit in sw_subsequent_rtfexport

2012-09-03 Thread Norbert Thiebaud
I see random failure in sw_subsequent_rtfexport. it is 'random as in
that does not occurs every time... but statistically 1 time in 3 or 4.

/bin/sh: line 1: 14286 Segmentation fault  (core dumped)
LD_LIBRARY_PATH="$O/lib":$O/lib/sqlite DBGSV_ERROR_OUT=shell
DISABLE_SAL_DBGBOX=t STAR_RESOURCEPATH=$O/bin/
$O/bin/cppunit/cppunittester
$W/LinkTarget/CppunitTest/libtest_sw_subsequent_ww8export.so
--headless "-env:CONFIGURATION_LAYERS=xcsxcu:file://$O/xml/registry
module:file://$O/xml/registry/spool
xcsxcu:file://$O/unittest/registry"
"-env:UNO_TYPES=file://$O/bin/offapi.rdb file://$O/bin/udkapi.rdb"
"-env:UNO_SERVICES=file://$O/xml/ure/services.rdb
file://$O/xml/component/basic/util/sb.component
file://$O/xml/component/comphelper/util/comphelp.component
file://$O/xml/component/configmgr/source/configmgr.component
file://$O/xml/component/dbaccess/util/dba.component
file://$O/xml/component/fileaccess/source/fileacc.component
file://$O/xml/component/filter/source/config/cache/filterconfig1.component
file://$O/xml/component/forms/util/frm.component
file://$O/xml/component/framework/util/fwk.component
file://$O/xml/component/i18npool/util/i18npool.component
file://$O/xml/component/package/source/xstor/xstor.component
file://$O/xml/component/package/util/package2.component
file://$O/xml/component/sax/source/expatwrap/expwrap.component
file://$O/xml/component/sw/util/msword.component
file://$O/xml/component/sw/util/sw.component
file://$O/xml/component/sw/util/swd.component
file://$O/xml/component/sfx2/util/sfx.component
file://$O/xml/component/svl/source/fsstor/fsstorage.component
file://$O/xml/component/svtools/util/svt.component
file://$O/xml/component/toolkit/util/tk.component
file://$O/xml/component/ucb/source/core/ucb1.component
file://$O/xml/component/ucb/source/ucp/file/ucpfile1.component
file://$O/xml/component/unotools/util/utl.component
file://$O/xml/component/unoxml/source/service/unoxml.component
file://$O/xml/component/xmlhelp/util/ucpchelp1.component"
-env:URE_INTERNAL_LIB_DIR=file://$O/lib -env:LO_LIB_DIR=file://$O/lib
--protector unoexceptionprotector.so unoexceptionprotector --protector
unobootstrapprotector.so unobootstrapprotector >
$W/CppunitTest/sw_subsequent_ww8export.test.log 2>&1


Program terminated with signal 11, Segmentation fault.
#0  0x7f4d5597f078 in
comphelper::EmbeddedObjectContainer::Get_Impl(rtl::OUString const&,
com::sun::star::uno::Reference
const&) () from /lo/g_core/solver/unxlngx6.pro/lib/libcomphelpgcc3.so
(gdb) bt
#0  0x7f4d5597f078 in
comphelper::EmbeddedObjectContainer::Get_Impl(rtl::OUString const&,
com::sun::star::uno::Reference
const&) () from /lo/g_core/solver/unxlngx6.pro/lib/libcomphelpgcc3.so
#1  0x7f4d5597f910 in
comphelper::EmbeddedObjectContainer::GetEmbeddedObject(rtl::OUString
const&) () from /lo/g_core/solver/unxlngx6.pro/lib/libcomphelpgcc3.so
#2  0x7f4d4826afe9 in
SvxMSDffManager::CreateSdrOLEFromStorage(String const&,
SotStorageRef&,
com::sun::star::uno::Reference
const&, Graphic const&, Rectangle const&, Rectangle const&, SvStream*,
unsigned long&, unsigned int, long) ()
   from /lo/g_core/solver/unxlngx6.pro/lib/libmsfilterlo.so
#3  0x7f4d3ef3010c in SwMSDffManager::ImportOLE(long, Graphic
const&, Rectangle const&, Rectangle const&, int, long) const () from
/lo/g_core/solver/unxlngx6.pro/lib/libmswordlo.so
#4  0x7f4d48265c90 in SvxMSDffManager::ImportGraphic(SvStream&,
SfxItemSet&, DffObjData const&) () from
/lo/g_core/solver/unxlngx6.pro/lib/libmsfilterlo.so
#5  0x7f4d4827887e in SvxMSDffManager::ImportShape(DffRecordHeader
const&, SvStream&, void*, Rectangle&, Rectangle const&, int, int*) ()
from /lo/g_core/solver/unxlngx6.pro/lib/libmsfilterlo.so
#6  0x7f4d4827b12f in SvxMSDffManager::ImportObj(SvStream&, void*,
Rectangle&, Rectangle const&, int, int*) () from
/lo/g_core/solver/unxlngx6.pro/lib/libmsfilterlo.so
#7  0x7f4d4827b37f in SvxMSDffManager::GetShape(unsigned long,
SdrObject*&, SvxMSDffImportData&) () from
/lo/g_core/solver/unxlngx6.pro/lib/libmsfilterlo.so
#8  0x7f4d3ef2639c in SwWW8ImplReader::Read_GrafLayer(long) ()
from /lo/g_core/solver/unxlngx6.pro/lib/libmswordlo.so
#9  0x7f4d3ef37d50 in SwWW8ImplReader::ReadChar(long, long) ()
from /lo/g_core/solver/unxlngx6.pro/lib/libmswordlo.so
#10 0x7f4d3ef382fc in SwWW8ImplReader::ReadChars(int&, int, long,
long) () from /lo/g_core/solver/unxlngx6.pro/lib/libmswordlo.so
#11 0x7f4d3ef38660 in SwWW8ImplReader::ReadText(long, long,
ManTypes) () from /lo/g_core/solver/unxlngx6.pro/lib/libmswordlo.so
#12 0x7f4d3ef4201f in SwWW8ImplReader::CoreLoad(WW8Glossary*,
SwPosition const&) () from
/lo/g_core/solver/unxlngx6.pro/lib/libmswordlo.so
#13 0x7f4d3ef4313d in
SwWW8ImplReader::LoadThroughDecryption(SwPaM&, WW8Glossary*) () from
/lo/g_core/solver/unxlngx6.pro/lib/libmswordlo.so
#14 0x7f4d3ef441be in SwWW8ImplReader::LoadDoc(SwPaM&,
WW8Glossary*) () from
/lo/g_core/solver/unxlngx6.pro/lib/libmswordlo.so
#15 0x7f4d3ef442d4 in WW8Reader::R

[Libreoffice-commits] .: i18nutil/source

2012-09-03 Thread Libreoffice Gerrit user
 i18nutil/source/utility/unicode.cxx |   13 +
 1 file changed, 9 insertions(+), 4 deletions(-)

New commits:
commit ee1b6b657ce15a449f091543551d650004353806
Author: Caolán McNamara 
Date:   Mon Sep 3 20:45:01 2012 +0100

these 9 scripts are in icu >= 4.8, but not in 4.6.1

Change-Id: I418968e0a8959730e5ef0c20769fd07ca1f8f23c

diff --git a/i18nutil/source/utility/unicode.cxx 
b/i18nutil/source/utility/unicode.cxx
index 0100556..2f6f6dd 100644
--- a/i18nutil/source/utility/unicode.cxx
+++ b/i18nutil/source/utility/unicode.cxx
@@ -494,10 +494,10 @@ OString SAL_CALL 
unicode::getExemplerLanguageForUScriptCode(UScriptCode eScript)
 case USCRIPT_UNKNOWN:
 sRet = "und";
 break;
-//This block has no language with an assigned code yet
-case USCRIPT_NABATAEAN:
-case USCRIPT_PALMYRENE:
-case USCRIPT_NUSHU:
+case USCRIPT_NABATAEAN: //no language with an assigned code yet
+sRet = "mis";
+break;
+case USCRIPT_PALMYRENE: //no language with an assigned code yet
 sRet = "mis";
 break;
 case USCRIPT_ARABIC:
@@ -907,6 +907,7 @@ OString SAL_CALL 
unicode::getExemplerLanguageForUScriptCode(UScriptCode eScript)
 case USCRIPT_WARANG_CITI:
 sRet = "hoc";
 break;
+#if (U_ICU_VERSION_MAJOR_NUM > 4) || (U_ICU_VERSION_MAJOR_NUM == 4 && 
U_ICU_VERSION_MINOR_NUM >= 8)
 case USCRIPT_AFAKA:
 sRet = "djk";
 break;
@@ -916,6 +917,9 @@ OString SAL_CALL 
unicode::getExemplerLanguageForUScriptCode(UScriptCode eScript)
 case USCRIPT_MRO:
 sRet = "cmr";
 break;
+case USCRIPT_NUSHU: //no language with an assigned code yet
+sRet = "mis";
+break;
 case USCRIPT_SHARADA:
 sRet = "sa";
 break;
@@ -931,6 +935,7 @@ OString SAL_CALL 
unicode::getExemplerLanguageForUScriptCode(UScriptCode eScript)
 case USCRIPT_WOLEAI:
 sRet = "woe";
 break;
+#endif
 #if (U_ICU_VERSION_MAJOR_NUM > 4)
 case USCRIPT_ANATOLIAN_HIEROGLYPHS:
 sRet = "hlu";
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: sw/source

2012-09-03 Thread Libreoffice Gerrit user
 sw/source/ui/docvw/edtwin.cxx |  121 ++
 1 file changed, 76 insertions(+), 45 deletions(-)

New commits:
commit 1eee77f2c2b4fa5f693708218c74a8f3909649a6
Author: Tomaž Vajngerl 
Date:   Mon Sep 3 21:21:48 2012 +0200

Improve tracking of auto-complete states.

Change-Id: I4fc1af070b684ffbd0a85e18caa600bb42449f1b

diff --git a/sw/source/ui/docvw/edtwin.cxx b/sw/source/ui/docvw/edtwin.cxx
index 1ccb7fb..83b3e07 100644
--- a/sw/source/ui/docvw/edtwin.cxx
+++ b/sw/source/ui/docvw/edtwin.cxx
@@ -1573,11 +1573,11 @@ void SwEditWin::KeyInput(const KeyEvent &rKEvt)
KS_EnterCharCell,
KS_GotoNextFieldMark,
KS_GotoPrevFieldMark,
-   KS_Ende };
+   KS_End };
 
 SW_KeyState eKeyState = bIsDocReadOnly ? KS_CheckDocReadOnlyKeys
: KS_CheckKey,
-eNextKeyState = KS_Ende;
+eNextKeyState = KS_End;
 sal_uInt8 nDir = 0;
 
 if (nKS_NUMDOWN_Count > 0)
@@ -1586,7 +1586,7 @@ void SwEditWin::KeyInput(const KeyEvent &rKEvt)
 if (nKS_NUMINDENTINC_Count > 0)
 nKS_NUMINDENTINC_Count--;
 
-while( KS_Ende != eKeyState )
+while( KS_End != eKeyState )
 {
 SW_KeyState eFlyState = KS_KeyToView;
 
@@ -1715,9 +1715,11 @@ KEYINPUT_CHECKTABLE:
 }
 break;
 
-//---
-// Insert/Delete
 case KEY_LEFT:
+{
+eAutoCompleteAction = ACA_ReturnToRoot;
+}
+// No break;
 case KEY_LEFT | KEY_MOD1:
 {
 sal_Bool bMod1 = 0 != (rKeyCode.GetModifier() & KEY_MOD1);
@@ -1740,6 +1742,10 @@ KEYINPUT_CHECKTABLE:
 }
 goto KEYINPUT_CHECKTABLE_INSDEL;
 case KEY_UP:
+{
+eAutoCompleteAction = ACA_ReturnToRoot;
+}
+// No break;
 case KEY_UP | KEY_MOD1:
 {
 sal_Bool bMod1 = 0 != (rKeyCode.GetModifier() & KEY_MOD1);
@@ -1756,6 +1762,10 @@ KEYINPUT_CHECKTABLE:
 }
 goto KEYINPUT_CHECKTABLE_INSDEL;
 case KEY_DOWN:
+{
+eAutoCompleteAction = ACA_ReturnToRoot;
+}
+// No break;
 case KEY_DOWN | KEY_MOD1:
 {
 sal_Bool bMod1 = 0 != (rKeyCode.GetModifier() & KEY_MOD1);
@@ -1808,14 +1818,14 @@ KEYINPUT_CHECKTABLE_INSDEL:
 else
 {
 InfoBox( this, SW_RES( MSG_READONLY_CONTENT 
)).Execute();
-eKeyState = KS_Ende;
+eKeyState = KS_End;
 }
 break;
 
 case KEY_DELETE | KEY_MOD2:
 if( !rSh.IsTableMode() && rSh.GetTableFmt() )
 {
-eKeyState = KS_Ende;
+eKeyState = KS_End;
 bTblInsDelMode = sal_True;
 bTblIsInsMode = sal_False;
 bTblIsColMode = sal_True;
@@ -1827,7 +1837,7 @@ KEYINPUT_CHECKTABLE_INSDEL:
 case KEY_INSERT | KEY_MOD2:
 if( !rSh.IsTableMode() && rSh.GetTableFmt() )
 {
-eKeyState = KS_Ende;
+eKeyState = KS_End;
 bTblInsDelMode = sal_True;
 bTblIsInsMode = sal_True;
 bTblIsColMode = sal_True;
@@ -1837,7 +1847,8 @@ KEYINPUT_CHECKTABLE_INSDEL:
 }
 break;
 
-case KEY_RETURN:// Return
+case KEY_RETURN:
+{
 if( !rSh.HasReadonlySel() )
 {
 const int nSelectionType = rSh.GetSelectionType();
@@ -1870,18 +1881,19 @@ KEYINPUT_CHECKTABLE_INSDEL:
 eKeyState = KS_CheckAutoCorrect, eNextKeyState = 
KS_AutoFmtByInput;
 else
 eNextKeyState = eKeyState, eKeyState = 
KS_CheckAutoCorrect;
-
-eAutoCompleteAction = ACA_ReturnToRoot;
 }
-break;
-
+eAutoCompleteAction = ACA_ReturnToRoot;
+}
+break;
 case KEY_RETURN | KEY_MOD2: // ALT-Return
+{
 if( !rSh.HasReadonlySel() && !rSh.IsSttPara() && 
rSh.GetCurNumRule() )
 eKeyState = KS_NoNum;
 else if( rSh.CanSpecialInsert() )
 eKeyState = KS_SpecialInsert;
-break;
-
+ 

[Bug 54157] LibreOffice 3.7 most annoying bugs

2012-09-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

Mikeyy  changed:

   What|Removed |Added

 Depends on||36815

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Bug 54157] LibreOffice 3.7 most annoying bugs

2012-09-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

--- Comment #6 from Mikeyy  2012-09-03 19:18:13 UTC ---
Nominating bug 36815 : PRINTING comments in Writer inline or WYSIWYG
It's not bug, it's an enhancement, but since I saw you are working on Writer
comments in 3.7, this would be nice bug to solve.

Lo can't print comments WYSIWYG or inline, it adds them to page end or document
end which makes it less usable since you have to search text for line on which
comment is reffering (you have to count lines, there is no marker).
I was in need of this feature today since I printed revision of contract on
which I had a lot of comments.

LO has great commenting system (same as Word) but horrible comment printing
which should get this much needed upgrade.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] .: framework/source

2012-09-03 Thread Libreoffice Gerrit user
 framework/source/lomenubar/FrameHelper.cxx |3 +++
 1 file changed, 3 insertions(+)

New commits:
commit b8a671ac076c4137a30a822906fa3a0460c7c4f3
Author: Julien Nabet 
Date:   Mon Sep 3 21:15:22 2012 +0200

Missing 1 include and 2 using

Change-Id: I5100e40f9e2bb2f27f7cac490e7c9fa8c3814166

diff --git a/framework/source/lomenubar/FrameHelper.cxx 
b/framework/source/lomenubar/FrameHelper.cxx
index 40631ce..b617404 100644
--- a/framework/source/lomenubar/FrameHelper.cxx
+++ b/framework/source/lomenubar/FrameHelper.cxx
@@ -64,6 +64,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 
@@ -113,10 +114,12 @@ using com::sun::star::uno::Sequence;
 using com::sun::star::uno::XComponentContext;
 using com::sun::star::uno::XInterface;
 using com::sun::star::ui::XUIElement;
+using com::sun::star::ui::UICommandDescription;
 using com::sun::star::ui::XUIConfigurationManager;
 using com::sun::star::ui::XUIConfigurationManagerSupplier;
 using com::sun::star::ui::XAcceleratorConfiguration;
 using com::sun::star::ui::XModuleUIConfigurationManagerSupplier;
+using com::sun::star::ui::ModuleUIConfigurationManagerSupplier;
 using com::sun::star::util::URL;
 using com::sun::star::util::XURLTransformer;
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: vcl/aqua vcl/ios vcl/win

2012-09-03 Thread Libreoffice Gerrit user
 vcl/aqua/source/gdi/atsui/salgdi.cxx|2 +-
 vcl/aqua/source/gdi/coretext/salgdi.cxx |2 +-
 vcl/ios/source/gdi/salgdi.cxx   |2 +-
 vcl/win/source/gdi/salgdi3.cxx  |2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit ce56f4d5c6266ddac2fdf91ee153b50903e8d368
Author: Caolán McNamara 
Date:   Mon Sep 3 20:04:22 2012 +0100

fix ClearDevFontList -> ClearDevFontCache typo

Change-Id: I52d2cb88ef99b9c9846cab13ff2994ed0495d9a3

diff --git a/vcl/aqua/source/gdi/atsui/salgdi.cxx 
b/vcl/aqua/source/gdi/atsui/salgdi.cxx
index 561b96c..5c0bff7 100644
--- a/vcl/aqua/source/gdi/atsui/salgdi.cxx
+++ b/vcl/aqua/source/gdi/atsui/salgdi.cxx
@@ -528,7 +528,7 @@ void AquaSalGraphics::GetDevFontList( ImplDevFontList* 
pFontList )
 pSalData->mpFontList->AnnounceFonts( *pFontList );
 }
 
-void AquaSalGraphics::ClearDevFontList()
+void AquaSalGraphics::ClearDevFontCache()
 {
 SalData* pSalData = GetSalData();
 delete pSalData->mpFontList;
diff --git a/vcl/aqua/source/gdi/coretext/salgdi.cxx 
b/vcl/aqua/source/gdi/coretext/salgdi.cxx
index 0b8b77b..153d4b0 100644
--- a/vcl/aqua/source/gdi/coretext/salgdi.cxx
+++ b/vcl/aqua/source/gdi/coretext/salgdi.cxx
@@ -78,7 +78,7 @@ void AquaSalGraphics::GetDevFontList( ImplDevFontList* 
pFontList )
 pSalData->mpFontList->AnnounceFonts( *pFontList );
 }
 
-void AquaSalGraphics::ClearDevFontList()
+void AquaSalGraphics::ClearDevFontCache()
 {
 SalData* pSalData = GetSalData();
 delete pSalData->mpFontList;
diff --git a/vcl/ios/source/gdi/salgdi.cxx b/vcl/ios/source/gdi/salgdi.cxx
index ebf6430..af936af 100644
--- a/vcl/ios/source/gdi/salgdi.cxx
+++ b/vcl/ios/source/gdi/salgdi.cxx
@@ -104,7 +104,7 @@ void IosSalGraphics::GetDevFontList( ImplDevFontList* 
pFontList )
 pSalData->mpFontList->AnnounceFonts( *pFontList );
 }
 
-void IosSalGraphics::ClearDevFontList()
+void IosSalGraphics::ClearDevFontCache()
 {
 SalData* pSalData = GetSalData();
 delete pSalData->mpFontList;
diff --git a/vcl/win/source/gdi/salgdi3.cxx b/vcl/win/source/gdi/salgdi3.cxx
index c1407d2..e5eace2 100644
--- a/vcl/win/source/gdi/salgdi3.cxx
+++ b/vcl/win/source/gdi/salgdi3.cxx
@@ -2282,7 +2282,7 @@ void WinSalGraphics::GetDevFontList( ImplDevFontList* 
pFontList )
 pFontList->SetFallbackHook( &aSubstFallback );
 }
 
-void WinSalGraphics::ClearDevFontList()
+void WinSalGraphics::ClearDevFontCache()
 {
 //anything to do here ?
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: feature/vs2012: testing needed

2012-09-03 Thread Noel Grandin
On Mon, Sep 3, 2012 at 8:53 PM, Tor Lillqvist  wrote:
>
>> On another note, it occurred to me that it might be possible to
>> simplify the windows build by using the mingw windows header files.
>
>
> With MSVC? Not a good idea. One main difference between an MSVC build and a
> MinGW build is that in a MinGW build some parts of the code (don't exactly
> remember what) is not compiled, exactly because the required headers are not
> present in MinGW (mingw-w64, actually, and don't let the "64" confuse you,
> that is just part of the project name, does not indicate bitness in the LO
> case).

Probably the ATL headers. But weren't you trying to remove our
dependency on those?


>
>>
>> That would eliminate at least one complicated step
>
>
> Surely installing the Windows SDK is not complicated.
>

More complicated than you might expect, since not always versions of
the Windows SDK seem to have all of the bits we need.
I generated quite a lot of traffic on the LO list back in Dec/Jan
getting all of the relevant bits set up.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: feature/vs2012: testing needed

2012-09-03 Thread Tor Lillqvist
> On another note, it occurred to me that it might be possible to
> simplify the windows build by using the mingw windows header files.
>

With MSVC? Not a good idea. One main difference between an MSVC build and a
MinGW build is that in a MinGW build some parts of the code (don't exactly
remember what) is not compiled, exactly because the required headers are
not present in MinGW (mingw-w64, actually, and don't let the "64" confuse
you, that is just part of the project name, does not indicate bitness in
the LO case).


> That would eliminate at least one complicated step


Surely installing the Windows SDK is not complicated.

--tml
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Remove unused ooo icons intended for OS X

2012-09-03 Thread Nicholas Shanks
On 3 Sep 2012, at 14:11, Tor Lillqvist wrote:

> I will remove those unneeded files.

:-)

> But first, could you send the list a generic statement like "all my past
> and future contributions to LibreOffice may be licensed under the
> MPL/LGPLv3+ dual license ", thanks.

If it's really necessary (I didn't contribute anything, just raised awareness, 
kinda like filing a bug report). Other open source projects make statements 
like "by contributing, you agree to license your code blah blah blah" to avoid 
people having to make public declarations.

So, yes, all my past and future contributions to LibreOffice may be licensed 
under the MPL/LGPLv3+ dual license.

I have signed this message with my PGP key, if that helps at all.

— Nicholas.

signature.asc
Description: Message signed with OpenPGP using GPGMail
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: feature/vs2012: testing needed

2012-09-03 Thread Noel Grandin
If someone doesn't beat me to it, I'll have a try about 12 hours from
now (i.e. first thing in the morning for me :-)

On another note, it occurred to me that it might be possible to
simplify the windows build by using the mingw windows header files.
That would eliminate at least one complicated step in the "setting up
a windows build machine" process.

On Mon, Sep 3, 2012 at 5:44 PM, Peter Foley  wrote:
> I've been working on getting Libreoffice to build with Visual Studio
> 2012 and the Windows 8 SDK.
> The code is in the feature/vs2012 branch.
> I'd appreciate it if someone with a working VS2008 setup could test
> things out to make sure I didn't break anything.
>
> Thanks,
>
> Peter Foley
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/libreoffice
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] .: configure.in

2012-09-03 Thread Libreoffice Gerrit user
 configure.in |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit 42ca2ec5368ad291e87a2bd6a64a2ad608a50502
Author: Lionel Elie Mamane 
Date:   Mon Sep 3 20:24:12 2012 +0200

better description for --enable-mathmldtd

Change-Id: I7695f3b9d2363835e9434b4d2140e64a7c8b825f

diff --git a/configure.in b/configure.in
index f7d8f35..6eb3b85 100644
--- a/configure.in
+++ b/configure.in
@@ -708,9 +708,8 @@ AC_ARG_ENABLE(odk,
 )
 
 AC_ARG_ENABLE(mathmldtd,
-AS_HELP_STRING([--disable-mathmldtd],
-[Disable mathmldtd (useful for distributions that want to avoid
- packaging it).])
+AS_HELP_STRING([--enable-mathmldtd],
+[Enable bundling of (modified) MathML 1.01 DTD.])
 )
 
 AC_ARG_ENABLE(evolution2,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: 2 commits - configure.in desktop/Module_desktop.mk

2012-09-03 Thread Libreoffice Gerrit user
 configure.in  |2 +-
 desktop/Module_desktop.mk |5 -
 2 files changed, 1 insertion(+), 6 deletions(-)

New commits:
commit 95a9b3088fa02007f31e4280f0438dec1aeadf13
Author: Riccardo Magliocchetti 
Date:   Mon Sep 3 16:29:09 2012 +0200

configure: always avoid building ns plugin extension with --enable-headless

Doing the same trick as osx and android.

Change-Id: Ib2efa8166eca0017c86947acdedf20f3826dddaf

diff --git a/configure.in b/configure.in
index da4e35c..f7d8f35 100644
--- a/configure.in
+++ b/configure.in
@@ -8329,7 +8329,7 @@ dnl Check for nsplugin
 dnl ===
 AC_MSG_CHECKING([whether to build nsplugin extension])
 ENABLE_NSPLUGIN=NO
-if test $_os = Darwin -o $_os = iOS -o $_os = Android; then
+if test $_os = Darwin -o $_os = iOS -o $_os = Android -o "$enable_headless" = 
"yes"; then
 enable_gtk=no
 fi
 if test "$enable_nsplugin" != "no"; then
commit 64a530cfa8e9be44965c9d708dfb642c2df2a59d
Author: Riccardo Magliocchetti 
Date:   Mon Sep 3 15:07:06 2012 +0200

desktop: i swear we don't need oosplash with --enable-headless

Change-Id: I7d03590fc2a0942757b7214c15be78e8bc626e9c

diff --git a/desktop/Module_desktop.mk b/desktop/Module_desktop.mk
index cb067b3..f043a61 100644
--- a/desktop/Module_desktop.mk
+++ b/desktop/Module_desktop.mk
@@ -116,11 +116,6 @@ else ifeq ($(OS),IOS)
 
 else ifeq ($(GUIBASE),headless)
 
-$(eval $(call gb_Module_add_targets,desktop,\
-Executable_oosplash \
-Library_spl_unx \
-))
-
 else
 
 $(eval $(call gb_Module_add_targets,desktop,\
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


feature/vs2012: testing needed

2012-09-03 Thread Peter Foley
I've been working on getting Libreoffice to build with Visual Studio
2012 and the Windows 8 SDK.
The code is in the feature/vs2012 branch.
I'd appreciate it if someone with a working VS2008 setup could test
things out to make sure I didn't break anything.

Thanks,

Peter Foley
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Control elements in a partially formal document

2012-09-03 Thread Lars Doelle
Hi All,


sometimes applications are used in way different from that they were
originally designed for and this might be one of the cases.


For reports on analysis in mechanics, libreoffice is connected to
a FEM system (https://en.wikipedia.org/wiki/Finite_element_method),
both to receive pictures and tables from it as well as to feed parameters
mentioned in the document to it and to control (re)doing calculations.

The overall contruction is a more common use and could loosely be
described as a partial-formal document, i.e. one, in which certain parts
have highly defined formal structure that could be described by means
of data types together with operations on them. These parts are 
embedded in and distributed over the document.


Now to my question. We're currently renew the application and i write
to learn if new means to improve the user interface became available
for this task.

For now we're using the following elements:

a) Menu entries to trigger actions
b) The cursor position
c) (I think) The right mouse button menu on frames around some pictures.


What i'm looking for, are means for a more fine grane control. E.g. the
formalized part of the document requieres certain rubrics, i.e. sections,
subsections, etc. A user control element that could be of use with such
would be:

a) To be able to cheaply recognize that the cursor is in such title.
b) To offer extra control, e.g. right mouse button menu
c) to change the cursor or otherwise indicate special features.

Some years ago, we looked over the full API for such opportunities, but
found only the few currently used and some, too low-level IMHO, in the
accessibility branch.


As a related topic aside, i'm aware that the idea, that libreoffice has about
the structure of a document becomes more weaker, the more one drives
apart from raw layout. Technically, this general problem is well-addressed
in XML via name spaces. Thus my second question about means to add
to the documents idea of structure.


Please, if i write to the wrong mail-list, help me to find the right one.


Kind regards

  Lars Dölle
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Selection of dictionaries per installation

2012-09-03 Thread Petr Mladek
Stephan Bergmann píše v Čt 30. 08. 2012 v 13:16 +0200:
> At least with the "official" () Linux 
> and Mac OS X installation sets, the base installation set contains en-US 
> localization and only contains dictionaries "related" to that locale 
> (dict-en, dict-es, dict-fr; see below for details of what "related" 
> means).  The additional per-language langpacks contain dictionaries 
> "related" to the given langpack (e.g., langpack_de contains dict-de).
> 
> However, on Windows, the base installation set contains all available 
> localizations and all available dictionaries.  During msi installation, 
> some code apparently determines a default selection of only a subset of 
> the "Additional user interface languages" entries (presumably based on 
> the current system locale settings), but all of the available "Optional 
> Components - Dictionaries" entries are selected by default. 
> 
> Hence, one suggestion to address that problem would be to reduce the 
> amount of "Optional Components - Dictionaries" entries selected by 
> default during Windows msi installation

> Initial reactions on IRC (see below) were that (a) the status quo on 
> Windows was to avoid "political issues"

I would not be afraid of political issues. I would start with some
decent defaults and extend the list if people report bugs. I am sure
that we will never end up with all the dictionaries. In addition, we
could argue that users could always do custom installation.

Note that we have 112 dictionaries packaged for openSUSE. It is about
80MB of bzipped data. I guess that most of these will be in the upstream
LO sooner or later. I am sure that we do not want to install them all on
the user system.

Also I am not aware of any other application or operating system that
would install all dictionaries by default. 


Best Regards,
Petr

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Shift 3.7.0 or 3.7.X releases - was: ANNOUNCE: Release plan updated - two weeks between RCs

2012-09-03 Thread Petr Mladek
Bjoern Michaelsen píše v Čt 30. 08. 2012 v 17:41 +0200:
> On Thu, Aug 30, 2012 at 05:14:02PM +0200, Petr Mladek wrote:
> > As mentioned, the 3.7.0 release and 3.7.1-rc1 are planed for the same
> > week now. It is bad because there is no time to proceed feedback from
> > 3.7.0 users.
> 
> Comparing:
> 
>  https://wiki.ubuntu.com/PrecisePangolin/ReleaseSchedule
>  http://wiki.documentfoundation.org/ReleasePlan/3.7
> 
> I find currently:
> 
> - the 3.7.0 is already too late for a Alpha1/FeatureFreeze

Well, the LO feature freeze is already for beta1 in December. The hard
code freeze is three weeks before the .0 release. I guess that 3.6.0-rc2
would be fine for Ubuntu alpha1.

> - the 3.7.1 is already currently is ok for the BetaFreeze (LibreOffice is 
> seeded)
> - the 3.7.2 release is fitting in just before Final Freeze

I see. OK, we can't move it later.

> - the 3.7.3 release is already a SRU (stable release update)


> > Possible solutions:
> > 
> > 1. Make 3.7.0 two weeks earlier. I am not happy to change this so close
> >to the feature freeze.

It might be possible. Let's discuss it on ESC call this week.

> > 2. Make 3.7.X bugfix releases 1 or 2 weeks later. It might cause
> >troubles for Ubuntu, Fedora, and other distros who planed to use .3
> >bugfix release in their distro releases.
> > 
> >Well, they might use 3.7.3-rc1 or 3.7.2. They should be pretty good
> >as well. The number of weeks for bugfixing stays the same.
> 
> 3.x.3 is already too late for us currently -- however, pushing back two weeks
> would make 3.7.2 miss final freeze. In that case I would have to seriously
> consider to not ship that series at all -- shipping with a 3.7.1 is very 
> likely
> too early.

This is no way. We do not want to break your release.


> > 3. Remove 3.7.0-rc3 or some beta. It would mean to do the hard code
> >freeze 1 or two weeks earlier => less time for testing and fixing
> 
> Personally, that sounds like the best option for me for 3.7.

I am not much happy with it because it could cause worse quality of .0
release.


> > 4. Do 3.7.0-RCs every week (use the original schedule). There is not
> >enough time for feedback => demotivating for QA.

After all, this is still good solution. We released, 3.5 and 3.6 this
way and it somehow worked. The .0 release is always hectic and we get
many fixes every week, so the two weeks delay between rc2 and rc3 would
be too long.

If ESC rejects moving the whole release two weeks earlier, I would go
with tho 4th solution and do builds every week for 3.7.0 and 3.7.1
releases. Of course, I would shift the whole release in the future.

Thanks for feedback.


Best Regards,
Petr

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] .: 2 commits - connectivity/source cui/source desktop/source framework/source sfx2/source svtools/source svx/source sw/source toolkit/source

2012-09-03 Thread Libreoffice Gerrit user
 connectivity/source/drivers/flat/ETable.cxx   |5 ++---
 cui/source/dialogs/SpellDialog.cxx|6 +++---
 cui/source/dialogs/about.cxx  |6 +++---
 desktop/source/deployment/gui/dp_gui_updatedialog.cxx |6 +++---
 framework/source/services/backingwindow.cxx   |4 ++--
 sfx2/source/appl/appserv.cxx  |6 +++---
 svtools/source/contnr/templwin.cxx|6 +++---
 svx/source/core/extedit.cxx   |4 ++--
 sw/source/ui/lingu/olmenu.cxx |4 ++--
 toolkit/source/awt/vclxwindows.cxx|2 +-
 10 files changed, 24 insertions(+), 25 deletions(-)

New commits:
commit 756352698de348226c685bad9ab80ea138e5da75
Author: Stephan Bergmann 
Date:   Mon Sep 3 18:27:13 2012 +0200

More places that require a prefixed "system"

Change-Id: I49cf1f02faf70a5a92ab45e7678253ba4e5f68d0

diff --git a/cui/source/dialogs/SpellDialog.cxx 
b/cui/source/dialogs/SpellDialog.cxx
index 834d31e..833d621 100644
--- a/cui/source/dialogs/SpellDialog.cxx
+++ b/cui/source/dialogs/SpellDialog.cxx
@@ -2174,9 +2174,9 @@ IMPL_LINK( SpellDialog, HandleHyperlink, 
svt::FixedHyperlink*, pHyperlink )
 return 1;
 try
 {
-uno::Reference< system::XSystemShellExecute > xSystemShellExecute(
-
system::SystemShellExecute::create(::comphelper::getProcessComponentContext()) 
);
-xSystemShellExecute->execute( sURL, rtl::OUString(),  
system::SystemShellExecuteFlags::URIS_ONLY );
+uno::Reference< com::sun::star::system::XSystemShellExecute > 
xSystemShellExecute(
+
com::sun::star::system::SystemShellExecute::create(::comphelper::getProcessComponentContext())
 );
+xSystemShellExecute->execute( sURL, rtl::OUString(), 
com::sun::star::system::SystemShellExecuteFlags::URIS_ONLY );
 }
 catch ( uno::Exception& )
 {
diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx
index 9d5b4f1..e3a9111 100644
--- a/cui/source/dialogs/about.cxx
+++ b/cui/source/dialogs/about.cxx
@@ -133,9 +133,9 @@ IMPL_LINK( AboutDialog, HandleClick, PushButton*, pButton )
 return 1;
 try
 {
-Reference< system::XSystemShellExecute > xSystemShellExecute(
-
system::SystemShellExecute::create(::comphelper::getProcessComponentContext() ) 
);
-xSystemShellExecute->execute( sURL, rtl::OUString(), 
system::SystemShellExecuteFlags::URIS_ONLY );
+Reference< com::sun::star::system::XSystemShellExecute > 
xSystemShellExecute(
+
com::sun::star::system::SystemShellExecute::create(::comphelper::getProcessComponentContext()
 ) );
+xSystemShellExecute->execute( sURL, rtl::OUString(), 
com::sun::star::system::SystemShellExecuteFlags::URIS_ONLY );
 }
 catch (const Exception&)
 {
diff --git a/desktop/source/deployment/gui/dp_gui_updatedialog.cxx 
b/desktop/source/deployment/gui/dp_gui_updatedialog.cxx
index e79d94d..88deb20 100644
--- a/desktop/source/deployment/gui/dp_gui_updatedialog.cxx
+++ b/desktop/source/deployment/gui/dp_gui_updatedialog.cxx
@@ -1413,10 +1413,10 @@ IMPL_LINK( UpdateDialog, hyperlink_clicked, 
svt::FixedHyperlink*, pHyperlink )
 
 try
 {
-uno::Reference< system::XSystemShellExecute > xSystemShellExecute(
-system::SystemShellExecute::create(m_context) );
+uno::Reference< com::sun::star::system::XSystemShellExecute > 
xSystemShellExecute(
+com::sun::star::system::SystemShellExecute::create(m_context) );
 //throws lang::IllegalArgumentException, 
system::SystemShellExecuteException
-xSystemShellExecute->execute( sURL, ::rtl::OUString(), 
system::SystemShellExecuteFlags::URIS_ONLY);
+xSystemShellExecute->execute( sURL, ::rtl::OUString(), 
com::sun::star::system::SystemShellExecuteFlags::URIS_ONLY);
 }
 catch ( const uno::Exception& )
 {
diff --git a/framework/source/services/backingwindow.cxx 
b/framework/source/services/backingwindow.cxx
index 560330c..cc67aab 100644
--- a/framework/source/services/backingwindow.cxx
+++ b/framework/source/services/backingwindow.cxx
@@ -877,8 +877,8 @@ IMPL_LINK_NOARG(BackingWindow, ToolboxHdl)
 sURL = value.get ();
 localizeWebserviceURI(sURL);
 
-Reference< system::XSystemShellExecute > 
xSystemShellExecute(
-
system::SystemShellExecute::create(comphelper::getProcessComponentContext()));
+Reference< com::sun::star::system::XSystemShellExecute > 
xSystemShellExecute(
+
com::sun::star::system::SystemShellExecute::create(comphelper::getProcessComponentContext()));
 //throws css::lang::IllegalArgumentException, 
css::system::SystemShellExecuteException
 xSystemShellExecute->execute( sURL, rtl::OUString(), 
com::sun::star::system::SystemShellE

Re: --enable-evolution2 in distro-configs/

2012-09-03 Thread Petr Mladek
Lionel Elie Mamane píše v Ne 02. 09. 2012 v 09:40 +0200:
> --enable-evolution2 is not in any of our distro-configs (except
> OxygenOffice). Any known reason for that? Shall I just add it to
> distro-configs/LibreOfficeLinux.conf ?

The official Linux build is done on a pretty old system to be compatible
everywhere. I guess that it does not allow to build the Evolution2
stuff. Fridrich would know for sure.

Best Regards,
Petr


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] .: vcl/generic

2012-09-03 Thread Libreoffice Gerrit user
 vcl/generic/fontmanager/fontconfig.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 627fda230089e147976bfb8ec2a81eba9bf61a22
Author: Caolán McNamara 
Date:   Mon Sep 3 17:12:07 2012 +0100

misplaced ifdef

Change-Id: I006db207686d0a08ffa4e2eb044b12266cdb6dcf

diff --git a/vcl/generic/fontmanager/fontconfig.cxx 
b/vcl/generic/fontmanager/fontconfig.cxx
index f5f2145..26a292c 100644
--- a/vcl/generic/fontmanager/fontconfig.cxx
+++ b/vcl/generic/fontmanager/fontconfig.cxx
@@ -857,12 +857,12 @@ namespace
 
 IMPL_LINK_NOARG(PrintFontManager, autoInstallFontLangSupport)
 {
+#ifdef ENABLE_DBUS
 guint xid = get_xid_for_dbus();
 
 if (!xid)
 return -1;
 
-#ifdef ENABLE_DBUS
 GError *error = NULL;
 /* get the DBUS session connection */
 DBusGConnection *session_connection = dbus_g_bus_get(DBUS_BUS_SESSION, 
&error);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: 5 commits - i18npool/inc i18nutil/inc i18nutil/source vcl/aqua vcl/generic vcl/headless vcl/inc vcl/ios vcl/Library_vcl.mk vcl/source vcl/unx vcl/win

2012-09-03 Thread Libreoffice Gerrit user
 i18npool/inc/i18npool/languagetag.hxx|2 
 i18nutil/inc/i18nutil/unicode.hxx|3 
 i18nutil/source/utility/unicode.cxx  |  473 +++
 vcl/Library_vcl.mk   |1 
 vcl/aqua/source/gdi/atsui/salgdi.cxx |7 
 vcl/aqua/source/gdi/coretext/salgdi.cxx  |7 
 vcl/generic/fontmanager/fontconfig.cxx   |  158 +-
 vcl/generic/fontmanager/fontmanager.cxx  |8 
 vcl/generic/glyphs/glyphcache.cxx|   33 --
 vcl/generic/print/genpspgraphics.cxx |5 
 vcl/headless/svptext.cxx |6 
 vcl/inc/aqua/atsui/salgdi.h  |2 
 vcl/inc/aqua/coretext/salgdi.h   |2 
 vcl/inc/generic/genpspgraphics.h |2 
 vcl/inc/generic/glyphcache.hxx   |1 
 vcl/inc/headless/svpgdi.hxx  |1 
 vcl/inc/ios/salgdi.h |2 
 vcl/inc/salgdi.hxx   |2 
 vcl/inc/unx/salgdi.h |1 
 vcl/inc/vcl/fontmanager.hxx  |7 
 vcl/inc/win/salgdi.h |2 
 vcl/ios/source/gdi/salgdi.cxx|7 
 vcl/source/gdi/outdev3.cxx   |6 
 vcl/unx/generic/gdi/salgdi3.cxx  |6 
 vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx |   11 
 vcl/win/source/gdi/salgdi3.cxx   |5 
 26 files changed, 728 insertions(+), 32 deletions(-)

New commits:
commit a4196e56eb3560a2ec2199b87e5d7ff12d55a097
Author: Caolán McNamara 
Date:   Mon Sep 3 16:59:48 2012 +0100

adjust auto font installation

to happen on a 5 second timer and collect up as much missing
stuff in one go as we can

Change-Id: I79f5e70634684a2ef83e3090790531149baf529b

diff --git a/vcl/generic/fontmanager/fontconfig.cxx 
b/vcl/generic/fontmanager/fontconfig.cxx
index a98e529..f5f2145 100644
--- a/vcl/generic/fontmanager/fontconfig.cxx
+++ b/vcl/generic/fontmanager/fontconfig.cxx
@@ -846,64 +846,71 @@ namespace
 return LanguageTag(OStringToOUString(aBuf.makeStringAndClear(), 
RTL_TEXTENCODING_UTF8));
 }
 
-int autoInstallFontLangSupport(const std::vector &rNewReqs, guint 
xid)
+guint get_xid_for_dbus()
 {
-GError *error = NULL;
-/* get the DBUS session connection */
-DBusGConnection *session_connection = dbus_g_bus_get(DBUS_BUS_SESSION, 
&error);
-if (error != NULL)
-{
-g_warning ("DBUS cannot connect : %s", error->message);
-g_error_free (error);
-return -1;
-}
+const Window *pTopWindow = Application::IsHeadlessModeEnabled() ? NULL 
: Application::GetActiveTopWindow();
+const SystemEnvData* pEnvData = pTopWindow ? 
pTopWindow->GetSystemData() : NULL;
+return pEnvData ? pEnvData->aWindow : 0;
+}
+#endif
+}
 
-/* get the proxy with gnome-session-manager */
-DBusGProxy *proxy = dbus_g_proxy_new_for_name(session_connection,
-   "org.freedesktop.PackageKit",
-   "/org/freedesktop/PackageKit",
-   
"org.freedesktop.PackageKit.Modify");
-if (proxy == NULL)
-{
-g_warning("Could not get DBUS proxy: org.freedesktop.PackageKit");
-return -1;
-}
+IMPL_LINK_NOARG(PrintFontManager, autoInstallFontLangSupport)
+{
+guint xid = get_xid_for_dbus();
 
-gchar **fonts = (gchar**)g_malloc((rNewReqs.size() + 1) * 
sizeof(gchar*));
-gchar **font = fonts;
-for (std::vector::const_iterator aI = rNewReqs.begin(); aI != 
rNewReqs.end(); ++aI)
-*font++ = (gchar*)aI->getStr();
-*font = NULL;
-gboolean res = dbus_g_proxy_call(proxy, "InstallFontconfigResources", 
&error,
- G_TYPE_UINT, xid, /* xid */
- G_TYPE_STRV, fonts, /* data */
- G_TYPE_STRING, "hide-finished", /* interaction */
- G_TYPE_INVALID,
- G_TYPE_INVALID);
-/* check the return value */
-if (!res)
-   g_warning("InstallFontconfigResources method failed");
-
-/* check the error value */
-if (error != NULL)
-{
-g_warning("InstallFontconfigResources problem : %s", 
error->message);
-g_error_free(error);
-}
+if (!xid)
+return -1;
 
-g_free(fonts);
-g_object_unref(G_OBJECT (proxy));
+#ifdef ENABLE_DBUS
+GError *error = NULL;
+/* get the DBUS session connection */
+DBusGConnection *session_connection = dbus_g_bus_get(DBUS_BUS_SESSION, 
&error);
+if (error != NULL)
+{
+g_warning ("DBUS cannot connect : %s", error->message);
+g_error_free (error);
+return -1;
+}
 
-return 0;
+/* get the proxy with gnome-session-manager */
+DBusGProxy *proxy = dbus_g_proxy_new_for_name(session_connection,
+   

[Libreoffice-commits] Changes to 'feature/vs2012'

2012-09-03 Thread Libreoffice Gerrit user
New branch 'feature/vs2012' available with the following commits:
commit 75bde8bfc5105177cb67babc2bfe55bbfa7474f9
Author: Peter Foley 
Date:   Sat Sep 1 17:58:42 2012 -0400

fix MSI build on windows

Change-Id: I08197d8f005fe4a720ad0cab2c08105916e0185a

commit 7fea4da5e12575a13209dd5f8ff5ba4c401c4a63
Author: Peter Foley 
Date:   Fri Aug 31 21:45:58 2012 -0400

enable LTO for Visual Studio

Change-Id: I3ac3be0bde5c27c73f7d85da4487eb61e3f587f3

commit 07844ebe2845d1df8dcb722a47becaf4a3d7b2dc
Author: Peter Foley 
Date:   Fri Aug 31 13:30:12 2012 -0400

fix dbghelp.dll download again

Change-Id: I5992023a946301809b9708d9df29dd9cc1500b53

commit 49160523184c7a8949a4f6031a01f72bc91c5e2d
Author: Peter Foley 
Date:   Fri Aug 31 13:24:00 2012 -0400

fix msm suport for VS2012

Change-Id: Ibc816de83eb48163671948ecc84e7653f2b4ec13

commit 1e1c95158ede201bdac2a84ce619f002385af465
Author: Peter Foley 
Date:   Fri Aug 31 09:33:34 2012 -0400

use downloaded rebase.exe with Win8 SDK

Change-Id: Ib7cb49e9c992ba3bd8cc69e7e492f82a493d7053

commit 361297303635d2c6282b3ba91e2a49e25b458d47
Author: Peter Foley 
Date:   Thu Aug 30 18:54:55 2012 -0400

Win8 SDK no longer ships rebase.exe

Change-Id: I3c4280ee53411f4914be8ebd4f41d1c1cec1ba97

commit ac7f7557bed51e32cc78bf0fb7e365748fb37614
Author: Peter Foley 
Date:   Thu Aug 30 15:42:13 2012 -0400

fix path for make_installer.pl

Change-Id: Iac0ca81edaada999c774cdf8169f07fa98278cc6

commit fc2e0e72efa2454860b6a7eecc916307b21b94e6
Author: Peter Foley 
Date:   Wed Aug 29 19:50:38 2012 -0400

work-around really weird bug in VS2012

Change-Id: I7092bbcbddec179c62c2817b069f757863ca5982

commit 839681c3308bd2cd625440811024734369d7e7d7
Author: Peter Foley 
Date:   Mon Aug 27 15:28:23 2012 -0400

convert uno_bridge to new syntax

Change-Id: Iac5e9a860f7ef68104c4cfc19abe686b754190af

commit 79c7e817b2d1c0905122ae538fdd8f7609e19bd7
Author: Peter Foley 
Date:   Mon Aug 27 10:44:15 2012 -0400

supress warning about digraphs

Change-Id: I6fb4dee53103c54d97496261e1f7183b33ad9d5f

commit a2b4de11f8faa96a9e8f70f1f54c0406b60d60b2
Author: Peter Foley 
Date:   Mon Aug 27 10:04:15 2012 -0400

fix chart2 build with VS2012

Change-Id: Ieae76bfd0a3f9612c0bb573029912d5c6efa6add

commit dc66332d9bbcce111f33d6966d08fd33295b2b8e
Author: Peter Foley 
Date:   Sun Aug 26 22:11:05 2012 -0400

fix sd build with VC2012

Change-Id: I1356570e27a065e419281fcd9d667c60658773e6

commit ac6ce1bb0bb5dc0a3dfa5865d1ef8ae621a14d68
Author: Peter Foley 
Date:   Sun Aug 26 21:23:40 2012 -0400

fix sw build with VC2012

Change-Id: I1ba38baa26de2082a21d681efff2f5881092fad7

commit a194f509dc5be4e32294fdfdf4c96fe1b996d257
Author: Peter Foley 
Date:   Sat Aug 25 21:53:50 2012 -0400

silence vd2 warning due to excessive output

Change-Id: Ib86a5406c28560d766ecb48cb8f74ac9f9b43c4d

commit 5b2b8a9b4029acd2b630e4d20dead97a7b607164
Author: Peter Foley 
Date:   Sat Aug 25 13:51:40 2012 -0400

convert cli_ure/source/native to new syntax

Change-Id: I7dbb065c8b1b2fef85e6e7f42ef80991102785e0

commit fdfedfd144050b0e51a7d27ffbf01885ab8944f6
Author: Peter Foley 
Date:   Sat Aug 25 10:07:39 2012 -0400

fix connectivity build with Win8 SDK

Change-Id: Id2308748f1301a1e1ccc68838c6a65b36a5ee008

commit 784a9655e6f5e259d8a902971d42e451bca5c973
Author: Peter Foley 
Date:   Sat Aug 25 11:23:09 2012 -0400

fix shell build with Win8 SDK

Change-Id: I19d39f26732772f274e6c8fd76326c50fd73baa3

commit e457b679b0282eaefff8addf64acdf815299cddc
Author: Peter Foley 
Date:   Sat Aug 25 10:57:09 2012 -0400

fix extensions build with Win8 SDK

Change-Id: I7c38722c98300f419e6129b46c89b68f46ce4173

commit 72498f523df173fc27af7531ae0a845dc981b123
Author: Peter Foley 
Date:   Sat Aug 25 10:31:14 2012 -0400

fix embedserv build with Win8 SDK

Change-Id: I3a51a563fa3c2a57cbbe44087f0f4958c2b41a69

commit d36b0ef771c649fd278d963f9e1d9b92bd2b9b82
Author: Peter Foley 
Date:   Fri Aug 24 15:52:09 2012 -0400

fix canvas build with Win8 SDK

Change-Id: I17bd44ba8f5a6484d10bb64201ace8e030cf334d

commit 280f692bf44a93346945102d6d0339ddb858f655
Author: Peter Foley 
Date:   Wed Aug 22 21:51:31 2012 -0400

fix cli_ure build with Win8 SDK

Change-Id: I4842d848234a5dc21085a3fd0aa0a79c58c71e8c

commit a99da4884de7670117ddd94685b345811f5e33a9
Author: Peter Foley 
Date:   Wed Aug 22 17:37:44 2012 -0400

fix python build with VC2012

Change-Id: Ibaec87c929889f0038b44aac1e07e2552adc5cc5

commit 904270396b0e76849ad0a6627ee2e4353835d618
Author: Peter Foley 
Date:   Wed Aug 22 17:05:20 2012 -0400

fix lcms2 build with VC2012

Change-Id: I665da7fbb3fb9f991d952658b247c9a80e8abede

commit eced09b6969e83251c34af4980da5a7f40180e25
Author: Peter Foley 
Date:   Wed Aug 22 16:00:11 2012 -0400

add support for Windows 8 SDK

[Libreoffice-commits] .: embeddedobj/source

2012-09-03 Thread Libreoffice Gerrit user
 embeddedobj/source/msole/oleembed.cxx |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit de16a4e0cc175df844c4365b1ad3fc3066bb2a2c
Author: Stephan Bergmann 
Date:   Mon Sep 3 16:46:08 2012 +0200

Some builds seem to require a prefixed "system" here

... MacOSX-Intel@1-built_no-moz_on_10.6.8 complained with "oleembed.cxx:881:
error: "system" has not been declared"; and see previous
88d7f9fbe416d0f4c5edc4a9b5c9560d1d82167b "fwk139: #i1# adopt for linux."

Change-Id: Ibd6f6aae69a7fcca7a60a85ed2d82dd5e775deea

diff --git a/embeddedobj/source/msole/oleembed.cxx 
b/embeddedobj/source/msole/oleembed.cxx
index c57955f..14db754 100644
--- a/embeddedobj/source/msole/oleembed.cxx
+++ b/embeddedobj/source/msole/oleembed.cxx
@@ -878,9 +878,9 @@ void SAL_CALL OleEmbeddedObject::doVerb( sal_Int32 nVerbID )
 
 if (!m_aTempDumpURL.isEmpty())
 {
-uno::Reference< system::XSystemShellExecute > 
xSystemShellExecute(
-
system::SystemShellExecute::create(comphelper::ComponentContext(m_xFactory).getUNOContext())
 );
-xSystemShellExecute->execute(m_aTempDumpURL, 
::rtl::OUString(), system::SystemShellExecuteFlags::URIS_ONLY);
+uno::Reference< 
::com::sun::star::system::XSystemShellExecute > xSystemShellExecute(
+
::com::sun::star::system::SystemShellExecute::create(comphelper::ComponentContext(m_xFactory).getUNOContext())
 );
+xSystemShellExecute->execute(m_aTempDumpURL, 
::rtl::OUString(), 
::com::sun::star::system::SystemShellExecuteFlags::URIS_ONLY);
 }
 else
 throw embed::UnreachableStateException();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: writerperfect/source

2012-09-03 Thread Libreoffice Gerrit user
 writerperfect/source/draw/CDRImportFilter.cxx   |4 ++--
 writerperfect/source/draw/CMXImportFilter.cxx   |4 ++--
 writerperfect/source/draw/MSPUBImportFilter.cxx |4 ++--
 writerperfect/source/draw/VisioImportFilter.cxx |4 ++--
 writerperfect/source/draw/WPGImportFilter.cxx   |4 ++--
 writerperfect/source/writer/MSWorksImportFilter.cxx |4 ++--
 writerperfect/source/writer/WordPerfectImportFilter.cxx |   10 +-
 7 files changed, 17 insertions(+), 17 deletions(-)

New commits:
commit c578ed53615d219768bc1f07506b1e8756375db6
Author: Fridrich Å trba 
Date:   Mon Sep 3 16:36:31 2012 +0200

No explicit rtl::OUString ctors needed, sberg dixit

Change-Id: I0b675213064a10cebfdea1fb99573dcf3e34284b

diff --git a/writerperfect/source/draw/CDRImportFilter.cxx 
b/writerperfect/source/draw/CDRImportFilter.cxx
index 7fc2288..026c7b1 100644
--- a/writerperfect/source/draw/CDRImportFilter.cxx
+++ b/writerperfect/source/draw/CDRImportFilter.cxx
@@ -145,14 +145,14 @@ throw( com::sun::star::uno::RuntimeException )
 WPXSvInputStream input( xInputStream );
 
 if (libcdr::CDRDocument::isSupported(&input))
-sTypeName = OUString( "draw_CorelDraw_Document" );
+sTypeName = "draw_CorelDraw_Document";
 
 if (sTypeName.getLength())
 {
 if ( location == Descriptor.getLength() )
 {
 Descriptor.realloc(nLength+1);
-Descriptor[location].Name = ::rtl::OUString( "TypeName" );
+Descriptor[location].Name = "TypeName";
 }
 
 Descriptor[location].Value <<=sTypeName;
diff --git a/writerperfect/source/draw/CMXImportFilter.cxx 
b/writerperfect/source/draw/CMXImportFilter.cxx
index d3ae6ff..9d53df3 100644
--- a/writerperfect/source/draw/CMXImportFilter.cxx
+++ b/writerperfect/source/draw/CMXImportFilter.cxx
@@ -145,14 +145,14 @@ throw( com::sun::star::uno::RuntimeException )
 WPXSvInputStream input( xInputStream );
 
 if (libcdr::CMXDocument::isSupported(&input))
-sTypeName = OUString( "draw_Corel_Presentation_Exchange" );
+sTypeName = "draw_Corel_Presentation_Exchange";
 
 if (sTypeName.getLength())
 {
 if ( location == Descriptor.getLength() )
 {
 Descriptor.realloc(nLength+1);
-Descriptor[location].Name = ::rtl::OUString( "TypeName" );
+Descriptor[location].Name = "TypeName";
 }
 
 Descriptor[location].Value <<=sTypeName;
diff --git a/writerperfect/source/draw/MSPUBImportFilter.cxx 
b/writerperfect/source/draw/MSPUBImportFilter.cxx
index 49af07d..5f886ab 100644
--- a/writerperfect/source/draw/MSPUBImportFilter.cxx
+++ b/writerperfect/source/draw/MSPUBImportFilter.cxx
@@ -141,14 +141,14 @@ throw( com::sun::star::uno::RuntimeException )
 WPXSvInputStream input( xInputStream );
 
 if (libmspub::MSPUBDocument::isSupported(&input))
-sTypeName = OUString( "draw_Publisher_Document" );
+sTypeName = "draw_Publisher_Document";
 
 if (sTypeName.getLength())
 {
 if ( location == Descriptor.getLength() )
 {
 Descriptor.realloc(nLength+1);
-Descriptor[location].Name = ::rtl::OUString( "TypeName" );
+Descriptor[location].Name = "TypeName";
 }
 
 Descriptor[location].Value <<=sTypeName;
diff --git a/writerperfect/source/draw/VisioImportFilter.cxx 
b/writerperfect/source/draw/VisioImportFilter.cxx
index 1a601b0..291f358 100644
--- a/writerperfect/source/draw/VisioImportFilter.cxx
+++ b/writerperfect/source/draw/VisioImportFilter.cxx
@@ -141,14 +141,14 @@ throw( com::sun::star::uno::RuntimeException )
 WPXSvInputStream input( xInputStream );
 
 if (libvisio::VisioDocument::isSupported(&input))
-sTypeName = OUString( "draw_Visio_Document" );
+sTypeName = "draw_Visio_Document";
 
 if (!sTypeName.isEmpty())
 {
 if ( location == Descriptor.getLength() )
 {
 Descriptor.realloc(nLength+1);
-Descriptor[location].Name = ::rtl::OUString( "TypeName" );
+Descriptor[location].Name = "TypeName";
 }
 
 Descriptor[location].Value <<=sTypeName;
diff --git a/writerperfect/source/draw/WPGImportFilter.cxx 
b/writerperfect/source/draw/WPGImportFilter.cxx
index f8e654c..7538ee9 100644
--- a/writerperfect/source/draw/WPGImportFilter.cxx
+++ b/writerperfect/source/draw/WPGImportFilter.cxx
@@ -146,14 +146,14 @@ throw( com::sun::star::uno::RuntimeException )
 WPXSvInputStream input( xInputStream );
 
 if (libwpg::WPGraphics::isSupported(&input))
-sTypeName = OUString(  "draw_WordPerfect_Graphics"  );
+sTypeName = "draw_WordPerfect_Graphics";
 
 if (!sTypeName.isEmpty())
 {
 if ( location == Descriptor.getLength() )
 {
 Descriptor.realloc(nLength+1);
-Descriptor[location].Name = ::rtl::OUString("TypeName");
+Descriptor[location].

Re: Remove unused ooo icons intended for OS X

2012-09-03 Thread Tor Lillqvist
I will remove those unneeded files.

But first, could you send the list a generic statement like "all my past
and future contributions to LibreOffice may be licensed under the
MPL/LGPLv3+ dual license ", thanks.

--tml
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] .: solenv/bin

2012-09-03 Thread Libreoffice Gerrit user
 solenv/bin/modules/installer/windows/msiglobal.pm |   18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

New commits:
commit a297372210396260da57f34da3790f76682603cc
Author: Stephan Bergmann 
Date:   Mon Sep 3 13:54:28 2012 +0200

Quote .ddf content (potentially containing stuff like "%2F")

Change-Id: I532cbc97fe0a85f10dba4f52897c3744516c31c9

diff --git a/solenv/bin/modules/installer/windows/msiglobal.pm 
b/solenv/bin/modules/installer/windows/msiglobal.pm
index 243c489..3583c3d 100644
--- a/solenv/bin/modules/installer/windows/msiglobal.pm
+++ b/solenv/bin/modules/installer/windows/msiglobal.pm
@@ -210,7 +210,7 @@ sub generate_cab_file_list
 
 write_ddf_file_header(\@ddffile, $cabinetfile, $installdir);
 
-my $ddfline = "\"" . $sourcepath . "\"" . " " . $uniquename . "\n";
+my $ddfline = "\"" . $sourcepath . "\" \"" . $uniquename . "\"\n";
 if ( $doinclude ) { push(@ddffile, $ddfline); }
 
 $counter++; # increasing the counter
@@ -230,7 +230,7 @@ sub generate_cab_file_list
 my $nextfilestyles = "";
 if ( $nextfile->{'Styles'} ) { $nextfilestyles = 
$nextfile->{'Styles'}; }
 if ( $nextfilestyles =~ /\bDONT_PACK\b/ ) { $localdoinclude = 
0; }
-$ddfline = "\"" . $sourcepath . "\"" . " " . $uniquename . 
"\n";
+$ddfline = "\"" . $sourcepath . "\" \"" . $uniquename . "\"\n";
 if ( $localdoinclude ) { push(@ddffile, $ddfline); }
 
 $counter++; # increasing the counter!
@@ -306,7 +306,7 @@ sub generate_cab_file_list
 
 write_ddf_file_header(\@ddffile, $cabinetfile, $installdir);
 
-my $ddfline = "\"" . $sourcepath . "\"" . " " . $uniquename . "\n";
+my $ddfline = "\"" . $sourcepath . "\" \"" . $uniquename . "\"\n";
 if ( $doinclude ) { push(@ddffile, $ddfline); }
 
 my $nextfile = "";
@@ -327,7 +327,7 @@ sub generate_cab_file_list
 my $nextfilestyles = "";
 if ( $nextfile->{'Styles'} ) { $nextfilestyles = 
$nextfile->{'Styles'}; }
 if ( $nextfilestyles =~ /\bDONT_PACK\b/ ) { $localdoinclude = 
0; }
-$ddfline = "\"" . $sourcepath . "\"" . " " . $uniquename . 
"\n";
+$ddfline = "\"" . $sourcepath . "\" \"" . $uniquename . "\"\n";
 if ( $localdoinclude ) { push(@ddffile, $ddfline); }
 $counter++;
 $nextfile = "";
@@ -392,7 +392,7 @@ sub generate_cab_file_list
 
 write_ddf_file_header(\@ddffile, $cabinetfile, $installdir);
 
-my $ddfline = "\"" . $sourcepath . "\"" . " " . $uniquename . "\n";
+my $ddfline = "\"" . $sourcepath . "\" \"" . $uniquename . "\"\n";
 if ( $doinclude ) { push(@ddffile, $ddfline); }
 
 my $nextfile = ${$filesref}[$i+1];
@@ -411,7 +411,7 @@ sub generate_cab_file_list
 my $nextfilestyles = "";
 if ( $nextfile->{'Styles'} ) { $nextfilestyles = 
$nextfile->{'Styles'}; }
 if ( $nextfilestyles =~ /\bDONT_PACK\b/ ) { $localdoinclude = 
0; }
-$ddfline = "\"" . $sourcepath . "\"" . " " . $uniquename . 
"\n";
+$ddfline = "\"" . $sourcepath . "\" \"" . $uniquename . "\"\n";
 if ( $localdoinclude ) { push(@ddffile, $ddfline); }
 $i++;   # increasing 
the counter!
 $nextfile = ${$filesref}[$i+1];
@@ -480,7 +480,7 @@ sub generate_cab_file_list
 if ( $onefile->{'Styles'} ) { $styles = $onefile->{'Styles'}; };
 if ( $styles =~ /\bDONT_PACK\b/ ) { $doinclude = 0; }
 
-my $ddfline = "\"" . $sourcepath . "\"" . " " . $uniquename . "\n";
+my $ddfline = "\"" . $sourcepath . "\" \"" . $uniquename . "\"\n";
 if ( $doinclude ) { push(@ddffile, $ddfline); }
 
 $counter++; # increasing the counter
@@ -538,7 +538,7 @@ sub generate_cab_file_list
 if ( $onefile->{'Styles'} ) { $styles = $onefile->{'Styles'}; };
 if ( $styles =~ /\bDONT_PACK\b/ ) { $doinclude = 0; }
 
-my $ddfline = "\"" . $sourcepath . "\"" . " " . $uniquename . "\n";
+my $ddfline = "\"" . $sourcepath . "\" \"" . $uniquename . "\"\n";
 if ( $doinclude ) { push(@ddffile, $ddfline); }
 }
 
@@ -616,7 +616,7 @@ sub save_packorder
 if ( $oneline =~ /^\s*\.Set\s+CabinetName.*\=(.*?)\s*$/ ) { 
$cabinetfile = $1; }
 if ( $oneline =~ /^\s*\.Set\s+/ ) { next; }
 
-if ( $oneline =~ /^\s*\"(.*?)\"\s+(.*?)\s*$/ )
+if ( $oneline =~ /^\s*\"(.*?)\"\s+\"(.*?)\"\s*$/ )
 {
 my $sourcefile = $1;
 my $uniquefilename = $2;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedes

[Libreoffice-commits] .: vcl/Library_vcl.mk

2012-09-03 Thread Libreoffice Gerrit user
 vcl/Library_vcl.mk |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 937b80b044706d271dbb682f1d255a5a2fb4d5ef
Author: Matúš Kukan 
Date:   Mon Sep 3 13:31:54 2012 +0200

version is WNT only library

Change-Id: I3a6763abb76d244bf0a3117705130d1aeae98e2d

diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk
index 77ea232..d45ee98 100644
--- a/vcl/Library_vcl.mk
+++ b/vcl/Library_vcl.mk
@@ -309,7 +309,8 @@ ifeq ($(GUIBASE),unx)
 $(eval $(call gb_Library_add_exception_objects,vcl,\
 vcl/generic/glyphs/graphite_serverfont \
 ))
-else
+endif
+ifeq ($(OS),WNT)
 $(eval $(call gb_Library_use_libraries,vcl,\
 version \
 ))
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: android/sdremote

2012-09-03 Thread Libreoffice Gerrit user
 android/sdremote/src/org/libreoffice/impressremote/SelectorActivity.java   
|7 ++-
 
android/sdremote/src/org/libreoffice/impressremote/communication/ServerFinder.java
 |2 +-
 2 files changed, 3 insertions(+), 6 deletions(-)

New commits:
commit 657e4fbf8c9dfc0e507d77e2f8fef15dc8008ee6
Author: Andrzej J.R. Hunt 
Date:   Mon Sep 3 13:04:45 2012 +0200

Fix removal of stale servers in selector.

Change-Id: I95a378cade77a7e53ef6baa69a6e9223d13e1526

diff --git 
a/android/sdremote/src/org/libreoffice/impressremote/SelectorActivity.java 
b/android/sdremote/src/org/libreoffice/impressremote/SelectorActivity.java
index 5503408..6c24ad7 100644
--- a/android/sdremote/src/org/libreoffice/impressremote/SelectorActivity.java
+++ b/android/sdremote/src/org/libreoffice/impressremote/SelectorActivity.java
@@ -220,8 +220,6 @@ public class SelectorActivity extends SherlockActivity {
 // Bluetooth -- Remove old
 for (Entry aEntry : mBluetoothServers.entrySet()) {
 if (!Arrays.asList(aServers).contains(aEntry.getKey())) {
-System.out.println("Removing view "
-+ aEntry.getKey().getName());
 mBluetoothServers.remove(aEntry.getKey());
 mBluetoothList.removeView((View) aEntry.getValue()
 .getParent());
@@ -230,8 +228,7 @@ public class SelectorActivity extends SherlockActivity {
 // Network -- Remove old
 for (Entry aEntry : mNetworkServers.entrySet()) {
 if (!Arrays.asList(aServers).contains(aEntry.getKey())) {
-System.out.println("Removing view");
-mNetworkServers.remove(aEntry.getKey().getName());
+mNetworkServers.remove(aEntry.getKey());
 mNetworkList.removeView((View) aEntry.getValue()
 .getParent());
 }
@@ -262,8 +259,8 @@ public class SelectorActivity extends SherlockActivity {
 
 }
 }
-// Hide as necessary
 
+// Hide as necessary
 mBluetoothContainer
 .setVisibility((mBluetoothServers.size() != 0) ? 
View.VISIBLE
 : View.GONE);
diff --git 
a/android/sdremote/src/org/libreoffice/impressremote/communication/ServerFinder.java
 
b/android/sdremote/src/org/libreoffice/impressremote/communication/ServerFinder.java
index 406383c..d9022ec 100644
--- 
a/android/sdremote/src/org/libreoffice/impressremote/communication/ServerFinder.java
+++ 
b/android/sdremote/src/org/libreoffice/impressremote/communication/ServerFinder.java
@@ -24,7 +24,7 @@ public class ServerFinder {
 
 private static final String CHARSET = "UTF-8";
 
-private static final long SEARCH_INTERVAL = 1000 * 20;
+private static final long SEARCH_INTERVAL = 1000 * 15;
 
 private DatagramSocket mSocket = null;
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[PUSHED] Change in core[feature/killsdf]: Make interface for PoEntry

2012-09-03 Thread Gerrit
>From Andras Timar :

Andras Timar has submitted this change and it was merged.

Change subject: Make interface for PoEntry
..


Make interface for PoEntry

Use composition insted of inheritance
Make all necessary method.
Make header file clear
Make header file clear
Plus cleanup.

Change-Id: Idfcc7a4a4f51b402ec86a9685e8ad9fdb23fea71
---
M l10ntools/inc/po.hxx
M l10ntools/source/po.cxx
M regexp/inc/regexp/reclass.hxx
3 files changed, 117 insertions(+), 66 deletions(-)

Approvals:
  Andras Timar: Verified; Looks good to me, approved


--
To view, visit https://gerrit.libreoffice.org/530
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Idfcc7a4a4f51b402ec86a9685e8ad9fdb23fea71
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: feature/killsdf
Gerrit-Owner: Zolnai Tamás 
Gerrit-Reviewer: Andras Timar 

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] .: Branch 'feature/killsdf' - l10ntools/inc l10ntools/source regexp/inc

2012-09-03 Thread Libreoffice Gerrit user
 l10ntools/inc/po.hxx  |   61 +++--
 l10ntools/source/po.cxx   |  120 +-
 regexp/inc/regexp/reclass.hxx |6 --
 3 files changed, 119 insertions(+), 68 deletions(-)

New commits:
commit 42a2fb1c24750dde53b737d1fb45e2bb7286a3f2
Author: Zolnai Tamás 
Date:   Sun Sep 2 21:10:35 2012 +0200

Make interface for PoEntry

Use composition insted of inheritance
Make all necessary method.
Make header file clear
Make header file clear
Plus cleanup.

Change-Id: Idfcc7a4a4f51b402ec86a9685e8ad9fdb23fea71
Reviewed-on: https://gerrit.libreoffice.org/530
Reviewed-by: Andras Timar 
Tested-by: Andras Timar 

diff --git a/l10ntools/inc/po.hxx b/l10ntools/inc/po.hxx
index df3004c..b4b18c4 100644
--- a/l10ntools/inc/po.hxx
+++ b/l10ntools/inc/po.hxx
@@ -39,27 +39,20 @@ public:
 virtual OString getTransStr() const { return m_sTransStr; }
 virtual boolgetFuzzy() const{ return m_bFuzzy; }
 
-virtual voidsetWhiteSpace(const OString& rWhiteSpace)
-{ m_sWhiteSpace = rWhiteSpace; }
-virtual voidsetExtractCom(const OString& rExtractCom)
-{ m_sExtractCom = rExtractCom; }
-virtual voidsetReference(const OString& rReference)
-{ m_sReference = rReference; }
-virtual voidsetContext(const OString& rContext)
-{ m_sContext = rContext; }
-virtual voidsetUnTransStr(const OString& rUnTransStr)
-{ m_sUnTransStr = rUnTransStr; }
-virtual voidsetTransStr(const OString& rTransStr)
-{ m_sTransStr = rTransStr; }
-virtual voidsetFuzzy(bool bFuzzy)
-{ m_bFuzzy = bFuzzy; }
+virtual voidsetWhiteSpace(const OString& rWhiteSpace);
+virtual voidsetExtractCom(const OString& rExtractCom);
+virtual voidsetReference(const OString& rReference);
+virtual voidsetContext(const OString& rContext);
+virtual voidsetUnTransStr(const OString& rUnTransStr);
+virtual voidsetTransStr(const OString& rTransStr);
+virtual voidsetFuzzy(const bool bFuzzy);
 virtual voidgenKeyId();
 
 virtual voidwriteToFile(std::ofstream& rOFStream);
 virtual voidreadFromFile(std::ifstream& rIFStream);
 };
 
-class PoEntry: public GenPoEntry
+class PoEntry
 {
 public:
 enum SDFPARTS { PROJECT, SOURCEFILE, DUMMY, RESOURCETYPE, GROUPID,
@@ -68,34 +61,43 @@ public:
 enum TYPE { TTEXT=TEXT, TQUICKHELPTEXT=QUICKHELPTEXT, TTITLE=TITLE };
 private:
 
+GenPoEntry  m_aGenPo;
 OString m_sSourceFile;
 OString m_sGroupId;
 OString m_sLocalId;
 OString m_sResourceType;
 TYPEm_eType;
 OString m_sHelpText;
-
 public:
 
-PoEntry();
-PoEntry(const OString& i_rSDFLine,
-const TYPE eType = TTEXT);
-virtual ~PoEntry();
-
-virtual OString getUnTransStr() const;
-virtual OString getTransStr() const;
-virtual voidsetUnTransStr(const OString& rUnTransStr);
-virtual voidsetTransStr(const OString& rTransStr);
-
-virtual voidwriteToFile(std::ofstream& rOFStream);
-virtual voidreadFromFile(std::ifstream& rIFStream);
+PoEntry();
+PoEntry(const OString& i_rSDFLine,
+const TYPE eType = TTEXT);
+virtual ~PoEntry();
+
+OString getSourceFile() const   { return m_sSourceFile; }
+OString getGroupId() const  { return m_sGroupId; }
+OString getLocalId() const  { return m_sLocalId; }
+OString getResourceType() const { return m_sResourceType; }
+TYPEgetType() const { return m_eType; }
+OString getHelpText() const { return m_sHelpText; }
+OString getUnTransStr() const;
+OString getTransStr() const;
+boolgetFuzzy() const{ return m_aGenPo.getFuzzy(); }
+voidsetUnTransStr(const OString& rUnTransStr);
+voidsetTransStr(const OString& rTransStr);
+voidsetFuzzy(const bool bFuzzy);
+
+voidwriteToFile(std::ofstream& rOFStream);
+voidreadFromFile(std::ifstream& rIFStream);
 
 };
 
-class PoHeader: public GenPoEntry
+class PoHeader
 {
 
 private:
+GenPoEntry m_aGenPo;
 OStringm_sExtractionSource;
 OStringm_sProjectIdVersion;
 OStringm_sReportMsgidBugsTo;
@@ -114,6 +116,7 @@ private:
 public:
 PoHeader( const OString& rExtSrc );
 ~PoHeader();
+voidwriteToFile(std::ofstream& rOFStream);
 };
 
 #endif // _PO_IN

[Libreoffice-commits] .: android/sdremote

2012-09-03 Thread Libreoffice Gerrit user
 
android/sdremote/src/org/libreoffice/impressremote/communication/BluetoothFinder.java
 |   55 ++
 1 file changed, 12 insertions(+), 43 deletions(-)

New commits:
commit cb6d2ed236bd8907d135ca6c292553fb4691f6d4
Author: Andrzej J.R. Hunt 
Date:   Mon Sep 3 12:43:58 2012 +0200

Repeat bluetooth discovery periodically.

Change-Id: I23118a06b2202a249ae8ed116d2c3bc85395

diff --git 
a/android/sdremote/src/org/libreoffice/impressremote/communication/BluetoothFinder.java
 
b/android/sdremote/src/org/libreoffice/impressremote/communication/BluetoothFinder.java
index b001d1a..dedce23 100644
--- 
a/android/sdremote/src/org/libreoffice/impressremote/communication/BluetoothFinder.java
+++ 
b/android/sdremote/src/org/libreoffice/impressremote/communication/BluetoothFinder.java
@@ -11,6 +11,7 @@ import android.content.BroadcastReceiver;
 import android.content.Context;
 import android.content.Intent;
 import android.content.IntentFilter;
+import android.os.Handler;
 import android.support.v4.content.LocalBroadcastManager;
 
 public class BluetoothFinder {
@@ -18,8 +19,6 @@ public class BluetoothFinder {
 // TODO: add removal of cached items
 private Context mContext;
 
-private static final String CHARSET = "UTF-8";
-
 BluetoothAdapter mAdapter;
 
 public BluetoothFinder(Context aContext) {
@@ -64,8 +63,6 @@ public class BluetoothFinder {
 @Override
 public void onReceive(Context context, Intent aIntent) {
 // TODO Auto-generated method stub
-System.out.print("Received intent<<<");
-System.out.println(aIntent.getAction());
 if (aIntent.getAction().equals(BluetoothDevice.ACTION_FOUND)) {
 BluetoothDevice aDevice = (BluetoothDevice) aIntent.getExtras()
 .get(BluetoothDevice.EXTRA_DEVICE);
@@ -79,45 +76,17 @@ public class BluetoothFinder {
 CommunicationService.MSG_SERVERLIST_CHANGED);
 LocalBroadcastManager.getInstance(mContext).sendBroadcast(
 aNIntent);
-//System.out.println("Found " + 
aDevice.getName());
-//try {
-//// "f36d0a20-e876-11e1-aff1-0800200c9a66"
-//BluetoothSocket aSocket = aDevice
-//
.createRfcommSocketToServiceRecord(UUID
-//
.fromString("1101--1000-8000-00805F9B34FB"));
-//aSocket.connect();
-//} catch (IOException e) {
-//// TODO Auto-generated catch block
-//e.printStackTrace();
-//System.out.println("Fallback");
-//Method m;
-//try {
-//m = 
aDevice.getClass().getMethod("createRfcommSocket",
-//new Class[] { 
int.class });
-//BluetoothSocket aFSocket = 
(BluetoothSocket) m.invoke(
-//aDevice, 1);
-//
-//mAdapter.cancelDiscovery();
-//aFSocket.connect();
-//} catch (NoSuchMethodException e1) {
-//// TODO Auto-generated catch block
-//e1.printStackTrace();
-//} catch (IllegalArgumentException e1) {
-//// TODO Auto-generated catch block
-//e1.printStackTrace();
-//} catch (IllegalAccessException e1) {
-//// TODO Auto-generated catch block
-//e1.printStackTrace();
-//} catch (InvocationTargetException e1) {
-//// TODO Auto-generated catch block
-//e1.printStackTrace();
-//} catch (IOException e1) {
-//// TODO Auto-generated catch block
-//e1.printStackTrace();
-//}
-//System.out.println("Fallback complete");
-//
-//}
+} else if (aIntent.getAction().equals(
+BluetoothAdapter.ACTION_DISCOVERY_FINISHED)) {
+// Start discovery again after a small de

[Libreoffice-commits] .: sd/source

2012-09-03 Thread Libreoffice Gerrit user
 sd/source/ui/remotecontrol/BluetoothServer.cxx  |  112 ++--
 sd/source/ui/remotecontrol/DiscoveryService.cxx |4 
 2 files changed, 29 insertions(+), 87 deletions(-)

New commits:
commit d1cc631c0d1f7774003d550fac0711819f2fd782
Author: Andrzej J.R. Hunt 
Date:   Mon Sep 3 12:34:31 2012 +0200

Some error handling for dbus / bluetooth.

Change-Id: Ib06f1deb620140e215411650132aefa6b76dbfbe

diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx 
b/sd/source/ui/remotecontrol/BluetoothServer.cxx
index 0fc4624..2a4e95a 100644
--- a/sd/source/ui/remotecontrol/BluetoothServer.cxx
+++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx
@@ -57,10 +57,12 @@ void BluetoothServer::execute()
 #ifdef GLIB_VERSION_2_26
 g_type_init();
 GError* aError = NULL;
+
 GDBusConnection* aConnection = g_bus_get_sync( G_BUS_TYPE_SYSTEM, NULL, 
&aError );
 if ( aError )
 {
 g_error_free( aError );
+return; // We can't get a dbus connection
 }
 
 GVariant *aAdapter = g_dbus_connection_call_sync( aConnection,
@@ -68,22 +70,13 @@ void BluetoothServer::execute()
 "DefaultAdapter", NULL,
 G_VARIANT_TYPE_TUPLE,
 G_DBUS_CALL_FLAGS_NONE, -1, NULL, &aError);
-GVariant *aAdapterName = g_variant_get_child_value( aAdapter, 0 );
 if ( aError )
 {
 g_error_free( aError );
+g_object_unref( aConnection );
+return; // We can't get an adapter -- no bluetooth possible
 }
-// fprintf( stderr, (const char*) g_variant_get_string( aAdapterName, NULL 
) );
-
-
-// GDBusObjectManager* aManager = g_dbus_object_manager_client_new_sync( 
aConnection,
-// G_DBUS_OBJECT_MANAGER_CLIENT_FLAGS_NONE, 
"org.bluez.Manager", "/org/bluez",
-// NULL, NULL, NULL, NULL, &aError );
-// if ( aError )
-// {
-// fprintf( stderr, aError->message );
-// g_error_free( aError );
-// }
+GVariant *aAdapterName = g_variant_get_child_value( aAdapter, 0 );
 
 GVariant *aRecordHandle = g_dbus_connection_call_sync( aConnection,
 "org.bluez", g_variant_get_string( 
aAdapterName, NULL ), "org.bluez.Service",
@@ -92,77 +85,30 @@ void BluetoothServer::execute()
 ""),
 G_VARIANT_TYPE_TUPLE,
 G_DBUS_CALL_FLAGS_NONE, -1, NULL, &aError);
+
+g_variant_unref( aAdapter );
+g_object_unref( aConnection );
+
 if ( aError )
 {
-g_error_free( aError );
+g_object_unref( aAdapter );
+return; // Couldn't set up the service.
 }
-(void) aRecordHandle;
-// Remove handle again at some point
-// g_variant_unref( aRet );
-// fprintf( stderr, "Manager gotten\n" );
-//
-// // Name for default adapter
-// GVariant *aAdapter = g_dbus_connection_call_sync( aConnection,
-// "org.bluez", "/", "org.bluez.Manager",
-// "DefaultAdapter", NULL,
-// G_VARIANT_TYPE_TUPLE,
-// G_DBUS_CALL_FLAGS_NONE, -1, NULL, &aError);
-// GVariant *aAdapterName = g_variant_get_child_value( aAdapter, 0 );
-// if ( aError )
-// {
-// fprintf( stderr, aError->message );
-// g_error_free( aError );
-// }
-// fprintf( stderr, (const char*) g_variant_get_string( aAdapterName, NULL 
) );
-
-
-
-
-// g_type_init();
-// GError* aError = NULL;
-// GDBusConnection* aConnection = g_bus_get_sync( G_BUS_TYPE_SYSTEM, NULL, 
&aError );
-// fprintf( stderr, "Connection gotten\n" );
-// if ( aError )
-// {
-// fprintf( stderr, aError->message );
-// g_error_free( aError );
-// }
-// // GDBusObjectManager* aManager = 
g_dbus_object_manager_client_new_sync( aConnection,
-// // G_DBUS_OBJECT_MANAGER_CLIENT_FLAGS_NONE, 
"org.bluez.Manager", "/org/bluez",
-// // NULL, NULL, NULL, NULL, &aError );
-// // if ( aError )
-// // {
-// // fprintf( stderr, aError->message );
-// // g_error_free( aError );
-// // }
-// fprintf( stderr, "Manager gotten\n" );
-//
-// // Name for default adapter
-// GVariant *aAdapter = g_dbus_connection_call_sync( aConnection,
-// "org.bluez", "/", "org.bluez.Manager",
-// "DefaultAdapter", NULL,
-// G_VARIANT_TYPE_TUPLE,
-// G_DBUS_CALL_FLAGS_NONE, -1, NULL, &aError);
-// GVariant *aAdapterName = g_variant_get_child_value( aAdapter, 0 );
-// if ( aError )
-// {
-// fprintf( stderr, aError->message );
-// g_error_free( aError );
-// }
-// fprintf( stderr, (const char*) g_variant_get_string( aA

[PATCH] Change in core[feature/killsdf]: Make interface for PoEntry

2012-09-03 Thread Gerrit
>From Zolnai Tamás :

Zolnai Tamás has uploaded a new change for review.

Change subject: Make interface for PoEntry
..

Make interface for PoEntry

Use composition insted of inheritance
Make all necessary method.
Make header file clear
Make header file clear
Plus cleanup.

Change-Id: Idfcc7a4a4f51b402ec86a9685e8ad9fdb23fea71
---
M l10ntools/inc/po.hxx
M l10ntools/source/po.cxx
M regexp/inc/regexp/reclass.hxx
3 files changed, 117 insertions(+), 66 deletions(-)


  git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/30/530/1
--
To view, visit https://gerrit.libreoffice.org/530
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idfcc7a4a4f51b402ec86a9685e8ad9fdb23fea71
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: feature/killsdf
Gerrit-Owner: Zolnai Tamás 

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] .: android/sdremote

2012-09-03 Thread Libreoffice Gerrit user
 android/sdremote/res/drawable/warning_exclamation.png  
|binary
 android/sdremote/res/layout/activity_reconnect.xml 
|   46 ++
 android/sdremote/res/values/strings.xml
|3 
 
android/sdremote/src/org/libreoffice/impressremote/communication/BluetoothClient.java
  |   19 +---
 android/sdremote/src/org/libreoffice/impressremote/communication/Client.java   
|   34 +--
 
android/sdremote/src/org/libreoffice/impressremote/communication/CommunicationService.java
 |3 
 
android/sdremote/src/org/libreoffice/impressremote/communication/NetworkClient.java
|   19 ++--
 
android/sdremote/src/org/libreoffice/impressremote/communication/ReconnectionActivity.java
 |   18 +++
 8 files changed, 109 insertions(+), 33 deletions(-)

New commits:
commit d6dceb2bb0bf30e5a9362705156afd5339863db8
Author: Andrzej J.R. Hunt 
Date:   Mon Sep 3 11:32:22 2012 +0200

Implemented automatic reconnection + reconnection activity.

Change-Id: I445fe2acb24ab6992aad4c75f6886f517bdcc0b0

diff --git a/android/sdremote/res/drawable/warning_exclamation.png 
b/android/sdremote/res/drawable/warning_exclamation.png
new file mode 100644
index 000..76b2f2d
Binary files /dev/null and 
b/android/sdremote/res/drawable/warning_exclamation.png differ
diff --git a/android/sdremote/res/layout/activity_reconnect.xml 
b/android/sdremote/res/layout/activity_reconnect.xml
new file mode 100644
index 000..8baa76d
--- /dev/null
+++ b/android/sdremote/res/layout/activity_reconnect.xml
@@ -0,0 +1,46 @@
+
+http://schemas.android.com/apk/res/android";
+android:layout_width="match_parent"
+android:layout_height="match_parent"
+android:orientation="vertical" >
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android/sdremote/res/values/strings.xml 
b/android/sdremote/res/values/strings.xml
index 61a3404..811dac4 100644
--- a/android/sdremote/res/values/strings.xml
+++ b/android/sdremote/res/values/strings.xml
@@ -39,5 +39,6 @@
 Remember this server next time
 Add
 Cancel
-
+Your connection has been 
dropped.
+Attempting to reconnect…
 
\ No newline at end of file
diff --git 
a/android/sdremote/src/org/libreoffice/impressremote/communication/BluetoothClient.java
 
b/android/sdremote/src/org/libreoffice/impressremote/communication/BluetoothClient.java
index 9880b8f..4e9ff2a 100644
--- 
a/android/sdremote/src/org/libreoffice/impressremote/communication/BluetoothClient.java
+++ 
b/android/sdremote/src/org/libreoffice/impressremote/communication/BluetoothClient.java
@@ -10,13 +10,11 @@ package org.libreoffice.impressremote.communication;
 
 import java.io.BufferedReader;
 import java.io.InputStreamReader;
-import java.net.Socket;
 import java.util.UUID;
 
 import android.bluetooth.BluetoothAdapter;
 import android.bluetooth.BluetoothDevice;
 import android.bluetooth.BluetoothSocket;
-import android.content.Context;
 import android.content.Intent;
 import android.support.v4.content.LocalBroadcastManager;
 
@@ -27,17 +25,13 @@ import android.support.v4.content.LocalBroadcastManager;
  */
 public class BluetoothClient extends Client {
 
-private static final int PORT = 5;
-
-private Socket mSocket;
-
-public BluetoothClient(String bluetoothAddress, Context aContext) {
-super(aContext);
+public BluetoothClient(Server aServer,
+CommunicationService aCommunicationService) {
+super(aServer, aCommunicationService);
 try {
 BluetoothAdapter aAdapter = BluetoothAdapter.getDefaultAdapter();
-System.out.println("Attemtping to connect to:" + bluetoothAddress);
-BluetoothDevice aDevice = aAdapter
-.getRemoteDevice(bluetoothAddress);
+BluetoothDevice aDevice = aAdapter.getRemoteDevice(aServer
+.getAddress());
 aAdapter.cancelDiscovery();
 BluetoothSocket aSocket = aDevice
 .createRfcommSocketToServiceRecord(UUID
@@ -69,7 +63,8 @@ public class BluetoothClient extends Client {
 }
 Intent aIntent = new Intent(
 CommunicationService.MSG_PAIRING_SUCCESSFUL);
-LocalBroadcastManager.getInstance(mContext).sendBroadcast(aIntent);
+LocalBroadcastManager.getInstance(mCommunicationService)
+.sendBroadcast(aIntent);
 startListening();
 // Pairing.
 //Random aRandom = new Random();
diff --git 
a/android/sdremote/src/org/libreoffice/impressremote/communication/Client.java 
b/android/sdremote/src/org/libreoffice/impressremote/communication/Client.java
index 81c8893..964b62c 100644
--- 
a/android/sdremote/src/org/libreoffice/impressremote/communication/Client.java
+++ 
b/android/sdr

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-09-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361

--- Comment #368 from Roman Eisele  2012-09-03 08:35:32 UTC ---
Added Bug 53872 - "CRASH - opening database report" (was a 3.6/3.7 MAB, but is
now already reproducible in LibO 3.5 daily, therefore moved to this list).

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-09-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6

Roman Eisele  changed:

   What|Removed |Added

 Depends on|53872   |

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-09-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361

Roman Eisele  changed:

   What|Removed |Added

 Depends on||53872

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Bug 54157] LibreOffice 3.7 most annoying bugs

2012-09-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

Roman Eisele  changed:

   What|Removed |Added

 Depends on|53872   |

--- Comment #5 from Roman Eisele  2012-09-03 08:31:57 UTC ---
Removed bug 53872 ("CRASH - opening database report") again, because it is now
already listed as an LibO 3.5 most annyoing bug.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-09-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361

--- Comment #367 from Roman Eisele  2012-09-03 08:22:55 UTC ---
Added Bug 40594 - "Charts embedded in .docx files are absent when opened in
LibreOffice Writer"

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-09-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6

--- Comment #106 from Roman Eisele  2012-09-03 08:21:42 UTC ---
(In reply to comment #103)
> Add bug 40594 – Charts embedded in docx are completely absent. It is critical
> bug for many people.

A good nomination! However, this bug is not new in LibO 3.6.x, therefore I have
moved it to our "LibreOffice 3.5 most annyoing bugs" list (bug 37361), where it
belongs -- please see http://wiki.documentfoundation.org/Most_Annoying_Bugs

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-09-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6

Roman Eisele  changed:

   What|Removed |Added

 Depends on|40594   |

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-09-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361

Roman Eisele  changed:

   What|Removed |Added

 Depends on||40594

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Missing download for LanguageTool 1.8

2012-09-03 Thread Tomáš Chvátal
I dont have this problem when using upstream site:

http://www.languagetool.org/download/LanguageTool-1.8.oxt

So I suppose it is by accident?

Tom

@stephan: damn gmail web interface, sorry that you have the mail twice now.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-09-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6

Roman Eisele  changed:

   What|Removed |Added

 Depends on|45893   |

--- Comment #105 from Roman Eisele  2012-09-03 08:17:11 UTC ---
(In reply to comment #104)
>  Bug 45893 CHART printing directly is  amissing feature which is included in
> Excel and in Lotus 123 for around 20 years. The workaround to export the chart
> to PDF and then print from there is working but a total mess and waste of time
> to get it right ( changing page properties, changing chart window and alot
> trial and error).

Sorry, but this report is already on the "LibreOffice 3.5 most annoying bugs"
list (bug 37361), therefore it should not be added here -- see
  http://wiki.documentfoundation.org/Most_Annoying_Bugs

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Missing download for LanguageTool 1.8

2012-09-03 Thread Stephan Bergmann
 
says "There are no available software files in this release yet."  Is 
that by design or by accident?


Stephan
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Switch Windows to MinGW [was: Minutes of the ESC call 2012-08-30]

2012-09-03 Thread Lionel Elie Mamane
On Sun, Sep 02, 2012 at 09:54:56PM +0200, David Ostrovsky wrote:
> On 02.09.2012 09:38, Lionel Elie Mamane wrote:

>>>* QA update (Rainer)
 + HardHacks:
   32948   Linux   Libreoffice/Database(?) - Address Book Data Source
Wizard fails with message "No SDBC driver was found"
>>>Sent back to QA after more analysis.

> This one is related to the decision of Debian/Ubuntu maintainers to
> disable LO's mozilla integration in their distro.
> With mozilla disabled the mesage above is the expected behaviour.

It would probably be more clear to the user if the option would be
unavailable (not listed) or greyed out.

> As always with open source you have more then one work around here:

> 1. Compile LO yourself (...)
> 2. (...) ongoing efforts to provide alternative (...)
> 3. If all above fail for your change your distribution.

Or use TDF's binaries instead of the distro ones.

-- 
Lionel
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice