[Libreoffice-bugs] [Bug 107569] Missing tango icon

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107569

--- Comment #2 from Adolfo Jayme  ---
Provided {l,s}c_bibliographycomponent.png and sc_orientation.png with patch
e2e03ffc2637c9faea8a78f04232644e66ad60c4. Others still pending…

-- 
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] online.git: loleaflet/admin.strings.js loleaflet/dist loleaflet/src

2017-05-26 Thread Aditya Dewan
 loleaflet/admin.strings.js   |2 
 loleaflet/dist/admin/admin.html  |   66 +++---
 loleaflet/dist/admin/bootstrap/dashboard.css |   28 +++-
 loleaflet/src/admin/AdminSocketOverview.js   |  163 +--
 4 files changed, 224 insertions(+), 35 deletions(-)

New commits:
commit 66a3e1c273c9f967d650e65d40e9d16e3b8454d1
Author: Aditya Dewan 
Date:   Thu May 25 14:24:09 2017 +0530

tdf#106449 Admin console: adding user list

Change-Id: I41b15c6a73fa61c21ef5ab79de149b445014c99a
Reviewed-on: https://gerrit.libreoffice.org/38017
Reviewed-by: pranavk 
Tested-by: pranavk 

diff --git a/loleaflet/admin.strings.js b/loleaflet/admin.strings.js
index a56b5d47..5d21e7aa 100644
--- a/loleaflet/admin.strings.js
+++ b/loleaflet/admin.strings.js
@@ -11,7 +11,9 @@ l10nstrings.strAnalytics = _('Analytics');
 l10nstrings.strHistory = _('History');
 l10nstrings.strDashboard = _('Dashboard');
 l10nstrings.strUsersOnline = _('Users online');
+l10nstrings.strUserName = _('Users Name');
 l10nstrings.strDocumentsOpened = _('Documents opened');
+l10nstrings.strDocumentNumber = _('Number of Documents');
 l10nstrings.strMemoryConsumed = _('Memory consumed');
 l10nstrings.strPid = _('PID');
 l10nstrings.strDocument = _('Document');
diff --git a/loleaflet/dist/admin/admin.html b/loleaflet/dist/admin/admin.html
index f8268565..72308e88 100644
--- a/loleaflet/dist/admin/admin.html
+++ b/loleaflet/dist/admin/admin.html
@@ -78,28 +78,56 @@
  
document.write(l10nstrings.strMemoryConsumed)

  
+
+  
+  
+
+  
document.write(l10nstrings.strDocumentsOpened)
+
+  
+  
+
+  document.write(l10nstrings.strUsersOnline)
+
+  
+  
 
- document.write(l10nstrings.strDocumentsOpened)
- 
-   
- 
-   
- document.write(l10nstrings.strPid)
- 
document.write(l10nstrings.strDocument)
- 
document.write(l10nstrings.strNumberOfViews)
- 
document.write(l10nstrings.strMemoryConsumed)
- 
document.write(l10nstrings.strElapsedTime)
- 
document.write(l10nstrings.strIdleTime)
- 
document.write(l10nstrings.strModified)
-   
- 
- 
- 
-   
- 
-   
+  
+
+   
+ 
+   
+ 
document.write(l10nstrings.strPid)
+ 
document.write(l10nstrings.strDocument)
+ 
document.write(l10nstrings.strNumberOfViews)
+ 
document.write(l10nstrings.strMemoryConsumed)
+ 
document.write(l10nstrings.strElapsedTime)
+ 
document.write(l10nstrings.strIdleTime)
+ 
document.write(l10nstrings.strModified)
+   
+ 
+ 
+ 
+   
+
+
+
+  
+
+  
+
document.write(l10nstrings.strUserName)
+
document.write(l10nstrings.strDocumentNumber)
+
document.write(l10nstrings.strDocumentsOpened)
+  
+
+
+
+  
+
   
 
+  
+
 
 
   
diff --git a/loleaflet/dist/admin/bootstrap/dashboard.css 
b/loleaflet/dist/admin/bootstrap/dashboard.css
index 60ed98d2..cdf37a82 100644
--- a/loleaflet/dist/admin/bootstrap/dashboard.css
+++ b/loleaflet/dist/admin/bootstrap/dashboard.css
@@ -113,15 +113,29 @@ body {
   position: absolute;
   display: none;
 }
-
 .userContainer{
-  display: none;
   position: absolute;
-  border: 1px solid black;
-  padding: 5px;
-  border-radius: 4px;
-  background-color: #dd;
 }
