[Libreoffice-bugs] [Bug 88116] OS X: reduce cut/paste coding

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88116

jan iversen  changed:

   What|Removed |Added

 Whiteboard|ToBeReviewed|

-- 
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 67763] date & time controls: fractional seconds, timezone support, duration, interval

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67763

jan iversen  changed:

   What|Removed |Added

 Whiteboard|ToBeReviewed|

-- 
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: editeng/source

2016-04-19 Thread Stephan Bergmann
 editeng/source/editeng/impedit.cxx  |3 +--
 editeng/source/editeng/impedit2.cxx |9 -
 2 files changed, 5 insertions(+), 7 deletions(-)

New commits:
commit 6b7594a84eaff5594d019ecc0ad324ebaa6f760d
Author: Stephan Bergmann 
Date:   Wed Apr 20 07:56:54 2016 +0200

Use IsRightToLeft()

...instead of computing this from GetRightToLeftLevel()

Change-Id: If0068c8aae581b6f097ba3897b4a3031db8d9afd

diff --git a/editeng/source/editeng/impedit.cxx 
b/editeng/source/editeng/impedit.cxx
index f1c8d40..d22c03c 100644
--- a/editeng/source/editeng/impedit.cxx
+++ b/editeng/source/editeng/impedit.cxx
@@ -962,8 +962,7 @@ void ImpEditView::ShowCursor( bool bGotoCursor, bool 
bForceVisCursor )
 {
 sal_uInt16 nTextPortion = 
pParaPortion->GetTextPortions().FindPortion( aPaM.GetIndex(), 
nTextPortionStart, (nShowCursorFlags & GETCRSR_PREFERPORTIONSTART) != 0 );
 const TextPortion& rTextPortion = 
pParaPortion->GetTextPortions()[nTextPortion];
-sal_uInt16 nRTLLevel = rTextPortion.GetRightToLeftLevel();
-if ( nRTLLevel%2 )
+if (rTextPortion.IsRightToLeft())
 nCursorDir = CursorDirection::RTL;
 else
 nCursorDir = CursorDirection::LTR;
diff --git a/editeng/source/editeng/impedit2.cxx 
b/editeng/source/editeng/impedit2.cxx
index 9addb3d..6d19ff0 100644
--- a/editeng/source/editeng/impedit2.cxx
+++ b/editeng/source/editeng/impedit2.cxx
@@ -949,8 +949,7 @@ EditPaM ImpEditEngine::CursorVisualStartEnd( EditView* 
pEditView, const EditPaM&
 sal_Int32 nTmp;
 sal_Int32 nTextPortion = pParaPortion->GetTextPortions().FindPortion( 
aPaM.GetIndex(), nTmp, true );
 const TextPortion& rTextPortion = 
pParaPortion->GetTextPortions()[nTextPortion];
-sal_Int32 nRTLLevel = rTextPortion.GetRightToLeftLevel();
-bool bPortionRTL = (nRTLLevel%2) != 0;
+bool bPortionRTL = rTextPortion.IsRightToLeft();
 
 if ( bStart )
 {
@@ -1092,7 +1091,7 @@ EditPaM ImpEditEngine::CursorVisualLeftRight( EditView* 
pEditView, const EditPaM
 sal_Int32 nPortionStart;
 sal_Int32 nTextPortion = 
pParaPortion->GetTextPortions().FindPortion( aPaM.GetIndex(), nPortionStart, 
bBeforePortion );
 const TextPortion& rTextPortion = 
pParaPortion->GetTextPortions()[nTextPortion];
-bool bRTLPortion = (rTextPortion.GetRightToLeftLevel() % 2) != 0;
+bool bRTLPortion = rTextPortion.IsRightToLeft();
 
 // -1: We are 'behind' the character
 long nVisPos = (long)ubidi_getVisualIndex( pBidi, bWasBehind ? 
nPosInLine-1 : nPosInLine,  );
@@ -1119,9 +1118,9 @@ EditPaM ImpEditEngine::CursorVisualLeftRight( EditView* 
pEditView, const EditPaM
 // sal_uInt16 nTextPortion = 
pParaPortion->GetTextPortions().FindPortion( aPaM.GetIndex(), nPortionStart, 
!bRTLPortion );
 sal_Int32 _nTextPortion = 
pParaPortion->GetTextPortions().FindPortion( aPaM.GetIndex(), _nPortionStart, 
true );
 const TextPortion& _rTextPortion = 
pParaPortion->GetTextPortions()[_nTextPortion];
-if ( bVisualToLeft && !bRTLPortion && ( 
_rTextPortion.GetRightToLeftLevel() % 2 ) )
+if ( bVisualToLeft && !bRTLPortion && 
_rTextPortion.IsRightToLeft() )
 aPaM.SetIndex( aPaM.GetIndex()+1 );
-else if ( !bVisualToLeft && bRTLPortion && ( bWasBehind || 
!(_rTextPortion.GetRightToLeftLevel() % 2 )) )
+else if ( !bVisualToLeft && bRTLPortion && ( bWasBehind || 
!_rTextPortion.IsRightToLeft() ) )
 aPaM.SetIndex( aPaM.GetIndex()+1 );
 
 pEditView->pImpEditView->SetCursorBidiLevel( _nPortionStart );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 39468] translate German comments, removing redundant ones

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=39468

jan iversen  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #234 from jan iversen  ---
There are no code pointers to missing translations, and a short look through
the number of patches and the code, suggest that the missing places are very
few.

In case this should remain open, then more specific code pointers need to be
added

-- 
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 64711] Impress is closed when show a custom slide show with all group are hidden slides

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64711

gmoll...@us.es changed:

   What|Removed |Added

Version|4.0.2.2 release |3.3.0 release

--- Comment #6 from gmoll...@us.es ---
The bug was present with 3.3.0: "inherited from OOo"

-- 
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 70185] starmath: unit test writing

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=70185

jan iversen  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
 Whiteboard|ToBeReviewed|

--- Comment #7 from jan iversen  ---
A patch has been submitted, if more is needed the pointers need to be updated

-- 
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: configure.ac

2016-04-19 Thread Korrawit Pruegsanusak
 configure.ac |  195 +--
 1 file changed, 57 insertions(+), 138 deletions(-)

New commits:
commit 97725c3a1fa020fb3562e5fbcb1ac348c2138434
Author: Korrawit Pruegsanusak 
Date:   Sun Mar 20 21:38:30 2016 +0700

cleanup AS_HELP_STRING in configure.ac

Change-Id: Ie3492616ea885961933b812820bf65f6b051b868
Reviewed-on: https://gerrit.libreoffice.org/23375
Tested-by: Jenkins 
Reviewed-by: jan iversen 

diff --git a/configure.ac b/configure.ac
index 3c61c9d..6e80a96 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1209,14 +1209,14 @@ AC_ARG_ENABLE(split-app-modules,
 
 AC_ARG_ENABLE(split-opt-features,
 AS_HELP_STRING([--enable-split-opt-features],
-[Split file lists for some optional features, .e.g. pyuno, testtool.
+[Split file lists for some optional features, e.g. pyuno, testtool.
  Has effect only with make distro-pack-install]),
 ,)
 
 AC_ARG_ENABLE(cairo-canvas,
-[  --disable-cairo-canvas  Determines whether to build the Cairo canvas on
-  platforms where Cairo is available.
-])
+AS_HELP_STRING([--disable-cairo-canvas],
+[Determines whether to build the Cairo canvas on platforms where Cairo 
is available.]),
+,)
 
 AC_ARG_ENABLE(dbus,
 AS_HELP_STRING([--disable-dbus],
@@ -1318,10 +1318,7 @@ AC_ARG_ENABLE(chart-tests,
 AC_ARG_ENABLE(build-unowinreg,
 AS_HELP_STRING([--enable-build-unowinreg],
 [Do not use the prebuilt unowinreg.dll. Build it instead. The MinGW C++
- compiler is needed on Linux.])
-[
-  Usage: --enable-build-unowinreg
-],
+ compiler is needed on Linux.]),
 ,)
 
 AC_ARG_ENABLE(dependency-tracking,
@@ -1582,10 +1579,10 @@ AC_ARG_WITH(theme,
 ,)
 
 AC_ARG_WITH(helppack-integration,
-[
-  --without-helppack-integration  It will not integrate the helppacks to 
the installer
-  of the product.
-  Please use this switch to use the online help or 
separate help packages.],
+AS_HELP_STRING([--without-helppack-integration],
+[It will not integrate the helppacks to the installer
+ of the product. Please use this switch to use the online help
+ or separate help packages.]),
 ,)
 
 AC_ARG_WITH(fonts,
@@ -1763,13 +1760,9 @@ AC_ARG_WITH(system-postgresql,
 [with_system_postgresql="$with_system_libs"])
 
 AC_ARG_WITH(libpq-path,
-AS_HELP_STRING([--with-libpq-path],
+AS_HELP_STRING([--with-libpq-path=],
 [Use this PostgreSQL C interface (libpq) installation for building
- the PostgreSQL-SDBC extension.])
-[
-  Usage: --with-libpq-path=
-],
+ the PostgreSQL-SDBC extension.]),
 ,)
 
 AC_ARG_WITH(system-firebird,
@@ -1987,13 +1980,10 @@ AC_ARG_WITH(linker-hash-style,
  if supported on the build system, and "sysv" otherwise.]))
 
 AC_ARG_WITH(jdk-home,
-AS_HELP_STRING([--with-jdk-home],
+AS_HELP_STRING([--with-jdk-home=],
 [If you have installed JDK 1.3 or later on your system please supply 
the
  path here. Note that this is not the location of the java command but 
the
- location of the entire distribution.])
-[
-  Usage: --with-jdk-home=
-],
+ location of the entire distribution.]),
 ,)
 
 AC_ARG_WITH(help,
@@ -2010,99 +2000,68 @@ AC_ARG_WITH(help,
 ,)
 
 AC_ARG_WITH(java,
-AS_HELP_STRING([--with-java],
+AS_HELP_STRING([--with-java=],
 [Specify the name of the Java interpreter command. Typically "java"
  which is the default.
 
  To build without support for Java components, applets, accessibility
- or the XML filters written in Java, use --without-java or 
--with-java=no.])
-[
-  Usage: --with-java==
- --without-java
-],
+ or the XML filters written in Java, use --without-java or 
--with-java=no.]),
 [ test -z "$with_java" -o "$with_java" = "yes" && with_java=java ],
 [ with_java=java ]
 )
 
 AC_ARG_WITH(jvm-path,
-AS_HELP_STRING([--with-jvm-path],
-[Use a specific JVM search path at runtime.])
-[
-  Usage: --with-jvm-path=
-
-  e. g.: --with-jvm-path=/usr/lib/
- to find JRE/JDK in /usr/lib/jvm/
-],
+AS_HELP_STRING([--with-jvm-path=],
+[Use a specific JVM search path at runtime.
+ e.g. use --with-jvm-path=/usr/lib/ to find JRE/JDK in /usr/lib/jvm/]),
 ,)
 
 AC_ARG_WITH(ant-home,
-AS_HELP_STRING([--with-ant-home],
+AS_HELP_STRING([--with-ant-home=],
 [If you have installed Jakarta Ant on your system, please supply the 
path here.
  Note that this is not the location of the Ant binary but the location
- of the 

[Libreoffice-bugs] [Bug 99386] Undo with merging needs hard recalculate

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99386

raal  changed:

   What|Removed |Added

Version|5.0.5.2 release |4.5.0.0.alpha0+ Master

--- Comment #2 from raal  ---
reproducible with Version: 4.5.0.0.alpha0+

-- 
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: vcl/win

2016-04-19 Thread Julien Nabet
 vcl/win/gdi/winlayout.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3dca8575d63db50b0120fbff09bbfcd056fa3732
Author: Julien Nabet 
Date:   Tue Apr 19 22:41:46 2016 +0200

Prefer prefix ++/-- operators for non-primitive types

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

diff --git a/vcl/win/gdi/winlayout.cxx b/vcl/win/gdi/winlayout.cxx
index ea1341f..b248aeb 100644
--- a/vcl/win/gdi/winlayout.cxx
+++ b/vcl/win/gdi/winlayout.cxx
@@ -155,7 +155,7 @@ public:
 }
 else
 {
-it++;
+++it;
 }
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 42346] FILESAVE: Cross-references to certain numbered items (object, graphic, table) turn to plain text on export to .doc or .docx (works OK for headings and bookmarks)

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42346

--- Comment #66 from andis.lazd...@gmail.com ---
Hope that another bug report will provide more motivation to solve this
terrible issue.

-- 
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 99404] Text Highlight Color

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99404

Adolfo Jayme  changed:

   What|Removed |Added

 CC|libreoffice-ux-advise@lists |
   |.freedesktop.org|
  Component|LibreOffice |UI
 Resolution|NOTOURBUG   |NOTABUG
 OS|All |Mac OS X (All)

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


[Libreoffice-ux-advise] [Bug 99404] Text Highlight Color

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99404

Adolfo Jayme  changed:

   What|Removed |Added

 CC|libreoffice-ux-advise@lists |
   |.freedesktop.org|
  Component|LibreOffice |UI
 Resolution|NOTOURBUG   |NOTABUG
 OS|All |Mac OS X (All)

-- 
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 99407] On DOCX FILEOPEN the FORMATTING is not correct (sample attached)

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99407

Joel Madero  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||jmadero@gmail.com
 Resolution|--- |INVALID

--- Comment #1 from Joel Madero  ---
(In reply to libreoffice from comment #0)
> Created attachment 124519 [details]
> DOCX Sample which is badly formatted in Writer
> 
> In the attached sample document which is natively a DOCX format, Writer can
> not correctly format multiple objects.

In all honesty this isn't going to be very useful. It is best to make simple
documents that show a single problem. When you say "multiple objects" it makes
it almost impossible to find a developer to tackle the issue.

Closing as INVALID. Please open individual bug reports, one report per issue.
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-commits] core.git: Branch 'distro/collabora/cp-5.0' - desktop/inc desktop/source

2016-04-19 Thread Ashod Nakashian
 desktop/inc/lib/init.hxx |   95 +--
 desktop/source/lib/init.cxx  |   35 -
 desktop/source/lib/lokinteractionhandler.cxx |4 -
 3 files changed, 107 insertions(+), 27 deletions(-)

New commits:
commit e6a429770bde5da75239961ae88c06c78cfa5686
Author: Ashod Nakashian 
Date:   Tue Apr 19 21:26:42 2016 -0400

New LOKDocument callback queue to flush certain events lazily on idle

Change-Id: I36834d6139b5feb0bab2a40c55b379b6f281d45d
Reviewed-on: https://gerrit.libreoffice.org/24252
Reviewed-by: Ashod Nakashian 
Tested-by: Ashod Nakashian 

diff --git a/desktop/inc/lib/init.hxx b/desktop/inc/lib/init.hxx
index b836052..f65c216 100644
--- a/desktop/inc/lib/init.hxx
+++ b/desktop/inc/lib/init.hxx
@@ -6,14 +6,19 @@
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
+
+#include 
+#include 
+
+#include 
+
+#include 
+#include 
 #include 
 #include 
 #include 
 #include 
-#include 
-#include 
 #include "../../source/inc/desktopdllapi.h"
-#include 
 
 using namespace css;
 using namespace boost;
@@ -21,12 +26,92 @@ using namespace boost;
 class LOKInteractionHandler;
 
 namespace desktop {
+
+class CallbackFlushHandler : public Idle
+{
+public:
+explicit CallbackFlushHandler(LibreOfficeKitCallback pCallback, void* 
pData)
+: Idle( "lokit idle callback" ),
+  m_pCallback(pCallback),
+  m_pData(pData)
+{
+SetPriority(SchedulerPriority::POST_PAINT);
+}
+
+virtual ~CallbackFlushHandler()
+{
+Stop();
+
+// Wait for Invoke to finish, if called.
+std::unique_lock lock(m_mutex);
+}
+
+virtual void Invoke() override
+{
+std::unique_lock lock(m_mutex);
+flush();
+}
+
+static
+void callback(const int type, const char* payload, void* data)
+{
+CallbackFlushHandler* self = 
reinterpret_cast(data);
+if (self)
+{
+self->queue(type, payload);
+}
+}
+
+void queue(const int type, const char* payload)
+{
+std::unique_lock lock(m_mutex);
+
+// TODO: Add more state tracking and prune superfluous 
notifications.
+if (type == LOK_CALLBACK_INVALIDATE_TILES || type == 
LOK_CALLBACK_TEXT_SELECTION)
+{
+if (m_queue.empty() || std::get<0>(m_queue.back()) != type)
+{
+m_queue.emplace_back(type, std::string(payload ? payload : 
"(nil)"));
+
+if (!IsActive())
+{
+Start();
+}
+}
+}
+else
+{
+m_queue.emplace_back(type, std::string(payload ? payload : 
"(nil)"));
+flush();
+}
+}
+
+private:
+void flush()
+{
+if (m_pCallback)
+{
+for (auto& pair : m_queue)
+{
+m_pCallback(std::get<0>(pair), std::get<1>(pair).c_str(), 
m_pData);
+}
+}
+
+m_queue.clear();
+}
+
+private:
+std::vector> m_queue;
+LibreOfficeKitCallback m_pCallback;
+void *m_pData;
+std::mutex m_mutex;
+};
+
 struct DESKTOP_DLLPUBLIC LibLODocument_Impl : public 
_LibreOfficeKitDocument
 {
 uno::Reference mxComponent;
 shared_ptr< LibreOfficeKitDocumentClass > m_pDocumentClass;
-LibreOfficeKitCallback mpCallback;
-void *mpCallbackData;
+shared_ptr mpCallbackFlushHandler;
 
 explicit LibLODocument_Impl(const uno::Reference 
 );
 ~LibLODocument_Impl();
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index a251adc..bada69f 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -384,8 +384,6 @@ static unsigned char* 
doc_renderFont(LibreOfficeKitDocument* pThis,
 
 LibLODocument_Impl::LibLODocument_Impl(const uno::Reference 
 )
 : mxComponent(xComponent)
-, mpCallback(nullptr)
-, mpCallbackData(nullptr)
 {
 if (!(m_pDocumentClass = gDocumentClass.lock()))
 {
@@ -950,11 +948,11 @@ static void doc_setPartMode(LibreOfficeKitDocument* pThis,
 }
 }
 
-void doc_paintTile (LibreOfficeKitDocument* pThis,
-unsigned char* pBuffer,
-const int nCanvasWidth, const int nCanvasHeight,
-const int nTilePosX, const int nTilePosY,
-const int nTileWidth, const int nTileHeight)
+void doc_paintTile(LibreOfficeKitDocument* pThis,
+   

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - include/vcl svx/source

2016-04-19 Thread Michael Meeks
 include/vcl/scheduler.hxx |   18 ++
 svx/source/sdr/overlay/overlaymanagerbuffered.cxx |2 +-
 2 files changed, 11 insertions(+), 9 deletions(-)

New commits:
commit d8a10a6e94ee60555e659bd6115645e76beea584
Author: Michael Meeks 
Date:   Tue Jan 12 16:36:49 2016 +

tdf#97075 - don't render sdr overlays before we paint.

Change-Id: I0b22af14c7dd684c25cfee26e8c12b95b40479ee
Reviewed-on: https://gerrit.libreoffice.org/21400
Reviewed-by: Michael Meeks 
Tested-by: Michael Meeks 
(cherry picked from commit 16c7f8916661df24f4681ec82f6bd4d7ad85d141)
Reviewed-on: https://gerrit.libreoffice.org/24251
Reviewed-by: Ashod Nakashian 
Tested-by: Ashod Nakashian 

diff --git a/include/vcl/scheduler.hxx b/include/vcl/scheduler.hxx
index 973565b..28072c1 100644
--- a/include/vcl/scheduler.hxx
+++ b/include/vcl/scheduler.hxx
@@ -39,14 +39,16 @@ struct ImplSchedulerData
 };
 
 enum class SchedulerPriority {
-HIGHEST   = 0,
-HIGH  = 1,
-RESIZE= 2,
-REPAINT   = 3,
-MEDIUM= 3,
-LOW   = 4,
-LOWER = 5,
-LOWEST= 6
+HIGHEST  = 0,
+HIGH = 1,
+RESIZE   = 2,
+REPAINT  = 3,
+MEDIUM   = 3,
+POST_PAINT   = 4,
+DEFAULT_IDLE = 5,
+LOW  = 6,
+LOWER= 7,
+LOWEST   = 8
 };
 
 class VCL_DLLPUBLIC Scheduler
diff --git a/svx/source/sdr/overlay/overlaymanagerbuffered.cxx 
b/svx/source/sdr/overlay/overlaymanagerbuffered.cxx
index f537305..be9c6e5 100644
--- a/svx/source/sdr/overlay/overlaymanagerbuffered.cxx
+++ b/svx/source/sdr/overlay/overlaymanagerbuffered.cxx
@@ -384,7 +384,7 @@ namespace sdr
 mbRefreshWithPreRendering(bRefreshWithPreRendering)
 {
 // Init timer
-maBufferIdle.SetPriority( SchedulerPriority::HIGH );
+maBufferIdle.SetPriority( SchedulerPriority::POST_PAINT );
 maBufferIdle.SetIdleHdl(LINK(this, OverlayManagerBuffered, 
ImpBufferTimerHandler));
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 99407] New: On DOCX FILEOPEN the FORMATTING is not correct (sample attached)

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99407

Bug ID: 99407
   Summary: On DOCX FILEOPEN the FORMATTING is not correct (sample
attached)
   Product: LibreOffice
   Version: 5.1.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: libreoff...@edcint.co.nz

Created attachment 124519
  --> https://bugs.documentfoundation.org/attachment.cgi?id=124519=edit
DOCX Sample which is badly formatted in Writer

In the attached sample document which is natively a DOCX format, Writer can not
correctly format multiple objects.

-- 
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 92516] "x" accelerator and mouse click not exiting StartCenter in "File -> Exit LibreOfficeDev" menu

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92516

Urmas  changed:

   What|Removed |Added

 CC||csupporthun...@gmail.com

--- Comment #32 from Urmas  ---
*** Bug 99406 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 99406] "end of the LibreOffice" from the "File" in the menu bar doesn't End.

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99406

Urmas  changed:

   What|Removed |Added

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

--- Comment #1 from Urmas  ---


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

-- 
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 99406] "end of the LibreOffice" from the "File" in the menu bar doesn't End.

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99406

Tomoaki Kitaguchi  changed:

   What|Removed |Added

Summary|"end of the LibreOffice"|"end of the LibreOffice"
   |from the "File" in the menu |from the "File" in the menu
   |bar is not End. |bar doesn't End.

-- 
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 99406] New: "end of the LibreOffice" from the "File" in the menu bar is not End.

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99406

Bug ID: 99406
   Summary: "end of the LibreOffice" from the "File" in the menu
bar is not End.
   Product: LibreOffice
   Version: 5.1.2.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: csupporthun...@gmail.com

//Japanese Text
マルチポストに成って申し訳ない
後、日本語も使いたいので、機械翻訳した内容を併記します

「Ctrl+F4」や「Ctrl+O」のショートカットを入力すれば終われるが
メニューバーの「ファイル」から「LibreOfficeの終了」を実行しても終われない

//English Text
Sorry become a multi post.
After, because I want to use it is also Japanese, and also shows the contents
of the machine translation.

It is running If enter a shortcut "Ctrl + F4" and "Ctrl + O".
But,not done by running the "end of the LibreOffice" from the "File" in the
menu bar.

//Environment
CPU:Core2 Duo
Memory:4GB
OS:Windows7 Home Premium 64bit
LibreOffice:5.1.2.2

//Source
https://bugs.documentfoundation.org//show_bug.cgi?id=98510#c4

-- 
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 90028] Importer drops Lotus Word Pro document formatting

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90028

--- Comment #8 from Todd  ---
The attached test document still doesn't import properly in
LibreOffice_5.1.2_Linux_x86-64_rpm.tar.gz

-- 
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 99405] New: paintbrush does not stop highlighting

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99405

Bug ID: 99405
   Summary: paintbrush does not stop highlighting
   Product: LibreOffice
   Version: 5.0.5.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: brizaida.ribal...@gmail.com

Hi,

When I highlight a couple of words in the same document (not always in the same
paragraph), the cursor becomes a paintbrush and I cannot get rid of it. When I
click on the page the cursor is then hyphenated and. When I select clear
highlighting, the page scrolls up and the cursor still looks hyphenated. So
each time I select any word, the computer highlights it. Even if I selected the
clear highlighting, the computer selects the word(s), and does not delete it (I
guess it is highlighting in clear.) Right clicking the page only deletes the
last highlighted word. Even after I close the document, when I reopen it the
cursor is still a paintbrush.

This has been happening for months. The problem clears after about 30 minutes
on its on. I've looked for help online for this issue, but I have not found a
solution. I have also uninstalled the program and the issue continues.  

Please help me solve this issue,
Bri

-- 
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 87831] Icon on Windows taskbar becomes obsolete when new version is installed

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87831

