David Rosca
cf044356fa
Version 1.8.0
2014-09-26 10:35:35 +02:00
David Rosca
c0c435e197
Build: Fix setting QUPZILLA_VERSION define on non-unix platforms
...
[ci-skip]
2014-09-25 15:19:22 +02:00
David Rosca
04a977dfea
Haiku: Remove setting QUPZILLA_PREFIX in defines.pri
...
It actually didn't work the way it was set
2014-09-25 14:57:36 +02:00
Alf Gaida
ff0e5b8b2c
/usr/lib vs /usr/lib/$arch-linux-gnu
...
* don't recommend qtchooser
* in case that /usr/lib/$arch-linux-gnu don't exists use /usr/lib
2014-07-07 23:20:39 +02:00
Alf Gaida
ca4acc48bf
Fix and simplify library folder for unix
...
Using QMAKE_HOST.arch is not the best of all possibilities to do so:
<pre>
cd src/plugins/ && ( test -e Makefile || /usr/lib/i386-linux-gnu/qt5/bin/qmake /tmp/buildd/qupzilla-1.6.6.siduction.8/src/plugins/plugins.pro -nocache QMAKE_CFLAGS_RELEASE=-g\ -O2\ -fstack-protector\ --param=ssp-buffer-size=4\ -Wformat\ -Werror=format-security\ -D_FORTIFY_SOURCE=2 QMAKE_CFLAGS_DEBUG=-g\ -O2\ -fstack-protector\ --param=ssp-buffer-size=4\ -Wformat\ -Werror=format-security\ -D_FORTIFY_SOURCE=2 QMAKE_CXXFLAGS_RELEASE=-g\ -O2\ -fstack-protector\ --param=ssp-buffer-size=4\ -Wformat\ -Werror=format-security\ -D_FORTIFY_SOURCE=2 QMAKE_CXXFLAGS_DEBUG=-g\ -O2\ -fstack-protector\ --param=ssp-buffer-size=4\ -Wformat\ -Werror=format-security\ -D_FORTIFY_SOURCE=2 QMAKE_LFLAGS_RELEASE=-Wl,-z,relro QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr -o Makefile ) && make -f Makefile
Project MESSAGE: QMAKE_HOST.arch: x86_64
Project MESSAGE: QT_ARCH: i386
Project MESSAGE: QUPZILLA_PREFIX:
Project MESSAGE: library folder /usr/lib/i386-linux-gnu
</pre>
(Build in a i386-build-chroot on a amd64 host)
2014-07-07 01:11:33 +02:00
Alf Gaida
7c7226b3f6
move the conditional settings up
...
make a comment about switching the Qt versions
remove commented out define for portable builds, there is a enviromental setting for it
remove the conditional define for w7api, its hard set anyway
2014-07-06 19:29:15 +02:00
Alf Gaida
efaf8a948f
Trigger debug builds via environment
2014-07-06 13:28:43 +02:00
Augustin Cavalier
e7181f1369
[Haiku] Link to -lexecinfo.
2014-07-01 14:20:06 -04:00
Augustin Cavalier
45804d0c26
[Haiku] Build system tweaks for Haiku.
...
Patch by Arfonzo.
2014-06-30 12:43:38 -04:00
David Rosca
75b532a4a1
[Build] Try to use only "lrelease" binary from PATH with Qt5
...
If the lrelease binary is not in QT_INSTALL_BINS/lrelease, try to use
just lrelease from PATH with Qt5, instead of incorrectly trying to use
lrelease-qt4
2014-05-23 11:40:12 +02:00
David Rosca
0f79797be4
[Build] Correctly choose /usr/lib/i386-linux-gnu as LIBDIR on 32b Debian
...
QMAKE_HOST.arch is empty on x86
2014-04-23 08:40:28 +02:00
David Rosca
535cc3e73a
[QzCommon] Move constants initialization into source file (.cpp)
...
Plugins are now checking for a match of version that were built with
in Plugin::testPlugin() function.
2014-04-17 15:20:54 +02:00
nowrep
c0311d7ee8
[Building] Include defines.pri after Qt modules are added
...
Fixes regression from 74883f8af4
Closes #1253
2014-03-05 19:00:53 +01:00
nowrep
74883f8af4
[Building] Use QZ_DESTDIR variable for $SRC/bin directory
...
Should fix problems with shadow builds.
Closes #1252
2014-03-04 15:14:19 +01:00
nowrep
29f20ae520
[Building] Don't require ending slash in USE_LIBPATH and QUPZILLA_PREFIX options
2014-03-03 15:08:52 +01:00
nowrep
a7d382ee42
[Cleanup] Use QZ_WS_X11 only for X11 specific code
...
In other cases, use Q_OS_UNIX for determining UNIX platform.
UNIX platfroms without X11 should benefit from this commit, including
MAC and UNIXes on Wayland.
2014-03-03 14:47:47 +01:00
nowrep
35fb5cecad
[Json] Removed dependency on QJson
...
QtScript is now used instead of QJson. QtScript is available on both
Qt 4 & Qt 5 and also as side benefit, is TWICE as fast as QJson!
2014-02-10 23:33:12 +01:00
nowrep
da970b274d
[QJson] Check for QJson headers in /usr/include/qjson
...
Also hopefully fix the QJSON_HAVE_INDENT check
2014-02-08 00:47:03 +01:00
nowrep
eef8741b4b
[QJson] Hack to check for Indent support
...
There is no library version available in header files, so this is
the only solution to fix building on Debian stable
2014-02-08 00:19:22 +01:00
nowrep
f19110c302
[Mac] Disable DBus as it is not available in Qt 5
2014-02-04 23:04:06 +01:00
nowrep
5b55d5b483
Add build option to disable new version checking
...
Closes #1184
2014-02-02 16:21:48 +01:00
nowrep
585da812dd
Development version 1.7.0
2014-01-26 19:12:34 +01:00
nowrep
4565c63cb7
[defines.pri] Correctly use new GNOME_INTEGRATION build flag
2014-01-02 17:55:21 +01:00
nowrep
4e4e653f9f
Version 1.6.0
2014-01-01 20:55:33 +01:00
nowrep
479df003a0
defines.pri: Set QMAKE_LFLAGS_RPATH when empty
...
Closes #1089
2013-11-19 20:09:59 +01:00
nowrep
c7c1002fce
[Building] Fixed setting KDE_INTEGRATION flag
2013-05-20 01:10:37 +02:00
nowrep
6e4f21930c
[Building] Rename KDE flag to KDE_INTEGRATION
2013-05-19 10:52:44 +02:00
S. Razi Alavizadeh
2fdce1ed81
[Windows] Fixed compile issue about mocinclude target.
...
-see #849
2013-04-17 01:32:36 +04:30
nowrep
1c36390e3f
[Linux] Install libs into /usr/lib/arch-linux-gnu if exists.
...
Installing into /usr/lib/i386-linux-gnu, /usr/lib/x86_64-linux-gnu
according to build platform if this directory exists.
If not or build architecture cannot be determined, falling back to
/usr/lib directory.
2013-03-23 17:15:08 +01:00
nowrep
1d5d480c85
Added support for building with Wayland.
...
See NO_X11 define in BUILDING.
2013-03-23 14:16:08 +01:00
nowrep
8af495599c
Development version has now 1.5.0 version number.
2013-03-17 10:32:55 +01:00
nowrep
1e6b9a915d
[Build] Use pkg-config only on linux.
2013-03-14 15:29:12 +01:00
nowrep
79c57f61b6
Version 1.4.0
2013-03-11 17:45:48 +01:00
nowrep
0ca121898d
[PageFormCompleter] Don't try to extract form if formdata is invalid.
2013-02-25 14:51:52 +01:00
nowrep
e7213bdf12
[Qt5] Fixed getting correctly QtWebKit version with pkg-config.
...
QtWebKit module is named Qt5WebKitWidgets in Qt 5.
Versioning is also different from Qt 4.
2013-02-24 23:19:37 +01:00
nowrep
27cd8cce64
Revert "[QtWin] using of direct WinAPI call."
...
It has to be resolved at runtime to provide the same binary
compatibility with Windows versions older than Vista.
This reverts commit 2db89f50bf
.
2013-02-18 21:44:14 +01:00
S. Razi Alavizadeh
2db89f50bf
[QtWin] using of direct WinAPI call.
2013-02-17 13:35:11 +03:30
nowrep
47eecba4da
Added QtWebKit platform plugin for notifications and spellcheck.
...
It's mostly just copied implementation from qtwebkit-plugins repo.
Spellcheck is only very basic.
Spellcheck will be automaticaly compiled if pkg-config detects
installed hunspell library.
2013-02-03 18:14:57 +01:00
nowrep
c0c0d51b25
Little cleanups in code.
...
Show WebGL enabled with QtWebKit 2.3 only on Linux.
2013-02-02 13:54:26 +01:00
nowrep
4f3c8b0d00
Check for QtWebKit 2.2 availability with pkg-config.
...
Fixes issues with building with QtWebKit 2.2 and Qt 4.7
2013-01-31 20:27:37 +01:00
nowrep
ef4cfad805
Removed USE_QTWEBKIT_2_2 build variable.
...
It will now be automatically detected.
It assume that if you are building with Qt 4.8 and higher,
you have QtWebKit 2.2 and higher.
2013-01-19 19:37:40 +01:00
nowrep
44693080cb
Qt5: Fixed Q_WS_X11 macro usage
2012-12-22 12:47:45 +01:00
nowrep
eddc51734a
Version 1.3.5
2012-09-16 20:42:07 +02:00
S. Razi Alavizadeh
c5f1acc03e
Fixed MINGW build errors.
2012-08-13 09:29:01 +02:00
nowrep
0a7741cc42
Version 1.3.1
...
- just bugfix release
2012-07-16 13:59:24 +02:00
nowrep
274c234988
Fixed building on Windows + updated v1.3.0 tag
2012-07-12 10:44:46 +02:00
nowrep
2d5c9bcc2b
Building: Option to build without QtDBUS module.
...
- more info in BUILDING
- desktop notifications will be disabled with this option
2012-07-10 11:56:24 +02:00
nowrep
99722aa7aa
Added option to open external protocols in system apps.
...
- so for example, links with apt: or tomahawk: protocol can be opened
- it will ask user whether he wants to open link in external app
and give option to remember the choice
2012-04-13 13:26:32 +02:00
nowrep
7e3ff6f126
Version 1.2.0
2012-04-05 13:22:19 +02:00
nowrep
8f6979e06e
Fixing the crash from #367 (hopefully) now.
2012-04-05 12:43:48 +02:00