1 2007-09-29 Holger Hans Peter Freyther <zecke@selfish.org>
5 -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
6 Remove Bakefiles from svn.
8 * Bakefiles/Bakefiles.bkgen: Removed.
9 * Bakefiles/ChangeLog: Removed.
10 * Bakefiles/Readme.txt: Removed.
11 * Bakefiles/presets.bkl: Removed.
12 * Bakefiles/update-file-lists.py: Removed.
14 2007-09-20 Holger Hans Peter Freyther <zecke@selfish.org>
16 Rubber stamped by Adam.
18 Renamed files from *Gdk to *Gtk (see #14732) using the
19 work of Juan A. Suarez Romero as a base.
26 2007-07-29 Brian Mastenbrook <brian@mastenbrook.net>
28 Build fix for WebKit/Gtk to compile on Fedora 7 as described in
29 http://bugs.webkit.org/show_bug.cgi?id=14557
31 * WebKit.pri: cairo-ft is used by the WebKit/Gtk port
33 2007-07-27 Simon Hausmann <hausmann@kde.org>
35 Done with and reviewed by Lars and Zack.
37 Exclude DumpRenderTree from the Qt build on Windows for now.
41 2007-07-27 Simon Hausmann <hausmann@kde.org>
43 Done with and reviewed by Lars and Zack.
45 Temporarily disable the ICO support for the Qt build on Windows.
49 2007-07-26 Simon Hausmann <hausmann@kde.org>
53 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.
57 2007-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
61 Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be
66 2007-07-18 Simon Hausmann <hausmann@kde.org>
70 Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
74 2007-07-18 Timothy Hatcher <timothy@apple.com>
76 Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
77 still use this one Makefile.shared as an include.
81 2007-07-12 George Staikos <staikos@kde.org>
83 Fix build in debug mode.
87 2007-07-11 Holger Hans Peter Freyther <zecke@selfish.org>
91 As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
92 WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
94 * WebKit.pri: Adjust INCLUDEPATH
96 2007-06-25 Adam Roben <aroben@apple.com>
98 Really remove LayoutTestResults.
100 * LayoutTestResults: Removed.
102 2007-06-25 Adam Roben <aroben@apple.com>
104 Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
105 http://bugs.webkit.org/show_bug.cgi?id=14405
109 * LayoutTestResults: Removed.
111 2007-06-25 Alp Toker <alp.toker@collabora.co.uk>
115 http://bugs.webkit.org/show_bug.cgi?id=13975
116 Use system-provided libjpeg and libpng
118 * WebKit.pri: Link against external libjpeg and libpng.
120 2007-06-20 Adam Roben <aroben@apple.com>
122 Reviewed by Simon Hausmann.
124 More Gdk build fixing.
128 2007-06-15 Adam Treat <adam@staikos.net>
130 Reviewed by George Staikos.
132 Add ICO support to the Qt build.
136 2007-06-13 George Staikos <staikos@kde.org>
140 Compile without self-linking.
144 2007-06-13 Simon Hausmann <hausmann@kde.org>
148 * WebKit.pri: WebKitQt is now called QtWebKit.
150 2007-05-31 Alp Toker <alp.toker@collabora.co.uk>
152 Reviewed by Eric Seidel.
154 http://bugs.webkit.org/show_bug.cgi?id=13941
155 Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
159 2007-05-18 Holger Hans Peter Freyther <zecke@selfish.org>
161 Reviewed by Mark Rowe.
163 * WebKit.pro: Build testkjs for Gdk and Qt
165 2007-05-11 Holger Freyther <freyther@kde.org>
167 Reviewed by Mark Rowe.
169 Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
170 and add ICU configuration to QMAKE_CXXFLAGS.
174 2007-05-06 Erik Bunce <kde@bunce.us>
176 Reviewed by Mark Rowe.
179 Removed unnecessary dependency on MacPorts (/opt/local)
181 2007-05-03 Holger Freyther <freyther@kde.org>
183 Reviewed by Zack, landed by Simon.
184 This is bugzilla bug 13499.
186 * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
188 * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
191 2007-04-27 Holger Freyther <freyther@kde.org>
195 Remove unmaintained CMake build system.
197 * CMakeLists.txt: Removed.
199 2007-01-30 Simon Hausmann <hausmann@kde.org>
203 * WebKit.pri: libJavaScriptCore is gone with the Qt build
206 2007-01-26 George Staikos <staikos@kde.org>
208 Remove headers - not needed now.
212 2007-01-23 George Staikos <staikos@kde.org>
214 Put everything back since we can't build everything without it yet.
218 2007-01-16 Lars Knoll <lars@trolltech.com>
222 Remove everything but the new public API from
227 2007-01-11 George Staikos <staikos@kde.org>
233 2007-01-03 Lars Knoll <lars@trolltech.com>
239 2006-12-17 Simon Hausmann <hausmann@kde.org>
241 Reviewed by Rob Buis.
243 * WebKit.pro: Build testkjs.
245 2006-12-14 Timothy Hatcher <timothy@apple.com>
249 * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
251 2006-12-13 Maciej Stachowiak <mjs@apple.com>
253 Reviewed by Brady and Anders.
255 * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
257 2006-12-10 Zack Rusin <zack@kde.org>
259 Client classes have been moved to WebKitQt/WebCoreSupport so
260 adjusting the pri file.
264 2006-12-10 George Staikos <staikos@kde.org>
268 Add WebKitBuild/Release back to the output dir for external build cases.
272 2006-12-10 Zack Rusin <zack@kde.org>
274 Fix the link directory location.
278 2006-12-10 Lars Knoll <lars@trolltech.com>
282 Include DumpRenderTree in the Qt build
286 2006-12-09 George Staikos <staikos@kde.org>
290 Correct the path to the libraries for QMake.
294 2006-12-09 Lars Knoll <lars@trolltech.com>
298 Make it possible to build WebKit with qmake.
303 2006-11-19 Simon Hausmann <hausmann@kde.org>
307 http://bugs.webkit.org/show_bug.cgi?id=11649
309 * CMakeLists.txt: Fix Qt-only build without KDE cmake files
311 2006-10-30 Timothy Hatcher <timothy@apple.com>
315 Make the universal build return non-zero when module make fails.
319 2006-10-30 Stephanie Lewis <slewis@apple.com>
323 Change Makefiles to return non-zero when module make fails.
327 2006-10-27 Brady Eidson <beidson@apple.com>
329 Rubber stamped by Tim Hatcher
331 Added "make universal" to build universal binaries
336 2006-10-01 Nikolas Zimmermann <zimmermann@kde.org>
340 * CMakeLists.txt: add option to disable colored output when building on the buildbot