V Stuart Foote  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||vstuart.fo...@utsa.edu
 Resolution|--- |WONTFIX

--- Comment #12 from V Stuart Foote  ---
How is this a LibreOffice deployment issue?  The OP and all discussion since
are talking about shortcuts set outside the LO package installation. That they
break is outside control of LibreOffice that is self inflicted by users. When
the path changes the shortcuts break--end of story.

The next major milestone where this again occurs will be the 6.x, or for folks
upgrading from 4.x to a 5.x release.

LibreOffice support for Windows Jump list behavior for "pin-to" the Start Menu
and the Task bar.  That continues to function correctly--so, setting per
application shortcuts is kind of a user inflicted pain.

As a corollary to this we have the user profile that we specifically did not
change at %APPDATA%\LibreOffice\4 so user profiles would transition major
releases based on ESC decision.  Personally I think that was wrong--but the
project was taking care of its own internals in that case.

Over to Resolved Wont Fix

-- 
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-1-3' - configure.ac .gitreview

2016-04-19 Thread Christian Lohmaier
 .gitreview   |2 +-
 configure.ac |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d54d93b76c1dcae12197868e776bcb647d28854a
Author: Christian Lohmaier 
Date:   Wed Apr 20 01:38:02 2016 +0200

bump product version to 5.1.3.1.0+

