[Libreoffice-commits] core.git: bin/find-unneeded-includes

2019-02-11 Thread Libreoffice Gerrit user
 bin/find-unneeded-includes |5 +
 1 file changed, 5 insertions(+)

New commits:
commit 6ff712db7f581c66b50b1b50506ae0a5c3089218
Author: Gabor Kelemen 
AuthorDate: Fri Feb 8 23:40:01 2019 +0100
Commit: Miklos Vajna 
CommitDate: Mon Feb 11 09:41:35 2019 +0100

find-unneeded-includes: Skip headers used only for compile test

As proposed in https://gerrit.libreoffice.org/#/c/67473/

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

diff --git a/bin/find-unneeded-includes b/bin/find-unneeded-includes
index e955ae7d33e4..2bcf48604552 100755
--- a/bin/find-unneeded-includes
+++ b/bin/find-unneeded-includes
@@ -114,6 +114,11 @@ def ignoreRemoval(include, toAdd, absFileName, 
moduleRules):
 
 fileName = os.path.relpath(absFileName, os.getcwd())
 
+# Skip headers used only for compile test
+if fileName == "cppu/qa/cppumaker/test_cppumaker.cxx":
+if include.endswith(".hpp"):
+return True
+
 # yaml rules
 
 if "blacklist" in moduleRules.keys():
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 113104] MacOS: CPU utilization while scrolling through a plain text document is around 90% on Retina HiDPI screens

2019-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113104

Alex Thurgood  changed:

   What|Removed |Added

 CC||noicerea...@gmail.com

--- Comment #9 from Alex Thurgood  ---
*** Bug 120545 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 120545] LibreOffice UI extremely slow on MacBook Pro with Retina displays when dragging to external monitor workspace and back

2019-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120545

Alex Thurgood  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #5 from Alex Thurgood  ---


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

-- 
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 113104] MacOS: CPU utilization while scrolling through a plain text document is around 90% on Retina HiDPI screens

2019-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113104

Alex Thurgood  changed:

   What|Removed |Added

Summary|MacOS: CPU utilization  |MacOS: CPU utilization
   |while scrolling through a   |while scrolling through a
   |plain text document is  |plain text document is
   |around 90%  |around 90% on Retina HiDPI
   ||screens

-- 
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 113104] MacOS: CPU utilization while scrolling through a plain text document is around 90%

2019-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113104

Alex Thurgood  changed:

   What|Removed |Added

   Priority|medium  |high
   Severity|normal  |major

-- 
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 123318] New: Problems with new help's "Search in chosen module" function

2019-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123318

Bug ID: 123318
   Summary: Problems with new help's "Search in chosen module"
function
   Product: LibreOffice
   Version: 6.2.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Documentation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mikekagan...@hotmail.com
CC: olivier.hal...@documentfoundation.org

Since 6.2 released, opening generic https://help.libreoffice.org opens a page
in Writer module [1], which has "Search in chosen module" active. That makes
that generic address not suitable to search in other modules without explicit
switch.

On the other hand, opening help from LibreOffice (using F1) brings another page
[2], that seems to belong to Common Help Topics (since it has "Search in all
modules" active, and its path is .../text/shared/...), but is shown as if it's
a Calc page (in Contents, it's expanded under "Spreadsheets (Calc)").

The online help also doesn't have an easy way to switch to "Common" "module"
like it's possible to switch to e.g. Writer (one would have to expand several
levels in Contents to go to some common topic), or otherwise switch from
"Search in chosen module" to "Search in all modules".

The proposals are:

1. Make [2] the default page for https://help.libreoffice.org;
2. Make necessary corrections to its metadata to move it to common topics in
Contents;
3. Add an easy way to switch between "Search in chosen module" and "Search in
all modules".

[1] https://help.libreoffice.org/latest/en-US/text/swriter/main.html
[2] https://help.libreoffice.org/6.2/en-US/text/shared/main0108.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 116851] General Input Output error opening an rtf file

2019-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116851

--- Comment #9 from Commit Notification 
 ---
Julien Nabet committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/+/c04c6c487e20730391cfc29dfe66b4558b7b4efb%5E%21

tdf#116851: some rtf files provide param with "-" for "edmins"

It will be available in 6.3.0.

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

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

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


[Libreoffice-bugs] [Bug 116851] General Input Output error opening an rtf file

2019-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116851

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.3.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 113510] [META] Bugs that cause CPU to run at 100%

