[Libreoffice-bugs] [Bug 84258] Impress and Draw sharing code causing problems with icons and menus

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84258

--- Comment #8 from Commit Notification 
 ---
Maxim Monastirsky committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=223b07bb52823eb50b85d283572cb543378afbd1

tdf#84258 officecfg: Split page/slide commands

It will be available in 5.2.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 84258] Impress and Draw sharing code causing problems with icons and menus

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84258

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:5.2.0

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 84258] Impress and Draw sharing code causing problems with icons and menus

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84258

--- Comment #7 from Commit Notification 
 ---
Maxim Monastirsky committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=010b034cd6195c96a21633c328e9693275d27d72

tdf#84258 Allow creation of command aliases

It will be available in 5.2.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: 4 commits - compilerplugins/clang cui/source framework/source include/sfx2 include/vcl officecfg/registry sd/source sd/uiconfig sd/UIConfig_sdraw.mk sd/UIConfig_simpres

2016-02-27 Thread Maxim Monastirsky
 compilerplugins/clang/store/constantfunction.cxx |
2 
 cui/source/customize/cfg.cxx |
1 
 framework/source/uielement/menubarmanager.cxx|   
16 
 framework/source/uielement/toolbarmanager.cxx|
7 
 framework/source/uielement/uicommanddescription.cxx  |   
12 
 include/sfx2/app.hxx |
2 
 include/sfx2/dispatch.hxx|
1 
 include/sfx2/mnuitem.hxx |  
124 -
 include/sfx2/mnumgr.hxx  |   
84 
 include/sfx2/module.hxx  |
2 
 include/vcl/commandinfoprovider.hxx  |
3 
 officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu |  
282 ++
 officecfg/registry/schema/org/openoffice/Office/UI/Commands.xcs  |
5 
 sd/UIConfig_sdraw.mk |   
26 
 sd/UIConfig_simpress.mk  |   
28 
 sd/source/ui/annotations/annotationwindow.cxx|
1 
 sd/source/ui/app/sddll.cxx   |
5 
 sd/source/ui/dlg/LayerTabBar.cxx |
2 
 sd/source/ui/sidebar/MasterPagesSelector.cxx |
1 
 sd/source/ui/slidesorter/controller/SlideSorterController.cxx|   
44 
 sd/source/ui/view/drviews4.cxx   |   
77 
 sd/source/ui/view/drvwshrg.cxx   |
4 
 sd/source/ui/view/outlnvsh.cxx   |
4 
 sd/source/ui/view/tabcontr.cxx   |
5 
 sd/uiconfig/sdraw/popupmenu/3dobject.xml |   
66 
 sd/uiconfig/sdraw/popupmenu/3dscene.xml  |   
59 
 sd/uiconfig/sdraw/popupmenu/3dscene2.xml |   
59 
 sd/uiconfig/sdraw/popupmenu/bezier.xml   |   
26 
 sd/uiconfig/sdraw/popupmenu/connector.xml|   
64 
 sd/uiconfig/sdraw/popupmenu/curve.xml|   
74 
 sd/uiconfig/sdraw/popupmenu/draw.xml |   
66 
 sd/uiconfig/sdraw/popupmenu/drawtext.xml |   
45 
 sd/uiconfig/sdraw/popupmenu/form.xml |   
50 
 sd/uiconfig/sdraw/popupmenu/gluepoint.xml|   
27 
 sd/uiconfig/sdraw/popupmenu/graphic.xml  |   
71 
 sd/uiconfig/sdraw/popupmenu/group.xml|   
64 
 sd/uiconfig/sdraw/popupmenu/layertab.xml |   
15 
 sd/uiconfig/sdraw/popupmenu/line.xml |   
66 
 sd/uiconfig/sdraw/popupmenu/measure.xml  |   
74 
 sd/uiconfig/sdraw/popupmenu/media.xml|   
43 
 sd/uiconfig/sdraw/popupmenu/multiselect.xml  |   
80 
 sd/uiconfig/sdraw/popupmenu/oleobject.xml|   
66 
 sd/uiconfig/sdraw/popupmenu/outlinetext.xml  |   
65 
 sd/uiconfig/sdraw/popupmenu/page.xml |   
46 
 sd/uiconfig/sdraw/popupmenu/pagepane.xml |   
18 
 sd/uiconfig/sdraw/popupmenu/pagepanenosel.xml|   
16 
 sd/uiconfig/sdraw/popupmenu/pagetab.xml  |   
18 
 sd/uiconfig/sdraw/popupmenu/table.xml|   
90 
 sd/uiconfig/sdraw/popupmenu/tabletext.xml|   
72 
 sd/uiconfig/sdraw/popupmenu/textbox.xml  |   
64 
 sd/uiconfig/simpress/popupmenu/3dobject.xml  |   
68 
 sd/uiconfig/simpress/popupmenu/3dscene.xml   |   
61 
 sd/uiconfig/simpress/popupmenu/3dscene2.xml  |   
61 
 sd/uiconfig/simpress/popupmenu/bezier.xml|   
26 
 sd/uiconfig/simpress/popupmenu/connector.xml |   
66 
 sd/uiconfig/simpress/popupmenu/curve.xml |   
76 
 sd/uiconfig/simpress/popupmenu/draw.xml  |   
68 
 sd/uiconfig/simpress/popupmenu/drawtext.xml  |   
45 
 sd/uiconfig/simpress/popupmenu/form.xml  |   
50 
 sd/uiconfig/simpress/popupmenu/gluepoint.xml |   
27 
 

[Libreoffice-bugs] [Bug 97960] FILESAVE DOC Does not preserve the font size in tables

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97960

--- Comment #7 from Soldatov Semen  ---
(In reply to Justin L from comment #6)
> reproduced on Windows and Linux.  The key to reproducing is that the table
> must be EMPTY.

Empty cells.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98248] New: calcul

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98248

Bug ID: 98248
   Summary: calcul
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jlbounho...@gmail.com

In calc version 4.3.7.2, when I calculate for exemple -3^2 It gives 9 and not
-9
^ don't respect priority
Thanks

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98247] Cells with mixed text in xlsx sheets are changed

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98247

m.a.riosv  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||miguelangelrv@libreoffice.o
   ||rg
  Component|LibreOffice |Calc
 Resolution|--- |DUPLICATE

--- Comment #1 from m.a.riosv  ---


*** This bug has been marked as a duplicate of bug 92296 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98239] Add means to delete a row in the standard filter dialog

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98239

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #3 from m.a.riosv  ---
The way to clear any filter row with the rows below, is selecting -none- for
field in the row.

Selecting -none- for the first clear the whole filter.

But it's really an obscure way, and not possible to delete only one filter in
middle.

What could be helpful:
+ / - to insert / delete a filter row
˄ / ˅ to move up / down

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 90796] Meta: HiDPI / Retina bugs

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90796

KB Lee  changed:

   What|Removed |Added

 Depends on||98217

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98217] Impress: Broken presentation mode (HiDPI)

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98217

KB Lee  changed:

   What|Removed |Added

 Blocks||90796
Summary|Impress: Broken |Impress: Broken
   |presentation mode   |presentation mode (HiDPI)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98197] Open Icon is not functioning

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98197

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||vstuart.fo...@utsa.edu
 Resolution|--- |INVALID

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98238] commands 'from' and 'to' and 'csub' are rendered wrong

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98238

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #1 from m.a.riosv  ---
Created attachment 123050
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123050=edit
Screenshot 5.1.1.1 <> 5.2.0.0. 20160225

Reproducible
Win10x64
Version: 5.2.0.0.alpha0+
Build ID: 98a8eafa915b8d57b8bdccab9981e537d77f6f4a
CPU Threads: 4; OS Version: Windows 6.19; UI Render: GL; 
TinderBox: Win-x86@39, Branch:master, Time: 2016-02-25_00:49:33

Image with how they look with <5.1.1.1> and <5.2.0.0-20160225 new profile>

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98238] commands 'from' and 'to' and 'csub' are rendered wrong

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98238

m.a.riosv  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98235] Formatting changes following upgrade from 4.4.7.2

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98235

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #2 from m.a.riosv  ---
Maybe default template was modified, for me a new spreadsheet with 5.0.5.2 has
Liberation Sans for default style. Or a modification in
Menu/Tools/Options/LibreOffice/Fonts - Replacement table.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96261] FILEOPEN: Calc warns of a “corrupt file” when the real error is a mistyped password

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96261

