[Libreoffice-commits] online.git: loleaflet/src

2017-04-25 Thread Pranav Kant
 loleaflet/src/layer/AnnotationManager.js |   23 ---
 1 file changed, 20 insertions(+), 3 deletions(-)

New commits:
commit 91f824ae216bea0303798fe6d77977cd81d40979
Author: Pranav Kant 
Date:   Wed Apr 26 10:33:45 2017 +0530

loleaflet: Warn here when unexpected data arrives

Hitting save, while there are redlines in the document, makes lo core send
redline information with empty textRange string. Further changes to the
document however brings in correct textRange rectangles back from the
core. Though ideally, it should be investigated why core is not able to
send correct redline text rectangles or why sending these redlines at
all while saving the document (not necessary unless some
attribute in redline changed), but no harm in having an additional check
here to filter unexpected messages received from server.

Change-Id: Ib709422e91cee6f141e4fea8ac923e88d7f65f50

diff --git a/loleaflet/src/layer/AnnotationManager.js 
b/loleaflet/src/layer/AnnotationManager.js
index 44b4993f..eff34d7d 100644
--- a/loleaflet/src/layer/AnnotationManager.js
+++ b/loleaflet/src/layer/AnnotationManager.js
@@ -70,6 +70,12 @@ L.AnnotationManager = L.Class.extend({
},
 
adjustRedLine: function(redline) {
+   // All sane values ?
+   if (!redline.textRange) {
+   console.warn('Redline received has invalid textRange');
+   return false;
+   }
+
var rectangles, color, viewId;
// transform change tracking index into an id
redline.id = 'change-' + redline.index;
@@ -90,6 +96,8 @@ L.AnnotationManager = L.Class.extend({
this.selectById(redline.id);
}, this);
}
+
+   return true;
},
 
// Fill normal comments in the documents
@@ -112,7 +120,10 @@ L.AnnotationManager = L.Class.extend({
this.clearChanges();
for (var idx in redlines) {
changecomment = redlines[idx];
-   this.adjustRedLine(changecomment);
+   if (!this.adjustRedLine(changecomment)) {
+   // something wrong in this redline, skip this 
one
+   continue;
+   }

this._items.push(L.annotation(this._map.options.maxBounds.getSouthEast(), 
changecomment).addTo(this._map));
}
if (this._items.length > 0) {
@@ -476,7 +487,10 @@ L.AnnotationManager = L.Class.extend({
var action = changetrack ? obj.redline.action : 
obj.comment.action;
if (action === 'Add') {
if (changetrack) {
-   this.adjustRedLine(obj.redline);
+   if (!this.adjustRedLine(obj.redline)) {
+   // something wrong in this redline
+   return;
+   }
this.add(obj.redline);
} else {
this.adjustComment(obj.comment);
@@ -507,7 +521,10 @@ L.AnnotationManager = L.Class.extend({
if (modified) {
var modifiedObj;
if (changetrack) {
-   this.adjustRedLine(obj.redline);
+   if (!this.adjustRedLine(obj.redline)) {
+   // something wrong in this 
redline
+   return;
+   }
modifiedObj = obj.redline;
} else {
this.adjustComment(obj.comment);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2017-04-25 Thread Chris Sherlock
 vcl/source/window/errinf.cxx |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

New commits:
commit 9beed0a363605067f5d57294e7a9d9a48a3b112d
Author: Chris Sherlock 
Date:   Fri Apr 21 21:04:34 2017 +1000

vcl: rearrange header order

Change-Id: Ib902e0ff8e416c108e311be297192f109fe58ae7
Reviewed-on: https://gerrit.libreoffice.org/36846
Tested-by: Jenkins 
Reviewed-by: Chris Sherlock 

diff --git a/vcl/source/window/errinf.cxx b/vcl/source/window/errinf.cxx
index c96ceca7a2a9..3c543cd3a4f8 100644
--- a/vcl/source/window/errinf.cxx
+++ b/vcl/source/window/errinf.cxx
@@ -17,12 +17,14 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include 
-#include 
-#include 
 #include 
+#include 
+
+#include 
 #include 
+
 #include 
+#include 
 
 class ErrorHandler;
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 107435] Non-exact paragraph line spacing has problems for CTL and CJK fonts

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107435

--- Comment #2 from Yousuf Philips (jay)  ---
Created attachment 132841
  --> https://bugs.documentfoundation.org/attachment.cgi?id=132841=edit
Word 2007 vs Writer 5.4

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


[Libreoffice-commits] core.git: Branch 'feature/mar-updater' - bin/update Makefile.gbuild

2017-04-25 Thread Markus Mohrhard
 Makefile.gbuild |2 -
 bin/update/create_partial_update.py |   50 ++--
 2 files changed, 38 insertions(+), 14 deletions(-)

New commits:
commit ef65df2214439794c5e8e0a4808ae72147d38e40
Author: Markus Mohrhard 
Date:   Wed Apr 26 06:18:06 2017 +0200

create valid partial language updates and write partial update info

Change-Id: I4000523cfc944657714267958836dd3ce4ec3b0d

diff --git a/Makefile.gbuild b/Makefile.gbuild
index dbf0e0d40888..ed08c6217d13 100644
--- a/Makefile.gbuild
+++ b/Makefile.gbuild
@@ -56,6 +56,6 @@ create-partial-info:
$(eval CURRENT_BUILD := $(WORKDIR)/mar/current-build/)
mkdir -p $(UPDATE_DIR)
mkdir -p $(UPDATE_DIR)/previous-builds
-   MAR=$(INSTDIR)/program/mar 
$(SRCDIR)/bin/update/create_partial_update.py "$(PRODUCTNAME)" "$(WORKDIR)" 
"$(UPDATE_DIR)" "$(MAR_DIR)/previous-builds/" "$(MAR_NAME_PREFIX)" 
"$(UPDATE_CONFIG)" "$(PLATFORM)" "$(CURRENT_BUILD)" "$(BUILDID)"
+   MAR=$(INSTDIR)/program/mar 
$(SRCDIR)/bin/update/create_partial_update.py "$(PRODUCTNAME)" "$(WORKDIR)" 
"$(UPDATE_DIR)" "$(MAR_DIR)/previous-builds/" "$(MAR_NAME_PREFIX)" 
"$(UPDATE_CONFIG)" "$(PLATFORM)" "$(CURRENT_BUILD)" "$(BUILDID)" "$(MAR_DIR)"
 
 # vim: set noet sw=4 ts=4:
diff --git a/bin/update/create_partial_update.py 
b/bin/update/create_partial_update.py
index 0382f82e79d3..ca194325d20d 100755
--- a/bin/update/create_partial_update.py
+++ b/bin/update/create_partial_update.py
@@ -6,9 +6,12 @@ import hashlib
 import os
 import subprocess
 import errno
+import json
 
 from config import parse_config
 from uncompress_mar import extract_mar
+from tools import get_file_info
+from signing import sign_mar_file
 
 BUF_SIZE = 1024
 current_dir_path = os.path.dirname(os.path.realpath(__file__))
@@ -94,13 +97,17 @@ def download_mar_for_update_channel_and_platform(config, 
platform, temp_dir):
 return downloaded_updates
 
 def generate_file_name(current_build_id, old_build_id, mar_name_prefix):
-name = "%s_from_%s_to_%s_partial.mar" %(mar_name_prefix, current_build_id, 
old_build_id)
+name = "%s_from_%s_partial.mar" %(mar_name_prefix, old_build_id)
 return name
 
 def generate_lang_file_name(current_build_id, old_build_id, mar_name_prefix, 
lang):
-name = "%s_%s_from_%s_to_%s_partial.mar" %(mar_name_prefix, lang, 
current_build_id, old_build_id)
+name = "%s_%s_from_%s_partial.mar" %(mar_name_prefix, lang, old_build_id)
 return name
 
+def add_single_dir(path):
+dir_name =  [os.path.join(path, name) for name in os.listdir(path) if 
os.path.isdir(os.path.join(path, name))]
+return dir_name[0]
+
 def main():
 product_name = sys.argv[1]
 workdir = sys.argv[2]
@@ -111,25 +118,42 @@ def main():
 platform = sys.argv[7]
 current_build_path = sys.argv[8]
 build_id = sys.argv[9]
-dir_name =  [os.path.join(current_build_path, name) for name in 
os.listdir(current_build_path) if 
os.path.isdir(os.path.join(current_build_path, name))]
-current_build_path = dir_name[0]
+mar_dir = sys.argv[10]
+
+current_build_path = add_single_dir(current_build_path)
 
 config = parse_config(update_config)
 
 updates = download_mar_for_update_channel_and_platform(config, platform, 
temp_dir)
 
-print(updates)
+data = {"partials": []}
+
 for build, update in updates.items():
 file_name = generate_file_name(build_id, build, mar_name_prefix)
-mar_file = os.path.join(temp_dir, build, file_name)
-print(mar_file)
-print(current_build_path)
-print(update["complete"])
-subprocess.call([os.path.join(current_dir_path, 
'make_incremental_update.sh'), mar_file, current_build_path, 
update["complete"]])
-for lang in update["languages"].items():
+mar_file = os.path.join(update_dir, file_name)
+subprocess.call([os.path.join(current_dir_path, 
'make_incremental_update.sh'), mar_file, update["complete"], 
current_build_path])
+sign_mar_file(update_dir, config, mar_file, mar_name_prefix)
+
+partial_info = {"complete":get_file_info(mar_file, config.base_url), 
"from": build, "to": build_id, "languages": {}}
+for lang, lang_info in update["languages"].items():
 lang_name = generate_lang_file_name(build_id, build, 
mar_name_prefix, lang)
-lang_mar_file = os.path.join(temp_dir, build, lang_name)
-#subprocess.call([os.path.join(current_dir_path, 
'make_incremental_update.sh'), mar_file, current_build_path, 
update["complete"]])
+
+# write the file into the final directory
+lang_mar_file = os.path.join(update_dir, lang_name)
+
+# the directory of the old language file is of the form
+# 
workdir/mar/language/en-US/LibreOffice___archive_langpack_/
+language_dir = add_single_dir(os.path.join(mar_dir, "language", 
lang))
+

[Libreoffice-bugs] [Bug 107435] Non-exact paragraph line spacing has problems for CTL and CJK fonts

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107435

--- Comment #1 from Yousuf Philips (jay)  ---
Created attachment 132840
  --> https://bugs.documentfoundation.org/attachment.cgi?id=132840=edit
Word PDF

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


[Libreoffice-bugs] [Bug 83066] [META] Tracking bug for CJK issues

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

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||107435


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107435
[Bug 107435] Non-exact paragraph line spacing has problems for CTL and CJK
fonts
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43808] [META] Right to left language issues (RTL/CTL)

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43808

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||107435


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107435
[Bug 107435] Non-exact paragraph line spacing has problems for CTL and CJK
fonts
-- 
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 107435] New: Non-exact paragraph line spacing has problems for CTL and CJK fonts

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107435

Bug ID: 107435
   Summary: Non-exact paragraph line spacing has problems for CTL
and CJK fonts
   Product: LibreOffice
   Version: 4.1.6.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: bibisectRequest, regression
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
Blocks: 43808, 83066

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

Steps:
1) Open attached document
2) Export document as PDF and compare it with export from MS Word
3) If you dont have MS Word, find exported PDF in next comment
4) Notice how the paragraph line spacing in LO is alot smaller

Version: 5.4.0.0.alpha0+
Build ID: e4f28aea21ce7e8f960cc2062f83715549be215e
CPU threads: 2; OS: Linux 4.4; UI render: default; VCL: gtk2; 
TinderBox: Linux-rpm_deb-x86@71-TDF, Branch:master, Time: 2017-04-25_00:49:43
Locale: en-US (en_US.UTF-8); Calc: group


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=43808
[Bug 43808] [META] Right to left language issues (RTL/CTL)
https://bugs.documentfoundation.org/show_bug.cgi?id=83066
[Bug 83066] [META] Tracking bug for CJK issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107090] Text is poorly rendered to presentation mode canvas with Default UI render and "Use hardware acceleration" enabled ( OpenGL and CPU only rendering is correct)

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107090

--- Comment #9 from Volga  ---
It seems to me that there is no effort for this when I try LibO 5.3.3.1.

Version: 5.3.3.1 (x64)
Build ID: 46360c72c4823cefeaa85af537fba22bd568da7e
CPU Threads: 4; OS Version: Windows 6.19; UI Render: default; Layout Engine:
new; 
Locale: zh-CN (zh_CN); Calc: group

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


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

2017-04-25 Thread Takeshi Abe
 starmath/uiconfig/smath/ui/commandmenu.ui |  115 +-
 1 file changed, 51 insertions(+), 64 deletions(-)

New commits:
commit ba03fceba889f1560762ccd9650a7317e5a4ae4d
Author: Takeshi Abe 
Date:   Mon Apr 24 18:35:37 2017 +0900

starmath: Show all Functions' menu items in Command Menu

I am not sure why nested submenu does not work, but found
GNOME HIG 
says that
> Submenus (...) should never contain other submenus.

Change-Id: Id2f06efb596b66af74d4877b1e42c0c00e310b19
Reviewed-on: https://gerrit.libreoffice.org/36881
Tested-by: Jenkins 
Reviewed-by: Takeshi Abe 

diff --git a/starmath/uiconfig/smath/ui/commandmenu.ui 
b/starmath/uiconfig/smath/ui/commandmenu.ui
index 3a703eb6694f..194b06f24226 100644
--- a/starmath/uiconfig/smath/ui/commandmenu.ui
+++ b/starmath/uiconfig/smath/ui/commandmenu.ui
@@ -721,72 +721,59 @@
   
 
 
-  
+  
 True
 False
-True
-
-  
-True
-False
-
-  
-True
-False
-arcsin(x)
-  
-
-
-  
-True
-False
-arccos(x)
-  
-
-
-  
-True
-False
-arctan(x)
-  
-
-
-  
-True
-False
-arccot(x)
-  
-
-
-  
-True
-False
-arsinh(x)
-  
-
-
-  
-True
-False
-arcosh(x)
-  
-
-
-  
-True
-False
-artanh(x)
-  
-
-
-  
-True
-False
-arcoth(x)
-  
-
-  
-
+arcsin(x)
+  
+
+
+  
+True
+False
+arccos(x)
+  
+
+
+  
+True
+False
+arctan(x)
+  
+
+
+  
+True
+False
+arccot(x)
+  
+
+
+  
+True
+False
+arsinh(x)
+  
+
+
+  
+True
+False
+arcosh(x)
+  
+
+
+  
+True
+False
+artanh(x)
+  
+
+
+  
+True
+False
+arcoth(x)
   
 
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 107434] New: Total record count at bottom of form is showing 41. Actual record count is 55.

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107434

Bug ID: 107434
   Summary: Total record count at bottom of form is showing 41.
Actual record count is 55.
   Product: LibreOffice
   Version: 5.0.3.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: doss.rai...@gmail.com

Description:
Total record count at bottom of form is showing 41. Actual record count is 55.

Steps to Reproduce:
1.Open a form
2.Look at the "total number of records" field.
3.My table contains 55 records but the form states that there are only 41
records.
4.Pressing the "Last Record" button will display that I am at record 55 of 55.

Actual Results:  
Displays a count of 41 records

Expected Results:
Should display a total of 55 records.


Reproducible: Always

User Profile Reset: No

Additional Info:


User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:53.0) Gecko/20100101
Firefox/53.0

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


[Libreoffice-bugs] [Bug 106642] Color UNO commands have problems on Notebookbar

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106642

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||philip...@hotmail.com
 Blocks||102062
Summary|Label and Icon view |Color UNO commands have
   |.uno:Color and  |problems on Notebookbar
   |.uno:BackColor  |
 Ever confirmed|0   |1

--- Comment #3 from Yousuf Philips (jay)  ---
I've had similar problems with .uno:XLineColor and .uno:FillColor as
GtkMenuToolButtons in sfxlo-NotebookbarToolBox available on the contextual
Shape and Textbox tab of the tabbed notebookbar.


Referenced Bugs:

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


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

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

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||106642


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=106642
[Bug 106642] Color UNO commands have problems on Notebookbar
-- 
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: configure/disable crashreporter ?

2017-04-25 Thread Thorsten Behrens
Oliver Brinzing wrote:
> [...] but i cannot find a setting to disable the crashreport
> service
>
Yep, that is currently hard-coded to
http://crashreport.libreoffice.org/submit/ - you can of course rebuild
libreoffice without FEATURE_BREAKPAD.

A brute force way would be to remove the service name
com.sun.star.comp.svx.CrashReportUI from
program/services/services.rdb, but looking at the code in app.cxx, that
would then probably not even survive bootstrapping, due to an early
exception. Then again, that leaves helpdesk personnel with the option
to collect the dump file. ;)

Cheers,

-- Thorsten


signature.asc
Description: Digital signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 107433] Add an option to remember the merge cell choice for all merge operations without the dialog

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107433

Kohei Yoshida  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID

--- Comment #1 from Kohei Yoshida  ---
Andras has already put the necessary piece in with commit
da24355234ec12f2f4c652113dbbb1216ba5492c.

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


[Libreoffice-commits] core.git: Branch 'feature/mar-updater' - 5 commits - bin/update Makefile.gbuild Makefile.in

2017-04-25 Thread Markus Mohrhard
 Makefile.gbuild   |   12 
 Makefile.in   |3 +++
 bin/update/create_full_mar.py |   14 --
 bin/update/create_partial_update.py   |5 +++--
 bin/update/make_incremental_update.sh |   12 ++--
 bin/update/signing.py |   11 +++
 bin/update/tools.py   |4 
 7 files changed, 43 insertions(+), 18 deletions(-)

New commits:
commit c434223f4b3f28aff960b6364de23df1a735fe57
Author: Markus Mohrhard 
Date:   Wed Apr 26 02:43:25 2017 +0200

add the generation of partial update files to the makefiles

It seems that the generated partial update files are now generated
correctly. We now need to handle languages and sign the partial files as
well as upload them.

Change-Id: I69fbdad42da2c8a2d9695bc852956b82ce773f4c

diff --git a/Makefile.gbuild b/Makefile.gbuild
index 6d625bb5e5fc..dbf0e0d40888 100644
--- a/Makefile.gbuild
+++ b/Makefile.gbuild
@@ -46,4 +46,16 @@ upload-update-info:
$(SRCDIR)/bin/update/upload_builds.py "$(PRODUCTNAME)" "$(BUILDID)" 
"$(PLATFORM)" "$(UPDATE_DIR)" "$(UPDATE_CONFIG)"
$(SRCDIR)/bin/update/upload_build_config.py "$(UPDATE_DIR)" 
"$(UPDATE_CONFIG)"
 