Change-Id: Ibbf50b194279a72444aa74729497a9bb2f7d55ff

diff --git a/.gitreview b/.gitreview
index 1e3c488..6e11a50 100644
--- a/.gitreview
+++ b/.gitreview
@@ -3,5 +3,5 @@ host=logerrit
 port=29418
 project=core
 defaultremote=logerrit
-defaultbranch=libreoffice-5-1
+defaultbranch=libreoffice-5-1-3
 
diff --git a/configure.ac b/configure.ac
index 91645f2..6dfc2de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
 # several non-alphanumeric characters, those are split off and used only for 
the
 # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no 
idea.
 
-AC_INIT([LibreOffice],[5.1.3.0.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[5.1.3.1.0+],[],[],[http://documentfoundation.org/])
 
 AC_PREREQ([2.59])
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] translations.git: Changes to 'refs/tags/libreoffice-5.1.3.1'

2016-04-19 Thread Christian Lohmaier
Tag 'libreoffice-5.1.3.1' created by Christian Lohmaier 
 at 2016-04-19 23:35 +

Tag libreoffice-5.1.3.1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJXFsDTAAoJEPQ0oe+v7q6jowMP/06EpGv7EwyvGiMZX2+P8eD8
oCNKXX92tInGY29M8ASpiIeh8yedn+4a4VxYgKtZstazl+T7Ae+qwqBjDFFjJFiI
97B+/C0okGjsoFpGeiG6QN2a+tYPRheSIaDJdu18dtdaGE0s3MNF5e3WnaDMSSh4
Uw9n/9b5i3ebBrZedMbufeYSkicfTDj08WWixuuKmBGXlWv8YgUjmIDV8lStCJ3S
UqPHP5+W3EhS0ygELg2WEUjR8QsRWhzzHAT6P2Nwx9yRY4gyE//K3NJYaw4APf6E
GrI22VZQAaat728JsnGCvlBWKPCJv6PY+IL/YtZu4R0JoLBEeuRg5LbNXvk6Q50J
C9kl0Ko4rPIRQjzvEoJQojTTN19i9kNOwheMKxjFvLOnQZ55mieqcvpvojTadSeM
TtPDvFTLsgodW1m0KgNHaqvR5NWuatJcYGvD9Og38jyPx+kvF3RRUHaygsCWZxDu
VU36cBQsB7q5yv+e6YIWxN+76pM6FIe7huJPO9VkSYhrzrl7lnSxU0S8K4HXrzQ1
Azx+Wpv9wHp2F9X38rNASv1MyzId19vFpvbpEX1xyPwBr/sdI3VCb4IHLAxVcKLR
uDVMtCOW+r+LJXj99zYIsroHqOiUXVf8JXPmHonz0n8YFpSeFV6pG3kAL204+b/X
JPJoQ4G+98b2/XB/87hr
=nbh4
-END PGP SIGNATURE-

Changes since libreoffice-5-1-branch-point-22:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Changes to 'refs/tags/libreoffice-5.1.3.1'

2016-04-19 Thread Christian Lohmaier
Tag 'libreoffice-5.1.3.1' created by Christian Lohmaier 
 at 2016-04-19 23:35 +

Tag libreoffice-5.1.3.1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJXFsDaAAoJEPQ0oe+v7q6jx+0QAJ1muRn0VFKizlYVxePAGpdd
dUeN7C+Hm0kXUvD9xSRsHwralPnwxxDplvHxK10iHFd0QDC210ePMGszaeLOxAAt
Pg2SYem6YwjxNSQKWOEq9WtVA8Aobk7NH+LoB6YP6c0InBZHDOxmleSW/BZPu2Jc
YLFKn/c816Qb7j91WSrCAzA2HS1Jl1WQkbCjnWy7krpQUw4mTAUVHfQSlyV+Z6Qg
gLV/jsz1BdbWxeiFNw+n+m60YmJV8dIZ0y1/J++rXHcfssBtSp0En1eYdwgNWrMb
eO+q2KCdNbyx3Z94oQCfJXpf67GI26AgF7ifW/vN5iENt0o8JJ2xCbEPSSmHOA6D
AeziFwXpf7SwA5+lxpCNA9RoYP+sMCAi6OLv73HvGUZdAUCyaZpJ7gzPkQSVhsQD
SibXWSGiPP3Sm9TLavPB5smPUd9Zl1i3nlS2moWqHmnjOZGtgD8UQfYqJTo9SDLD
WjjJM9CLquytMAXbGnFHsulTPw18IzQyDRguKBzvJEQMmIL3GAGaMInkOPrChTSG
W9xJrr7Gxxj9EWEEEkzfXOJ/dsrbUa5W4xu/6rYF4foSNvtsU2+nPEHtaf8XW9aZ
g1qxD3dZbxgcpD32H/C8ivqLHOUON+eBWtzISEuHwkWy0nhxkCnbwhAtTAIYdLOi
VV9VS2NDd4Z38dtDlBn0
=E0Qa
-END PGP SIGNATURE-

Changes since libreoffice-5.1.0.0.beta2-910:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/libreoffice-5.1.3.1'

2016-04-19 Thread Christian Lohmaier
Tag 'libreoffice-5.1.3.1' created by Christian Lohmaier 
 at 2016-04-19 23:35 +

Tag libreoffice-5.1.3.1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJXFsDMAAoJEPQ0oe+v7q6julsP/jI2wN17F9x54Ems+HwhVmz+
0SV8eJ/JTvw4aeSBZLmekCAr12liPyYJO5sqcP68GZALeNStulRrOIH/CbUM/Au1
OWsqGCb73ef7pxtqWsEq4mCRXoUhSNXeAZKTz6l4VgTWylHTPgZO81UsrMluhAa4
da3oPHIYr9Cmkg9hhg0EUOuf/lAj9NK0WV09ocg29+zn1h9voChQfIUdPLhNlMK4
a6bHqfsz+GV9TL8G3Dt6wFopTU9VvVFvwPkW5hrykyxrRA+EMdIA22buagtN/Cgg
J6/D84ZPfTwEI2PAcUMzunDCn8VLVNcxyijGkMgsiRWLYvxFCe/gxd3NrjAvSfCI
GZHdpDvZPH+oAb/BA//GRGSf+TIvz7iACRJG6fnlKjCCKvD/XI96b7inWE1kgcvJ
ksIfcChr7B6Vg070dFoCBf+UYHPcxS9nty8T5XFqsWQuVpJXCegH7Yrtmzl7L2Z4
FNNbYlAyFTFQ2YzTeWcQbWXdf1sDZVxPPJ23Hn7WrW6t/G13iZRfTYee15iOBT0m
f8Gp7GeRO5s45nBNM8IDTwEKX4wzrJiQn9IrKW3qAbwYBjcIKrVSmKhJ/F46wpxw
AAyonSEPS55HaS3dLe19ZMD6N7Lku/PdF52NMnsjIZaupi7HTl10asdd6mwS11T/
8T7zxmqHeomsZrSKlj6R
=VkPQ
-END PGP SIGNATURE-

Changes since libreoffice-5-1-branch-point-10:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Changes to 'refs/tags/libreoffice-5.1.3.1'

2016-04-19 Thread Christian Lohmaier
Tag 'libreoffice-5.1.3.1' created by Christian Lohmaier 
 at 2016-04-19 23:35 +

Tag libreoffice-5.1.3.1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJXFsDQAAoJEPQ0oe+v7q6jGpEQAJaZvbGbWmgPoNErXyIqqfCh
0cZShccfsi0+DcCcxihcuzd8KCB4sSbH+SMClCdj0O74VR32eqDDYx87jdpvlXP/
atSWFeCV5OkIod/vWadRJsDygVpwDI2T55DIDVRLuuovMlNKlFbn93ySNo6nAm6Z
I5BUn11gAhcVcLyzPh+IHclZeIehnrDfbINRENC4VTjuLMffNpbt9O83IEz5jiNV
1fJWdQUHQrJFgtWenFrFQbxpVk1CLxMO39z2QJ1AqxKiVkhoyoPlKqnUAi7RtYKB
DQrycwOrUBLSoFZ3/fBBxL3SHY3NtCa5QDMpYGTK8XPso/W+kp9X/MFOseh8ytn1
GqzKNkfgrTqHalpDSI0DJ+q36/ZdPYP3rBLgTGze8vN4YF/l1RPuvGG3vyBK06Rn
KdOiI9nd7pnIWzbsdBwx9XfEytbQJBqv7/BdnySSeuy9+s2Km7Wz5nBjQG9JW0oy
dKEOPqI81h2XLdsUxk1+LoeIi6HGkCATmaUEAcScQd3Y06nI6SICwpsEzJyhBYCB
SYktT+0oATpq2vUncWrxemAzyE469ke0NPSqzmhv3+EcSN3yjS3yFuKmSN8zolS0
E6fYYMCllW3qIU9s7RBeCKkB1H0HSEVAcax/K1vtWoNPP0rAeykHqiZq5MN3iszr
5IvJNhxDGsMs1H5pzezh
=5IUM
-END PGP SIGNATURE-

Changes since libreoffice-5-1-branch-point-11:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2016-04-19 Thread Christian Lohmaier
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6e0576fbc00e99304ad95cd3da29529cab8e760c
Author: Christian Lohmaier 
Date:   Wed Apr 20 01:32:24 2016 +0200

bump product version to 5.1.4.0.0+

Change-Id: Ib8dc005eb83fcd80cc381a223c97c838f7d401b4

diff --git a/configure.ac b/configure.ac
index 91645f2..b3dbaa7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
 # several non-alphanumeric characters, those are split off and used only for 
the
 # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no 
idea.
 
-AC_INIT([LibreOffice],[5.1.3.0.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[5.1.4.0.0+],[],[],[http://documentfoundation.org/])
 
 AC_PREREQ([2.59])
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Changes to 'libreoffice-5-1-3'

2016-04-19 Thread Christian Lohmaier
New branch 'libreoffice-5-1-3' available with the following commits:
commit dbc59bac4816e35c40cdae2439112c3f505c3d59
Author: Christian Lohmaier 
Date:   Wed Apr 20 01:30:07 2016 +0200

Branch libreoffice-5-1-3

This is 'libreoffice-5-1-3' - the stable branch for the 5.1.3 release.
Only very safe changes, reviewed by three people are allowed.

If you want to commit more complicated fix for the next 5.1.x release,
please use the 'libreoffice-5-1' branch.

If you want to build something cool, unstable, and risky, use master.

Change-Id: Ia607eb5afc7208aa1b08728ac95ee1593d476a37

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


[Libreoffice-commits] translations.git: Changes to 'libreoffice-5-1-3'

2016-04-19 Thread Christian Lohmaier
New branch 'libreoffice-5-1-3' available with the following commits:
commit b789fe25c4c1af01d446d17cf9d943f74bb1c71b
Author: Christian Lohmaier 
Date:   Wed Apr 20 01:29:48 2016 +0200

Branch libreoffice-5-1-3

This is 'libreoffice-5-1-3' - the stable branch for the 5.1.3 release.
Only very safe changes, reviewed by three people are allowed.

If you want to commit more complicated fix for the next 5.1.x release,
please use the 'libreoffice-5-1' branch.

If you want to build something cool, unstable, and risky, use master.

Change-Id: I6d78fb416c4615950a4e783103f740af363160c8

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


[Libreoffice-commits] help.git: Changes to 'libreoffice-5-1-3'

2016-04-19 Thread Christian Lohmaier
New branch 'libreoffice-5-1-3' available with the following commits:
commit c996c20eb7664c7df7bf09fde6c2813aaf4fd481
Author: Christian Lohmaier 
Date:   Wed Apr 20 01:29:48 2016 +0200

Branch libreoffice-5-1-3

This is 'libreoffice-5-1-3' - the stable branch for the 5.1.3 release.
Only very safe changes, reviewed by three people are allowed.

If you want to commit more complicated fix for the next 5.1.x release,
please use the 'libreoffice-5-1' branch.

If you want to build something cool, unstable, and risky, use master.

Change-Id: Ie05ab5ff54d45ba6222a7d45a5b914fc40ddb922

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


[Libreoffice-commits] dictionaries.git: Changes to 'libreoffice-5-1-3'

2016-04-19 Thread Christian Lohmaier
New branch 'libreoffice-5-1-3' available with the following commits:
commit 1ada96ff3b0dd50d8f4eb3e758908e0876f8480c
Author: Christian Lohmaier 
Date:   Wed Apr 20 01:29:48 2016 +0200

Branch libreoffice-5-1-3

This is 'libreoffice-5-1-3' - the stable branch for the 5.1.3 release.
Only very safe changes, reviewed by three people are allowed.

If you want to commit more complicated fix for the next 5.1.x release,
please use the 'libreoffice-5-1' branch.

If you want to build something cool, unstable, and risky, use master.

Change-Id: If5101835f3f9f28a32855ea9fcf7e23a266f38bd

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


[Libreoffice-bugs] [Bug 99403] FILESAVE: progress bar intermittent in showing progress of save

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99403

V Stuart Foote  changed:

   What|Removed |Added

   Hardware|x86 (IA32)  |All
Summary|FILESAVE: progress bar no   |FILESAVE: progress bar
   |longer shows progress of|intermittent in showing
   |save|progress of save

-- 
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 99403] FILESAVE: progress bar no longer shows progress of save

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99403

V Stuart Foote  changed:

   What|Removed |Added

 CC||michael.me...@collabora.com
   ||, mrcek...@gmail.com

--- Comment #11 from V Stuart Foote  ---
Hey Michael and Marco, not specifically OpenGL rendering this time, but acting
like we've introduced a screen buffering issue for 5.1 and 5.2 builds as in the
OpenGL issue of https://bugs.documentfoundation.org/show_bug.cgi?id=98666#c9
--but here it is when saving a complex document--and the progress bar widget is
not getting updates.

-- 
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 88443] resize image (picture) together with frame does not work

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88443

--- Comment #15 from Commit Notification 
 ---
Oliver Specht committed a patch related to this issue.
It has been pushed to "libreoffice-5-1":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=3b997090fb95957164d92d845bdb7cd7d15c5acf=libreoffice-5-1

tdf#88443:percent value fixed

It will be available in 5.1.3.

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

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

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


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

2016-04-19 Thread Oliver Specht
 sw/source/core/doc/doclay.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3b997090fb95957164d92d845bdb7cd7d15c5acf
Author: Oliver Specht 
Date:   Tue Dec 1 16:19:24 2015 +0100

tdf#88443:percent value fixed

Change-Id: I221f07b930fa1f152b9bf379aa966c02b936abb2
(cherry picked from commit 9ae2d9ff4be259ad60bbb10a7488e38ca4eefc11)

diff --git a/sw/source/core/doc/doclay.cxx b/sw/source/core/doc/doclay.cxx
index 9aa4b4a..a9d6835 100644
--- a/sw/source/core/doc/doclay.cxx
+++ b/sw/source/core/doc/doclay.cxx
@@ -837,7 +837,7 @@ lcl_InsertLabel(SwDoc & rDoc, SwTextFormatColls *const 
pTextFormatCollTable,
 isMath = ( SotExchange::IsMath( aCLSID ) != 0 );
 }
 }
-aFrameSize.SetWidthPercent(isMath ? 0 : 1000);
+aFrameSize.SetWidthPercent(isMath ? 0 : 100);
 aFrameSize.SetHeightPercent(SwFormatFrameSize::SYNCED);
 pNewSet->Put( aFrameSize );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 87272] Image in the footer jumps to the header

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87272

--- Comment #5 from Octavio Alvarez  ---
Still present in LibreOffice 5.1.1.2. Tested under Ubuntu 14.04 LTS.

-- 
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 99404] Text Highlight Color

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99404

