1 2007-07-29 Brian Mastenbrook <brian@mastenbrook.net>
3 Build fix for WebKit/Gtk to compile on Fedora 7 as described in
4 http://bugs.webkit.org/show_bug.cgi?id=14557
6 * WebKit.pri: cairo-ft is used by the WebKit/Gtk port
8 2007-07-27 Simon Hausmann <hausmann@kde.org>
10 Done with and reviewed by Lars and Zack.
12 Exclude DumpRenderTree from the Qt build on Windows for now.
16 2007-07-27 Simon Hausmann <hausmann@kde.org>
18 Done with and reviewed by Lars and Zack.
20 Temporarily disable the ICO support for the Qt build on Windows.
24 2007-07-26 Simon Hausmann <hausmann@kde.org>
28 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.
32 2007-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
36 Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be
41 2007-07-18 Simon Hausmann <hausmann@kde.org>
45 Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
49 2007-07-18 Timothy Hatcher <timothy@apple.com>
51 Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
52 still use this one Makefile.shared as an include.
56 2007-07-12 George Staikos <staikos@kde.org>
58 Fix build in debug mode.
62 2007-07-11 Holger Hans Peter Freyther <zecke@selfish.org>
66 As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
67 WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
69 * WebKit.pri: Adjust INCLUDEPATH
71 2007-06-25 Adam Roben <aroben@apple.com>
73 Really remove LayoutTestResults.
75 * LayoutTestResults: Removed.
77 2007-06-25 Adam Roben <aroben@apple.com>
79 Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
80 http://bugs.webkit.org/show_bug.cgi?id=14405
84 * LayoutTestResults: Removed.
86 2007-06-25 Alp Toker <alp.toker@collabora.co.uk>
90 http://bugs.webkit.org/show_bug.cgi?id=13975
91 Use system-provided libjpeg and libpng
93 * WebKit.pri: Link against external libjpeg and libpng.
95 2007-06-20 Adam Roben <aroben@apple.com>
97 Reviewed by Simon Hausmann.
99 More Gdk build fixing.
103 2007-06-15 Adam Treat <adam@staikos.net>
105 Reviewed by George Staikos.
107 Add ICO support to the Qt build.
111 2007-06-13 George Staikos <staikos@kde.org>
115 Compile without self-linking.
119 2007-06-13 Simon Hausmann <hausmann@kde.org>
123 * WebKit.pri: WebKitQt is now called QtWebKit.
125 2007-05-31 Alp Toker <alp.toker@collabora.co.uk>
127 Reviewed by Eric Seidel.
129 http://bugs.webkit.org/show_bug.cgi?id=13941
130 Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
134 2007-05-18 Holger Hans Peter Freyther <zecke@selfish.org>
136 Reviewed by Mark Rowe.
138 * WebKit.pro: Build testkjs for Gdk and Qt
140 2007-05-11 Holger Freyther <freyther@kde.org>
142 Reviewed by Mark Rowe.
144 Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
145 and add ICU configuration to QMAKE_CXXFLAGS.
149 2007-05-06 Erik Bunce <kde@bunce.us>
151 Reviewed by Mark Rowe.
154 Removed unnecessary dependency on MacPorts (/opt/local)
156 2007-05-03 Holger Freyther <freyther@kde.org>
158 Reviewed by Zack, landed by Simon.
159 This is bugzilla bug 13499.
161 * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
163 * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
166 2007-04-27 Holger Freyther <freyther@kde.org>
170 Remove unmaintained CMake build system.
172 * CMakeLists.txt: Removed.
174 2007-01-30 Simon Hausmann <hausmann@kde.org>
178 * WebKit.pri: libJavaScriptCore is gone with the Qt build
181 2007-01-26 George Staikos <staikos@kde.org>
183 Remove headers - not needed now.
187 2007-01-23 George Staikos <staikos@kde.org>
189 Put everything back since we can't build everything without it yet.
193 2007-01-16 Lars Knoll <lars@trolltech.com>
197 Remove everything but the new public API from
202 2007-01-11 George Staikos <staikos@kde.org>
208 2007-01-03 Lars Knoll <lars@trolltech.com>
214 2006-12-17 Simon Hausmann <hausmann@kde.org>
216 Reviewed by Rob Buis.
218 * WebKit.pro: Build testkjs.
220 2006-12-14 Timothy Hatcher <timothy@apple.com>
224 * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
226 2006-12-13 Maciej Stachowiak <mjs@apple.com>
228 Reviewed by Brady and Anders.
230 * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
232 2006-12-10 Zack Rusin <zack@kde.org>
234 Client classes have been moved to WebKitQt/WebCoreSupport so
235 adjusting the pri file.
239 2006-12-10 George Staikos <staikos@kde.org>
243 Add WebKitBuild/Release back to the output dir for external build cases.
247 2006-12-10 Zack Rusin <zack@kde.org>
249 Fix the link directory location.
253 2006-12-10 Lars Knoll <lars@trolltech.com>
257 Include DumpRenderTree in the Qt build
261 2006-12-09 George Staikos <staikos@kde.org>
265 Correct the path to the libraries for QMake.
269 2006-12-09 Lars Knoll <lars@trolltech.com>
273 Make it possible to build WebKit with qmake.
278 2006-11-19 Simon Hausmann <hausmann@kde.org>
282 http://bugs.webkit.org/show_bug.cgi?id=11649
284 * CMakeLists.txt: Fix Qt-only build without KDE cmake files
286 2006-10-30 Timothy Hatcher <timothy@apple.com>
290 Make the universal build return non-zero when module make fails.
294 2006-10-30 Stephanie Lewis <slewis@apple.com>
298 Change Makefiles to return non-zero when module make fails.
302 2006-10-27 Brady Eidson <beidson@apple.com>
304 Rubber stamped by Tim Hatcher
306 Added "make universal" to build universal binaries
311 2006-10-01 Nikolas Zimmermann <zimmermann@kde.org>
315 * CMakeLists.txt: add option to disable colored output when building on the buildbot