1 2008-01-02 Holger Hans Peter Freyther <zecke@selfish.org>
5 Remove GDK_MULTIHEAD_SAFE and GTK_MULTIHEAD_SAFE because they break
6 the build. At least people doing a debug build on Ubuntu Hardy will see
7 the breakage. I was asked to leave the flags inside the files to ease future
13 2008-01-01 Alp Toker <alp@atoker.com>
15 GTK+ autotools build fix. Track changes in r29051, r29058 and pass the
16 correct parameter to AM_INIT_AUTOMAKE.
20 2007-12-30 Alp Toker <alp@atoker.com>
22 Build fix for older autoconf versions.
26 2007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com>
28 Reviewed by Alp Toker.
30 Enable Database, XPath and XSLT features by default
34 2007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com>
36 Reviewed by Alp Toker.
38 http://bugs.webkit.org/show_bug.cgi?id=16669
39 autotools update and fixes
41 Various fixes to the autotools build
44 - Remove ICU_FLAGS because it adds -g in the CFLAGS/CXXFLAGS
45 - Fix clean rules (Rodney Dawes)
46 - Added webcore specific variables, remove STDINT_H and
47 PTHREAD_NP_H checks (already included in config.h)
49 - Loosen automake and aclocal requirement
51 - Workaround AC_PROG_CXX putting -g in CXXFLAGS. Only use -g
52 when doing a debug build (Rodney Dawes)
53 - Fix webkit target and remove traces of XBL
55 2007-12-27 Jan Michael Alonzo <jmalonzo@unpluggable.com>
57 Reviewed by Alp Toker.
59 http://bugs.webkit.org/show_bug.cgi?id=16353
60 [GTK] Check for deprecated API use (G_DISABLE_DEPRECATED etc.)
62 Added the flags mentioned in the bug only when doing 'debug'
63 builds. -DGST_DISABLE_DEPRECATED only added when video is enabled.
68 2007-12-26 Jan Michael Alonzo <jmalonzo@unpluggable.com>
70 Reviewed by Alp Toker.
72 http://bugs.webkit.org/show_bug.cgi?id=16390
73 Use autotools or GNU make as the build system for the GTK port
75 * GNUmakefile.am: Added.
77 * configure.ac: Added.
79 2007-12-20 Alp Toker <alp@atoker.com>
81 Rubber-stamped by Maciej.
83 http://bugs.webkit.org/show_bug.cgi?id=16542
84 [GTK] Text is missing with old Pango version
86 Back out commits r28880, r28876, r28865, r28864 which added Pango font
87 selection support. These changes caused a regression where no text was
88 displayed with older Pango versions.
92 2007-12-19 Alp Toker <alp@atoker.com>
94 Remove the cairo-ft pkg-config check. The GTK+ port doesn't use
95 cairo-ft directly following changes in r28864.
99 2007-12-12 Alp Toker <alp@atoker.com>
101 Reviewed by Mark Rowe.
103 http://bugs.webkit.org/show_bug.cgi?id=16302
104 [GTK] Compiler flags for optimization
106 Use the compiler flags -fno-exceptions -fno-rtti.
108 This patch does not add all the flags discussed in the bug report,
113 2007-12-04 Xan Lopez <xan@gnome.org>
115 Reviewed by Alp Toker.
117 http://bugs.webkit.org/show_bug.cgi?id=15561
118 GTK port needs DumpRenderTree implementation
120 Start work on the GTK+ DRT.
124 2007-11-30 Alp Toker <alp@atoker.com>
126 Reviewed by Adam Roben.
128 http://bugs.webkit.org/show_bug.cgi?id=15691
129 [GTK] Public API does not follow GTK+ conventions
131 Refactor the WebKit/GTK+ public API. Changes:
132 WebKitPage -> WebKitWebView
133 WebKitFrame -> WebKitWebFrame
135 Public API source and header names have been updated to mirror the API
138 The API is now kept in WebKit/gtk/WebView to match other ports in the
139 same class such as Mac and Win.
143 2007-11-26 Rodney Dawes <dobey@wayofthemonkey.com>
145 Reviewed by Mark Rowe.
147 Set CONFIG option for the window system GTK+ is using
151 2007-11-22 Alp Toker <alp@atoker.com>
153 GTK+ build fix. Pass a correct LIBDIR value.
157 2007-11-20 Mark Rowe <mrowe@apple.com>
159 Reviewed by Alp Toker.
161 * WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore.
163 2007-11-20 Alp Toker <alp@atoker.com>
165 Reviewed by Simon Hausmann.
167 Clean up GTK+ port configuration.
169 Use similar compiler warning flags to the Mac build.
171 Add the qmake changes needed for DirectFB support.
175 2007-11-07 Simon Hausmann <hausmann@kde.org>
179 Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree.
180 That means that changes to the public API of the Qt port also trigger a rebuild of the tools.
184 2007-10-03 Lars Knoll <lars@trolltech.com>
186 Signed off by olliej.
188 move WebKitQt to WebKit/qt for consistency with the other ports.
193 2007-10-03 Lars Knoll <lars@trolltech.com>
197 Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin.
201 2007-09-29 Holger Hans Peter Freyther <zecke@selfish.org>
205 -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
206 Remove Bakefiles from svn.
208 * Bakefiles/Bakefiles.bkgen: Removed.
209 * Bakefiles/ChangeLog: Removed.
210 * Bakefiles/Readme.txt: Removed.
211 * Bakefiles/presets.bkl: Removed.
212 * Bakefiles/update-file-lists.py: Removed.
214 2007-09-20 Holger Hans Peter Freyther <zecke@selfish.org>
216 Rubber stamped by Adam.
218 Renamed files from *Gdk to *Gtk (see #14732) using the
219 work of Juan A. Suarez Romero as a base.
226 2007-07-29 Brian Mastenbrook <brian@mastenbrook.net>
228 Build fix for WebKit/Gtk to compile on Fedora 7 as described in
229 http://bugs.webkit.org/show_bug.cgi?id=14557
231 * WebKit.pri: cairo-ft is used by the WebKit/Gtk port
233 2007-07-27 Simon Hausmann <hausmann@kde.org>
235 Done with and reviewed by Lars and Zack.
237 Exclude DumpRenderTree from the Qt build on Windows for now.
241 2007-07-27 Simon Hausmann <hausmann@kde.org>
243 Done with and reviewed by Lars and Zack.
245 Temporarily disable the ICO support for the Qt build on Windows.
249 2007-07-26 Simon Hausmann <hausmann@kde.org>
253 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.
257 2007-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
261 Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be
266 2007-07-18 Simon Hausmann <hausmann@kde.org>
270 Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
274 2007-07-18 Timothy Hatcher <timothy@apple.com>
276 Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
277 still use this one Makefile.shared as an include.
281 2007-07-12 George Staikos <staikos@kde.org>
283 Fix build in debug mode.
287 2007-07-11 Holger Hans Peter Freyther <zecke@selfish.org>
291 As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
292 WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
294 * WebKit.pri: Adjust INCLUDEPATH
296 2007-06-25 Adam Roben <aroben@apple.com>
298 Really remove LayoutTestResults.
300 * LayoutTestResults: Removed.
302 2007-06-25 Adam Roben <aroben@apple.com>
304 Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
305 http://bugs.webkit.org/show_bug.cgi?id=14405
309 * LayoutTestResults: Removed.
311 2007-06-25 Alp Toker <alp.toker@collabora.co.uk>
315 http://bugs.webkit.org/show_bug.cgi?id=13975
316 Use system-provided libjpeg and libpng
318 * WebKit.pri: Link against external libjpeg and libpng.
320 2007-06-20 Adam Roben <aroben@apple.com>
322 Reviewed by Simon Hausmann.
324 More Gdk build fixing.
328 2007-06-15 Adam Treat <adam@staikos.net>
330 Reviewed by George Staikos.
332 Add ICO support to the Qt build.
336 2007-06-13 George Staikos <staikos@kde.org>
340 Compile without self-linking.
344 2007-06-13 Simon Hausmann <hausmann@kde.org>
348 * WebKit.pri: WebKitQt is now called QtWebKit.
350 2007-05-31 Alp Toker <alp.toker@collabora.co.uk>
352 Reviewed by Eric Seidel.
354 http://bugs.webkit.org/show_bug.cgi?id=13941
355 Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
359 2007-05-18 Holger Hans Peter Freyther <zecke@selfish.org>
361 Reviewed by Mark Rowe.
363 * WebKit.pro: Build testkjs for Gdk and Qt
365 2007-05-11 Holger Freyther <freyther@kde.org>
367 Reviewed by Mark Rowe.
369 Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
370 and add ICU configuration to QMAKE_CXXFLAGS.
374 2007-05-06 Erik Bunce <kde@bunce.us>
376 Reviewed by Mark Rowe.
379 Removed unnecessary dependency on MacPorts (/opt/local)
381 2007-05-03 Holger Freyther <freyther@kde.org>
383 Reviewed by Zack, landed by Simon.
384 This is bugzilla bug 13499.
386 * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
388 * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
391 2007-04-27 Holger Freyther <freyther@kde.org>
395 Remove unmaintained CMake build system.
397 * CMakeLists.txt: Removed.
399 2007-01-30 Simon Hausmann <hausmann@kde.org>
403 * WebKit.pri: libJavaScriptCore is gone with the Qt build
406 2007-01-26 George Staikos <staikos@kde.org>
408 Remove headers - not needed now.
412 2007-01-23 George Staikos <staikos@kde.org>
414 Put everything back since we can't build everything without it yet.
418 2007-01-16 Lars Knoll <lars@trolltech.com>
422 Remove everything but the new public API from
427 2007-01-11 George Staikos <staikos@kde.org>
433 2007-01-03 Lars Knoll <lars@trolltech.com>
439 2006-12-17 Simon Hausmann <hausmann@kde.org>
441 Reviewed by Rob Buis.
443 * WebKit.pro: Build testkjs.
445 2006-12-14 Timothy Hatcher <timothy@apple.com>
449 * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
451 2006-12-13 Maciej Stachowiak <mjs@apple.com>
453 Reviewed by Brady and Anders.
455 * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
457 2006-12-10 Zack Rusin <zack@kde.org>
459 Client classes have been moved to WebKitQt/WebCoreSupport so
460 adjusting the pri file.
464 2006-12-10 George Staikos <staikos@kde.org>
468 Add WebKitBuild/Release back to the output dir for external build cases.
472 2006-12-10 Zack Rusin <zack@kde.org>
474 Fix the link directory location.
478 2006-12-10 Lars Knoll <lars@trolltech.com>
482 Include DumpRenderTree in the Qt build
486 2006-12-09 George Staikos <staikos@kde.org>
490 Correct the path to the libraries for QMake.
494 2006-12-09 Lars Knoll <lars@trolltech.com>
498 Make it possible to build WebKit with qmake.
503 2006-11-19 Simon Hausmann <hausmann@kde.org>
507 http://bugs.webkit.org/show_bug.cgi?id=11649
509 * CMakeLists.txt: Fix Qt-only build without KDE cmake files
511 2006-10-30 Timothy Hatcher <timothy@apple.com>
515 Make the universal build return non-zero when module make fails.
519 2006-10-30 Stephanie Lewis <slewis@apple.com>
523 Change Makefiles to return non-zero when module make fails.
527 2006-10-27 Brady Eidson <beidson@apple.com>
529 Rubber stamped by Tim Hatcher
531 Added "make universal" to build universal binaries
536 2006-10-01 Nikolas Zimmermann <zimmermann@kde.org>
540 * CMakeLists.txt: add option to disable colored output when building on the buildbot