-tr:hover .userContainer{
+tr:hover .dropdown-menu{
   display: block;
+}
+
+/*
+ * User list view
+ */
+.view-opt-button{
+  border: 1px solid lightgrey;
+  border-radius: 5px;
+  padding: 4px 5px;
+  cursor: pointer;
+  transition: background-color .3s;
+}
+.view-opt-button:hover{
+  background-color: #f5f5f5;
+}
+.selected-view-opt{
+  background-color: #f5f5f5;
+}
+.doc_list_label{
+  cursor: pointer;
 }
\ No newline at end of file
diff --git a/loleaflet/src/admin/AdminSocketOverview.js 
b/loleaflet/src/admin/AdminSocketOverview.js
index b1070fcd..dfb92b64 100644
--- a/loleaflet/src/admin/AdminSocketOverview.js
+++ b/loleaflet/src/admin/AdminSocketOverview.js
@@ -47,7 +47,7 @@ var AdminSocketOverview = AdminSocketBase.extend({
}, 1000);
 
// Allow table rows to have a context menu for terminating 
sessions
-   $('body').on('contextmenu', 'table tr', function(ev) {
+   $('body').on('contextmenu', '#docview tr', function(ev) {

[Libreoffice-bugs] [Bug 108043] 5.4.0.0.alpha0+, built after April 24, doesn' t start on Windows XP and Vista

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108043

--- Comment #12 from ape  ---
(In reply to Aron Budea from comment #11)
> Yes, the "breaking" commits have been listed by Eike in comment 2, see how
> they start on 2017-04-26, eg.:
> https://cgit.freedesktop.org/libreoffice/core/commit/
> ?id=fabad007c60958f2ff87e8f636ff6a798ad1f963

--
Take a look at it:
http://nabble.documentfoundation.org/2-last-master-builds-was-not-start-on-Windows-XP-64-bit-td4213420.html

-- 
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 100936] Incorrect glyph orientation of Tangut script on vertical layout mode

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100936

Volga  changed:

   What|Removed |Added

 OS|All |Windows (All)

--- Comment #34 from Volga  ---
Still reproducable with LODev 5.4 beta1 with Tangut Yinchuan font v9.001, which
announced "Also added support for vertical text layout." by the author. Maybe
we need to reduce the dependency of GDI on Windows.

Version: 5.4.0.0.beta1 (x64)
Build ID: 8672113ead4e403c55e31b1d9a3d1e0f3b299577
CPU threads: 4; OS: Windows 6.19; UI render: default; 
Locale: zh-CN (zh_CN); Calc: group

http://www.babelstone.co.uk/Fonts/Yinchuan.html

-- 
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 108147] New: Implement support for filter import and playback of WebP

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108147

Bug ID: 108147
   Summary: Implement support for filter import and playback of
WebP
   Product: LibreOffice
   Version: 5.4.0.0.alpha1+
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: filters and storage
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: shanshandehongx...@outlook.com

Description:
WebP is an image format employing both lossy and lossless compression, also an
open image format. But currently LibreOffice does not support it at all. MS
Office have already get support since 2010.

Steps to Reproduce:
1. Open LO Writer
2. Insert a WebP image 
3. When WebP image is inserted, LO showing Insert Section dialog.

Actual Results:  
WebP image does not inserted as other images.

Expected Results:
WebP image should be inserted and worked as other images in the document. Also,
if a WebP image is animatable, it should be worked the same as animated GIF.


Reproducible: Always

User Profile Reset: No

Additional Info:
Version: 5.4.0.0.beta1 (x64)
Build ID: 8672113ead4e403c55e31b1d9a3d1e0f3b299577
CPU threads: 4; OS: Windows 6.19; UI render: default; 
Locale: zh-CN (zh_CN); Calc: group

For detail informations and samples of WebP, click here:
https://developers.google.com/speed/webp/


User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101
Firefox/53.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 108072] FILEOPEN: Table in DOC with merged rows doesn' t preserve setting that allows rows to break across pages

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108072

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Assignee|libreoffice-b...@lists.free |ba...@caesar.elte.hu
   |desktop.org |
 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 108043] 5.4.0.0.alpha0+, built after April 24, doesn' t start on Windows XP and Vista

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108043

--- Comment #11 from Aron Budea  ---
Yes, the "breaking" commits have been listed by Eike in comment 2, see how they
start on 2017-04-26, eg.:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=fabad007c60958f2ff87e8f636ff6a798ad1f963

-- 
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: sfx2/source sw/qa

2017-05-26 Thread Henry Castro
 sfx2/source/control/unoctitm.cxx   |   21 +-
 sw/qa/extras/tiledrendering/tiledrendering.cxx |   78 +
 2 files changed, 94 insertions(+), 5 deletions(-)

New commits:
commit 0582bd49b385ebcebf93fe87d0161ed4846c8805
Author: Henry Castro 
Date:   Thu May 25 21:07:25 2017 -0400

sw lok: disable undo state if conflict with other views

Change-Id: I5497c9b1f236bc803529825ba8b423d55fffa93e
Reviewed-on: https://gerrit.libreoffice.org/38049
Tested-by: Jenkins 
Reviewed-by: Henry Castro 

diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx
index 30399c2c3cbe..3294bc0e9913 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -113,7 +113,7 @@ const char* const URLTypeNames[URLType_COUNT] =
 "double"
 };
 
-static void InterceptLOKStateChangeEvent(const SfxViewFrame* pViewFrame, const 
css::frame::FeatureStateEvent& aEvent);
+static void InterceptLOKStateChangeEvent( const SfxViewFrame* pViewFrame, 
const css::frame::FeatureStateEvent& aEvent, const SfxPoolItem* pState );
 
 void SfxStatusDispatcher::ReleaseAll()
 {
@@ -964,7 +964,7 @@ void SfxDispatchController_Impl::StateChanged( sal_uInt16 
nSID, SfxItemState eSt
 
 if (pDispatcher && pDispatcher->GetFrame())
 {
-InterceptLOKStateChangeEvent(pDispatcher->GetFrame(), aEvent);
+InterceptLOKStateChangeEvent(pDispatcher->GetFrame(), aEvent, 
pState);
 }
 
 Sequence< OUString > seqNames = 
pDispatch->GetListeners().getContainedTypes();
@@ -982,7 +982,7 @@ void SfxDispatchController_Impl::StateChanged( sal_uInt16 
nSID, SfxItemState eSt
 StateChanged( nSID, eState, pState, nullptr );
 }
 
-static void InterceptLOKStateChangeEvent(const SfxViewFrame* pViewFrame, const 
css::frame::FeatureStateEvent& aEvent)
+static void InterceptLOKStateChangeEvent(const SfxViewFrame* pViewFrame, const 
css::frame::FeatureStateEvent& aEvent, const SfxPoolItem* pState)
 {
 if (!comphelper::LibreOfficeKit::isActive())
 return;
@@ -1048,8 +1048,19 @@ static void InterceptLOKStateChangeEvent(const 
SfxViewFrame* pViewFrame, const c
 aBuffer.append(nColor);
 }
 else if (aEvent.FeatureURL.Path == "Undo" ||
- aEvent.FeatureURL.Path == "Redo" ||
- aEvent.FeatureURL.Path == "Cut" ||
+ aEvent.FeatureURL.Path == "Redo")
+{
+const SfxUInt32Item* pUndoConflict = dynamic_cast< const SfxUInt32Item 
* >( pState );
+if ( pUndoConflict && pUndoConflict->GetValue() > 0 )
+{
+aBuffer.append(OUString("disabled"));
+}
+else
+{
+aBuffer.append(aEvent.IsEnabled ? OUString("enabled") : 
OUString("disabled"));
+}
+}
+else if (aEvent.FeatureURL.Path == "Cut" ||
  aEvent.FeatureURL.Path == "Copy" ||
  aEvent.FeatureURL.Path == "Paste" ||
  aEvent.FeatureURL.Path == "SelectAll" ||
diff --git a/sw/qa/extras/tiledrendering/tiledrendering.cxx 
b/sw/qa/extras/tiledrendering/tiledrendering.cxx
index cd67c8b28fcb..d876736f8076 100644
--- a/sw/qa/extras/tiledrendering/tiledrendering.cxx
+++ b/sw/qa/extras/tiledrendering/tiledrendering.cxx
@@ -89,6 +89,7 @@ public:
 void testPaintCallbacks();
 void testUndoRepairResult();
 void testRedoRepairResult();
+void testDisableUndoRepair();
 
 
 CPPUNIT_TEST_SUITE(SwTiledRenderingTest);
@@ -134,6 +135,7 @@ public:
 CPPUNIT_TEST(testPaintCallbacks);
 CPPUNIT_TEST(testUndoRepairResult);
 CPPUNIT_TEST(testRedoRepairResult);
+CPPUNIT_TEST(testDisableUndoRepair);
 
 CPPUNIT_TEST_SUITE_END();
 
@@ -1724,6 +1726,82 @@ void SwTiledRenderingTest::testRedoRepairResult()
 comphelper::LibreOfficeKit::setActive(false);
 }
 
+void SwTiledRenderingTest::testDisableUndoRepair()
+{
+comphelper::LibreOfficeKit::setActive();
+
+// Create two views.
+SwXTextDocument* pXTextDocument = createDoc("dummy.fodt");
+ViewCallback aView1;
+SwView* pView1 = dynamic_cast(SfxViewShell::Current());
+int nView1 = SfxLokHelper::getView();
+SfxLokHelper::createView();
+ViewCallback aView2;
+SwView* pView2 = dynamic_cast(SfxViewShell::Current());
+int nView2 = SfxLokHelper::getView();
+
+{
+SfxItemSet 
aItemSet1(pXTextDocument->GetDocShell()->GetDoc()->GetAttrPool(), SID_UNDO, 
SID_UNDO);
+SfxItemSet 
aItemSet2(pXTextDocument->GetDocShell()->GetDoc()->GetAttrPool(), SID_UNDO, 
SID_UNDO);
+pView1->GetState(aItemSet1);
+CPPUNIT_ASSERT_EQUAL(SfxItemState::DISABLED, 
aItemSet1.GetItemState(SID_UNDO));
+pView2->GetState(aItemSet2);
+CPPUNIT_ASSERT_EQUAL(SfxItemState::DISABLED, 
aItemSet2.GetItemState(SID_UNDO));
+}
+
+auto fnCheckStates = [pXTextDocument, pView1, pView2]()
+{
+SfxItemSet 

[Libreoffice-bugs] [Bug 108043] 5.4.0.0.alpha0+, built after April 24, doesn' t start on Windows XP and Vista

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108043

--- Comment #10 from ape  ---
You can check the running of
master~2017-04-24_23.35.22_LibreOfficeDev_5.4.0.0.alpha0_Win_x86_en-US_de_ar_ja_ru_qtz.msi.

I posted it here: https://yadi.sk/d/n7we_gHk3JZgUS

-- 
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 108146] When Groupedbar compact is enabled, the interface have no way to change

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108146

Volga  changed:

   What|Removed |Added

 Blocks||102062


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102062
[Bug 102062] [META] Notebookbar: bugs and enhancements
-- 
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 102062] [META] Notebookbar: bugs and enhancements

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102062

Volga  changed:

   What|Removed |Added

 Depends on||108146


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108146
[Bug 108146] When Groupedbar compact is enabled, the interface have no way to
change
-- 
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 108146] New: When Groupedbar compact is enabled, the interface have no way to change

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108146

Bug ID: 108146
   Summary: When Groupedbar compact is enabled, the interface have
no way to change
   Product: LibreOffice
   Version: 5.4.0.0.alpha1+
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: shanshandehongx...@outlook.com

Description:
When I enabled Notebookbar via Options, lator click View -> Notebookbar ->
Groupedbar compact, there is no way to change the interface. I have to reset
the settings in safe mode.

Steps to Reproduce:
1. Enabled Notebookbar in Option -> Advanced and restart
2. View -> Toolbar layout -> Notebookbar 
3. View -> Notebookbar -> Groupedbar compact

Actual Results:  
-

Expected Results:
The Groupedbar compact should provide a way to avoid this such as right click.


Reproducible: Always

User Profile Reset: No

Additional Info:
Version: 5.4.0.0.beta1 (x64)
Build ID: 8672113ead4e403c55e31b1d9a3d1e0f3b299577
CPU threads: 4; OS: Windows 6.19; UI render: default; 
Locale: zh-CN (zh_CN); Calc: group


User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101
Firefox/53.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: basctl/source

2017-05-26 Thread Julien Nabet
 basctl/source/basicide/baside2.cxx |   13 +
 1 file changed, 9 insertions(+), 4 deletions(-)

New commits:
commit 95b9b46cca1da5f452af5e322af447fd27f82ea5
Author: Julien Nabet 
Date:   Fri May 26 15:30:17 2017 +0200

Revert "deleted variable bAdd because it does not make sense"

This reverts commit d0c0ebbcabb67b8dfd130cf4e9e666bba229f846.
+ fix bAdd logic

Change-Id: Iefa70e31c5747db1a881b1036e3d8a8995785603
Reviewed-on: https://gerrit.libreoffice.org/38072
Tested-by: Jenkins 
Reviewed-by: Mike Kaganski 

diff --git a/basctl/source/basicide/baside2.cxx 
b/basctl/source/basicide/baside2.cxx
index c85863afdd2f..d54141ffe7ab 100644
--- a/basctl/source/basicide/baside2.cxx
+++ b/basctl/source/basicide/baside2.cxx
@@ -669,6 +669,7 @@ BasicDebugFlags ModulWindow::BasicBreakHdl( StarBASIC* 
pBasic )
 void ModulWindow::BasicAddWatch()
 {
 AssertValidEditEngine();
+bool bAdd = true;
 if ( !GetEditView()->HasSelection() )
 {
 TextPaM aWordStart;
@@ -679,11 +680,15 @@ void ModulWindow::BasicAddWatch()
 aSel.GetEnd().GetIndex() += aWord.getLength();
 GetEditView()->SetSelection( aSel );
 }
+else
+bAdd = false;
+}
+if ( bAdd )
+{
+TextSelection aSel = GetEditView()->GetSelection();
+if ( aSel.GetStart().GetPara() == aSel.GetEnd().GetPara() ) // single 
line selection
+m_rLayout.BasicAddWatch(GetEditView()->GetSelected());
 }
-
-TextSelection aSel = GetEditView()->GetSelection();
-if ( aSel.GetStart().GetPara() == aSel.GetEnd().GetPara() ) // single line 
selection
-m_rLayout.BasicAddWatch(GetEditView()->GetSelected());
 }
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 102062] [META] Notebookbar: bugs and enhancements

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102062

Volga  changed:

   What|Removed |Added

 Depends on||108145


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108145
[Bug 108145] Notebookbar background color should be defaulting to toolbar color
-- 
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 108145] Notebookbar background color should be defaulting to toolbar color

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108145