--- Comment #11 from paulparker  ---
Acknowledge it may be worse...  IMHO those not so technical may need the hint.

Technical not nice hackers may assume every error just an incorrect password
and keep working on it.


.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98231] EDITING: the input line is not updated if moving between cells with similar content

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98231

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #2 from m.a.riosv  ---
Seems it happens after use the arrows to move between cells.

Opening the file and use the mouse works fine for me, if I then use an arrow
the issue appears also with mouse.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98214] Writer stuck in Recovery mode.

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98214

Andrew J. L. Cary  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |NOTABUG

--- Comment #2 from Andrew J. L. Cary  ---
renaming the user profile directory and having LibreOffice rebuild it resolved
the problem. It appears to have been due to a corrupted profile file.

Thanks to raal for the suggestion. 

Marked resolved

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98178] Unless using "Use LibreOffice dialogs", there's a usability regression: File Open dialog has lost the text field where you can paste in the filename

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98178

--- Comment #6 from Luke Kendall  ---
You're right: I uninstalled libreoffice-gtk3 and restarted LO, and turned OFF
the "Use Libreoffice dialogs" in Tools/options/general, and the bad File Open
dialogue was gone, and it worked how it iused to.  In fact the whole LO
document UI looked better (back to what it wsa), instead of being
white-on-black and occupying about 10% more screen real estate.

So as an added bonus of following Adolfo's tip, I now have more space available
for the actual text of the document, and a much more pleasant-looking UI. 
Thank you!

I've noticed, over the decades, that retrograde design choices seem to be
especially common amongst UI designers, for some reason, and more so for open
source projects than others.  In my experience, it happens when the people
involved "realise" they are so expert that they no longer need to do user
trials.

The Microsoft Ribbon springs to mind, too.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98239] Add means to delete a row in the standard filter dialog

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98239

Yousuf (Jay) Philips  changed:

   What|Removed |Added

   Keywords||needsDevEval, topicUI
 CC||philip...@hotmail.com

--- Comment #2 from Yousuf (Jay) Philips  ---
Adding delete buttons at the end of each row should be straight forward and
having the clicking of the delete button simply move the content in the below
entries up 1 row should also be simple.

The glade UI file is here is at
core/sc/uiconfig/scalc/ui/standardfilterdialog.ui and i think the code to run
it is in core/sc/source/ui/dbgui/filtdlg.cxx

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


CppCheck Report Update

2016-02-27 Thread cppcheck.libreoff...@gmail.com

A new cppcheck report is available at : 
http://dev-builds.libreoffice.org/cppcheck_reports/master/


Note:
The script generating this report was run at :
2016-28-02_02:35:42 with user buildslave at host vm140 as 
/home/buildslave/source/dev-tools/cppcheck/cppcheck-report.sh -s 
/home/buildslave/source/libo-core -c /home/buildslave/source/cppcheck -w 
/home/buildslave/tmp/www

It can be found and improved here:

https://gerrit.libreoffice.org/gitweb?p=dev-tools.git;a=blob;f=cppcheck/cppcheck-report.sh


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


[Libreoffice-bugs] [Bug 96261] FILEOPEN: Calc warns of a “corrupt file” when the real error is a mistyped password

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96261

--- Comment #10 from Joel Madero  ---
(In reply to paulparker from comment #9)
> IMHO required is change to "Error Message" to ensure WARN users result
> "Either Corrupt File OR Incorrect Password"   
> 
> Reminds users ensure used correct password, in case of typo's.

Part of me wonders if this is actually worse. What if someone is trying to
guess your password - having a generic error message is IMHO better at
dissuading such people from continuing to guess. Once it says "incorrect
password" the potential breacher knows it's just a matter of guessing more (vs.
the file being corrupted and thus they give up)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98240] Adjust size of standard filter dialog within a reasonable range

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98240

Yousuf (Jay) Philips  changed:

   What|Removed |Added

   Keywords||regression
 Status|UNCONFIRMED |NEW
 CC||f...@libreoffice.org,
   ||philip...@hotmail.com
Version|5.1.0.3 release |4.2.8.2 release
 Ever confirmed|0   |1

--- Comment #2 from Yousuf (Jay) Philips  ---
raal: "3 - Confirm. bug."

This is a regression introduce in 4.2, likely when the dialog was converted
over to glade.

The glade UI file is here is at
core/sc/uiconfig/scalc/ui/standardfilterdialog.ui

As stretching the dialog downloads doesnt expose more entries, maybe its best
to go with a fix width like the pre-4.2 version had.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 66392] FILEOPEN: MS .docx Hangs with 100% CPU after loading a specific .docx file

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=66392

MM  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: test/source

2016-02-27 Thread Markus Mohrhard
 test/source/container/xnamed.cxx   |6 +++---
 test/source/sheet/xdatapilotdescriptor.cxx |3 +--
 2 files changed, 4 insertions(+), 5 deletions(-)

New commits:
commit 5978b78eb2ee016bfda0a572ae1a9c86dc639241
Author: Markus Mohrhard 
Date:   Sun Feb 28 01:37:03 2016 +0100

use better assert macros

Change-Id: I6fcfcced0c9017003472e19ab5619ecb26a992eb
Reviewed-on: https://gerrit.libreoffice.org/22741
Reviewed-by: Markus Mohrhard 
Tested-by: Markus Mohrhard 

diff --git a/test/source/container/xnamed.cxx b/test/source/container/xnamed.cxx
index a334402..f9b935c 100644
--- a/test/source/container/xnamed.cxx
+++ b/test/source/container/xnamed.cxx
@@ -19,7 +19,7 @@ namespace apitest {
 void XNamed::testGetName()
 {
 uno::Reference< container::XNamed > xNamed(init(), UNO_QUERY_THROW);
-CPPUNIT_ASSERT( maTestName == xNamed->getName() );
+CPPUNIT_ASSERT_EQUAL(maTestName, xNamed->getName());
 }
 
 void XNamed::testSetName()
@@ -28,11 +28,11 @@ void XNamed::testSetName()
 OUString aTestName("NewName");
 
 xNamed->setName(aTestName);
-CPPUNIT_ASSERT( aTestName == xNamed->getName() );
+CPPUNIT_ASSERT_EQUAL(aTestName, xNamed->getName());
 
 // restore old name
 xNamed->setName(maTestName);
-CPPUNIT_ASSERT(maTestName == xNamed->getName());
+CPPUNIT_ASSERT_EQUAL(maTestName, xNamed->getName());
 }
 
 XNamed::~XNamed()
diff --git a/test/source/sheet/xdatapilotdescriptor.cxx 
b/test/source/sheet/xdatapilotdescriptor.cxx
index ba5b89f..4def745 100644
--- a/test/source/sheet/xdatapilotdescriptor.cxx
+++ b/test/source/sheet/xdatapilotdescriptor.cxx
@@ -194,8 +194,7 @@ void XDataPilotDescriptor::checkName( uno::Reference< 
container::XIndexAccess >
 for (sal_Int32 i = 0; i < xIndex->getCount(); ++i)
 {
 uno::Reference< container::XNamed > xNamed( xIndex->getByIndex(i), 
UNO_QUERY_THROW);
-std::cout << "Expected: " << maFieldNames[nIndex] << " Got: " << 
xNamed->getName() << std::endl;
-CPPUNIT_ASSERT( xNamed->getName() == maFieldNames[nIndex] );
+CPPUNIT_ASSERT_EQUAL(maFieldNames[nIndex], xNamed->getName());
 }
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 98236] LibreOffice Won't Open doc, xls, docx or xlsx on SAMBA Shares

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98236

--- Comment #3 from MM  ---
Would still nice to know which version works. On linux you can have multiple
versions of LO in parallel.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98207] UI issues with standard filter dialog

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98207

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||philip...@hotmail.com
 Depends on||98240
 Ever confirmed|0   |1

--- Comment #3 from Yousuf (Jay) Philips  ---
Issue 1: bug 98239
Issue 2 and 3: bug 98240

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98240] Adjust size of standard filter dialog within a reasonable range

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98240

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Blocks||98207

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98247] New: Cells with mixed text in xlsx sheets are changed

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98247

Bug ID: 98247
   Summary: Cells with mixed text in xlsx sheets are changed
   Product: LibreOffice
   Version: 5.0.4.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tilgazt...@yahoo.com