V Stuart Foote  changed:

   What|Removed |Added

   Keywords|needsUXEval |
 CC||vstuart.fo...@utsa.edu

-- 
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-1' - shell/inc shell/source

2016-04-19 Thread Muhammet Kara
 shell/inc/internal/iso8601_converter.hxx   |3 ++-
 shell/source/win32/shlxthandler/util/iso8601_converter.cxx |9 +
 2 files changed, 11 insertions(+), 1 deletion(-)

New commits:
commit 95a8f1bb0ad7c040b2c96ef0a509dd74dfe16fd7
Author: Muhammet Kara 
Date:   Mon Apr 18 17:18:47 2016 +0300

tdf#89609 Ignore subsecond precision in iso8601_date_to_local_date

Explorer shell extension fails to convert date
into locale specific string if it has sub-second
precision.

Reviewed-on: https://gerrit.libreoffice.org/24220
Tested-by: Jenkins 
Reviewed-by: jan iversen 
(cherry picked from commit 97dee1df42dc2933d1350eb1e67361674614417a)

Change-Id: I11bd38fc2876aa1f8235dbfb8c7850ff22ac2a8b
Reviewed-on: https://gerrit.libreoffice.org/24250
Reviewed-by: Christian Lohmaier 
Tested-by: Christian Lohmaier 

diff --git a/shell/inc/internal/iso8601_converter.hxx 
b/shell/inc/internal/iso8601_converter.hxx
index ee68282..570cecb 100644
--- a/shell/inc/internal/iso8601_converter.hxx
+++ b/shell/inc/internal/iso8601_converter.hxx
@@ -25,7 +25,8 @@
 
 /* Converts ISO 8601 conform date/time
represenation to the representation
-   conforming to the current locale
+   conforming to the current locale,
+   ignoring the milliseconds part if exists
 */
 std::wstring iso8601_date_to_local_date(const std::wstring& iso8601date);
 
diff --git a/shell/source/win32/shlxthandler/util/iso8601_converter.cxx 
b/shell/source/win32/shlxthandler/util/iso8601_converter.cxx
index a033978..e13f977 100644
--- a/shell/source/win32/shlxthandler/util/iso8601_converter.cxx
+++ b/shell/source/win32/shlxthandler/util/iso8601_converter.cxx
@@ -36,6 +36,15 @@ std::wstring iso8601_date_to_local_date(const std::wstring& 
isoDate )
 {
 ::std::wstring ws8601DateTime(isoDate);
 
+// Get rid of the optional milliseconds part if it exists.
+// Function accepts date/time as a combined date/time string in extended 
ISO8601 format,
+// which is -mm-ddThh:mm:ss[.mmm]. Last part is the optional "fraction 
of second" part,
+// that's why we cut off at 19.
+if (ws8601DateTime.length() > 19)
+{
+  ws8601DateTime.erase(19, ::std::basic_string::npos);
+}
+
 if ( ws8601DateTime.length() == 19 )
 {
 std::string asDateTime = WStringToString( ws8601DateTime );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-ux-advise] [Bug 99404] Text Highlight Color

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99404

V Stuart Foote  changed:

   What|Removed |Added

   Keywords|needsUXEval |
 CC||vstuart.fo...@utsa.edu

-- 
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 89609] Explorer shell extension fails to convert date into locale specific string (sub-second precision ISO date → "strange date-information")

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89609

--- Comment #12 from Commit Notification 
 ---
Muhammet Kara committed a patch related to this issue.
It has been pushed to "libreoffice-5-1":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=95a8f1bb0ad7c040b2c96ef0a509dd74dfe16fd7=libreoffice-5-1

tdf#89609 Ignore subsecond precision in iso8601_date_to_local_date

It will be available in 5.1.3.

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

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

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


[Libreoffice-bugs] [Bug 89609] Explorer shell extension fails to convert date into locale specific string (sub-second precision ISO date → "strange date-information")

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89609

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:5.2.0|target:5.2.0 target:5.1.3

-- 
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 99404] Text Highlight Color

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99404

bayman...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |NOTOURBUG

-- 
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 99404] Text Highlight Color

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99404

bayman...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |NOTOURBUG

-- 
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 99404] Text Highlight Color

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99404

--- Comment #8 from bayman...@gmail.com ---
Marking as resolved, as it turns out that libreoffice was relying on the built
in highlight color of the os, which i had changed in my system settings to
green. Oops. I forgot about that.

-- 
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 99404] Text Highlight Color

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99404

--- Comment #8 from bayman...@gmail.com ---
Marking as resolved, as it turns out that libreoffice was relying on the built
in highlight color of the os, which i had changed in my system settings to
green. Oops. I forgot about that.

-- 
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 99403] FILESAVE: progress bar no longer shows progress of save

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99403

--- Comment #10 from David F Smith  ---
(In reply to V Stuart Foote from comment #9)
> 
> So, just too many images being churned through?

Well, maybe, but I've been saving presentations with this many (or more) images
for years, and as your experiment pointed out, in 4.4 and earlier the progress
bar was smooth.  So something changed in 5.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-ux-advise] [Bug 99404] Text Highlight Color

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99404

--- Comment #7 from bayman...@gmail.com ---
Maybe it has do do with me upgrading from libreoffice 4? Because as far as I
can remember, libreoffice had a green highlight color. I will try resetting my
settings and see if that does anything.