2019-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113510
Bug 113510 depends on bug 123283, which changed state.

Bug 123283 Summary: Libreoffice 6.2 slow scrolling mac retina
https://bugs.documentfoundation.org/show_bug.cgi?id=123283

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

-- 
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 123283] Libreoffice 6.2 slow scrolling mac retina

2019-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123283

Alex Thurgood  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Alex Thurgood  ---


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

-- 
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 113104] MacOS: CPU utilization while scrolling through a plain text document is around 90%

2019-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113104

Alex Thurgood  changed:

   What|Removed |Added

 CC||f.farag...@gmail.com

--- Comment #8 from Alex Thurgood  ---
*** Bug 123283 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 90796] [META] HiDPI / Retina bugs

2019-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90796
Bug 90796 depends on bug 123283, which changed state.

Bug 123283 Summary: Libreoffice 6.2 slow scrolling mac retina
https://bugs.documentfoundation.org/show_bug.cgi?id=123283

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

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

2019-02-11 Thread Libreoffice Gerrit user
 sw/qa/core/data/rtf/pass/tdf116851.rtf  |  217 
 writerfilter/source/rtftok/rtfdispatchvalue.cxx |5 
 2 files changed, 222 insertions(+)

New commits:
commit c04c6c487e20730391cfc29dfe66b4558b7b4efb
Author: Julien Nabet 
AuthorDate: Sun Apr 8 22:48:57 2018 +0200
Commit: Miklos Vajna 
CommitDate: Mon Feb 11 09:29:58 2019 +0100

tdf#116851: some rtf files provide param with "-" for "edmins"

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