+create-partial-info:
+   $(eval BUILDID := $(shell git -C $(SRCDIR) log -1 --format=%H))
+   $(eval VERSION := 
$(LIBO_VERSION_MAJOR).$(LIBO_VERSION_MINOR).$(LIBO_VERSION_MICRO).$(LIBO_VERSION_PATCH)$(LIBO_VERSION_SUFFIX)$(LIBO_VERSION_SUFFIX_SUFFIX))
+   $(eval PLATFORM := $(RTL_OS)_$(RTL_ARCH))
+   $(eval MAR_NAME_PREFIX := 
$(PRODUCTNAME)_$(VERSION)_$(PLATFORM)_$(BUILDID))
+   $(eval UPDATE_DIR := $(WORKDIR)/update-info)
+   $(eval MAR_DIR := $(WORKDIR)/mar)
+   $(eval CURRENT_BUILD := $(WORKDIR)/mar/current-build/)
+   mkdir -p $(UPDATE_DIR)
+   mkdir -p $(UPDATE_DIR)/previous-builds
+   MAR=$(INSTDIR)/program/mar 
$(SRCDIR)/bin/update/create_partial_update.py "$(PRODUCTNAME)" "$(WORKDIR)" 
"$(UPDATE_DIR)" "$(MAR_DIR)/previous-builds/" "$(MAR_NAME_PREFIX)" 
"$(UPDATE_CONFIG)" "$(PLATFORM)" "$(CURRENT_BUILD)" "$(BUILDID)"
+
 # vim: set noet sw=4 ts=4:
diff --git a/Makefile.in b/Makefile.in
index e245a8dd3f77..3823ae1653f0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -419,6 +419,9 @@ create-update-info:
 upload-update-info:
$(MAKE) -f $(SRCDIR)/Makefile.gbuild upload-update-info
 
+create-partial-info:
+   $(MAKE) -f $(SRCDIR)/Makefile.gbuild create-partial-info
+
 dump-deps:
@$(SRCDIR)/bin/module-deps.pl $(MAKE) $(SRCDIR)/Makefile.gbuild
 
commit 71f39686cb37ab76a9ae2f31b09e2668eb536d90
Author: Markus Mohrhard 
Date:   Wed Apr 26 02:43:02 2017 +0200

extract the mar signing code

Change-Id: I007b0b68a61242b7255a1a58a3637e3307d675aa

diff --git a/bin/update/create_full_mar.py b/bin/update/create_full_mar.py
index f4990304857e..649eafe2bfa6 100755
--- a/bin/update/create_full_mar.py
+++ b/bin/update/create_full_mar.py
@@ -7,6 +7,7 @@ import json
 
 from tools import uncompress_file_to_dir, get_file_info, make_complete_mar_name
 from config import parse_config
+from signing import sign_mar_file
 
 current_dir_path = os.path.dirname(os.path.realpath(__file__))
 
@@ -37,10 +38,8 @@ def main():
 mar_file = make_complete_mar_name(target_dir, filename_prefix)
 subprocess.call([os.path.join(current_dir_path, 'make_full_update.sh'), 
mar_file, uncompress_dir])
 
-signed_mar_file = make_mar_name(target_dir, filename_prefix + '_signed')
-subprocess.check_call([mar_executable, '-C', target_dir, '-d', 
config.certificate_path, '-n', config.certificate_name, '-s', mar_file, 
signed_mar_file])
 
-os.rename(signed_mar_file, mar_file)
+sign_mar_file(target_dir, config, mar_file, filename_prefix)
 
 file_info = { 'complete' : get_file_info(mar_file, config.base_url) }
 
diff --git a/bin/update/signing.py b/bin/update/signing.py
new file mode 100644
index ..e6ac2832d844
--- /dev/null
+++ b/bin/update/signing.py
@@ -0,0 +1,11 @@
+from tools import make_complete_mar_name
+
+import os
+import subprocess
+
+def sign_mar_file(target_dir, config, mar_file, filename_prefix):
+signed_mar_file = make_complete_mar_name(target_dir, filename_prefix + 
'_signed')
+mar_executable = os.environ.get('MAR', 'mar')
+subprocess.check_call([mar_executable, '-C', target_dir, '-d', 
config.certificate_path, '-n', config.certificate_name, '-s', mar_file, 
signed_mar_file])
+
+os.rename(signed_mar_file, mar_file)
commit 26354ce3738838f0902c6714b4de2505e44c11b3
Author: Markus Mohrhard 
Date:   Wed Apr 26 02:42:15 2017 +0200

extract mar file name generation

Change-Id: If928cae4c722354d5c3e415e7cb8426a3a4412f7

diff --git a/bin/update/create_full_mar.py b/bin/update/create_full_mar.py
index ebe2a01cd2cf..f4990304857e 100755
--- a/bin/update/create_full_mar.py
+++ 

[Libreoffice-commits] online.git: loleaflet/src

2017-04-25 Thread Henry Castro
 loleaflet/src/layer/tile/ImpressTileLayer.js |   40 ++-
 loleaflet/src/layer/tile/TileLayer.js|2 -
 2 files changed, 40 insertions(+), 2 deletions(-)

New commits:
commit fa78cbf8a6b2c580b3f5ba929ed19256f4c7b2a7
Author: Henry Castro 
Date:   Tue Apr 25 20:33:07 2017 -0400

loleaflet: fix zooms and scroll annotations of the layer Impress

Change-Id: I4785551ebac4e8f0c1f877a00b651e7ac1203e67

