plugins icon indicating copy to clipboard operation
plugins copied to clipboard

pgModeler plug-ins repository

Results 11 plugins issues
Sort by recently updated
recently updated
newest added

I'm trying to compile pgModeler 1.1.0-alpha1 with the graphicalquerybuilder plugin on Windows using MSYS2 MINGW64. Without the plugin, I can compile it with no issues based on the instructions on...

When I make pgmodeler... I have error: src/sampleplugin.h:54:30: error: unknown type name 'ActionId' virtual QAction *getAction(ActionId act_id) const;

**Bug description** I get the error message below when comping pgModeler. I have compiled earlier versions without problems, eg 0.9.3. **Reproduce** ``` export QT_ROOT=/usr/lib/qt5 export INSTALLATION_ROOT=~/code/pgmodeler/bin/0.9.4-beta1 mkdir -pv $INSTALLATION_ROOT cd...

I came across this error after running make. make[3]: Entering directory '/c/Users/David/IdeaProjects/pgmodeler/pgmodeler-main/plugins/dummy' make[3]: Nothing to be done for 'first'. make[3]: Leaving directory '/c/Users/David/IdeaProjects/pgmodeler/pgmodeler-main/plugins/dummy' make[2]: Leaving directory '/c/Users/David/IdeaProjects/pgmodeler/pgmodeler-main/plugins/dummy' cd xml2object/ &&...

I'm trying to compile the v0.9.4 with GQB included. I have tried all combinations of main/develop branches for pgModeler and plugins, but get the same result all the time: ```...

I love pgModeler but am struggling to integrate it into the workflow by Elixir developers. Elixir uses a database persistence framework called "Ecto", which is actually freaking amazing. However, it...

change to getXMLHighlightConfPath() method,which is public method.

GlobalAttributes::getPluginsDir() is public method.

Running `setup.sh paal` results in an error: ```bash root@6d55f123b18e:/pgmodeler/plugins/graphicalquerybuilder# ./setup.sh paal Cloning into 'paal'... fatal: unable to access 'http://siekiera.mimuw.edu.pl:8082/paal/': Failed to connect to siekiera.mimuw.edu.pl port 8082: Connection timed out ```...

**Bug description** Cannot load plugins after successful compilation. pgModeler starts, but plugins are not loaded and error is reported before the main window opens. My qmake was like this: ```...