Projekt

Obecné

Profil

Statistiky
| Větev: | Tag: | Revize:

# Datum Autor Komentář
ba4e8154 2018-11-11 16:14 Pavel Fidranský

create NodeSymbol value object, display Group symbol list on correct position, prevent duplicate symbols in list

96013335 2018-11-11 16:14 Pavel Fidranský

detach NodeRelatedArchetypeList to a separate component

73ef4efb 2018-11-11 16:14 Pavel Fidranský

Node uses NodeSymbolList to store its currently displayed symbols

e1186dc5 2018-11-10 15:44 Pavel Fidranský

fix Vertex context menu to exclude newly created Group correctly

7619428b 2018-11-10 13:11 Pavel Fidranský

Merge branch 'frontend-refactoring'

  1. Conflicts:
  2. sources/src/main/webapp/js/graphLoader.js
80119ce8 2018-11-10 13:08 Pavel Fidranský

fix saving diagram as PNG file to use CSS styles

1ae1e090 2018-11-10 13:08 Pavel Fidranský

name of a diagram is displayed in Header

8ed8cecb 2018-11-10 13:08 Pavel Fidranský

various fixes

9d455473 2018-11-10 13:08 Pavel Fidranský

ForceDirected fixes

433349c0 2018-11-10 13:08 Pavel Fidranský

NodeProxy fixes

deb7058e 2018-11-10 13:08 Pavel Fidranský

replaced deprecated keyCode property by key

716a1d9e 2018-11-10 13:08 Pavel Fidranský

reworked Sidebar and its lists to ES6 classes

26d3ab59 2018-11-10 13:08 Pavel Fidranský

input data are validated against JSON Schema with AJV

b834be5c 2018-11-10 13:07 Pavel Fidranský

reworked GraphLoader to ES6 class

5763d2dd 2018-11-10 13:07 Pavel Fidranský

reworked Viewport to ES6 class

3bbec9c7 2018-11-10 13:07 Pavel Fidranský

reworked GraphExporter to ES6 class

ed458068 2018-11-10 13:07 Pavel Fidranský

reworked FloatingPoint to ES6 class NodeProxy

9ed5d9f4 2018-11-10 13:07 Pavel Fidranský

minor code cleanup

5502b34e 2018-11-10 13:07 Pavel Fidranský

typos

d5d86f81 2018-11-10 13:07 Pavel Fidranský

modified Attribute and Navbar to use enhanced DOM JS class

1f3eb4fa 2018-11-10 13:07 Pavel Fidranský

using lambda functions and "let" keyword wherever appropriate

a4090428 2018-11-10 13:07 Pavel Fidranský

reworked Vertex, Group and Edge to ES6 classes; Vertex and Group extend newly created Node class

92565e42 2018-11-10 13:07 Pavel Fidranský

dropped jQuery as it is not needed anymore

6d6b73dc 2018-11-10 13:07 Pavel Fidranský

reworked Loader to SpinLoader ES6 module, spin.js dependency is manager by npm

5da25123 2018-11-10 13:07 Pavel Fidranský

JS apps are loaded as ES6 modules

5266811b 2018-11-10 13:07 Pavel Fidranský

improved error handling - alert is displayed and error is logged in console

873d119a 2018-11-10 13:07 Pavel Fidranský

saveSvgAsPng dependency is managed by npm

e422847a 2018-11-10 13:07 Pavel Fidranský

dropped jsTree

c6075729 2018-10-26 11:44 Pavel Fidranský

reworked VertexContextMenuList to ES6 class

6e6b3160 2018-10-26 11:44 Pavel Fidranský

reworked VertexSymbolList to ES6 class, fixed CSS class of a symbol to be always valid

91f0dca6 2018-10-26 11:43 Pavel Fidranský

reworked Minimap to ES6 class

556ddd42 2018-10-26 11:35 Pavel Fidranský

reworked GroupVertexList to ES6 class