Volga  changed:

   What|Removed |Added

 Blocks||102062


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102062
[Bug 102062] [META] Notebookbar: bugs and enhancements
-- 
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 108145] New: Notebookbar background color should be defaulting to toolbar color

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108145

Bug ID: 108145
   Summary: Notebookbar background color should be defaulting to
toolbar color
   Product: LibreOffice
   Version: 5.4.0.0.alpha1+
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: shanshandehongx...@outlook.com

Description:
The default foreground color used on the Notebookbar looks lighter than the
color used in toolbar, but the default background color looks darker than
toolbar.

Steps to Reproduce:
-

Actual Results:  
-

Expected Results:
-


Reproducible: Always

User Profile Reset: No

Additional Info:
Version: 5.4.0.0.beta1 (x64)
Build ID: 8672113ead4e403c55e31b1d9a3d1e0f3b299577
CPU threads: 4; OS: Windows 6.19; UI render: default; 
Locale: zh-CN (zh_CN); Calc: group


User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101
Firefox/53.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 108144] Notebookbar should have margin surrounding the seperator

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108144

Volga  changed:

   What|Removed |Added

 Blocks||102062


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102062
[Bug 102062] [META] Notebookbar: bugs and enhancements
-- 
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 108144] Notebookbar should have margin surrounding the seperator

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108144

--- Comment #1 from Volga  ---
Created attachment 133636
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133636=edit
Screenshot

-- 
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 102062] [META] Notebookbar: bugs and enhancements

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102062

Volga  changed:

   What|Removed |Added

 Depends on||108144


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108144
[Bug 108144] Notebookbar should have margin surrounding the seperator
-- 
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 108144] New: Notebookbar should have margin surrounding the seperator

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108144

Bug ID: 108144
   Summary: Notebookbar should have margin surrounding the
seperator
   Product: LibreOffice
   Version: 5.4.0.0.alpha1+
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: shanshandehongx...@outlook.com

Description:
When I enabled Notebookbar in LODev 5.4 beta1, I found buttons and drop down
menus looks very closer to the saperator, which looks shameful.

Steps to Reproduce:
Just the usual ways to enable Notebookbar.

Actual Results:  
See my screenshot

Expected Results:
Notebookbar should add margin for saperator.


Reproducible: Always

User Profile Reset: No

Additional Info:
Version: 5.4.0.0.beta1 (x64)
Build ID: 8672113ead4e403c55e31b1d9a3d1e0f3b299577
CPU threads: 4; OS: Windows 6.19; UI render: default; 
Locale: zh-CN (zh_CN); Calc: group


User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101
Firefox/53.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 105484] Several icons for List not suitable for left-to-right ( vertical) direction

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105484

Volga  changed:

   What|Removed |Added

 Blocks|83066   |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=83066
[Bug 83066] [META] Tracking bug for CJK issues
-- 
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 83066] [META] Tracking bug for CJK issues

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83066

Volga  changed:

   What|Removed |Added

 Depends on|105484  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=105484
[Bug 105484] Several icons for List not suitable for left-to-right (vertical)
direction
-- 
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 108043] 5.4.0.0.alpha0+, built after April 24, doesn' t start on Windows XP and Vista

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108043

ape  changed:

   What|Removed |Added

Summary|5.4beta1 doesn't start on   |5.4.0.0.alpha0+, built
   |Windows XP, and Vista   |after April 24, doesn't
   ||start on Windows XP and
   ||Vista

-- 
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 108043] 5.4beta1 doesn't start on Windows XP, and Vista

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108043

--- Comment #9 from ape  ---
(In reply to Adolfo Jayme from comment #7)
> I’d say WONTFIX for both systems as well; Vista has also run out of
> technical support from Microsoft (its Extended Support phase ended on April
> 11, 2017).
-

Please read this carefully
(https://wiki.documentfoundation.org/ReleaseNotes/5.4):

"LibreOffice 5.4: Release Notes: 

Platform Compatibility 

Mac 
- Mac OS X version 10.8 support is deprecated and the next release will require
at least Mac OS X 10.9. 

Windows 
- Uwinapi is discontinued." 

Thats all! Windows XP is included in the list of operating systems where
LibreOffice-5.4 should run.

-- 
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 97362] Convert Java complex tests to Python

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97362

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|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-commits] core.git: icon-themes/industrial icon-themes/tango

2017-05-26 Thread Adolfo Jayme Barrientos
 dev/null   |binary
 icon-themes/industrial/README  |8 
 icon-themes/tango/cmd/lc_basicstop.png |binary
 icon-themes/tango/cmd/lc_bibliographycomponent.png |binary
 icon-themes/tango/cmd/lc_currencyfield.png |binary
 icon-themes/tango/cmd/lc_numberformatcurrency.png  |binary
 icon-themes/tango/cmd/lc_zoom100percent.png|binary
 icon-themes/tango/cmd/lc_zoomoptimal.png   |binary
 icon-themes/tango/cmd/sc_basicstop.png |binary
 icon-themes/tango/cmd/sc_bibliographycomponent.png |binary
 icon-themes/tango/cmd/sc_currencyfield.png |binary
 icon-themes/tango/cmd/sc_numberformatcurrency.png  |binary
 icon-themes/tango/cmd/sc_orientation.png   |binary
 icon-themes/tango/cmd/sc_zoom100percent.png|binary
 icon-themes/tango/cmd/sc_zoomin.png|binary
 icon-themes/tango/cmd/sc_zoomminus.png |binary
 icon-themes/tango/cmd/sc_zoomoptimal.png   |binary
 icon-themes/tango/cmd/sc_zoomout.png   |binary
 icon-themes/tango/cmd/sc_zoomplus.png  |binary
 icon-themes/tango/res/harddisk_16.png  |binary
 icon-themes/tango/sc/res/droplink.png  |binary
 21 files changed, 8 deletions(-)

New commits:
commit e2e03ffc2637c9faea8a78f04232644e66ad60c4
Author: Adolfo Jayme Barrientos 
Date:   Fri May 26 19:11:18 2017 -0500

Tiny Tango icon update, before I lose my backups again

Change-Id: I26aaeabe68f063e06062840c354521b18054d729

diff --git a/icon-themes/industrial/README b/icon-themes/industrial/README
index a736cde5cc71..4a98dd0f5710 100644
--- a/icon-themes/industrial/README
+++ b/icon-themes/industrial/README
@@ -23,7 +23,6 @@ cmd/lc_backgroundpatterncontroller.png
 cmd/lc_basicstepinto.png
 cmd/lc_basicstepout.png
 cmd/lc_basicstepover.png
-cmd/lc_basicstop.png
 cmd/lc_bezier_unfilled.png
 cmd/lc_bezierclose.png
 cmd/lc_bezierconvert.png
@@ -398,7 +397,6 @@ cmd/sc_backward.png
 cmd/sc_basicstepinto.png
 cmd/sc_basicstepout.png
 cmd/sc_basicstepover.png
-cmd/sc_basicstop.png
 cmd/sc_beforeobject.png
 cmd/sc_behindobject.png
 cmd/sc_bezier_unfilled.png
@@ -758,14 +756,8 @@ cmd/sc_wrapoff.png
 cmd/sc_wrapon.png
 cmd/sc_wrapright.png
 cmd/sc_wrapthrough.png
-cmd/sc_zoom100percent.png
-cmd/sc_zoomin.png
-cmd/sc_zoomminus.png
 cmd/sc_zoomnext.png
 cmd/sc_zoomobjects.png
-cmd/sc_zoomoptimal.png
-cmd/sc_zoomout.png
 cmd/sc_zoompage.png
 cmd/sc_zoompagewidth.png