diff --git a/loleaflet/src/layer/tile/ImpressTileLayer.js 
b/loleaflet/src/layer/tile/ImpressTileLayer.js
index 5a1b73aa..ee7f2ae5 100644
--- a/loleaflet/src/layer/tile/ImpressTileLayer.js
+++ b/loleaflet/src/layer/tile/ImpressTileLayer.js
@@ -4,6 +4,7 @@
  */
 
 L.ImpressTileLayer = L.TileLayer.extend({
+   extraSize: L.point(290, 0),
 
newAnnotation: function (comment) {
var annotation = L.annotation(this._map.getCenter(), comment, 
{noMenu: true}).addTo(this._map);
@@ -12,6 +13,7 @@ L.ImpressTileLayer = L.TileLayer.extend({
},
 
beforeAdd: function (map) {
+   map.on('zoomend', this._onAnnotationZoom, this);
map.on('updateparts', this.onUpdateParts, this);
map.on('AnnotationCancel', this.onAnnotationCancel, this);
map.on('AnnotationReply', this.onReplyClick, this);
@@ -37,6 +39,18 @@ L.ImpressTileLayer = L.TileLayer.extend({
}
},
 
+   hasAnnotations: function (part) {
+   var annotations = this._annotations[this._partHashes[part]];
+   return annotations && annotations.length > 0;
+   },
+
+   updateDocBounds: function (count, extraSize) {
+   var annotations = 
this._annotations[this._partHashes[this._selectedPart]];
+   if (annotations && annotations.length === count) {
+   this._map._docLayer._updateMaxBounds(true, extraSize);
+   }
+   },
+
onAdd: function (map) {
L.TileLayer.prototype.onAdd.call(this, map);
this._annotations = {};
@@ -98,6 +112,10 @@ L.ImpressTileLayer = L.TileLayer.extend({
this._map.focus();
},
 
+   _onAnnotationZoom: function (e) {
+   this.layoutAnnotations();
+   },
+
onReplyClick: function (e) {
var comment = {
Id: {
@@ -127,6 +145,9 @@ L.ImpressTileLayer = L.TileLayer.extend({
onUpdateParts: function (e) {
if (typeof this._prevSelectedPart === 'number') {
this.hideAnnotations(this._prevSelectedPart);
+   if (this.hasAnnotations(this._selectedPart)) {
+   this._map._docLayer._updateMaxBounds(true);
+   }
this.layoutAnnotations();
}
},
@@ -144,7 +165,10 @@ L.ImpressTileLayer = L.TileLayer.extend({
 
layoutAnnotations: function () {
var annotations = 
this._annotations[this._partHashes[this._selectedPart]];
-   var topRight = 
this._map.latLngToLayerPoint(this._map.options.maxBounds.getNorthEast()).add(L.point(this.options.marginX,
 this.options.marginY));
+   var scale = this._map.getZoomScale(this._map.getZoom(), 10);
+   var topRight = 
this._map.latLngToLayerPoint(this._map.options.maxBounds.getNorthEast())
+   .subtract(this.extraSize.multiplyBy(scale))
+   .add(L.point(this.options.marginX, 
this.options.marginY));
var bounds, annotation;
for (var index in annotations) {
annotation = annotations[index];
@@ -190,6 +214,9 @@ L.ImpressTileLayer = L.TileLayer.extend({

this._annotations[comment.parthash].push(L.annotation(this._map.options.maxBounds.getSouthEast(),
 comment).addTo(this._map));
}
this._topAnnotation = 0;
+   if (this.hasAnnotations(this._selectedPart)) {
+   this._map._docLayer._updateMaxBounds(true);
+   }
this.layoutAnnotations();
} else {
L.TileLayer.prototype._onCommandValuesMsg.call(this, 
textMsg);
@@ -205,10 +232,12 @@ L.ImpressTileLayer = L.TileLayer.extend({
}

this._annotations[obj.comment.parthash].push(L.annotation(this._map.options.maxBounds.getSouthEast(),
 obj.comment).addTo(this._map));
this._topAnnotation = 
Math.min(this._topAnnotation, 
this._annotations[this._partHashes[this._selectedPart]].length - 1);
+   this.updateDocBounds(1, this.extraSize);
this.layoutAnnotations();
} else if (obj.comment.action === 'Remove') {

[Libreoffice-bugs] [Bug 107433] Add an option to remember the merge cell choice for all merge operations without the dialog

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107433

Kohei Yoshida  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 107433] New: Add an option to remember the merge cell choice for all merge operations without the dialog

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107433

Bug ID: 107433
   Summary: Add an option to remember the merge cell choice for
all merge operations without the dialog
   Product: LibreOffice
   Version: 5.3.2.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kohei.yosh...@collabora.com

Currently, when attempting to merge a group of cells where more than one cell
is non-empty, you'll get a dialog presenting 3 merge options every single time.

We should add an option to turn this dialog off, and have Calc remember the
ideal merge behavior and apply it without needing to launch the dialog.

-- 
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 107407] DOCX: Shadow, emboss and engrave text effects not imported correctly

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107407

--- Comment #3 from Yousuf Philips (jay)  ---
So it seems that transitional and strict dont use the standard flags for these
3 font effects and instead render and save them with their new font effects
engine.

https://www.tutorialspoint.com/word/images/text_effect.jpg

-- 
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 107191] [META] Notebookbar theming issues

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107191
Bug 107191 depends on bug 107417, which changed state.

Bug 107417 Summary: Some Firefox Themes does not work with Notebookbars
https://bugs.documentfoundation.org/show_bug.cgi?id=107417

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 86544] [META] Personalization: New browser for Firefox themes improvements

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86544
Bug 86544 depends on bug 107417, which changed state.

Bug 107417 Summary: Some Firefox Themes does not work with Notebookbars
https://bugs.documentfoundation.org/show_bug.cgi?id=107417

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 107417] Some Firefox Themes does not work with Notebookbars

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107417

Adolfo Jayme  changed:

   What|Removed |Added

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

--- Comment #1 from Adolfo Jayme  ---
Neither theme is displayed as intended, actually.

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

-- 
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 107266] Persona flipped on Notebookbars

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107266

--- Comment #2 from Adolfo Jayme  ---
*** Bug 107417 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-commits] core.git: Branch 'feature/mar-updater' - 3 commits - bin/update solenv/bin

2017-04-25 Thread Markus Mohrhard
 bin/update/create_full_mar.py   |4 --
 bin/update/uncompress_mar.py|   48 
 solenv/bin/modules/installer/environment.pm |1 
 3 files changed, 49 insertions(+), 4 deletions(-)

New commits:
commit a944d673d4fc3fed37bcb70447d7b59b5b3f9067
Author: Markus Mohrhard 
Date:   Wed Apr 26 01:17:50 2017 +0200

add a script to extract and uncompress from a mar file

Change-Id: I87c11b8f7d42bc438b88482a8dd3fd1512a06df8

diff --git a/bin/update/uncompress_mar.py b/bin/update/uncompress_mar.py
new file mode 100755
index ..4c5f40733d41
--- /dev/null
+++ b/bin/update/uncompress_mar.py
@@ -0,0 +1,48 @@
+#!/usr/bin/env python3
+# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# 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/.
+#
+
+# Extract a mar file and uncompress the content
+
+import os
+import sys
+import subprocess
+
+def uncompress_content(file_path):
+bzip2 = os.environ.get('BZIP2', 'bzip2')
+file_path_compressed = file_path + ".bz2"
+os.rename(file_path, file_path_compressed)
+subprocess.check_call(["bzip2", "-d", file_path_compressed])
+
+def extract_mar(mar_file, target_dir):
+mar = os.environ.get('MAR', 'mar')
+subprocess.check_call([mar, "-C", target_dir, "-x", mar_file])
+file_info = subprocess.check_output([mar, "-t", mar_file])
+lines = file_info.splitlines()
+for line in lines:
+info = line.split()
+# ignore header line
+if info[2] == b'NAME':
+continue
+
+uncompress_content(os.path.join(target_dir, info[2].decode("utf-8")))
+
+def main():
+if len(sys.argv) != 3:
+print("Help: This program takes exactly two arguments pointing to a 
mar file and a target location")
+sys.exit(1)
+
+mar_file = sys.argv[1]
+target_dir = sys.argv[2]
+extract_mar(mar_file, target_dir)
+
+if __name__ == "__main__":
+main()
+
+# vim: set shiftwidth=4 softtabstop=4 expandtab:
commit dad8b7813f71752d119bb7782e3c1fb8d22847ee
Author: Markus Mohrhard 
Date:   Tue Apr 25 21:39:11 2017 +0200

remove the split functionality from the update creation

Change-Id: I036cabff089a2cf464c887ee78b702637cce08b0

diff --git a/bin/update/create_full_mar.py b/bin/update/create_full_mar.py
index 25e654c9cd8b..ebe2a01cd2cf 100755
--- a/bin/update/create_full_mar.py
+++ b/bin/update/create_full_mar.py
@@ -38,10 +38,6 @@ def main():
 
 uncompress_dir = uncompress_file_to_dir(tar_file, temp_dir)
 
-# on linux we should stip the symbols from the libraries
-if sys.platform.startswith('linux'):
-subprocess.call('strip -g ' + os.path.join(uncompress_dir, 'program/') 
+ '*', shell=True)
-
 mar_executable = os.environ.get('MAR', 'mar')
 mar_file = make_mar_name(target_dir, filename_prefix)
 subprocess.call([os.path.join(current_dir_path, 'make_full_update.sh'), 
mar_file, uncompress_dir])
commit bbe935560cb1f71c2d6b4f71d90c4d400e8f1c81
Author: Markus Mohrhard 
Date:   Tue Apr 25 21:29:09 2017 +0200

add a way to strip symbols from the tarballs

Change-Id: I682dcc9c366efea2be00b738f630a82b4cf9d636

diff --git a/solenv/bin/modules/installer/environment.pm 
b/solenv/bin/modules/installer/environment.pm
index 8e5f61e1d052..8afe3c12c782 100644
--- a/solenv/bin/modules/installer/environment.pm
+++ b/solenv/bin/modules/installer/environment.pm
@@ -123,6 +123,7 @@ sub set_global_environment_variables
 if ( $ENV{'DONTCOMPRESS'} ) { $installer::globals::solarisdontcompress = 
1; }
 if ( $ENV{'IGNORE_ERROR_IN_LOGFILE'} ) { 
$installer::globals::ignore_error_in_logfile = 1; }
 if (( $ENV{'DISABLE_STRIP'} ) && ( $ENV{'DISABLE_STRIP'} ne '' )) { 
$installer::globals::strip = 0; }
+if (( $ENV{'ENABLE_STRIP'} ) && ( $ENV{'ENABLE_STRIP'} ne '' )) { 
$installer::globals::strip = 1; }
 
 if ( $installer::globals::localinstalldir ) { 
$installer::globals::localinstalldirset = 1; }
 # Special handling, if LOCALINSTALLDIR contains "~" in the path
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - sc/source

2017-04-25 Thread Kohei Yoshida
 sc/source/core/tool/formularesult.cxx |3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 26f1ab7e4d8407834cb1d5c1339ac29552ba220d
Author: Kohei Yoshida 
Date:   Fri Apr 21 21:42:32 2017 -0400

tdf#107310: hybrid cell is a value cell as well as a string cell.

Else it would cause a legitimate calculation to fail with #VALUE!.

Reviewed-on: https://gerrit.libreoffice.org/36817
Tested-by: Jenkins 
Reviewed-by: Kohei Yoshida 
(cherry picked from commit 7c80ea40fab3cb8e8893d14e80e7bb7f63f0dbb0)
Reviewed-on: https://gerrit.libreoffice.org/36917
Reviewed-by: Eike Rathke 

Change-Id: If8d4f40859d0c87b97afc952e4a3e4268450c40c

diff --git a/sc/source/core/tool/formularesult.cxx 
b/sc/source/core/tool/formularesult.cxx
index 95b8ded0cca5..90becca556dc 100644
--- a/sc/source/core/tool/formularesult.cxx
+++ b/sc/source/core/tool/formularesult.cxx
@@ -294,6 +294,9 @@ inline bool isString( formula::StackVar sv )
 
 bool ScFormulaResult::IsValue() const
 {
+if (IsEmptyDisplayedAsString())
+return true;
+
 return isValue(GetCellResultType());
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2017-04-25 Thread Chris Sherlock
 vcl/source/window/errinf.cxx |1 -
 1 file changed, 1 deletion(-)

New commits:
commit d8a564010c46a4062cbfd7e055f5dc64597d3268
Author: Chris Sherlock 
Date:   Fri Apr 21 21:07:30 2017 +1000

vcl: remove comment-cruft from errinf.cxx

Change-Id: I53272ef788375ea3cfecc1fa9f24185909801fa1
Reviewed-on: https://gerrit.libreoffice.org/36847
Reviewed-by: Chris Sherlock 
Tested-by: Chris Sherlock 

diff --git a/vcl/source/window/errinf.cxx b/vcl/source/window/errinf.cxx
index 2c9c0f17224e..c96ceca7a2a9 100644
--- a/vcl/source/window/errinf.cxx
+++ b/vcl/source/window/errinf.cxx
@@ -328,7 +328,6 @@ DialogMask ErrorHandler::HandleError_Impl(
 return DialogMask::NONE;
 }
 
-// static
 bool ErrorHandler::GetErrorString(sal_uInt32 lId, OUString& rStr)
 {
 return HandleError_Impl( lId, DialogMask::MAX, true, rStr ) != 
DialogMask::NONE;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 107432] New: Can' t get LETTER size TEXT DOCUMENT to print in Portrait mode

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107432

Bug ID: 107432
   Summary: Can't get LETTER size TEXT DOCUMENT to print in
Portrait mode
   Product: LibreOffice
   Version: 5.2.3.3 release
  Hardware: Other
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Printing and PDF export
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: 713...@gmail.com

Description:
Can't get LETTER size TEXT DOCUMENT to print in Portrait mode
If the PAGE layout setting = PORTRAIT, and the Paper Size = LETTER, the print
dialog box shows the document sideways and it prints that way.

WORKAROUND: Change Paper Size to A4, or USER CUSTOM 8.51" X 11.0" and it works
fine. There is something wrong with LETTER paper.

Steps to Reproduce:
1. Open TEXT document
2. In Format / Page tab:  Ensure Orientation is set to Portrait and Select
Paper Format = LETTER 
3. Click OK
4. PRINT document (prints landscape on portrait paper). 
[By the way, Print Preview shows it as portrait]

Actual Results:  
Prints landscape on portrait paper

Expected Results:
Print portrait on portrait


Reproducible: Always

User Profile Reset: No

Additional Info:


User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36

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

2017-04-25 Thread Chris Sherlock
 vcl/source/window/errinf.cxx |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 1c1aa2642bcd447f598a85114e8517f35c106992
Author: Chris Sherlock 
Date:   Fri Apr 21 21:03:13 2017 +1000

vcl: no longer a reverse dependency...

Change-Id: I38a73ad4190e8f06b74fc314d78cd4aa7d4479e7
Reviewed-on: https://gerrit.libreoffice.org/36845
Reviewed-by: Chris Sherlock 
Tested-by: Chris Sherlock 

diff --git a/vcl/source/window/errinf.cxx b/vcl/source/window/errinf.cxx
index 84ace0c5ec35..2c9c0f17224e 100644
--- a/vcl/source/window/errinf.cxx
+++ b/vcl/source/window/errinf.cxx
@@ -163,10 +163,9 @@ static void aDspFunc(const OUString , const OUString 
)
 OSL_FAIL(aErr.getStr());
 }
 
-// FIXME: this is a horrible reverse dependency on VCL
 struct ErrorContextImpl
 {
-vcl::Window  *pWin; // should be VclPtr for strong lifecycle
+vcl::Window  *pWin; // FIXME: should be VclPtr for strong lifecycle
 };
 
 ErrorContext::ErrorContext(vcl::Window *pWinP)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 107407] DOCX: Shadow, emboss and engrave text effects not imported correctly

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107407

--- Comment #2 from Yousuf Philips (jay)  ---
If you are unable to see 'Emboss' and 'Engrave' they sometimes get imported as
white.

-- 
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 107430] Libreofficer Writer crashes when adding image

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107430

Xisco Faulí  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #3 from Xisco Faulí  ---
I'm glad it's fixed.
Regards

-- 
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 107424] Non-split button of Format as Currency doesn' t work of Notebookbar

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107424

--- Comment #2 from Maxim Monastirsky  ---
(In reply to Yousuf Philips (jay) from comment #1)
> Seems .uno:NumberFormatCurrencySimple inside of sfxlo-NotebookbarToolBox
> isnt working
Yes, .uno:NumberFormatCurrencySimple depends on the command aliases feature,
which was never implemented for the sidebar/notebookbar.

-- 
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 107422] Buttons related to colors in the contextual groups variant of the Notebookbar

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107422

--- Comment #2 from Maxim Monastirsky  ---
(In reply to Yousuf Philips (jay) from comment #1)
> Yes labels are now possible for these buttons
There is however a problem with the color button, as reported in Bug 106642.

> by using
> sfxlo-NotebookbarToolBox rather than sfxlo-SidebarToolBox for the toolbar
> parent and setting the toolbar style to 'text beside icons'.
(It should work with sfxlo-SidebarToolBox too, it just that
sfxlo-SidebarToolBox shouldn't be used for the Notebookbar, because it might
pick the wrong icon size, depending on the setting in Tools > Options...)

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

2017-04-25 Thread Chris Sherlock
 vcl/source/window/errinf.cxx |   41 +++--
 1 file changed, 23 insertions(+), 18 deletions(-)

New commits:
commit 85e78b83515494a297286ba1dcba30a59fac130d
Author: Chris Sherlock 
Date:   Fri Apr 21 20:55:26 2017 +1000

vcl: whitespace cleanup for errinf.cxx

Change-Id: I5b1ad2017926b5b12b0620bf06aea1561f95ecf8
Reviewed-on: https://gerrit.libreoffice.org/36843
Reviewed-by: Chris Sherlock 
Tested-by: Chris Sherlock 

diff --git a/vcl/source/window/errinf.cxx b/vcl/source/window/errinf.cxx
index e9964a41e77b..84ace0c5ec35 100644
--- a/vcl/source/window/errinf.cxx
+++ b/vcl/source/window/errinf.cxx
@@ -47,15 +47,17 @@ struct TheErrorRegistry: public rtl::Static {};
 
 class DynamicErrorInfo_Impl
 {
+private:
+friend class DynamicErrorInfo;
+friend class ErrorInfo;
+
 ErrCode lErrId;
-DialogMask   nMask;
+DialogMask  nMask;
 
 voidRegisterError(DynamicErrorInfo *);
 static void UnRegisterError(DynamicErrorInfo const *);
 static ErrorInfo*   GetDynamicErrorInfo(sal_uInt32 lId);
 
-friend class DynamicErrorInfo;
-friend class ErrorInfo;
 };
 
 ErrorRegistry::ErrorRegistry()
@@ -75,10 +77,10 @@ void DynamicErrorInfo_Impl::RegisterError(DynamicErrorInfo 
*pDynErrInfo)
  pDynErrInfo->GetErrorCode();
 
 if(rData.ppDynErrInfo[rData.nNextError])
-{
 delete rData.ppDynErrInfo[rData.nNextError];
-}
+
 rData.ppDynErrInfo[rData.nNextError] = pDynErrInfo;
+
 if(++rData.nNextError>=ERRCODE_DYNAMIC_COUNT)
 rData.nNextError=0;
 }
@@ -86,8 +88,8 @@ void DynamicErrorInfo_Impl::RegisterError(DynamicErrorInfo 
*pDynErrInfo)
 void DynamicErrorInfo_Impl::UnRegisterError(DynamicErrorInfo const 
*pDynErrInfo)
 {
 DynamicErrorInfo **ppDynErrInfo = TheErrorRegistry::get().ppDynErrInfo;
-sal_uInt32 lIdx = (((sal_uIntPtr)(*pDynErrInfo) & ERRCODE_DYNAMIC_MASK) >> 
ERRCODE_DYNAMIC_SHIFT) - 1;
-DBG_ASSERT(ppDynErrInfo[lIdx] == pDynErrInfo, "ErrHdl: Error not found");
+sal_uInt32 lIdx = (((sal_uInt32)(*pDynErrInfo) & ERRCODE_DYNAMIC_MASK) >> 
ERRCODE_DYNAMIC_SHIFT) - 1;
+DBG_ASSERT(ppDynErrInfo[lIdx] == pDynErrInfo,"ErrHdl: Error not found");
 
 if(ppDynErrInfo[lIdx]==pDynErrInfo)
 ppDynErrInfo[lIdx]=nullptr;
@@ -128,6 +130,7 @@ ErrorInfo* 
DynamicErrorInfo_Impl::GetDynamicErrorInfo(sal_uInt32 lId)
 {
 sal_uInt32 lIdx = ((lId & ERRCODE_DYNAMIC_MASK)>>ERRCODE_DYNAMIC_SHIFT)-1;
 DynamicErrorInfo* pDynErrInfo = TheErrorRegistry::get().ppDynErrInfo[lIdx];
+
 if(pDynErrInfo && (sal_uInt32)(*pDynErrInfo)==lId)
 return pDynErrInfo;
 else
@@ -189,6 +192,7 @@ ErrorHandler::ErrorHandler()
 {
 ErrorRegistry  = TheErrorRegistry::get();
 rData.errorHandlers.insert(rData.errorHandlers.begin(), this);
+
 if(!rData.pDsp)
 RegisterDisplay();
 }
@@ -196,7 +200,8 @@ ErrorHandler::ErrorHandler()
 ErrorHandler::~ErrorHandler()
 {
 auto  = TheErrorRegistry::get().errorHandlers;
-rErrorHandlers.erase( ::std::remove(rErrorHandlers.begin(), 
rErrorHandlers.end(), this), rErrorHandlers.end());
+rErrorHandlers.erase( ::std::remove(rErrorHandlers.begin(), 
rErrorHandlers.end(), this),
+  rErrorHandlers.end());
 }
 
 vcl::Window* ErrorContext::GetParent()
@@ -208,14 +213,14 @@ void ErrorHandler::RegisterDisplay(WindowDisplayErrorFunc 
*aDsp)
 {
 ErrorRegistry = TheErrorRegistry::get();
 rData.bIsWindowDsp = true;
-rData.pDsp = reinterpret_cast< DisplayFnPtr >(aDsp);
+rData.pDsp = reinterpret_cast< DisplayFnPtr >(aDsp);
 }
 
 void ErrorHandler::RegisterDisplay(BasicDisplayErrorFunc *aDsp)
 {
-ErrorRegistry = TheErrorRegistry::get();
+ErrorRegistry  = TheErrorRegistry::get();
 rData.bIsWindowDsp = false;
-rData.pDsp = reinterpret_cast< DisplayFnPtr >(aDsp);
+rData.pDsp = reinterpret_cast< DisplayFnPtr >(aDsp);
 }
 
 /** Handles an error.
@@ -241,11 +246,13 @@ DialogMask ErrorHandler::HandleError_Impl(
 {
 OUString aErr;
 OUString aAction;
+
 if(!nErrCodeId || nErrCodeId == ERRCODE_ABORT)
 return DialogMask::NONE;
-ErrorRegistry   = TheErrorRegistry::get();
+
+ErrorRegistry  = TheErrorRegistry::get();
 vcl::Window *pParent = nullptr;
-ErrorInfo *pInfo = ErrorInfo::GetErrorInfo(nErrCodeId);
+ErrorInfo *pInfo = ErrorInfo::GetErrorInfo(nErrCodeId);
 if (!rData.contexts.empty())
 {
 rData.contexts.front()->GetString(pInfo->GetErrorCode(), aAction);
@@ -267,7 +274,7 @@ DialogMask ErrorHandler::HandleError_Impl(
 else
 nErrFlags |= DialogMask::MessageError;
 
-DynamicErrorInfo* pDynPtr=dynamic_cast(pInfo);
+DynamicErrorInfo* pDynPtr = 

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

2017-04-25 Thread Chris Sherlock
 vcl/source/window/errinf.cxx |   39 +--
 1 file changed, 21 insertions(+), 18 deletions(-)

New commits:
commit 68cf652940f1cc6620da8dcda23b1bda3f22
Author: Chris Sherlock 
Date:   Tue Apr 18 12:58:50 2017 +1000

vcl: added in some braces as this tricked me for a millisecond

Change-Id: I2bf35b379e84a61c8957161f7b647ae178e82b7b
Reviewed-on: https://gerrit.libreoffice.org/36842
Reviewed-by: Chris Sherlock 
Tested-by: Chris Sherlock 

diff --git a/vcl/source/window/errinf.cxx b/vcl/source/window/errinf.cxx
index 5a588652e8bd..e9964a41e77b 100644
--- a/vcl/source/window/errinf.cxx
+++ b/vcl/source/window/errinf.cxx
@@ -39,7 +39,7 @@ public:
 boolbIsWindowDsp;
 
 DynamicErrorInfo*   ppDynErrInfo[ERRCODE_DYNAMIC_COUNT];
-sal_uInt16  nNextDcr;
+sal_uInt16  nNextError;
 ErrorRegistry();
 };
 
@@ -50,8 +50,8 @@ class DynamicErrorInfo_Impl
 ErrCode lErrId;
 DialogMask   nMask;
 
-voidRegisterEDcr(DynamicErrorInfo *);
-static void UnRegisterEDcr(DynamicErrorInfo const *);
+voidRegisterError(DynamicErrorInfo *);
+static void UnRegisterError(DynamicErrorInfo const *);
 static ErrorInfo*   GetDynamicErrorInfo(sal_uInt32 lId);
 
 friend class DynamicErrorInfo;
@@ -61,33 +61,34 @@ friend class ErrorInfo;
 ErrorRegistry::ErrorRegistry()
 : pDsp(nullptr)
 , bIsWindowDsp(false)
-, nNextDcr(0)
+, nNextError(0)
 {
 for(DynamicErrorInfo*& rp : ppDynErrInfo)
 rp = nullptr;
 }
 
-void DynamicErrorInfo_Impl::RegisterEDcr(DynamicErrorInfo *pDynErrInfo)
+void DynamicErrorInfo_Impl::RegisterError(DynamicErrorInfo *pDynErrInfo)
 {
 // Register dynamic identifier
 ErrorRegistry& rData = TheErrorRegistry::get();
-lErrId = (((sal_uIntPtr)rData.nNextDcr + 1) << ERRCODE_DYNAMIC_SHIFT) +
+lErrId = (((sal_uInt32)rData.nNextError + 1) << ERRCODE_DYNAMIC_SHIFT) +
  pDynErrInfo->GetErrorCode();
 
-if(rData.ppDynErrInfo[rData.nNextDcr])
+if(rData.ppDynErrInfo[rData.nNextError])
 {
-delete rData.ppDynErrInfo[rData.nNextDcr];
+delete rData.ppDynErrInfo[rData.nNextError];
 }
-rData.ppDynErrInfo[rData.nNextDcr] = pDynErrInfo;
-if(++rData.nNextDcr>=ERRCODE_DYNAMIC_COUNT)
-rData.nNextDcr=0;
+rData.ppDynErrInfo[rData.nNextError] = pDynErrInfo;
+if(++rData.nNextError>=ERRCODE_DYNAMIC_COUNT)
+rData.nNextError=0;
 }
 
-void DynamicErrorInfo_Impl::UnRegisterEDcr(DynamicErrorInfo const *pDynErrInfo)
+void DynamicErrorInfo_Impl::UnRegisterError(DynamicErrorInfo const 
*pDynErrInfo)
 {
 DynamicErrorInfo **ppDynErrInfo = TheErrorRegistry::get().ppDynErrInfo;
-sal_uIntPtr lIdx = (((sal_uIntPtr)(*pDynErrInfo) & ERRCODE_DYNAMIC_MASK) 
>> ERRCODE_DYNAMIC_SHIFT) - 1;
-DBG_ASSERT(ppDynErrInfo[lIdx]==pDynErrInfo, "ErrHdl: Error not found");
+sal_uInt32 lIdx = (((sal_uIntPtr)(*pDynErrInfo) & ERRCODE_DYNAMIC_MASK) >> 
ERRCODE_DYNAMIC_SHIFT) - 1;
+DBG_ASSERT(ppDynErrInfo[lIdx] == pDynErrInfo, "ErrHdl: Error not found");
+
 if(ppDynErrInfo[lIdx]==pDynErrInfo)
 ppDynErrInfo[lIdx]=nullptr;
 }
@@ -114,20 +115,20 @@ DynamicErrorInfo::DynamicErrorInfo(sal_uInt32 lArgUserId, 
DialogMask nMask)
 : ErrorInfo(lArgUserId),
   pImpl(new DynamicErrorInfo_Impl)
 {
-pImpl->RegisterEDcr(this);
+pImpl->RegisterError(this);
 pImpl->nMask=nMask;
 }
 
 DynamicErrorInfo::~DynamicErrorInfo()
 {
-DynamicErrorInfo_Impl::UnRegisterEDcr(this);
+DynamicErrorInfo_Impl::UnRegisterError(this);
 }
 
 ErrorInfo* DynamicErrorInfo_Impl::GetDynamicErrorInfo(sal_uInt32 lId)
 {
-sal_uIntPtr lIdx = ((lId & ERRCODE_DYNAMIC_MASK)>>ERRCODE_DYNAMIC_SHIFT)-1;
+sal_uInt32 lIdx = ((lId & ERRCODE_DYNAMIC_MASK)>>ERRCODE_DYNAMIC_SHIFT)-1;
 DynamicErrorInfo* pDynErrInfo = TheErrorRegistry::get().ppDynErrInfo[lIdx];
-if(pDynErrInfo && (sal_uIntPtr)(*pDynErrInfo)==lId)
+if(pDynErrInfo && (sal_uInt32)(*pDynErrInfo)==lId)
 return pDynErrInfo;
 else
 return new ErrorInfo(lId & ~ERRCODE_DYNAMIC_MASK);
@@ -250,11 +251,13 @@ DialogMask ErrorHandler::HandleError_Impl(
 rData.contexts.front()->GetString(pInfo->GetErrorCode(), aAction);
 // Remove parent from context
 for(ErrorContext *pCtx : rData.contexts)
+{
 if(pCtx->GetParent())
 {
 pParent=pCtx->GetParent();
 break;
 }
+}
 }
 
 bool bWarning = ((nErrCodeId & ERRCODE_WARNING_MASK) == 
ERRCODE_WARNING_MASK);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org

[Libreoffice-commits] online.git: 2 commits - common/Common.hpp net/Socket.hpp wsd/LOOLWSD.cpp

2017-04-25 Thread Michael Meeks
 common/Common.hpp |4 
 net/Socket.hpp|   39 ++
 wsd/LOOLWSD.cpp   |  312 --
 3 files changed, 181 insertions(+), 174 deletions(-)

New commits:
commit faf24f7888badcca4d851d289a7b9e31da9d4e5c
Author: Michael Meeks 
Date:   Tue Apr 25 22:12:07 2017 +0100

SocketDisposition - controls socket movement & lifecyle.

It is important that moving sockets between polls happens in a
safe and readable fashion, this enforces that.

diff --git a/net/Socket.hpp b/net/Socket.hpp
index 014f023d..694e82a5 100644
--- a/net/Socket.hpp
+++ b/net/Socket.hpp
@@ -198,6 +198,11 @@ public:
 }
 }
 
+const std::thread::id ()
+{
+return _owner;
+}
+
 /// Asserts in the debug builds, otherwise just logs.
 void assertCorrectThread()
 {
@@ -250,7 +255,6 @@ private:
 std::thread::id _owner;
 };
 
-
 /// Handles non-blocking socket event polling.
 /// Only polls on N-Sockets and invokes callback and
 /// doesn't manage buffers or client data.
@@ -913,6 +917,39 @@ protected:
 friend class SimpleResponseClient;
 };
 
+/// Helper to allow us to easily defer the movement of a socket
+/// between polls to clarify thread ownership.
+class SocketDisposition
+{
+std::shared_ptr _socket;
+typedef std::function 
MoveFunction;
+MoveFunction _socketMove;
+SocketHandlerInterface::SocketOwnership _socketOwnership;
+public:
+SocketDisposition(const std::shared_ptr ) :
+_socket(socket),
+_socketOwnership(SocketHandlerInterface::SocketOwnership::UNCHANGED)
+{}
+~SocketDisposition()
+{
+assert (!_socketMove);
+}
+void setMove(MoveFunction moveFn)
+{
+_socketMove = moveFn;
+_socketOwnership = SocketHandlerInterface::SocketOwnership::MOVED;
+}
+SocketHandlerInterface::SocketOwnership execute()
+{
+// We should have hard ownership of this socket.
+assert(_socket->getThreadOwner() == std::this_thread::get_id());
+if (_socketMove)
+_socketMove(_socket);
+_socketMove = nullptr;
+return _socketOwnership;
+}
+};
+
 namespace HttpHelper
 {
 /// Sends file as HTTP response.
diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index 6071c85e..a783b269 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -1591,7 +1591,7 @@ private:
 return SocketHandlerInterface::SocketOwnership::UNCHANGED;
 }
 
-SocketHandlerInterface::SocketOwnership socketOwnership = 
SocketHandlerInterface::SocketOwnership::UNCHANGED;
+SocketDisposition tailDisposition(socket);
 try
 {
 // Routing
@@ -1607,12 +1607,13 @@ private:
 // Admin connections
 else if (reqPathSegs.size() >= 2 && reqPathSegs[0] == "lool" && 
reqPathSegs[1] == "adminws")
 {
-LOG_ERR("Admin request: " << request.getURI());
+LOG_INF("Admin request: " << request.getURI());
 if (AdminSocketHandler::handleInitialRequest(_socket, request))
 {
-// Hand the socket over to the Admin poll.
-Admin::instance().insertNewSocket(socket);
-socketOwnership = 
SocketHandlerInterface::SocketOwnership::MOVED;
+tailDisposition.setMove([](const 
std::shared_ptr ){
+// Hand the socket over to the Admin poll.
+Admin::instance().insertNewSocket(moveSocket);
+});
 }
 }
 // Client post and websocket connections
@@ -1637,12 +1638,12 @@ private:
 reqPathTokens.count() > 0 && reqPathTokens[0] == "lool")
 {
 // All post requests have url prefix 'lool'.
-socketOwnership = handlePostRequest(request, message);
+handlePostRequest(request, message, tailDisposition);
 }
 else if (reqPathTokens.count() > 2 && reqPathTokens[0] == 
"lool" && reqPathTokens[2] == "ws" &&
  request.find("Upgrade") != request.end() && 
Poco::icompare(request["Upgrade"], "websocket") == 0)
 {
-socketOwnership = handleClientWsUpgrade(request, 
reqPathTokens[1]);
+handleClientWsUpgrade(request, reqPathTokens[1], 
tailDisposition);
 }
 else
 {
@@ -1671,7 +1672,7 @@ private:
 // if we succeeded - remove the request from our input buffer
 // we expect one request per socket
 in.erase(in.begin(), itBody);
-return socketOwnership;
+return tailDisposition.execute();
 }
 
 int getPollEvents(std::chrono::steady_clock::time_point /* now */,
@@ -1806,14 +1807,14 @@ private:
 return 

[Libreoffice-bugs] [Bug 107384] Bad behavior

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107384

--- Comment #4 from Regina Henschel  ---
The default layers are "Layout", "Controls" and "Dimension Lines". Do you have
only used these, or do you have added your own layers?

A layer is "active", if the tab is white. Which layer is "active", when you
insert the first shape, before you have blocked the layer? Which layer do you
have blocked then? Which layer is active, when you insert the second shape?

Please attach the resulting document, after you have performed the steps, which
you have described in your first post.

And it is still not clear, how do you insert the shapes.

A bug can only be fixed, if it is reproducible. And I still cannot reproduce
it.

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


[Libreoffice-bugs] [Bug 106846] CONFIGURATION: Means to make custom bars context-sensitive

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106846

--- Comment #6 from Maxim Monastirsky  ---
(In reply to Yousuf Philips (jay) from comment #4)
> The contextual object types can be grabbed
> from here[1] and here[2] are their string equivalents. They will be
> presented in a drop down menu list
We also need to map contexts to applications, so e.g. pivot table context won't
show in the list if opened from Writer.

> @Maxim, @mkara: Wasnt able to find anything in the code to tie the
> contextual behaviour of existing toolbars with the EnumContext values
There is no such code. Current handling of context toolbars predates
EnumContext.

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


[Libreoffice-commits] core.git: basic/source include/vcl sc/source sd/source sfx2/source svtools/source sw/source uui/source vcl/source

2017-04-25 Thread Chris Sherlock
 basic/source/basmgr/basicmanagerrepository.cxx |2 -
 basic/source/basmgr/basmgr.cxx |   18 -
 include/vcl/errinf.hxx |   22 +--
 sc/source/filter/xml/xmlwrap.cxx   |4 +-
 sc/source/ui/docshell/docsh.cxx|2 -
 sc/source/ui/docshell/docsh8.cxx   |4 +-
 sd/source/filter/xml/sdxmlwrp.cxx  |4 +-
 sfx2/source/doc/objstor.cxx|4 +-
 svtools/source/misc/ehdl.cxx   |   46 -
 sw/source/core/frmedt/fetab.cxx|   20 +-
 sw/source/filter/html/swhtml.cxx   |2 -
 sw/source/filter/xml/swxml.cxx |4 +-
 sw/source/filter/xml/wrtxml.cxx|4 +-
 sw/source/uibase/misc/glosdoc.cxx  |4 +-
 uui/source/iahndl-authentication.cxx   |   26 +++---
 uui/source/iahndl-errorhandler.cxx |   26 +++---
 uui/source/iahndl.cxx  |   20 +-
 uui/source/loginerr.hxx|8 ++--
 vcl/source/window/errinf.cxx   |   38 ++--
 19 files changed, 129 insertions(+), 129 deletions(-)

New commits:
commit 41f5c11c3b5f5b57f480dd809b850fe563b53691
Author: Chris Sherlock 
Date:   Mon Apr 17 09:37:31 2017 +1000

vcl: change ErrorHandlerFlags to DialogMask

Change-Id: I1959ac97f679d8d719f851f9869962b39a20ded9
Reviewed-on: https://gerrit.libreoffice.org/36841
Tested-by: Jenkins 
Reviewed-by: Chris Sherlock 

diff --git a/basic/source/basmgr/basicmanagerrepository.cxx 
b/basic/source/basmgr/basicmanagerrepository.cxx
index a41feb1f4a86..711210c33a0a 100644
--- a/basic/source/basmgr/basicmanagerrepository.cxx
+++ b/basic/source/basmgr/basicmanagerrepository.cxx
@@ -445,7 +445,7 @@ namespace basic
 for(const auto& rError : aErrors)
 {
 // show message to user
-if ( ErrorHandlerFlags::ButtonsCancel == 
ErrorHandler::HandleError( rError.GetErrorId() ) )
+if ( DialogMask::ButtonsCancel == 
ErrorHandler::HandleError( rError.GetErrorId() ) )
 {
 // user wants to break loading of BASIC-manager
 delete _out_rpBasicManager;
diff --git a/basic/source/basmgr/basmgr.cxx b/basic/source/basmgr/basmgr.cxx
index 97b5125f5367..0258b268fedb 100644
--- a/basic/source/basmgr/basmgr.cxx
+++ b/basic/source/basmgr/basmgr.cxx
@@ -638,7 +638,7 @@ void BasicManager::ImpMgrNotLoaded( const OUString& 
rStorageName )
 {
 // pErrInf is only destroyed if the error os processed by an
 // ErrorHandler
-StringErrorInfo* pErrInf = new StringErrorInfo( ERRCODE_BASMGR_MGROPEN, 
rStorageName, ErrorHandlerFlags::ButtonsOk );
+StringErrorInfo* pErrInf = new StringErrorInfo( ERRCODE_BASMGR_MGROPEN, 
rStorageName, DialogMask::ButtonsOk );
 aErrors.push_back(BasicError(*pErrInf, BasicErrorReason::OPENMGRSTREAM));
 
 // Create a stdlib otherwise we crash!
@@ -778,7 +778,7 @@ void BasicManager::LoadOldBasicManager( SotStorage& 
rStorage )
 xManagerStream->Seek( nBasicStartOff );
 if (!ImplLoadBasic( *xManagerStream, mpImpl->aLibs.front()->GetLibRef() ))
 {
-StringErrorInfo* pErrInf = new StringErrorInfo( 
ERRCODE_BASMGR_MGROPEN, aStorName, ErrorHandlerFlags::ButtonsOk );
+StringErrorInfo* pErrInf = new StringErrorInfo( 
ERRCODE_BASMGR_MGROPEN, aStorName, DialogMask::ButtonsOk );
 aErrors.push_back(BasicError(*pErrInf, 
BasicErrorReason::OPENMGRSTREAM));
 // and it proceeds ...
 }
@@ -826,7 +826,7 @@ void BasicManager::LoadOldBasicManager( SotStorage& 
rStorage )
 }
 else
 {
-StringErrorInfo* pErrInf = new StringErrorInfo( 
ERRCODE_BASMGR_LIBLOAD, aStorName, ErrorHandlerFlags::ButtonsOk );
+StringErrorInfo* pErrInf = new StringErrorInfo( 
ERRCODE_BASMGR_LIBLOAD, aStorName, DialogMask::ButtonsOk );
 aErrors.push_back(BasicError(*pErrInf, 
BasicErrorReason::STORAGENOTFOUND));
 }
 }
@@ -909,7 +909,7 @@ bool BasicManager::ImpLoadLibrary( BasicLibInfo* pLibInfo, 
SotStorage* pCurStora
 
 if ( !xBasicStorage.is() || xBasicStorage->GetError() )
 {
-StringErrorInfo* pErrInf = new StringErrorInfo( 
ERRCODE_BASMGR_MGROPEN, xStorage->GetName(), ErrorHandlerFlags::ButtonsOk );
+StringErrorInfo* pErrInf = new StringErrorInfo( 
ERRCODE_BASMGR_MGROPEN, xStorage->GetName(), DialogMask::ButtonsOk );
 aErrors.push_back(BasicError(*pErrInf, 
BasicErrorReason::OPENLIBSTORAGE));
 }
 else
@@ -918,7 +918,7 @@ bool BasicManager::ImpLoadLibrary( BasicLibInfo* pLibInfo, 
SotStorage* pCurStora
 tools::SvRef xBasicStream = 
xBasicStorage->OpenSotStream( 

[Libreoffice-commits] online.git: Changes to 'refs/tags/2.1-rc3'

2017-04-25 Thread Pranav Kant
Tag '2.1-rc3' created by Andras Timar  at 
2017-04-25 21:18 +

2.1-rc3

Changes since 2.1-rc1-67:
---
 0 files changed
---
___
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.2.7.2'

2017-04-25 Thread Christian Lohmaier
Tag 'libreoffice-5.2.7.2' created by Christian Lohmaier 
 at 2017-04-25 20:44 +

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

iQIcBAABAgAGBQJY/7U3AAoJEPQ0oe+v7q6j49MQAJ9O0Rig7Y+rVXBl6HG0qW5p
hITp/atcPyxf9xtqwUIxxYZIJHTiAE/nKULtppNcoEWMpDNwV9MgXgIf3xSympfR
i5K0sBZmbRxiqPnP8puQyfM2Xm5OfrlM4yPo3eMOWWuf6bU7jo/y0H4Zm2JMOquv
sBi7aUHiw3OAfQ00y8MDDn3KSSOuG1FUrgVzB3JyuPgbSf2SPPSC+wmjekX6cCEo
dNrErM7XBst7IrN3f0oRk9QzBf+aNLePV49/TwpI1lrtcyf8djM14QabGp+ZB6o+
QGdY/ALufyFBqjl8qllTBfCDpTcdXLOu0ccfrfykVtjlzt4DMGi2VFcSbr9E114s
J2OLYQZ6FylIf11B7RnxVK/LpUaJ3RNe5I64aq/GHYga9gtKIfl16EsUxs41jOqU
CshqrONHVs0TrxvEU+AObv1bbj2eVN+8YWl8ScN3Ve69dH66SUuBkAPqddBgR1cS
6xlh5BSK1qfMJNFJLZDXyt7tyF/bklIjCXurPlQKAgsQjqtzOOnNo2A4T5cIWFWx
Gp/oniUk5sQut/34lYVyZk64qf+RjZPZAp/iP5r71F8N66x3eX/kZM0fRPqlhlHg
A7UhdRzU3xD5xu8P/z7c+1wtYijs/TIyCyQP3oFwhAmDDJVCMZvfN8iYrj+GyVE9
um+PML4xN/hmmCp9AI7m
=bvOR
-END PGP SIGNATURE-

Changes since cp-5.1-branch-point-28:
---
 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.2.7.2'

2017-04-25 Thread Christian Lohmaier
Tag 'libreoffice-5.2.7.2' created by Christian Lohmaier 
 at 2017-04-25 20:44 +

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

iQIcBAABAgAGBQJY/7U0AAoJEPQ0oe+v7q6jwz4P/1kAwVusR9oc/m0lwYIjyEfO
RFalkgC/6pfVxWBJp4qVDu0jclZU4DltIvpelxGlYl5PQ57BDhOMVtDS30Rs8Axg
p51BW8vNzgGhBh4YWdbJexaWdJEfNoX1uw4xiX5VFvuFPIw6vZY8zf3KQQfAKtm1
GGnHaynMcGlW9tnPVfRvyXfQVPILucw8TpDyYtS4KX52kZYGi2m5hbSJUy3JxMZP
7dqbHiKfKl/vPfIy24YNRFZxcE7aAviM6FNIV6yyhSMpBlHeTLnSuEG/1ouYY4WX
D9eTLASIdb97eodSa0OEIXtNWQh8qVaB6SfaBMkgXxKvzXhJfjtkyFE29Sfs2KwE
RtR61CubkSjClnFRb4vJSij9KUCnCoN3W/nzNwOq6O8ZkPMfPUtVr9N2XcRliKkf
sBMTZZuADgnGPSqpkIE+DnFLXppFsxIHS9gaCo6YAB0WWFdqlMJh7iRg3VhXde1s
I3Ze18exg43Wl/D5gOd4uRcDwcaCJYO9pWVvFmlP0yu3LEZyk78V9XqsU9R7LhqO
nlSY0ard4YCmG2EByWX/gRCOslzZu4R9hy7e1T5gLlk+5LXNOJ515GvGkAY84Tbb
CYgYGBM4NJSY74ZygJ8n+vn21yss8YwOjwRJIgErWdPwEjMJkwZd53wIE63vbh8/
aE2KIaS/ckRn0KYDucaZ
=XU9t
-END PGP SIGNATURE-

Changes since libreoffice-5-2-branch-point-20:
---
 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.2.7.2'

2017-04-25 Thread Christian Lohmaier
Tag 'libreoffice-5.2.7.2' created by Christian Lohmaier 
 at 2017-04-25 20:44 +

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

iQIcBAABAgAGBQJY/7VDAAoJEPQ0oe+v7q6jaMoP/2vS33ffj/VGh/vVIq3ffwtg
bnbR1uj/R6IvgdRJXV7QXktlXGXtvTp1hUi2zUhnPqLNujPbtSIZksZPDNcWKoDk
p+sW3NXjMeSzWuMXZ6K0XYMCFGrO1guzLRbk6G4VYEPfyLgAU0u5pnQerr+nbnqm
R4olPEJWVlYO9cg3kzmY0L1b6L9rYFTidL8wLK6Qq6iEPXJmTga5gdEhLB3Mvst2
XPVSQE29Nvx49gY3r7VQOAyJYvtjPGtwGve9+DD6VE4Nc/xkYqFokNI55M9Z23EB
lZCC1YQ5vEpPgfHJ1615VEysJnIeyW2ZhWOqvK0os9RqdYDM6K8I1z9nIsklxod4
+PvgSc+AJxtlpr13hQyYuPBOZSvRIIGSLRnIcCkWjOL+TMzAjF1luJ/rTYvnAbTx
CZUjBCLxc3Ds+2iRqWPSgk2sxQX3wddsCX4la/EcN/rnjLwvLvWRjS1+BhMnaDiv
l2MkN6YUvnUmwX4JmsCpy5iL3HOTdW6oplvzt68uH0AQeFfUOxQRoGJzv8uoBDFZ
BMsiNp3TPGG0yXO/Z77/gaCQuA3CceFioNaBObzUohhC54kb6ntyzBa5bDBEfwvP
5rqS6WkzB/ofIauEDEqSOhNtbAUHW41ZmV8i41WNOCGJAC4XX0TGkFbMqsUREvO8
RG+kO6Pc215FMriYYKpA
=1or9
-END PGP SIGNATURE-

Changes since libreoffice-5-2-branch-point-1130:
---
 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-2-7' - configure.ac

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

New commits:
commit fad835ccb1849af15b69bbfca5f7f40feac6d1d0
Author: Christian Lohmaier 
Date:   Tue Apr 25 22:45:35 2017 +0200

bump product version to 5.2.7.2.0+

Change-Id: I77d25a43505ace2085abd51bb3933f5774dd7643

diff --git a/configure.ac b/configure.ac
index 41b998c6d96f..30fd2d44e219 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.2.7.1.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[5.2.7.2.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] dictionaries.git: Changes to 'refs/tags/libreoffice-5.2.7.2'

2017-04-25 Thread Christian Lohmaier
Tag 'libreoffice-5.2.7.2' created by Christian Lohmaier 
 at 2017-04-25 20:44 +

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

iQIcBAABAgAGBQJY/7UvAAoJEPQ0oe+v7q6jGhMP/3AmSERfAmBASNN8iHesQYuE
dONOxQJR354l42skmDoZp4qiOQljBVF/LVE/Kn7yQcPHYo3VBUBkTrbzXFzjJ3w6
AxORQT8zTrUiH+k/VXtRYobDHMhdMdlbRyBdlpFSin7hqSQEdlh40f5jxpYM/9ek
NVRqh0g7Ftz4vB6g4hhsnEURMLn+fsx2WsB5DYbatJaIdVkSKOhelpeN5eaTbw/p
1fQZ4kmQoy+YI9vPTChULKYgcJyLhQO38W0ymxHe0aneRWF4D3NW8sOO6fej19CZ
5/Ma5zC5ERkwFghIHZfrJ4zN/iJ3YC9t1Dm/4KVjDsurIWxcg6JMOAUiT0KCq/t9
M9oWIbws2f02cOgru8o8UfXbeZZW8Z2hc6ZlnJd90f5wLPO8u3IWjSkh7PqfduS5
1nwAmvryOGYECZInf+VMhVoS4eLPbLD6aW/zqioh8zygvvkl2CcYO6pL/K6IeoKt
uGfgrS+fB2lbk5hmOTNy4HGZlHfczYsIvF+H78ocuvBsTMlId1ib45/lzrAr5HNf
BzKNNNUVXHEvhB+3fT7OmLYf0bxtF1/UQ/EQAwf0by3i2Hmf6vL7TH2MJzvSpKWR
BNAenQXdK2tXjyK5GO/4Fe8nqcZoSq9m9psI9jBeABQwrQoqWW2Isati2qn6UQV7
idyk4dLNse1HJurq4puS
=u2Z6
-END PGP SIGNATURE-

Changes since cp-5.1-branch-point-8:
---
 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-2-7' - readlicense_oo/license

2017-04-25 Thread Christian Lohmaier
 readlicense_oo/license/CREDITS.fodt | 3557 ++--
 1 file changed, 1802 insertions(+), 1755 deletions(-)

New commits:
commit 2a909d8077f9caee8fc46f1a57372a971d2317da
Author: Christian Lohmaier 
Date:   Tue Apr 25 22:25:18 2017 +0200

update credits

Change-Id: Id21b158bcdb4ff51950bcce0869e6c79a7e48fc4
(cherry picked from commit aa6a9bbd66beb234c54d8f881b56da6d8753c423)
(cherry picked from commit e5ebc3d73156f217161e6b857026eae49fa91ea9)

diff --git a/readlicense_oo/license/CREDITS.fodt 
b/readlicense_oo/license/CREDITS.fodt
index d66cdb55a913..73e6ce9098bf 100644
--- a/readlicense_oo/license/CREDITS.fodt
+++ b/readlicense_oo/license/CREDITS.fodt
@@ -1,12 +1,12 @@
 
 
 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.3.1.2$Linux_X86_64
 
LibreOffice_project/e80a0e0fd1875e1696614d24c32df0f95f03deb22012-02-20T22:17:18.06000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA
+ Credits » 
LibreOfficeCreditscontributorscodersdevelopersCredits
 for the LibreOffice 
development/coding.LibreOffice/5.3.2.2$Linux_X86_64
 
LibreOffice_project/6cd4f1ef626f15116896b1d8e1398b56da0d0ee12012-02-20T22:17:18.06000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA
  
   
-   626
+   1420
501
-   41197
+   41965
21698
true
true
@@ -16,9 +16,9 @@
  3649
  3471
  501
- 626
- 41697
- 22322
+ 1420
+ 42464
+ 23116
  0
  0
  false
@@ -70,7 +70,7 @@
false
false
true
-   6513620
+   6533120
false
false
false
@@ -317,40 +317,40 @@
  
  
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   

   
-  
+  

   
   
-   
+   
   
   

   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   

@@ -398,26 +398,23 @@

   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   

   
-  
-   
-  
   

   
@@ -1045,7 +1042,7 @@

   
  Credits
-1270 individuals contributed to 
OpenOffice.org (and whose contributions were imported into LibreOffice) or 
LibreOffice until 2017-03-29 21:12:33.
+1280 individuals contributed to 
OpenOffice.org (and whose contributions were imported into LibreOffice) or 
LibreOffice until 2017-04-25 17:18:09.
 * marks developers whose first contributions 
happened after 2010-09-28.
 Developers 
committing code since 2010-09-28
 
@@ -1072,10 +1069,10 @@
Vladimir 
GlazunovCommits: 25434Joined: 
2000-12-04
   
   
-   Caolán 
McNamaraCommits: 21672Joined: 
2000-10-10
+   Caolán 
McNamaraCommits: 21913Joined: 
2000-10-10
   
   
-   Stephan 
BergmannCommits: 13956Joined: 
2000-10-04
+   Stephan 
BergmannCommits: 14089Joined: 
2000-10-04
   
   
Ivo 
HinkelmannCommits: 9480Joined: 
2002-09-09
@@ -1083,35 +1080,35 @@
  
  
   
-   Tor 
LillqvistCommits: 7816Joined: 
2010-03-23
+   Tor 
LillqvistCommits: 7833Joined: 
2010-03-23
   
   
-   *Noel GrandinCommits: 
6479Joined: 

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

2017-04-25 Thread Christian Lohmaier
 readlicense_oo/license/CREDITS.fodt | 3557 ++--
 1 file changed, 1802 insertions(+), 1755 deletions(-)

New commits:
commit e5ebc3d73156f217161e6b857026eae49fa91ea9
Author: Christian Lohmaier 
Date:   Tue Apr 25 22:25:18 2017 +0200

update credits

Change-Id: Id21b158bcdb4ff51950bcce0869e6c79a7e48fc4
(cherry picked from commit aa6a9bbd66beb234c54d8f881b56da6d8753c423)

diff --git a/readlicense_oo/license/CREDITS.fodt 
b/readlicense_oo/license/CREDITS.fodt
index d66cdb55a913..73e6ce9098bf 100644
--- a/readlicense_oo/license/CREDITS.fodt
+++ b/readlicense_oo/license/CREDITS.fodt
@@ -1,12 +1,12 @@
 
 
 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.3.1.2$Linux_X86_64
 
LibreOffice_project/e80a0e0fd1875e1696614d24c32df0f95f03deb22012-02-20T22:17:18.06000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA
+ Credits » 
LibreOfficeCreditscontributorscodersdevelopersCredits
 for the LibreOffice 
development/coding.LibreOffice/5.3.2.2$Linux_X86_64
 
LibreOffice_project/6cd4f1ef626f15116896b1d8e1398b56da0d0ee12012-02-20T22:17:18.06000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA
  
   
-   626
+   1420
501
-   41197
+   41965
21698
true
true
@@ -16,9 +16,9 @@
  3649
  3471
  501
- 626
- 41697
- 22322
+ 1420
+ 42464
+ 23116
  0
  0
  false
@@ -70,7 +70,7 @@
false
false
true
-   6513620
+   6533120
false
false
false
@@ -317,40 +317,40 @@
  
  
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   

   
-  
+  

   
   
-   
+   
   
   

   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   

@@ -398,26 +398,23 @@

   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   

   
-  
-   
-  
   

   
@@ -1045,7 +1042,7 @@

   
  Credits
-1270 individuals contributed to 
OpenOffice.org (and whose contributions were imported into LibreOffice) or 
LibreOffice until 2017-03-29 21:12:33.
+1280 individuals contributed to 
OpenOffice.org (and whose contributions were imported into LibreOffice) or 
LibreOffice until 2017-04-25 17:18:09.
 * marks developers whose first contributions 
happened after 2010-09-28.
 Developers 
committing code since 2010-09-28
 
@@ -1072,10 +1069,10 @@
Vladimir 
GlazunovCommits: 25434Joined: 
2000-12-04
   
   
-   Caolán 
McNamaraCommits: 21672Joined: 
2000-10-10
+   Caolán 
McNamaraCommits: 21913Joined: 
2000-10-10
   
   
-   Stephan 
BergmannCommits: 13956Joined: 
2000-10-04
+   Stephan 
BergmannCommits: 14089Joined: 
2000-10-04
   
   
Ivo 
HinkelmannCommits: 9480Joined: 
2002-09-09
@@ -1083,35 +1080,35 @@
  
  
   
-   Tor 
LillqvistCommits: 7816Joined: 
2010-03-23
+   Tor 
LillqvistCommits: 7833Joined: 
2010-03-23
   
   
-   *Noel GrandinCommits: 
6479Joined: 2011-12-12
+   *Noel GrandinCommits: 
6480Joined: 2011-12-12
   
   

[Libreoffice-bugs] [Bug 101055] Names of bookmarks untranslated in bookmaks dialog

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101055

--- Comment #6 from Commit Notification 
 ---
Gabor Kelemen committed a patch related to this issue.
It has been pushed to "master":

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

tdf#101055 Translate default name of bookmarks

It will be available in 5.4.0.

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

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

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


[Libreoffice-bugs] [Bug 101055] Names of bookmarks untranslated in bookmaks dialog

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101055

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:5.4.0

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


[Libreoffice-commits] core.git: sw/inc sw/source

2017-04-25 Thread Gabor Kelemen
 sw/inc/globals.hrc|2 +-
 sw/source/ui/app/app.src  |5 +
 sw/source/ui/misc/bookmark.cxx|2 +-
 sw/source/uibase/inc/bookmark.hxx |1 -
 4 files changed, 7 insertions(+), 3 deletions(-)

New commits:
commit c67a0d0f7ddd8ababa3197d86998979c1ce725d0
Author: Gabor Kelemen 
Date:   Sat Apr 22 09:18:10 2017 +0200

tdf#101055 Translate default name of bookmarks

Change-Id: I9dd5ab006c7b7e7da7c4c2705925bbf264b58b60
Reviewed-on: https://gerrit.libreoffice.org/36813
Tested-by: Jenkins 
Reviewed-by: Katarina Behrens 

diff --git a/sw/inc/globals.hrc b/sw/inc/globals.hrc
index 748cd8b811c1..e8cd8d3f9653 100644
--- a/sw/inc/globals.hrc
+++ b/sw/inc/globals.hrc
@@ -93,7 +93,7 @@
 #define STR_CENTER_BASE (RC_GLOBALS_BEGIN + 33)
 
 // free
-
+#define STR_BOOKMARK_DEF_NAME   (RC_GLOBALS_BEGIN + 35)
 #define STR_BOOKMARK_NAME   (RC_GLOBALS_BEGIN + 36)
 #define STR_BOOKMARK_TEXT   (RC_GLOBALS_BEGIN + 37)
 
diff --git a/sw/source/ui/app/app.src b/sw/source/ui/app/app.src
index c79806f71e0d..84ba7d3b33b0 100644
--- a/sw/source/ui/app/app.src
+++ b/sw/source/ui/app/app.src
@@ -220,6 +220,11 @@ String STR_REMOVE_WARNING
 Text [ en-US ] = "The following characters are not valid and have been 
removed: ";
 };
 
+String STR_BOOKMARK_DEF_NAME
+{
+Text [ en-US ] = "Bookmark";
+};
+
 String STR_BOOKMARK_NAME
 {
 Text [ en-US ] = "Name";
diff --git a/sw/source/ui/misc/bookmark.cxx b/sw/source/ui/misc/bookmark.cxx
index 4a52dd50f184..64e95a14b3b1 100644
--- a/sw/source/ui/misc/bookmark.cxx
+++ b/sw/source/ui/misc/bookmark.cxx
@@ -40,7 +40,6 @@ using namespace ::com::sun::star;
 
 const OUString BookmarkTable::aForbiddenChars("/\\@*?\",#");
 const char BookmarkTable::cSeparator(';');
-const OUString BookmarkTable::sDefaultBookmarkName("Bookmark");
 
 // callback to modify EditBox
 IMPL_LINK_NOARG(SwInsertBookmarkDlg, ModifyHdl, Edit&, void)
@@ -429,6 +428,7 @@ void BookmarkTable::SelectByName(const OUString& sName)
 
 OUString BookmarkTable::GetNameProposal()
 {
+OUString sDefaultBookmarkName = SW_RES(STR_BOOKMARK_DEF_NAME);
 sal_Int32 nHighestBookmarkId = 0;
 SvTreeListEntry* pEntry = First();
 while (pEntry)
diff --git a/sw/source/uibase/inc/bookmark.hxx 
b/sw/source/uibase/inc/bookmark.hxx
index d1ea987d474c..ac20eaa59b31 100644
--- a/sw/source/uibase/inc/bookmark.hxx
+++ b/sw/source/uibase/inc/bookmark.hxx
@@ -43,7 +43,6 @@ public:
 OUStringGetNameProposal();
 
 static const OUString aForbiddenChars;
-static const OUString sDefaultBookmarkName;
 static const char cSeparator;
 };
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2017-04-25 Thread Christian Lohmaier
 readlicense_oo/license/CREDITS.fodt | 3557 ++--
 1 file changed, 1802 insertions(+), 1755 deletions(-)

New commits:
commit 0b1c1447d11178e96297e82bc99650727a6b9cad
Author: Christian Lohmaier 
Date:   Tue Apr 25 22:25:18 2017 +0200

update credits

Change-Id: Id21b158bcdb4ff51950bcce0869e6c79a7e48fc4
(cherry picked from commit aa6a9bbd66beb234c54d8f881b56da6d8753c423)
(cherry picked from commit 3b40661889be16f2034c02d17564f63bda4dabb6)

diff --git a/readlicense_oo/license/CREDITS.fodt 
b/readlicense_oo/license/CREDITS.fodt
index d66cdb55a913..73e6ce9098bf 100644
--- a/readlicense_oo/license/CREDITS.fodt
+++ b/readlicense_oo/license/CREDITS.fodt
@@ -1,12 +1,12 @@
 
 
 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.3.1.2$Linux_X86_64
 
LibreOffice_project/e80a0e0fd1875e1696614d24c32df0f95f03deb22012-02-20T22:17:18.06000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA
+ Credits » 
LibreOfficeCreditscontributorscodersdevelopersCredits
 for the LibreOffice 
development/coding.LibreOffice/5.3.2.2$Linux_X86_64
 
LibreOffice_project/6cd4f1ef626f15116896b1d8e1398b56da0d0ee12012-02-20T22:17:18.06000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA
  
   
-   626
+   1420
501
-   41197
+   41965
21698
true
true
@@ -16,9 +16,9 @@
  3649
  3471
  501
- 626
- 41697
- 22322
+ 1420
+ 42464
+ 23116
  0
  0
  false
@@ -70,7 +70,7 @@
false
false
true
-   6513620
+   6533120
false
false
false
@@ -317,40 +317,40 @@
  
  
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   

   
-  
+  

   
   
-   
+   
   
   

   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   

@@ -398,26 +398,23 @@

   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   

   
-  
-   
-  
   

   
@@ -1045,7 +1042,7 @@

   
  Credits
-1270 individuals contributed to 
OpenOffice.org (and whose contributions were imported into LibreOffice) or 
LibreOffice until 2017-03-29 21:12:33.
+1280 individuals contributed to 
OpenOffice.org (and whose contributions were imported into LibreOffice) or 
LibreOffice until 2017-04-25 17:18:09.
 * marks developers whose first contributions 
happened after 2010-09-28.
 Developers 
committing code since 2010-09-28
 
@@ -1072,10 +1069,10 @@
Vladimir 
GlazunovCommits: 25434Joined: 
2000-12-04
   
   
-   Caolán 
McNamaraCommits: 21672Joined: 
2000-10-10
+   Caolán 
McNamaraCommits: 21913Joined: 
2000-10-10
   
   
-   Stephan 
BergmannCommits: 13956Joined: 
2000-10-04
+   Stephan 
BergmannCommits: 14089Joined: 
2000-10-04
   
   
Ivo 
HinkelmannCommits: 9480Joined: 
2002-09-09
@@ -1083,35 +1080,35 @@
  
  
   
-   Tor 
LillqvistCommits: 7816Joined: 
2010-03-23
+   Tor 
LillqvistCommits: 7833Joined: 
2010-03-23
   
   
-   *Noel GrandinCommits: 
6479Joined: 

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

2017-04-25 Thread Christian Lohmaier
 readlicense_oo/license/CREDITS.fodt | 3557 ++--
 1 file changed, 1802 insertions(+), 1755 deletions(-)

New commits:
commit 3b40661889be16f2034c02d17564f63bda4dabb6
Author: Christian Lohmaier 
Date:   Tue Apr 25 22:25:18 2017 +0200

update credits

Change-Id: Id21b158bcdb4ff51950bcce0869e6c79a7e48fc4
(cherry picked from commit aa6a9bbd66beb234c54d8f881b56da6d8753c423)

diff --git a/readlicense_oo/license/CREDITS.fodt 
b/readlicense_oo/license/CREDITS.fodt
index d66cdb55a913..73e6ce9098bf 100644
--- a/readlicense_oo/license/CREDITS.fodt
+++ b/readlicense_oo/license/CREDITS.fodt
@@ -1,12 +1,12 @@
 
 
 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.3.1.2$Linux_X86_64
 
LibreOffice_project/e80a0e0fd1875e1696614d24c32df0f95f03deb22012-02-20T22:17:18.06000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA
+ Credits » 
LibreOfficeCreditscontributorscodersdevelopersCredits
 for the LibreOffice 
development/coding.LibreOffice/5.3.2.2$Linux_X86_64
 
LibreOffice_project/6cd4f1ef626f15116896b1d8e1398b56da0d0ee12012-02-20T22:17:18.06000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA
  
   
-   626
+   1420
501
-   41197
+   41965
21698
true
true
@@ -16,9 +16,9 @@
  3649
  3471
  501
- 626
- 41697
- 22322
+ 1420
+ 42464
+ 23116
  0
  0
  false
@@ -70,7 +70,7 @@
false
false
true
-   6513620
+   6533120
false
false
false
@@ -317,40 +317,40 @@
  
  
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   

   
-  
+  

   
   
-   
+   
   
   

   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   

@@ -398,26 +398,23 @@

   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   

   
-  
-   
-  
   

   
@@ -1045,7 +1042,7 @@

   
  Credits
-1270 individuals contributed to 
OpenOffice.org (and whose contributions were imported into LibreOffice) or 
LibreOffice until 2017-03-29 21:12:33.
+1280 individuals contributed to 
OpenOffice.org (and whose contributions were imported into LibreOffice) or 
LibreOffice until 2017-04-25 17:18:09.
 * marks developers whose first contributions 
happened after 2010-09-28.
 Developers 
committing code since 2010-09-28
 
@@ -1072,10 +1069,10 @@
Vladimir 
GlazunovCommits: 25434Joined: 
2000-12-04
   
   
-   Caolán 
McNamaraCommits: 21672Joined: 
2000-10-10
+   Caolán 
McNamaraCommits: 21913Joined: 
2000-10-10
   
   
-   Stephan 
BergmannCommits: 13956Joined: 
2000-10-04
+   Stephan 
BergmannCommits: 14089Joined: 
2000-10-04
   
   
Ivo 
HinkelmannCommits: 9480Joined: 
2002-09-09
@@ -1083,35 +1080,35 @@
  
  
   
-   Tor 
LillqvistCommits: 7816Joined: 
2010-03-23
+   Tor 
LillqvistCommits: 7833Joined: 
2010-03-23
   
   
-   *Noel GrandinCommits: 
6479Joined: 2011-12-12
+   *Noel GrandinCommits: 
6480Joined: 2011-12-12
   
   

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

2017-04-25 Thread Christian Lohmaier
 readlicense_oo/license/CREDITS.fodt | 3557 ++--
 1 file changed, 1802 insertions(+), 1755 deletions(-)

New commits:
commit aa6a9bbd66beb234c54d8f881b56da6d8753c423
Author: Christian Lohmaier 
Date:   Tue Apr 25 22:25:18 2017 +0200

update credits

Change-Id: Id21b158bcdb4ff51950bcce0869e6c79a7e48fc4

diff --git a/readlicense_oo/license/CREDITS.fodt 
b/readlicense_oo/license/CREDITS.fodt
index d66cdb55a913..73e6ce9098bf 100644
--- a/readlicense_oo/license/CREDITS.fodt
+++ b/readlicense_oo/license/CREDITS.fodt
@@ -1,12 +1,12 @@
 
 
 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.3.1.2$Linux_X86_64
 
LibreOffice_project/e80a0e0fd1875e1696614d24c32df0f95f03deb22012-02-20T22:17:18.06000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA
+ Credits » 
LibreOfficeCreditscontributorscodersdevelopersCredits
 for the LibreOffice 
development/coding.LibreOffice/5.3.2.2$Linux_X86_64
 
LibreOffice_project/6cd4f1ef626f15116896b1d8e1398b56da0d0ee12012-02-20T22:17:18.06000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA
  
   
-   626
+   1420
501
-   41197
+   41965
21698
true
true
@@ -16,9 +16,9 @@
  3649
  3471
  501
- 626
- 41697
- 22322
+ 1420
+ 42464
+ 23116
  0
  0
  false
@@ -70,7 +70,7 @@
false
false
true
-   6513620
+   6533120
false
false
false
@@ -317,40 +317,40 @@
  
  
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   

   
-  
+  

   
   
-   
+   
   
   

   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   

@@ -398,26 +398,23 @@

   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   

   
-  
-   
-  
   

   
@@ -1045,7 +1042,7 @@

   
  Credits
-1270 individuals contributed to 
OpenOffice.org (and whose contributions were imported into LibreOffice) or 
LibreOffice until 2017-03-29 21:12:33.
+1280 individuals contributed to 
OpenOffice.org (and whose contributions were imported into LibreOffice) or 
LibreOffice until 2017-04-25 17:18:09.
 * marks developers whose first contributions 
happened after 2010-09-28.
 Developers 
committing code since 2010-09-28
 
@@ -1072,10 +1069,10 @@
Vladimir 
GlazunovCommits: 25434Joined: 
2000-12-04
   
   
-   Caolán 
McNamaraCommits: 21672Joined: 
2000-10-10
+   Caolán 
McNamaraCommits: 21913Joined: 
2000-10-10
   
   
-   Stephan 
BergmannCommits: 13956Joined: 
2000-10-04
+   Stephan 
BergmannCommits: 14089Joined: 
2000-10-04
   
   
Ivo 
HinkelmannCommits: 9480Joined: 
2002-09-09
@@ -1083,35 +1080,35 @@
  
  
   
-   Tor 
LillqvistCommits: 7816Joined: 
2010-03-23
+   Tor 
LillqvistCommits: 7833Joined: 
2010-03-23
   
   
-   *Noel GrandinCommits: 
6479Joined: 2011-12-12
+   *Noel GrandinCommits: 
6480Joined: 2011-12-12
   
   
-   Miklos 
VajnaCommits: 6233Joined: 
2010-07-29
+   Miklos 

[Libreoffice-bugs] [Bug 103427] [META] Styles and Formatting sidebar deck and floating window

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103427

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on|105807  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=105807
[Bug 105807] Sidebar buttons Page Styles, formatting and gallery all open the
Navigator deck when switching from read-only to edit mode
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=65138

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||105807


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=105807
[Bug 105807] Sidebar buttons Page Styles, formatting and gallery all open the
Navigator deck when switching from read-only to edit mode
-- 
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 105807] Sidebar buttons Page Styles, formatting and gallery all open the Navigator deck when switching from read-only to edit mode

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105807

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||philip...@hotmail.com
 Blocks|103427  |65138


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=65138
[Bug 65138] [META] Sidebar feature related issues
https://bugs.documentfoundation.org/show_bug.cgi?id=103427
[Bug 103427] [META] Styles and Formatting sidebar deck and floating 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 102062] [META] Notebookbar: bugs and enhancements

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

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on|105754  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=105754
[Bug 105754] Notebookbar does not update icon style until restart
-- 
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 105754] Notebookbar does not update icon style until restart

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105754

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks|102062  |107191


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102062
[Bug 102062] [META] Notebookbar: bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=107191
[Bug 107191] [META] Notebookbar theming issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107191] [META] Notebookbar theming issues

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107191

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||105754


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=105754
[Bug 105754] Notebookbar does not update icon style until restart
-- 
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 107430] Libreofficer Writer crashes when adding image

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107430

--- Comment #2 from Jakob  ---
Restarted in Safe Mode, and that solved it. Sorry. Should have done that before
reporting.

-- 
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 107430] Libreofficer Writer crashes when adding image

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107430

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||xiscofa...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #1 from Xisco Faulí  ---
Hello Jakob,

Thank you for reporting the bug. To be certain the reported issue is not
related to corruption in the user profile, could you please reset your
Libreoffice profile ( https://wiki.documentfoundation.org/UserProfile ) and
re-test?

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the issue is still present

-- 
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 107431] [META] Comment bugs and enhancements

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107431

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC|todven...@suomi24.fi|c...@nouenoff.nl,
   ||vstuart.fo...@utsa.edu
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 106179] [META] Writer comment bugs and enhancements

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106179

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||107431


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 107431] New: [META] Comment bugs and enhancements

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107431

Bug ID: 107431
   Summary: [META] Comment bugs and enhancements
   Product: LibreOffice
   Version: 5.4.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
CC: todven...@suomi24.fi
Depends on: 52472, 101216, 106179


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=52472
[Bug 52472] Position of newly created Comment in Drawing is always 0,0 at top
left
https://bugs.documentfoundation.org/show_bug.cgi?id=101216
[Bug 101216] [META] Calc comment bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=106179
[Bug 106179] [META] Writer comment bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 101216] [META] Calc comment bugs and enhancements

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101216

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||107431


Referenced Bugs:

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


[Libreoffice-ux-advise] [Bug 52472] Position of newly created Comment in Drawing is always 0, 0 at top left

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=52472

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||107431


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 52472] Position of newly created Comment in Drawing is always 0, 0 at top left

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=52472

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||107431


Referenced Bugs:

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


[Libreoffice-commits] core.git: desktop/AllLangResTarget_deploymentgui.mk desktop/inc desktop/source postprocess/CustomTarget_images.mk

2017-04-25 Thread Caolán McNamara
 desktop/AllLangResTarget_deploymentgui.mk |1 
 desktop/inc/bitmaps.hlst  |   21 
 desktop/inc/dp_gui.hrc|6 --
 desktop/source/deployment/gui/dp_gui_dialog2.src  |   43 --
 desktop/source/deployment/gui/dp_gui_extlistbox.cxx   |9 ++-
 desktop/source/deployment/gui/dp_gui_updatedialog.cxx |3 -
 desktop/source/deployment/gui/dp_gui_updatedialog.src |5 --
 postprocess/CustomTarget_images.mk|1 
 8 files changed, 29 insertions(+), 60 deletions(-)

New commits:
commit 0c26dc5d5a3711ceb2a4fdb07c5882a575083330
Author: Caolán McNamara 
Date:   Tue Apr 25 16:18:09 2017 +0100

remove desktop bitmaps from .src files

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

diff --git a/desktop/AllLangResTarget_deploymentgui.mk 
b/desktop/AllLangResTarget_deploymentgui.mk
index b7b9d14c12a5..d5296e845a60 100644
--- a/desktop/AllLangResTarget_deploymentgui.mk
+++ b/desktop/AllLangResTarget_deploymentgui.mk
@@ -25,7 +25,6 @@ $(eval $(call gb_SrsTarget_set_include,deploymentgui/res,\
 ))
 
 $(eval $(call gb_SrsTarget_add_files,deploymentgui/res,\
-desktop/source/deployment/gui/dp_gui_dialog2.src \
 desktop/source/deployment/gui/dp_gui_dialog.src \
 desktop/source/deployment/gui/dp_gui_updatedialog.src \
 desktop/source/deployment/gui/dp_gui_updateinstalldialog.src \
diff --git a/desktop/inc/bitmaps.hlst b/desktop/inc/bitmaps.hlst
new file mode 100644
index ..d9dbc0cb47be
--- /dev/null
+++ b/desktop/inc/bitmaps.hlst
@@ -0,0 +1,21 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; 
fill-column: 100 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * 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/.
+ */
+
+#ifndef INCLUDED_DESKTOP_INC_BITMAPS_HRC
+#define INCLUDED_DESKTOP_INC_BITMAPS_HRC
+
+#define RID_BMP_WARNING "desktop/res/caution_16.png"
+#define RID_BMP_LOCKED  "desktop/res/lock_16.png"
+#define RID_BMP_SHARED  "desktop/res/shared_16.png"
+#define RID_BMP_EXTENSION   "desktop/res/extension_32.png"
+#define RID_DLG_UPDATE_NORMALALERT  "desktop/res/caution_12.png"
+
+#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s 
cinkeys+=0=break: */
diff --git a/desktop/inc/dp_gui.hrc b/desktop/inc/dp_gui.hrc
index 6e8662d08cd7..9bb961474743 100644
--- a/desktop/inc/dp_gui.hrc
+++ b/desktop/inc/dp_gui.hrc
@@ -31,7 +31,6 @@
 #define RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES
(RID_DEPLOYMENT_GUI_START + 8)
 #define RID_STR_WARNING_INSTALL_EXTENSION 
(RID_DEPLOYMENT_GUI_START + 9)
 
-#define RID_DLG_UPDATE_NORMALALERT  (RID_DEPLOYMENT_GUI_START + 11)
 #define RID_DLG_UPDATE_NONE (RID_DEPLOYMENT_GUI_START + 13)
 #define RID_DLG_UPDATE_NOINSTALLABLE(RID_DEPLOYMENT_GUI_START + 14)
 #define RID_DLG_UPDATE_FAILURE  (RID_DEPLOYMENT_GUI_START + 15)
@@ -56,11 +55,6 @@
 #define RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED (RID_DEPLOYMENT_GUI_START + 
43)
 #define RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL (RID_DEPLOYMENT_GUI_START + 
44)
 
-#define RID_BMP_WARNING(RID_DEPLOYMENT_GUI_START+56)
-#define RID_BMP_LOCKED (RID_DEPLOYMENT_GUI_START+58)
-#define RID_BMP_EXTENSION  (RID_DEPLOYMENT_GUI_START+60)
-#define RID_BMP_SHARED (RID_DEPLOYMENT_GUI_START+62)
-
 #define RID_STR_ADD_PACKAGES   (RID_DEPLOYMENT_GUI_START+70)
 
 #define RID_CTX_ITEM_REMOVE(RID_DEPLOYMENT_GUI_START+80)
diff --git a/desktop/source/deployment/gui/dp_gui_dialog2.src 
b/desktop/source/deployment/gui/dp_gui_dialog2.src
deleted file mode 100644
index ce8ca18ddf54..
--- a/desktop/source/deployment/gui/dp_gui_dialog2.src
+++ /dev/null
@@ -1,43 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * 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/.
- *
- * This file incorporates work covered by the following license notice:
- *
- *   Licensed to the Apache Software Foundation (ASF) under one or more
- *   contributor license agreements. See the NOTICE file distributed
- *   with this work for additional information regarding copyright
- *   ownership. The ASF licenses this file to you under the 

[Libreoffice-bugs] [Bug 103978] FILEOPEN: DOCX: Table is displayed behind the text

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103978

--- Comment #5 from Hugo  ---
Given there's now a few cases reported (see the duplicate bug reports), each of
which has attachments illustrating the problem, perhaps the status can be
updated to "confirmed"?

-- 
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: dbaccess/AllLangResTarget_dbu.mk dbaccess/inc dbaccess/source postprocess/CustomTarget_images.mk

2017-04-25 Thread Caolán McNamara
 dbaccess/AllLangResTarget_dbu.mk   |4 
 dbaccess/inc/bitmaps.hlst  |   39 
 dbaccess/source/ui/app/AppDetailPageHelper.cxx |   26 ++---
 dbaccess/source/ui/app/AppDetailPageHelper.hxx |4 
 dbaccess/source/ui/app/AppIconControl.cxx  |7 -
 dbaccess/source/ui/dlg/CollectionView.cxx  |5 -
 dbaccess/source/ui/dlg/indexdialog.cxx |3 
 dbaccess/source/ui/dlg/indexdialog.src |5 -
 dbaccess/source/ui/dlg/sqlmessage.cxx  |   15 +--
 dbaccess/source/ui/dlg/sqlmessage.src  |   15 ---
 dbaccess/source/ui/imagelists/dbimagelists.src |  119 -
 dbaccess/source/ui/inc/dbu_misc.hrc|2 
 dbaccess/source/ui/inc/dbu_resource.hrc|   27 -
 dbaccess/source/ui/inc/imageprovider.hxx   |4 
 dbaccess/source/ui/misc/WNameMatch.cxx |   11 +-
 dbaccess/source/ui/misc/WTypeSelect.cxx|3 
 dbaccess/source/ui/misc/WizardPages.src|   10 --
 dbaccess/source/ui/misc/imageprovider.cxx  |   49 +-
 dbaccess/source/ui/querydesign/TableWindow.cxx |3 
 dbaccess/source/ui/querydesign/query.src   |5 -
 postprocess/CustomTarget_images.mk |1 
 21 files changed, 108 insertions(+), 249 deletions(-)

New commits:
commit fea8976c0152632919587dd4e3225d6283e6691f
Author: Caolán McNamara 
Date:   Tue Apr 25 15:43:34 2017 +0100

remove dbaccess bitmaps from .src files

Change-Id: I85e0d4bce7c2d1da2cc78c00e15e485152039c3e

diff --git a/dbaccess/AllLangResTarget_dbu.mk b/dbaccess/AllLangResTarget_dbu.mk
index 46bd6d452ee8..6cb9ced4ddc3 100644
--- a/dbaccess/AllLangResTarget_dbu.mk
+++ b/dbaccess/AllLangResTarget_dbu.mk
@@ -49,8 +49,4 @@ $(eval $(call gb_SrsTarget_add_files,dbaccess/dbu,\
 dbaccess/source/ui/uno/copytablewizard.src \
 ))
 
-$(eval $(call gb_SrsTarget_add_nonlocalizable_files,dbaccess/dbu,\
-dbaccess/source/ui/imagelists/dbimagelists.src \
-))
-
 # vim: set noet sw=4 ts=4:
diff --git a/dbaccess/inc/bitmaps.hlst b/dbaccess/inc/bitmaps.hlst
new file mode 100644
index ..17303e2c7151
--- /dev/null
+++ b/dbaccess/inc/bitmaps.hlst
@@ -0,0 +1,39 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; 
fill-column: 100 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * 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/.
+ */
+
+#ifndef INCLUDED_DBACCESS_INC_BITMAPS_HRC
+#define INCLUDED_DBACCESS_INC_BITMAPS_HRC
+
+#define BMP_FORMFOLDER_TREE_L   "dbaccess/res/forms_32.png"
+#define BMP_REPORTFOLDER_TREE_L "dbaccess/res/reports_32.png"
+#define BMP_QUERYFOLDER_TREE_L  "dbaccess/res/queries_32.png"
+#define BMP_TABLEFOLDER_TREE_L  "dbaccess/res/tables_32.png"
+#define DATABASE_TREE_ICON  "dbaccess/res/db.png"
+#define TABLE_TREE_ICON "res/sx03188.png"
+#define TABLEFOLDER_TREE_ICON   "res/sx03187.png"
+#define VIEW_TREE_ICON  "res/sx16670.png"
+#define QUERY_TREE_ICON "res/sx03202.png"
+#define QUERYFOLDER_TREE_ICON   "res/sx03201.png"
+#define FORM_TREE_ICON  "dbaccess/res/form_16.png"
+#define FORMFOLDER_TREE_ICON"dbaccess/res/forms_16.png"
+#define REPORT_TREE_ICON"dbaccess/res/report_16.png"
+#define REPORTFOLDER_TREE_ICON  "dbaccess/res/reports_16.png"
+#define BMP_NAVIGATION_BTN_UP_SC"res/fp010.png"
+#define BMP_NAVIGATION_CREATEFOLDER_SC  "res/fp015.png"
+#define BMP_EXCEPTION_ERROR "dbaccess/res/exerror.png"
+#define BMP_EXCEPTION_WARNING   "dbaccess/res/exwarning.png"
+#define BMP_EXCEPTION_INFO  "dbaccess/res/exinfo.png"
+#define BMP_PRIMARY_KEY "dbaccess/res/jo01.png"
+#define BMP_PKEYICON"dbaccess/res/pkey.png"
+#define BMP_UP  "dbaccess/res/sortup.png"
+#define BMP_DOWN"dbaccess/res/sortdown.png"
+
+#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s 
cinkeys+=0=break: */
diff --git a/dbaccess/source/ui/app/AppDetailPageHelper.cxx 
b/dbaccess/source/ui/app/AppDetailPageHelper.cxx
index 950fbe17ac46..7897e6692227 100644
--- a/dbaccess/source/ui/app/AppDetailPageHelper.cxx
+++ b/dbaccess/source/ui/app/AppDetailPageHelper.cxx
@@ -583,10 +583,9 @@ void OAppDetailPageHelper::createTablesPage(const 
Reference< XConnection>& _xCon
 setDetailPage(m_pLists[E_TABLE]);
 }
 
-void OAppDetailPageHelper::getElementIcons( ElementType _eType, sal_uInt16& 
_rImageId)
+OUString OAppDetailPageHelper::getElementIcons(ElementType _eType)
 {
 ImageProvider aImageProvider;
-_rImageId = 0;
 
 sal_Int32 nDatabaseObjectType( 0 );
 switch(_eType )
@@ -596,16 +595,16 @@ void 

[Libreoffice-bugs] [Bug 38295] Many margin comments/notes are complicated to use

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=38295

Yousuf Philips (jay)  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||3064

-- 
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 89232] Improvements to comments look and function

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89232

Yousuf Philips (jay)  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||3064

-- 
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 89232] Improvements to comments look and function

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89232

Yousuf Philips (jay)  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||3064

-- 
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 38295] Many margin comments/notes are complicated to use

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=38295

Yousuf Philips (jay)  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||3064

-- 
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 103064] Introduce a comment style

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103064

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl,
   ||rb.hensc...@t-online.de,
   ||vstuart.fo...@utsa.edu
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=38
   ||295,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=89
   ||232

--- Comment #24 from Yousuf Philips (jay)  ---
(In reply to Luke Kendall from comment #20)
> I don't understand the usability thinking behind this. Just as there is no
> single "optimal font size" for a document, there is the need from users to
> be able to change the size and font within a comment.

The purpose of comments is to discuss segments of a document without editing
the segment being discussed, just like we are making comments in this bug
report. We dont need to set font attributes to these comments, though some
people do throw in text emphasis marks, to have such a discussion, so i wouldnt
compare formatting of comments with the the styling of a document.

> I assume you are suggesting this because it would make the code simpler.  I
> can't think of any other reason for suggesting it.  I would prefer it if you
> could put the user's needs first, rather than the programmers' convenience.

No i'm saying this as i'm part of the design/UX team and also deal with
interoperability. If you open documents created with large font size in other
office suites, the set font size and sometimes the font name wont be displayed.

> I assume you're not suggesting a single "comment paragraph style"? Or if you
> are, that it can be overridden on a case-by-case basis as the user needs.

Yes i'm suggesting a single comment paragraph style to define the base font
name and size, where individual comments can have character styles to change
things as needed.

> I just read that.  Since a comment can grow very long indeed, all those
> changes would address the problem for about another 10% of comment length. 
> After that, allowing the reduction of font size addresses maybe another 20%.
> (These numbers are, of course, my gut-feeling estimates: they're not backed
> by data.)  Beyond that, the scrollbars of course become essential - unless
> you were to propose a separate document window could be popped up just to
> view the comment.

Yes the mechanism to deal with many comments, large comments and nested
comments need to be addressed, as also discussed in bug 89232. If you would
like to discuss that issue further, please comment there.

> Comments can grow arbitrarily large.  There is finite screen space available
> no matter how you improves the comment box layout.  Therefore, reducing the
> font size will remain a useful option.

Large comments could easily be shrunk when they are not needed or in not focus,
rather than reducing their size.

> Please also consider that some people are viision-impaired: so for them,
> being able to increase the font size would be more than just helpful.

Visually impaired users would resize the entire document view larger with the
zoom functions and not increase the size of the document text and comments, or
else they would have difficulties collaborating with non-visually impaired
users on the same document.

> My suggestion was to reduce the code size and reduce the chance of new
> sections of code that could then have there own bugs.  It was not because
> the features are needed: e.g. footnotes and such.  You might consider just
> limiting the UI for the comment editing so that the extra functionality
> wasn't available.

Yes the simplest thing would be to disable the functionality from working when
editing comments, in the character dialog and from being displayed if already
set.

> As things stand, comments already have several other bugs in the operation
> of their existing text editor, such as wrong sized or placed scrollbars,
> wrong text selected or insertion point chosen when you click into them, etc.
> I think the bug in which font size changes to comments weren't being stored
> has been fixed, though.  I'm only pointing this out to indicate that the
> existing comment display and editing code does not work anywhere near as
> well as the general, more powerful text editing and display functionality of
> Writer proper.

Yes quite aware of the current bugs and fixes that have gone into LO related to
comments over the last few years and hope that fixing this one bug will resolve
many of the bugs 

[Libreoffice-bugs] [Bug 107430] New: Libreofficer Writer crashes when adding image

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107430

Bug ID: 107430
   Summary: Libreofficer Writer crashes when adding image
   Product: LibreOffice
   Version: 5.3.2.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jakobor...@gmail.com

When selecting Insert > Image, the dialogue image briefly appears then vanishes
and the program stalls.

-- 
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 107429] Find and Replace use of Regular Expressions usage too hard, why not like Microsoft?

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107429

--- Comment #2 from V Stuart Foote  ---
And here is a bit older, but still mostly valid (LibreOffice has moved on from
this) Wiki from the OOo era.

https://wiki.openoffice.org/wiki/Documentation/How_Tos/Regular_Expressions_in_Writer

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


[Libreoffice-bugs] [Bug 107429] Find and Replace use of Regular Expressions usage too hard, why not like Microsoft?

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107429

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||vstuart.fo...@utsa.edu
 Resolution|--- |NOTABUG
Summary|:   |Find and Replace use of
   ||Regular Expressions usage
   ||too hard, why not like
   ||Microsoft?

--- Comment #1 from V Stuart Foote  ---
Sorry, the ICU Regular Expression support [1] is more than adequate and is far
more functional the Microsoft's implementation.

When enabled for use the ICU regular expression work in the Find and in the
Replace fields.

^p empty paragraph is entered in regular expression as $^

^t for tab is entered at \t

This is a use/training issue--not a bug. Please RTM [2]

=-ref-=
[1]
http://userguide.icu-project.org/strings/regexp#TOC-Regular-Expression-Metacharacters
[2] https://help.libreoffice.org/Common/List_of_Regular_Expressions

-- 
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-2-7' - sc/source

2017-04-25 Thread Eike Rathke
 sc/source/core/tool/parclass.cxx |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 611e94e56159f2753f1753c3d78ba1b528196c18
Author: Eike Rathke 
Date:   Thu Apr 20 13:52:18 2017 +0200

Resolves: tdf#99625 add parameter classification for TEXTJOIN and CONCAT

So in array context the functions return a single string instead of an 
array of
identical strings.

Change-Id: Ia6ada10be4912745b60e281fac1736c560162d3a
(cherry picked from commit f0fef88b747cc4f4de7a5ccb93da9c062545dcfb)
Reviewed-on: https://gerrit.libreoffice.org/36746
Reviewed-by: Christian Lohmaier 
Reviewed-by: Markus Mohrhard 
Reviewed-by: Michael Stahl 
Tested-by: Michael Stahl 

diff --git a/sc/source/core/tool/parclass.cxx b/sc/source/core/tool/parclass.cxx
index bd8ca5544a8d..66ca8e5c3a48 100644
--- a/sc/source/core/tool/parclass.cxx
+++ b/sc/source/core/tool/parclass.cxx
@@ -80,6 +80,7 @@ const ScParameterClassification::RawData 
ScParameterClassification::pRawData[] =
 { ocCell,{{ Value, Reference   
  }, 0 }},
 { ocColumn,  {{ Reference  
  }, 0 }},
 { ocColumns, {{ Reference  
  }, 1 }},
+{ ocConcat_MS,   {{ Reference  
  }, 1 }},
 { ocCorrel,  {{ ForceArray, ForceArray 
  }, 0 }},
 { ocCount,   {{ Reference  
  }, 1 }},
 { ocCount2,  {{ Reference  
  }, 1 }},
@@ -195,6 +196,7 @@ const ScParameterClassification::RawData 
ScParameterClassification::pRawData[] =
 { ocSumXMY2, {{ ForceArray, ForceArray 
  }, 0 }},
 { ocSheet,   {{ Reference  
  }, 0 }},
 { ocSheets,  {{ Reference  
  }, 1 }},
+{ ocTextJoin_MS, {{ Reference, Value, Reference
  }, 1 }},
 { ocTrend,   {{ Reference, Reference, Reference, Value 
  }, 0 }},
 { ocTrimMean,{{ Reference, Value   
  }, 0 }},
 { ocTTest,   {{ ForceArray, ForceArray, Value, Value   
  }, 0 }},
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'feature/mar-updater' - 23 commits - bin/update desktop/source onlineupdate/Executable_mbsdiff.mk onlineupdate/inc onlineupdate/Module_onlineupdate.mk onlineupda

2017-04-25 Thread Markus Mohrhard
Rebased ref, commits from common ancestor:
commit f722d61953c86f4b773b1b35d6a181950b493079
Author: Markus Mohrhard 
Date:   Tue Apr 25 20:41:15 2017 +0200

start working on the creation of partial update files

Change-Id: I13a70e0b12090a7e23529bc35240cefc13d17779

diff --git a/bin/update/create_partial_update.py 
b/bin/update/create_partial_update.py
new file mode 100755
index ..90c2abd697e3
--- /dev/null
+++ b/bin/update/create_partial_update.py
@@ -0,0 +1,135 @@
+#!/usr/bin/env python3
+import requests
+import json
+import sys
+import hashlib
+import os
+import subprocess
+import errno
+
+from config import parse_config
+
+BUF_SIZE = 1024
+current_dir_path = os.path.dirname(os.path.realpath(__file__))
+
+def download_file(filepath, url, hash_string):
+with open(filepath, "wb") as f:
+response = requests.get(url, stream=True)
+
+if not response.ok:
+return
+
+for block in response.iter_content(1024):
+f.write(block)
+
+with open(filepath, "rb") as f:
+sha512 = hashlib.sha512()
+while True:
+data = f.read(BUF_SIZE)
+if not data:
+break
+sha512.update(data)
+file_hash = sha512.hexdigest()
+
+if file_hash != hash_string:
+pass
+
+def mkdir_p(path):
+try:
+os.makedirs(path)
+except OSError as exc:  # Python >2.5
+if exc.errno == errno.EEXIST and os.path.isdir(path):
+pass
+else:
+raise
+
+def handle_language(lang_entries, filedir):
+mar = os.environ.get('MAR', 'mar')
+langs = {}
+for lang, data in lang_entries.items():
+lang_dir = os.path.join(filedir, lang)
+lang_file = os.path.join(lang_dir, "lang.mar")
+mkdir_p(lang_dir)
+download_file(lang_file , data["url"], data["hash"])
+dir_path = os.path.join(lang_dir, "lang")
+mkdir_p(dir_path)
+subprocess.call([mar, "-C", dir_path, "-x", lang_file])
+langs[lang] = dir_path
+
+return langs
+
+def download_mar_for_update_channel_and_platform(config, platform, temp_dir):
+mar = os.environ.get('MAR', 'mar')
+base_url = "http://updater.libreofficecrash.org/update/partial-targets/1/;
+url = base_url + platform + "/" + config.channel
+r = requests.get(url)
+if r.status_code is not 200:
+print(r.content)
+raise Exception("download failed")
+
+update_info = json.loads(r.content.decode("utf-8"))
+update_files = update_info['updates']
+downloaded_updates = {}
+for update_file in update_files:
+build = update_file["build"]
+filedir = temp_dir + build
+
+mkdir_p(filedir)
+
+filepath = filedir + "/complete.mar"
+url = update_file["update"]["url"]
+expected_hash = update_file["update"]["hash"]
+download_file(filepath, url, expected_hash)
+
+dir_path = os.path.join(filedir, "complete")
+mkdir_p(dir_path)
+subprocess.call([mar, "-C", dir_path, "-x", filepath])
+
+downloaded_updates[build] = {"complete": dir_path}
+
+langs = handle_language(update_file["languages"], filedir)
+downloaded_updates[build]["languages"] = langs
+
+return downloaded_updates
+
+def generate_file_name(current_build_id, old_build_id, mar_name_prefix):
+name = "%s_from_%s_to_%s_partial.mar" %(mar_name_prefix, current_build_id, 
old_build_id)
+return name
+
+def generate_lang_file_name(current_build_id, old_build_id, mar_name_prefix, 
lang):
+name = "%s_%s_from_%s_to_%s_partial.mar" %(mar_name_prefix, lang, 
current_build_id, old_build_id)
+return name
+
+def main():
+product_name = sys.argv[1]
+workdir = sys.argv[2]
+update_dir = sys.argv[3]
+temp_dir = sys.argv[4]
+mar_name_prefix = sys.argv[5]
+update_config = sys.argv[6]
+platform = sys.argv[7]
+current_build_path = sys.argv[8]
+build_id = sys.argv[9]
+dir_name =  [os.path.join(current_build_path, name) for name in 
os.listdir(current_build_path) if 
os.path.isdir(os.path.join(current_build_path, name))]
+current_build_path = dir_name[0]
+
+config = parse_config(update_config)
+
+updates = download_mar_for_update_channel_and_platform(config, platform, 
temp_dir)
+
+print(updates)
+for build, update in updates.items():
+file_name = generate_file_name(build_id, build, mar_name_prefix)
+mar_file = os.path.join(temp_dir, build, file_name)
+print(mar_file)
+print(current_build_path)
+print(update["complete"])
+subprocess.call([os.path.join(current_dir_path, 
'make_incremental_update.sh'), mar_file, current_build_path, 
update["complete"]])
+for lang in update["languages"].items():
+lang_name = generate_lang_file_name(build_id, build, 
mar_name_prefix, lang)
+lang_mar_file = os.path.join(temp_dir, build, lang_name)
+   

[Libreoffice-commits] online.git: loleaflet/src

2017-04-25 Thread Henry Castro
 loleaflet/src/layer/tile/ImpressTileLayer.js |1 +
 1 file changed, 1 insertion(+)

New commits:
commit d5ab42a999420004435272ffabde6d2a26533989
Author: Henry Castro 
Date:   Tue Apr 25 14:42:23 2017 -0400

loleaflet: initialize undefined variable

Math.min(undefined, number) return NaN

Change-Id: I4b1c7c0428a4e665235a170282a377f980e84924

diff --git a/loleaflet/src/layer/tile/ImpressTileLayer.js 
b/loleaflet/src/layer/tile/ImpressTileLayer.js
index 859ef679..5a1b73aa 100644
--- a/loleaflet/src/layer/tile/ImpressTileLayer.js
+++ b/loleaflet/src/layer/tile/ImpressTileLayer.js
@@ -40,6 +40,7 @@ L.ImpressTileLayer = L.TileLayer.extend({
onAdd: function (map) {
L.TileLayer.prototype.onAdd.call(this, map);
this._annotations = {};
+   this._topAnnotation = 0;
},
 
onAnnotationCancel: function (e) {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-ux-advise] [Bug 89232] Improvements to comments look and function

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89232

--- Comment #13 from Yousuf Philips (jay)  ---
(In reply to Orion from comment #11)
> > * Comments column needs to be wider by 10 to 15 percent.
> As long as this doesn't interfere with printing (which it shouldn't),
> agreed! 
> 
> > * Padding should be around the comment text as well the author and time
> > lines should be padded as well.
> 
> Disagree, actually. The more padding you add, the less space you have for
> comments, which is why I suggest: 

With the increase of the column width by 10 to 15 percent adding padding
wouldnt to a negative. The need for padding is quite obvious, as you dont
create documents without page margins and presently that is how comments appear
touching the sides of the comments column.

-- 
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 89232] Improvements to comments look and function

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89232

--- Comment #13 from Yousuf Philips (jay)  ---
(In reply to Orion from comment #11)
> > * Comments column needs to be wider by 10 to 15 percent.
> As long as this doesn't interfere with printing (which it shouldn't),
> agreed! 
> 
> > * Padding should be around the comment text as well the author and time
> > lines should be padded as well.
> 
> Disagree, actually. The more padding you add, the less space you have for
> comments, which is why I suggest: 

With the increase of the column width by 10 to 15 percent adding padding
wouldnt to a negative. The need for padding is quite obvious, as you dont
create documents without page margins and presently that is how comments appear
touching the sides of the comments column.

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


[Libreoffice-bugs] [Bug 107426] keyboard shortcuts are not working working on Hebrew layout.

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107426

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||xiscofa...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #1 from Xisco Faulí  ---
Hello Hanan,

it seems you're using an old version of LibreOffice.
Could you please try to reproduce it with the latest version of LibreOffice
from https://www.libreoffice.org/download/libreoffice-fresh/ ?
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the bug is still present in the latest version.

-- 
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 107428] Opening .docx gets textbox at bottom not editable

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107428

Xisco Faulí  changed:

   What|Removed |Added

   Keywords||bibisected, bisected,
   ||regression
 Status|UNCONFIRMED |RESOLVED
 CC||xiscofa...@libreoffice.org
 Resolution|--- |DUPLICATE

--- Comment #2 from Xisco Faulí  ---
Regression introduced by d379d18666aa42031359ca8eb34b0021960347ae which is the
same as in bug 103978

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

-- 
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 103978] FILEOPEN: DOCX: Table is displayed behind the text

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103978

Xisco Faulí  changed:

   What|Removed |Added

 CC||marcoagpinto@mail.telepac.p
   ||t

--- Comment #4 from Xisco Faulí  ---
*** Bug 107428 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-commits] core.git: vcl/inc vcl/unx

2017-04-25 Thread Caolán McNamara
 vcl/inc/bitmaps.hlst|   39 ++
 vcl/inc/svids.hrc   |4 -
 vcl/unx/generic/window/salframe.cxx |   77 
 3 files changed, 101 insertions(+), 19 deletions(-)

New commits:
commit f08faa70ccaa3bbf335b7b2ddff02a9f37efe125
Author: Caolán McNamara 
Date:   Tue Apr 25 19:21:42 2017 +0100

fix attempt to load converted bitmap resource uses from vcl

Change-Id: I9be76bc1ec87b6837df30c2e73729ae1d5cca690

diff --git a/vcl/inc/bitmaps.hlst b/vcl/inc/bitmaps.hlst
index 03ea8a9bd63a..00bb64cb061e 100644
--- a/vcl/inc/bitmaps.hlst
+++ b/vcl/inc/bitmaps.hlst
@@ -64,6 +64,45 @@
 #define SV_PRINT_COLLATE_BMP "vcl/res/collate.png"
 #define SV_PRINT_NOCOLLATE_BMP   "vcl/res/ncollate.png"
 
+#define MAINAPP_48_8 "res/mainapp_48_8.png"
+#define MAINAPP_48_8 "res/mainapp_48_8.png"
+#define ODT_48_8 "res/odt_48_8.png"
+#define OTT_48_8 "res/ott_48_8.png"
+#define ODS_48_8 "res/ods_48_8.png"
+#define OTS_48_8 "res/ots_48_8.png"
+#define ODG_48_8 "res/odg_48_8.png"
+#define ODP_48_8 "res/odp_48_8.png"
+#define ODM_48_8 "res/odm_48_8.png"
+#define ODB_48_8 "res/odb_48_8.png"
+#define ODF_48_8 "res/odf_48_8.png"
+#define MAINAPP_48_8 "res/mainapp_48_8.png"
+
+#define MAINAPP_32_8 "res/mainapp_32_8.png"
+#define MAINAPP_32_8 "res/mainapp_32_8.png"
+#define ODT_32_8 "res/odt_32_8.png"
+#define OTT_32_8 "res/ott_32_8.png"
+#define ODS_32_8 "res/ods_32_8.png"
+#define OTS_32_8 "res/ots_32_8.png"
+#define ODG_32_8 "res/odg_32_8.png"
+#define ODP_32_8 "res/odp_32_8.png"
+#define ODM_32_8 "res/odm_32_8.png"
+#define ODB_32_8 "res/odb_32_8.png"
+#define ODF_32_8 "res/odf_32_8.png"
+#define MAINAPP_32_8 "res/mainapp_32_8.png"
+
+#define MAINAPP_16_8 "res/mainapp_16_8.png"
+#define MAINAPP_16_8 "res/mainapp_16_8.png"
+#define ODT_16_8 "res/odt_16_8.png"
+#define OTT_16_8 "res/ott_16_8.png"
+#define ODS_16_8 "res/ods_16_8.png"
+#define OTS_16_8 "res/ots_16_8.png"
+#define ODG_16_8 "res/odg_16_8.png"
+#define ODP_16_8 "res/odp_16_8.png"
+#define ODM_16_8 "res/odm_16_8.png"
+#define ODB_16_8 "res/odb_16_8.png"
+#define ODF_16_8 "res/odf_16_8.png"
+#define MAINAPP_16_8 "res/mainapp_16_8.png"
+
 //start, Throbber::getDefaultImageURLs
 #define SPINNER_16_01
"vcl/res/spinner-16-01.png"
 #define SPINNER_16_02
"vcl/res/spinner-16-02.png"
diff --git a/vcl/inc/svids.hrc b/vcl/inc/svids.hrc
index 4d825e106f2f..7f2de807de39 100644
--- a/vcl/inc/svids.hrc
+++ b/vcl/inc/svids.hrc
@@ -130,10 +130,6 @@
 #define SV_APP_DEFAULT  10804
 #define SV_APP_VCLBACKEND   10805
 
-#define SV_ICON_SIZE48_START2
-#define SV_ICON_SIZE32_START21000
-#define SV_ICON_SIZE16_START23000
-
 #endif // INCLUDED_VCL_INC_SVIDS_HRC
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/unx/generic/window/salframe.cxx 
b/vcl/unx/generic/window/salframe.cxx
index f8dfbd385d96..c99e80024f45 100644
--- a/vcl/unx/generic/window/salframe.cxx
+++ b/vcl/unx/generic/window/salframe.cxx
@@ -67,6 +67,7 @@
 
 #include "svdata.hxx"
 #include "svids.hrc"
+#include "bitmaps.hlst"
 #include "impbmp.hxx"
 
 #include 
@@ -197,6 +198,57 @@ void X11SalFrame::askForXEmbedFocus( sal_Int32 i_nTimeCode 
)
 
 typedef std::vector< unsigned long > NetWmIconData;
 
+namespace
+{
+const OUStringLiteral SV_ICON_SIZE48[] =
+{
+MAINAPP_48_8,
+MAINAPP_48_8,
+ODT_48_8,
+OTT_48_8,
+ODS_48_8,
+OTS_48_8,
+ODG_48_8,
+ODP_48_8,
+ODM_48_8,
+   

[Libreoffice-bugs] [Bug 104160] [META] Bugs and features related to multiple monitor setups

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104160
Bug 104160 depends on bug 104686, which changed state.

Bug 104686 Summary: Crash in: MenuFloatingWindow::ImplGetStartY()
https://bugs.documentfoundation.org/show_bug.cgi?id=104686

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 104686] Crash in: MenuFloatingWindow::ImplGetStartY()

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104686

Aron Budea  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
Crash report or|["MenuFloatingWindow::ImplG |["MenuFloatingWindow::ImplG
crash signature|etStartY()"]|etStartY()","MenuFloatingWi
   ||ndow::ImplScroll(bool)"]
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |ba...@caesar.elte.hu
   |desktop.org |

--- Comment #23 from Aron Budea  ---
All right, let's mark it as resolved, I'll keep an eye on the crash reports
after 5.3.3.1 (available as pre-release in [1]). There's a chance menus could
still turn up empty, as in attachment 129899, feedback is welcome.

[1] http://dev-builds.libreoffice.org/pre-releases/win/

-- 
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 89232] Improvements to comments look and function

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89232

--- Comment #12 from Orion  ---
Created attachment 132838
  --> https://bugs.documentfoundation.org/attachment.cgi?id=132838=edit
Minimalist comment box from Apple Pages 4.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-ux-advise] [Bug 89232] Improvements to comments look and function

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89232

--- Comment #12 from Orion  ---
Created attachment 132838
  --> https://bugs.documentfoundation.org/attachment.cgi?id=132838=edit
Minimalist comment box from Apple Pages 4.3

-- 
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 89232] Improvements to comments look and function

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89232