9e126e39 2018-10-26 11:34 Pavel Fidranský

reworked Attribute to ES6 class

6b1b070c 2018-10-26 11:34 Pavel Fidranský

reworked StatusBar to ES6 class

f8bc80fe 2018-10-26 08:40 Pavel Fidranský

reworked ShowGraphApp to ES6 class

3bd98a4b 2018-10-26 08:21 Pavel Fidranský

fixed Vertex and Edge popover to clear its content on close

7561b8da 2018-10-26 08:20 Pavel Fidranský

replaced logo in PNG format by SVG

68058bfd 2018-10-26 08:19 Pavel Fidranský

modified Login servlet to pass logged-in user data as JSON body

b49c7d52 2018-10-26 08:19 Pavel Fidranský

modified apps to use newly created custom event JS classes

b9b4b212 2018-10-26 08:16 Pavel Fidranský

created custom JS event classes

c044ee46 2018-10-26 08:16 Pavel Fidranský

modified ShowGraphApp to use newly created Header and Navbar JS classes

046703c1 2018-10-26 08:11 Pavel Fidranský

created Header and Navbar JS classes

f3092c08 2018-10-25 10:40 Tomáš Šimandl

Last commit fix

a70962cb 2018-10-25 10:28 Tomáš Šimandl

Added generated icon for every archetype

61202e34 2018-10-25 07:24 Pavel Fidranský

improved error handling

65c37e8b 2018-10-24 19:09 Pavel Fidranský

added userMenu functionality to UploadFilesApp

4c867b7a 2018-10-24 19:08 Pavel Fidranský

removed userMenu

997a4fe3 2018-10-23 19:37 Pavel Fidranský

app parameters are passed as constructor arguments to ShowGraphApp JS class

6b0aa806 2018-10-23 19:36 Pavel Fidranský

dropped API object from ShowGraphApp JS class

69457eb5 2018-10-23 19:10 Pavel Fidranský

refactored UploadFilesApp to use enhanced DOM JS class

cd9daff5 2018-10-23 19:07 Pavel Fidranský

reworked SaveDiagramModalWindow to extend newly created ModalWindow JS class

5c33d5cb 2018-10-23 19:07 Pavel Fidranský

reworked EdgePopover and VertexPopover to extend newly created Popover JS class

f8464192 2018-10-23 19:06 Pavel Fidranský

reworked LoginPopup and RegisterPopup to extend newly created Popup JS class

92a538e1 2018-10-23 19:02 Pavel Fidranský

created reusable ModalWindow, Popover and Popup components as ES6 classes

3817d6f3 2018-10-22 22:09 Pavel Fidranský

reworked UploadFiles page to use extended App JS class

61bda4b7 2018-10-22 22:06 Pavel Fidranský

created App and AbstractMethodError JS classes

98b06149 2018-10-22 21:54 Pavel Fidranský

renamed App to ShowGraphApp

d3c91225 2018-10-22 21:51 Pavel Fidranský

replaced jQuery by native JS wherever possible

787a1b4c 2018-10-22 21:51 Pavel Fidranský

dropped Utils.promiseAll() method, use native Promise.all() instead

edd0c51e 2018-10-22 21:51 Pavel Fidranský

reworked all jQuery-backed AJAX calls to use AJAX JS class

ec5849ba 2018-10-22 21:51 Pavel Fidranský

created AJAX and HttpError JS classes

5eea34f0 2018-10-22 21:51 Pavel Fidranský

created shorter and more powerful static methods of DOM class, older ones kept for BC

09ba5b21 2018-10-22 21:51 Pavel Fidranský

reworked Constants class to ES6 class with static attributes

db835ac0 2018-10-22 21:51 Pavel Fidranský

reworked VO classes to ES6 classes

d7508af3 2018-10-22 21:51 Pavel Fidranský

created Dimensions JS class

bda189f9 2018-10-22 21:51 Pavel Fidranský

organized JS files into directories

552a1fea 2018-10-22 21:51 Pavel Fidranský

