Home
last modified time | relevance | path

Searched refs:PgModelerVersion (Results 1 – 15 of 15) sorted by relevance

/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler_ui/src/
H A Daboutwidget.cpp39 pgmodeler_ver_lbl->setText(QString("v%1 ").arg(GlobalAttributes::PgModelerVersion)); in AboutWidget()
H A Dupdatenotifierwidget.cpp100 QUrl url(GlobalAttributes::PgModelerUpdateCheckURL + GlobalAttributes::PgModelerVersion); in checkForUpdate()
H A Dmodelsdiffhelper.cpp1034 attribs[Attributes::PgModelerVersion]=GlobalAttributes::PgModelerVersion; in processDiffInfos()
H A Dmainwindow.cpp267 window_title=this->windowTitle() + QString(" ") + GlobalAttributes::PgModelerVersion; in MainWindow()
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/main-cli/src/
H A Dmain.cpp29 …out << QString("pgModeler ") << GlobalAttributes::PgModelerVersion << QT_TR_NOOP(" command line in… in main()
H A Dpgmodelercli.cpp381 …out << QString("pgModeler ") << GlobalAttributes::PgModelerVersion << tr(" command line interface.… in showMenu()
789 …printMessage(QString("\npgModeler %1 %2").arg(GlobalAttributes::PgModelerVersion).arg(tr("command … in exec()
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libutils/src/
H A Dglobalattributes.h80 PgModelerVersion,
H A Dglobalattributes.cpp22 const QString GlobalAttributes::PgModelerVersion=QString("0.9.3-beta"); member in GlobalAttributes
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/main/src/
H A Dmain.cpp52 .arg(GlobalAttributes::PgModelerVersion) in startCrashHandler()
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/
H A Dmacdeploy.sh10 DEPLOY_VER=`cat libutils/src/globalattributes.cpp | grep PgModelerVersion | sed 's/.*PgModelerVersi…
H A Dlinuxdeploy.sh29 DEPLOY_VER=`cat libutils/src/globalattributes.cpp | grep PgModelerVersion | sed 's/.\+PgModelerVers…
H A Dwindeploy.sh6 DEPLOY_VER=`cat libutils/src/globalattributes.cpp | grep PgModelerVersion | sed 's/.\+PgModelerVers…
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libparsers/src/
H A Dattributes.cpp424 PgModelerVersion("pgmodeler-ver"), variable
H A Dattributes.h441 PgModelerVersion,
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler/src/
H A Ddatabasemodel.cpp7449 attribs_aux[Attributes::PgModelerVersion]=GlobalAttributes::PgModelerVersion; in getCodeDefinition()