[Libreoffice-commits] online.git: 8 commits - common/Message.hpp kit/ChildSession.cpp kit/ChildSession.hpp kit/Kit.cpp loleaflet/build loleaflet/debug loleaflet/dist loleaflet/main.js loleaflet/src ws

2017-10-25 Thread Pranav Kant
Author: Pranav Kant Date: Thu Aug 24 17:17:40 2017 +0530 lokdialog: Mouse/key events, canvas use & child window impl. Change-Id: If8ae5c284e7166d4a01bd664644134f11197f988 diff --git a/common/Message.hpp b/common/Message.hpp index 03c1eaa8..bfd38cb7 100644 --- a/common/Message.hpp +

[Libreoffice-commits] core.git: include/LibreOfficeKit

2017-10-25 Thread Pranav Kant
include/LibreOfficeKit/LibreOfficeKit.hxx | 51 +- 1 file changed, 50 insertions(+), 1 deletion(-) New commits: commit f2e707baa762e9a4d80116cc6d6fc246eafeca3e Author: Pranav Kant Date: Wed Oct 25 09:31:46 2017 -0700 lokdialog: Add more dialog related

[Libreoffice-commits] online.git: wsd/ClientSession.cpp

2017-10-25 Thread Pranav Kant
wsd/ClientSession.cpp |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) New commits: commit 6e86fefc4eba5546096f4c4d974ffc65d11570ae Author: Pranav Kant Date: Wed Oct 25 13:16:57 2017 -0700 tdf#99744: Check if params exist before accessing them Change-Id

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - loleaflet/src

2017-10-26 Thread Pranav Kant
loleaflet/src/layer/AnnotationManager.js | 16 loleaflet/src/map/Map.js | 12 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) New commits: commit fe850f69fab8dce819f82ba240edb3ca4d1ae8d3 Author: Pranav Kant Date: Wed Oct 11 14:45:50 2017

[Libreoffice-commits] core.git: include/vcl libreofficekit/qa sfx2/source sw/source vcl/source

2017-10-28 Thread Pranav Kant
|2 vcl/source/window/dialog.cxx|5 - 5 files changed, 28 insertions(+), 20 deletions(-) New commits: commit 1a1ee7803d8f17532fb2149fcc386cc70720eef0 Author: Pranav Kant Date: Thu Oct 26 13:39:06 2017 -0700 lokdialog: Use UNO

[Libreoffice-commits] core.git: libreofficekit/qa

2017-10-28 Thread Pranav Kant
libreofficekit/qa/gtktiledviewer/gtv-lok-dialog.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit 79fa071767c7c6b88950b82143fa76df63b172e6 Author: Pranav Kant Date: Thu Oct 26 15:25:41 2017 -0700 lokdialog: Clear the pointer after destroying Change-Id

[Libreoffice-commits] core.git: desktop/source include/LibreOfficeKit include/vcl libreofficekit/qa sw/inc sw/source

2017-10-28 Thread Pranav Kant
: Pranav Kant Date: Thu Oct 26 18:31:39 2017 -0700 lokdialog: Tunnel dialog title to lokclient as outparam Change-Id: I1beb5ab3f06debdca7ebf999af7ac879a41ea47e Reviewed-on: https://gerrit.libreoffice.org/43959 Tested-by: Jenkins Reviewed-by: pranavk diff --git a/desktop

[Libreoffice-commits] online.git: 2 commits - kit/Kit.cpp loleaflet/src

2017-10-28 Thread Pranav Kant
deletions(-) New commits: commit 4ae3dae8fdba702f3f8c1b89de430749338a8f7a Author: Pranav Kant Date: Sat Oct 28 08:11:38 2017 -0700 lokdialog: No need for transforming dialog names Now since we already get correct uno names as dialog id in the LOK dialog callbacks

[Libreoffice-commits] online.git: bundled/include

2017-10-30 Thread Pranav Kant
/include/LibreOfficeKit/LibreOfficeKitTypes.h |5 5 files changed, 307 insertions(+), 129 deletions(-) New commits: commit 3483a519736a51bf54407db0cb64019460aa801a Author: Pranav Kant Date: Mon Oct 30 16:57:18 2017 +0530 Update bundled headers Change-Id

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

2017-10-30 Thread Pranav Kant
loleaflet/src/control/Control.Menubar.js | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) New commits: commit 8c0e94c57a14af748a376056b634828d8fc87193 Author: Pranav Kant Date: Tue Oct 31 04:01:32 2017 +0530 lokdialog: Rename dialogs and distribute to

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - loleaflet/dist

2018-04-18 Thread Pranav Kant
loleaflet/dist/loleaflet.css |1 + 1 file changed, 1 insertion(+) New commits: commit e7fb7202cba67069b002266a36c29ddc28eeb558 Author: Pranav Kant Date: Sat Feb 24 14:56:51 2018 +0530 loleaflet: Keep the cursor 'default' by default

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

2017-02-15 Thread Pranav Kant
a29b0d68011f9e2be8eee466f3f9ccad283f274c Author: Pranav Kant Date: Wed Feb 8 20:42:17 2017 +0530 sc lok: Prevent showing comments if tiled annotations are off Change-Id: I594b61e102c0ecacb169ee6064ba96d70c16ab42 diff --git a/sc/source/ui/docshell/docfunc.cxx b/sc/source/ui/docshell/docfunc.cxx