-- 
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 99404] Text Highlight Color

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99404

--- Comment #7 from bayman...@gmail.com ---
Maybe it has do do with me upgrading from libreoffice 4? Because as far as I
can remember, libreoffice had a green highlight color. I will try resetting my
settings and see if that does anything.

-- 
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 99404] Text Highlight Color

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99404

--- Comment #6 from bayman...@gmail.com ---
(In reply to Bayman510 from comment #5)
> (In reply to Joel Madero from comment #4)
> > What's your operating system and version of LibreOffice?
> > 
> > FWIW mine is blue:
> > LibreOffice Version: 5.2.0.0.alpha0+
> > Build ID: ef34535ceb60d7d63b8d8671e4c6e9e43ffbd17d
> > CPU Threads: 2; OS Version: Linux 3.16; UI Render: default; 
> > TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
> > 2016-03-27_09:53:05
> > Locale: en-US (en_US.UTF-8)
> > 
> > Running it on Linux
> 
> Winning on OS X 10.11.4, Lebreoffice Version: 5.0.5.2
> Build ID: 55b006a02d247b5f7215fc6ea0fde844b30035b3-GL

*running

-- 
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 99404] Text Highlight Color

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99404

--- Comment #6 from bayman...@gmail.com ---
(In reply to Bayman510 from comment #5)
> (In reply to Joel Madero from comment #4)
> > What's your operating system and version of LibreOffice?
> > 
> > FWIW mine is blue:
> > LibreOffice Version: 5.2.0.0.alpha0+
> > Build ID: ef34535ceb60d7d63b8d8671e4c6e9e43ffbd17d
> > CPU Threads: 2; OS Version: Linux 3.16; UI Render: default; 
> > TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
> > 2016-03-27_09:53:05
> > Locale: en-US (en_US.UTF-8)
> > 
> > Running it on Linux
> 
> Winning on OS X 10.11.4, Lebreoffice Version: 5.0.5.2
> Build ID: 55b006a02d247b5f7215fc6ea0fde844b30035b3-GL

*running

-- 
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 99404] Text Highlight Color

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99404

--- Comment #5 from bayman...@gmail.com ---
(In reply to Joel Madero from comment #4)
> What's your operating system and version of LibreOffice?
> 
> FWIW mine is blue:
> LibreOffice Version: 5.2.0.0.alpha0+
> Build ID: ef34535ceb60d7d63b8d8671e4c6e9e43ffbd17d
> CPU Threads: 2; OS Version: Linux 3.16; UI Render: default; 
> TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
> 2016-03-27_09:53:05
> Locale: en-US (en_US.UTF-8)
> 
> Running it on Linux

Winning on OS X 10.11.4, Lebreoffice Version: 5.0.5.2
Build ID: 55b006a02d247b5f7215fc6ea0fde844b30035b3-GL

-- 
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 99404] Text Highlight Color

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99404

--- Comment #5 from bayman...@gmail.com ---
(In reply to Joel Madero from comment #4)
> What's your operating system and version of LibreOffice?
> 
> FWIW mine is blue:
> LibreOffice Version: 5.2.0.0.alpha0+
> Build ID: ef34535ceb60d7d63b8d8671e4c6e9e43ffbd17d
> CPU Threads: 2; OS Version: Linux 3.16; UI Render: default; 
> TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
> 2016-03-27_09:53:05
> Locale: en-US (en_US.UTF-8)
> 
> Running it on Linux

Winning on OS X 10.11.4, Lebreoffice Version: 5.0.5.2
Build ID: 55b006a02d247b5f7215fc6ea0fde844b30035b3-GL

-- 
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-ux-advise] [Bug 99404] Text Highlight Color

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99404

--- Comment #4 from Joel Madero  ---
What's your operating system and version of LibreOffice?

FWIW mine is blue:
LibreOffice Version: 5.2.0.0.alpha0+
Build ID: ef34535ceb60d7d63b8d8671e4c6e9e43ffbd17d
CPU Threads: 2; OS Version: Linux 3.16; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-03-27_09:53:05
Locale: en-US (en_US.UTF-8)

Running it on Linux

-- 
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 99404] Text Highlight Color

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99404

--- Comment #4 from Joel Madero  ---
What's your operating system and version of LibreOffice?

FWIW mine is blue:
LibreOffice Version: 5.2.0.0.alpha0+
Build ID: ef34535ceb60d7d63b8d8671e4c6e9e43ffbd17d
CPU Threads: 2; OS Version: Linux 3.16; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-03-27_09:53:05
Locale: en-US (en_US.UTF-8)

Running it on Linux

-- 
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 99404] Text Highlight Color

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99404

--- Comment #3 from bayman...@gmail.com ---
Check the attachments, I Added a screenshot. I'm fairly sure that I haven't
changed the  highlight color in the settings.

-- 
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 99404] Text Highlight Color

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99404

--- Comment #3 from bayman...@gmail.com ---
Check the attachments, I Added a screenshot. I'm fairly sure that I haven't
changed the  highlight color in the settings.

-- 
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 99404] Text Highlight Color

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99404

--- Comment #2 from bayman...@gmail.com ---
Created attachment 124518
  --> https://bugs.documentfoundation.org/attachment.cgi?id=124518=edit
Example of the highlight

-- 
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 99404] Text Highlight Color

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99404

--- Comment #2 from bayman...@gmail.com ---
Created attachment 124518
  --> https://bugs.documentfoundation.org/attachment.cgi?id=124518=edit
Example of the highlight

-- 
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-ux-advise] [Bug 99404] Text Highlight Color

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99404

Joel Madero  changed:

   What|Removed |Added

   Keywords||needsUXEval
 Status|UNCONFIRMED |NEW
 CC||jmadero@gmail.com,
   ||libreoffice-ux-advise@lists
   ||.freedesktop.org
 Ever confirmed|0   |1

--- Comment #1 from Joel Madero  ---
What green highlight color?

-- 
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 99404] Text Highlight Color

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99404

Joel Madero  changed:

   What|Removed |Added

   Keywords||needsUXEval
 Status|UNCONFIRMED |NEW
 CC||jmadero@gmail.com,
   ||libreoffice-ux-advise@lists
   ||.freedesktop.org
 Ever confirmed|0   |1

--- Comment #1 from Joel Madero  ---
What green highlight 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 99404] New: Text Highlight Color

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99404

Bug ID: 99404
   Summary: Text Highlight Color
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bayman...@gmail.com

The Green highlight color, mostly in libreoffice writer, doesn't seem to fit
with the new theme and icons. Might be just personal preference, but if they
are to stick to the rest of the color scheme, then they should be something
like blue or red.

-- 
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 99403] FILESAVE: progress bar no longer shows progress of save

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99403

V Stuart Foote  changed:

   What|Removed |Added

   Keywords||regression
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #9 from V Stuart Foote  ---
OK, so see the sample "GSK Safari Pantanal show.odp" without OpenGL rendering
enabled there is noticeable roughness in the green progress bar on saving.

this on Windows 8.1 Pro 64-bit en-US with 32GB RAM with both

Version: 5.1.2.2 (x64)
Build ID: d3bf12ecb743fc0d20e0be0c58ca359301eb705f
CPU Threads: 8; OS Version: Windows 6.29; UI Render: default; 
Locale: en-US (en_US)

A 32-bit build with the refactored Zip routines for packaging to ODF 

Version: 5.2.0.0.alpha0+
Build ID: 157469896ef56720f33676222b95e81c04ab5c72
CPU Threads: 8; OS Version: Windows 6.2; UI Render: default; 
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2016-04-06_20:10:15
Locale: en-US (en_US)

However, I don't believe the drag to be the Zip routines here as total time to
save the archive is about the same and both builds exhibit the ragged progress
bar.

Suggests the issue is in the handling the high number of images (153 JPEG of
157, and 3 PNG and 1 GIF).

I copied the archive and then mogrify (Imagemagick 6.9.0-Q16) all JPEG to BMP
and a second copy as PNG. Edit the context to adjust image types and then open
and time the save.

Windows 8.1 Pro 64-bit
 5.1.2.2 (64-bit) |  5.2.0alpha1+ (32-bit) *buildIDs as above
JPG  14 sec   |  18 sec
BMP  28 sec   |  33 sec
PNG  24 sec   |  29 sec

4.4.1.2 (32-bit)
JPG 18 sec, with a smooth progress bar representation.
4.1.5.2 (32-bit)
JPG 16 sec, with a smooth progress bar representation.

I'll need to rerun with 64-bit build of current master, but looks as if the
issue is also not the image format with JPEGs. 

So, just too many images being churned through?

-- 
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 99252] After installing new version problem with writer: Write Error. The file could not be written.

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99252

dieter.cas...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |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 87831] Icon on Windows taskbar becomes obsolete when new version is installed

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87831

sstory  changed:

   What|Removed |Added

 Status|NEEDINFO|REOPENED

--- Comment #11 from sstory  ---
I believe he is referring to shortcuts to individual apps.  In that case he is
correct.  I reopened so someone would consider the possibility of installing to
just \LibreOffice with no version number to avoid ever breaking these type
shortcuts--which I believe now only break between major versions.

-- 
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 87831] Icon on Windows taskbar becomes obsolete when new version is installed

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87831

--- Comment #10 from sstory  ---
I installed 5.1.2.2 on another Windows 7 64bit machine from version 4.4.  The
main LibreOffice icon of 4.x was removed and since I checked the checkbox on
install the 5.1.2.2 LibreOffice icon appeared back on the desktop. However, as
mentioned above, if the OP was making shortcuts to individual apps, like Calc,
Writer (like I do), those do break. I like to make those because it is more
convenient for me and 90% of the time I am using Calc or Writer.  If I need the
other apps, I don't mind digging more for them.

-- 
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 87039] EDITING existing instances may force same letter capitalisation on new cells content

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87039

Jean-Baptiste Faure  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 87039] EDITING existing instances may force same letter capitalisation on new cells content

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87039

Jean-Baptiste Faure  changed:

   What|Removed |Added

Version|unspecified |4.2.7.2 release

--- Comment #9 from Jean-Baptiste Faure  ---
Not reproducible for me in LO master (Version: 5.2.0.0.alpha0+
Build ID: 1be6c440c645e441af0e04ba7711e4b2d80aad63) built at home under Ubuntu
15.10 x86-64.

Closing as WorksForMe. Please feel free to reopen if you disagree.

Best regards. JBF

-- 
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 83882] EDITING: image replacement drops animations and undo corrupts them

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83882

pub...@timruffing.de changed:

   What|Removed |Added

Summary|EDITING: Reverting .svg |EDITING: image replacement
   |conversion corrupts |drops animations and undo
   |animations  |corrupts them

--- Comment #5 from pub...@timruffing.de ---
As observed in bug 83882, essentially every operation that replaces the image
("Replace", "Compress", "Convert", ...) results in the same wrong behavior.

This happens even for other images, not only for SVGs. Again, I cannot tell if
the problem for other images than SVGs is new or 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 83882] EDITING: Reverting .svg conversion corrupts animations

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83882

--- Comment #4 from pub...@timruffing.de ---
*** Bug 83928 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 83928] EDITING: Reverting image replacement/compression corrupts animations

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83928

pub...@timruffing.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from pub...@timruffing.de ---
The bug is still present in 
Version: 5.0.5.2
Build ID: 5.0.5.2 Arch Linux build-3

I claim this is really a duplicate of bug 83882. Every operation that replaces
the image ("Replace", "Compress", "Convert", ...) results in the same wrong
behavior.

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

-- 
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 90318] UI:Temporary files generated by reports should not be added to recent documents list.

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90318

Jean-Baptiste Faure  changed:

   What|Removed |Added

 CC||jbfa...@libreoffice.org
Version|unspecified |4.4.2.1 rc

