Project

General

Profile

Download (2.33 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
6e9595e7 05/30/2017 01:48 PM Patrick Plitzner

Fix service handling and refresh problem for distribution table

e6b01164 02/10/2017 04:44 PM Andreas Kohlbecker

ref

f5b90187 11/02/2016 12:04 PM Patrick Plitzner

ref #5458 Performance and usability

  • avoid re-initialization of distribution settings
  • removed Save button
f9517a12 11/01/2016 03:50 PM Patrick Plitzner

ref #5458 Add taxon filter to distribution settings

4a72ff97 11/01/2016 02:00 PM Patrick Plitzner

ref #5458 Improve performance for taxon tree in settings dialog

  • more efficient caching
f8b0de79 10/26/2016 03:23 PM Patrick Plitzner

ref #5458 Fix item initialization problems

fe7f0131 10/26/2016 02:56 PM Patrick Plitzner

ref #5458 Use service based on UuidAndTitleCache to build taxon tree

b8e7047b 10/18/2016 05:57 PM Patrick Plitzner

ref #5458 Performance increase for taxon node selection

  • by using SqlContainer the nodes are lazily loaded
  • child nodes are loaded via a second SQL query which is filtered for parent_id when expanding a node
  • parent-child relations are cached
a6e7790d 09/05/2016 04:45 PM Patrick Plitzner

ref #5458 Add taxon tree instead of combo box

33a5d14e 09/05/2016 10:07 AM Patrick Plitzner

ref #5458 temp commit add tree to distribution selection

c2c4af3c 08/30/2016 11:26 AM Patrick Plitzner

ref #5458 Add root node to node container constructor

d49a2434 08/22/2016 10:04 AM Patrick Plitzner

Fix potential NPE

4d00f3a5 06/13/2016 07:29 PM Patrick Plitzner

Optimize taxon node container #5458

0fe2112f 06/13/2016 10:58 AM Patrick Plitzner

Implement taxon node container to be used in selection view and settings
window #5458