static util methods are used everywhere

7b03cdcc 2018-10-22 21:51 Pavel Fidranský

reworked utils to ES6 classes with static methods

e2be6f31 2018-10-22 21:50 Pavel Fidranský

fixed saving new diagrams to DB

e8950e73 2018-10-22 20:54 Pavel Fidranský

fixed Minimap to redraw edges going from sidebar to viewport after moving viewport

0b3eb56d 2018-10-20 19:44 Pavel Fidranský

renamed InvalidArgumentException class to InvalidExceptionError to comply with JS conventions

ba4eea92 2018-10-20 19:15 Pavel Fidranský

reusing Vertex archetype icons in order to decrease number of DOM nodes

30af40fd 2018-10-20 16:34 Pavel Fidranský

improved Minimap to allow moving its canvas within its container

a03d294f 2018-10-20 16:34 Pavel Fidranský

improved Minimap to allow moving its viewport by dragging it from within all document

3cff5ae5 2018-10-20 16:32 Pavel Fidranský

fixed Viewport to move Minimap viewport when centered

489b18a3 2018-10-20 16:32 Pavel Fidranský

fixed Viewport to remove a Group correctly from its private list so that the Group is displayed only once in Vertex context menu when excluded

18f754c5 2018-10-20 16:30 Pavel Fidranský

fixed diagram loader to set position of a group before its vertices are added

b93c563b 2018-10-15 19:25 Pavel Fidranský

dropped Filter (it is not ready for merging into master, revert this commit in a separate feature branch)

d276ae6c 2018-10-15 19:19 Pavel Fidranský

added back list of vertices in a Group

fe611231 2018-10-15 19:14 Pavel Fidranský

fixed Group name not to overflow its container

08d26834 2018-10-15 19:11 Pavel Fidranský

graph data are loaded only once for saved diagrams

712a6ca2 2018-10-11 15:23 Pavel Fidranský

dropped GraphHistory JS class

daad2157 2018-10-11 15:21 Pavel Fidranský

jsDoc

98ea2f81 2018-10-11 15:14 Pavel Fidranský

improved response flash messages

a6602c4c 2018-10-11 15:01 Pavel Fidranský

dropped expanded Group view

f4a56448 2018-10-11 14:56 Pavel Fidranský

Diagram can be saved as public

1b4a4119 2018-10-11 14:55 Pavel Fidranský

added Diagram JS class

d8b87a02 2018-10-11 14:55 Pavel Fidranský

minor improvements

0532d063 2018-10-09 20:36 Pavel Fidranský

user menu improvements

c5dff586 2018-10-09 20:25 Pavel Fidranský

preset diagram name for saved diagrams

2a2f32c2 2018-10-09 20:24 Pavel Fidranský

elements' visibility is controlled by body class which is set based on user's login state

2f31119d 2018-10-09 20:20 Pavel Fidranský

updated jQuery

9ce2a2ce 2018-09-19 06:16 Tomáš Šimandl

Load diagram bug fix

9bb7d6ed 2018-09-07 16:06 Tomáš Šimandl

remove group bug fix

- group was left in group list. When diagram was saved empty group was saved in db and after refresh empty group was visible.

0356f5a9 2018-09-07 10:02 Tomáš Šimandl

Added vertex archetype initialization + hide of unused selectors

fc56d1b6 2018-09-06 19:19 Tomáš Šimandl

rename attributes in b2f JSON to correspond with frontend

19bb62c4 2018-09-06 18:53 Tomáš Šimandl

selected node and edge are now stored in database.

6fd72b91 2018-09-06 13:49 Tomáš Šimandl

symbol display bug fixes

15e7f9e5 2018-09-05 13:02 Tomáš Šimandl

add possibility to show symbol in neighbors of groups

0111d95d 2018-09-05 12:34 Tomáš Šimandl

sideBar correct save and load from database

- distribution of groups and vertices
- neighbors symbol save and load