Giter Site home page Giter Site logo

graphui's People

Contributors

artemanufrij avatar bilelmoussaoui avatar har9862 avatar meisenzahl avatar nathanbnm avatar vistaus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

graphui's Issues

Switch to meson

Would you like to switch this app & the rest of your apps to meson please? Once it's done, they will all get a flatpak package :)

Missing changelog information

AppCenter had some issues with your GitHub release changelog. We tried to fix
them as best we can, but you should make note about fixing them for your next
release.

  • Missing list of changes

Please format your GitHub release
body with a list of changes. AppCenter will use this to fill in all the needed
changelog information.

If you need help with this issue please stop by the gitter channel.

Affects: 0.1.5 release

Add appdata to be translated

Translating appdata.xml file will help people to know about your app in the AppCenter. For example mostly French users won't download the app if it's description is in English, 'cause they will think that the app isn't translated and won't take time to read if its not translated.

Add your stripe key to appdata

In the new version of AppCenter Dashboard, we're no longer modifying your appdata before publishing, so you'll need to add your stripe key to appdata.xml to continue to monetize your app in elementary OS 6

For your convenience, your public stripe key is:
<value key="x-appcenter-stripe">pk_live_fMIdkgwtjRYRqirLVgN2xrMZ</value>

No support for relative paths

When using url's to images, only absolute paths from root are supported. Otherwise a "Warning: No such file or directory while opening [file]" error is displayed, whereas this does work when calling the dot command from CLI.

Package as Flatpak for elementary OS 6

As you might have heard, AppCenter is going Flatpak! For elementary OS 6, we will not longer be accepting Debian packaging, so your app will need to be updated.

We have documentation on our developer guide for writing your Flatpak manifest here: https://docs.elementary.io/develop/writing-apps/our-first-app/packaging#flatpak-manifest

Also, in case you missed it, elementary OS 6 beta 2 is now available. This is a great time to get your app packaged up as Flatpak and test that everything is working before the final release. AppCenter submission for OS 6 will be open soon, so don't delay :)

Render graphs async

Currently it appears that GraphUI invokes GraphViz tools synchronously, blocking the user interface until the command completes.

For large graphs with layouts like fdp, rendering the graph can take a really long time. It would be nice to have a progress indicator and to keep the UI responsive.

Mixed license

Preambles in sources codes are GPL2+ while Debian packaging (./debian/copyright) mentioned GPL3+

Could you sort that and add a LICENSE in the repository ? this is needed in order to package your app correctly for Nix (see: NixOS/nixpkgs#78021)

Appstream validation fails

Currently the validation fails with :

• style-invalid         : Content before <ul> is too short [10], at least 20 characters required

Pressing '0' opens the 'Open File Dialog'

Typing a '0' by releasing the key, in the code field, opens the Open file dialog for me.

taking a quick look at your codebase, it seems this is the course of trouble:

string[] accel_open = {"<Control>o", "0"};

But you seem to set it for Save File also.

When I work with Automatons, i like to make an initual node like this:

q0 [label="", shape=none];

And i find it slightly problematic that i can't type a 0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.