--- Comment #4 from Jean-Baptiste Faure  ---
Still there in current master (Version: 5.2.0.0.alpha0+
Build ID: 1be6c440c645e441af0e04ba7711e4b2d80aad63) built at home under Ubuntu
15.10 x86-64.

Changed version number according to description.

Best regards. JBF

-- 
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 83882] EDITING: Reverting .svg conversion corrupts animations

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83882

--- Comment #3 from pub...@timruffing.de ---
The bug is still present in 
Version: 5.0.5.2
Build ID: 5.0.5.2 Arch Linux build-3

Interestingly, the animation is lost entirely after converting the object. Only
after undoing, it reappears with "-1".
I don't know if this is new or already happened in older version. However, I
think the animation should survive the conversion and not diappear in the first
place.

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


[Libreoffice-bugs] [Bug 57873] mork (Thunderbird / Icedove / Seamonkey / ...) multi address books multi profile support

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=57873

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||jbfa...@libreoffice.org
 Resolution|--- |WORKSFORME
   Severity|enhancement |normal

--- Comment #10 from Jean-Baptiste Faure  ---
I do not understand how an enhancement request could be a bug report about
regression too. If it worked before and the current behavior is resulting from
a deliberate change, then it is not an enhancement.

Changing enhancement for normal bug.

Currently, LO Base 5.1 is able to import multi address books in a Thunderbird
user profile. When imported you can edit the database properties and choose
between all thunderbird profiles. So, for me, LO works as expected by this bug
report.

Closing as WorksForMe. Please, feel free to reopen if you disagree.

Best regards. JBF

-- 
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 99304] Multi-line text in cell causes row to collapse slightly, cutting off text

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99304

--- Comment #5 from Jim Avera  ---
Created attachment 124517
  --> https://bugs.documentfoundation.org/attachment.cgi?id=124517=edit
Video showing steps to reproduce (.ogv)

-- 
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 99304] Multi-line text in cell causes row to collapse slightly, cutting off text

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99304

--- Comment #4 from Jim Avera  ---
I'm attaching a video showing the exact steps I used to see the problem.

sstory - would you mind looking at the video to see if you and I are doing the
same thing?   Thanks.

Jim

-- 
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 99388] EDITING: crash when deleting comment

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99388

--- Comment #3 from Julien Nabet  ---
BTW, no need to import a pdf, you can just do:
- launch Draw
- insert comment
- right click on bottom right corner of the comment
- try to delete it
=> crash

-- 
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 99388] EDITING: crash when deleting comment

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99388

Julien Nabet  changed:

   What|Removed |Added

 CC||michael.me...@collabora.com
   ||, noelgran...@gmail.com,
   ||serval2...@yahoo.fr

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

I noticed these logs on console:
warn:legacy.osl:3153:1:vcl/source/window/window.cxx:325: Window (
N2sd16AnnotationWindowE()) with live SystemWindows destroyed: 
18MenuFloatingWindow()

Michael/Noel: thought you might be interested in this one.

-- 
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 99403] FILESAVE: progress bar no longer shows progress of save

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99403

--- Comment #8 from David F Smith  ---
Here's a link to a movie that shows what I see when I save my large
presentations:
https://drive.google.com/open?id=0B9HusC1zbjioaGk0dlYybzhDU2c

Again, in the previous version that I had (4.4.x, I think), the progress bar
behaved as you would expect, smoothly increasing to the right with no flashing
and no white screen.  V5.1.2.2 is very different for me.

-- 
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 90508] FILEOPEN: TitlePage Class / Different First Page broken

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90508

Jean-Baptiste Faure  changed:

   What|Removed |Added

 CC||jbfa...@libreoffice.org
Version|unspecified |4.2.0.4 release

--- Comment #8 from Jean-Baptiste Faure  ---
Confirmed in 4.2.0, worked in 3.6.7. Set version number accordingly.

Best regards. JBF

-- 
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 99401] possibility to have a set of layers to show in visible printable and locked mode

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99401

pier andre  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #4 from pier andre  ---
Consider the two attached files draw 1) and draw 2) as a different view (a
combination of different layers properties) of the same file.
Layers are like transparent sheets that you can superpose.
Each layer have 3 properties: visible, printable, locked, that you can set as
you like for each layer.
For example:
You have a common sketch on layer [layout].
a sketch with something different in layers [1, 2, 3, 4, 5, 6].
For example in the layer:
layout = apartment where lives John and Jane
1 = John's bedroom
2 = Jane's bedroom
3 = Jane's bathroom 
4 = John's bathroom
5 = Jane's kitchen
6 = John's kitchen

If for example you want to show and print where John lives, that correspond to
the content of layers [layout, 1, 4 and 6 ] you set this layers as visible
printable and the other as not visible and not printable as in the file draw
1).

If for example you want to show and print where Jane lives, that correspond to
the content of layers [layout, 2, 3 and 5 ] you set this layers as visible
printable and the other as not visible and not printable as in the file draw
2).

this procedure is an annoying procedure, because you have to doubleclick to
each layer and set as visible and printable and the other as not visible and
not printable.

If we can have the possibility to save the combination of the properties of all
layers together with a name (the thing I call view at the beginning), we can
change from draw 1), to show where John lives, to draw 2) where Jane lives,
recalling the name of the combination of the layers properties, with few clicks
and without errors, and also make changes to the apartment that is common.

Hoping to have been clearer, manythanks, ciao :-) pier

-- 
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 99403] FILESAVE: progress bar no longer shows progress of save

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99403

--- Comment #7 from David F Smith  ---
(In reply to V Stuart Foote from comment #5)
> ... And perhaps post up your opengl_device.log from your
> profile cache.
> 
> =-ref-=
> http://cgit.freedesktop.org/libreoffice/core/commit/
> ?id=7e2ea27e5d56f5cf767a6718a0f5edc28e24af14


For what it's worth, my opengl_device.log contains only the following:
DriverVersion: 9.17.10.4101
DriverDate: 1-30-2015
DeviceID: PCI\VEN_8086_0102_04ED1028_09
AdapterVendorID: 0x8086
AdapterDeviceID: 0x0102
AdapterSubsysID: 0x04ed1028
DeviceKey:
System\CurrentControlSet\Control\Video\{6D71DF95-893E-4B65-B0A4-F74C8452EC3E}\
DeviceString: Intel(R) HD Graphics

-- 
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 99399] Unable to open File Completely: Crashing

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99399

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #3 from Julien Nabet  ---
On pc Debian x86-64 with LO Debian package 5.1.2, I don't reproduce this.
Which LO version do you use? Do you use Gnome, Kde, Xfce, other?

-- 
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 99397] Cannot open LibreOffice. It crashes the entire system on verification before first time opening

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99397

Julien Nabet  changed:

   What|Removed |Added

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

--- Comment #1 from Julien Nabet  ---
What's your MacOS version? Minimum requirement is 10.8

Did you download dmg file from official website
(https://www.libreoffice.org/download/libreoffice-fresh/)?
Did you check integrity of the dmg (see
http://download.documentfoundation.org/libreoffice/stable/5.1.2/mac/x86_64/LibreOffice_5.1.2_MacOS_x86-64.dmg.mirrorlist)

Also, do you have another LO version already installed? if yes, could you
uninstall and give it a new try?
Finally, rename your LO directory profile (see
https://wiki.documentfoundation.org/UserProfile#Mac_OS_X) and give a new try.

-- 
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 99403] FILESAVE: progress bar no longer shows progress of save

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99403

--- Comment #6 from David F Smith  ---
(In reply to V Stuart Foote from comment #5)
> Do you have OpenGL rendering enabled? If so, suspect the intermittent
> progress bar to be duplicate of bug 98666 -- any cleaner visually with
> OpenGL disabled. 



"Use OpenGL for all rendering" was checked, so I unchecked it and restarted. 
No apparent difference in the appearance during save: just occasional green
blinks in the progress bar, plus white screens and "Not Responding."

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


Re: [Libreoffice-qa] Check for update

2016-04-19 Thread Pedro
Hi Christian


Christian Lohmaier-3 wrote
> On Sun, Apr 17, 2016 at 6:06 PM, Pedro <[hidden email]> wrote: 
>> Is is possible that the server is reporting that the latest version
>> available is 5.1.2.1? 
> 
> Ah! thanks for testing and reporting - the info LO sends as the
> user-agent was changed, but the check script wasn't adjusted properly,
> so it doesn't recognize the request as coming from LibreOffice and
> just errors out early.

I know this only affects the few people who do QA and bug testing. 
But can this be fixed? Should I open a bug report?

Regards,
Pedro



--
View this message in context: 
http://nabble.documentfoundation.org/Check-for-update-tp4181351p4181512.html
Sent from the QA mailing list archive at Nabble.com.
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

[Libreoffice-bugs] [Bug 99401] possibility to have a set of layers to show in visible printable and locked mode

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99401

--- Comment #3 from pier andre  ---
Created attachment 124516
  --> https://bugs.documentfoundation.org/attachment.cgi?id=124516=edit
draw 2) case layers 2, 3 and 5 visible

in this file you have the layers [layout, 2, 3, and 5] set as visible printable
and not locked, and the layers [1, 4 and 6] set not visible not printable and
locked.
so you can see and print the combination only of the layers [layout, 2, 3 and
5] and cannot incidentally modify layers [1, 4 and 6]

-- 
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 99401] possibility to have a set of layers to show in visible printable and locked mode

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99401

--- Comment #2 from pier andre  ---
Created attachment 124515
  --> https://bugs.documentfoundation.org/attachment.cgi?id=124515=edit
draw 1) case, layers layout, 1, 4 and 6 visible

in this file you have the layers [layout, 1, 4, and 6] set as visible printable
and not locked, and the layers [2, 3 and 5] set not visible not printable and
locked.
so you can see and print the combination only of the layers [layout, 1, 4 and
6] and cannot incidentally modify layers [2, 3 and 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-commits] core.git: Branch 'libreoffice-5-1' - readlicense_oo/license

2016-04-19 Thread Christian Lohmaier
 readlicense_oo/license/CREDITS.fodt | 2343 ++--
 1 file changed, 1178 insertions(+), 1165 deletions(-)

New commits:
commit 16f75ee570ece3a367ed0f6b53bd9cfae100356f
Author: Christian Lohmaier 
Date:   Tue Apr 19 20:44:04 2016 +0200

update credits

Change-Id: I52af3ba76cb6dbd8572eb524ce9d0c0bfb2c0596
(cherry picked from commit f4827e1bba5d6951cfc995531342395f8bc9a630)

diff --git a/readlicense_oo/license/CREDITS.fodt 
b/readlicense_oo/license/CREDITS.fodt
index 311a36c..5fb9235 100644
--- a/readlicense_oo/license/CREDITS.fodt
+++ b/readlicense_oo/license/CREDITS.fodt
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xlink; 
xmlns:dc="http://purl.org/dc/elements/1.1/; 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" 
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" 
xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" 
xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:config="urn:oas
 is:names:tc:opendocument:xmlns:config:1.0" 
xmlns:ooo="http://openoffice.org/2004/office; 
xmlns:ooow="http://openoffice.org/2004/writer; 
xmlns:oooc="http://openoffice.org/2004/calc; 
xmlns:dom="http://www.w3.org/2001/xml-events; 
xmlns:xforms="http://www.w3.org/2002/xforms; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:rpt="http://openoffice.org/2005/report; 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:xhtml="http://www.w3.org/1999/xhtml; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#; 
xmlns:officeooo="http://openoffice.org/2009/office; 
xmlns:tableooo="http://openoffice.org/2009/table; 
xmlns:drawooo="http://openoffice.org/2010/draw; 
xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0"
 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" 
xmlns:formx="urn:openoffice:names:
 experimental:ooxml-odf-interop:xmlns:form:1.0" 
xmlns:css3t="http://www.w3.org/TR/css3-text/; office:version="1.2" 
office:mimetype="application/vnd.oasis.opendocument.text">
- Credits » 
LibreOfficeCreditscontributorscodersdevelopersCredits
 for the LibreOffice 