I opened a xlsx spreadsheet in LibreOffice only to find out that the cells
containing regular and italized text were messed up after saving.
I.e. if a cell contained mmm in italics, followed by a space and then the text
"Test" non-italized, as in "mmm Test", the cell contained only italicized
characters after saving it as xlsx.  In addition, spaces were removed!
This has caused a major headache and hours of work as I have had to manually
fix cells in 378 rows by 8 columns.

Hope you can do something about this soon.  Can't believe this has never been
noticed before.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98232] Missing help for control points of shapes

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98232

Adolfo Jayme  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Adolfo Jayme  ---
→ NEW

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98178] Unless using "Use LibreOffice dialogs", there's a usability regression: File Open dialog has lost the text field where you can paste in the filename

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98178

--- Comment #5 from Adolfo Jayme  ---
A possibility: I think that this may have to do with the changes GNOME made in
GTK+ 3.18 to GtkFileChooserDialog (thus, NOTOURBUG — GNOME’s typical mishaps),
as you’ve probably have the package “libreoffice-gtk3” installed. You can
remove that package to have LibreOffice use the GTK+ 2 version of the dialog,
which has a stable UI.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 93057] LO 5 does use the existing user profile LibreOffice/4/user, but this is not mentioned in the release notes

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93057

--- Comment #10 from V Stuart Foote  ---
(In reply to Colin from comment #9)

It was an absolutely defensible ESC decision to retain the user profile as
LibreOffice\4 for the 5 release, mainly because of issues with handling
external extensions recorded in berklydb into the user profile that folks had
complained about for the 3.x to 4.x release transition. 

Decision was no real need to sync the folder/directory name to the release--and
so simplified the "continuation" of existing profiles.  

Although recommendation remains to backup customizations and dump profile for a
clean install.

=-ref-= 
ESC minutes 
2015-03-15
http://nabble.documentfoundation.org/minutes-of-ESC-call-td4142383.html

2015-04-02
http://nabble.documentfoundation.org/Minutes-of-ESC-call-2015-04-02-td4145334.html


> Note: it doesn't quite remove all traces of the previous LO4 installation -
> somebody forgot to either remove the task bar shortcut from win 10 or edit
> it so it points to the new software which, funnily enough, is now found in
> LO5.
> Should I report that as a bug or was that simply another new and
> undocumented feature?

No, on Windows if you've pinned a task bar or Start Menu shortcut and then
uninstall the program it is your issue to clean them up--same for other
"orphaned" desktop shortcuts you might create that aren't under program
installer control.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98246] New: Apresentação

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98246

Bug ID: 98246
   Summary: Apresentação
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: fbioe...@yahoo.com.br

A apresentação trava e abre uma janela com a seguinte informação: "SEH
Exception: ACCESS VIOLATION"

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96261] FILEOPEN: Calc warns of a “corrupt file” when the real error is a mistyped password

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96261

--- Comment #9 from paulparker  ---
IMHO required is change to "Error Message" to ensure WARN users result "Either
Corrupt File OR Incorrect Password"   

Reminds users ensure used correct password, in case of typo's.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: icon-themes/tango

2016-02-27 Thread Yousuf Philips
 icon-themes/tango/cmd/lc_deletepage.png  |binary
 icon-themes/tango/cmd/lc_slidemasterpage.png |binary
 icon-themes/tango/cmd/sc_deletepage.png  |binary
 icon-themes/tango/cmd/sc_slidemasterpage.png |binary
 4 files changed

New commits:
commit 6b6d3f9d3df25d337cd1b5c191b2b2b05835cb7b
Author: Yousuf Philips 
Date:   Sat Feb 27 23:05:15 2016 +0400

Copy tango icons from Galaxy into Tango

Change-Id: I1c0a879f7d24d766d588383253be761e4c049ff6
Reviewed-on: https://gerrit.libreoffice.org/22737
Tested-by: Jenkins 
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/icon-themes/tango/cmd/lc_deletepage.png 
b/icon-themes/tango/cmd/lc_deletepage.png
new file mode 100644
index 000..c13002e
Binary files /dev/null and b/icon-themes/tango/cmd/lc_deletepage.png differ
diff --git a/icon-themes/tango/cmd/lc_slidemasterpage.png 
b/icon-themes/tango/cmd/lc_slidemasterpage.png
new file mode 100644
index 000..c24e0a7
Binary files /dev/null and b/icon-themes/tango/cmd/lc_slidemasterpage.png differ
diff --git a/icon-themes/tango/cmd/sc_deletepage.png 
b/icon-themes/tango/cmd/sc_deletepage.png
new file mode 100644
index 000..05bafe1
Binary files /dev/null and b/icon-themes/tango/cmd/sc_deletepage.png differ
diff --git a/icon-themes/tango/cmd/sc_slidemasterpage.png 
b/icon-themes/tango/cmd/sc_slidemasterpage.png
new file mode 100644
index 000..a11e87e7
Binary files /dev/null and b/icon-themes/tango/cmd/sc_slidemasterpage.png differ
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 98245] New: Improving the error message dialog (ScDocShell::ErrorMessage())

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98245

Bug ID: 98245
   Summary: Improving the error message dialog
(ScDocShell::ErrorMessage())
   Product: LibreOffice
   Version: 5.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
CC: bu...@bubli.org,
libreoffice-ux-adv...@lists.freedesktop.org,
momonas...@gmail.com, samuel.mehrbr...@cib.de

Created attachment 123049
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123049=edit
Calc's F4 error message

We display an error message dialog (ScDocShell::ErrorMessage()) to prompt the
user with information that would assist them, but this dialog is missing two
things that would make it even more useful, which are found in regular dialogs.

1) Dialog Title - This would help give additional information to the error
message and is a common feature in such dialogs, like the save document dialog
as well as in LibreOffice Basic's MsgBox function
https://help.libreoffice.org/Basic/MsgBox_Function_Runtime

2) Help Button - A common feature found in most dialogs, a help button would
launch the help viewer to give the user more information about the feature that
is returning the error.

An example error message dialog can be seen by opening Calc and pressing F4 or
Shift+F4.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 93057] LO 5 does use the existing user profile LibreOffice/4/user, but this is not mentioned in the release notes

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93057

--- Comment #9 from Colin  ---
It seems a bit disingenuous to claim migration issues which sounds more like a
specious excuse. The reality is that installation of LO5 uninstalls and
completely removes all traces of LO4 from the users' systems so, if LO5
installation simply renames the directory "5" and of course updates the
associated registry entries, a specious excuse wouldn't even be necessary. Or
would you disagree?
Note: it doesn't quite remove all traces of the previous LO4 installation -
somebody forgot to either remove the task bar shortcut from win 10 or edit it
so it points to the new software which, funnily enough, is now found in LO5.
Should I report that as a bug or was that simply another new and undocumented
feature?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98125] fileopen: Seem to work flawlessly. At some point it will freeze when opening a non recent file

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98125

--- Comment #3 from ronvarb...@yahoo.com ---
In the previous comment, Who it hang ... -> When it hang ...

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 65138] [META] Sidebar feature related issues

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=65138

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Depends on||98244

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43808] [META] Most Annoying RTL related issues

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43808

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Depends on||98244

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98244] New: RTL: Sidebar color widgets dont have icon on correct side

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98244

Bug ID: 98244
   Summary: RTL: Sidebar color widgets dont have icon on correct
side
   Product: LibreOffice
   Version: 5.1.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
Blocks: 43808, 65138

Created attachment 123048
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123048=edit
screenshot

Steps:
1) Open Writer in RTL mode
2) Open sidebar
3) Notice that the icon in the background color control isnt the right side

Version: 5.2.0.0.alpha0+
Build ID: 003d0ccf902d2449320dd24119564565a384f365
CPU Threads: 2; OS Version: Linux 4.2; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-02-23_02:42:33
Locale: en-US (en_US.UTF-8)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98125] fileopen: Seem to work flawlessly. At some point it will freeze when opening a non recent file

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98125

--- Comment #2 from ronvarb...@yahoo.com ---
Who it hang like that, I can't see the lock file for the document created. I
assu,e the lock file is created in the same directory the file is in. I hope
this information will help narrowing where the problem is.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96742] EDITING: Make choice available for F4 or Shft+F4 for absolute reference toggle in Options > Calc > Interoperability

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96742

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||philip...@hotmail.com
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=97
   ||906
 Resolution|--- |FIXED