-cmd/sc_zoomplus.png
 cmd/sc_zoomprevious.png
diff --git a/icon-themes/industrial/cmd/lc_basicstop.png 
b/icon-themes/industrial/cmd/lc_basicstop.png
deleted file mode 100644
index 4594ddaa4926..
Binary files a/icon-themes/industrial/cmd/lc_basicstop.png and /dev/null differ
diff --git a/icon-themes/industrial/cmd/sc_basicstop.png 
b/icon-themes/industrial/cmd/sc_basicstop.png
deleted file mode 100644
index 8f1d26dd3782..
Binary files a/icon-themes/industrial/cmd/sc_basicstop.png and /dev/null differ
diff --git a/icon-themes/industrial/cmd/sc_zoom100percent.png 
b/icon-themes/industrial/cmd/sc_zoom100percent.png
deleted file mode 100644
index 30daf3b47459..
Binary files a/icon-themes/industrial/cmd/sc_zoom100percent.png and /dev/null 
differ
diff --git a/icon-themes/industrial/cmd/sc_zoomin.png 
b/icon-themes/industrial/cmd/sc_zoomin.png
deleted file mode 100644
index edf8c9c06c90..
Binary files a/icon-themes/industrial/cmd/sc_zoomin.png and /dev/null differ
diff --git a/icon-themes/industrial/cmd/sc_zoomminus.png 
b/icon-themes/industrial/cmd/sc_zoomminus.png
deleted file mode 100644
index 861c44018753..
Binary files a/icon-themes/industrial/cmd/sc_zoomminus.png and /dev/null differ
diff --git a/icon-themes/industrial/cmd/sc_zoomoptimal.png 
b/icon-themes/industrial/cmd/sc_zoomoptimal.png
deleted file mode 100644
index 809f309caadd..
Binary files a/icon-themes/industrial/cmd/sc_zoomoptimal.png and /dev/null 
differ
diff --git a/icon-themes/industrial/cmd/sc_zoomout.png 
b/icon-themes/industrial/cmd/sc_zoomout.png
deleted file mode 100644
index 861c44018753..
Binary files a/icon-themes/industrial/cmd/sc_zoomout.png and /dev/null differ
diff --git a/icon-themes/industrial/cmd/sc_zoomplus.png 
b/icon-themes/industrial/cmd/sc_zoomplus.png
deleted file mode 100644
index edf8c9c06c90..
Binary files a/icon-themes/industrial/cmd/sc_zoomplus.png and /dev/null differ
diff --git a/icon-themes/tango/cmd/lc_basicstop.png 
b/icon-themes/tango/cmd/lc_basicstop.png
new file mode 100644
index ..aa460f101c0c
Binary files /dev/null and b/icon-themes/tango/cmd/lc_basicstop.png differ
diff --git a/icon-themes/tango/cmd/lc_bibliographycomponent.png 
b/icon-themes/tango/cmd/lc_bibliographycomponent.png
new file mode 100644
index ..653e635b62ec
Binary files /dev/null and b/icon-themes/tango/cmd/lc_bibliographycomponent.png 
differ

[Libreoffice-bugs] [Bug 106228] [Meta] Icon issues

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106228

Adolfo Jayme  changed:

   What|Removed |Added

 Depends on||107569


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107569
[Bug 107569] Missing tango icon
-- 
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-ux-advise] [Bug 106228] [Meta] Icon issues

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106228

Adolfo Jayme  changed:

   What|Removed |Added

 Depends on||107569


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107569
[Bug 107569] Missing tango icon
-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 107569] Missing tango icon

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107569

Adolfo Jayme  changed:

   What|Removed |Added

 Blocks||106228


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=106228
[Bug 106228] [Meta] Icon issues
-- 
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 103100] [META] Writer table bugs and enhancements

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103100

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||33631


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=33631
[Bug 33631] Can't remove line/paragraph after 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 33631] Can't remove line/paragraph after table

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33631

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||103100


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103100
[Bug 103100] [META] Writer table bugs and enhancements
-- 
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 108112] Date in conditional text makes the text disappear

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108112

--- Comment #6 from tobias...@t-online.de ---
I installed LibreOffice on my PC at home with a german Win 10 x64 (fresh
install, this PC never saw it before) and here the issue is also present.

Detailed version:
Version: 5.4.0.0.beta1 (x64)
Build ID: 8672113ead4e403c55e31b1d9a3d1e0f3b299577
CPU threads: 4; OS: Windows 6.19; UI render: default; 
Locale: de-DE (de_DE); Calc: group

-- 
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 33452] Add support for crop area

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33452

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||107936


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107936
[Bug 107936] [META] Page-level bugs and enhancements
-- 
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 107936] [META] Page-level bugs and enhancements

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107936

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||33452


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=33452
[Bug 33452] Add support for crop area
-- 
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 108140] Page Properties menu takes a long time to be loaded

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108140

Adolfo Jayme  changed:

   What|Removed |Added

   Keywords||perf

-- 
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 108019] [META] Calc UX bugs and enhancements

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108019

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||34552


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=34552
[Bug 34552] EDITING: Calc loses row height value when modifying a cell
-- 
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 34552] EDITING: Calc loses row height value when modifying a cell

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34552

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||108019


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108019
[Bug 108019] [META] Calc UX bugs and enhancements
-- 
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 108102] Alignment and wrapping error for a file created by EPP Plus C# library

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108102

Jacques Guilleron  changed:

   What|Removed |Added

   Keywords||filter:xlsx, needsDevAdvice
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #8 from Jacques Guilleron  ---
Ok. That's what I saw too.
Which is exactly your OS?

-- 
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 34422] functionality request for Writer: function of distribution selected graphical objects as in LibreDraw

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34422

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||108137


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108137
[Bug 108137] [META] Writer feature enhancements
-- 
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 108137] [META] Writer feature enhancements

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108137

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||34422


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=34422
[Bug 34422] functionality request for Writer: function of distribution selected
graphical objects as in LibreDraw
-- 
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 34596] Search and replace empty paragraphs in a Writer document with tables

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34596

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||102847


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102847
[Bug 102847] [META] Quick Find, Search and Replace
-- 
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 102847] [META] Quick Find, Search and Replace

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102847

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||34596


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=34596
[Bug 34596] Search and replace empty paragraphs in a Writer document with
tables
-- 
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 108019] [META] Calc UX bugs and enhancements

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108019

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||34697


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=34697
[Bug 34697] Print Current Page in Print dialog - Calc [Writer, Draw, Impress
are finished]
-- 
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 34697] Print Current Page in Print dialog - Calc [Writer, Draw, Impress are finished]

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34697

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||108019


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108019
[Bug 108019] [META] Calc UX bugs and enhancements
-- 
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 103239] [META] Toolbars bugs and enhancements

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103239

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||30891


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=30891
[Bug 30891] Toolbars too large with a bootleg UI theme on XP
-- 
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-ux-advise] [Bug 30891] Toolbars too large with a bootleg UI theme on XP

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=30891

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||103239


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103239
[Bug 103239] [META] Toolbars bugs and enhancements
-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 30891] Toolbars too large with a bootleg UI theme on XP

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=30891

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||103239


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103239
[Bug 103239] [META] Toolbars bugs and enhancements
-- 
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 108069] Impress Crashing When Transition Rendering Not Available

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108069

Adolfo Jayme  changed:

   What|Removed |Added

 Whiteboard|target:5.5.0|target:5.5.0 target:5.4.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-commits] core.git: Branch 'libreoffice-5-4' - extras/source

2017-05-26 Thread Laurent Balland-Poirier
 extras/source/templates/presnt/Alizarin.otp |binary
 extras/source/templates/presnt/BrightBlue.otp   |binary
 extras/source/templates/presnt/DNA.otp  |binary
 extras/source/templates/presnt/Focus.otp|binary
 extras/source/templates/presnt/Impress.otp  |binary
 extras/source/templates/presnt/Inspiration.otp  |binary
 extras/source/templates/presnt/LushGreen.otp|binary
 extras/source/templates/presnt/Metropolis.otp   |binary
 extras/source/templates/presnt/Midnightblue.otp |binary
 extras/source/templates/presnt/Pencil.otp   |binary
 extras/source/templates/presnt/Sunset.otp   |binary
 extras/source/templates/presnt/Vintage.otp  |binary
 extras/source/templates/presnt/Vivid.otp|binary
 13 files changed

New commits:
commit 49efc2d00a674e4fa16aa10c19cafbb10e1573ef
Author: Laurent Balland-Poirier 
Date:   Fri Apr 21 21:22:28 2017 +0200

tdf#107045 Change preview image in templates

thumbnail.png was modified in XML code for each Impress
template. Localized text was replaced with Lorem Ipsum
text

Change-Id: I67fbf9b957630a75227d1b595d9bdc4298ef791c
Reviewed-on: https://gerrit.libreoffice.org/36805
Tested-by: Jenkins 
Reviewed-by: Adolfo Jayme Barrientos 
(cherry picked from commit 5c16d16ed3db32f922b2aeaad49592d2615c7e2c)
Reviewed-on: https://gerrit.libreoffice.org/38087
Tested-by: Adolfo Jayme Barrientos 