[Libreoffice-commits] core.git: 8 commits - desktop/qa include/svx libreofficekit/qa sc/source svx/source sw/source

2017-02-15 Thread Pranav Kant
|3 svx/source/items/postattr.cxx |4 sw/source/uibase/shells/textfld.cxx | 14 +-- 7 files changed, 70 insertions(+), 70 deletions(-) New commits: commit abef7dfae3d87f52464d1f0879927ffdcfd41656 Author: Pranav Kant Date

[Libreoffice-commits] core.git: 2 commits - libreofficekit/qa

2017-02-15 Thread Pranav Kant
libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx | 103 +--- 1 file changed, 49 insertions(+), 54 deletions(-) New commits: commit a6c4552e792f6ab20fae83d354b369defd3bb345 Author: Pranav Kant Date: Wed Feb 15 17:00:05 2017 +0530 gtktiledviewer: This is a better place

[Libreoffice-commits] core.git: 2 commits - libreofficekit/qa sc/source

2017-02-15 Thread Pranav Kant
/inc/docsh.hxx |3 + 5 files changed, 98 insertions(+), 17 deletions(-) New commits: commit 748361ada42ffef774a7cb68f704de0e9edb5639 Author: Pranav Kant Date: Thu Feb 16 00:54:48 2017 +0530 gtktiledviewer: Different UNO command for calc Change-Id

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

2017-02-16 Thread Pranav Kant
sc/source/ui/view/cellsh1.cxx | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) New commits: commit 5986bafea98228fc2552a5d71777ae199d223a2a Author: Pranav Kant Date: Thu Feb 16 00:58:09 2017 +0530 sc: author, date not mandatory now for .uno:InsertAnnotation

[Libreoffice-commits] core.git: desktop/qa sw/qa

2017-02-17 Thread Pranav Kant
desktop/qa/desktop_lib/test_desktop_lib.cxx| 105 sw/qa/extras/tiledrendering/tiledrendering.cxx | 108 - 2 files changed, 110 insertions(+), 103 deletions(-) New commits: commit b7640cbb4b34df2cb05c6fbe60346bca96846924 Author: Pranav Kant

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

2017-02-17 Thread Pranav Kant
loleaflet/dist/toolbar/toolbar.js| 15 +++ loleaflet/src/control/Control.Menubar.js |6 +- 2 files changed, 16 insertions(+), 5 deletions(-) New commits: commit 625a9099026b3c1799cfa3dd16734b691eadc632 Author: Pranav Kant Date: Fri Feb 17 17:54:45 2017 +0530

[Libreoffice-commits] core.git: desktop/qa sc/qa

2017-02-17 Thread Pranav Kant
0d839366acfd932b8ae1b31b72c5eca4e102834d Author: Pranav Kant Date: Fri Feb 17 16:40:54 2017 +0530 sc lok: Unit tests for Comments API Change-Id: I896c8b25cab6d80d374d273eb3945716bc0694d6 Reviewed-on: https://gerrit.libreoffice.org/34365 Reviewed-by: pranavk Tested-by: pranavk diff --git a

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

2017-02-17 Thread Pranav Kant
++- loleaflet/src/map/Map.js | 11 +- 6 files changed, 75 insertions(+), 33 deletions(-) New commits: commit e4ed4c1ad2a23c919114a973b3eb0e32a6547d67 Author: Pranav Kant Date: Fri Feb 17 19:54:11 2017 +0530 loleaflet: Vanish UI in readonly mode Some

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

2017-02-17 Thread Pranav Kant
loleaflet/dist/loleaflet.css |4 loleaflet/src/map/Map.js |1 + 2 files changed, 5 insertions(+) New commits: commit c3f9ebb888ac41502c6dd7080063a4d12d1c62ef Author: Pranav Kant Date: Fri Feb 17 20:53:54 2017 +0530 loleaflet: Fix readonly UI for impress Change

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

2017-02-17 Thread Pranav Kant
loleaflet/dist/loleaflet.css |6 ++ loleaflet/dist/spreadsheet.css | 10 +- loleaflet/src/map/Map.js |1 + 3 files changed, 16 insertions(+), 1 deletion(-) New commits: commit 8fa0bb54bda8c41f594770267c70c13a454e7eaf Author: Pranav Kant Date: Fri Feb 17 21:12:17

[Libreoffice-commits] core.git: 5 commits - libreofficekit/qa sd/source

2017-02-20 Thread Pranav Kant
| 48 5 files changed, 66 insertions(+), 7 deletions(-) New commits: commit c3b26856cc4d69bc206dc56e0b6a47d9cf4afb6c Author: Pranav Kant Date: Sun Feb 19 18:32:11 2017 +0530 sd lok: Implement ViewAnnotations command Change-Id

[Libreoffice-commits] core.git: 5 commits - libreofficekit/qa sd/inc sd/source

2017-02-20 Thread Pranav Kant
/unomodel.cxx|3 - 5 files changed, 48 insertions(+), 26 deletions(-) New commits: commit c62d2317472e2a02c7ace08a2f8ecc4135a9ba2c Author: Pranav Kant Date: Mon Feb 20 10:12:07 2017 +0530 gtktiledviewer: Id param is string now It was changed in

