Skip to content

Releases: xdobry/rdfglance

node-styles

25 Apr 13:58
Compare
Choose a tag to compare

In this release focus was to save graph state to disk and style visual graph.

The layout algorithm was improved to respect node size.
The node appearance can be customized in different ways.

image

zoom-usr

03 Apr 20:32
Compare
Choose a tag to compare

This release includes many small fixes and improvements that make to learn the application in explorative way.

  • user hints are added
  • many additional tool tips
  • adding icons to buttons
  • use more colors for important buttons
  • use link button for browsing
  • add hover effects for areas with actions (see table cells)
  • add windows icon
  • add graph view zoom (use ctrl + mouse wheel)
  • fix node dragging
  • fix column dragging
  • expanded nodes are located near the parent node

imp-1

27 Mar 15:21
Compare
Choose a tag to compare

Multiple improvements and functionality extension

  • support langString, you can set filter for all read rdf-data, and then adapt the viewed data language (see selection field in top right corner)
  • support rdf list. There are translated to properties and references. The list order is preserved
  • support additional rdf file formats (nd, trig, qnd)
  • improved layout force algorithm
  • show types and reference list as data grid. With better performance for big data
  • load all ttl rdf files from chosen directory (and subdirectories).
  • read and use prefixes from ttl files
  • store all iri data with prefixes (better memory usage)
  • show list of all used prefixes
  • settings dialog with following settings:
    • language filter (comma seperated list as: en,de). All literals that has language another then "en" or "de" are filtered out
    • setting for displaying predicate or types names
    • suppress data properties if not in data display language (always fallback to "en")
  • update dependencies and used compiler version