diff --git a/extras/source/templates/presnt/Alizarin.otp 
b/extras/source/templates/presnt/Alizarin.otp
index 8a8252d5a0f0..7688482936f1 100644
Binary files a/extras/source/templates/presnt/Alizarin.otp and 
b/extras/source/templates/presnt/Alizarin.otp differ
diff --git a/extras/source/templates/presnt/BrightBlue.otp 
b/extras/source/templates/presnt/BrightBlue.otp
index f9f7a4536407..f1d187d26368 100644
Binary files a/extras/source/templates/presnt/BrightBlue.otp and 
b/extras/source/templates/presnt/BrightBlue.otp differ
diff --git a/extras/source/templates/presnt/DNA.otp 
b/extras/source/templates/presnt/DNA.otp
index 7640e9e1c2a2..212b6ae095e3 100644
Binary files a/extras/source/templates/presnt/DNA.otp and 
b/extras/source/templates/presnt/DNA.otp differ
diff --git a/extras/source/templates/presnt/Focus.otp 
b/extras/source/templates/presnt/Focus.otp
index d99618e841f8..953b6aa04180 100644
Binary files a/extras/source/templates/presnt/Focus.otp and 
b/extras/source/templates/presnt/Focus.otp differ
diff --git a/extras/source/templates/presnt/Impress.otp 
b/extras/source/templates/presnt/Impress.otp
index 9a33dcb7627c..ccd527332673 100644
Binary files a/extras/source/templates/presnt/Impress.otp and 
b/extras/source/templates/presnt/Impress.otp differ
diff --git a/extras/source/templates/presnt/Inspiration.otp 
b/extras/source/templates/presnt/Inspiration.otp
index 18ec2148c61a..9e16fad83519 100644
Binary files a/extras/source/templates/presnt/Inspiration.otp and 
b/extras/source/templates/presnt/Inspiration.otp differ
diff --git a/extras/source/templates/presnt/LushGreen.otp 
b/extras/source/templates/presnt/LushGreen.otp
index e2d6638e97dd..c56786ab4dbb 100644
Binary files a/extras/source/templates/presnt/LushGreen.otp and 
b/extras/source/templates/presnt/LushGreen.otp differ
diff --git a/extras/source/templates/presnt/Metropolis.otp 
b/extras/source/templates/presnt/Metropolis.otp
index f176ad79e9e9..93497a23c925 100644
Binary files a/extras/source/templates/presnt/Metropolis.otp and 
b/extras/source/templates/presnt/Metropolis.otp differ
diff --git a/extras/source/templates/presnt/Midnightblue.otp 
b/extras/source/templates/presnt/Midnightblue.otp
index 962bafa3f6f6..ca47b531002a 100644
Binary files a/extras/source/templates/presnt/Midnightblue.otp and 
b/extras/source/templates/presnt/Midnightblue.otp differ
diff --git a/extras/source/templates/presnt/Pencil.otp 
b/extras/source/templates/presnt/Pencil.otp
index fa12e50deaa5..fd870d0c057b 100644
Binary files a/extras/source/templates/presnt/Pencil.otp and 
b/extras/source/templates/presnt/Pencil.otp differ
diff --git a/extras/source/templates/presnt/Sunset.otp 
b/extras/source/templates/presnt/Sunset.otp
index b3d7b54077b6..381cdda6d8b8 100644
Binary files a/extras/source/templates/presnt/Sunset.otp and 
b/extras/source/templates/presnt/Sunset.otp differ
diff --git a/extras/source/templates/presnt/Vintage.otp 
b/extras/source/templates/presnt/Vintage.otp
index 7dbc4d4c9240..5230fbd3646e 100644
Binary files a/extras/source/templates/presnt/Vintage.otp and 
b/extras/source/templates/presnt/Vintage.otp differ
diff --git a/extras/source/templates/presnt/Vivid.otp 
b/extras/source/templates/presnt/Vivid.otp
index 5241ef42a983..a52c926414d1 100644
Binary files a/extras/source/templates/presnt/Vivid.otp and 
b/extras/source/templates/presnt/Vivid.otp differ
___
Libreoffice-commits mailing list

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

2017-05-26 Thread Laurent Balland-Poirier
 extras/source/templates/presnt/Alizarin.otp |binary
 extras/source/templates/presnt/BrightBlue.otp   |binary
 extras/source/templates/presnt/DNA.otp  |binary
 extras/source/templates/presnt/Focus.otp|binary
 extras/source/templates/presnt/Impress.otp  |binary
 extras/source/templates/presnt/Inspiration.otp  |binary
 extras/source/templates/presnt/LushGreen.otp|binary
 extras/source/templates/presnt/Metropolis.otp   |binary
 extras/source/templates/presnt/Midnightblue.otp |binary
 extras/source/templates/presnt/Pencil.otp   |binary
 extras/source/templates/presnt/Sunset.otp   |binary
 extras/source/templates/presnt/Vintage.otp  |binary
 extras/source/templates/presnt/Vivid.otp|binary
 13 files changed

New commits:
commit 5c16d16ed3db32f922b2aeaad49592d2615c7e2c
Author: Laurent Balland-Poirier 
Date:   Fri Apr 21 21:22:28 2017 +0200

tdf#107045 Change preview image in templates

thumbnail.png was modified in XML code for each Impress
template. Localized text was replaced with Lorem Ipsum
text

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

diff --git a/extras/source/templates/presnt/Alizarin.otp 
b/extras/source/templates/presnt/Alizarin.otp
index 8a8252d5a0f0..7688482936f1 100644
Binary files a/extras/source/templates/presnt/Alizarin.otp and 
b/extras/source/templates/presnt/Alizarin.otp differ
diff --git a/extras/source/templates/presnt/BrightBlue.otp 
b/extras/source/templates/presnt/BrightBlue.otp
index f9f7a4536407..f1d187d26368 100644
Binary files a/extras/source/templates/presnt/BrightBlue.otp and 
b/extras/source/templates/presnt/BrightBlue.otp differ
diff --git a/extras/source/templates/presnt/DNA.otp 
b/extras/source/templates/presnt/DNA.otp
index 7640e9e1c2a2..212b6ae095e3 100644
Binary files a/extras/source/templates/presnt/DNA.otp and 
b/extras/source/templates/presnt/DNA.otp differ
diff --git a/extras/source/templates/presnt/Focus.otp 
b/extras/source/templates/presnt/Focus.otp
index d99618e841f8..953b6aa04180 100644
Binary files a/extras/source/templates/presnt/Focus.otp and 
b/extras/source/templates/presnt/Focus.otp differ
diff --git a/extras/source/templates/presnt/Impress.otp 
b/extras/source/templates/presnt/Impress.otp
index 9a33dcb7627c..ccd527332673 100644
Binary files a/extras/source/templates/presnt/Impress.otp and 
b/extras/source/templates/presnt/Impress.otp differ
diff --git a/extras/source/templates/presnt/Inspiration.otp 
b/extras/source/templates/presnt/Inspiration.otp
index 18ec2148c61a..9e16fad83519 100644
Binary files a/extras/source/templates/presnt/Inspiration.otp and 
b/extras/source/templates/presnt/Inspiration.otp differ
diff --git a/extras/source/templates/presnt/LushGreen.otp 
b/extras/source/templates/presnt/LushGreen.otp
index e2d6638e97dd..c56786ab4dbb 100644
Binary files a/extras/source/templates/presnt/LushGreen.otp and 
b/extras/source/templates/presnt/LushGreen.otp differ
diff --git a/extras/source/templates/presnt/Metropolis.otp 
b/extras/source/templates/presnt/Metropolis.otp
index f176ad79e9e9..93497a23c925 100644
Binary files a/extras/source/templates/presnt/Metropolis.otp and 
b/extras/source/templates/presnt/Metropolis.otp differ
diff --git a/extras/source/templates/presnt/Midnightblue.otp 
b/extras/source/templates/presnt/Midnightblue.otp
index 962bafa3f6f6..ca47b531002a 100644
Binary files a/extras/source/templates/presnt/Midnightblue.otp and 
b/extras/source/templates/presnt/Midnightblue.otp differ
diff --git a/extras/source/templates/presnt/Pencil.otp 
b/extras/source/templates/presnt/Pencil.otp
index fa12e50deaa5..fd870d0c057b 100644
Binary files a/extras/source/templates/presnt/Pencil.otp and 
b/extras/source/templates/presnt/Pencil.otp differ
diff --git a/extras/source/templates/presnt/Sunset.otp 
b/extras/source/templates/presnt/Sunset.otp
index b3d7b54077b6..381cdda6d8b8 100644
Binary files a/extras/source/templates/presnt/Sunset.otp and 
b/extras/source/templates/presnt/Sunset.otp differ
diff --git a/extras/source/templates/presnt/Vintage.otp 
b/extras/source/templates/presnt/Vintage.otp
index 7dbc4d4c9240..5230fbd3646e 100644
Binary files a/extras/source/templates/presnt/Vintage.otp and 
b/extras/source/templates/presnt/Vintage.otp differ
diff --git a/extras/source/templates/presnt/Vivid.otp 
b/extras/source/templates/presnt/Vivid.otp
index 5241ef42a983..a52c926414d1 100644
Binary files a/extras/source/templates/presnt/Vivid.otp and 
b/extras/source/templates/presnt/Vivid.otp differ
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 100849] Currency icon is har =?UTF-8?Q?dcoded=20to=20=E2=80=9C=24=E2=80=9D?=, which is inappropriate to locales not using dollars

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100849