[Libreoffice-commits] core.git: sd/source svx/sdi

2017-02-20 Thread Pranav Kant
2613e93bd2e4f467214ae519e5472035c351eec5 Author: Pranav Kant Date: Mon Feb 20 10:15:28 2017 +0530 sd lok: Support deleting annotations by id Change-Id: Id415fcbe8ad478c022bce23158699a17f031c1f9 diff --git a/sd/source/ui/annotations/annotationmanager.cxx b/sd/source/ui/annotations/annotationmanager.cxx

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

2017-02-20 Thread Pranav Kant
sd/source/ui/annotations/annotationmanager.cxx | 27 + sd/source/ui/annotations/annotationmanagerimpl.hxx |2 - 2 files changed, 24 insertions(+), 5 deletions(-) New commits: commit 2c58754fac268fe41c892e049a6a7a28e717cd72 Author: Pranav Kant Date: Mon Feb 20 10

[Libreoffice-commits] core.git: libreofficekit/qa

2017-02-20 Thread Pranav Kant
libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) New commits: commit 57d75ba3176063249e27524a7c7e425b3a2e75b4 Author: Pranav Kant Date: Mon Feb 20 11:27:53 2017 +0530 gtktiledviewer: Different reply uno command for impress

[Libreoffice-commits] core.git: desktop/source sfx2/source

2017-02-20 Thread Pranav Kant
desktop/source/lib/init.cxx |1 + sfx2/source/control/unoctitm.cxx |1 + 2 files changed, 2 insertions(+) New commits: commit 866582435fa8ea0a76ad08d07e7df3a344072c94 Author: Pranav Kant Date: Mon Feb 20 13:30:13 2017 +0530 lok: listen for DeleteAnnotation state changes

[Libreoffice-commits] core.git: sd/source svx/sdi

2017-02-20 Thread Pranav Kant
sd/source/ui/annotations/annotationmanager.cxx | 15 ++- svx/sdi/svx.sdi|2 +- 2 files changed, 15 insertions(+), 2 deletions(-) New commits: commit 357fae01a15b88a53873278cccb1040b4d46bdba Author: Pranav Kant Date: Mon Feb 20 11:29:46 2017

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

2017-02-20 Thread Pranav Kant
sd/source/ui/annotations/annotationmanager.cxx | 44 + 1 file changed, 44 insertions(+) New commits: commit 3d10c608b05f648c5ff09f68a76b88090572b831 Author: Pranav Kant Date: Mon Feb 20 13:30:48 2017 +0530 sd lok: Implement comment callback notifications

[Libreoffice-commits] core.git: 2 commits - desktop/qa sd/qa

2017-02-20 Thread Pranav Kant
65cfa0eed38ceeb4e96c97b76772bb191129fd83 Author: Pranav Kant Date: Mon Feb 20 19:33:22 2017 +0530 desktop: unit test to for sd ViewAnnotations command Change-Id: Ib830ff786f12d9edc791623dead74b3eeeabad71 diff --git a/desktop/qa/data/blank_presentation.odp b/desktop/qa/data/blank_presentation.odp index

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

2017-02-20 Thread Pranav Kant
sd/source/ui/annotations/annotationmanager.cxx | 47 +++-- 1 file changed, 37 insertions(+), 10 deletions(-) New commits: commit b02416ea4742873153227b6eaca00a15e7335987 Author: Pranav Kant Date: Mon Feb 20 16:12:11 2017 +0530 sd lok: Don't rely on model n

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

2017-02-20 Thread Pranav Kant
sd/source/ui/annotations/annotationmanager.cxx | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) New commits: commit 7cc5aca1901ca7d67dffdcfc29537f32c31e0235 Author: Pranav Kant Date: Mon Feb 20 15:12:40 2017 +0530 sd lok: use per view author in annotations reply too

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

2017-02-20 Thread Pranav Kant
sfx2/source/control/dispatch.cxx |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit e4a0b50943921dcf6a914983cb693f9f6d20e145 Author: Pranav Kant Date: Tue Feb 21 11:45:57 2017 +0530 sfx2: fix incorrect debug output Fallback from

[Libreoffice-commits] core.git: desktop/qa sw/qa

2017-02-20 Thread Pranav Kant
desktop/qa/desktop_lib/test_desktop_lib.cxx| 99 ++ sw/qa/extras/tiledrendering/tiledrendering.cxx | 108 - 2 files changed, 100 insertions(+), 107 deletions(-) New commits: commit 0f6e813827fed1baefe6001b6e9655b0aeedcc46 Author: Pranav Kant

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

2017-02-21 Thread Pranav Kant
+ 5 files changed, 18 insertions(+), 1 deletion(-) New commits: commit ede35e5c693a287f31e3c02d8afd33580e827380 Author: Pranav Kant Date: Tue Feb 21 15:20:45 2017 +0530 sd lok: Include parthash in annotation list and callbacks ... and update the tests accordingly. Change

[Libreoffice-commits] core.git: sd/qa sd/sdi sd/source

