1 2008-01-01 Alp Toker <alp@atoker.com>
3 GTK+ autotools build fix. Track changes in r29051, r29058 and pass the
4 correct parameter to AM_INIT_AUTOMAKE.
8 2007-12-30 Alp Toker <alp@atoker.com>
10 Build fix for older autoconf versions.
14 2007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com>
16 Reviewed by Alp Toker.
18 Enable Database, XPath and XSLT features by default
22 2007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com>
24 Reviewed by Alp Toker.
26 http://bugs.webkit.org/show_bug.cgi?id=16669
27 autotools update and fixes
29 Various fixes to the autotools build
32 - Remove ICU_FLAGS because it adds -g in the CFLAGS/CXXFLAGS
33 - Fix clean rules (Rodney Dawes)
34 - Added webcore specific variables, remove STDINT_H and
35 PTHREAD_NP_H checks (already included in config.h)
37 - Loosen automake and aclocal requirement
39 - Workaround AC_PROG_CXX putting -g in CXXFLAGS. Only use -g
40 when doing a debug build (Rodney Dawes)
41 - Fix webkit target and remove traces of XBL
43 2007-12-27 Jan Michael Alonzo <jmalonzo@unpluggable.com>
45 Reviewed by Alp Toker.
47 http://bugs.webkit.org/show_bug.cgi?id=16353
48 [GTK] Check for deprecated API use (G_DISABLE_DEPRECATED etc.)
50 Added the flags mentioned in the bug only when doing 'debug'
51 builds. -DGST_DISABLE_DEPRECATED only added when video is enabled.
56 2007-12-26 Jan Michael Alonzo <jmalonzo@unpluggable.com>
58 Reviewed by Alp Toker.
60 http://bugs.webkit.org/show_bug.cgi?id=16390
61 Use autotools or GNU make as the build system for the GTK port
63 * GNUmakefile.am: Added.
65 * configure.ac: Added.
67 2007-12-20 Alp Toker <alp@atoker.com>
69 Rubber-stamped by Maciej.
71 http://bugs.webkit.org/show_bug.cgi?id=16542
72 [GTK] Text is missing with old Pango version
74 Back out commits r28880, r28876, r28865, r28864 which added Pango font
75 selection support. These changes caused a regression where no text was
76 displayed with older Pango versions.
80 2007-12-19 Alp Toker <alp@atoker.com>
82 Remove the cairo-ft pkg-config check. The GTK+ port doesn't use
83 cairo-ft directly following changes in r28864.
87 2007-12-12 Alp Toker <alp@atoker.com>
89 Reviewed by Mark Rowe.
91 http://bugs.webkit.org/show_bug.cgi?id=16302
92 [GTK] Compiler flags for optimization
94 Use the compiler flags -fno-exceptions -fno-rtti.
96 This patch does not add all the flags discussed in the bug report,
101 2007-12-04 Xan Lopez <xan@gnome.org>
103 Reviewed by Alp Toker.
105 http://bugs.webkit.org/show_bug.cgi?id=15561
106 GTK port needs DumpRenderTree implementation
108 Start work on the GTK+ DRT.
112 2007-11-30 Alp Toker <alp@atoker.com>
114 Reviewed by Adam Roben.
116 http://bugs.webkit.org/show_bug.cgi?id=15691
117 [GTK] Public API does not follow GTK+ conventions
119 Refactor the WebKit/GTK+ public API. Changes:
120 WebKitPage -> WebKitWebView
121 WebKitFrame -> WebKitWebFrame
123 Public API source and header names have been updated to mirror the API
126 The API is now kept in WebKit/gtk/WebView to match other ports in the
127 same class such as Mac and Win.
131 2007-11-26 Rodney Dawes <dobey@wayofthemonkey.com>
133 Reviewed by Mark Rowe.
135 Set CONFIG option for the window system GTK+ is using
139 2007-11-22 Alp Toker <alp@atoker.com>
141 GTK+ build fix. Pass a correct LIBDIR value.
145 2007-11-20 Mark Rowe <mrowe@apple.com>
147 Reviewed by Alp Toker.
149 * WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore.
151 2007-11-20 Alp Toker <alp@atoker.com>
153 Reviewed by Simon Hausmann.
155 Clean up GTK+ port configuration.
157 Use similar compiler warning flags to the Mac build.
159 Add the qmake changes needed for DirectFB support.
163 2007-11-07 Simon Hausmann <hausmann@kde.org>
167 Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree.
168 That means that changes to the public API of the Qt port also trigger a rebuild of the tools.
172 2007-10-03 Lars Knoll <lars@trolltech.com>
174 Signed off by olliej.
176 move WebKitQt to WebKit/qt for consistency with the other ports.
181 2007-10-03 Lars Knoll <lars@trolltech.com>
185 Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin.
189 2007-09-29 Holger Hans Peter Freyther <zecke@selfish.org>
193 -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
194 Remove Bakefiles from svn.
196 * Bakefiles/Bakefiles.bkgen: Removed.
197 * Bakefiles/ChangeLog: Removed.
198 * Bakefiles/Readme.txt: Removed.
199 * Bakefiles/presets.bkl: Removed.
200 * Bakefiles/update-file-lists.py: Removed.
202 2007-09-20 Holger Hans Peter Freyther <zecke@selfish.org>
204 Rubber stamped by Adam.
206 Renamed files from *Gdk to *Gtk (see #14732) using the
207 work of Juan A. Suarez Romero as a base.
214 2007-07-29 Brian Mastenbrook <brian@mastenbrook.net>
216 Build fix for WebKit/Gtk to compile on Fedora 7 as described in
217 http://bugs.webkit.org/show_bug.cgi?id=14557
219 * WebKit.pri: cairo-ft is used by the WebKit/Gtk port
221 2007-07-27 Simon Hausmann <hausmann@kde.org>
223 Done with and reviewed by Lars and Zack.
225 Exclude DumpRenderTree from the Qt build on Windows for now.
229 2007-07-27 Simon Hausmann <hausmann@kde.org>
231 Done with and reviewed by Lars and Zack.
233 Temporarily disable the ICO support for the Qt build on Windows.
237 2007-07-26 Simon Hausmann <hausmann@kde.org>
241 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.
245 2007-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
249 Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be
254 2007-07-18 Simon Hausmann <hausmann@kde.org>
258 Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
262 2007-07-18 Timothy Hatcher <timothy@apple.com>
264 Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
265 still use this one Makefile.shared as an include.
269 2007-07-12 George Staikos <staikos@kde.org>
271 Fix build in debug mode.
275 2007-07-11 Holger Hans Peter Freyther <zecke@selfish.org>
279 As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
280 WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
282 * WebKit.pri: Adjust INCLUDEPATH
284 2007-06-25 Adam Roben <aroben@apple.com>
286 Really remove LayoutTestResults.
288 * LayoutTestResults: Removed.
290 2007-06-25 Adam Roben <aroben@apple.com>
292 Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
293 http://bugs.webkit.org/show_bug.cgi?id=14405
297 * LayoutTestResults: Removed.
299 2007-06-25 Alp Toker <alp.toker@collabora.co.uk>
303 http://bugs.webkit.org/show_bug.cgi?id=13975
304 Use system-provided libjpeg and libpng
306 * WebKit.pri: Link against external libjpeg and libpng.
308 2007-06-20 Adam Roben <aroben@apple.com>
310 Reviewed by Simon Hausmann.
312 More Gdk build fixing.
316 2007-06-15 Adam Treat <adam@staikos.net>
318 Reviewed by George Staikos.
320 Add ICO support to the Qt build.
324 2007-06-13 George Staikos <staikos@kde.org>
328 Compile without self-linking.
332 2007-06-13 Simon Hausmann <hausmann@kde.org>
336 * WebKit.pri: WebKitQt is now called QtWebKit.
338 2007-05-31 Alp Toker <alp.toker@collabora.co.uk>
340 Reviewed by Eric Seidel.
342 http://bugs.webkit.org/show_bug.cgi?id=13941
343 Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
347 2007-05-18 Holger Hans Peter Freyther <zecke@selfish.org>
349 Reviewed by Mark Rowe.
351 * WebKit.pro: Build testkjs for Gdk and Qt
353 2007-05-11 Holger Freyther <freyther@kde.org>
355 Reviewed by Mark Rowe.
357 Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
358 and add ICU configuration to QMAKE_CXXFLAGS.
362 2007-05-06 Erik Bunce <kde@bunce.us>
364 Reviewed by Mark Rowe.
367 Removed unnecessary dependency on MacPorts (/opt/local)
369 2007-05-03 Holger Freyther <freyther@kde.org>
371 Reviewed by Zack, landed by Simon.
372 This is bugzilla bug 13499.
374 * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
376 * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
379 2007-04-27 Holger Freyther <freyther@kde.org>
383 Remove unmaintained CMake build system.
385 * CMakeLists.txt: Removed.
387 2007-01-30 Simon Hausmann <hausmann@kde.org>
391 * WebKit.pri: libJavaScriptCore is gone with the Qt build
394 2007-01-26 George Staikos <staikos@kde.org>
396 Remove headers - not needed now.
400 2007-01-23 George Staikos <staikos@kde.org>
402 Put everything back since we can't build everything without it yet.
406 2007-01-16 Lars Knoll <lars@trolltech.com>
410 Remove everything but the new public API from
415 2007-01-11 George Staikos <staikos@kde.org>
421 2007-01-03 Lars Knoll <lars@trolltech.com>
427 2006-12-17 Simon Hausmann <hausmann@kde.org>
429 Reviewed by Rob Buis.
431 * WebKit.pro: Build testkjs.
433 2006-12-14 Timothy Hatcher <timothy@apple.com>
437 * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
439 2006-12-13 Maciej Stachowiak <mjs@apple.com>
441 Reviewed by Brady and Anders.
443 * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
445 2006-12-10 Zack Rusin <zack@kde.org>
447 Client classes have been moved to WebKitQt/WebCoreSupport so
448 adjusting the pri file.
452 2006-12-10 George Staikos <staikos@kde.org>
456 Add WebKitBuild/Release back to the output dir for external build cases.
460 2006-12-10 Zack Rusin <zack@kde.org>
462 Fix the link directory location.
466 2006-12-10 Lars Knoll <lars@trolltech.com>
470 Include DumpRenderTree in the Qt build
474 2006-12-09 George Staikos <staikos@kde.org>
478 Correct the path to the libraries for QMake.
482 2006-12-09 Lars Knoll <lars@trolltech.com>
486 Make it possible to build WebKit with qmake.
491 2006-11-19 Simon Hausmann <hausmann@kde.org>
495 http://bugs.webkit.org/show_bug.cgi?id=11649
497 * CMakeLists.txt: Fix Qt-only build without KDE cmake files
499 2006-10-30 Timothy Hatcher <timothy@apple.com>
503 Make the universal build return non-zero when module make fails.
507 2006-10-30 Stephanie Lewis <slewis@apple.com>
511 Change Makefiles to return non-zero when module make fails.
515 2006-10-27 Brady Eidson <beidson@apple.com>
517 Rubber stamped by Tim Hatcher
519 Added "make universal" to build universal binaries
524 2006-10-01 Nikolas Zimmermann <zimmermann@kde.org>
528 * CMakeLists.txt: add option to disable colored output when building on the buildbot