diff --git a/sw/qa/core/data/rtf/pass/tdf116851.rtf 
b/sw/qa/core/data/rtf/pass/tdf116851.rtf
new file mode 100644
index ..a4df5b87c9e6
--- /dev/null
+++ b/sw/qa/core/data/rtf/pass/tdf116851.rtf
@@ -0,0 +1,217 @@
+{\rtf1\adeflang1025\ansi\ansicpg1252\uc1\adeff1\deff0\stshfdbch31505\stshfloch31506\stshfhich31506\stshfbi0\deflang1033\deflangfe2052\themelang1033\themelangfe0\themelangcs0{\fonttbl{\f0\fbidi
 \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New 
Roman;}{\f1\fbidi \fswiss\fcharset0\fprq2{\*\panose 020b0604020202020204}Arial;}
+{\f34\fbidi \froman\fcharset0\fprq2{\*\panose 02040503050406030204}Cambria 
Math;}{\f37\fbidi \fswiss\fcharset0\fprq2{\*\panose 
020f0502020204030204}Calibri;}{\flomajor\f31500\fbidi 
\froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}
+{\fdbmajor\f31501\fbidi \froman\fcharset0\fprq2{\*\panose 
02020603050405020304}Times New Roman;}{\fhimajor\f31502\fbidi 
\fswiss\fcharset0\fprq2{\*\panose 020f0302020204030204}Calibri Light;}
+{\fbimajor\f31503\fbidi \froman\fcharset0\fprq2{\*\panose 
02020603050405020304}Times New Roman;}{\flominor\f31504\fbidi 
\froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}
+{\fdbminor\f31505\fbidi \froman\fcharset0\fprq2{\*\panose 
02020603050405020304}Times New Roman;}{\fhiminor\f31506\fbidi 
\fswiss\fcharset0\fprq2{\*\panose 020f0502020204030204}Calibri;}
+{\fbiminor\f31507\fbidi \froman\fcharset0\fprq2{\*\panose 
02020603050405020304}Times New Roman;}{\f45\fbidi \froman\fcharset238\fprq2 
Times New Roman CE;}{\f46\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}
+{\f48\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\f49\fbidi 
\froman\fcharset162\fprq2 Times New Roman Tur;}{\f50\fbidi 
\froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\f51\fbidi 
\froman\fcharset178\fprq2 Times New Roman (Arabic);}
+{\f52\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\f53\fbidi 
\froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\f55\fbidi 
\fswiss\fcharset238\fprq2 Arial CE;}{\f56\fbidi \fswiss\fcharset204\fprq2 Arial 
Cyr;}
+{\f58\fbidi \fswiss\fcharset161\fprq2 Arial Greek;}{\f59\fbidi 
\fswiss\fcharset162\fprq2 Arial Tur;}{\f60\fbidi \fswiss\fcharset177\fprq2 
Arial (Hebrew);}{\f61\fbidi \fswiss\fcharset178\fprq2 Arial (Arabic);}
+{\f62\fbidi \fswiss\fcharset186\fprq2 Arial Baltic;}{\f63\fbidi 
\fswiss\fcharset163\fprq2 Arial (Vietnamese);}{\f385\fbidi 
\froman\fcharset238\fprq2 Cambria Math CE;}{\f386\fbidi 
\froman\fcharset204\fprq2 Cambria Math Cyr;}
+{\f388\fbidi \froman\fcharset161\fprq2 Cambria Math Greek;}{\f389\fbidi 
\froman\fcharset162\fprq2 Cambria Math Tur;}{\f392\fbidi 
\froman\fcharset186\fprq2 Cambria Math Baltic;}{\f393\fbidi 
\froman\fcharset163\fprq2 Cambria Math (Vietnamese);}
+{\f415\fbidi \fswiss\fcharset238\fprq2 Calibri CE;}{\f416\fbidi 
\fswiss\fcharset204\fprq2 Calibri Cyr;}{\f418\fbidi \fswiss\fcharset161\fprq2 
Calibri Greek;}{\f419\fbidi \fswiss\fcharset162\fprq2 Calibri Tur;}
+{\f422\fbidi \fswiss\fcharset186\fprq2 Calibri Baltic;}{\f423\fbidi 
\fswiss\fcharset163\fprq2 Calibri (Vietnamese);}{\flomajor\f31508\fbidi 
\froman\fcharset238\fprq2 Times New Roman CE;}
+{\flomajor\f31509\fbidi \froman\fcharset204\fprq2 Times New Roman 
Cyr;}{\flomajor\f31511\fbidi \froman\fcharset161\fprq2 Times New Roman 
Greek;}{\flomajor\f31512\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}
+{\flomajor\f31513\fbidi \froman\fcharset177\fprq2 Times New Roman 
(Hebrew);}{\flomajor\f31514\fbidi \froman\fcharset178\fprq2 Times New Roman 
(Arabic);}{\flomajor\f31515\fbidi \froman\fcharset186\fprq2 Times New Roman 
Baltic;}
+{\flomajor\f31516\fbidi \froman\fcharset163\fprq2 Times New Roman 
(Vietnamese);}{\fdbmajor\f31518\fbidi \froman\fcharset238\fprq2 Times New Roman 
CE;}{\fdbmajor\f31519\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}
+{\fdbmajor\f31521\fbidi \froman\fcharset161\fprq2 Times New Roman 
Greek;}{\fdbmajor\f31522\fbidi \froman\fcharset162\fprq2 Times New Roman 
Tur;}{\fdbmajor\f31523\fbidi \froman\fcharset177\fprq2 Times New Roman 
(Hebrew);}
+{\fdbmajor\f31524\fbidi \froman\fcharset178\fprq2 Times New Roman 
(Arabic);}{\fdbmajor\f31525\fbidi \froman\fcharset186\fprq2 Times New Roman 
Baltic;}{\fdbmajor\f31526\fbidi \froman\fcharset163\fprq2 Times New Roman 
(Vietnamese);}
+{\fhimajor\f31528\fbidi \fswiss\fcharset238\fprq2 

[Libreoffice-bugs] [Bug 123220] No alert when deleting custom Character Style applied in paragraph's Drop Caps

2019-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123220

Timur  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
Summary|No alert when deleting a|No alert when deleting
   |Character Style applied in  |custom Character Style
   |Drop Caps   |applied in paragraph's Drop
   ||Caps
 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 112689] Replace chained O(U)StringBuffer::append() with operator+

2019-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112689

--- Comment #23 from Commit Notification 
 ---
Omer Fatih Celik committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/+/867384792244667a33cad79a7348b34b6008822b%5E%21

tdf#112689: Replace changed O(U)StringBuffer::append() with operator+

It will be available in 6.3.0.

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

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

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


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

2019-02-11 Thread Libreoffice Gerrit user
 bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx |   15 ++-
 1 file changed, 6 insertions(+), 9 deletions(-)

New commits:
commit 867384792244667a33cad79a7348b34b6008822b
Author: Omer Fatih Celik 
AuthorDate: Sun Feb 10 10:52:48 2019 +0300
Commit: Noel Grandin 
CommitDate: Mon Feb 11 09:17:02 2019 +0100

tdf#112689: Replace changed O(U)StringBuffer::append() with operator+

Change-Id: I9221608db417217dd7c97c0300ecedb67fa74132
Reviewed-on: https://gerrit.libreoffice.org/67603
Tested-by: Jenkins
Reviewed-by: Noel Grandin 

diff --git a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx 
b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
index 753f814a3367..0ddc64b16f08 100644
--- a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
+++ b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
@@ -879,15 +879,12 @@ int mscx_filterCppException(
 , aUNOname.pData );
 if (pExcTD == nullptr)
 {
-OUStringBuffer buf;
-buf.append(
-"[mscx_uno bridge error] UNO type of "
-"C++ exception unknown: \"" );
-buf.append( aUNOname );
-buf.append( "\", RTTI-name=\"" );
-buf.append( aRTTIname );
-buf.append( "\"!" );
-RuntimeException exc( buf.makeStringAndClear() );
+OUString sMsg = "[mscx_uno bridge error] UNO type of "
+  + "C++ exception unknown: \""
+  + aUNOname + "\", RTTI-name=\""
+  + aRTTIname + "\"!";
+RuntimeException exc( sMsg );
+
 uno_type_any_constructAndConvert(
 pUnoExc, ,
 cppu::UnoType::get().getTypeLibType(), 
pCpp2Uno );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 123317] New: Ubuntu: Impress crashes if I open a presentation with embedded video or if I insert a video in a blank presentation

2019-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123317

Bug ID: 123317
   Summary: Ubuntu: Impress crashes if I open a presentation with
embedded video or if I insert a video in a blank
presentation
   Product: LibreOffice
   Version: 6.2.0.3 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: j.beck...@gmail.com

Description:
OS: Lubuntu (Linux)
Installation: via the .deb files
The new 6.2 release crashed whenever you try to inserta video (.mp4) or open a
presentation containing a video.
LO crashes and the whole system session disconnects. I have to reopen a session
under my name.
(this does not happen with the Windows 10 version)

Steps to Reproduce:
1. under Ubuntu, create a new Impress presention
2. try to insert a .mp4 video in it
3. (or alternatively open an existing presentation with an inserted video)

Actual Results:
LO crashes, the screen become black and the system closes the session. After a
while the session opening screen appears to reopen a session.

Expected Results:
Get a presentation with inserted videos, and be able to run it as a slide show.


Reproducible: Always


User Profile Reset: No



Additional Info:
[Information automatically included from LibreOffice]
Locale: fr
Module: Impress
[Information guessed from browser]
OS: Linux(Lubuntu)
OS is 64bit: yes

-- 
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 112689] Replace chained O(U)StringBuffer::append() with operator+

2019-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112689

--- Comment #22 from Commit Notification 
 ---
Muzaffer Kadir YILMAZ committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/+/3e214676b95ac384ae938f7baf7a4edbd4f5a7f3%5E%21

tdf#112689: Replace chained O(U)StringBuffer::append() with operator+

It will be available in 6.3.0.

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

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

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


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

2019-02-11 Thread Libreoffice Gerrit user
 basic/source/classes/sbunoobj.cxx |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

New commits:
commit 3e214676b95ac384ae938f7baf7a4edbd4f5a7f3
Author: Muzaffer Kadir YILMAZ 
AuthorDate: Sun Feb 10 10:35:21 2019 +0300
Commit: Muhammet Kara 
CommitDate: Mon Feb 11 09:09:52 2019 +0100

tdf#112689: Replace chained O(U)StringBuffer::append() with operator+

Change-Id: Iba19864313dc5039f5ca27be3d0c68785612346a
Reviewed-on: https://gerrit.libreoffice.org/67602
Tested-by: Jenkins
Reviewed-by: Muhammet Kara 

diff --git a/basic/source/classes/sbunoobj.cxx 
b/basic/source/classes/sbunoobj.cxx
index 045204c543c6..0449b2e4f40c 100644
--- a/basic/source/classes/sbunoobj.cxx
+++ b/basic/source/classes/sbunoobj.cxx
@@ -4821,11 +4821,10 @@ void SbUnoStructRefObject::Notify( SfxBroadcaster& rBC, 
const SfxHint& rHint )
 // Id == -1: Display implemented interfaces according the 
ClassProvider
 if( nId == -1 ) // Property ID_DBG_SUPPORTEDINTERFACES"
 {
-OUStringBuffer aRet;
-aRet.append( ID_DBG_SUPPORTEDINTERFACES );
-aRet.append( " not available.\n(TypeClass is not 
TypeClass_INTERFACE)\n" );
+OUString aRet = OUStringLiteral( 
ID_DBG_SUPPORTEDINTERFACES )
+  + " not available.\n(TypeClass is not 
TypeClass_INTERFACE)\n";
 
-pVar->PutString( aRet.makeStringAndClear() );
+pVar->PutString( aRet );
 }
 // Id == -2: output properties
 else if( nId == -2 )// Property ID_DBG_PROPERTIES
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 123220] No alert when deleting a Character Style applied in Drop Caps