development/coding.LibreOffice/5.1.2.2$Linux_X86_64
 
LibreOffice_project/d3bf12ecb743fc0d20e0be0c58ca359301eb705f2012-02-20T22:17:18.06000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA
+ Credits » 
LibreOfficeCreditscontributorscodersdevelopersCredits
 for the LibreOffice 
development/coding.LibreOffice/5.1.2.2$Linux_X86_64
 
LibreOffice_project/d3bf12ecb743fc0d20e0be0c58ca359301eb705f2012-02-20T22:17:18.06000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA
  
   
-   1586
+   607
501
41197
-   22518
+   22412
true
true

@@ -16,9 +16,9 @@
  3676
  3471
  501
- 1586
+ 607
  41697
- 24102
+ 23017
  0
  0
  false
@@ -68,7 +68,7 @@
false
false
true
-   5013952
+   5091996
false
false
false
@@ -311,26 +311,23 @@
  
  
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   

   
-  
-   
-  
   

   
@@ -392,16 +389,16 @@

   
   
-   
+   
   
   

   
   
-   
+   
   
   
-   
+   
   
   

@@ -409,7 +406,7 @@
   

   
-  
+  

   
   
@@ -1032,7 +1029,7 @@

   
  Credits
-1152 individuals contributed to 
OpenOffice.org (and whose contributions were imported into LibreOffice) or 
LibreOffice until 2016-04-13 01:11:01.
+1153 individuals contributed to 
OpenOffice.org (and whose contributions were imported into LibreOffice) or 
LibreOffice until 2016-04-19 17:56:24.
 * marks developers whose first contributions 
happened after 2010-09-28.
 Developers 
committing code since 2010-09-28
 
@@ -1059,10 +1056,10 @@
Vladimir 
GlazunovCommits: 25434Joined: 
2000-12-04
   
   
-   Caolán 
McNamaraCommits: 19307Joined: 
2000-10-10
+   Caolán 
McNamaraCommits: 19318Joined: 
2000-10-10
   
   
-   Stephan 
BergmannCommits: 11767Joined: 
2000-10-04
+   Stephan 
BergmannCommits: 11813Joined: 
2000-10-04
   
   
Ivo 
HinkelmannCommits: 9480Joined: 
2002-09-09
@@ -1070,27 +1067,27 @@
  
  
   
-   Tor 
LillqvistCommits: 7359Joined: 
2010-03-23
+   Tor 
LillqvistCommits: 7360Joined: 
2010-03-23
   
   
-   *Noel GrandinCommits: 
5670Joined: 2011-12-12
+   *Noel GrandinCommits: 
5718Joined: 2011-12-12
   
   
-   Miklos 
VajnaCommits: 5548Joined: 
2010-07-29
+   Miklos 
VajnaCommits: 5562Joined: 

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0-6' - readlicense_oo/license

2016-04-19 Thread Christian Lohmaier
 readlicense_oo/license/CREDITS.fodt | 2343 ++--
 1 file changed, 1178 insertions(+), 1165 deletions(-)

New commits:
commit 27d735405c0a8261c98c29f18e72a3597c700a66
Author: Christian Lohmaier 
Date:   Tue Apr 19 20:44:04 2016 +0200

update credits

Change-Id: I52af3ba76cb6dbd8572eb524ce9d0c0bfb2c0596
(cherry picked from commit f4827e1bba5d6951cfc995531342395f8bc9a630)
(cherry picked from commit 575427348a76c3e6a0cc0c351f7dd8eba0db28dc)

diff --git a/readlicense_oo/license/CREDITS.fodt 
b/readlicense_oo/license/CREDITS.fodt
index 311a36c..5fb9235 100644
--- a/readlicense_oo/license/CREDITS.fodt
+++ b/readlicense_oo/license/CREDITS.fodt
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xlink; 
xmlns:dc="http://purl.org/dc/elements/1.1/; 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" 
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" 
xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" 
xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:config="urn:oas
 is:names:tc:opendocument:xmlns:config:1.0" 
xmlns:ooo="http://openoffice.org/2004/office; 
xmlns:ooow="http://openoffice.org/2004/writer; 
xmlns:oooc="http://openoffice.org/2004/calc; 
xmlns:dom="http://www.w3.org/2001/xml-events; 
xmlns:xforms="http://www.w3.org/2002/xforms; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:rpt="http://openoffice.org/2005/report; 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:xhtml="http://www.w3.org/1999/xhtml; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#; 
xmlns:officeooo="http://openoffice.org/2009/office; 
xmlns:tableooo="http://openoffice.org/2009/table; 
xmlns:drawooo="http://openoffice.org/2010/draw; 
xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0"
 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" 
xmlns:formx="urn:openoffice:names:
 experimental:ooxml-odf-interop:xmlns:form:1.0" 
xmlns:css3t="http://www.w3.org/TR/css3-text/; office:version="1.2" 
office:mimetype="application/vnd.oasis.opendocument.text">
- Credits » 
LibreOfficeCreditscontributorscodersdevelopersCredits
 for the LibreOffice 
development/coding.LibreOffice/5.1.2.2$Linux_X86_64
 
LibreOffice_project/d3bf12ecb743fc0d20e0be0c58ca359301eb705f2012-02-20T22:17:18.06000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA
+ Credits » 
LibreOfficeCreditscontributorscodersdevelopersCredits
 for the LibreOffice 
development/coding.LibreOffice/5.1.2.2$Linux_X86_64
 
LibreOffice_project/d3bf12ecb743fc0d20e0be0c58ca359301eb705f2012-02-20T22:17:18.06000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA
  
   
-   1586
+   607
501
41197
-   22518
+   22412
true
true

@@ -16,9 +16,9 @@
  3676
  3471
  501
- 1586
+ 607
  41697
- 24102
+ 23017
  0
  0
  false
@@ -68,7 +68,7 @@
false
false
true
-   5013952
+   5091996
false
false
false
@@ -311,26 +311,23 @@
  
  
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   

   
-  
-   
-  
   

   
@@ -392,16 +389,16 @@

   
   
-   
+   
   
   

   
   
-   
+   
   
   
-   
+   
   
   

@@ -409,7 +406,7 @@
   

   
-  
+  

   
   
@@ -1032,7 +1029,7 @@

   
  Credits
-1152 individuals contributed to 
OpenOffice.org (and whose contributions were imported into LibreOffice) or 
LibreOffice until 2016-04-13 01:11:01.
+1153 individuals contributed to 
OpenOffice.org (and whose contributions were imported into LibreOffice) or 
LibreOffice until 2016-04-19 17:56:24.
 * marks developers whose first contributions 
happened after 2010-09-28.
 Developers 
committing code since 2010-09-28
 
@@ -1059,10 +1056,10 @@
Vladimir 
GlazunovCommits: 25434Joined: 
2000-12-04
   
   
-   Caolán 
McNamaraCommits: 19307Joined: 
2000-10-10
+   Caolán 
McNamaraCommits: 19318Joined: 
2000-10-10
   
   
-   Stephan 
BergmannCommits: 11767Joined: 
2000-10-04
+   Stephan 
BergmannCommits: 11813Joined: 
2000-10-04
   
   
Ivo 
HinkelmannCommits: 9480Joined: 
2002-09-09
@@ -1070,27 +1067,27 @@
  
  
   
-   Tor 
LillqvistCommits: 7359Joined: 
2010-03-23
+   Tor 
LillqvistCommits: 7360Joined: 
2010-03-23
   
   
-   *Noel GrandinCommits: 
5670Joined: 2011-12-12
+   *Noel GrandinCommits: 
5718Joined: 2011-12-12
   
   
-   Miklos 

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - readlicense_oo/license

2016-04-19 Thread Christian Lohmaier
 readlicense_oo/license/CREDITS.fodt | 2343 ++--
 1 file changed, 1178 insertions(+), 1165 deletions(-)

New commits:
commit 575427348a76c3e6a0cc0c351f7dd8eba0db28dc
Author: Christian Lohmaier 
Date:   Tue Apr 19 20:44:04 2016 +0200

update credits

Change-Id: I52af3ba76cb6dbd8572eb524ce9d0c0bfb2c0596
(cherry picked from commit f4827e1bba5d6951cfc995531342395f8bc9a630)

diff --git a/readlicense_oo/license/CREDITS.fodt 
b/readlicense_oo/license/CREDITS.fodt
index 311a36c..5fb9235 100644
--- a/readlicense_oo/license/CREDITS.fodt
+++ b/readlicense_oo/license/CREDITS.fodt
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xlink; 
xmlns:dc="http://purl.org/dc/elements/1.1/; 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" 
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" 
xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" 
xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:config="urn:oas
 is:names:tc:opendocument:xmlns:config:1.0" 
xmlns:ooo="http://openoffice.org/2004/office; 
xmlns:ooow="http://openoffice.org/2004/writer; 
xmlns:oooc="http://openoffice.org/2004/calc; 
xmlns:dom="http://www.w3.org/2001/xml-events; 
xmlns:xforms="http://www.w3.org/2002/xforms; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:rpt="http://openoffice.org/2005/report; 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:xhtml="http://www.w3.org/1999/xhtml; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#; 
xmlns:officeooo="http://openoffice.org/2009/office; 
xmlns:tableooo="http://openoffice.org/2009/table; 
xmlns:drawooo="http://openoffice.org/2010/draw; 
xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0"
 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" 
xmlns:formx="urn:openoffice:names:
 experimental:ooxml-odf-interop:xmlns:form:1.0" 
xmlns:css3t="http://www.w3.org/TR/css3-text/; office:version="1.2" 
office:mimetype="application/vnd.oasis.opendocument.text">
- Credits » 
LibreOfficeCreditscontributorscodersdevelopersCredits
 for the LibreOffice 
development/coding.LibreOffice/5.1.2.2$Linux_X86_64
 
LibreOffice_project/d3bf12ecb743fc0d20e0be0c58ca359301eb705f2012-02-20T22:17:18.06000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA
+ Credits » 
LibreOfficeCreditscontributorscodersdevelopersCredits
 for the LibreOffice 
development/coding.LibreOffice/5.1.2.2$Linux_X86_64
 
LibreOffice_project/d3bf12ecb743fc0d20e0be0c58ca359301eb705f2012-02-20T22:17:18.06000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA
  
   
-   1586
+   607
501
41197
-   22518
+   22412
true
true

@@ -16,9 +16,9 @@
  3676
  3471
  501
- 1586
+ 607
  41697
- 24102
+ 23017
  0
  0
  false
@@ -68,7 +68,7 @@
false
false
true
-   5013952
+   5091996
false
false
false
@@ -311,26 +311,23 @@
  
  
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   

   
-  
-   
-  
   

   
@@ -392,16 +389,16 @@

   
   
-   
+   
   
   

   
   
-   
+   
   
   
-   
+   
   
   

@@ -409,7 +406,7 @@
   

   
-  
+  

   
   
@@ -1032,7 +1029,7 @@

   
  Credits
-1152 individuals contributed to 
OpenOffice.org (and whose contributions were imported into LibreOffice) or 
LibreOffice until 2016-04-13 01:11:01.
+1153 individuals contributed to 
OpenOffice.org (and whose contributions were imported into LibreOffice) or 
LibreOffice until 2016-04-19 17:56:24.
 * marks developers whose first contributions 
happened after 2010-09-28.
 Developers 
committing code since 2010-09-28
 
@@ -1059,10 +1056,10 @@
Vladimir 
GlazunovCommits: 25434Joined: 
2000-12-04
   
   
-   Caolán 
McNamaraCommits: 19307Joined: 
2000-10-10
+   Caolán 
McNamaraCommits: 19318Joined: 
2000-10-10
   
   
-   Stephan 
BergmannCommits: 11767Joined: 
2000-10-04
+   Stephan 
BergmannCommits: 11813Joined: 
2000-10-04
   
   
Ivo 
HinkelmannCommits: 9480Joined: 
2002-09-09
@@ -1070,27 +1067,27 @@
  
  
   
