Updated web-links.
This commit is contained in:
parent
3766369c49
commit
1bfbc3dc9d
@ -339,21 +339,33 @@
|
||||
<iconset resource="../res/resources.qrc">
|
||||
<normaloff>:/buttons/setup.png</normaloff>:/buttons/setup.png</iconset>
|
||||
</property>
|
||||
<addaction name="actionWebJarod"/>
|
||||
<addaction name="actionWebVideoLAN"/>
|
||||
<addaction name="actionWebKomisar"/>
|
||||
<addaction name="actionWebJEEB"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuDownloadAvisynth">
|
||||
<property name="title">
|
||||
<string>Download Avisynth</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../res/resources.qrc">
|
||||
<normaloff>:/buttons/setup.png</normaloff>:/buttons/setup.png</iconset>
|
||||
</property>
|
||||
<addaction name="actionWebAvisynth32"/>
|
||||
<addaction name="actionWebAvisynth64"/>
|
||||
</widget>
|
||||
<addaction name="actionWebMulder"/>
|
||||
<addaction name="actionWebX264"/>
|
||||
<addaction name="actionWebSupport"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="menuDownloadX264"/>
|
||||
<addaction name="actionWebAvisynth32"/>
|
||||
<addaction name="actionWebAvisynth64"/>
|
||||
<addaction name="menuDownloadAvisynth"/>
|
||||
<addaction name="actionWebVapourSynth"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionWebWiki"/>
|
||||
<addaction name="actionWebBluRay"/>
|
||||
<addaction name="actionWebAvsWiki"/>
|
||||
<addaction name="actionWebVapourSynthDocs"/>
|
||||
<addaction name="actionWebSecret"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionAbout"/>
|
||||
@ -421,13 +433,13 @@
|
||||
<string>Komisar's Web-Site</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionWebJarod">
|
||||
<action name="actionWebVideoLAN">
|
||||
<property name="icon">
|
||||
<iconset resource="../res/resources.qrc">
|
||||
<normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Jarod's Web-Site</string>
|
||||
<string>VideoLAN Builds</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionWebWiki">
|
||||
@ -532,19 +544,19 @@
|
||||
<action name="actionWebAvisynth32">
|
||||
<property name="icon">
|
||||
<iconset resource="../res/resources.qrc">
|
||||
<normaloff>:/buttons/setup.png</normaloff>:/buttons/setup.png</iconset>
|
||||
<normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Download Avisynth (32-Bit)</string>
|
||||
<string>32-Bit Avisynth (Stable)</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionWebAvisynth64">
|
||||
<property name="icon">
|
||||
<iconset resource="../res/resources.qrc">
|
||||
<normaloff>:/buttons/setup.png</normaloff>:/buttons/setup.png</iconset>
|
||||
<normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Download Avisynth (64-Bit)</string>
|
||||
<string>64-Bit Avisynth (Experimental)</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionWebJEEB">
|
||||
@ -604,6 +616,34 @@
|
||||
<string>Open...</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionDownload_Avisynth">
|
||||
<property name="text">
|
||||
<string>Download Avisynth</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionUtz">
|
||||
<property name="text">
|
||||
<string>utz</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionWebVapourSynth">
|
||||
<property name="icon">
|
||||
<iconset resource="../res/resources.qrc">
|
||||
<normaloff>:/buttons/setup.png</normaloff>:/buttons/setup.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Download VapourSynth</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionWebVapourSynthDocs">
|
||||
<property name="icon">
|
||||
<iconset resource="../res/resources.qrc">
|
||||
<normaloff>:/buttons/book_open.png</normaloff>:/buttons/book_open.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>VapourSynth Manual</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<tabstops>
|
||||
<tabstop>buttonAddJob</tabstop>
|
||||
|
@ -22,7 +22,7 @@
|
||||
#define VER_X264_MAJOR 2
|
||||
#define VER_X264_MINOR 1
|
||||
#define VER_X264_PATCH 9
|
||||
#define VER_X264_BUILD 548
|
||||
#define VER_X264_BUILD 552
|
||||
|
||||
#define VER_X264_MINIMUM_REV 2339
|
||||
#define VER_X264_CURRENT_API 135
|
||||
|
@ -161,10 +161,12 @@ MainWindow::MainWindow(const x264_cpu_t *const cpuFeatures)
|
||||
connect(actionWebMulder, SIGNAL(triggered()), this, SLOT(showWebLink()));
|
||||
connect(actionWebX264, SIGNAL(triggered()), this, SLOT(showWebLink()));
|
||||
connect(actionWebKomisar, SIGNAL(triggered()), this, SLOT(showWebLink()));
|
||||
connect(actionWebJarod, SIGNAL(triggered()), this, SLOT(showWebLink()));
|
||||
connect(actionWebVideoLAN, SIGNAL(triggered()), this, SLOT(showWebLink()));
|
||||
connect(actionWebJEEB, SIGNAL(triggered()), this, SLOT(showWebLink()));
|
||||
connect(actionWebAvisynth32, SIGNAL(triggered()), this, SLOT(showWebLink()));
|
||||
connect(actionWebAvisynth64, SIGNAL(triggered()), this, SLOT(showWebLink()));
|
||||
connect(actionWebVapourSynth, SIGNAL(triggered()), this, SLOT(showWebLink()));
|
||||
connect(actionWebVapourSynthDocs, SIGNAL(triggered()), this, SLOT(showWebLink()));
|
||||
connect(actionWebWiki, SIGNAL(triggered()), this, SLOT(showWebLink()));
|
||||
connect(actionWebBluRay, SIGNAL(triggered()), this, SLOT(showWebLink()));
|
||||
connect(actionWebAvsWiki, SIGNAL(triggered()), this, SLOT(showWebLink()));
|
||||
@ -493,7 +495,7 @@ void MainWindow::showAbout(void)
|
||||
text2 += tr("Copyright (c) 2000 Ben Rudiak-Gould and all subsequent developers.<br>");
|
||||
text2 += tr("Released under the terms of the GNU General Public License.<br><br>");
|
||||
text2 += tr("Please visit the web-site <a href=\"%1\">%1</a> for more information.<br>").arg("http://avisynth.org/");
|
||||
text2 += tr("Read the <a href=\"%1\">guide</a> to get started and use the <a href=\"%2\">support forum</a> for help!<br></tt></nobr>").arg("http://avisynth.org/mediawiki/First_script", "http://forum.doom9.org/forumdisplay.php?f=33");
|
||||
text2 += tr("Read the <a href=\"%1\">guide</a> to get started and use the <a href=\"%2\">support forum</a> for help!<br></tt></nobr>").arg("http://avisynth.nl/index.php/First_script", "http://forum.doom9.org/forumdisplay.php?f=33");
|
||||
|
||||
QMessageBox x264Box(this);
|
||||
x264Box.setIconPixmap(QIcon(":/images/avisynth.png").pixmap(48,67));
|
||||
@ -539,13 +541,15 @@ void MainWindow::showWebLink(void)
|
||||
if(QObject::sender() == actionWebMulder) QDesktopServices::openUrl(QUrl(home_url));
|
||||
if(QObject::sender() == actionWebX264) QDesktopServices::openUrl(QUrl("http://www.x264.com/"));
|
||||
if(QObject::sender() == actionWebKomisar) QDesktopServices::openUrl(QUrl("http://komisar.gin.by/"));
|
||||
if(QObject::sender() == actionWebJarod) QDesktopServices::openUrl(QUrl("http://www.x264.nl/"));
|
||||
if(QObject::sender() == actionWebVideoLAN) QDesktopServices::openUrl(QUrl("http://download.videolan.org/pub/x264/binaries/"));
|
||||
if(QObject::sender() == actionWebJEEB) QDesktopServices::openUrl(QUrl("http://x264.fushizen.eu/"));
|
||||
if(QObject::sender() == actionWebAvisynth32) QDesktopServices::openUrl(QUrl("http://sourceforge.net/projects/avisynth2/files/AviSynth%202.5/"));
|
||||
if(QObject::sender() == actionWebAvisynth64) QDesktopServices::openUrl(QUrl("http://code.google.com/p/avisynth64/downloads/list"));
|
||||
if(QObject::sender() == actionWebVapourSynth) QDesktopServices::openUrl(QUrl("http://www.vapoursynth.com/"));
|
||||
if(QObject::sender() == actionWebVapourSynthDocs) QDesktopServices::openUrl(QUrl("http://www.vapoursynth.com/doc/"));
|
||||
if(QObject::sender() == actionWebWiki) QDesktopServices::openUrl(QUrl("http://mewiki.project357.com/wiki/X264_Settings"));
|
||||
if(QObject::sender() == actionWebBluRay) QDesktopServices::openUrl(QUrl("http://www.x264bluray.com/"));
|
||||
if(QObject::sender() == actionWebAvsWiki) QDesktopServices::openUrl(QUrl("http://avisynth.org/mediawiki/Main_Page#Usage"));
|
||||
if(QObject::sender() == actionWebAvsWiki) QDesktopServices::openUrl(QUrl("http://avisynth.nl/index.php/Main_Page#Usage"));
|
||||
if(QObject::sender() == actionWebSupport) QDesktopServices::openUrl(QUrl("http://forum.doom9.org/showthread.php?t=144140"));
|
||||
if(QObject::sender() == actionWebSecret) QDesktopServices::openUrl(QUrl("http://www.youtube.com/watch_popup?v=AXIeHY-OYNI"));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user