--- Comment #11 from Adolfo Jayme  ---
To be honest, that seems overkill to me. Nobody other than Jay has complained
about the default icons after all the time that OOo and LO has been out. Nobody
else seems to find *coins* (let me stress that again) a difficult methaphor to
represent *money*.

-- 
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 98731] Progress bar is not a good indicator for filesave progress

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98731

--- Comment #7 from Michael Meeks  ---
Oh - sure =) it's pretty easy I think; just wait until the period when there is
no progress bar updating, stop the app in the debugger and see what the stack
frames look like =) it is exactly those stack frames that are not doing the
right thing. Resume execution for a second, pause and take another stack trace
etc. 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 107837] FILESAVE: DOCX - Section content across 3 columns appear in first column

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107837

Miklos Vajna  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |vmik...@collabora.co.uk
   |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-commits] core.git: 2 commits - include/unotools officecfg/registry sw/inc sw/source sw/uiconfig unotools/source

2017-05-26 Thread Miklos Vajna
 include/unotools/compatibility.hxx|1 
 officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs |6 ++
 sw/inc/viewsh.hxx |2 
 sw/source/core/layout/paintfrm.cxx|   21 
--
 sw/source/core/view/viewsh.cxx|6 ++
 sw/source/ui/config/optcomp.cxx   |   16 
++-
 sw/uiconfig/swriter/ui/optcompatpage.ui   |1 
 unotools/source/config/compatibility.cxx  |4 +
 8 files changed, 50 insertions(+), 7 deletions(-)

New commits:
commit f85ded43446b17fbfdd868cc057ba39666d3d7cb
Author: Miklos Vajna 
Date:   Fri May 26 18:13:54 2017 +0200

tdf#108056 sw: add UI to disable SubtractFlysAnchoredAtFlys compat option

There is a reason this is off by default, make it a bit more easier for
users to not depend this option when they don't actually need it.

Change-Id: I21c5b942c6021fa21840779e1a9f53055fbf279f
Reviewed-on: https://gerrit.libreoffice.org/38081
Reviewed-by: Miklos Vajna 
Tested-by: Jenkins 

diff --git a/include/unotools/compatibility.hxx 
b/include/unotools/compatibility.hxx
index defbabdf8563..5a4e2f7922ef 100644
--- a/include/unotools/compatibility.hxx
+++ b/include/unotools/compatibility.hxx
@@ -59,6 +59,7 @@ class UNOTOOLS_DLLPUBLIC SvtCompatibilityEntry
 ExpandWordSpace,
 ProtectForm,
 MsWordTrailingBlanks,
+SubtractFlysAnchoredAtFlys,
 
 /* Should be at the end. Do not remove it. */
 INVALID
diff --git a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs
index 90394f22dafe..f71c66205871 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs
@@ -116,6 +116,12 @@
 
 false
   
+  
+
+  Use LibreOffice 4.3 anchoring paint order
+
+false
+  
 
   
   
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx
index 17fe5f6f2c9f..1678e26eea3e 100644
--- a/sw/inc/viewsh.hxx
+++ b/sw/inc/viewsh.hxx
@@ -418,6 +418,8 @@ public:
 
 void SetMsWordCompTrailingBlanks( bool _bMsWordCompTrailingBlanks );
 
+void SetSubtractFlysAnchoredAtFlys(bool bSubtractFlysAnchoredAtFlys);
+
 // DOCUMENT COMPATIBILITY FLAGS END
 
 // Calls Idle-formatter of Layout.
diff --git a/sw/source/core/view/viewsh.cxx b/sw/source/core/view/viewsh.cxx
index 8ce4de7d028c..7cbcd8b4a689 100644
--- a/sw/source/core/view/viewsh.cxx
+++ b/sw/source/core/view/viewsh.cxx
@@ -917,6 +917,12 @@ void SwViewShell::SetMsWordCompTrailingBlanks( bool 
_bMsWordCompTrailingBlanks )
 }
 }
 
+void SwViewShell::SetSubtractFlysAnchoredAtFlys(bool 
bSubtractFlysAnchoredAtFlys)
+{
+IDocumentSettingAccess& rIDSA = getIDocumentSettingAccess();
+rIDSA.set(DocumentSettingId::SUBTRACT_FLYS, bSubtractFlysAnchoredAtFlys);
+}
+
 void SwViewShell::Reformat()
 {
 SwWait aWait( *GetDoc()->GetDocShell(), true );
diff --git a/sw/source/ui/config/optcomp.cxx b/sw/source/ui/config/optcomp.cxx
index 3dc5d377ace0..4feaf12b3684 100644
--- a/sw/source/ui/config/optcomp.cxx
+++ b/sw/source/ui/config/optcomp.cxx
@@ -114,7 +114,8 @@ sal_uLong convertBools2Ulong_Impl
 bool _bConsiderWrappingStyle,
 bool _bExpandWordSpace,
 bool _bProtectForm,
-bool _bMsWordCompTrailingBlanks
+bool _bMsWordCompTrailingBlanks,
+bool bSubtractFlysAnchoredAtFlys
 )
 {
 sal_uLong nRet = 0;
@@ -158,6 +159,9 @@ sal_uLong convertBools2Ulong_Impl
 nSetBit = nSetBit << 1;
 if ( _bMsWordCompTrailingBlanks )
 nRet |= nSetBit;
+nSetBit = nSetBit << 1;
+if (bSubtractFlysAnchoredAtFlys)
+nRet |= nSetBit;
 
 return nRet;
 }
@@ -241,7 +245,8 @@ void SwCompatibilityOptPage::InitControls( const 
SfxItemSet& rSet )
 aEntry.getValue( 
SvtCompatibilityEntry::Index::ConsiderWrappingStyle ),
 aEntry.getValue( 
SvtCompatibilityEntry::Index::ExpandWordSpace ),
 aEntry.getValue( SvtCompatibilityEntry::Index::ProtectForm ),
-aEntry.getValue( 
SvtCompatibilityEntry::Index::MsWordTrailingBlanks ) );
+aEntry.getValue( 
SvtCompatibilityEntry::Index::MsWordTrailingBlanks ),
+aEntry.getValue( 
SvtCompatibilityEntry::Index::SubtractFlysAnchoredAtFlys ) );
 m_pFormattingLB->SetEntryData( nPos, 
reinterpret_cast((sal_IntPtr)nOptions) );
 }
 
@@ -313,7 +318,8 @@ sal_uLong SwCompatibilityOptPage::GetDocumentOptions() const
 rIDocumentSettingAccess.get( 
DocumentSettingId::CONSIDER_WRAP_ON_OBJECT_POSITION ),
 !rIDocumentSettingAccess.get( 

[Libreoffice-bugs] [Bug 100849] Currency icon is har =?UTF-8?Q?dcoded=20to=20=E2=80=9C=24=E2=80=9D?=, which is inappropriate to locales not using dollars

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100849

V Stuart Foote  changed:

   What|Removed |Added

 CC||er...@redhat.com

--- Comment #10 from V Stuart Foote  ---
@Jay, Eike, Adolfo *

Maybe rather than static list of icons for world currencies, do something
clever and make the button decoration dynamic.

Couldn't we use ICU to assign the ISO 4217 compliant currency for the locale
(document or system) such that its Unicode glyph would become basis of SVG
button decoration?

-- 
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 108043] 5.4beta1 doesn't start on Windows XP, and Vista

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108043

Aron Budea  changed:

   What|Removed |Added

Summary|5.4beta1 doesn't start on   |5.4beta1 doesn't start on
   |Windows XP, no entry point  |Windows XP, and Vista
   |for |
   |GetUserDefaultLocaleName|

-- 
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 100849] Currency icon is har =?UTF-8?Q?dcoded=20to=20=E2=80=9C=24=E2=80=9D?=, which is inappropriate to locales not using dollars

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100849

--- Comment #9 from Adolfo Jayme  ---
(In reply to Yousuf Philips (jay) from comment #8)
> Yes i had changed this to a dollar in 5.1 as the old tango icon of coins
> arent understandable and a dollar symbol is universally understood for
> currency.

I can’t agree that *coins* aren’t understood as money. MS Office also uses
coins for this action, so the point is moot even if it weren’t about such an
obvious, straightforward metaphor.

-- 
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 106069] libreofficedev core not installed correctly

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106069

MM  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #2 from MM  ---
Doesn't happen anymore when updating 5.5 daily.

