Projekt

Obecné

Profil

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

# Datum Autor Komentář
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

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

b0664c78 2018-09-05 12:16 Tomáš Šimandl

move getUniqueId to Utils

9fae3996 2018-09-05 08:07 Tomáš Šimandl

symbol display bug fixes

- symbol displayed more than once
- symbol not removed after vertex was removed from side bar

ff932ba3 2018-08-29 12:44 Tomáš Šimandl

added TODOs for icon click event listener

d0a10e2e 2018-08-29 12:17 Tomáš Šimandl

removed originalId + minor fix

b395d1b4 2018-08-29 11:07 Tomáš Šimandl

Removed archetype prefix from title and rename to name

d2d5eac2 2018-08-29 11:05 Tomáš Šimandl

Move positions to vertex.position and group.position

5c067eb0 2018-08-29 11:04 Tomáš Šimandl

Move icon from archetypeIcons to vertexArchetype.icon

26feb57f 2018-08-28 10:50 Pavel Fidranský

minor frontend changes

78a6bb59 2018-08-28 10:48 Pavel Fidranský

UI for saving diagrams to database

60bada5b 2018-08-28 10:46 Pavel Fidranský

fully working frontend User menu

66b30558 2018-08-27 18:33 Pavel Fidranský

frontend cleanup

df5c414a 2018-08-27 18:29 Pavel Fidranský

fixed loading uploaded graph data

4a133d5e 2018-08-27 17:59 Pavel Fidranský

modified frontend to load graph data using only diagramId (no diagramHash)

0ac9b68b 2018-08-27 17:50 Pavel Fidranský

reworked upload screen

0354f040 2018-08-27 11:43 Pavel Fidranský

Viewport minimap

(WIP) minimap may be dragged to move Viewport

viewport Minimap

c91081fb 2018-08-22 11:58 Pavel Fidranský

Vertex/Edge attribute rendering

a10c7b7e 2018-08-22 09:17 Pavel Fidranský

minor fixes

00a234fc 2018-08-22 09:17 Pavel Fidranský

excluded Group related archetypes highlighting

085e4783 2018-08-22 08:48 Pavel Fidranský

dropped some unused functionality, merged DefaultPage with UploadFiles servlet

70453f8a 2018-08-21 10:45 Pavel Fidranský

excluded Vertex related archetypes highlighting

e93dcfbc 2018-08-21 09:37 Pavel Fidranský

Vertex related archetypes highlighting, refactoring of the whole highlighting functionality

86350a5b 2018-08-21 08:36 Pavel Fidranský

jsDoc, dropped unused functionality, minor improvements

88f8fe07 2018-08-21 08:31 Pavel Fidranský

Group search

4ca53f47 2018-08-21 08:28 Pavel Fidranský

detached stopPropagation function to Utils

d7cfe537 2018-08-21 08:26 Pavel Fidranský

new JSON format compatibility fixes

71580feb 2018-08-20 16:06 Pavel Fidranský

WIP: added filters

be9216bb 2018-08-20 16:06 Pavel Fidranský

modified Edge popover to display its attributes

7807dfae 2018-08-20 16:06 Pavel Fidranský

grouping vertices by their archetype

b20c8b4b 2018-08-20 16:06 Pavel Fidranský

Group name can be set using its constructor

7b537272 2018-08-20 16:06 Pavel Fidranský

modified Vertex popoved to display its attributes

5c40150d 2018-08-20 16:06 Pavel Fidranský

double-click to zoom in

5b05b4b8 2018-08-20 16:06 Pavel Fidranský

fixed Vertex to display its name w/o archetype

eb8dd3af 2018-08-20 16:06 Pavel Fidranský

changed title of Sidebar unconnected nodes list

4b16b670 2018-08-20 16:06 Pavel Fidranský

replaced Vertex interface icon by icon according to its archetype

8a357c6f 2018-08-20 16:06 Pavel Fidranský

replaced Edge lollipop by arrow

092c8d2d 2018-08-20 16:06 Pavel Fidranský

vertex/edge archetypes are stored in App

f5d0189e 2018-08-20 16:06 Pavel Fidranský

dropped unused functionality