Commit Graph

149 Commits

Author SHA1 Message Date
mertmit
788317c714 feat: converCellData for select columns
Signed-off-by: mertmit <mertmit99@gmail.com>
2023-06-11 01:29:01 +03:00
mertmit
3181721e3d feat: revised convertCellData
Signed-off-by: mertmit <mertmit99@gmail.com>
2023-06-11 01:29:01 +03:00
mertmit
3e72b16702 feat: multiple paste
Signed-off-by: mertmit <mertmit99@gmail.com>
2023-06-11 01:29:01 +03:00
mertmit
cf64048304 fix: trim unnecessary spaces from copy output
Signed-off-by: mertmit <mertmit99@gmail.com>
2023-06-11 01:29:01 +03:00
Raju Udava
f54f1a2b3d refactor: merge develop
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-06-08 09:42:58 +05:30
Pranav C
0389d1876c fix: make cell selectable and skip paste behaviour if not permitted
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-06-08 01:00:49 +05:30
Pranav C
9679a6691f feat: on adding new ow scroll to new cell and make first cell active
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-06-06 22:08:17 +05:30
mertmit
a74f099c67 feat: delete selected range of rows
Signed-off-by: mertmit <mertmit99@gmail.com>
2023-06-03 15:26:21 +03:00
Pranav C
dcc7f63c63 feat: scroll to cell for making it fully visible
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-06-01 11:41:55 +05:30
Wing-Kam Wong
c0e2049d79 refactor(nc-gui): remove unused code 2023-05-31 16:30:17 +08:00
Wing-Kam Wong
0128bd29c4 fix(nc-gui): include negative offset 2023-05-27 12:54:22 +08:00
Wing-Kam Wong
43064857c9 fix(nc-gui): send in UTC when pasting datetime value 2023-05-23 15:43:23 +08:00
Wing-Kam Wong
816070d6d1 fix(nc-gui): handle copy time 2023-05-20 12:59:57 +08:00
Wing-Kam Wong
3035ed69bc fix(nc-gui): revise datetime extraction regex 2023-05-16 16:45:05 +08:00
Wing-Kam Wong
ad2ec7d128 fix(nc-gui): revise mysql xcdb & ext logic 2023-05-16 16:05:03 +08:00
Wing-Kam Wong
edc2ccfffd fix(nc-gui): use HH instead of hh for copying datetime in formula 2023-05-15 18:09:56 +08:00
Wing-Kam Wong
2d617bb2df fix(nc-gui): revise formula datetime copy logic 2023-05-15 18:02:03 +08:00
Wing-Kam Wong
1e58d54cbf feat(nc-gui): handle copy for datetime in formula 2023-05-15 17:04:27 +08:00
Wing-Kam Wong
c3499ee55a fix(nc-gui): mysql copy n paste datetime issue 2023-05-12 16:23:42 +08:00
Wing-Kam Wong
5c7c45313b fix(nc-gui): handle mysql copy edge case 2023-05-12 12:49:50 +08:00
Wing-Kam Wong
38f852df66 refactor(nc-gui): revise comment 2023-05-11 17:44:00 +08:00
Wing-Kam Wong
55dfb8c6a9 refactor(nc-gui): add comments 2023-05-11 17:40:15 +08:00
Wing-Kam Wong
873ed4be5a fi(nc-gui): convert ext db mysql back to utc 2023-05-10 20:41:16 +08:00
Wing-Kam Wong
2afdfe3e60 refactor(nc-gui): remove unused mssql code 2023-05-10 12:25:22 +08:00
Wing-Kam Wong
e895504e97 refactor(nc-gui): add comment 2023-05-10 12:23:44 +08:00
Wing-Kam Wong
ac8765aa98 refactor(nc-gui): combine the logic together 2023-05-09 20:52:17 +08:00
Wing-Kam Wong
18dc415bb6 refactor(nc-gui): convert cell date time logic 2023-05-09 20:47:09 +08:00
Wing-Kam Wong
5abb5d850b fix(nc-gui): copy n paste logic 2023-05-09 20:15:49 +08:00
Wing-Kam Wong
6bee408c2f fix(nc-gui): copy as it is for mysql 2023-05-09 19:50:52 +08:00
Wing-Kam Wong
e7e47a605a fix(nc-gui): convert back to utc 2023-05-09 19:50:02 +08:00
Wing-Kam Wong
f91cd96bbc refactor(nc-gui): update comments 2023-05-08 17:04:59 +08:00
Wing-Kam Wong
78a5a5a305 refactor(nc-gui): remove unused code 2023-05-08 16:52:43 +08:00
Wing-Kam Wong
7b6c780c0a fix(nc-gui): revise copy datetime logic 2023-05-06 13:24:55 +08:00
Wing-Kam Wong
11e27ca498 fix(nc-gui): revise paste datetime logic 2023-05-06 13:24:41 +08:00
Wing-Kam Wong
fd6e7449a9 fix(nc-gui): handle copy n paste datetime for ext db 2023-05-05 17:40:35 +08:00
Wing-Kam Wong
0ed7ceba04 chore(nc-gui): lint 2023-05-05 17:14:28 +08:00
Wing-Kam Wong
3648f9dd9d fix(nc-gui): mssql copy n paste issue 2023-05-02 17:37:02 +08:00
Wing-Kam Wong
591ec3a5f9 fix(nc-gui): add 'Z' for mysql 2023-05-02 16:36:14 +08:00
Wing-Kam Wong
a3ff704060 feat(nc-gui): copy value for mssql 2023-04-29 19:55:47 +08:00
Wing-Kam Wong
966dd333b3 feat(nc-gui): copy value for mssql 2023-04-29 19:55:30 +08:00
Wing-Kam Wong
66f0c20ea3 fix(nc-gui): paste datetime logic for sqlite 2023-04-29 18:41:14 +08:00
Wing-Kam Wong
212860c7ac feat(nc-gui): paste datetime in utc for xcdb base 2023-04-29 13:05:10 +08:00
Wing-Kam Wong
bdd6787957 fix(nc-gui): copy datetime in local time 2023-04-29 13:04:24 +08:00
Wing-Kam Wong
1f1d3bf374 refactor(nc-gui): move the logic to backend 2023-04-27 19:55:28 +08:00
Wing-Kam Wong
de903a1deb feat(nc-gui): timezone handling in copied cell data 2023-04-27 17:55:08 +08:00
Wing-Kam Wong
6dbcc0acc8 refactor(nc-gui): switch to parseProp 2023-03-15 20:31:11 +08:00
Pranav C
89bc19af98 fix(gui): avoid toggling editEnabled on mouse down event
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-02-22 17:59:15 +05:30
Pranav C
4d1e5d8869 fix(gui): clear selected range on new row creation with shortcut
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-02-02 00:34:26 +05:30
Pranav C
269c63b374 chore: cleanup
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-02-01 11:56:06 +05:30
Pranav C
599f003773 fix(gui): bind keydown handler to document
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-02-01 11:56:06 +05:30