2017-02-21 Thread Pranav Kant
insertions(+), 1 deletion(-) New commits: commit 1b4ce7cd8e4c1e1732ee6434cadd29cb23583a54 Author: Pranav Kant Date: Tue Feb 21 16:05:02 2017 +0530 sd lok: Support editing annotations by id + unit test Change-Id: Id4faf59eab8c72a2d78157bca15a5e07f9622dde Reviewed-on: https

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

2017-02-22 Thread Pranav Kant
loleaflet/src/layer/AnnotationManager.js | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) New commits: commit f4d9d587b0a7ac2c8c38c5e4d706e3ef6d1b9f15 Author: Pranav Kant Date: Wed Feb 22 15:47:53 2017 +0530 loleaflet: Listen to remove callbacks and remove comment

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

2017-02-22 Thread Pranav Kant
loleaflet/src/layer/AnnotationManager.js | 25 - loleaflet/src/layer/marker/Annotation.js |1 - 2 files changed, 16 insertions(+), 10 deletions(-) New commits: commit fa491a8444e21352c6b95791e9c56ea7eb03bf24 Author: Pranav Kant Date: Wed Feb 22 18:18:01 2017

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

2017-02-22 Thread Pranav Kant
sc/source/ui/unoobj/docuno.cxx|2 +- sd/source/ui/unoidl/unomodel.cxx |2 +- sw/source/uibase/uno/unotxdoc.cxx |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 46b5dff4db336df2ff6496d91b0a2c559c6a9592 Author: Pranav Kant Date: Wed Feb 22 19:26:28

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

2017-02-22 Thread Pranav Kant
loleaflet/src/control/Control.Menubar.js |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit 1b5594f13e697e82422155256814661c5100f2e9 Author: Pranav Kant Date: Wed Feb 22 19:40:14 2017 +0530 loleaflet: Add formatting marks to view menu Change-Id

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-0' - loleaflet/dist loleaflet/src

2017-02-24 Thread Pranav Kant
++- loleaflet/src/map/Map.js | 13 ++-- 6 files changed, 96 insertions(+), 20 deletions(-) New commits: commit 6fd2e0ab5e5b919b5bfc17a942178e9c8d81a704 Author: Pranav Kant Date: Fri Feb 17 19:54:11 2017 +0530 Minimizing loleaflet UI for readonly documents

build libreoffice online problem

2017-02-24 Thread Pranav Kant
Hi, I have pasted your email here because it was too long to be shared on the mailing list - http://pastebin.com/j5Eay2zD Its always better to dump such huge program output to pastebin and share the link in the email. Not sure whats going on, but maybe if you pastebin the output of unit-t

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

2017-03-01 Thread Pranav Kant
loleaflet/src/control/Control.Menubar.js | 12 ++-- loleaflet/src/layer/AnnotationManager.js |3 +-- 2 files changed, 11 insertions(+), 4 deletions(-) New commits: commit 8328b1bdb6da69a165b14a002cdebc405dbb7ef3 Author: Pranav Kant Date: Thu Mar 2 11:44:08 2017 +0530

Improving comments support

2017-03-02 Thread Pranav Kant
Hi all, I have been looking into improving the comments support in LO, mainly bringing the feature of marking comments as resolved[1], other things being better root-reply comments relationship, ability to reply to comments in spreadsheets and presentations. I have done some research around

[Libreoffice-commits] online.git: Branch 'libreoffice-5-3' - loleaflet/dist

2017-03-02 Thread Pranav Kant
loleaflet/dist/toolbar/toolbar.js |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 37266761c5d202ef173e49477b2a0e899e981127 Author: Pranav Kant Date: Tue Nov 15 18:16:08 2016 +0530 tdf#103641: Hide redundant break after save too ... if save button

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

2018-03-16 Thread Pranav Kant
chart2/source/controller/main/ChartController_Window.cxx | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) New commits: commit 60edca8d8a9f00d3220255324d30ae41464a4e82 Author: Pranav Kant Date: Thu Mar 15 16:48:18 2018 +0530 chart2 lok: tunnel context menu of the chart

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

2018-03-16 Thread Pranav Kant
chart2/source/controller/main/ChartController_Window.cxx |9 - 1 file changed, 8 insertions(+), 1 deletion(-) New commits: commit eb76e16abba16d88acd342779a8216dd64d60955 Author: Pranav Kant Date: Thu Mar 15 16:48:18 2018 +0530 chart2 lok: tunnel context menu of the chart

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

2018-03-16 Thread Pranav Kant
sd/qa/unit/tiledrendering/tiledrendering.cxx | 16 1 file changed, 16 insertions(+) New commits: commit b8f1795a9136b4ab8e5fa6e62d86a2b113699a46 Author: Pranav Kant Date: Fri Mar 16 18:07:52 2018 +0530 sd lok: guard all tests with lok flag This was also the

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

2018-03-16 Thread Pranav Kant
loleaflet/src/control/Control.Menubar.js |3 +++ loleaflet/unocommands.js |1 + 2 files changed, 4 insertions(+) New commits: commit 18fa0d7a7853c7131aef4db80376d07fe1862b10 Author: Pranav Kant Date: Tue Mar 13 15:30:37 2018 +0530 Insert Charts menu items