--- Comment #4 from Yousuf (Jay) Philips  ---
The below fix, fixed this issue.



Dennis Francis committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=dab16a16fa3b853f7e139fc91817752b38dc9171

tdf#97906 : Toggle reference and show data sources shortcuts

It will be available in 5.2.0.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 59418] EDITING: Use F4 for absolute reference toggle

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=59418

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=97
   ||906
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: Branch 'feature/chart-sidebar' - 0 commits -

2016-02-27 Thread Unknown
Rebased ref, commits from common ancestor:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 59418] EDITING: Use F4 for absolute reference toggle

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=59418

--- Comment #26 from Yousuf (Jay) Philips  ---
The change has been added to the 5.1 release notes and the issue with the new
shortcut key not working on mac was incorrect as Fn needed to be pressed with
the new combination in order for it to work.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: Branch 'feature/chart_opengl_window' - 0 commits -

2016-02-27 Thread Unknown
Rebased ref, commits from common ancestor:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 98002] Deadlock with Clipboard Help+Spell

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98002

--- Comment #8 from jhertel  ---
(In reply to Beluga from comment #7)
> Yep, be extra careful with the steps, though. I think last time I missed
> this and it bit me on the butt:
> 
> The setup program does not automatically adjust your .bashrc

Thanks a lot for the tip. I did actually notice that one and adjusted my
.bashrc correspondingly. I hope I won't miss anything else. 

Until now everything went fine, except I had to make a few adjustments to the
instructions to make them more clear and unambiguous. For instance it said
nowhere that the JDK had to be 32-bit. But I am improving the instructions as I
go along so those that come after me will hopefully have an easier time setting
the whole thing up.

I have just started the build, so let's see how it goes.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: Branch 'feature/vba-export' - 0 commits -

2016-02-27 Thread Unknown
Rebased ref, commits from common ancestor:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'feature/sc-notes-storage' - 0 commits -

2016-02-27 Thread Unknown
Rebased ref, commits from common ancestor:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'feature/sidebar' - 0 commits -

2016-02-27 Thread Unknown
Rebased ref, commits from common ancestor:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl2' - 0 commits -

2016-02-27 Thread Unknown
Rebased ref, commits from common ancestor:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl-rebased' - 0 commits -

2016-02-27 Thread Unknown
Rebased ref, commits from common ancestor:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'feature/opengl-transitions' - 0 commits -

2016-02-27 Thread Unknown
Rebased ref, commits from common ancestor:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - 0 commits -

2016-02-27 Thread Unknown
Rebased ref, commits from common ancestor:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'feature/opengl-mac-fixes' - 0 commits -

2016-02-27 Thread Unknown
Rebased ref, commits from common ancestor:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'feature/chart_opengl_window_rebased' - 0 commits -

2016-02-27 Thread Unknown
Rebased ref, commits from common ancestor:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'feature/chart-opengl2' - 0 commits -

2016-02-27 Thread Unknown
Rebased ref, commits from common ancestor:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'feature/chart-opengl' - 0 commits -

2016-02-27 Thread Unknown
Rebased ref, commits from common ancestor:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 98243] cell highlighting has issues when navigating up / down

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98243

steve -_-  changed:

   What|Removed |Added

Summary|Cell refresh selection not  |cell highlighting has
   |smooth on OS X  |issues when navigating up /
   ||down

--- Comment #4 from steve -_-  ---
Additional info: so OpenGL or default both have this issue.

This is ONLY happening in the first column.

Very odd finding: tested on a second mac (both 10.11.3) and there the issue was
only on the second column.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: Branch 'private/moggi/chart-opengl-window-version2' - 0 commits -

2016-02-27 Thread Unknown
Rebased ref, commits from common ancestor:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'private/moggi/conditional-format-api' - 0 commits -

2016-02-27 Thread Unknown
Rebased ref, commits from common ancestor:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'private/moggi/conditional-format-api-rebased' - 0 commits -

2016-02-27 Thread Unknown
Rebased ref, commits from common ancestor:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'feature/breakpad' - 0 commits -

2016-02-27 Thread Unknown
Rebased ref, commits from common ancestor:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 98243] Cell refresh selection not smooth on OS X

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98243

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 CC||fdb...@neosheffield.co.uk,
   ||ipla...@yahoo.co.uk,
   ||it...@italovignoli.com

--- Comment #3 from Yousuf (Jay) Philips  ---
Hopefully one of the other mac users can verify this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98243] Cell refresh selection not smooth on OS X

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98243

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 CC||philip...@hotmail.com
Summary|cell highlighting has   |Cell refresh selection not
   |issues when navigating up / |smooth on OS X
   |down|

--- Comment #2 from Yousuf (Jay) Philips  ---
Likely a mac only issue as doesnt happen on Linux.

Version: 5.2.0.0.alpha0+
Build ID: 003d0ccf902d2449320dd24119564565a384f365
CPU Threads: 2; OS Version: Linux 4.2; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-02-23_02:42:33
Locale: en-US (en_US.UTF-8)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98029] corrupted icons in toolbars

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98029

Ravi  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #6 from Ravi  ---


*** This bug has been marked as a duplicate of bug 97816 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98243] cell highlighting has issues when navigating up / down

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98243

steve -_-  changed:

   What|Removed |Added

   Priority|medium  |low
 OS|All |Mac OS X (All)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98243] cell highlighting has issues when navigating up / down

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98243

--- Comment #1 from steve -_-  ---
This is identical if not using OpenGL (which I just enabled for fun to see if
anything explosed - which it didn't)

Version: 5.2.0.0.alpha0+
Build ID: 1b175e6f2a884740436642056605ec15b92c
CPU Threads: 4; OS Version: Mac OS X 10.11.3; UI Render: default; 
TinderBox: MacOSX-x86_64@49-TDF, Branch:master, Time: 2016-02-27_13:39:59
Locale: de-DE (de.UTF-8)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98243] New: cell highlighting has issues when navigating up / down

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98243

Bug ID: 98243
   Summary: cell highlighting has issues when navigating up / down
   Product: LibreOffice
   Version: 5.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: libreoff...@openmailbox.org

Created attachment 123047
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123047=edit
screencast

see attached screencast

the cell highlighting gets chopped up.

Version: 5.2.0.0.alpha0+
Build ID: 1b175e6f2a884740436642056605ec15b92c
CPU Threads: 4; OS Version: Mac OS X 10.11.3; UI Render: GL; 
TinderBox: MacOSX-x86_64@49-TDF, Branch:master, Time: 2016-02-27_13:39:59
Locale: de-DE (de.UTF-8)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98224] Drawing objects make Find-And-Replace HANG in Writer

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98224

Julien Nabet  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||serval2...@yahoo.fr
 Ever confirmed|0   |1

--- Comment #1 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, I could reproduce this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98242] New: FORMATTING / Text layout: Wrong letter positions after some characters with some fonts (border ignored)

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98242

Bug ID: 98242
   Summary: FORMATTING / Text layout: Wrong letter positions after
some characters with some fonts (border ignored)
   Product: LibreOffice
   Version: 5.1.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sommer...@gmail.com

Created attachment 123046
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123046=edit
Test.odt – document that shows the describes bug.

FORMATTING / Text layout: Wrong letter positions after some characters with
some fonts (border ignored)

After some letters like “₂” (subscript digit 2), the alignment of text seems to
be broken when using some fonts like “Liberation Sans” or “Times New Roman”.

The example document contains a single paragraph that starts with “₂”
(subscript digit 2). The font is “Liberation Sans”. The line does not end at
the correct page text boarder, but goes further.

Some observations: The bug is only visible in the line with the “₂”, but not in
the other lines of the same paragraph. The bug is also visible in the PDF
export. If I remove the “₂”, the bug disappears. If I do not remove the “₂” but
change the font to “Calibri”, the bug disappears. Maybe it has something to do
with some specific letter/font combinations?

I saw a similar bug earlier, with some letters being at the horizontally wrong
and some letters being in the correct position.

I’m using LibreOffice 5.1.0 (x86) on Windows 10.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98241] New: WRITER: changes to default document language do not persist

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98241

Bug ID: 98241
   Summary: WRITER: changes to default document language do not
persist
   Product: LibreOffice
   Version: 5.1.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gpbarent...@gmail.com