--- Comment #11 from Orion  ---
(In reply to Yousuf Philips (jay) from comment #6)
> * Make comments a plain color rather than the gradient, as the page is plain
> and so is the comment column.
The gradient looks nice. If it ain't broke...

> * Minimum height of a comment needs to me smaller
Agreed! Easiest way to fit more on the page (see below). 

> * Comments column needs to be wider by 10 to 15 percent.
As long as this doesn't interfere with printing (which it shouldn't), agreed! 

> * Padding should be around the comment text as well the author and time
> lines should be padded as well.

Disagree, actually. The more padding you add, the less space you have for
comments, which is why I suggest: 

* Make the time-stamp and the author optional. 

* Make the minimum size ~1~ line, not four 

(See attachment from Pages, above.)

-- 
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 89232] Improvements to comments look and function

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89232

--- Comment #11 from Orion  ---
(In reply to Yousuf Philips (jay) from comment #6)
> * Make comments a plain color rather than the gradient, as the page is plain
> and so is the comment column.
The gradient looks nice. If it ain't broke...

> * Minimum height of a comment needs to me smaller
Agreed! Easiest way to fit more on the page (see below). 

> * Comments column needs to be wider by 10 to 15 percent.
As long as this doesn't interfere with printing (which it shouldn't), agreed! 