[Libreoffice-commits] core.git: sd/qa sd/source

2018-03-16 Thread Pranav Kant
(+), 2 deletions(-) New commits: commit 21f56ccbd22ffa347edf931b7ed93c99988fbb8a Author: Pranav Kant Date: Thu Mar 15 20:09:26 2018 +0530 sd lok: Set the view size to full page size + fix unit tests ... such that during insertion of objects when sd calculates the center of the

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

2018-03-16 Thread Pranav Kant
deletions(-) New commits: commit 1990fc47bb561fcb9f98cbdcb7f986b93a54b876 Author: Pranav Kant Date: Thu Mar 8 21:07:40 2018 +0100 sd lok: Enable mapmode in case of lok to calculate center This reverts the solution in 9fee132c18b658c9ea9fb1114c1fefa56b57532a. Also, calculate

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

2018-03-18 Thread Pranav Kant
vcl/source/window/dialog.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 7be3dfa4b4705725be4987beeb79dbe5f6a4edae Author: Pranav Kant Date: Mon Mar 19 12:04:40 2018 +0530 cid#1430098: mbInSyncExecute is uninitialized Change-Id

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

2018-03-19 Thread Pranav Kant
sd/source/ui/view/sdwindow.cxx |8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) New commits: commit be8883bcb250bdbfbb77a76b244d97a30a97d77a Author: Pranav Kant Date: Mon Mar 19 11:50:26 2018 +0530 sd: fix incorrect visible center calculation Don't

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - loleaflet/dist

2018-03-19 Thread Pranav Kant
51bf1979546c13fc1b83324aaf71e71ab4b53af1 Author: Pranav Kant Date: Tue Mar 13 15:30:37 2018 +0530 Insert Charts option in menubar and toolbar Change-Id: Ic542210477ab0a401be25b35e91cc9deefec75a9 Reviewed-on: https://gerrit.libreoffice.org/51429 Reviewed-by: Jan Holesovsky Tested-by: Jan

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

2018-03-19 Thread Pranav Kant
deletions(-) New commits: commit 34645630a5d730cc075fddf9a1a5cc6fe28c6f41 Author: Pranav Kant Date: Thu Mar 8 21:07:40 2018 +0100 sd lok: Enable mapmode in case of lok to calculate center This reverts the solution in 9fee132c18b658c9ea9fb1114c1fefa56b57532a. Also, calculate center

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

2018-03-19 Thread Pranav Kant
loleaflet/dist/leaflet.css |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit a61ddfe9b4dbaa88404a2f346aaaf531d525ca84 Author: Pranav Kant Date: Mon Mar 19 21:56:44 2018 +0530 loleaflet: Keep the hidden input width 1x1 to keep safari happy It'

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - loleaflet/dist

2018-03-19 Thread Pranav Kant
loleaflet/dist/leaflet.css |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit b480bcda56ad092c1a485d13a715b9284c927696 Author: Pranav Kant Date: Mon Mar 19 21:56:44 2018 +0530 loleaflet: Keep the hidden input width 1x1 to keep safari happy It'

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - 42 commits - basic/source canvas/source chart2/source comphelper/source cui/source desktop/qa desktop/source include/comphelper inclu

2018-03-19 Thread Pranav Kant
/rtfdocumentimpl.cxx |8 writerfilter/source/rtftok/rtfdocumentimpl.hxx |4 110 files changed, 1592 insertions(+), 564 deletions(-) New commits: commit fb51e433f8991c9a50fcd53e2845538a5710c776 Author: Pranav Kant Date: Thu Dec 21 13:20:26 2017 +0530

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

2018-03-20 Thread Pranav Kant
1457982881fe933a4614a5796e98a49510f953fc Author: Pranav Kant Date: Tue Mar 13 15:30:37 2018 +0530 Insert Charts option in menubar and toolbar Change-Id: Ic542210477ab0a401be25b35e91cc9deefec75a9 Reviewed-on: https://gerrit.libreoffice.org/51538 Reviewed-by: pranavk Tested-by: pranavk diff

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

2018-03-20 Thread Pranav Kant
loleaflet/src/control/Control.LokDialog.js |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit 2d9d2b585f0bf55fce01f30507932d9faad14397 Author: Pranav Kant Date: Tue Mar 20 14:46:19 2018 +0530 lokdialog: Avoid flickering of dialog's child w

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - loleaflet/src

2018-03-20 Thread Pranav Kant
loleaflet/src/control/Control.LokDialog.js |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit 37659326d9d081434c9b22b86849495a1211ceb1 Author: Pranav Kant Date: Tue Mar 20 14:46:19 2018 +0530 lokdialog: Avoid flickering of dialog's child w

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - loleaflet/src loleaflet/unocommands.js

2018-03-20 Thread Pranav Kant
loleaflet/src/control/Control.Menubar.js |3 +++ loleaflet/unocommands.js |1 + 2 files changed, 4 insertions(+) New commits: commit 30e68822484f9375299183ecf24f1295fe713bf1 Author: Pranav Kant Date: Tue Mar 13 15:30:37 2018 +0530 Insert Charts menu items

[Libreoffice-commits] online.git: bundled/include