I click Tools->Options->Language Settings->Languages to change the default
language for documents (in this case, from English (Canada) to English (USA)). 
No matter what I do, my change will not stick in writer - any existing or new
document created always comes up with English (Canada) as the default language.


--
Version: 5.1.0.3
Build ID: 5e3e00a007d9b3b6efb6797a8b8e57b51ab1f737
CPU Threads: 4; OS Version: Windows 6.2; UI Render: GL; 
Locale: en-US (en_CA)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98002] Deadlock with Clipboard Help+Spell

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98002

--- Comment #7 from Beluga  ---
(In reply to jhertel from comment #6)
> Thanks, I will have a look into that. Maybe lode will be helpful. I never
> really could get the environment up running last time I tried a year ago or
> so. Now there is new hope.

Yep, be extra careful with the steps, though. I think last time I missed this
and it bit me on the butt:

The setup program does not automatically adjust your .bashrc, since that may
not be desirable in your environment. You need to make the necessary adjustment
and make sure that the shell environment conforms to the requirements. (In
general the main need is to have LODE_HOME defined and pointing to your lode
installation)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98038] Clicking on different slide transition causes visual errors

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98038

--- Comment #3 from Beluga  ---
Hmph.. now I get a SEH Exception: Access violation when clicking on fade.
Someone seems to be playing with the slideshows again.

Will try on Linux tomorrow.

Win 7 Pro 64-bit Version: 5.2.0.0.alpha0+
Build ID: 85fcf15ff41ceb95f46dee586ff7187551be4955
CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
TinderBox: Win-x86@39, Branch:master, Time: 2016-02-27_09:23:38
Locale: fi-FI (fi_FI)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98167] CONFIGURATION: Ctrl+Alt+F footnote shortcut only works with left ALT key

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98167

--- Comment #5 from gpbarent...@gmail.com ---
Ok...I confirmed that my keyboard is US keyboard layout.  Even changed my
laptop's OS language to English (Ausralia).  But my locale reads the same as in
the previous comment of mine and the problem persists.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98088] Writer crashes when importing MathML formula with specified fontweight attribute

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98088

--- Comment #3 from Commit Notification 
 ---
Oliver Specht committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=529e06a1b855ac83468230a15903aeafe1ac89a7

tdf#98088: prevent access to invalid sub node

It will be available in 5.2.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98088] Writer crashes when importing MathML formula with specified fontweight attribute

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98088

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:5.2.0

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: icon-themes/galaxy

2016-02-27 Thread Yousuf Philips
 icon-themes/galaxy/links.txt |8 
 1 file changed, 8 insertions(+)

New commits:
commit ecc95bfab89cafa44309aea7bdb9ad05d7def55d
Author: Yousuf Philips 
Date:   Fri Feb 26 21:55:45 2016 +0400

tdf#94738 Replace symphony icons with galaxy in the sidebar

Change-Id: I37437eb2f3317eb0e7f1f2df995cb58808e10bab
Reviewed-on: https://gerrit.libreoffice.org/22627
Tested-by: Jenkins 
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/icon-themes/galaxy/links.txt b/icon-themes/galaxy/links.txt
index d209581..9ec8e86 100644
--- a/icon-themes/galaxy/links.txt
+++ b/icon-themes/galaxy/links.txt
@@ -24,6 +24,14 @@ cmd/sc_templatemenu.png cmd/sc_newdoc.png
 cmd/lc_pagesetup.png cmd/lc_setdocumentproperties.png
 cmd/sc_pagesetup.png cmd/sc_setdocumentproperties.png
 
+# sidebar icons
+sfx2/res/symphony/sidebar-navigator-large.png cmd/lc_navigator.png
+sfx2/res/symphony/sidebar-style-large.png cmd/lc_designerdialog.png
+sfx2/res/symphony/sidebar-functions-large.png cmd/lc_insertformula.png
+sfx2/res/symphony/sidebar-gallery-large.png cmd/lc_gallery.png
+sfx2/res/symphony/sidebar-transition-large.png cmd/lc_dia.png
+sfx2/res/symphony/sidebar-animation-large.png cmd/lc_customanimation.png
+
 # paragraph line spacing
 cmd/lc_linespacing.png cmd/lc_spacepara15.png
 cmd/sc_linespacing.png cmd/sc_spacepara15.png
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: starmath/source

2016-02-27 Thread Oliver Specht
 starmath/source/node.cxx |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 529e06a1b855ac83468230a15903aeafe1ac89a7
Author: Oliver Specht 
Date:   Fri Feb 26 10:40:45 2016 +0100

tdf#98088: prevent access to invalid sub node

Change-Id: I73bd77682bfb60474ba18ca85bc5d008c70a7f97
Reviewed-on: https://gerrit.libreoffice.org/22715
Tested-by: Jenkins 
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/starmath/source/node.cxx b/starmath/source/node.cxx
index 8bd1ca8..77a825a 100644
--- a/starmath/source/node.cxx
+++ b/starmath/source/node.cxx
@@ -2060,7 +2060,8 @@ void SmFontNode::CreateTextFromNode(OUString )
 default:
 break;
 }
-GetSubNode(1)->CreateTextFromNode(rText);
+if(GetNumSubNodes() > 1)
+GetSubNode(1)->CreateTextFromNode(rText);
 }
 
 void SmFontNode::Prepare(const SmFormat , const SmDocShell )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - translations

2016-02-27 Thread Julien Nabet
 translations |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4ea704a4a648daeb8dd8704789d04041493c461e
Author: Julien Nabet 
Date:   Sat Feb 27 18:08:30 2016 +0100

Updated core
Project: translations  ad1f4b7adda92ad6e1b9c12029ba6df97a51743e

Add missing #: globlmn_tmpl.hrc

Change-Id: I5a3173243424133495339c77202c8e8e683c9774
Reviewed-on: https://gerrit.libreoffice.org/22735
Reviewed-by: Julien Nabet 
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/translations b/translations
index 08352718..ad1f4b7 16
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit 08352718f0a6dc97d0fccb328dca214c312c42b8
+Subproject commit ad1f4b7adda92ad6e1b9c12029ba6df97a51743e
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] translations.git: Branch 'libreoffice-5-1' - source/da source/el source/hu source/is source/it source/nl source/pl source/pt source/ru source/sk source/sv

2016-02-27 Thread Julien Nabet
 source/da/svx/inc.po |1 +
 source/el/svx/inc.po |1 +
 source/hu/svx/inc.po |1 +
 source/is/svx/inc.po |1 +
 source/it/svx/inc.po |3 ++-
 source/nl/svx/inc.po |1 +
 source/pl/svx/inc.po |1 +
 source/pt/svx/inc.po |1 +
 source/ru/svx/inc.po |1 +
 source/sk/svx/inc.po |1 +
 source/sv/svx/inc.po |1 +
 11 files changed, 12 insertions(+), 1 deletion(-)

New commits:
commit ad1f4b7adda92ad6e1b9c12029ba6df97a51743e
Author: Julien Nabet 
Date:   Sat Feb 27 18:08:30 2016 +0100

Add missing #: globlmn_tmpl.hrc

Change-Id: I5a3173243424133495339c77202c8e8e683c9774
Reviewed-on: https://gerrit.libreoffice.org/22735
Reviewed-by: Julien Nabet 
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/source/da/svx/inc.po b/source/da/svx/inc.po
index b5fd8d3..765d46e 100644
--- a/source/da/svx/inc.po
+++ b/source/da/svx/inc.po
@@ -626,6 +626,7 @@ msgctxt ""
 msgid "Open ~Smart Tag Menu"
 msgstr "Åbn ~Smartmærke-menu"
 
+#: globlmn_tmpl.hrc
 msgctxt ""
 "globlmn_tmpl.hrc\n"
 "ITEM_EDIT_IMAP\n"
diff --git a/source/el/svx/inc.po b/source/el/svx/inc.po
index bcce530..10fe37b 100644
--- a/source/el/svx/inc.po
+++ b/source/el/svx/inc.po
@@ -626,6 +626,7 @@ msgctxt ""
 msgid "Open ~Smart Tag Menu"
 msgstr "Άνοιγμα μενού έ~ξυπνων ετικετών"
 
+#: globlmn_tmpl.hrc
 msgctxt ""
 "globlmn_tmpl.hrc\n"
 "ITEM_EDIT_IMAP\n"