-   Tor 
LillqvistCommits: 7359Joined: 
2010-03-23
+   Tor 
LillqvistCommits: 7360Joined: 
2010-03-23
   
   
-   *Noel GrandinCommits: 
5670Joined: 2011-12-12
+   *Noel GrandinCommits: 
5718Joined: 2011-12-12
   
   
-   Miklos 
VajnaCommits: 5548Joined: 
2010-07-29
+   Miklos 
VajnaCommits: 5562Joined: 

[Libreoffice-commits] core.git: readlicense_oo/license

2016-04-19 Thread Christian Lohmaier
 readlicense_oo/license/CREDITS.fodt | 2343 ++--
 1 file changed, 1178 insertions(+), 1165 deletions(-)

New commits:
commit f4827e1bba5d6951cfc995531342395f8bc9a630
Author: Christian Lohmaier 
Date:   Tue Apr 19 20:44:04 2016 +0200

update credits

Change-Id: I52af3ba76cb6dbd8572eb524ce9d0c0bfb2c0596

diff --git a/readlicense_oo/license/CREDITS.fodt 
b/readlicense_oo/license/CREDITS.fodt
index 311a36c..5fb9235 100644
--- a/readlicense_oo/license/CREDITS.fodt
+++ b/readlicense_oo/license/CREDITS.fodt
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xlink; 
xmlns:dc="http://purl.org/dc/elements/1.1/; 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" 
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" 
xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" 
xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:config="urn:oas
 is:names:tc:opendocument:xmlns:config:1.0" 
xmlns:ooo="http://openoffice.org/2004/office; 
xmlns:ooow="http://openoffice.org/2004/writer; 
xmlns:oooc="http://openoffice.org/2004/calc; 
xmlns:dom="http://www.w3.org/2001/xml-events; 
xmlns:xforms="http://www.w3.org/2002/xforms; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:rpt="http://openoffice.org/2005/report; 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:xhtml="http://www.w3.org/1999/xhtml; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#; 
xmlns:officeooo="http://openoffice.org/2009/office; 
xmlns:tableooo="http://openoffice.org/2009/table; 
xmlns:drawooo="http://openoffice.org/2010/draw; 
xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0"
 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" 
xmlns:formx="urn:openoffice:names:
 experimental:ooxml-odf-interop:xmlns:form:1.0" 
xmlns:css3t="http://www.w3.org/TR/css3-text/; office:version="1.2" 
office:mimetype="application/vnd.oasis.opendocument.text">
- Credits » 
LibreOfficeCreditscontributorscodersdevelopersCredits
 for the LibreOffice 
development/coding.LibreOffice/5.1.2.2$Linux_X86_64
 
LibreOffice_project/d3bf12ecb743fc0d20e0be0c58ca359301eb705f2012-02-20T22:17:18.06000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA
+ Credits » 
LibreOfficeCreditscontributorscodersdevelopersCredits
 for the LibreOffice 
development/coding.LibreOffice/5.1.2.2$Linux_X86_64
 
LibreOffice_project/d3bf12ecb743fc0d20e0be0c58ca359301eb705f2012-02-20T22:17:18.06000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA
  
   
-   1586
+   607
501
41197
-   22518
+   22412
true
true

@@ -16,9 +16,9 @@
  3676
  3471
  501
- 1586
+ 607
  41697
- 24102
+ 23017
  0
  0
  false
@@ -68,7 +68,7 @@
false
false
true
-   5013952
+   5091996
false
false
false
@@ -311,26 +311,23 @@
  
  
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   

   
-  
-   
-  
   

   
@@ -392,16 +389,16 @@

   
   
-   
+   
   
   

   
   
-   
+   
   
   
-   
+   
   
   

@@ -409,7 +406,7 @@
   

   
-  
+  

   
   
@@ -1032,7 +1029,7 @@

   
  Credits
-1152 individuals contributed to 
OpenOffice.org (and whose contributions were imported into LibreOffice) or 
LibreOffice until 2016-04-13 01:11:01.
+1153 individuals contributed to 
OpenOffice.org (and whose contributions were imported into LibreOffice) or 
LibreOffice until 2016-04-19 17:56:24.
 * marks developers whose first contributions 
happened after 2010-09-28.
 Developers 
committing code since 2010-09-28
 
@@ -1059,10 +1056,10 @@
Vladimir 
GlazunovCommits: 25434Joined: 
2000-12-04
   
   
-   Caolán 
McNamaraCommits: 19307Joined: 
2000-10-10
+   Caolán 
McNamaraCommits: 19318Joined: 
2000-10-10
   
   
-   Stephan 
BergmannCommits: 11767Joined: 
2000-10-04
+   Stephan 
BergmannCommits: 11813Joined: 
2000-10-04
   
   
Ivo 
HinkelmannCommits: 9480Joined: 
2002-09-09
@@ -1070,27 +1067,27 @@
  
  
   
-   Tor 
LillqvistCommits: 7359Joined: 
2010-03-23
+   Tor 
LillqvistCommits: 7360Joined: 
2010-03-23
   
   
-   *Noel GrandinCommits: 
5670Joined: 2011-12-12
+   *Noel GrandinCommits: 
5718Joined: 2011-12-12
   
   
-   Miklos 
VajnaCommits: 5548Joined: 
2010-07-29
+   Miklos 
VajnaCommits: 5562Joined: 
2010-07-29
   
   
-   Kohei 
YoshidaCommits: 5367Joined: 

[Libreoffice-bugs] [Bug 99403] FILESAVE: progress bar no longer shows progress of save

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99403

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu

--- Comment #5 from V Stuart Foote  ---
Do you have OpenGL rendering enabled? If so, suspect the intermittent progress
bar to be duplicate of bug 98666 -- any cleaner visually with OpenGL disabled.
And perhaps post up your opengl_device.log from your profile cache.

Also, with large documents it could be manifestation of poor memory handling as
the ODF archive is generated on save. Check a build of master/5.2.0alpha1+ from
between 20160323 and 20160406 with ref fix for bug 93553 applied (more current
builds of master are suffering with first run issue of bug 99258) 

=-ref-=
http://cgit.freedesktop.org/libreoffice/core/commit/?id=7e2ea27e5d56f5cf767a6718a0f5edc28e24af14

-- 
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 99403] FILESAVE: progress bar no longer shows progress of save

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99403

David F Smith  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #4 from David F Smith  ---
(In reply to Joel Madero from comment #1)
> We'll need a test case of a large file - you can upload to google docs,
> dropbox, etc...
> 
> Note it'll be public but we need this in order to verify the issue. For
> small (or even reasonable sized...) files, we're never going to see this
> problem.
> 
> Mark as UNCONFIRMED once you get us a link to a sample file.

Here's a link to one of my large presentations:
https://drive.google.com/open?id=0B9HusC1zbjiob3BCQU02bXNrOHc

Status changed to UNCONFIRMED.

-- 
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 46184] [Calc] [AutoFilter] Option "Copy results to ..." remains activated in AutoFilter

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=46184

--- Comment #7 from Jean-Baptiste Faure  ---
Nothing has changed since I tested this bug a year ago.

Best regards. JBF

-- 
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 91332] Saving XLSX File Removes textbox Linked to Other Tabs

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91332

Jean-Baptiste Faure  changed:

   What|Removed |Added

 CC||jbfa...@libreoffice.org
Version|unspecified |4.4.3.2 release

--- Comment #4 from Jean-Baptiste Faure  ---
(In reply to Markus Mohrhard from comment #2)
> Regression from bc0a9076aa43a0782bcf81e55d3f84f6af0f68e8.
> 
> The concept there is broken and I asked on the mailing list if the person
> responsible will fix it or if I can just disable the whole stuff that is
> causing this regression.

No decision about that ?

According to comment #1, version set to 4.4.3.2

Best regards. JBF

-- 
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 93123] VIEWING: Split/frozen sheet not redrawn properly when formula with manual range selection causes page to scroll

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93123

--- Comment #11 from tmacalp  ---
(In reply to mahfiaz from comment #10)
> Yep, I finally am able to reproduce it.
> 
> It turns out my habit to close parenthesis of expressions failed me this
> time. You should type =SUM(, otherwise the tooltip
> is hidden before the scrolling takes place.

Thanks for retesting!  I'm really not looking specifically for the actual
tooltip artifacts.  The main problem is that calc shows our recently input
formulas as EMPTY cells.

I still trigger the bug a number of ways... even after closing the parenthesis.
 For example,
=sum()

As long as I've selected a range, I can even modify the formula and trigger the
bug.
=sum()+5*7

Even without the mouse, use the arrow keys to select a range, as long as that
range doesn't include the cell directly over our formula range.
=sum()

It still shows as an empty cell.  Basically, I trigger this bug using any
graphical method of selecting a range when inputting a formula in the last
visible row of a sheet and completing it with .

> In its current form this takes place only if you drag with your mouse. Click
> to select, just typing or numerous other sequences won't cause this.
> Therefore lowering it's importance.

I don't believe this is as isolated as you thinking.  The user I was helping
when I discovered this bug is quite advanced.  When she ran into this, she was
inputting formulas down a column while summing various regions in the sheet. 
She then realized her entire column was blank and other numbers in that pane
were in the wrong cells.  Her workaround for now is to keep scrolling so her
active cell is never at the bottom of the screen.  If she does corrupt her
screen, she minimizes/restores to get the pane to redraw properly.

If you're not expecting this bug, it can lead to some very confusing and
error-prone situations.  According to the prioritizing bug flowchart, I'd argue
it at least warrants a "makes it substantially harder to make high quality work
or requires users not to use some features" (Medium/Minor).  Then the priority
should potentially even be bump because it's a recent regression.  But I'll
leave the QA to others.

> That said there are other similar strange cases when tooltips, parts of
> selection area borders and possibly more are left behind.

I also found that you can reproduce this bug in the bottom visible row of the
upper right quadrant of a split sheet by pressing .  It's also possible
to reproduce if you select a cell in the right-most visible column and end the
formula with .  My guess is it's another case where someone didn't
consider the case for redrawing all panes of a split/frozen window.

-- 
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 96070] Vertical ruler has no number with openGL enabled

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96070

--- Comment #14 from Laurent BP  ---
With Version: 5.1.2.2 (x64)
Build ID: d3bf12ecb743fc0d20e0be0c58ca359301eb705f
Threads CPU : 4; Version de l'OS :Windows 6.1; UI Render : par défaut; 
Locale : fr-FR (fr_FR)

on Win7_x64, with same computer
Portable Dell Latitude E6520
Processor: Intel Core i7-2620 CPU @2.70GHz
Graphic card: Nvidia Nvs 4200M

OpenGL is disabled even if "Use OpenGL for all rendering" is activated and LibO
restart: "Current GL status: Disabled" is indicated.

So vertical ruler is correct.

If I force OpenGL, then vertical ruler is not correct: figures are not
correctly oriented. But there is also many bugs in graphics output, so openGL
is not usable on my computer.
I consider this bug as fixed.

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


[Libreoffice-bugs] [Bug 99403] FILESAVE: progress bar no longer shows progress of save

2016-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99403

--- Comment #3 from David F Smith  ---
(In reply to MM from comment #2)
> Maybe a dup of bug 98731 ?

It may be distantly related, but it's not a duplicate.

The main point of 98731, as I read it, is the amount of time AFTER THE PROGRESS
BAR FINISHES before the save is actually done.  I've always seen that, back
many versions, and that's not my issue.  What's new for me, somewhere between
4.4 and the current 5.1, is that now the progress bar itself does not show
continuous progress.  Instead it flashes intermittently (rarely).  Mostly the
Impress window is just frozen or white, sometimes indicating "Not Responding"
until the save is done.

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