2018-03-21 Thread Pranav Kant
bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h | 11 +++ 1 file changed, 11 insertions(+) New commits: commit 8481689f93a1081c5a8d9e3ac8891d601049160d Author: Pranav Kant Date: Wed Mar 21 21:39:46 2018 +0530 update bundled headers - clipboard_changed Change-Id

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

2018-03-21 Thread Pranav Kant
loleaflet/src/control/Control.LokDialog.js |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit 82ec19069290b05e7980b39ba8d7413802ae61ba Author: Pranav Kant Date: Tue Mar 20 15:08:59 2018 +0530 Don't bore the map while user is playing with the d

[Libreoffice-commits] online.git: wsd/Storage.cpp

2018-03-23 Thread Pranav Kant
wsd/Storage.cpp |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit 6bb38614bdc6b37867bdd179eb18eecae4109452 Author: Pranav Kant Date: Fri Mar 23 16:46:18 2018 +0530 Some helpful logging Change-Id: I75e5e6cbbecf1e1af94a6710ecab4ced5637f14f diff

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

2018-03-23 Thread Pranav Kant
include/vcl/ITiledRenderable.hxx |3 +++ sw/source/uibase/uno/unotxdoc.cxx |2 +- 2 files changed, 4 insertions(+), 1 deletion(-) New commits: commit a7126570b15bfa17ae8fc37ca3a2f17c0c8f5028 Author: Pranav Kant Date: Fri Mar 23 16:24:24 2018 +0530 lok: don't post even

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

2018-03-23 Thread Pranav Kant
include/vcl/ITiledRenderable.hxx |3 +++ sw/source/uibase/uno/unotxdoc.cxx |2 +- 2 files changed, 4 insertions(+), 1 deletion(-) New commits: commit ed4df95f28d4081c8d244dc013fda53cee5f91b7 Author: Pranav Kant Date: Fri Mar 23 16:24:24 2018 +0530 lok: don't post even

Re: GSoC project on LibreOffice Online Admin

2018-03-24 Thread Pranav Kant
Hi Kunal, On 24/03/18 19:56, Kunal Gehlot wrote: > Hello,  > I am Kunal Gehlot, from India. I'm a first year Engineering student and am > relatively new to development and coding. I would like to talk to you about > developing on Admin console as a GSoC project. Your first step should be to buil

Re: GSOC

2018-03-25 Thread Pranav Kant
Hi Vaibhav, On 24/03/18 22:00, VAIBHAV kumar wrote: > Mr.Pranav Kant, >  I am interested in your project and want to join you. Please consider me as I > have knowledge of c++. For us to be able to consider you, you need to have fixed at least one easy hack: https://wiki.documentfoundation.org/D

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - 16 commits - chart2/source desktop/inc desktop/source editeng/source filter/source include/comphelper include/LibreOfficeKit include/

2018-03-27 Thread Pranav Kant
files changed, 587 insertions(+), 208 deletions(-) New commits: commit 3b388ea53a73c2c62955338e7d03688c8ed9b26b Author: Pranav Kant Date: Thu Mar 15 20:09:26 2018 +0530 sd lok: Set the view size to full page size + fix unit tests ... such that during insertion of objects when sd

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

2018-03-27 Thread Pranav Kant
b2fd459486425524aafd8cc08807af84f3c086a3 Author: Pranav Kant Date: Mon Mar 26 16:29:24 2018 +0530 missing semi-colons Change-Id: Ic783fde87b8939152b76264626ec9476df81b2ff diff --git a/loleaflet/src/control/Ruler.js b/loleaflet/src/control/Ruler.js index df702e05d..31de43582 100644 --- a

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - loleaflet/dist loleaflet/src

2018-03-27 Thread Pranav Kant
loleaflet/dist/loleaflet.css |6 +- loleaflet/src/control/Control.LokDialog.js |6 +- 2 files changed, 10 insertions(+), 2 deletions(-) New commits: commit 0a96e51c98e2672b074d59b87fa9470922fe2c08 Author: Pranav Kant Date: Tue Mar 27 15:13:41 2018 +0200

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - loleaflet/src

2018-03-29 Thread Pranav Kant
loleaflet/src/map/Map.js |1 - 1 file changed, 1 deletion(-) New commits: commit 950b60719abefeca07c650a7add6dda2f7ae0aeb Author: Pranav Kant Date: Wed Mar 28 22:31:57 2018 +0530 Fix for incorrect map positioning Apparently, blurring and focussing the text area again causes

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - loleaflet/src

2018-03-29 Thread Pranav Kant
loleaflet/src/layer/marker/Cursor.js | 31 ++- loleaflet/src/layer/tile/TileLayer.js |2 +- 2 files changed, 19 insertions(+), 14 deletions(-) New commits: commit 98b53ae956782ce7366a2d4b29e80ce31b748058 Author: Pranav Kant Date: Wed Mar 28 22:35:51 2018

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3-1' - loleaflet/src

2018-03-29 Thread Pranav Kant
loleaflet/src/map/Map.js |1 - 1 file changed, 1 deletion(-) New commits: commit 7389895945e9d662f8b22cedf597dbd2496a1106 Author: Pranav Kant Date: Wed Mar 28 22:31:57 2018 +0530 Fix for incorrect map positioning Apparently, blurring and focussing the text area again causes

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3-1' - loleaflet/src