2019-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123220

--- Comment #6 from Nithin  ---
Created attachment 149078
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149078=edit
Test Document

-- 
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 123220] No alert when deleting a Character Style applied in Drop Caps

2019-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123220

Nithin  changed:

   What|Removed |Added

 OS|All |Windows (All)
   Hardware|All |x86-64 (AMD64)
 Ever confirmed|1   |0
  Component|UI  |Writer
 Status|NEEDINFO|UNCONFIRMED
   Severity|enhancement |normal

--- Comment #5 from Nithin  ---
Steps to reproduce

1. Open Test.odt

2. The first paragraph has Paragraph Formatting - "Standard" with "DropCaps"
activated. The "Drop Caps" has Character formatting set to
"Test_Character_Style". 

3. Delete the character format (Right Click -> Delete) - >
Test_Character_Style. (The "Drop Caps" T loses its formatting)

# Bug No.1 -> No alert when deleting Character formatting

4. Undo this deletion using Edit->Undo or Ctrl+Z

# Bug No.2 -> The "DropCaps" Character formatting is not undone. 

5. Right click on Paragraph Format "Standard" -> Edit

# Bug No.3 -> LibreOffice Writer crashes.

-- 
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 122236] KDE5: too large gaps between radiobutton and text (if there is no icon for the item)