> * Padding should be around the comment text as well the author and time
> lines should be padded as well.

Disagree, actually. The more padding you add, the less space you have for
comments, which is why I suggest: 

* Make the time-stamp and the author optional. 

* Make the minimum size ~1~ line, not four 

(See attachment from Pages, above.)

-- 
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-commits] translations.git: Branch 'libreoffice-5-2-7' - source/bg source/br source/da source/de source/es source/eu source/gl source/hr source/kk source/lt source/nb source/nl source/pt s

2017-04-25 Thread Christian Lohmaier
 source/bg/cui/uiconfig/ui.po   |8 
 source/bg/sfx2/uiconfig/ui.po  |   17 
 source/bg/svx/source/stbctrls.po   |   10 
 source/br/cui/uiconfig/ui.po   |8 
 source/br/sfx2/uiconfig/ui.po  |   17 
 source/br/svx/source/stbctrls.po   |   10 
 source/da/cui/uiconfig/ui.po   |   10 
 source/da/helpcontent2/source/text/simpress/01.po  |   10 
 source/da/sfx2/uiconfig/ui.po  |   17 
 source/de/helpcontent2/source/text/sbasic/guide.po |8 
 source/de/helpcontent2/source/text/sbasic/shared.po|   50 +-
 source/de/helpcontent2/source/text/sbasic/shared/02.po |   10 
 source/de/helpcontent2/source/text/scalc/00.po |   30 -
 source/de/helpcontent2/source/text/scalc/01.po |   66 +--
 source/de/helpcontent2/source/text/scalc/02.po |8 
 source/de/helpcontent2/source/text/scalc/04.po |6 
 source/de/helpcontent2/source/text/scalc/05.po |   24 -
 source/de/helpcontent2/source/text/scalc/guide.po  |   26 -
 source/de/helpcontent2/source/text/shared/explorer/database.po |6 
 source/de/helpcontent2/source/text/shared/guide.po |8 
 source/de/helpcontent2/source/text/shared/optionen.po  |   14 
 source/de/helpcontent2/source/text/simpress.po |   10 
 source/de/helpcontent2/source/text/simpress/01.po  |   10 
 source/de/helpcontent2/source/text/simpress/02.po  |8 
 source/de/helpcontent2/source/text/simpress/guide.po   |   12 
 source/de/helpcontent2/source/text/smath.po|   14 
 source/de/helpcontent2/source/text/smath/01.po |   18 
 source/de/helpcontent2/source/text/swriter/01.po   |   42 -
 source/de/helpcontent2/source/text/swriter/guide.po|   28 -
 source/de/officecfg/registry/data/org/openoffice/Office/UI.po  |6 
 source/de/sc/source/ui/src.po  |8 
 source/de/sfx2/uiconfig/ui.po  |   17 
 source/de/svx/source/stbctrls.po   |8 
 source/de/swext/mediawiki/help.po  |8 
 source/es/cui/source/dialogs.po|   12 
 source/es/cui/source/tabpages.po   |8 
 source/es/cui/uiconfig/ui.po   |   10 
 source/es/desktop/source/deployment/registry/script.po |   11 
 source/es/formula/source/core/resource.po  |   14 
 source/es/helpcontent2/source/text/sbasic/shared.po|6 
 source/es/helpcontent2/source/text/scalc/01.po |   60 +-
 source/es/helpcontent2/source/text/scalc/05.po |   18 
 source/es/helpcontent2/source/text/scalc/guide.po  |6 
 source/es/helpcontent2/source/text/shared/00.po|   12 
 source/es/helpcontent2/source/text/shared/01.po|   10 
 source/es/helpcontent2/source/text/shared/02.po|6 
 source/es/helpcontent2/source/text/shared/guide.po |8 
 source/es/helpcontent2/source/text/shared/optionen.po  |6 
 source/es/helpcontent2/source/text/smath/guide.po  |8 
 source/es/helpcontent2/source/text/swriter/01.po   |   10 
 source/es/helpcontent2/source/text/swriter/guide.po|   29 -
 source/es/sc/source/ui/StatisticsDialogs.po|   10 
 source/es/sc/source/ui/src.po  |   30 -
 source/es/sc/uiconfig/scalc/ui.po  |8 
 source/es/scp2/source/accessories.po   |6 
 source/es/scp2/source/ooo.po   |   12 
 source/es/sfx2/uiconfig/ui.po  |   15 
 source/es/svtools/source/dialogs.po|   14 
 source/es/svtools/source/misc.po   |6 
 source/es/svx/source/dialog.po |   12 
 source/es/svx/source/stbctrls.po   |8 
 source/es/sw/source/ui/utlui.po|   22 -
 source/es/sw/source/uibase/docvw.po|8 
 source/es/wizards/source/template.po   |8 
 source/eu/formula/source/core/resource.po  |   22 -
 source/eu/helpcontent2/source/text/scalc/01.po |  215 
