1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Version 1.6.0

This commit is contained in:
nowrep 2014-01-01 20:55:33 +01:00
parent 9a7c401b73
commit 4e4e653f9f
15 changed files with 18 additions and 19 deletions

View File

@ -1,5 +1,5 @@
Version 1.5.0 Version 1.6.0
* development version * released 1 January 2014
* added support for Proxy Auto-Config (PAC) * added support for Proxy Auto-Config (PAC)
* added option to open another private window from private window * added option to open another private window from private window
* added option to detach tabs from window * added option to detach tabs from window

View File

@ -73,7 +73,7 @@ You need to specify path to `macdeployqt` only if it is not in PATH.
Current version Current version
---------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------
The current stable version of QupZilla is 1.4.4. You can download precompiled packages The current stable version of QupZilla is 1.6.0. You can download precompiled packages
and the sources from the download section at [homepage](http://www.qupzilla.com/download). and the sources from the download section at [homepage](http://www.qupzilla.com/download).
However, if you want the latest revision, just take the latest code snapshot either by However, if you want the latest revision, just take the latest code snapshot either by
downloading a tarball or running: downloading a tarball or running:

View File

@ -7,7 +7,7 @@ UI_DIR = $$PWD/../build
# workaround for #849: see https://bugreports.qt-project.org/browse/QTBUG-23196 # workaround for #849: see https://bugreports.qt-project.org/browse/QTBUG-23196
mocinclude.CONFIG *= fix_target mocinclude.CONFIG *= fix_target
unix: VERSION = 1.5.0 unix: VERSION = 1.6.0
# Please read BUILD information # # Please read BUILD information #
#DEFINES *= NO_SYSTEM_DATAPATH #DEFINES *= NO_SYSTEM_DATAPATH

View File

@ -105,7 +105,7 @@
#define MENU_RECEIVER mApp->macMenuReceiver() #define MENU_RECEIVER mApp->macMenuReceiver()
#endif #endif
const QString QupZilla::VERSION = "1.5.0"; const QString QupZilla::VERSION = "1.6.0";
const QString QupZilla::BUILDTIME = __DATE__" "__TIME__; const QString QupZilla::BUILDTIME = __DATE__" "__TIME__;
const QString QupZilla::AUTHOR = "David Rosca"; const QString QupZilla::AUTHOR = "David Rosca";
const QString QupZilla::COPYRIGHT = "2010-2013"; const QString QupZilla::COPYRIGHT = "2010-2013";

View File

@ -493,7 +493,6 @@ void SearchEnginesManager::saveSettings()
QSqlQuery query; QSqlQuery query;
query.exec("DELETE FROM search_engines"); query.exec("DELETE FROM search_engines");
query.exec("ALTER TABLE search_engines ADD COLUMN postData TEXT"); // FIXME: Delete on release!
foreach (const Engine &en, m_allEngines) { foreach (const Engine &en, m_allEngines) {
query.prepare("INSERT INTO search_engines (name, icon, url, shortcut, suggestionsUrl, suggestionsParameters, postData) VALUES (?, ?, ?, ?, ?, ?, ?)"); query.prepare("INSERT INTO search_engines (name, icon, url, shortcut, suggestionsUrl, suggestionsParameters, postData) VALUES (?, ?, ?, ?, ?, ?, ?)");

View File

@ -4,8 +4,8 @@ IDI_ICON1 ICON DISCARDABLE "..\lib\data\icons\exeicons\qupzilla.ico"
IDI_ICON2 ICON DISCARDABLE "..\lib\data\icons\exeicons\page.ico" IDI_ICON2 ICON DISCARDABLE "..\lib\data\icons\exeicons\page.ico"
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,5,0,0 FILEVERSION 1,6,0,0
PRODUCTVERSION 1,5,0,0 PRODUCTVERSION 1,6,0,0
FILEFLAGS 0x0L FILEFLAGS 0x0L
FILEFLAGSMASK 0x3fL FILEFLAGSMASK 0x3fL
FILEOS 0x00040004L FILEOS 0x00040004L
@ -18,12 +18,12 @@ BEGIN
BEGIN BEGIN
VALUE "CompanyName", "QupZilla Team" VALUE "CompanyName", "QupZilla Team"
VALUE "FileDescription", "QupZilla Web Browser" VALUE "FileDescription", "QupZilla Web Browser"
VALUE "FileVersion", "1.5.0" VALUE "FileVersion", "1.6.0"
VALUE "LegalCopyright", "Copyright (C) 2010-2013 David Rosca" VALUE "LegalCopyright", "Copyright (C) 2010-2013 David Rosca"
VALUE "InternalName", "qupzilla" VALUE "InternalName", "qupzilla"
VALUE "OriginalFilename", "qupzilla.exe" VALUE "OriginalFilename", "qupzilla.exe"
VALUE "ProductName", "QupZilla" VALUE "ProductName", "QupZilla"
VALUE "ProductVersion", "1.5.0" VALUE "ProductVersion", "1.6.0"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"

View File

@ -64,7 +64,7 @@ bool AKN_Plugin::testPlugin()
{ {
// Let's be sure, require latest version of QupZilla // Let's be sure, require latest version of QupZilla
return (QupZilla::VERSION == QLatin1String("1.5.0")); return (QupZilla::VERSION == QLatin1String("1.6.0"));
} }
QTranslator* AKN_Plugin::getTranslator(const QString &locale) QTranslator* AKN_Plugin::getTranslator(const QString &locale)

View File

@ -59,7 +59,7 @@ void GnomeKeyringPlugin::unload()
bool GnomeKeyringPlugin::testPlugin() bool GnomeKeyringPlugin::testPlugin()
{ {
return (QupZilla::VERSION == QLatin1String("1.5.0")); return (QupZilla::VERSION == QLatin1String("1.6.0"));
} }
QTranslator* GnomeKeyringPlugin::getTranslator(const QString &locale) QTranslator* GnomeKeyringPlugin::getTranslator(const QString &locale)

View File

@ -81,7 +81,7 @@ void GM_Plugin::unload()
bool GM_Plugin::testPlugin() bool GM_Plugin::testPlugin()
{ {
return (QupZilla::VERSION == QLatin1String("1.5.0")); return (QupZilla::VERSION == QLatin1String("1.6.0"));
} }
QTranslator* GM_Plugin::getTranslator(const QString &locale) QTranslator* GM_Plugin::getTranslator(const QString &locale)

View File

@ -59,7 +59,7 @@ void KWalletPlugin::unload()
bool KWalletPlugin::testPlugin() bool KWalletPlugin::testPlugin()
{ {
return (QupZilla::VERSION == QLatin1String("1.5.0")); return (QupZilla::VERSION == QLatin1String("1.6.0"));
} }
QTranslator* KWalletPlugin::getTranslator(const QString &locale) QTranslator* KWalletPlugin::getTranslator(const QString &locale)

View File

@ -65,7 +65,7 @@ bool MouseGesturesPlugin::testPlugin()
{ {
// Let's be sure, require latest version of QupZilla // Let's be sure, require latest version of QupZilla
return (QupZilla::VERSION == QLatin1String("1.5.0")); return (QupZilla::VERSION == QLatin1String("1.6.0"));
} }
QTranslator* MouseGesturesPlugin::getTranslator(const QString &locale) QTranslator* MouseGesturesPlugin::getTranslator(const QString &locale)

View File

@ -67,7 +67,7 @@ bool PIM_Plugin::testPlugin()
{ {
// Let's be sure, require latest version of QupZilla // Let's be sure, require latest version of QupZilla
return (QupZilla::VERSION == QLatin1String("1.5.0")); return (QupZilla::VERSION == QLatin1String("1.6.0"));
} }
QTranslator* PIM_Plugin::getTranslator(const QString &locale) QTranslator* PIM_Plugin::getTranslator(const QString &locale)

View File

@ -72,7 +72,7 @@ void StatusBarIconsPlugin::unload()
bool StatusBarIconsPlugin::testPlugin() bool StatusBarIconsPlugin::testPlugin()
{ {
return (QupZilla::VERSION == QLatin1String("1.5.0")); return (QupZilla::VERSION == QLatin1String("1.6.0"));
} }
QTranslator* StatusBarIconsPlugin::getTranslator(const QString &locale) QTranslator* StatusBarIconsPlugin::getTranslator(const QString &locale)

View File

@ -97,7 +97,7 @@ bool TestPlugin::testPlugin()
//There should be some testing if plugin is loaded correctly //There should be some testing if plugin is loaded correctly
//If this function returns false, plugin is automatically unloaded //If this function returns false, plugin is automatically unloaded
return (QupZilla::VERSION == QLatin1String("1.5.0")); return (QupZilla::VERSION == QLatin1String("1.6.0"));
} }
QTranslator* TestPlugin::getTranslator(const QString &locale) QTranslator* TestPlugin::getTranslator(const QString &locale)

View File

@ -24,7 +24,7 @@ RequestExecutionLevel admin
SetCompressor /SOLID /FINAL lzma SetCompressor /SOLID /FINAL lzma
!define PRODUCT_NAME "QupZilla" !define PRODUCT_NAME "QupZilla"
!define /date PRODUCT_VERSION "1.4.4" !define /date PRODUCT_VERSION "1.6.0"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\qupzilla.exe" !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\qupzilla.exe"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
!define PRODUCT_UNINST_ROOT_KEY "HKLM" !define PRODUCT_UNINST_ROOT_KEY "HKLM"