1 2007-12-20 Alp Toker <alp@atoker.com>
3 Rubber-stamped by Maciej.
5 http://bugs.webkit.org/show_bug.cgi?id=16542
6 [GTK] Text is missing with old Pango version
8 Back out commits r28880, r28876, r28865, r28864 which added Pango font
9 selection support. These changes caused a regression where no text was
10 displayed with older Pango versions.
14 2007-12-19 Alp Toker <alp@atoker.com>
16 Remove the cairo-ft pkg-config check. The GTK+ port doesn't use
17 cairo-ft directly following changes in r28864.
21 2007-12-12 Alp Toker <alp@atoker.com>
23 Reviewed by Mark Rowe.
25 http://bugs.webkit.org/show_bug.cgi?id=16302
26 [GTK] Compiler flags for optimization
28 Use the compiler flags -fno-exceptions -fno-rtti.
30 This patch does not add all the flags discussed in the bug report,
35 2007-12-04 Xan Lopez <xan@gnome.org>
37 Reviewed by Alp Toker.
39 http://bugs.webkit.org/show_bug.cgi?id=15561
40 GTK port needs DumpRenderTree implementation
42 Start work on the GTK+ DRT.
46 2007-11-30 Alp Toker <alp@atoker.com>
48 Reviewed by Adam Roben.
50 http://bugs.webkit.org/show_bug.cgi?id=15691
51 [GTK] Public API does not follow GTK+ conventions
53 Refactor the WebKit/GTK+ public API. Changes:
54 WebKitPage -> WebKitWebView
55 WebKitFrame -> WebKitWebFrame
57 Public API source and header names have been updated to mirror the API
60 The API is now kept in WebKit/gtk/WebView to match other ports in the
61 same class such as Mac and Win.
65 2007-11-26 Rodney Dawes <dobey@wayofthemonkey.com>
67 Reviewed by Mark Rowe.
69 Set CONFIG option for the window system GTK+ is using
73 2007-11-22 Alp Toker <alp@atoker.com>
75 GTK+ build fix. Pass a correct LIBDIR value.
79 2007-11-20 Mark Rowe <mrowe@apple.com>
81 Reviewed by Alp Toker.
83 * WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore.
85 2007-11-20 Alp Toker <alp@atoker.com>
87 Reviewed by Simon Hausmann.
89 Clean up GTK+ port configuration.
91 Use similar compiler warning flags to the Mac build.
93 Add the qmake changes needed for DirectFB support.
97 2007-11-07 Simon Hausmann <hausmann@kde.org>
101 Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree.
102 That means that changes to the public API of the Qt port also trigger a rebuild of the tools.
106 2007-10-03 Lars Knoll <lars@trolltech.com>
108 Signed off by olliej.
110 move WebKitQt to WebKit/qt for consistency with the other ports.
115 2007-10-03 Lars Knoll <lars@trolltech.com>
119 Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin.
123 2007-09-29 Holger Hans Peter Freyther <zecke@selfish.org>
127 -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
128 Remove Bakefiles from svn.
130 * Bakefiles/Bakefiles.bkgen: Removed.
131 * Bakefiles/ChangeLog: Removed.
132 * Bakefiles/Readme.txt: Removed.
133 * Bakefiles/presets.bkl: Removed.
134 * Bakefiles/update-file-lists.py: Removed.
136 2007-09-20 Holger Hans Peter Freyther <zecke@selfish.org>
138 Rubber stamped by Adam.
140 Renamed files from *Gdk to *Gtk (see #14732) using the
141 work of Juan A. Suarez Romero as a base.
148 2007-07-29 Brian Mastenbrook <brian@mastenbrook.net>
150 Build fix for WebKit/Gtk to compile on Fedora 7 as described in
151 http://bugs.webkit.org/show_bug.cgi?id=14557
153 * WebKit.pri: cairo-ft is used by the WebKit/Gtk port
155 2007-07-27 Simon Hausmann <hausmann@kde.org>
157 Done with and reviewed by Lars and Zack.
159 Exclude DumpRenderTree from the Qt build on Windows for now.
163 2007-07-27 Simon Hausmann <hausmann@kde.org>
165 Done with and reviewed by Lars and Zack.
167 Temporarily disable the ICO support for the Qt build on Windows.
171 2007-07-26 Simon Hausmann <hausmann@kde.org>
175 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.
179 2007-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
183 Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be
188 2007-07-18 Simon Hausmann <hausmann@kde.org>
192 Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
196 2007-07-18 Timothy Hatcher <timothy@apple.com>
198 Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
199 still use this one Makefile.shared as an include.
203 2007-07-12 George Staikos <staikos@kde.org>
205 Fix build in debug mode.
209 2007-07-11 Holger Hans Peter Freyther <zecke@selfish.org>
213 As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
214 WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
216 * WebKit.pri: Adjust INCLUDEPATH
218 2007-06-25 Adam Roben <aroben@apple.com>
220 Really remove LayoutTestResults.
222 * LayoutTestResults: Removed.
224 2007-06-25 Adam Roben <aroben@apple.com>
226 Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
227 http://bugs.webkit.org/show_bug.cgi?id=14405
231 * LayoutTestResults: Removed.
233 2007-06-25 Alp Toker <alp.toker@collabora.co.uk>
237 http://bugs.webkit.org/show_bug.cgi?id=13975
238 Use system-provided libjpeg and libpng
240 * WebKit.pri: Link against external libjpeg and libpng.
242 2007-06-20 Adam Roben <aroben@apple.com>
244 Reviewed by Simon Hausmann.
246 More Gdk build fixing.
250 2007-06-15 Adam Treat <adam@staikos.net>
252 Reviewed by George Staikos.
254 Add ICO support to the Qt build.
258 2007-06-13 George Staikos <staikos@kde.org>
262 Compile without self-linking.
266 2007-06-13 Simon Hausmann <hausmann@kde.org>
270 * WebKit.pri: WebKitQt is now called QtWebKit.
272 2007-05-31 Alp Toker <alp.toker@collabora.co.uk>
274 Reviewed by Eric Seidel.
276 http://bugs.webkit.org/show_bug.cgi?id=13941
277 Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
281 2007-05-18 Holger Hans Peter Freyther <zecke@selfish.org>
283 Reviewed by Mark Rowe.
285 * WebKit.pro: Build testkjs for Gdk and Qt
287 2007-05-11 Holger Freyther <freyther@kde.org>
289 Reviewed by Mark Rowe.
291 Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
292 and add ICU configuration to QMAKE_CXXFLAGS.
296 2007-05-06 Erik Bunce <kde@bunce.us>
298 Reviewed by Mark Rowe.
301 Removed unnecessary dependency on MacPorts (/opt/local)
303 2007-05-03 Holger Freyther <freyther@kde.org>
305 Reviewed by Zack, landed by Simon.
306 This is bugzilla bug 13499.
308 * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
310 * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
313 2007-04-27 Holger Freyther <freyther@kde.org>
317 Remove unmaintained CMake build system.
319 * CMakeLists.txt: Removed.
321 2007-01-30 Simon Hausmann <hausmann@kde.org>
325 * WebKit.pri: libJavaScriptCore is gone with the Qt build
328 2007-01-26 George Staikos <staikos@kde.org>
330 Remove headers - not needed now.
334 2007-01-23 George Staikos <staikos@kde.org>
336 Put everything back since we can't build everything without it yet.
340 2007-01-16 Lars Knoll <lars@trolltech.com>
344 Remove everything but the new public API from
349 2007-01-11 George Staikos <staikos@kde.org>
355 2007-01-03 Lars Knoll <lars@trolltech.com>
361 2006-12-17 Simon Hausmann <hausmann@kde.org>
363 Reviewed by Rob Buis.
365 * WebKit.pro: Build testkjs.
367 2006-12-14 Timothy Hatcher <timothy@apple.com>
371 * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
373 2006-12-13 Maciej Stachowiak <mjs@apple.com>
375 Reviewed by Brady and Anders.
377 * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
379 2006-12-10 Zack Rusin <zack@kde.org>
381 Client classes have been moved to WebKitQt/WebCoreSupport so
382 adjusting the pri file.
386 2006-12-10 George Staikos <staikos@kde.org>
390 Add WebKitBuild/Release back to the output dir for external build cases.
394 2006-12-10 Zack Rusin <zack@kde.org>
396 Fix the link directory location.
400 2006-12-10 Lars Knoll <lars@trolltech.com>
404 Include DumpRenderTree in the Qt build
408 2006-12-09 George Staikos <staikos@kde.org>
412 Correct the path to the libraries for QMake.
416 2006-12-09 Lars Knoll <lars@trolltech.com>
420 Make it possible to build WebKit with qmake.
425 2006-11-19 Simon Hausmann <hausmann@kde.org>
429 http://bugs.webkit.org/show_bug.cgi?id=11649
431 * CMakeLists.txt: Fix Qt-only build without KDE cmake files
433 2006-10-30 Timothy Hatcher <timothy@apple.com>
437 Make the universal build return non-zero when module make fails.
441 2006-10-30 Stephanie Lewis <slewis@apple.com>
445 Change Makefiles to return non-zero when module make fails.
449 2006-10-27 Brady Eidson <beidson@apple.com>
451 Rubber stamped by Tim Hatcher
453 Added "make universal" to build universal binaries
458 2006-10-01 Nikolas Zimmermann <zimmermann@kde.org>
462 * CMakeLists.txt: add option to disable colored output when building on the buildbot