-- 
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: Changes to 'feature/lok_dialog'

2017-05-26 Thread Tomaž Vajngerl
New branch 'feature/lok_dialog' available with the following commits:
commit d6f3d8395ff15d2022159b51eacd79e8e416fce4
Author: Tomaž Vajngerl 
Date:   Fri May 26 22:55:31 2017 +0200

Add IDialogRenderable interface for rendering of dialogs

Change-Id: I1d85729a1ac1a99d33ea2bde1b50ccf4c05ca9a9

commit 0d828a3592ad5b985e54e9df8c601cedca1eb079
Author: Tomaž Vajngerl 
Date:   Fri May 26 22:37:06 2017 +0200

move ITileRenderable implementation to own file

Change-Id: Ib05ecf5f92e0ae4adf99c4dd10d60e730a95cf45

___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 98259] [META] Keyboard shortcuts and accelerators bugs and enhancements

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98259

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on|33684   |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=33684
[Bug 33684] autocompletion does not longer work by pressing TAB
-- 
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 33684] autocompletion does not longer work by pressing TAB

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33684

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks|98259   |103341


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=98259
[Bug 98259] [META] Keyboard shortcuts and accelerators bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=103341
[Bug 103341] [META] Auto Correct and Completion bugs and enhancements
-- 
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 103341] [META] Auto Correct and Completion bugs and enhancements

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103341

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||33684


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=33684
[Bug 33684] autocompletion does not longer work by pressing TAB
-- 
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 108140] Page Properties menu takes a long time to be loaded

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108140

m.a.riosv  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||miguelangelrv@libreoffice.o
   ||rg
 Ever confirmed|0   |1

--- Comment #1 from m.a.riosv  ---
I can't reproduce.
Version: 5.3.4.0.0+ (x64)
Build ID: 5756d3d5bd2175335ac302aaa806fd5f2277f564
CPU Threads: 4; OS Version: Windows 6.19; UI Render: GL; Layout Engine: new; 
TinderBox: Win-x86_64@62-TDF, Branch:libreoffice-5-3, Time: 2017-05-19_17:05:19
Locale: es-ES (es_ES); Calc: group

Please try resetting the user profile, sometimes solves strange issues.
https://wiki.documentfoundation.org/UserProfile
Usually it's enough renaming/deleting the file
"user/registrymodifications.xcu",  it affects all the options in
Menu/Tools/Options, and the files "user/basic/dialog.xlc" and "scrip.xlc" are
overwritten, additionally custom colors in "user/config/standard.soc" are lost.

-- 
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 106988] Default set of list styles

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106988

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||gautier.sop...@gmail.com

--- Comment #14 from Yousuf Philips (jay)  ---
(In reply to kompilainenn from comment #11)
> IMHO, these names with three word in name are too long for GUI and will
> problem for translating

Yep something that long is likely useful for a tooltip.

(In reply to Mike Kaganski from comment #12)
> Won't styles with names differing only with case give problems?

Style names are case-sensitive, so i would assume not. @Maxim, @Miklos: Any
thoughts?

(In reply to Heiko Tietze from comment #13)
> That looks like a good compromise. We should also think about removing
> "Numbering" from the text.

So what would distinguish bullet lists from number lists?

> Numbering 123
> Numbering ABC
> Numbering abc
> Numbering IVM
> Numbering ivm

The first three jump by 1s but the last 2 dont, which looks strange. Even if it
was fine that they jump by more than 1, would have expected it to be IVX.

MS Word has outline list styles named like so, though it doesnt have any bullet
and numbering styles.

1 / 1.1 / 1.1.1
1 / a / i

-- 
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 108008] SPELL Check : False positive with %.

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108008

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #1 from raal  ---
I can not confirm with Version: 5.5.0.0.alpha0+
Build ID: 07381c017cd2b4e3ce643d17ae7cbb11ddef2228
CPU threads: 4; OS: Linux 4.4; UI render: default; VCL: gtk2; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2017-05-19_23:08:45

English (USA) text:
10 %. helo 

underlined is only "helo"

-- 
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 108102] Alignment and wrapping error for a file created by EPP Plus C# library

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108102

--- Comment #7 from Wieslaw Swiergala  ---
And you are right. Second saved file is OK, but saved for first time
unfortunately not.

-- 
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 108138] editing

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108138

m.a.riosv  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||miguelangelrv@libreoffice.o
   ||rg
 Ever confirmed|0   |1

--- Comment #1 from m.a.riosv  ---
I think without a sample file where to reproduce the issue, there is no way to
know what is happening?, an image doesn't help in this case.

-- 
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 108102] Alignment and wrapping error for a file created by EPP Plus C# library

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108102

--- Comment #6 from Wieslaw Swiergala  ---
I've attached 3 screens from LibreOffice, OpenOffice and MS Office. You can see
the difference. LibreOffice don't align columns to the left and don't fit a
column height to the text.  It's really the same file, opened in 3 others
applications.

-- 
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 108143] Inserting a new sheet in Calc fails

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108143

m.a.riosv  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||miguelangelrv@libreoffice.o
   ||rg
 Resolution|--- |NOTABUG

--- Comment #2 from m.a.riosv  ---
The spreadsheet is protected without key.

Disable the protection on Menu/Tools/Protect spreadsheet

-- 
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 108102] Alignment and wrapping error for a file created by EPP Plus C# library

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108102

--- Comment #5 from Wieslaw Swiergala  ---
Created attachment 133634
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133634=edit
OpenOffice screen

-- 
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 107905] [META] Cross-references bugs and enhancements

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107905

Yousuf Philips (jay)  changed:

   What|Removed |Added

  Alias||Fields-Cross-Reference

-- 
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 108102] Alignment and wrapping error for a file created by EPP Plus C# library

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108102

--- Comment #4 from Wieslaw Swiergala  ---
Created attachment 133633
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133633=edit
MS Office screen

-- 
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 108102] Alignment and wrapping error for a file created by EPP Plus C# library

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108102

--- Comment #3 from Wieslaw Swiergala  ---
Created attachment 133632
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133632=edit
LibreOffice screen

-- 
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 108098] Sheet comments toggle state should be evaluated when switching sheets

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108098

--- Comment #3 from Yousuf Philips (jay)  ---
Created attachment 133631
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133631=edit
screencast

@Gulsah: Would suggest you download a TDF daily build if you cant repo this on
your git build.

-- 
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 80416] EDITING: Cannot change type/format of date/ time fields from context menu

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80416

--- Comment #12 from cytan...@yahoo.com ---
Bug persists on LibreOffice 5.3.3.2 running macOS sierra 10.12.5

-- 
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 90036] FORMATTING: Cannot reset numbering in bullets/numbers

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90036

--- Comment #9 from cytan...@yahoo.com ---
Bug remains in LibreOffice 5.3.3.2 on macOS sierra 10.12.5

-- 
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 108030] UNO command for listing and using applied paragraph styles

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108030

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl,
   ||rb.hensc...@t-online.de

--- Comment #6 from Yousuf Philips (jay)  ---
(In reply to Heiko Tietze from comment #5)
> Many of the Notebookbar variants are designed for use without the sidebar. 

Yes in general the sidebar isnt intended to be used by many of the
Notebookbars, just like when using the standard toolbars, but it will always
have features not available elsewhere, like styles & formatting, gallery and
navigator, which users will have to use the sidebar to access.

> How about a solution where the style dropdown widget would be enhanced by a
> filter like in the sidebar? That could be a button next to the dropdown the
> functions update/new but also a radio button to select what styles to list.
> Something like

Didnt follow, got a mockup?

(In reply to Thomas Lendo from comment #2)
> The Paragraph Styles drop-down list shows this behavior, right. I never use
> these drop-down lists and nor does anybody of my colleagues. In some
> documents, the number of shown styles in the drop-down list exceeds 50
> entries ...

Thinking about this more, if i wanted to reapply a style already in use in the
document to another paragraph, i would simply type the name in the drop down
list rather than opening it up.

@Cor, @Regina: What do style die-heart users do when they deal with documents
with alot of styles?

-- 
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 108091] Text background color is changed after saving to DOCX and reloading.

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108091

oc-spa...@laposte.net changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #6 from oc-spa...@laposte.net ---
"I can confirm the color highlight color changes after saving to DOCX and
reloading"

Message to the people who could not reproduce the bug: did you really save to
DOCX and then load the produced DOCX file?

"But I expect this to be a dupe of bug 107793"

I do not agree because bug 107793 is about _multiple_ color highlighting. In
this bug there is only one highlighted word. This is more fundamental.

-- 
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 104100] icons missing in the galaxy icon set

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104100

--- Comment #4 from Regina Henschel  ---
Yes, I like Galaxy icon-theme. But I will have no time for it in the next two
months.

-- 
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 98731] Progress bar is not a good indicator for filesave progress

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98731

Yousuf Philips (jay)  changed:

   What|Removed |Added

   Keywords||perf
 CC||ba...@caesar.elte.hu,
   ||michael.me...@collabora.com
   ||, philip...@hotmail.com

