Commit Graph

108 Commits

Author SHA1 Message Date
Ezequiel Bergamaschi
59c4330f4f zoom factor decreased, fixing some js errors due to legacy code 2015-10-29 22:31:40 -03:00
Paulo Gustavo Veiga
9caa90db63 Format some .js. 2015-04-12 11:08:30 -03:00
Paulo Gustavo Veiga
113a93f48a Update copyright headers. 2015-04-12 00:15:12 -03:00
Paulo Gustavo Veiga
2f26b19250 Bug WA-57 fixed. #resolve 2015-04-11 19:41:45 -03:00
Christina Korger
c1cf798e2e Merged wisemapping/wisemapping-open-source into develop 2015-04-04 22:07:07 +02:00
Christina Korger
9d136df1fe revert commit b4b1c6d
Backed out changeset: f1dbc1a70afc
(probable future relevance to image dragging support)

--HG--
branch : clean-up
2015-04-04 20:45:36 +02:00
Ezequiel Bergamaschi
02b9fa83ab Bug WISE-435 #resolve 2015-04-02 17:50:46 -03:00
Christina Korger
f6a80bb8bf Bug/Task WISE-429 fixed: mark publicly used Designer functions as public by
removing '_' for function definition and calls:

_nodeModelToNodeGraph -> nodeModelToNodeGraph
_addRelationship -> addRelationship
_deleteRelationship -> deleteRelationship
_removeTopic -> removeTopic

--HG--
branch : clean-up
2015-03-30 14:10:26 +02:00
Christina Korger
78f1805fd0 Bug/Task WISE-430 fixed: clean-up Designer - remove unused function
addDraggedNode

--HG--
branch : clean-up
2015-03-30 11:41:08 +02:00
Christina Korger
feead16974 Bug/Task WISE-428 fixed: clean-up Designer - remove unused functions
de-/activateKeyboard with calls to non-existing methods

--HG--
branch : clean-up
2015-03-30 11:29:58 +02:00
Christina Korger
c298732f64 add jsdoc to mindplot module
--HG--
branch : mindplot_jsdoc
2015-03-23 09:25:54 +01:00
Ezequiel Bergamaschi
e642567900 some additional assertion 2014-10-07 01:16:56 -03:00
Ezequiel Bergamaschi
2f3cc5fd32 Merge remote-tracking branch 'origin/develop' into feature/remove_mootols
Conflicts:
	mindplot/src/main/javascript/widget/LinkIconTooltip.js
	wise-webapp/src/main/webapp/jsp/mindmapExport.jsp
2014-09-26 23:24:41 -03:00
Ezequiel Bergamaschi
6176ac9558 replace old event.control and event.meta by event.ctrlKey and event.metaKey 2014-09-21 18:34:45 -03:00
Claudio Barril
43790c1b9a copy parent background color when a sibling or a child is created 2014-08-25 23:58:13 -03:00
Ezequiel Bergamaschi
fe59b1ce46 removing .bind mootools call (phase 1/2) 2014-07-06 01:15:34 -03:00
Ezequiel Bergamaschi
4b3a00f2e8 fix scrollbar zoom in / zoom out 2014-05-13 02:23:32 -03:00
Ezequiel Bergamaschi
e9f4b0c7d8 replacing old .each mootools' method by _.each 2014-03-17 00:36:29 -03:00
Ezequiel Bergamaschi
3309777327 adding Events mootool class 2014-03-15 03:55:42 -03:00
Paulo Gustavo Veiga
dea5b727ac Finally viewmode.html render. 2014-03-05 00:14:28 -03:00
Paulo Gustavo Veiga
5710d77bd5 More fixes ... 2014-03-04 23:09:39 -03:00
Paulo Gustavo Veiga
f1fa99a85e Keep migration to jQuery ... 2014-03-04 22:48:31 -03:00
Paulo Gustavo Veiga
8e1a4e73be Replace $ by document.id for avoid colitions. 2014-02-17 10:16:43 -03:00
Pablo Luna
9e7f289a9e removing Google Brix... no further comments 2013-03-14 23:57:38 +00:00
Paulo Gustavo Veiga
ef3e8ae772 Add inheritance of properties con creation. 2013-03-03 02:04:00 -03:00
Paulo Gustavo Veiga
12448fc6cb Central node never can be collapsed. 2012-11-28 22:09:29 -03:00
Paulo Gustavo Veiga
7f7a67872e Reset all edition actions before delete. 2012-11-18 20:58:23 -03:00
Paulo Gustavo Veiga
322b0ba13e Fix wrong debug transformation. 2012-11-18 20:17:16 -03:00
Paulo Gustavo Veiga
ed37b20dfc Add debug info. 2012-11-17 14:38:34 -03:00
Paulo Gustavo Veiga
fe8516bb94 Merge branch 'master' into db-purge
Conflicts:
	wise-webapp/src/main/webapp/WEB-INF/classes/log4j.properties
