1 2007-07-27 Simon Hausmann <hausmann@kde.org>
3 Done with and reviewed by Lars and Zack.
5 Temporarily disable the ICO support for the Qt build on Windows.
9 2007-07-26 Simon Hausmann <hausmann@kde.org>
13 Use QMAKE_LIBDIR instead of QMAKE_LFLAGS to specify the library search path for QtWebKit, as the former is portable and correctly transformed to /LIBPATH: with msvc for example.
17 2007-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
21 Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be
26 2007-07-18 Simon Hausmann <hausmann@kde.org>
30 Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
34 2007-07-18 Timothy Hatcher <timothy@apple.com>
36 Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
37 still use this one Makefile.shared as an include.
41 2007-07-12 George Staikos <staikos@kde.org>
43 Fix build in debug mode.
47 2007-07-11 Holger Hans Peter Freyther <zecke@selfish.org>
51 As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
52 WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
54 * WebKit.pri: Adjust INCLUDEPATH
56 2007-06-25 Adam Roben <aroben@apple.com>
58 Really remove LayoutTestResults.
60 * LayoutTestResults: Removed.
62 2007-06-25 Adam Roben <aroben@apple.com>
64 Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
65 http://bugs.webkit.org/show_bug.cgi?id=14405
69 * LayoutTestResults: Removed.
71 2007-06-25 Alp Toker <alp.toker@collabora.co.uk>
75 http://bugs.webkit.org/show_bug.cgi?id=13975
76 Use system-provided libjpeg and libpng
78 * WebKit.pri: Link against external libjpeg and libpng.
80 2007-06-20 Adam Roben <aroben@apple.com>
82 Reviewed by Simon Hausmann.
84 More Gdk build fixing.
88 2007-06-15 Adam Treat <adam@staikos.net>
90 Reviewed by George Staikos.
92 Add ICO support to the Qt build.
96 2007-06-13 George Staikos <staikos@kde.org>
100 Compile without self-linking.
104 2007-06-13 Simon Hausmann <hausmann@kde.org>
108 * WebKit.pri: WebKitQt is now called QtWebKit.
110 2007-05-31 Alp Toker <alp.toker@collabora.co.uk>
112 Reviewed by Eric Seidel.
114 http://bugs.webkit.org/show_bug.cgi?id=13941
115 Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
119 2007-05-18 Holger Hans Peter Freyther <zecke@selfish.org>
121 Reviewed by Mark Rowe.
123 * WebKit.pro: Build testkjs for Gdk and Qt
125 2007-05-11 Holger Freyther <freyther@kde.org>
127 Reviewed by Mark Rowe.
129 Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
130 and add ICU configuration to QMAKE_CXXFLAGS.
134 2007-05-06 Erik Bunce <kde@bunce.us>
136 Reviewed by Mark Rowe.
139 Removed unnecessary dependency on MacPorts (/opt/local)
141 2007-05-03 Holger Freyther <freyther@kde.org>
143 Reviewed by Zack, landed by Simon.
144 This is bugzilla bug 13499.
146 * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
148 * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
151 2007-04-27 Holger Freyther <freyther@kde.org>
155 Remove unmaintained CMake build system.
157 * CMakeLists.txt: Removed.
159 2007-01-30 Simon Hausmann <hausmann@kde.org>
163 * WebKit.pri: libJavaScriptCore is gone with the Qt build
166 2007-01-26 George Staikos <staikos@kde.org>
168 Remove headers - not needed now.
172 2007-01-23 George Staikos <staikos@kde.org>
174 Put everything back since we can't build everything without it yet.
178 2007-01-16 Lars Knoll <lars@trolltech.com>
182 Remove everything but the new public API from
187 2007-01-11 George Staikos <staikos@kde.org>
193 2007-01-03 Lars Knoll <lars@trolltech.com>
199 2006-12-17 Simon Hausmann <hausmann@kde.org>
201 Reviewed by Rob Buis.
203 * WebKit.pro: Build testkjs.
205 2006-12-14 Timothy Hatcher <timothy@apple.com>
209 * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
211 2006-12-13 Maciej Stachowiak <mjs@apple.com>
213 Reviewed by Brady and Anders.
215 * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
217 2006-12-10 Zack Rusin <zack@kde.org>
219 Client classes have been moved to WebKitQt/WebCoreSupport so
220 adjusting the pri file.
224 2006-12-10 George Staikos <staikos@kde.org>
228 Add WebKitBuild/Release back to the output dir for external build cases.
232 2006-12-10 Zack Rusin <zack@kde.org>
234 Fix the link directory location.
238 2006-12-10 Lars Knoll <lars@trolltech.com>
242 Include DumpRenderTree in the Qt build
246 2006-12-09 George Staikos <staikos@kde.org>
250 Correct the path to the libraries for QMake.
254 2006-12-09 Lars Knoll <lars@trolltech.com>
258 Make it possible to build WebKit with qmake.
263 2006-11-19 Simon Hausmann <hausmann@kde.org>
267 http://bugs.webkit.org/show_bug.cgi?id=11649
269 * CMakeLists.txt: Fix Qt-only build without KDE cmake files
271 2006-10-30 Timothy Hatcher <timothy@apple.com>
275 Make the universal build return non-zero when module make fails.
279 2006-10-30 Stephanie Lewis <slewis@apple.com>
283 Change Makefiles to return non-zero when module make fails.
287 2006-10-27 Brady Eidson <beidson@apple.com>
289 Rubber stamped by Tim Hatcher
291 Added "make universal" to build universal binaries
296 2006-10-01 Nikolas Zimmermann <zimmermann@kde.org>
300 * CMakeLists.txt: add option to disable colored output when building on the buildbot