+++---
 source/eu/sc/source/ui/src.po  |8 
 source/gl/desktop/source/deployment/registry/script.po |   11 
 source/hr/officecfg/registry/data/org/openoffice/Office/UI.po  |   10 
 

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

2017-04-25 Thread Christian Lohmaier
 translations |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bf14fc5a0970c0fd7800bb4c56df5a0006ac86c1
Author: Christian Lohmaier 
Date:   Tue Apr 25 19:45:59 2017 +0200

Updated core
Project: translations  1ee60679c5d00b1cd080b08bb7129daa4c785a4a

update templates for  5.2.7 rc2

Change-Id: I0917d055be04033585368ac3a44e7dbce4c3a10c
(cherry picked from commit aa6efd59570a753d3571482443e6ee8811cbada8)

diff --git a/translations b/translations
index ed1344b15c78..1ee60679c5d0 16
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit ed1344b15c78d636b292db69353ab3041d905073
+Subproject commit 1ee60679c5d00b1cd080b08bb7129daa4c785a4a
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 107405] DOCX: Text spacing is limited to -2pt

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107405

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||khaledho...@eglug.org

--- Comment #3 from Yousuf Philips (jay)  ---
(In reply to Telesto from comment #2)
> However, I'm not sure if this is an DOCX import bug. LibO doesn't allow to
> create a (condensed) spacing below -2,0 in any way whatsoever.

Yes not allowing below -2pt is worthless if you have large text.

@Khaled: Any thoughts?

-- 
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 107429] New: :

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107429