diff --git a/source/hu/svx/inc.po b/source/hu/svx/inc.po
index 529c668..ebb84ff 100644
--- a/source/hu/svx/inc.po
+++ b/source/hu/svx/inc.po
@@ -626,6 +626,7 @@ msgctxt ""
 msgid "Open ~Smart Tag Menu"
 msgstr "~Intelligens címkék menü megnyitása"
 
+#: globlmn_tmpl.hrc
 msgctxt ""
 "globlmn_tmpl.hrc\n"
 "ITEM_EDIT_IMAP\n"
diff --git a/source/is/svx/inc.po b/source/is/svx/inc.po
index 8f15d7a..5a63a1c 100644
--- a/source/is/svx/inc.po
+++ b/source/is/svx/inc.po
@@ -626,6 +626,7 @@ msgctxt ""
 msgid "Open ~Smart Tag Menu"
 msgstr "Opna ~snjallmerkjavalmynd"
 
+#: globlmn_tmpl.hrc
 msgctxt ""
 "globlmn_tmpl.hrc\n"
 "ITEM_EDIT_IMAP\n"
diff --git a/source/it/svx/inc.po b/source/it/svx/inc.po
index 20ccba1..25672e0 100644
--- a/source/it/svx/inc.po
+++ b/source/it/svx/inc.po
@@ -1,4 +1,4 @@
-#. extracted from svx/inc
+#. extracted from svx/inc test
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
@@ -626,6 +626,7 @@ msgctxt ""
 msgid "Open ~Smart Tag Menu"
 msgstr "Apri il menu ~Smart Tag"
 
+#: globlmn_tmpl.hrc
 msgctxt ""
 "globlmn_tmpl.hrc\n"
 "ITEM_EDIT_IMAP\n"
diff --git a/source/nl/svx/inc.po b/source/nl/svx/inc.po
index 7ef15e5..dcb1809 100644
--- a/source/nl/svx/inc.po
+++ b/source/nl/svx/inc.po
@@ -626,6 +626,7 @@ msgctxt ""
 msgid "Open ~Smart Tag Menu"
 msgstr "Menu ~Actielabels openen"
 
+#: globlmn_tmpl.hrc
 msgctxt ""
 "globlmn_tmpl.hrc\n"
 "ITEM_EDIT_IMAP\n"
diff --git a/source/pl/svx/inc.po b/source/pl/svx/inc.po
index 96d8118..cf8fda6 100644
--- a/source/pl/svx/inc.po
+++ b/source/pl/svx/inc.po
@@ -626,6 +626,7 @@ msgctxt ""
 msgid "Open ~Smart Tag Menu"
 msgstr "Otwórz ~menu Tagi inteligentne"
 
+#: globlmn_tmpl.hrc
 msgctxt ""
 "globlmn_tmpl.hrc\n"
 "ITEM_EDIT_IMAP\n"
diff --git a/source/pt/svx/inc.po b/source/pt/svx/inc.po
index 5ebb83d..5bf03c1 100644
--- a/source/pt/svx/inc.po
+++ b/source/pt/svx/inc.po
@@ -626,6 +626,7 @@ msgctxt ""
 msgid "Open ~Smart Tag Menu"
 msgstr "Abrir menu de etiqueta~s inteligentes"
 
+#: globlmn_tmpl.hrc
 msgctxt ""
 "globlmn_tmpl.hrc\n"
 "ITEM_EDIT_IMAP\n"
diff --git a/source/ru/svx/inc.po b/source/ru/svx/inc.po
index af210eb..d504636 100644
--- a/source/ru/svx/inc.po
+++ b/source/ru/svx/inc.po
@@ -626,6 +626,7 @@ msgctxt ""
 msgid "Open ~Smart Tag Menu"
 msgstr "Открыть меню смарт-тегов"
 
+#: globlmn_tmpl.hrc
 msgctxt ""
 "globlmn_tmpl.hrc\n"
 "ITEM_EDIT_IMAP\n"
diff --git a/source/sk/svx/inc.po b/source/sk/svx/inc.po
index e569f6d..891f595 100644
--- a/source/sk/svx/inc.po
+++ b/source/sk/svx/inc.po
@@ -626,6 +626,7 @@ msgctxt ""
 msgid "Open ~Smart Tag Menu"
 msgstr "Otvoriť ~Smart Tag menu"
 
+#: globlmn_tmpl.hrc
 msgctxt ""
 "globlmn_tmpl.hrc\n"
 "ITEM_EDIT_IMAP\n"
diff --git a/source/sv/svx/inc.po b/source/sv/svx/inc.po
index c614425..7d7721c 100644
--- a/source/sv/svx/inc.po
+++ b/source/sv/svx/inc.po
@@ -626,6 +626,7 @@ msgctxt ""
 msgid "Open ~Smart Tag Menu"
 msgstr "Öppna menyn för ~Smarta etiketter"
 
+#: globlmn_tmpl.hrc
 msgctxt ""
 "globlmn_tmpl.hrc\n"
 "ITEM_EDIT_IMAP\n"
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - cui/uiconfig

2016-02-27 Thread Adolfo Jayme Barrientos
 cui/uiconfig/ui/customizedialog.ui |1 -
 1 file changed, 1 deletion(-)

New commits:
commit ba3f93dfc8956930969e8c8b45c4f22719d8003a
Author: Adolfo Jayme Barrientos 
Date:   Sat Feb 27 06:51:54 2016 -0600

tdf#96999 Allow resizing of Customize dialog

As long as this dialog keeps its inefficient, cluttered layout,
and we still lack tooltips for table rows that don’t fit, let’s
allow users to blow this up if they want to.

Change-Id: Iba69fb39ea97acae8751c1ac0611f3ac4ccea9e0
(cherry picked from commit d8df531aba62c9695e267ce229ae2dd17b696774)
Reviewed-on: https://gerrit.libreoffice.org/22729
Tested-by: Jenkins 
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/cui/uiconfig/ui/customizedialog.ui 
b/cui/uiconfig/ui/customizedialog.ui
index a3223dc..9f0d188 100644
--- a/cui/uiconfig/ui/customizedialog.ui
+++ b/cui/uiconfig/ui/customizedialog.ui
@@ -6,7 +6,6 @@
 False
 6
 Customize
-False
 dialog
 
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - sd/qa xmloff/source

2016-02-27 Thread Michael Stahl
 sd/qa/unit/data/tdf97808.fodp   |   30 ++
 sd/qa/unit/import-tests.cxx |   38 
 sd/qa/unit/sdmodeltestbase.hxx  |3 ++
 xmloff/source/draw/XMLShapeStyleContext.cxx |6 +++-
 4 files changed, 76 insertions(+), 1 deletion(-)

New commits:
commit 13ed8b7035a3a3128e246ad2f5b3be059c411c57
Author: Michael Stahl 
Date:   Fri Feb 26 22:35:26 2016 +0100

xmloff: tdf#97808: allow empty draw:marker-start/marker-end/stroke-dash

Apparently these are allowed to be empty, which means "nothing".

(regression from db1d278dcc308c73eb5edebc20481c96e7f479d8)

(cherry picked from commit af57a81d0c28944b424649f024c28f444a1ab2d9)

Change-Id: I13f7998e0986b26c34929afd40b1b4f0fc9efdff
Reviewed-on: https://gerrit.libreoffice.org/22724
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/sd/qa/unit/data/tdf97808.fodp b/sd/qa/unit/data/tdf97808.fodp
new file mode 100644
index 000..ac2d3e2
--- /dev/null
+++ b/sd/qa/unit/data/tdf97808.fodp
@@ -0,0 +1,30 @@
+
+http://www.w3.org/1999/xlink; 
xmlns:dc="http://purl.org/dc/elements/1.1/; 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" 
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" 
xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" 
xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:config="urn:oas
 is:names:tc:opendocument:xmlns:config:1.0" 
xmlns:ooo="http://openoffice.org/2004/office; 
xmlns:ooow="http://openoffice.org/2004/writer; 
xmlns:oooc="http://openoffice.org/2004/calc; 
xmlns:dom="http://www.w3.org/2001/xml-events; 
xmlns:xforms="http://www.w3.org/2002/xforms; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:rpt="http://openoffice.org/2005/report; 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:xhtml="http://www.w3.org/1999/xhtml; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#; 
xmlns:officeooo="http://openoffice.org/2009/office; 
xmlns:tableooo="http://openoffice.org/2009/table; 
xmlns:drawooo="http://openoffice.org/2010/draw; 
xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0"
 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" 