2019-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122236

--- Comment #11 from Aleksei Nikiforov  ---
Created attachment 149077
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149077=edit
qt-menu-icons.tar.bz2

Sources of sample Qt application.

If no icons are visible, it may be required to change hardcoded "desktop" icon
name in mainwindow.ui.

I've attached screenshots of same application built with Qt4 and Qt5. To me it
looks like it's either an issue in upstream Qt5 or an intended design 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-commits] core.git: icon-themes/elementary

2019-02-11 Thread Libreoffice Gerrit user
 icon-themes/elementary/links.txt |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 21b901d081484eacc11bacae876a9567519e9ff0
Author: Andrea Gelmini 
AuthorDate: Sun Feb 10 17:27:35 2019 +
Commit: Julien Nabet 
CommitDate: Mon Feb 11 09:05:53 2019 +0100

Fix path

Change-Id: Iacc398b4195b742ca453a2480e78bbf0e25909e8
Reviewed-on: https://gerrit.libreoffice.org/67663
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/icon-themes/elementary/links.txt b/icon-themes/elementary/links.txt
index 0d1ed4e6a48d..89490f597da6 100644
--- a/icon-themes/elementary/links.txt
+++ b/icon-themes/elementary/links.txt
@@ -2076,5 +2076,5 @@ cmd/lc_renametable.png cmd/lc_name.png
 cmd/sc_renametable.png cmd/sc_name.png
 
 cmd/32/textattributes.png cmd/32/fontdialog.png
-cmd/lc_textattributes.png cmdlc_fontdialog.png
+cmd/lc_textattributes.png cmd/lc_fontdialog.png
 cmd/sc_textattributes.png cmd/sc_fontdialog.png
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 122236] KDE5: too large gaps between radiobutton and text (if there is no icon for the item)

2019-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122236

--- Comment #10 from Aleksei Nikiforov  ---
Created attachment 149076
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149076=edit
qt5-menu.png

A screenshot of menu from example Qt application built with Qt5.

-- 
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 122236] KDE5: too large gaps between radiobutton and text (if there is no icon for the item)

2019-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122236

Aleksei Nikiforov  changed:

   What|Removed |Added

 CC||darktemp...@basealt.ru

--- Comment #9 from Aleksei Nikiforov  ---
Created attachment 149075
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149075=edit
qt4-menu.png

A screenshot of menu from example Qt application built with Qt4.

-- 
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


<    2   3   4   5   6   7