Bug ID: 107429
   Summary: :
   Product: LibreOffice
   Version: 5.1.4.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ik...@gmx.de

The procedure of find-replace is still very unsatisfactory. The explanations
for regular expressions are insufficient and I find again and again misleading
I have to switch to MS word on a different machine again and again

I work often between spreadsheet lists and text programme (Writer - or then
back to Word)

What does not work:
In Word I can replace several soft or hard returns to whatever i like, to tabs
and vice versa.
I cannot manage this in Writer.
in Word I can change ^p to  ^t or ^p^p to  ^t  or whatsoever.
Writer does not take the corresponding commands

another problem is that sometime writer wants different codes for search and
replace.

PLEASE GUYS make it simpler. Cant you reuse the same codes as in Word???

-- 
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] translations.git: Branch 'libreoffice-5-2' - source/bg source/br source/da source/de source/es source/eu source/gl source/hr source/kk source/lt source/nb source/nl source/pt sou

2017-04-25 Thread Christian Lohmaier
 source/bg/cui/uiconfig/ui.po   |8 
 source/bg/sfx2/uiconfig/ui.po  |   17 
 source/bg/svx/source/stbctrls.po   |   10 
 source/br/cui/uiconfig/ui.po   |8 
 source/br/sfx2/uiconfig/ui.po  |   17 
 source/br/svx/source/stbctrls.po   |   10 
 source/da/cui/uiconfig/ui.po   |   10 
 source/da/helpcontent2/source/text/simpress/01.po  |   10 
 source/da/sfx2/uiconfig/ui.po  |   17 
 source/de/helpcontent2/source/text/sbasic/guide.po |8 
 source/de/helpcontent2/source/text/sbasic/shared.po|   50 +-
 source/de/helpcontent2/source/text/sbasic/shared/02.po |   10 
 source/de/helpcontent2/source/text/scalc/00.po |   30 -
 source/de/helpcontent2/source/text/scalc/01.po |   66 +--
 source/de/helpcontent2/source/text/scalc/02.po |8 
 source/de/helpcontent2/source/text/scalc/04.po |6 
 source/de/helpcontent2/source/text/scalc/05.po |   24 -
 source/de/helpcontent2/source/text/scalc/guide.po  |   26 -
 source/de/helpcontent2/source/text/shared/explorer/database.po |6 
 source/de/helpcontent2/source/text/shared/guide.po |8 
 source/de/helpcontent2/source/text/shared/optionen.po  |   14 
 source/de/helpcontent2/source/text/simpress.po |   10 
 source/de/helpcontent2/source/text/simpress/01.po  |   10 
 source/de/helpcontent2/source/text/simpress/02.po  |8 
 source/de/helpcontent2/source/text/simpress/guide.po   |   12 
 source/de/helpcontent2/source/text/smath.po|   14 
 source/de/helpcontent2/source/text/smath/01.po |   18 
 source/de/helpcontent2/source/text/swriter/01.po   |   42 -
 source/de/helpcontent2/source/text/swriter/guide.po|   28 -
 source/de/officecfg/registry/data/org/openoffice/Office/UI.po  |6 
 source/de/sc/source/ui/src.po  |8 
 source/de/sfx2/uiconfig/ui.po  |   17 
 source/de/svx/source/stbctrls.po   |8 
 source/de/swext/mediawiki/help.po  |8 
 source/es/cui/source/dialogs.po|   12 
 source/es/cui/source/tabpages.po   |8 
 source/es/cui/uiconfig/ui.po   |   10 
 source/es/desktop/source/deployment/registry/script.po |   11 
 source/es/formula/source/core/resource.po  |   14 
 source/es/helpcontent2/source/text/sbasic/shared.po|6 
 source/es/helpcontent2/source/text/scalc/01.po |   60 +-
 source/es/helpcontent2/source/text/scalc/05.po |   18 
 source/es/helpcontent2/source/text/scalc/guide.po  |6 
 source/es/helpcontent2/source/text/shared/00.po|   12 
 source/es/helpcontent2/source/text/shared/01.po|   10 
 source/es/helpcontent2/source/text/shared/02.po|6 
 source/es/helpcontent2/source/text/shared/guide.po |8 
 source/es/helpcontent2/source/text/shared/optionen.po  |6 
 source/es/helpcontent2/source/text/smath/guide.po  |8 
 source/es/helpcontent2/source/text/swriter/01.po   |   10 
 source/es/helpcontent2/source/text/swriter/guide.po|   29 -
 source/es/sc/source/ui/StatisticsDialogs.po|   10 
 source/es/sc/source/ui/src.po  |   30 -
 source/es/sc/uiconfig/scalc/ui.po  |8 
 source/es/scp2/source/accessories.po   |6 
 source/es/scp2/source/ooo.po   |   12 
 source/es/sfx2/uiconfig/ui.po  |   15 
 source/es/svtools/source/dialogs.po|   14 
 source/es/svtools/source/misc.po   |6 
 source/es/svx/source/dialog.po |   12 
 source/es/svx/source/stbctrls.po   |8 
 source/es/sw/source/ui/utlui.po|   22 -
 source/es/sw/source/uibase/docvw.po|8 
 source/es/wizards/source/template.po   |8 
 source/eu/formula/source/core/resource.po  |   22 -
 source/eu/helpcontent2/source/text/scalc/01.po |  215 
