graphia icon indicating copy to clipboard operation
graphia copied to clipboard

A visualisation tool for the creation and analysis of graphs

Results 30 graphia issues
Sort by recently updated
recently updated
newest added

With Git master Graphia, QT 6.3.1 and GCC 12.1.1 the build fails quickly like so: ``` [...] -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test...

This function now requires the process argument list as the single-argument form is [now deprecated](https://doc.qt.io/qt-5/qprocess-obsolete.html#startDetached-2).

This checks the Qt version in root CMakeLists.txt file. Version determined by minimum version for QDate::startOfDay() which is introduced in 5.14

Thanks a lot for building this great tool! When I try to add attributes to the graph via `Import Attributes from Table` I keep running into the error `Failed to...

Hi there, thanks for Graphia, it's fantastic. I'm curious if I've missed a way to see bidirectional edges: This is a graph of this text file: ``` a b b...

enhancement

There is a rare crash that occurs when interacting with the graph size estimate plot, but only on macOS. The crash occurs in `QOpenGLContext::makeCurrent`: ``` [ 00 ] QOpenGLContext::makeCurrent(QSurface*) [...

bug

The `ThreadPool` class uses a `condition_variable` to pause worker threads when there is no work, and wake them up again when there is. On macOS there is a (relatively) rare...

bug

The README.md currently fails to mention any software dependencies (except Qt in general). These packages from the official Archlinux repositories were required for me to build and start Graphia: `qt5-base`...

Hi, I've been using Graphia for a few months now and really like it. However, and correct me if I am wrong, it seems to me that it is impossible...

enhancement