2018-03-29 Thread Pranav Kant
loleaflet/src/layer/marker/Cursor.js | 31 ++- loleaflet/src/layer/tile/TileLayer.js |2 +- 2 files changed, 19 insertions(+), 14 deletions(-) New commits: commit 779909deccd745ca8c447478174f1e5f78393e0d Author: Pranav Kant Date: Wed Mar 28 22:35:51 2018

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - loleaflet/dist

2018-03-29 Thread Pranav Kant
loleaflet/dist/loleaflet.css |1 + 1 file changed, 1 insertion(+) New commits: commit 318c23136f6914b259bd8834642d1683f9bff402 Author: Pranav Kant Date: Wed Mar 21 17:19:15 2018 +0530 loleaflet: don't allow scrollbars to popup Chan

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - loleaflet/src

2018-03-29 Thread Pranav Kant
loleaflet/src/map/Map.js |6 ++ 1 file changed, 6 insertions(+) New commits: commit b7d4e766976e1a5b5fb46fdc4b943da7f0904e5b Author: Pranav Kant Date: Fri Mar 30 00:10:15 2018 +0530 Ignore 'scroll' event on map container Cherry-picked from:

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

2018-03-30 Thread Pranav Kant
/handler/Map.Keyboard.js|8 +- loleaflet/src/map/handler/Map.Mouse.js |2 6 files changed, 117 insertions(+), 49 deletions(-) New commits: commit 2f92e1da9c5681c93dd33848b3afaf0a843e4a81 Author: Pranav Kant Date: Fri Mar 23 19:40:53 2018 +0530 New home for hidden input

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - loleaflet/src

2018-03-30 Thread Pranav Kant
1c1880093c7c4bc4de16526c89750d0a6ca2dec8 Author: Pranav Kant Date: Fri Mar 30 00:47:08 2018 +0530 Revert everything related to putting clipboard inside cursor-cont. Revert "Only create clipboard for one cursor" This reverts commit 98b53ae956782ce7366a2d4b29e80c

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - loleaflet/build loleaflet/src

2018-03-30 Thread Pranav Kant
/Map.Keyboard.js|8 +- loleaflet/src/map/handler/Map.Mouse.js |2 6 files changed, 111 insertions(+), 33 deletions(-) New commits: commit fc12e995c71b15d324baa32b0cde63c5282dd868 Author: Pranav Kant Date: Fri Mar 23 19:40:53 2018 +0530 New home for hidden input field

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

2018-03-30 Thread Pranav Kant
loleaflet/src/core/LOUtil.js |7 +++ loleaflet/src/core/Socket.js | 34 -- loleaflet/src/map/Map.js |8 +++- 3 files changed, 42 insertions(+), 7 deletions(-) New commits: commit 7b16ab5f94083e688d623c085452727616cd Author: Pranav Kant

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

2018-03-30 Thread Pranav Kant
loleaflet/src/core/Socket.js |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2f620c3a3103248286c8f81d7111a3f3191bb5dd Author: Pranav Kant Date: Fri Mar 30 19:49:11 2018 +0530 600px is enough Change-Id: Iff6036a708b2109e79ba57ef2766168e6e8cad57 diff

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - 2 commits - loleaflet/src

2018-04-03 Thread Pranav Kant
loleaflet/src/core/LOUtil.js |7 +++ loleaflet/src/core/Socket.js | 34 -- loleaflet/src/map/Map.js |8 +++- 3 files changed, 42 insertions(+), 7 deletions(-) New commits: commit 300b254db1926ac50cc718c7503f7d89e4a37fa2 Author: Pranav Kant

[Libreoffice-commits] online.git: Branch 'libreoffice-5-3' - loleaflet/src

2017-03-19 Thread Pranav Kant
/WriterTileLayer.js |4 ++-- 5 files changed, 24 insertions(+), 21 deletions(-) New commits: commit 734e40f55f3698d52cb8b153202b6efb32bb013a Author: Pranav Kant Date: Wed Dec 7 20:54:26 2016 +0530 tdf#106602 loleaflet: Request higher pixel density tiles on retina display Change-Id

[Libreoffice-commits] online.git: Branch 'libreoffice-5-3' - loleaflet/src

2017-03-19 Thread Pranav Kant
loleaflet/src/layer/tile/TileLayer.js |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 83aab971cb1100cb5c84e13ec0837713a2bd9d2f Author: Pranav Kant Date: Wed Dec 7 17:39:44 2016 +0530 tdf#106602 loleaflet: Higher resoultion on retina displays Change

[Libreoffice-commits] online.git: Branch 'libreoffice-5-3' - loleaflet/src

2017-03-19 Thread Pranav Kant
loleaflet/src/control/Control.Header.js |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit bfe5d84773202cd4944370c11fb79702945be731 Author: Pranav Kant Date: Tue Dec 6 13:19:44 2016 +0530 loleaflet: Missing semi-colon Change-Id

[Libreoffice-commits] online.git: Branch 'libreoffice-5-3' - 2 commits - loleaflet/src