+++---
 source/eu/sc/source/ui/src.po  |8 
 source/gl/desktop/source/deployment/registry/script.po |   11 
 source/hr/officecfg/registry/data/org/openoffice/Office/UI.po  |   10 
 

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

2017-04-25 Thread Christian Lohmaier
 translations |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7c1b64244ca56f67ea7dfde74bc6ddf245f21f0b
Author: Christian Lohmaier 
Date:   Tue Apr 25 19:45:59 2017 +0200

Updated core
Project: translations  aa6efd59570a753d3571482443e6ee8811cbada8

update templates for  5.2.7 rc2

Change-Id: I0917d055be04033585368ac3a44e7dbce4c3a10c

diff --git a/translations b/translations
index 7ca7a1562115..aa6efd59570a 16
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit 7ca7a156211552ca17c6f37c48d3b140062df03d
+Subproject commit aa6efd59570a753d3571482443e6ee8811cbada8
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 105293] UX: Clicking the font color button should apply the select font color instead of a color pour bucket

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105293

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||philip...@hotmail.com
 Blocks||103407

--- Comment #4 from Yousuf Philips (jay)  ---
So the behaviour of the main button is to go into paint mode (see the mouse
cursor change) similar to the highlight color, if no text is selected, which is
different from what happens when you open the color picker widget and select a
color, which works correctly.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103407
[Bug 103407] [META] Unify behaviour and functions across apps
-- 
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   >