--- Comment #6 from Yousuf Philips (jay)  ---
@Meeks: Any thoughts on what is needed to track down the issue? backtrace,
valgrind, etc.

-- 
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 107731] Default red font color and yellow highlight color no long in default color palette

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107731

--- Comment #12 from Yousuf Philips (jay)  ---
(In reply to Heiko Tietze from comment #11)
> The red is a bit brighter which I aesthetically appreciate.

Needs to be bright when its around alot of black text, else you wont be able to
easily see it. :D

-- 
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 108143] Inserting a new sheet in Calc fails

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108143

--- Comment #1 from Joseph Conner  ---
Created attachment 133630
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133630=edit
Problem Spreadsheet

-- 
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 107318] [META] Clone formatting and Clear direct formatting issues

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107318

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||31766


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=31766
[Bug 31766] EDITING Removing of Hyperlinks with Clear Direct Formatting
inconsistent: works in Calc/Impress but not in Writer
-- 
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 31766] EDITING Removing of Hyperlinks with Clear Direct Formatting inconsistent: works in Calc/Impress but not in Writer

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=31766

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||107318

--- Comment #19 from Thomas Lendo  ---
I've the same opinion of Michael Stahl in comment 15.

For me, hyperlinks are no formatting, they are text elements like a list and no
style like red text color (beside the fact, that links have a specific
character style - but deleting them would make links in text unfindable).
Therefore please do not remove links or default link for. If the behavior is
anywhere different, please change that to make it work like in Writer.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107318
[Bug 107318] [META] Clone formatting and Clear direct formatting issues
-- 
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-ux-advise] [Bug 106228] [Meta] Icon issues

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106228

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on|106284  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=106284
[Bug 106284] Sifr icon for "save/save as" not shown as other activated icons
-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 106228] [Meta] Icon issues

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106228

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on|106284  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=106284
[Bug 106284] Sifr icon for "save/save as" not shown as other activated icons
-- 
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 105484] Several icons for List not suitable for left-to-right ( vertical) direction

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105484

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||83066


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=83066
[Bug 83066] [META] Tracking bug for CJK issues
-- 
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 83066] [META] Tracking bug for CJK issues

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83066

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||105484


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=105484
[Bug 105484] Several icons for List not suitable for left-to-right (vertical)
direction
-- 
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 108143] New: Inserting a new sheet in Calc fails

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108143

Bug ID: 108143
   Summary: Inserting a new sheet in Calc fails
   Product: LibreOffice
   Version: 5.3.3.2 release
  Hardware: x86-64 (AMD64)
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: joeconner2...@gmail.com

Description:
Using Libreoffice 5.3.3.2 I attempted to open an additional sheet in Calc by 
Using Ubuntu 17.04 64bit and LibreOffie 5.3.3.2: Clicking on the "+" box in the
lower left corner in a spreadsheet created in an earlier version of
LibreOffice. Instead of opening a new sheet nothing happens. A spinbox can be
opened with a right click but there is no "NEW" choice, only the ability to
check an existing sheet.

Creating a new spreadsheet with 5.3.3.2 does not have this problem, and not all
earlier created spreads have this problem.


Steps to Reproduce:
1. Open an older spreadsheet.
2. Insert a new sheet using a click on the "+" box in the lower left corner.
3. Perhaps nothing happens, perhaps it inserts a new sheet.

Actual Results:  
1. Open an older spreadsheet.
2. Insert a new sheet using a click on the "+" box in the lower left corner.
3. Perhaps nothing happens, perhaps it inserts a new sheet.

Expected Results:
With the particular problem spreadsheet, nothing happens. The desired outcome
is the creation of a new sheet.


Reproducible: Always

User Profile Reset: No

Additional Info:


User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:53.0) Gecko/20100101
Firefox/53.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 108142] New: Random freezes when copying the content of a cell from the cell content bar in xlsx

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108142

Bug ID: 108142
   Summary: Random freezes when copying the content of a cell from
the cell content bar in xlsx
   Product: LibreOffice
   Version: 5.2.7.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: fred...@free.fr

When repeating several times in an .xlsx file the sequence:
1. clic on a cell
2. select the whole cell content from within the cell content bar
3. pasting into another cell

LibreOffice Calc randomly -say once or twice a day- freezes. I can only kill
the process or wait for a popup stating that the process does not respond any
more and proposing to wait or kill. Waiting several minutes never solved the
problem.

The .xlsx file weighs 51 kiB, 7 sheets of pure text with less than 20
conditional formatting rules, no formula, no links. 6 sheets are very small and
one is about 250 rows and 25 columns. Several cells contain a whole paragraph
of text, a few of which include line breaks made with Ctrl-Super-Enter.

Further information: a lot of free RAM, few applications running, CPU mostly
idle, running under Gnome.

-- 
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 104100] icons missing in the galaxy icon set

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104100

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||philip...@hotmail.com,
   ||rb.hensc...@t-online.de

--- Comment #3 from Yousuf Philips (jay)  ---
Galaxy is no longer being worked on, so it is highly unlikely that icons will
be coming for any of these buttons. Previously we used to copy tango icons into
Galaxy, but that stopped happening around LO 4.4 or so.

(In reply to Philippe Hemmel from comment #0)
> Main bar :
> - show track changes bar

I only see 'Merge' which doesnt have an icon.

> - data sources (only in small size in version 5.1.5 and 5.1.6, seems ok in
> 5.2.3, at least on Linux OpenSuse)

The following entries in links.txt seem to be messing this up.
cmd/lc_viewdatasourcebrowser.png cmd/lc_dataranges.png
cmd/sc_viewdatasourcebrowser.png cmd/sc_dataranges.png

> Table bar : 
> - select cell
> - split table
> - number format
> - unprotect cells

Small and large icons are missing for all of these and a large icon is missing
for Protect Cells.

> Strangely there is a way to "fix" this bug. For windows :
> - in {install dir}\share\config, copy the file images_galaxy.zip to
> images_galaxy2.zip
> - in LO, select the galaxy2 icon set
> - it works... I don't know why.

This is because it is falling back on tango, which has these icons.

@Regina: Is this something you want to take on?

-- 
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 100849] Currency icon is har =?UTF-8?Q?dcoded=20to=20=E2=80=9C=24=E2=80=9D?=, which is inappropriate to locales not using dollars

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100849

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl,
   ||philip...@hotmail.com,
   ||tietze.he...@gmail.com,
   ||vstuart.fo...@utsa.edu

--- Comment #8 from Yousuf Philips (jay)  ---
Yes i had changed this to a dollar in 5.1 as the old tango icon of coins arent
understandable and a dollar symbol is universally understood for currency.
Ideally this wouldnt change between locales, but if a locale specific icons is
wanted, they should be added into /icon-themes/tango/cmd/[locale folder]/.

@Adolfo: Would have been nice if you had CCed me on this, before reverting part
of my patch so it could have been discussed. Will you be reverting your patch
or should I?

-- 
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 59863] FORMATTING: Anchor to Cell Text

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=59863

Andrzej  changed:

   What|Removed |Added

  Attachment #73695|@ta-b@  |@@
   filename||

-- 
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 59863] FORMATTING: Anchor to Cell Text

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=59863

Andrzej  changed:

   What|Removed |Added

  Attachment #73696|@ta-b2@ |@@
   filename||

-- 
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 59863] FORMATTING: Anchor to Cell Text

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=59863

Andrzej  changed:

   What|Removed |Added

Summary|FORMATTING: Anchor to Cell  |FORMATTING: Anchor to Cell
   |Text or Text Animation  |Text
   |don't work in XLSX  |

-- 
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 80430] [META] LOCALHELP: Features x Documentation gap

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80430

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||84371


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=84371
[Bug 84371] How to remove hyperlinks is not explained
-- 
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 84371] How to remove hyperlinks is not explained

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84371

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||80430


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=80430
[Bug 80430] [META] LOCALHELP: Features x Documentation gap
-- 
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 108091] Text background color is changed after saving to DOCX and reloading.

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108091

Telesto  changed:

   What|Removed |Added

 CC||tele...@surfxs.nl

--- Comment #5 from Telesto  ---
I can confirm the color highlight color changes after saving to DOCX and
reloading it with
Version: 5.5.0.0.alpha0+
Build ID: d57e6cd9dcc96112994ca2b14ac45896e86b26e5
CPU threads: 4; OS: Windows 6.19; UI render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2017-05-18_22:43:07
Locale: nl-NL (nl_NL); Calc: CL

But I expect this to be a dupe of bug 107793

-- 
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-ux-advise] [Bug 66694] UI: Add context menu for "Remove hyperlink" when right-click on button form objects containing a hyperlink.

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=66694

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||86349


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=86349
[Bug 86349] [META] Context menu bugs and enhancements
-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 86349] [META] Context menu bugs and enhancements

2017-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86349

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||66694


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=66694
[Bug 66694] UI: Add context menu for "Remove hyperlink" when right-click on
button form objects containing a hyperlink.
-- 
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   4   5   6   >