xmlns:formx="urn:openoffice:names:
 experimental:ooxml-odf-interop:xmlns:form:1.0" 
xmlns:css3t="http://www.w3.org/TR/css3-text/; office:version="1.2" 
office:mimetype="application/vnd.oasis.opendocument.presentation">
+  
+
+
+
+
+  
+
+
+  
+  
+
+
+  
+
+
+  
+  
+
+
+  
+
+  
+
+  
+
+
+  
+
diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx
index 3c9f720..482131e 100644
--- a/sd/qa/unit/import-tests.cxx
+++ b/sd/qa/unit/import-tests.cxx
@@ -58,6 +58,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 
 #include 
@@ -74,6 +75,7 @@ public:
 void testN778859();
 void testMasterPageStyleParent();
 void testGradientAngle();
+void testTdf97808();
 void testFdo64512();
 void testFdo71075();
 void testN828390_2();
@@ -115,6 +117,7 @@ public:
 CPPUNIT_TEST(testN778859);
 CPPUNIT_TEST(testMasterPageStyleParent);
 CPPUNIT_TEST(testGradientAngle);
+CPPUNIT_TEST(testTdf97808);
 CPPUNIT_TEST(testFdo64512);
 CPPUNIT_TEST(testFdo71075);
 CPPUNIT_TEST(testN828390_2);
@@ -588,6 +591,41 @@ void SdImportTest::testFdo77027()
 xDocShRef->DoClose();
 }
 
+template
+std::ostream& operator<<(std::ostream& rStrm, const uno::Reference& xRef)
+{
+rStrm << xRef.get();
+return rStrm;
+}
+
+void SdImportTest::testTdf97808()
+{
+sd::DrawDocShellRef xDocShRef = 
loadURL(getURLFromSrc("/sd/qa/unit/data/tdf97808.fodp"), FODP);
+
+uno::Reference xStyleFamiliesSupplier(
+xDocShRef->GetModel(), uno::UNO_QUERY);
+uno::Reference 
xStyleFamilies(xStyleFamiliesSupplier->getStyleFamilies(), uno::UNO_QUERY);
+uno::Reference 
xStyleFamily(xStyleFamilies->getByName("graphics"), uno::UNO_QUERY);
+uno::Reference 
xStyle(xStyleFamily->getByName("objectwithoutfill"), uno::UNO_QUERY);
+OUString lineend;
+CPPUNIT_ASSERT(xStyle->getPropertyValue("LineEndName") >>= lineend);
+CPPUNIT_ASSERT_EQUAL(OUString("Arrow"), lineend);
+
+// the draw:marker-end="" did not override the style
+uno::Reference xDoc(
+xDocShRef->GetDoc()->getUnoModel(), uno::UNO_QUERY_THROW);
+uno::Reference xPage(
+xDoc->getDrawPages()->getByIndex(0), 

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - sd/qa xmloff/source

2016-02-27 Thread Michael Stahl
 sd/qa/unit/data/tdf97808.fodp   |   30 ++
 sd/qa/unit/import-tests.cxx |   38 
 sd/qa/unit/sdmodeltestbase.hxx  |3 ++
 xmloff/source/draw/XMLShapeStyleContext.cxx |6 +++-
 4 files changed, 76 insertions(+), 1 deletion(-)

New commits:
commit a33a394bf3b44f56641ee8fd3bc5e29f1776c777
Author: Michael Stahl 
Date:   Fri Feb 26 22:35:26 2016 +0100

xmloff: tdf#97808: allow empty draw:marker-start/marker-end/stroke-dash

Apparently these are allowed to be empty, which means "nothing".

(regression from db1d278dcc308c73eb5edebc20481c96e7f479d8)

Change-Id: I13f7998e0986b26c34929afd40b1b4f0fc9efdff
(cherry picked from commit af57a81d0c28944b424649f024c28f444a1ab2d9)
Reviewed-on: https://gerrit.libreoffice.org/22723
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/sd/qa/unit/data/tdf97808.fodp b/sd/qa/unit/data/tdf97808.fodp
new file mode 100644
index 000..ac2d3e2
--- /dev/null
+++ b/sd/qa/unit/data/tdf97808.fodp
@@ -0,0 +1,30 @@
+
+http://www.w3.org/1999/xlink; 
xmlns:dc="http://purl.org/dc/elements/1.1/; 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" 
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" 
xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" 
xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:config="urn:oas
 is:names:tc:opendocument:xmlns:config:1.0" 
xmlns:ooo="http://openoffice.org/2004/office; 
xmlns:ooow="http://openoffice.org/2004/writer; 
xmlns:oooc="http://openoffice.org/2004/calc; 
xmlns:dom="http://www.w3.org/2001/xml-events; 
xmlns:xforms="http://www.w3.org/2002/xforms; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:rpt="http://openoffice.org/2005/report; 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:xhtml="http://www.w3.org/1999/xhtml; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#; 
xmlns:officeooo="http://openoffice.org/2009/office; 
xmlns:tableooo="http://openoffice.org/2009/table; 
xmlns:drawooo="http://openoffice.org/2010/draw; 
xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0"
 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" 
xmlns:formx="urn:openoffice:names:
 experimental:ooxml-odf-interop:xmlns:form:1.0" 
xmlns:css3t="http://www.w3.org/TR/css3-text/; office:version="1.2" 
office:mimetype="application/vnd.oasis.opendocument.presentation">
+  
+
+
+
+
+  
+
+
+  
+  
+
+
+  
+
+
+  
+  
+
+
+  
+
+  
+
+  
+
+
+  
+
diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx
index 42a9866..002c3c5 100644
--- a/sd/qa/unit/import-tests.cxx
+++ b/sd/qa/unit/import-tests.cxx
@@ -57,6 +57,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 
 #include 
@@ -73,6 +74,7 @@ public:
 void testN778859();
 void testMasterPageStyleParent();
 void testGradientAngle();
+void testTdf97808();
 void testFdo64512();
 void testFdo71075();
 void testN828390_2();
@@ -114,6 +116,7 @@ public:
 CPPUNIT_TEST(testN778859);
 CPPUNIT_TEST(testMasterPageStyleParent);
 CPPUNIT_TEST(testGradientAngle);
+CPPUNIT_TEST(testTdf97808);
 CPPUNIT_TEST(testFdo64512);
 CPPUNIT_TEST(testFdo71075);
 CPPUNIT_TEST(testN828390_2);
@@ -552,6 +555,41 @@ void SdImportTest::testFdo77027()
 xDocShRef->DoClose();
 }
 
+template
+std::ostream& operator<<(std::ostream& rStrm, const uno::Reference& xRef)
+{
+rStrm << xRef.get();
+return rStrm;
+}
+
+void SdImportTest::testTdf97808()
+{
+sd::DrawDocShellRef xDocShRef = 
loadURL(getURLFromSrc("/sd/qa/unit/data/tdf97808.fodp"), FODP);
+
+uno::Reference xStyleFamiliesSupplier(
+xDocShRef->GetModel(), uno::UNO_QUERY);
+uno::Reference 
xStyleFamilies(xStyleFamiliesSupplier->getStyleFamilies(), uno::UNO_QUERY);
+uno::Reference 
xStyleFamily(xStyleFamilies->getByName("graphics"), uno::UNO_QUERY);
+uno::Reference 
xStyle(xStyleFamily->getByName("objectwithoutfill"), uno::UNO_QUERY);
+OUString lineend;
+CPPUNIT_ASSERT(xStyle->getPropertyValue("LineEndName") >>= lineend);
+CPPUNIT_ASSERT_EQUAL(OUString("Arrow"), lineend);
+
+// the draw:marker-end="" did not override the style
+uno::Reference xDoc(
+xDocShRef->GetDoc()->getUnoModel(), uno::UNO_QUERY_THROW);
+uno::Reference xPage(
+xDoc->getDrawPages()->getByIndex(0), 

[Libreoffice-commits] core.git: solenv/gbuild

2016-02-27 Thread David Ostrovsky
 solenv/gbuild/platform/com_MSC_class.mk |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 271bfb59382e1d23e0f2c90ea8e8e31fd757e3b5
Author: David Ostrovsky 
Date:   Sat Feb 27 15:28:20 2016 +0100

MSVC 14.0: Fix building 64bit libraries in 32bit mode

Change-Id: I006d21b6240898cbaed2b382276654d3ad8076a2
Reviewed-on: https://gerrit.libreoffice.org/22732
Reviewed-by: David Ostrovsky 
Tested-by: David Ostrovsky 

diff --git a/solenv/gbuild/platform/com_MSC_class.mk 
b/solenv/gbuild/platform/com_MSC_class.mk
index 4dbdb90..93645a1 100644
--- a/solenv/gbuild/platform/com_MSC_class.mk
+++ b/solenv/gbuild/platform/com_MSC_class.mk
@@ -171,7 +171,8 @@ $(call gb_Helper_abbreviate_dirs,\
$(if $(filter YES,$(LIBRARY_X64)), \
-LIBPATH:$(COMPATH)/lib/amd64 \
-LIBPATH:$(WINDOWS_SDK_HOME)/lib/x64 \
-   $(if $(filter 80 
81,$(WINDOWS_SDK_VERSION)),-LIBPATH:$(WINDOWS_SDK_HOME)/lib/$(WINDOWS_SDK_LIB_SUBDIR)/um/x64))
 \
+   $(if $(filter 80 81 
10,$(WINDOWS_SDK_VERSION)),-LIBPATH:$(WINDOWS_SDK_HOME)/lib/$(WINDOWS_SDK_LIB_SUBDIR)/um/x64)
 \
+   $(if $(filter-out 
120,$(VCVER)),-LIBPATH:$(WINDOWS_SDK_HOME)/lib/$(WINDOWS_SDK_LIB_SUBDIR)/ucrt/x64))
 \
$(T_LDFLAGS) \
@$${RESPONSEFILE} \
$(foreach lib,$(LINKED_LIBS),$(call 
gb_Library_get_ilibfilename,$(lib))) \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: RepositoryExternal.mk

2016-02-27 Thread David Ostrovsky
 RepositoryExternal.mk |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e04c734f56d7e4a16a2dd1b64a51cecbdf6796cf
Author: David Ostrovsky 
Date:   Sat Feb 27 14:14:12 2016 +0100

MSVC 14.0: Second attempt to fix Python in 32bit build mode

Change-Id: I709fda2e6df5048bdbf9157518d6b7b98ff45515
Reviewed-on: https://gerrit.libreoffice.org/22730
Reviewed-by: David Ostrovsky 
Tested-by: David Ostrovsky 

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 39b740b..8e91812 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -3046,7 +3046,7 @@ endif
 
 ifeq ($(OS),WNT)
 $(call gb_LinkTarget_add_libs,$(1),\
-   $(call gb_UnpackedTarball_get_dir,python3)/PCbuild$(if $(filter 
X86_64,$(CPUNAME)),/amd64)/python$(PYTHON_VERSION_MAJOR)$(PYTHON_VERSION_MINOR)$(if
 $(MSVC_USE_DEBUG_RUNTIME),_d).lib \
+   $(call gb_UnpackedTarball_get_dir,python3)/PCbuild$(if $(filter 
X86_64,$(CPUNAME)),/amd64)$(if $(filter 
140-INTEL,$(VCVER)-$(CPUNAME)),/win32)/python$(PYTHON_VERSION_MAJOR)$(PYTHON_VERSION_MINOR)$(if
 $(MSVC_USE_DEBUG_RUNTIME),_d).lib \
 )
 else ifeq ($(OS),MACOSX)
 $(call gb_LinkTarget_add_libs,$(1),\
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 52055] OLE objects should be able to be edited out place

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=52055

--- Comment #5 from Cyril  ---
Enhancement " OLE objects should be able to be edited out place" still
requested with LO 5.0.5.2.
Very inefficient to edit complex Draw object in Writer in place.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98231] EDITING: the input line is not updated if moving between cells with similar content

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98231

raal  changed:

   What|Removed |Added

Version|5.0.2.2 release |4.2.0.4 release

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98167] CONFIGURATION: Ctrl+Alt+F footnote shortcut only works with left ALT key

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98167

gpbarent...@gmail.com changed:

   What|Removed |Added

   Hardware|All |x86-64 (AMD64)
 OS|All |Windows (All)

--- Comment #4 from gpbarent...@gmail.com ---
I did Google it, but wasn't sure if it was LO or OS.  And I understand the
in-progress nature of LO but changing OS settings to troubleshoot one program
is never the best option, since it can affect other apps on a system.

I also didn't set OS as it happens across two Windows platforms, but I noticed
there is a Windows (all) setting so I have used that.

Other information:

Version: 5.1.0.3
Build ID: 5e3e00a007d9b3b6efb6797a8b8e57b51ab1f737
CPU Threads: 4; OS Version: Windows 6.2; UI Render: GL; 
Locale: en-US (en_CA)

Hope this helps!

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98226] Undo "AutoFormat Table Styles" is incorrect

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98226