2017-03-19 Thread Pranav Kant
1b25f50efdd749d099a224f13dc5424a51410398 Author: Pranav Kant Date: Tue Dec 6 13:28:30 2016 +0530 tdf#106601 loleaflet: Disable row/col header context menu in readonly/view Also fix a js error trying to disable context menu before row/column headers are created. Change-Id

[Libreoffice-commits] online.git: Branch 'libreoffice-5-3' - wsd/ClientSession.cpp wsd/ClientSession.hpp

2017-03-19 Thread Pranav Kant
wsd/ClientSession.cpp | 20 +--- wsd/ClientSession.hpp |4 2 files changed, 21 insertions(+), 3 deletions(-) New commits: commit fa65cbeb87a760b2dcb2094de6a9ec79471c0ca1 Author: Pranav Kant Date: Mon Dec 5 17:48:33 2016 +0530 wsd: readonly message filtering in

[Libreoffice-commits] online.git: Branch 'libreoffice-5-3' - wsd/ClientSession.cpp

2017-03-19 Thread Pranav Kant
wsd/ClientSession.cpp |7 +++ 1 file changed, 7 insertions(+) New commits: commit 9e3471d3b1ba61b0a989e1655fe1b42828d39ca8 Author: Pranav Kant Date: Mon Dec 5 17:50:22 2016 +0530 tdf#106601 wsd: Allow executing search in readonly mode Change-Id

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

2017-03-20 Thread Pranav Kant
commits: commit 064b2508a7bde1e2d3422824cd06bf0f7c915061 Author: Pranav Kant Date: Mon Mar 20 13:58:33 2017 +0530 loleaflet: Slide sorter for draw documents Change-Id: I4ad11236c0186561b5c7df1a3c634e54f8576c8c diff --git a/loleaflet/dist/loleaflet.css b/loleaflet/dist/loleaflet.css

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-0' - loleaflet/dist loleaflet/src

2017-03-20 Thread Pranav Kant
: commit f01eb9482a58e50e2e0af353998894dce03c6c73 Author: Pranav Kant Date: Mon Mar 20 13:58:33 2017 +0530 loleaflet: Slide sorter for draw documents (cherry picked from commit 064b2508a7bde1e2d3422824cd06bf0f7c915061) Conflicts: loleaflet/src/layer/tile

[Libreoffice-commits] online.git: Branch 'libreoffice-5-3' - 2 commits - loleaflet/dist loleaflet/src

2017-03-20 Thread Pranav Kant
Author: Pranav Kant Date: Thu Dec 8 22:15:15 2016 +0530 loleaflet: Use same loleaflet font for color picker Change-Id: I4e8235a913db81f3d270a23a95e1b3144de47d08 Reviewed-on: https://gerrit.libreoffice.org/35456 Reviewed-by: pranavk Tested-by: pranavk diff --git a

[Libreoffice-commits] online.git: Branch 'libreoffice-5-3' - 3 commits - loleaflet/dist loleaflet/src wsd/LOOLWSD.cpp

2017-03-20 Thread Pranav Kant
5a3ef42b9aaf4597244e7806a1f0f196c442a1fc Author: Pranav Kant Date: Tue Dec 13 19:38:05 2016 +0530 tdf#104157: Fix Content-Type and add Content-Disposition for pdf Change-Id: I07a02a621f0f067b9810d0f92bd3b9fff112af54 Reviewed-on: https://gerrit.libreoffice.org/35460 Reviewed-by: pranavk

Re: Errors in loolwsd.log

2017-03-21 Thread Pranav Kant
well. > > I was in the midst of working on an issue when this happened, and i don't > have much idea about how to solve it. I would be very thankful for any help. > > Thanks, > In current online.git master, everything seems to work fine. Quite possible that when you

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

2017-03-21 Thread Pranav Kant
svx/source/dialog/ctredlin.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 551e86ff278d4608a54d311f387ca57ef4732000 Author: Pranav Kant Date: Mon Mar 20 20:48:40 2017 +0530 tdf#106382 - Fix incorrectly shown change tracking comments in dialog

[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - svx/source

2017-03-21 Thread Pranav Kant
svx/source/dialog/ctredlin.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 181cbe104b9f8f0d0812db082d68f4d5e1bc281b Author: Pranav Kant Date: Mon Mar 20 20:48:40 2017 +0530 tdf#106382 - Fix incorrectly shown change tracking comments in dialog

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

2017-03-23 Thread Pranav Kant
loleaflet/src/layer/AnnotationManager.js |3 +-- loleaflet/src/layer/tile/ImpressTileLayer.js |2 +- 2 files changed, 2 insertions(+), 3 deletions(-) New commits: commit b0b7e5abe307baa05efd4e8bcbc2f3d846dd4190 Author: Pranav Kant Date: Thu Mar 23 16:39:01 2017 +0530 Revert

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

2017-03-23 Thread Pranav Kant
| 12 - 5 files changed, 291 insertions(+), 18 deletions(-) New commits: commit 5bb6e203c52c6592150595dbf1856fae29c749b7 Author: Pranav Kant Date: Thu Mar 23 17:34:35 2017 +0530 loleaflet: Accept, Reject redlines buttons in main annotation win. Change-Id

<    4   5   6   7   8   9   10   11   12   13   >