2012-11-05 20:40:54 -03:00
Paulo Gustavo Veiga
5cb2289cbc Disable images support. 2012-11-04 15:56:26 -03:00
Paulo Gustavo Veiga
a74efa4647 Merge branch 'master' into db-purge
Conflicts:
	mindplot/src/main/javascript/MainTopic.js
	wise-webapp/src/main/java/com/wisemapping/exporter/FreemindExporter.java
	wise-webapp/src/main/java/com/wisemapping/rest/BaseController.java
2012-11-04 01:38:52 -03:00
Paulo Gustavo Veiga
45a190bbac Merge branch 'images'
Conflicts:
	mindplot/src/main/javascript/StandaloneActionDispatcher.js
2012-11-02 02:08:28 -03:00
Paulo Gustavo Veiga
af8d833356 Update copyright year. 2012-11-01 21:35:01 -03:00
Paulo Gustavo Veiga
1e5e11a309 - Fix wrong state issue when the topic is restored. 2012-09-27 20:18:12 -03:00
Paulo Gustavo Veiga
f6e5018272 - Remove visibility flag on createTopic. 2012-09-27 09:17:34 -03:00
Paulo Gustavo Veiga
a0ee153ca0 - Remove getTopicType flag. 2012-09-20 09:23:48 -03:00
Paulo Gustavo Veiga
8a9c219b9d Minor fix. 2012-09-18 20:56:51 -03:00
Paulo Gustavo Veiga
662fc82919 Wheel enabled on read only maps
Fix NPE on mobile firefox on UserAgent
MindmapList display list fix on read only maps.
2012-09-18 20:46:04 -03:00
Paulo Gustavo Veiga
1555560415 Reported issue during the edition. The node on focus seems not to be always available. 2012-08-28 01:02:00 -03:00
Paulo Gustavo Veiga
28bbc4c846 Fix error when press enter over a isolated node
Fix prediction error when the node is a isolated node.
2012-08-20 11:22:19 -03:00
Paulo Gustavo Veiga
f449eff9ce - Add delete button to remove relationship
- Fix add button in the toolbar.
2012-07-16 00:15:59 -03:00
Paulo Gustavo Veiga
8d4b336908 Only send save operation of changes has been perfomed.
Change default SMTP port.
2012-07-15 22:20:21 -03:00
Paulo Gustavo Veiga
690c359ce2 Fix delete relationship issue. 2012-07-13 21:27:52 -03:00
Paulo Gustavo Veiga
99c2b813bc - Add more resources... 2012-07-11 23:05:55 -03:00
Paulo Gustavo Veiga
39c2b37a1f - Change forEach for each interator
- Fix issue deleting nodes with intermediate relationships
2012-07-08 19:31:21 -03:00
Paulo Gustavo Veiga
8175eea928 - Add support for copy and paste. 2012-07-08 18:41:35 -03:00
Paulo Gustavo Veiga
80940b8529 Minor performance improvement... 2012-07-07 13:58:55 -03:00
Paulo Gustavo Veiga
f3da916965 Fix several errors removing a node ... 2012-07-07 12:37:10 -03:00
Paulo Gustavo Veiga
82dc1fc3d4 Relationships works with commands ... 2012-07-07 01:33:34 -03:00