raal  changed:

   What|Removed |Added

   Keywords||regression
 Status|UNCONFIRMED |NEW
 CC||r...@post.cz
 Ever confirmed|0   |1
 OS|Windows (All)   |All

--- Comment #1 from raal  ---
I can confirm with Version: 5.2.0.0.alpha0+
Build ID: aaca25d67eb5ea252730cdcf555ecc04ce04a5e6
CPU Threads: 4; OS Version: Linux 4.2; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-02-24_23:58:47

Works in LO 4.2, regression

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 97963] Input areas in Header dialog get wider and bottom area disappears

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97963

Katarina Behrens (CIB)  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |katarina.behr...@cib.de
   |desktop.org |

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98227] Menus Windows 10 X64 empty date 27/02/16

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98227

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #1 from raal  ---
Please try to explain what you mean. Post a printscreen. Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 93057] LO 5 does use the existing user profile LibreOffice/4/user, but this is not mentioned in the release notes

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93057

Cor Nouws  changed:

   What|Removed |Added

 CC||that.man.co...@gmail.com

--- Comment #8 from Cor Nouws  ---
*** Bug 98234 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98234] LO 5 upgrade utilising LO 4 [User]/Appdata/Roaming path

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98234

Cor Nouws  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl
 Resolution|NOTABUG |DUPLICATE

--- Comment #3 from Cor Nouws  ---
Hi Colin,

See 
 https://wiki.documentfoundation.org/UserProfile#Default_location

Ciao - Cor

*** This bug has been marked as a duplicate of bug 93057 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98231] EDITING: the input line is not updated if moving between cells with similar content

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98231

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||r...@post.cz
 Ever confirmed|0   |1

--- Comment #1 from raal  ---
I can confirm with Version: 4.2.0.0.alpha1+ and Version: 5.2.0.0.alpha0+
Build ID: aaca25d67eb5ea252730cdcf555ecc04ce04a5e6
CPU Threads: 4; OS Version: Linux 4.2; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-02-24_23:58:47

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98234] LO 5 upgrade utilising LO 4 [User]/Appdata/Roaming path

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98234

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||r...@post.cz
 Resolution|--- |NOTABUG

--- Comment #2 from raal  ---
Not a bug, LO 5 stores data in LibreOffice/4 directory.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98239] Add means to delete a row in the standard filter dialog

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98239

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||r...@post.cz
 Ever confirmed|0   |1
   Severity|normal  |enhancement

--- Comment #1 from raal  ---
confirm.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98172] [UI-Rendering] Tamil Font Rendering with extra marks in the LO-5.1.0.3 Release on top Tamil Letters

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98172

--- Comment #2 from John Hill  ---
Comment on attachment 123045
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123045
Screenshot

I am experiencing artifacts and truncation with script-style fonts (Commercial
Script BT in particular) in documents. Disabling either OpenGL, anti-aliasing,
or both do not help. These artifacts are shown when editing the document and
during document preview. However, the artifacts do not appear in printed
output.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 77050] Cross-reference to heading loses character style / direct formatting (e.g., italics)

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77050

--- Comment #10 from s-varoxamox...@vf.uni-konstanz.de ---
Agreed: sub- & superscript, italic and bold. Thank you :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98207] UI issues with standard filter dialog

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98207

Heiko Tietze  changed:

   What|Removed |Added

 Depends on|98240   |

--- Comment #2 from Heiko Tietze  ---
Two sub tasks created, OR discussion could run here. Forward to ux-advice...

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


  1   2   3   >