1 2008-01-05 Alp Toker <alp@atoker.com>
3 Rubber-stamped by Mark Rowe.
5 Fix configure script output with correct descriptions of the default
10 2008-01-05 Sylvain Pasche <sylvain.pasche@gmail.com>
12 Reviewed by Alp Toker.
14 http://bugs.webkit.org/show_bug.cgi?id=16736
15 Allow autogen.sh invocation from a separate build directory.
19 2008-01-04 Alp Toker <alp@atoker.com>
21 Rubber-stamped by Mark Rowe.
23 Remove AM_MAINTAINER_MODE, as recommended by the automake manual. The
24 "rebuild rules" will now be enabled by default.
26 This obviates the need to pass '--enable-maintainer-mode' to
31 2008-01-02 Holger Hans Peter Freyther <zecke@selfish.org>
33 Rubber stamped by Alp.
35 Remove GDK_MULTIHEAD_SAFE and GTK_MULTIHEAD_SAFE because they break
36 the build. At least people doing a debug build on Ubuntu Hardy will see
37 the breakage. I was asked to leave the flags inside the files to ease future
43 2008-01-01 Alp Toker <alp@atoker.com>
45 GTK+ autotools build fix. Track changes in r29051, r29058 and pass the
46 correct parameter to AM_INIT_AUTOMAKE.
50 2007-12-30 Alp Toker <alp@atoker.com>
52 Build fix for older autoconf versions.
56 2007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com>
58 Reviewed by Alp Toker.
60 Enable Database, XPath and XSLT features by default
64 2007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com>
66 Reviewed by Alp Toker.
68 http://bugs.webkit.org/show_bug.cgi?id=16669
69 autotools update and fixes
71 Various fixes to the autotools build
74 - Remove ICU_FLAGS because it adds -g in the CFLAGS/CXXFLAGS
75 - Fix clean rules (Rodney Dawes)
76 - Added webcore specific variables, remove STDINT_H and
77 PTHREAD_NP_H checks (already included in config.h)
79 - Loosen automake and aclocal requirement
81 - Workaround AC_PROG_CXX putting -g in CXXFLAGS. Only use -g
82 when doing a debug build (Rodney Dawes)
83 - Fix webkit target and remove traces of XBL
85 2007-12-27 Jan Michael Alonzo <jmalonzo@unpluggable.com>
87 Reviewed by Alp Toker.
89 http://bugs.webkit.org/show_bug.cgi?id=16353
90 [GTK] Check for deprecated API use (G_DISABLE_DEPRECATED etc.)
92 Added the flags mentioned in the bug only when doing 'debug'
93 builds. -DGST_DISABLE_DEPRECATED only added when video is enabled.
98 2007-12-26 Jan Michael Alonzo <jmalonzo@unpluggable.com>
100 Reviewed by Alp Toker.
102 http://bugs.webkit.org/show_bug.cgi?id=16390
103 Use autotools or GNU make as the build system for the GTK port
105 * GNUmakefile.am: Added.
107 * configure.ac: Added.
109 2007-12-20 Alp Toker <alp@atoker.com>
111 Rubber-stamped by Maciej.
113 http://bugs.webkit.org/show_bug.cgi?id=16542
114 [GTK] Text is missing with old Pango version
116 Back out commits r28880, r28876, r28865, r28864 which added Pango font
117 selection support. These changes caused a regression where no text was
118 displayed with older Pango versions.
122 2007-12-19 Alp Toker <alp@atoker.com>
124 Remove the cairo-ft pkg-config check. The GTK+ port doesn't use
125 cairo-ft directly following changes in r28864.
129 2007-12-12 Alp Toker <alp@atoker.com>
131 Reviewed by Mark Rowe.
133 http://bugs.webkit.org/show_bug.cgi?id=16302
134 [GTK] Compiler flags for optimization
136 Use the compiler flags -fno-exceptions -fno-rtti.
138 This patch does not add all the flags discussed in the bug report,
143 2007-12-04 Xan Lopez <xan@gnome.org>
145 Reviewed by Alp Toker.
147 http://bugs.webkit.org/show_bug.cgi?id=15561
148 GTK port needs DumpRenderTree implementation
150 Start work on the GTK+ DRT.
154 2007-11-30 Alp Toker <alp@atoker.com>
156 Reviewed by Adam Roben.
158 http://bugs.webkit.org/show_bug.cgi?id=15691
159 [GTK] Public API does not follow GTK+ conventions
161 Refactor the WebKit/GTK+ public API. Changes:
162 WebKitPage -> WebKitWebView
163 WebKitFrame -> WebKitWebFrame
165 Public API source and header names have been updated to mirror the API
168 The API is now kept in WebKit/gtk/WebView to match other ports in the
169 same class such as Mac and Win.
173 2007-11-26 Rodney Dawes <dobey@wayofthemonkey.com>
175 Reviewed by Mark Rowe.
177 Set CONFIG option for the window system GTK+ is using
181 2007-11-22 Alp Toker <alp@atoker.com>
183 GTK+ build fix. Pass a correct LIBDIR value.
187 2007-11-20 Mark Rowe <mrowe@apple.com>
189 Reviewed by Alp Toker.
191 * WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore.
193 2007-11-20 Alp Toker <alp@atoker.com>
195 Reviewed by Simon Hausmann.
197 Clean up GTK+ port configuration.
199 Use similar compiler warning flags to the Mac build.
201 Add the qmake changes needed for DirectFB support.
205 2007-11-07 Simon Hausmann <hausmann@kde.org>
209 Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree.
210 That means that changes to the public API of the Qt port also trigger a rebuild of the tools.
214 2007-10-03 Lars Knoll <lars@trolltech.com>
216 Signed off by olliej.
218 move WebKitQt to WebKit/qt for consistency with the other ports.
223 2007-10-03 Lars Knoll <lars@trolltech.com>
227 Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin.
231 2007-09-29 Holger Hans Peter Freyther <zecke@selfish.org>
235 -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
236 Remove Bakefiles from svn.
238 * Bakefiles/Bakefiles.bkgen: Removed.
239 * Bakefiles/ChangeLog: Removed.
240 * Bakefiles/Readme.txt: Removed.
241 * Bakefiles/presets.bkl: Removed.
242 * Bakefiles/update-file-lists.py: Removed.
244 2007-09-20 Holger Hans Peter Freyther <zecke@selfish.org>
246 Rubber stamped by Adam.
248 Renamed files from *Gdk to *Gtk (see #14732) using the
249 work of Juan A. Suarez Romero as a base.
256 2007-07-29 Brian Mastenbrook <brian@mastenbrook.net>
258 Build fix for WebKit/Gtk to compile on Fedora 7 as described in
259 http://bugs.webkit.org/show_bug.cgi?id=14557
261 * WebKit.pri: cairo-ft is used by the WebKit/Gtk port
263 2007-07-27 Simon Hausmann <hausmann@kde.org>
265 Done with and reviewed by Lars and Zack.
267 Exclude DumpRenderTree from the Qt build on Windows for now.
271 2007-07-27 Simon Hausmann <hausmann@kde.org>
273 Done with and reviewed by Lars and Zack.
275 Temporarily disable the ICO support for the Qt build on Windows.
279 2007-07-26 Simon Hausmann <hausmann@kde.org>
283 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.
287 2007-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
291 Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be
296 2007-07-18 Simon Hausmann <hausmann@kde.org>
300 Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
304 2007-07-18 Timothy Hatcher <timothy@apple.com>
306 Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
307 still use this one Makefile.shared as an include.
311 2007-07-12 George Staikos <staikos@kde.org>
313 Fix build in debug mode.
317 2007-07-11 Holger Hans Peter Freyther <zecke@selfish.org>
321 As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
322 WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
324 * WebKit.pri: Adjust INCLUDEPATH
326 2007-06-25 Adam Roben <aroben@apple.com>
328 Really remove LayoutTestResults.
330 * LayoutTestResults: Removed.
332 2007-06-25 Adam Roben <aroben@apple.com>
334 Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
335 http://bugs.webkit.org/show_bug.cgi?id=14405
339 * LayoutTestResults: Removed.
341 2007-06-25 Alp Toker <alp.toker@collabora.co.uk>
345 http://bugs.webkit.org/show_bug.cgi?id=13975
346 Use system-provided libjpeg and libpng
348 * WebKit.pri: Link against external libjpeg and libpng.
350 2007-06-20 Adam Roben <aroben@apple.com>
352 Reviewed by Simon Hausmann.
354 More Gdk build fixing.
358 2007-06-15 Adam Treat <adam@staikos.net>
360 Reviewed by George Staikos.
362 Add ICO support to the Qt build.
366 2007-06-13 George Staikos <staikos@kde.org>
370 Compile without self-linking.
374 2007-06-13 Simon Hausmann <hausmann@kde.org>
378 * WebKit.pri: WebKitQt is now called QtWebKit.
380 2007-05-31 Alp Toker <alp.toker@collabora.co.uk>
382 Reviewed by Eric Seidel.
384 http://bugs.webkit.org/show_bug.cgi?id=13941
385 Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
389 2007-05-18 Holger Hans Peter Freyther <zecke@selfish.org>
391 Reviewed by Mark Rowe.
393 * WebKit.pro: Build testkjs for Gdk and Qt
395 2007-05-11 Holger Freyther <freyther@kde.org>
397 Reviewed by Mark Rowe.
399 Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
400 and add ICU configuration to QMAKE_CXXFLAGS.
404 2007-05-06 Erik Bunce <kde@bunce.us>
406 Reviewed by Mark Rowe.
409 Removed unnecessary dependency on MacPorts (/opt/local)
411 2007-05-03 Holger Freyther <freyther@kde.org>
413 Reviewed by Zack, landed by Simon.
414 This is bugzilla bug 13499.
416 * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
418 * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
421 2007-04-27 Holger Freyther <freyther@kde.org>
425 Remove unmaintained CMake build system.
427 * CMakeLists.txt: Removed.
429 2007-01-30 Simon Hausmann <hausmann@kde.org>
433 * WebKit.pri: libJavaScriptCore is gone with the Qt build
436 2007-01-26 George Staikos <staikos@kde.org>
438 Remove headers - not needed now.
442 2007-01-23 George Staikos <staikos@kde.org>
444 Put everything back since we can't build everything without it yet.
448 2007-01-16 Lars Knoll <lars@trolltech.com>
452 Remove everything but the new public API from
457 2007-01-11 George Staikos <staikos@kde.org>
463 2007-01-03 Lars Knoll <lars@trolltech.com>
469 2006-12-17 Simon Hausmann <hausmann@kde.org>
471 Reviewed by Rob Buis.
473 * WebKit.pro: Build testkjs.
475 2006-12-14 Timothy Hatcher <timothy@apple.com>
479 * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
481 2006-12-13 Maciej Stachowiak <mjs@apple.com>
483 Reviewed by Brady and Anders.
485 * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
487 2006-12-10 Zack Rusin <zack@kde.org>
489 Client classes have been moved to WebKitQt/WebCoreSupport so
490 adjusting the pri file.
494 2006-12-10 George Staikos <staikos@kde.org>
498 Add WebKitBuild/Release back to the output dir for external build cases.
502 2006-12-10 Zack Rusin <zack@kde.org>
504 Fix the link directory location.
508 2006-12-10 Lars Knoll <lars@trolltech.com>
512 Include DumpRenderTree in the Qt build
516 2006-12-09 George Staikos <staikos@kde.org>
520 Correct the path to the libraries for QMake.
524 2006-12-09 Lars Knoll <lars@trolltech.com>
528 Make it possible to build WebKit with qmake.
533 2006-11-19 Simon Hausmann <hausmann@kde.org>
537 http://bugs.webkit.org/show_bug.cgi?id=11649
539 * CMakeLists.txt: Fix Qt-only build without KDE cmake files
541 2006-10-30 Timothy Hatcher <timothy@apple.com>
545 Make the universal build return non-zero when module make fails.
549 2006-10-30 Stephanie Lewis <slewis@apple.com>
553 Change Makefiles to return non-zero when module make fails.
557 2006-10-27 Brady Eidson <beidson@apple.com>
559 Rubber stamped by Tim Hatcher
561 Added "make universal" to build universal binaries
566 2006-10-01 Nikolas Zimmermann <zimmermann@kde.org>
570 * CMakeLists.txt: add option to disable colored output when building on the buildbot