Author: Pranav Kant
Date: Thu May 25 01:07:20 2017 +0530
admin-console: Check the password against hashed value in config
The new password hash property is called secure_password in the config
file. `loolconfig` tool should be used to set the password hash in
appropriate format
wsd/ClientSession.cpp |4 ++--
wsd/reference.txt |8 +++-
2 files changed, 5 insertions(+), 7 deletions(-)
New commits:
commit e2287e5c83a9bc8f66a08f4092ba4953afa7c42d
Author: Pranav Kant
Date: Thu May 25 14:11:33 2017 +0530
wsd: Only disable copying when DisableCopy is
.gitignore |1
Makefile.am |4
tools/Config.cpp | 228 +++
3 files changed, 232 insertions(+), 1 deletion(-)
New commits:
commit ff553c6d542d0f9323c28edc3bf5fce99e185b8b
Author: Pranav Kant
Date: Wed May 24 14:22:24
wsd/ClientSession.cpp |4 ++--
wsd/reference.txt |8 +++-
2 files changed, 5 insertions(+), 7 deletions(-)
New commits:
commit 1a1ab5fd5751f9d6353bb91be918e96cf9c53b90
Author: Pranav Kant
Date: Thu May 25 14:11:33 2017 +0530
wsd: Only disable copying when DisableCopy is
commits:
commit 7a4bc5b95a9722a23048a7cd076bd1c4a954a9e9
Author: Pranav Kant
Date: Thu May 25 01:07:20 2017 +0530
admin-console: Check the password against hashed value in config
The new password hash property is called secure_password in the config
file. `loolconfig` tool should be
| 16 +++---
wsd/LOOLWSD.cpp | 10 ++--
wsd/Storage.cpp | 38 +++---
8 files changed, 71 insertions(+), 32 deletions(-)
New commits:
commit 0c609596fbab743de7a8f023c0071d870404c193
Author: Pranav Kant
loleaflet/src/control/Control.Scroll.js | 13 -
1 file changed, 12 insertions(+), 1 deletion(-)
New commits:
commit 033c6268edd919dce2c014c3b05a60f0181be383
Author: Pranav Kant
Date: Mon May 22 16:51:52 2017 +0530
loleaflet: Change opacity manually
See inline
| 12
5 files changed, 814 insertions(+), 363 deletions(-)
New commits:
commit 1ab416046af0a0121d8e11840446f77de27205b7
Author: Pranav Kant
Date: Mon Apr 24 19:59:16 2017 +0530
loleaflet: new dependency - autolinker - link what can be linked
... in annotations. Emails, phone
loleaflet/src/control/Control.Scroll.js | 13 -
1 file changed, 12 insertions(+), 1 deletion(-)
New commits:
commit 62680fffdb2843ae8a82fa2d3b54e2256ef86d41
Author: Pranav Kant
Date: Mon May 22 16:51:52 2017 +0530
loleaflet: Change opacity manually
See inline
wsd/DocumentBroker.cpp |6 --
wsd/LOOLWSD.cpp| 18 --
2 files changed, 8 insertions(+), 16 deletions(-)
New commits:
commit 1ea87b627e077590c6eefa455ce3c8f7d0564068
Author: Pranav Kant
Date: Mon May 22 11:04:26 2017 +0530
wsd: Arrange exception handling
wsd/FileServer.cpp |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f47936a2da64accd262d24be0357fe0ea7a8e791
Author: Pranav Kant
Date: Sat May 20 12:16:36 2017 +0530
ENABLE_DEBUG has values either 0 or 1, otherwise its always defined.
Change-Id
wsd/Storage.cpp |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit aed840ea04ce2e7ae120698f50e78268b542db12
Author: Pranav Kant
Date: Fri May 19 21:04:03 2017 +0530
Didn't mean to truncate this string literal
Otherwise getStatus() returns an in
: Pranav Kant
Date: Thu May 18 23:35:45 2017 +0530
wsd: Fail gracefully when storage misbehaves
When WOPI's CheckFileInfo or GetFile responds with status code other
than HTTP 200, show a message to the user indicating some problem in the
storage.
Currently, we op
wsd/FileServer.cpp |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit d9e028e03d12265395522a8221067210b9e67817
Author: Pranav Kant
Date: Thu May 18 22:54:44 2017 +0530
wsd: Echo back port number in CSP too if found in Referer header
Otherwise, WOPI
wsd/FileServer.cpp |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 4ef373ce5faa0c133239aa6704c5d16e9db89229
Author: Pranav Kant
Date: Thu May 18 22:54:44 2017 +0530
wsd: Echo back port number in CSP too if found in Referer header
Otherwise, WOPI
loleaflet/src/layer/marker/Annotation.js | 12
1 file changed, 8 insertions(+), 4 deletions(-)
New commits:
commit eb6b7954397d7b98016173c394bbfd33fe69d097
Author: Pranav Kant
Date: Wed May 17 23:30:20 2017 +0530
loleaflet: Use safer text assignment method
Change
loleaflet/src/layer/marker/Annotation.js | 13 -
wsd/README.vars |5 +
2 files changed, 13 insertions(+), 5 deletions(-)
New commits:
commit 827d3f63cb5b68b186bf76755eda05ea18f9491a
Author: Pranav Kant
Date: Wed May 17 23:30:20 2017 +0530
wsd/Storage.cpp |1 +
1 file changed, 1 insertion(+)
New commits:
commit 1717bfbc0b89ad3e4a00a4a65bc8fa1d8b7492b8
Author: Pranav Kant
Date: Wed May 17 16:43:24 2017 +0530
Silence -Werror=unused-parameter in non-debug builds
Change-Id
: Pranav Kant
Date: Wed May 17 14:18:51 2017 +0530
wsd: Debugging environment vars to debug storages
Also, extend the LOOLProtocol::tokenize to accept a custom delimeter.
Change-Id: I7f789e703c5c8d2ad325b3dd149ba888c722f5f3
diff --git a/common/Protocol.hpp b/common
wsd/ClientSession.cpp |1 +
1 file changed, 1 insertion(+)
New commits:
commit 864642d9d1ee9e1e36952af5913fa3726a692257
Author: Pranav Kant
Date: Wed May 17 10:29:53 2017 +0530
wsd: Don't filter out 'save' command
Fallback from 1cb75cbcb8c87481bf341c5ac
wsd/ClientSession.cpp |1 +
1 file changed, 1 insertion(+)
New commits:
commit 1449d81671ff9563bd494526b4316fc0d6a8d893
Author: Pranav Kant
Date: Wed May 17 10:29:53 2017 +0530
wsd: Don't filter out 'save' command
Fallback from 1cb75cbcb8c87481bf341c5ac
loleaflet/src/layer/AnnotationManager.js |5 +
1 file changed, 5 insertions(+)
New commits:
commit 05e674231530b87fdc5bc3a35a89b6a1c53c
Author: Pranav Kant
Date: Tue Apr 25 21:04:46 2017 +0530
loleaflet: Warn, and don't crash, if we don't get expected data
---
wsd/DocumentBroker.hpp |6 +-
wsd/protocol.txt | 10 +++-
7 files changed, 67 insertions(+), 54 deletions(-)
New commits:
commit 41942b923cde9adfea679288f8a818e9e87b825f
Author: Pranav Kant
Date: Mon May 15 11:29:04 2017 +0530
wsd: Save wrapper
---
wsd/DocumentBroker.hpp |6 +-
wsd/protocol.txt | 10 +++-
7 files changed, 67 insertions(+), 54 deletions(-)
New commits:
commit 1cb75cbcb8c87481bf341c5ac058a36c13529dc8
Author: Pranav Kant
Date: Mon May 15 11:29:04 2017 +0530
wsd: Save wrapper
a91bdaf082634f0d54ac53ea464dc4e0489a2c74
Author: Pranav Kant
Date: Wed May 3 19:31:07 2017 +0530
loleaflet: Store state change handlers in new stateChangeHandler class
... instead of having this logic in our toolbar. All the elements like
menubar or toolbar can then use the map store to see the
loleaflet/dist/menubar.css | 16 +++-
loleaflet/src/control/Control.Menubar.js | 17 +++--
2 files changed, 22 insertions(+), 11 deletions(-)
New commits:
commit ba8bcf59cdd289527e59663a625906aa7c69adc7
Author: Pranav Kant
Date: Wed May 3 21:18:36
loleaflet/src/control/Control.Scroll.js | 16 +++-
loleaflet/src/control/Scroll.js |1 +
2 files changed, 16 insertions(+), 1 deletion(-)
New commits:
commit 72ec586bb5154b3707807a7b7439f074624633ca
Author: Pranav Kant
Date: Mon May 8 22:16:00 2017 +0530
loleaflet/src/layer/AnnotationManager.js |4
1 file changed, 4 insertions(+)
New commits:
commit 49f18eb9a4a512c3fce1b69b735e04a045f21c1e
Author: Pranav Kant
Date: Tue May 2 14:16:50 2017 +0530
lolefalet: Animate all annotation elements, not just selected
Change-Id
3b12d70d2ac96b70e0cc92309fee95a14393cd8d
Author: Pranav Kant
Date: Sun Apr 23 14:54:42 2017 +0530
sd: Use unique Page ids for better multi-view support + unit test
... instead of using simple IDs which are assumed to be one greater than
the slide position everywhere in the codebase.
Use a 16 bit static
wsd/DocumentBroker.cpp |9 -
1 file changed, 4 insertions(+), 5 deletions(-)
New commits:
commit bf9b0d1ae6f7bba996fc4e9844de9186a10ff5bf
Author: Pranav Kant
Date: Mon May 8 23:40:46 2017 +0530
wsd: Use hostname and port in doc key too
... to avoid different WOPI
wsd/DocumentBroker.cpp |9 -
1 file changed, 4 insertions(+), 5 deletions(-)
New commits:
commit e8ff26899203b6994579afacdd5f89aa68c8a696
Author: Pranav Kant
Date: Mon May 8 23:40:46 2017 +0530
wsd: Use hostname and port in doc key too
... to avoid different WOPI
wsd/FileServer.cpp | 46 --
1 file changed, 32 insertions(+), 14 deletions(-)
New commits:
commit 8516e96e38774443cef320f20afe69a404f20ef4
Author: Pranav Kant
Date: Mon May 8 15:26:16 2017 +0530
wsd: Use HTTP Referer and then WOPISrc for
loleaflet/src/control/Control.Scroll.js | 16 +++-
loleaflet/src/control/Scroll.js |1 +
2 files changed, 16 insertions(+), 1 deletion(-)
New commits:
commit 4e8a8d6aad92cb53afe6e253670bb9f05355b3aa
Author: Pranav Kant
Date: Mon May 8 22:16:00 2017 +0530
wsd/FileServer.cpp | 34 +-
1 file changed, 25 insertions(+), 9 deletions(-)
New commits:
commit 624fc5c5de03c730ce31fa07126097d688725d81
Author: Pranav Kant
Date: Mon May 8 15:26:16 2017 +0530
wsd: Use HTTP Referer and then WOPISrc for frame ancestor
wsd/FileServer.cpp | 31 +++
1 file changed, 19 insertions(+), 12 deletions(-)
New commits:
commit 052dec41bed474659d4005bf014df50283f386ec
Author: Pranav Kant
Date: Fri May 5 14:29:55 2017 +0530
wsd: New environment variable to not serve from memory
/Map.StateChanges.js | 44
5 files changed, 104 insertions(+), 67 deletions(-)
New commits:
commit e032cb72fa230f27a9a90f0b74411b9a3c63c96e
Author: Pranav Kant
Date: Wed May 3 21:18:36 2017 +0530
tdf#106447: Support checked items in menubar
Bin the internal command state recorder to
(-)
New commits:
commit d4b62a9051ec5a994f2230763047cdc4264b1ddd
Author: Pranav Kant
Date: Tue May 2 19:38:04 2017 +0530
Make admin l10n work again
The localization.json file contains path like 'l10n/lang.json' which
means path relative the html file being accessed. This wor
+++
5 files changed, 125 insertions(+), 4 deletions(-)
New commits:
commit 163e04af0b6253445f91f1803f4e4a47e786eca9
Author: Pranav Kant
Date: Tue May 2 19:38:04 2017 +0530
Make admin l10n work again
The localization.json file contains path like 'l10n/lang.json' which
loleaflet/src/layer/AnnotationManager.js |4
1 file changed, 4 insertions(+)
New commits:
commit e713b843a0c9adef78051a7598e88d41b2881957
Author: Pranav Kant
Date: Tue May 2 14:16:50 2017 +0530
lolefalet: Animate all annotation elements, not just selected
Change-Id
c454fbb9b62164d5f047990ae63522c9fb932086
Author: Pranav Kant
Date: Sun Apr 23 14:54:42 2017 +0530
sd: Use unique Page ids for better multi-view support + unit test
... instead of using simple IDs which are assumed to be one greater than
the slide position everywhere in the codebase.
Use a 16 bit static
sc/source/ui/unoobj/docuno.cxx |4
1 file changed, 4 deletions(-)
New commits:
commit 1e451bb6d12677beece573512f5af700c282b25e
Author: Pranav Kant
Date: Wed Apr 26 17:57:55 2017 +0530
sc lok: Do not change comment indicator setting
This setting is saved to doc model
Tag '2.1-rc4' created by Andras Timar at
2017-04-27 11:28 +
2.1-rc4
Changes since 2.1-rc3-16:
---
0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/li
loleaflet/src/layer/AnnotationManager.js |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4cdc50c0e2934802c342e01661db7af33da3d6c9
Author: Pranav Kant
Date: Thu Apr 27 16:09:14 2017 +0530
loleaflet: Set correct initial position of the comment
loleaflet/src/layer/AnnotationManager.js |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 18e5fb50f6b73df7f379e986b701f568dc4af8f9
Author: Pranav Kant
Date: Thu Apr 27 16:09:14 2017 +0530
loleaflet: Set correct initial position of the comment
loleaflet/src/layer/marker/Annotation.js |5 -
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit d88496d2a4cb6123be5b8ad7ddf0c9a4a1f2a3db
Author: Pranav Kant
Date: Thu Apr 27 14:06:04 2017 +0530
loleaflet: Fix replying comment behavior on IE
Change-Id
loleaflet/src/layer/AnnotationManager.js |1 -
loleaflet/src/layer/marker/Annotation.js |5 -
2 files changed, 4 insertions(+), 2 deletions(-)
New commits:
commit d5cdd776cf21487fbf213fde5b1c3dfc745b8f96
Author: Pranav Kant
Date: Thu Apr 27 14:06:04 2017 +0530
loleaflet: Fix
loleaflet/dist/loleaflet.css |3 +++
1 file changed, 3 insertions(+)
New commits:
commit f9b009300cee50d62d54291909b5dbda4270861b
Author: Pranav Kant
Date: Thu Apr 27 11:09:55 2017 +0530
Don't eat new lines
Change-Id: Idaa1af9a0bc12d9967d3807ebca95ec1ca755ae3
(c
loleaflet/src/layer/tile/CalcTileLayer.js |4
1 file changed, 4 insertions(+)
New commits:
commit 7fc54a3f7dfe037730122d7d1433f997e9e6534d
Author: Pranav Kant
Date: Thu Apr 27 10:53:53 2017 +0530
loleaflet: Pass author name field everytime editing cell annotation
Unlike
loleaflet/dist/loleaflet.css |6 --
loleaflet/src/layer/tile/CalcTileLayer.js | 12
2 files changed, 18 deletions(-)
New commits:
commit 4e7d3321d9872c849b6695e940e8b4ec864040bb
Author: Pranav Kant
Date: Thu Apr 27 10:27:54 2017 +0530
loleaflet: Bin
loleaflet/dist/loleaflet.css |3 +++
1 file changed, 3 insertions(+)
New commits:
commit 5858f4e8565728e47effbc831e4165d135df3864
Author: Pranav Kant
Date: Thu Apr 27 11:09:55 2017 +0530
Don't eat new lines
Change-Id: Idaa1af9a0bc12d9967d3807ebca95ec1ca755ae3
diff --
loleaflet/src/layer/tile/CalcTileLayer.js |4
1 file changed, 4 insertions(+)
New commits:
commit b49fd14f91c908f8bb1465fa569a5a5acc3a054f
Author: Pranav Kant
Date: Thu Apr 27 10:53:53 2017 +0530
loleaflet: Pass author name field everytime editing cell annotation
Unlike
loleaflet/dist/loleaflet.css |6 --
loleaflet/src/layer/tile/CalcTileLayer.js | 12
2 files changed, 18 deletions(-)
New commits:
commit 56c49af98a14cb7098849c046c32a181f6761e11
Author: Pranav Kant
Date: Thu Apr 27 10:27:54 2017 +0530
loleaflet: Bin
sc/source/ui/unoobj/docuno.cxx |4
1 file changed, 4 deletions(-)
New commits:
commit e95c84b9381ecd6836d94903aeed8769eda63033
Author: Pranav Kant
Date: Wed Apr 26 17:57:55 2017 +0530
sc lok: Do not change comment indicator setting
This setting is saved to doc model
loleaflet/src/layer/tile/TileLayer.js |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 508d4a52d2f0d047179ba396b590096d19e3c212
Author: Pranav Kant
Date: Wed Apr 26 17:54:47 2017 +0530
loleaflet: Disable retina display on calc
Change-Id
loleaflet/src/layer/AnnotationManager.js | 23 +++
1 file changed, 19 insertions(+), 4 deletions(-)
New commits:
commit ef8fd317a2d019783c86e25e9c71add744f012da
Author: Pranav Kant
Date: Wed Apr 26 13:15:10 2017 +0530
loleaflet: Allow mouse clicks to pass through
loleaflet/src/map/Map.js | 13 +
1 file changed, 9 insertions(+), 4 deletions(-)
New commits:
commit c57f5ab0b4d9e62b445472f7eb4b7e148c9e340e
Author: Pranav Kant
Date: Wed Apr 26 13:15:03 2017 +0530
loleaflet: Allow selecting annotations in readonly mode too
Change
loleaflet/src/layer/AnnotationManager.js | 23 ---
1 file changed, 20 insertions(+), 3 deletions(-)
New commits:
commit ffdf137a94b79fc4638ef4496d44e6c79a1aabf1
Author: Pranav Kant
Date: Wed Apr 26 10:33:45 2017 +0530
loleaflet: Warn here when unexpected data
loleaflet/src/layer/tile/TileLayer.js |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8acc05fa85692fe8303f77faa0aeae7f0b58d29e
Author: Pranav Kant
Date: Wed Apr 26 17:54:47 2017 +0530
loleaflet: Disable retina display on calc
Change-Id
loleaflet/src/layer/AnnotationManager.js | 23 +++
loleaflet/src/map/Map.js | 13 +
2 files changed, 28 insertions(+), 8 deletions(-)
New commits:
commit e3ef5d01afa5773e5562a5e5a30274c0d4ee1761
Author: Pranav Kant
Date: Wed Apr 26 13:15:10
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
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/li
loleaflet/src/layer/AnnotationManager.js |5 +
1 file changed, 5 insertions(+)
New commits:
commit 31ff4d29a18b9466a3b7ab94a5f18828be9c4da0
Author: Pranav Kant
Date: Tue Apr 25 21:04:46 2017 +0530
loleaflet: Warn, and don't crash, if we don't get expected data
loleaflet/src/layer/marker/Annotation.js |7 +++
1 file changed, 7 insertions(+)
New commits:
commit 0fda13ba3962c3a9175eaac311c49f7b4f64b7f1
Author: Pranav Kant
Date: Tue Apr 25 20:27:23 2017 +0530
loleaflet: Commit reply comment when focus lost
Change-Id
loleaflet/dist/loleaflet.css |7 ---
1 file changed, 7 deletions(-)
New commits:
commit 30f7c767dacddb1ba09cada756948d4e0a0169ea
Author: Pranav Kant
Date: Tue Apr 25 19:30:59 2017 +0530
loleaflet: Don't allow inserting breaks anywhere
overflow-break property is e
loleaflet/src/layer/marker/Annotation.js |7 +++
1 file changed, 7 insertions(+)
New commits:
commit 07607863925cf4fc2dbc91685d8f430f849c5535
Author: Pranav Kant
Date: Tue Apr 25 20:27:23 2017 +0530
loleaflet: Commit reply comment when focus lost
Change-Id
loleaflet/dist/loleaflet.css |7 ---
1 file changed, 7 deletions(-)
New commits:
commit 759b0945d475ebea09f48d85e821a66badc99b8e
Author: Pranav Kant
Date: Tue Apr 25 19:30:59 2017 +0530
loleaflet: Don't allow inserting breaks anywhere
overflow-break property is e
Tag '2.1.0' created by Andras Timar at 2017-04-25
09:43 +
2.1.0
Changes since 2.1-rc1-63:
---
0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreo
loleaflet/dist/loleaflet.css |3 +++
1 file changed, 3 insertions(+)
New commits:
commit 39d7d30e6095f02045d25bcc7f850087682adc08
Author: Pranav Kant
Date: Tue Apr 25 14:43:57 2017 +0530
loleaflet: Don't overflow long names, align author names properly
Chan
loleaflet/dist/loleaflet.css |3 +++
1 file changed, 3 insertions(+)
New commits:
commit 2d55476b20baab5c46d153eac393cdc458e55d43
Author: Pranav Kant
Date: Tue Apr 25 14:43:57 2017 +0530
loleaflet: Don't overflow long names, align author names properly
Chan
loleaflet/dist/loleaflet.css | 19 +++
loleaflet/src/layer/marker/Annotation.js |2 +-
2 files changed, 20 insertions(+), 1 deletion(-)
New commits:
commit 1e19b704934976715f5a8d5344ea19195de979d4
Author: Pranav Kant
Date: Mon Apr 24 20:21:34 2017 +0530
loleaflet/dist/loleaflet.css |5 +
loleaflet/src/layer/AnnotationManager.js |4 ++--
2 files changed, 3 insertions(+), 6 deletions(-)
New commits:
commit 7661a518da261946d6bcc0c5227d942f6793c737
Author: Pranav Kant
Date: Mon Apr 24 20:20:46 2017 +0530
loleaflet
loleaflet/dist/loleaflet.css |9 +
loleaflet/src/layer/AnnotationManager.js |4 ++--
2 files changed, 3 insertions(+), 10 deletions(-)
New commits:
commit 0c53975f180042e1c7b3cc3fd70737deefaba7a1
Author: Pranav Kant
Date: Tue Apr 25 13:32:51 2017 +0530
loleaflet/dist/loleaflet.css |1 +
1 file changed, 1 insertion(+)
New commits:
commit a03bfc15cc5d5861598efe0b63239ceecf282174
Author: Pranav Kant
Date: Mon Apr 24 19:34:57 2017 +0530
loleaflet: Increase the annotation height a bit more
Change-Id
loleaflet/dist/loleaflet.css |1 -
1 file changed, 1 deletion(-)
New commits:
commit 538e2c57610b3a8c39298128da93bb6256ab634a
Author: Pranav Kant
Date: Mon Apr 24 19:34:19 2017 +0530
loleaflet: Enable vertical scroll on annotations
Change-Id
loleaflet/src/layer/marker/Annotation.js | 11 +++
1 file changed, 7 insertions(+), 4 deletions(-)
New commits:
commit 7486f44ee1beada574906ae31a551b8c45af370e
Author: Pranav Kant
Date: Tue Apr 25 11:40:12 2017 +0530
loleaflet: Don't send linkified comment data back to
wsd/FileServer.cpp |3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 0c348575275a83d8f0977f700badcd05507dc07c
Author: Pranav Kant
Date: Tue Apr 25 11:30:12 2017 +0530
Bin superfluous object
Poco::DateTime is enough to create an object representing
loleaflet/src/control/Control.Scroll.js |6 ++
1 file changed, 6 insertions(+)
New commits:
commit 65ce26fe1433206af3a4eb5172409ff9e575a8ef
Author: Pranav Kant
Date: Mon Apr 24 19:02:20 2017 +0530
loleaflet: Trigger layout algorithm on scrollend
This is just a quick
|1
loleaflet/src/layer/marker/Annotation.js |5
6 files changed, 834 insertions(+), 363 deletions(-)
New commits:
commit 2b38191e3be6f9ebeff5d407b89b76fb70b3efec
Author: Pranav Kant
Date: Mon Apr 24 20:21:34 2017 +0530
loleaflet: Wrap both comments and redlines
loleaflet/src/control/Control.Scroll.js |6 ++
1 file changed, 6 insertions(+)
New commits:
commit 0b419faf107383957ce4d6970f459f20061c9d5b
Author: Pranav Kant
Date: Mon Apr 24 19:02:20 2017 +0530
loleaflet: Trigger layout algorithm on scrollend
This is just a quick
loleaflet/src/layer/AnnotationManager.js |6 --
1 file changed, 4 insertions(+), 2 deletions(-)
New commits:
commit dcc3d2a321386a4d11266676d0fc4671e35b7a6f
Author: Pranav Kant
Date: Mon Apr 24 15:56:28 2017 +0530
loleaflet: do not unnecessarily layout on unselect
Return
loleaflet/src/layer/AnnotationManager.js |2 +-
loleaflet/src/layer/marker/Annotation.js |4
2 files changed, 5 insertions(+), 1 deletion(-)
New commits:
commit 636c3d2f8f86c392fd0fafea99f3ef478d77d6ba
Author: Pranav Kant
Date: Mon Apr 24 15:44:53 2017 +0530
loleaflet: Check
loleaflet/src/layer/AnnotationManager.js |6 --
1 file changed, 4 insertions(+), 2 deletions(-)
New commits:
commit c7757a7263258496ad04c98879be841e519be950
Author: Pranav Kant
Date: Mon Apr 24 15:56:28 2017 +0530
loleaflet: do not unnecessarily layout on unselect
Return
loleaflet/src/layer/AnnotationManager.js |2 +-
loleaflet/src/layer/marker/Annotation.js |4
2 files changed, 5 insertions(+), 1 deletion(-)
New commits:
commit 3175a3a0429fd8a31140913c71df176658b7ac97
Author: Pranav Kant
Date: Mon Apr 24 15:44:53 2017 +0530
loleaflet: Check
sc/source/core/data/column2.cxx |2 ++
1 file changed, 2 insertions(+)
New commits:
commit 14b9d20090b9ecb75c13d1f5667b14df652cf027
Author: Pranav Kant
Date: Thu Apr 20 14:43:44 2017 +0530
sc lok: Notify when comment is added to destination doc
This can happen, for example
loleaflet/dist/toolbar/toolbar.js |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit df488665232110dd760ad5cc56a10864fcafca68
Author: Pranav Kant
Date: Thu Jan 12 19:24:50 2017 +0530
loleaflet: Use tab here, not space
otherwise our linting tool will
sc/source/core/data/column2.cxx |2 ++
1 file changed, 2 insertions(+)
New commits:
commit 2373babc6888e840d44ed2db80567acccb9ba993
Author: Pranav Kant
Date: Thu Apr 20 14:43:44 2017 +0530
sc lok: Notify when comment is added to destination doc
This can happen, for example
loleaflet/src/layer/AnnotationManager.js | 22 +++---
1 file changed, 11 insertions(+), 11 deletions(-)
New commits:
commit a3850d67b9b7d36566fdb02e8141303e2ce008ff
Author: Pranav Kant
Date: Thu Apr 20 12:42:16 2017 +0530
loleaflet: Fix incorrect variable usage in this
loleaflet/src/layer/AnnotationManager.js |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b51d26720c7aa318e2850fbbe37dd1c1f0df2354
Author: Pranav Kant
Date: Thu Apr 20 12:39:43 2017 +0530
Surely, it is supposed to be update, not upate
Change-Id
loleaflet/src/layer/AnnotationManager.js | 24
1 file changed, 12 insertions(+), 12 deletions(-)
New commits:
commit ee683c106cd8421600b2141cb43c25e5e8dd1af0
Author: Pranav Kant
Date: Thu Apr 20 12:42:16 2017 +0530
loleaflet: Fix incorrect variable usage in
loleaflet/src/layer/AnnotationManager.js | 11 ++-
1 file changed, 6 insertions(+), 5 deletions(-)
New commits:
commit 1e50768a38072551bf305cc26b845b378669615c
Author: Pranav Kant
Date: Wed Apr 19 19:39:55 2017 +0530
loleaflet: Select change tracking comments; hidden overlay
loleaflet/src/layer/AnnotationManager.js | 15 ---
loleaflet/src/map/Map.js |2 ++
2 files changed, 14 insertions(+), 3 deletions(-)
New commits:
commit c62728d3a865c8d2f4e8d0fb4cecb21ee395b50f
Author: Pranav Kant
Date: Wed Apr 19 19:13:25 2017 +0530
loleaflet/src/layer/AnnotationManager.js | 11 ++-
1 file changed, 6 insertions(+), 5 deletions(-)
New commits:
commit 78fd7f6ffd32d59eca6ac978dec20313649594d4
Author: Pranav Kant
Date: Wed Apr 19 19:39:55 2017 +0530
loleaflet: Select change tracking comments; hidden overlay
loleaflet/src/layer/AnnotationManager.js | 15 ---
loleaflet/src/map/Map.js |2 ++
2 files changed, 14 insertions(+), 3 deletions(-)
New commits:
commit 4a8caa40e88561cfeb046c83da29b144c287016b
Author: Pranav Kant
Date: Wed Apr 19 19:13:25 2017 +0530
loleaflet/src/layer/AnnotationManager.js |5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
New commits:
commit 0fb2c1901423be43967f879961c40c70b2bc8d59
Author: Pranav Kant
Date: Wed Apr 19 18:06:24 2017 +0530
loleaflet: Animate child elements together with their parent
loleaflet/dist/loleaflet.css |1 +
1 file changed, 1 insertion(+)
New commits:
commit b864b562cf7645de6dd213160fc5f82f454a1dd2
Author: Pranav Kant
Date: Wed Apr 19 15:21:46 2017 +0530
Revert "loleaflet: Remove box-shadow from comments"
This reve
loleaflet/dist/loleaflet.css |1
loleaflet/src/layer/AnnotationManager.js | 34 +--
2 files changed, 32 insertions(+), 3 deletions(-)
New commits:
commit 86be5a24a50907a31049bc59c30991b384612428
Author: Pranav Kant
Date: Fri Apr 14 13:46:01 2017
loleaflet/dist/loleaflet.css |6 +-
loleaflet/src/layer/marker/Annotation.js |9 ++---
2 files changed, 11 insertions(+), 4 deletions(-)
New commits:
commit 043ec94bef7dd82dd558fe5834e068636820300c
Author: Pranav Kant
Date: Fri Apr 14 11:46:12 2017 +0530
loleaflet/src/layer/AnnotationManager.js | 185 ---
1 file changed, 145 insertions(+), 40 deletions(-)
New commits:
commit 3f4c678ab33dcda8c264a1236b59199ee5606cb5
Author: Pranav Kant
Date: Thu Apr 13 16:50:28 2017 +0530
Combine root comments with their
New branch 'private/pranavk/comments' available with the following commits:
commit 4320d1e59fc2b2d67518e1d6bfb801959581d66b
Author: Pranav Kant
Date: Thu Apr 13 16:50:28 2017 +0530
WIP: Combine root comments with their children comments
For some reason, setting the
sc/source/ui/undo/undocell.cxx |2 ++
1 file changed, 2 insertions(+)
New commits:
commit 0bffbac287aefd85aa1a2f31ea3fae925d3b35f3
Author: Pranav Kant
Date: Thu Apr 13 13:14:15 2017 +0530
sc lok: Add/Remove comment uno undo/redo
Change-Id
501 - 600 of 1492 matches
Mail list logo