Paulo Gustavo Veiga
e1db8e7b47
Revert Desginer changes.
2022-01-10 11:50:54 -08:00
Paulo Gustavo Veiga
041adbc142
Fix center option.
2022-01-10 11:21:27 -08:00
Paulo Gustavo Veiga
cdd044c41d
Add center position action.
...
Improve screenmanager positioning
Change several clasess to typescript
2022-01-09 18:53:43 -08:00
Paulo Gustavo Veiga
5c60c38d23
Add support for specify zoom as parameter
2022-01-08 10:48:21 -08:00
Paulo Gustavo Veiga
ab67b32af8
Add account information panel
2022-01-07 17:27:00 -08:00
Paulo Gustavo Veiga
ce5c08bae4
Add missing tooltips.
...
Remove unsed CSS.
2022-01-07 15:36:03 -08:00
Paulo Gustavo Veiga
690843b7fd
Fix back button on toolbar
2022-01-07 14:53:31 -08:00
Matias Arriola
33718263a7
Add min-width and overflow hidden to toolbar to avoid line break in lower res
2022-01-07 13:19:43 -03:00
Paulo Gustavo Veiga
d97af3c1b1
Move shortcuts as dialog
2022-01-06 21:36:48 -08:00
Paulo Gustavo Veiga
360b482d2d
Sort icons
2022-01-06 19:22:25 -08:00
Paulo Gustavo Veiga
d6120d781f
Add separation on fonts
2022-01-06 19:19:41 -08:00
Paulo Gustavo Veiga
7da55b14b9
Fix issue with event display being rendered
2022-01-06 19:05:21 -08:00
Paulo Gustavo Veiga
23fe9a3cfe
Move action item to the right
2022-01-06 19:03:35 -08:00
Paulo Gustavo Veiga
0b025be797
Add share and account actions
2022-01-06 18:41:21 -08:00
Paulo Gustavo Veiga
672013aa34
Revert fix of editor
2022-01-06 15:04:48 -08:00
Paulo Gustavo Veiga
d655628f45
Center back icon
2022-01-06 14:57:17 -08:00
Paulo Gustavo Veiga
733db56e34
Add floating logo
...
Please enter the commit message for your changes. Lines starting
2022-01-06 14:40:49 -08:00
Matias Arriola
a4225832db
Add zoom buttons for viewmode and editor
2022-01-06 19:18:47 -03:00
Matias Arriola
ff02978467
Merge 'origin/feature/new_floating_zoom' into feature/new_editor_toolbar
...
Fix buttons (change from input to button and use img)
2022-01-06 18:44:39 -03:00
Matias Arriola
86e1829a37
Fix toolbar popover font color
...
Fix popover max-width making content go outside
2022-01-06 17:37:02 -03:00
Paulo Gustavo Veiga
3629113e9f
Work in progress new style
2022-01-05 22:16:30 -08:00
Paulo Gustavo Veiga
33b08cf3a0
Update background
2022-01-05 18:58:45 -08:00
Paulo Gustavo Veiga
60ee365171
Remove gradient from toolbar
2022-01-04 20:46:32 -08:00
Paulo Gustavo Veiga
f08ee50e84
Clean up unsed tests
...
Fix export bug
2022-01-04 13:11:12 -08:00
Paulo Gustavo Veiga
3bd22523fc
Zoom WIP
2022-01-04 12:15:02 -08:00
Matias Arriola
aa814d5c2f
Merged in bugfix/loading-modal (pull request #26 )
...
Loading modal
* Remove unused bootstrap files
* Fix embedded playground
* Invert mousewheel zoom
* Add LoadingModal and toggle during designer load
Approved-by: Paulo Veiga
2022-01-04 20:11:12 +00:00
Matias Arriola
5c5aefea64
* Change icons size to 20px in the icon panel
...
Approved-by: Paulo Veiga
2022-01-04 16:47:01 +00:00
Paulo Gustavo Veiga
d91d6a2472
Migrate serializer to typescript
2022-01-03 08:27:00 -08:00
Paulo Gustavo Veiga
6be62fe81b
Indent txt format
2022-01-02 21:09:35 -08:00
Paulo Gustavo Veiga
b929026267
Disable test record
2022-01-02 20:58:02 -08:00
Paulo Gustavo Veiga
8634fb5c9a
Add link dump on text support.
2022-01-02 14:18:02 -08:00
Paulo Gustavo Veiga
4b8012efa3
Update txt records
2022-01-02 10:57:23 -08:00
Paulo Gustavo Veiga
5711ec6fc7
Remove record flag.
2022-01-02 10:43:26 -08:00
Paulo Gustavo Veiga
b346993c66
Add Txt exporter test
2022-01-02 10:37:33 -08:00
Paulo Gustavo Veiga
79b9aab195
Fix compilation error
2021-12-31 14:30:51 -08:00
Paulo Gustavo Veiga
f8d2e4b77b
Fix file name
2021-12-31 02:02:29 -08:00
Paulo Gustavo Veiga
6b7a7660f1
Fix safari icons support
2021-12-31 01:52:24 -08:00
Paulo Gustavo Veiga
85f560324b
Add support for image export.
2021-12-31 01:18:21 -08:00
Paulo Gustavo Veiga
478ba7a417
Finish img support
2021-12-30 23:47:47 -08:00
Paulo Gustavo Veiga
03d4e22442
Add download on editor
2021-12-30 22:25:25 -08:00
Paulo Gustavo Veiga
a85d3de71d
Clean up images and start first integration
2021-12-30 15:59:09 -08:00
Paulo Gustavo Veiga
f774a8a0c9
Fix web2d patch issue
2021-12-30 15:03:59 -08:00
Paulo Gustavo Veiga
0ee9b46b2b
Clean up unsed filed
2021-12-30 12:57:17 -08:00
Paulo Gustavo Veiga
5e6228d9f4
Merge branch 'feature/browser_export' into develop
2021-12-30 12:54:11 -08:00
Paulo Gustavo Veiga
959a732999
Move images to inline.
...
Remove toolkit init
2021-12-30 12:32:32 -08:00
Paulo Gustavo Veiga
717f4e023b
Add first SVG test
2021-12-29 20:00:34 -08:00
Paulo Gustavo Veiga
353d662963
Add basic load test
2021-12-29 16:37:58 -08:00
Paulo Veiga
6da0d22d1b
Merged in feature/browser_export (pull request #20 )
...
Introduce typescript
* Configure typescript support for jets
* Fix cycle dependency
* Configure typescript
* Migrate mindplot to typescript
* Merge branch 'develop' into feature/browser_export
2021-12-29 18:35:58 +00:00
Paulo Gustavo Veiga
4359c8741d
Migrate mindplot to typescript
2021-12-29 10:08:45 -08:00
Paulo Gustavo Veiga
29f3e41fa3
Configure typescript
2021-12-29 09:51:04 -08:00
Paulo Gustavo Veiga
ef3984cfd0
Fix cycle dependency
2021-12-29 08:38:37 -08:00
Paulo Gustavo Veiga
45ad796c3b
Configure typescript support for jets
2021-12-28 17:34:24 -08:00
Paulo Gustavo Veiga
511b5ab809
Toolbar changed to flat black
2021-12-28 14:20:09 -08:00
Paulo Gustavo Veiga
9cae64b8c0
Add more incon images
2021-12-28 14:12:38 -08:00
Paulo Gustavo Veiga
dc0a4648c5
Update toolbar images to material.
2021-12-27 23:00:06 -08:00
Paulo Gustavo Veiga
d4d8bbc121
Fix alignment and test
2021-12-27 12:33:44 -08:00
Paulo Veiga
1ce46337d6
SVG Icons Update
2021-12-27 19:42:32 +00:00
Paulo Gustavo Veiga
a8a78d053f
Improve index.html for tests in mindplot
2021-12-25 21:50:45 -08:00
Paulo Gustavo Veiga
47dac495f6
Update Copyright year
2021-12-25 14:39:34 -08:00
Paulo Gustavo Veiga
0f9a9121b3
Add support on view mode to change sample map.
2021-12-25 14:24:17 -08:00
Paulo Gustavo Veiga
db12f150d5
Fix error dialog display.
2021-12-25 12:15:56 -08:00
Paulo Gustavo Veiga
e0c18b9439
Fix welcome example
2021-12-25 11:56:09 -08:00
Paulo Gustavo Veiga
19f9f0aa91
Improve embedded view sample
2021-12-25 11:40:44 -08:00
Paulo Gustavo Veiga
9678a2cd06
Work in progress for improving examples
2021-12-24 17:53:43 -08:00
Paulo Gustavo Veiga
87115cda37
Fix readonly setting typo
2021-12-24 17:30:36 -08:00
Paulo Gustavo Veiga
6742950ab4
Move bootstrap as part of the loader
2021-12-24 11:04:50 -08:00
Paulo Gustavo Veiga
5e461c5da3
Improve build default options
2021-12-23 16:35:46 -08:00
Paulo Gustavo Veiga
8e5dc1db6c
Fix readOnly on editor
2021-12-23 11:07:26 -08:00
Paulo Gustavo Veiga
ddd4d91b22
Move loader to common code.
2021-12-23 10:51:26 -08:00
Matias Arriola
80b5885a61
Merged in feature/bundle-assets (pull request #15 )
...
Bundle assets to mindplot
* Make icons part of the bundle
Remove "legacy" icons
* Move images used in code to bundle
* Remove dependencies to colorPalette.{css,html}
Approved-by: Paulo Veiga
2021-12-22 00:23:18 +00:00
Matias Arriola
5c2a96682d
Merged in bugfix/topic-background (pull request #14 )
...
Fix topic background
* Fix Textpeer getNativePosition implementation (broken with jQuery removal)
* Remove time-bound waits from cypress tests
Approved-by: Paulo Veiga
2021-12-21 18:05:03 +00:00
Paulo Gustavo Veiga
38f4144c67
Apply eslint --fix
2021-12-19 08:06:42 -08:00
Matias Arriola
b804403c42
Merged in feature/tests-and-docs (pull request #9 )
...
Improve testing flow and docs
* update snapshots
* update snapshots
* update snapshots
* Add docker run instructions
* Hide image snapshot execution behind an env flag
* Simplify package.json scripts and improve docs
* Merge 'origin/develop' into feature/tests-and-docs
* Update snapshots
* Add wait to container test
* Update snapshot
Approved-by: Paulo Veiga
2021-12-17 02:13:54 +00:00
Paulo Gustavo Veiga
643f91c18b
Fix depth copy issue.
...
Update welcome.xml map.
2021-12-14 19:28:53 -08:00
Paulo Gustavo Veiga
f95e65f21b
Remove global refernece to $msg
2021-12-14 17:54:11 -08:00
Paulo Gustavo Veiga
a8a601f351
Clean up unsed test
2021-12-14 10:24:25 -08:00
Paulo Gustavo Veiga
f2a9725304
Code clean up on tests
2021-12-14 10:04:39 -08:00
Paulo Gustavo Veiga
516ac88b30
Fix broken tests
2021-12-14 09:58:47 -08:00
Paulo Veiga
75a153d1d5
Remove mootools as dependency.
2021-12-14 17:06:09 +00:00
Ezequiel Vega
25b86f3cff
Increase coverage migrating tests.
2021-12-14 15:08:54 +00:00
Matias Arriola
a10b41ee4d
Add more tests on mindplot/playground and fix.
2021-12-13 21:30:37 +00:00
Paulo Gustavo Veiga
6ba917cf32
Squashed commit of the following:
...
commit 81e9041e19344df18d8e91a31edb69ea0bce6bf7
Author: Paulo Gustavo Veiga <pveiga@wisemapping.com>
Date: Sun Dec 5 14:35:11 2021 -0800
Fix serialization bug
commit 290223f15aa3902ef3291e0f392a92d04e9ccd0e
Author: Paulo Gustavo Veiga <pveiga@wisemapping.com>
Date: Sun Dec 5 09:36:59 2021 -0800
Fix serialization bug
commit 3c1a2e37cf7be34780b760eb6f2fd3e3ac577ed1
Author: Paulo Gustavo Veiga <pveiga@wisemapping.com>
Date: Sun Dec 5 09:24:13 2021 -0800
Fix missing references
commit 98a7fd3e1659eb32cee43144da4a10b98cfcfed0
Author: Paulo Gustavo Veiga <pveiga@wisemapping.com>
Date: Sun Dec 5 09:08:38 2021 -0800
Fix compile
commit 9f5146b353f0fdb34a5b83db6d120bc09a96a073
Merge: 218e074 d3dc44c
Author: Paulo Gustavo Veiga <pveiga@wisemapping.com>
Date: Sun Dec 5 09:03:17 2021 -0800
Merge branch 'develop' into feature/mindplot_tests_playground
commit 218e074b7330d0a02ac7afee0b644737f3bb6b03
Author: Paulo Gustavo Veiga <pveiga@wisemapping.com>
Date: Sat Dec 4 17:46:22 2021 -0800
Add jquery missing dependency
commit c01a748a84a2359dcf1a49d9593369c9fefe1e76
Author: Paulo Gustavo Veiga <pveiga@wisemapping.com>
Date: Sat Dec 4 17:41:47 2021 -0800
Remove undercore
commit d680b063b819563f4fae38571055aad4c55180b7
Author: Paulo Gustavo Veiga <pveiga@wisemapping.com>
Date: Sat Dec 4 17:36:58 2021 -0800
Add missing dependencies
commit be9aa21245e84c97fa9fe3545299c6bb01772ef1
Author: Paulo Gustavo Veiga <pveiga@wisemapping.com>
Date: Sat Dec 4 17:25:23 2021 -0800
Fix missign dependencies.
commit 2472fa453c43b64286552edb7120d4d2c395eba4
Author: Paulo Gustavo Veiga <pveiga@wisemapping.com>
Date: Sat Dec 4 17:08:48 2021 -0800
Fix compilation
commit a013d07dc15a3bddda1e42cad373abbdfc525c74
Merge: f2ac8fe a81e984
Author: Paulo Gustavo Veiga <pveiga@wisemapping.com>
Date: Sat Dec 4 16:57:19 2021 -0800
Merge branch 'develop' into feature/mindplot_tests_playground
commit f2ac8fe17de071a09f80a20f49eb42c66b5f2f2b
Author: Paulo Gustavo Veiga <pveiga@wisemapping.com>
Date: Thu Dec 2 18:59:03 2021 -0800
Hack: Add declaration of designer as global variable.
commit 432167acbb055fba19f1e8469db4ffe8ad7793b7
Author: Paulo Gustavo Veiga <pveiga@wisemapping.com>
Date: Thu Dec 2 18:51:13 2021 -0800
Hack the initialization of extended hotkey pluggin.
commit 794db35e88f6bd232094b4f104c8fe6a8fab34be
Author: Paulo Gustavo Veiga <pveiga@wisemapping.com>
Date: Thu Dec 2 17:57:21 2021 -0800
Add keyboard function
commit e47a48d51f1af0ebde4ebea07cb467a8e5a7a372
Author: Matias Arriola <matias.arriola@gmail.com>
Date: Thu Dec 2 14:50:43 2021 -0300
Fix editor snapshot
commit 9bf8baef1216352ed1f9dde4658c479c0044b093
Author: Matias Arriola <matias.arriola@gmail.com>
Date: Thu Dec 2 13:14:13 2021 -0300
Add editor test to mindplot playground
Add missing imports and fix BootstrapDialog references
commit b2dcc3034fc638f58cdb59e96ab7d6e2435f634a
Author: Matias Arriola <matias.arriola@gmail.com>
Date: Thu Dec 2 11:56:10 2021 -0300
Add embedded test to mindplot playground
commit 08b514e1aa7b51c4df56b2b3cb7f28c191adeae7
Author: Matias Arriola <matias.arriola@gmail.com>
Date: Thu Dec 2 10:27:31 2021 -0300
Fix mindplot layout test
Upgrade raphael to avoid error
Load raphael from context-loader
2021-12-05 15:50:37 -08:00
Paulo Gustavo Veiga
69054fcd9c
Add mindmap editor playground tests
2021-12-05 09:25:16 -08:00
Paulo Gustavo Veiga
02362b28e8
Move query to be used from external library
2021-12-05 08:33:09 -08:00
Paulo Gustavo Veiga
aecf0864f5
Remove underscore library
2021-12-05 08:14:15 -08:00
Paulo Gustavo Veiga
17b22ca211
Migration to EE6 of web2d and mindplot
2021-12-04 15:39:20 -08:00
Paulo Gustavo Veiga
a8a843353b
Fix loading
2021-12-03 17:03:49 -08:00
Paulo Gustavo Veiga
c9cac78d2d
Fix map loading
2021-12-03 16:43:50 -08:00
Paulo Gustavo Veiga
025e4714e9
Keep class migration
2021-12-03 16:11:17 -08:00
Paulo Gustavo Veiga
d4da83497b
Convert to classess
2021-12-03 10:58:25 -08:00
Paulo Gustavo Veiga
b9d3057132
Clean up mindplot playground
2021-12-01 18:12:31 -08:00
Matias Arriola
cb2ca74a20
Merged in web2d-coreJS-solutions (pull request #5 )
...
Core-js, web2d and mindplot working baseline
* fix .eslintignore
remove Raphael dependency
* Fix to avoid crashes in _plotPrediction whitout Raphael
* Fix minplot basic code inspections
* Fix last inspections errors
* Inital refactor copying files
* Clean up.
* Fix web2d cyclic dependencies
remove only-warn eslint plugin
set import/no-extraneous-dependencies to warn (incorrectly complaining about root package)
* Fix web2d Point references (no need to assign it to core)
Fix web2d imports in mindplot and update Point refs
* Merge 'feature/mindplot_tests' into web2d-coreJS-solutions
* mindplot fixes and add viewmode.html playground
setup playground config to run the map-render examples
fix mindplot components export
mootools Static was not working so refactored it
fix some references to _peer
fix messages __bundle undefined
add web2d missing export: Image
downgrade cypress to avoid SIGSEGV error
Approved-by: Paulo Veiga
2021-12-02 00:41:56 +00:00
Paulo Gustavo Veiga
45e79205f1
Clean up code organizing tests structure
2021-10-03 08:32:01 -07:00
Paulo Gustavo Veiga
224f0f0446
Align loaders name
2021-10-03 08:18:48 -07:00
Paulo Gustavo Veiga
32d803e271
Fix structure
2021-10-02 18:37:42 -07:00
Ezequiel-Vega
43db369942
Mindplot: README.md was updated and the webpack
2021-09-29 17:24:08 -03:00
Ezequiel-Vega
0567dedb88
Mindplot module migration
2021-09-29 17:24:07 -03:00
Ezequiel-Vega
d515e0bb57
Added tests palette and layout
2021-09-29 17:24:07 -03:00
Ezequiel-Vega
cbc461e760
Migration start of the mindplot module
2021-09-29 17:24:07 -03:00
Ezequiel-Vega
3ca7840dcf
Web2d module migration
2021-09-29 17:24:07 -03:00