blob: 4238966d0fdf896136c31cb7e1b1539e62fef949 [file] [log] [blame]
alp@webkit.org94c06552008-01-31 23:51:53 +000012008-01-31 Alp Toker <alp@atoker.com>
2
alp@webkit.org12057322008-02-01 07:01:18 +00003 Reviewed by Mark Rowe.
4
5 Fix the pkg-config file to follow GTK+ package naming and versioning
6 conventions.
7
8 Remove unneeded dependency listings.
9
10 * GNUmakefile.am:
11 * configure.ac:
12
132008-01-31 Alp Toker <alp@atoker.com>
14
alp@webkit.org1e1f94d2008-02-01 00:00:00 +000015 Rubber-stamped by Adam Roben.
alp@webkit.org94c06552008-01-31 23:51:53 +000016
17 http://bugs.webkit.org/show_bug.cgi?id=17006
18 [GTK] Header path should be webkit/webkit.h
19
20 Move the GTK+ API sources as needed and update the build systems.
21
22 * GNUmakefile.am:
23 * WebKit.pri:
24
alp@webkit.orgcae55672008-01-27 19:49:01 +0000252008-01-27 Jan Michael Alonzo <jmalonzo@unpluggable.com>
26
27 Reviewed by Alp Toker.
28
29 http://bugs.webkit.org/show_bug.cgi?id=14811
30 [gtk] [request] add a webkit_gtk_page_go_to_history_item function
31
32 * GNUmakefile.am: Added webkitwebbackforwardlist and webkitwebhistoryitem
33
mrowe@apple.com2bc789f2008-01-26 12:32:49 +0000342008-01-26 Mark Rowe <mrowe@apple.com>
35
36 Reviewed by Alp Toker.
37
38 Fix http://bugs.webkit.org/show_bug.cgi?id=17007.
39 Bug 17007: [GTK] autogen.sh attempts to use "libtoolize" on the Mac
40
41 libtoolize is installed as glibtoolize on Mac OS X to avoid naming conflicts
42 with other system commands. Check for the presence of glibtoolize if libtoolize
43 cannot be found.
44
45 * autogen.sh:
46
alp@webkit.org6b436af2008-01-23 15:55:41 +0000472008-01-23 Alp Toker <alp@atoker.com>
48
49 Rubber-stamped by Mark Rowe.
50
51 Remove whitespace after -I in automake include lists.
52
53 * GNUmakefile.am:
54
alp@webkit.orge9a26922008-01-22 20:45:18 +0000552008-01-22 Christian Dywan <christian@imendio.com>
56
57 Reviewed by Alp Toker.
58
59 [GTK] API: WebKitWebSettings is not usable
60 http://bugs.webkit.org/show_bug.cgi?id=16219
61
62 Implement WebKitWebSettings.
63
64 * GNUmakefile.am:
65
hausmann@webkit.org81a531f2008-01-22 10:03:26 +0000662008-01-22 Simon Hausmann <hausmann@webkit.org>
67
68 Reviewed by Lars.
69
70 Don't compile the ICO plugin when building against Qt >= 4.4
71
72
73 * WebKit.pro:
74
alp@webkit.orgf49bd1e2008-01-21 23:06:23 +0000752008-01-21 Jan Michael Alonzo <jmalonzo@unpluggable.com>
76
77 Reviewed by Alp Toker.
78
79 http://bugs.webkit.org/show_bug.cgi?id=16955
80 Get errors when cross-compile webkit-gtk
81
82 * GNUmakefile.am: added ICU_CPPFLAGS
83 * configure.ac: added ICU_CPPFLAGS, removed ICU_CFLAGS
84
alp@webkit.org55f365d2008-01-19 15:46:23 +0000852008-01-19 Jan Michael Alonzo <jmalonzo@unpluggable.com>
86
87 Reviewed by Alp Toker.
88
89 Add svg foreign object and svg experimental to the GTK+/autotools
90 build system.
91
92 * configure.ac:
93
alp@webkit.orgd31a7362008-01-15 21:47:25 +0000942008-01-15 Alp Toker <alp@atoker.com>
95
alp@webkit.org99436822008-01-16 03:32:29 +000096 Rubber-stamped by Anders.
97
98 Make the HTTP backend configurable in the GTK+ port. curl is currently
99 the only option.
100
101 * GNUmakefile.am:
102 * WebKit.pri:
103 * configure.ac:
104
1052008-01-15 Alp Toker <alp@atoker.com>
106
alp@webkit.orgd31a7362008-01-15 21:47:25 +0000107 GTK+/autotools build fix for GCC < 4. Use the -fvisibility compiler
108 flags only when they're available.
109
110 Additionally, use -fvisibility-inlines-hidden in both debug and
111 release builds when available to match the Mac build.
112
113 * GNUmakefile.am:
114 * configure.ac:
115
alp@webkit.org36d65492008-01-13 07:33:53 +00001162008-01-12 Alp Toker <alp@atoker.com>
117
118 Reviewed by Mark Rowe.
119
120 Hide non-public symbols in GTK+/autotools release builds.
121
122 * GNUmakefile.am:
123
alp@webkit.org27f95c42008-01-12 07:40:52 +00001242008-01-11 Alp Toker <alp@atoker.com>
125
126 Reviewed by Oliver Hunt.
127
128 Enable FastMalloc by default in GTK+/autotools and add a configure
129 switch.
130
131 * GNUmakefile.am:
132 * configure.ac:
133
alp@webkit.org81c66d12008-01-11 16:31:34 +00001342008-01-11 Luca Bruno <lethalman88@gmail.com>
135
136 Reviewed by Alp Toker.
137
138 http://bugs.webkit.org/show_bug.cgi?id=16838
139 [GTK] Bad autotools debug and video options
140
141 Fix some configure options.
142
143 * configure.ac:
144
mrowe@apple.com1e357b52008-01-11 08:04:21 +00001452008-01-11 Mark Rowe <mrowe@apple.com>
146
147 Attempt to fix the GTK+ and Qt builds.
148
149 * WebKit.pro:
150
alp@webkit.org69d59d92008-01-11 00:55:03 +00001512008-01-10 Alp Toker <alp@atoker.com>
152
153 SVG font build fix for GTK+/autotools.
154
155 * configure.ac:
156
alp@webkit.org09ac6962008-01-05 11:44:02 +00001572008-01-05 Alp Toker <alp@atoker.com>
158
159 Rubber-stamped by Mark Rowe.
160
161 Fix configure script output with correct descriptions of the default
162 configuration options.
163
164 * configure.ac:
165
alp@webkit.orga37ed5b2008-01-05 10:23:01 +00001662008-01-05 Sylvain Pasche <sylvain.pasche@gmail.com>
167
168 Reviewed by Alp Toker.
169
170 http://bugs.webkit.org/show_bug.cgi?id=16736
171 Allow autogen.sh invocation from a separate build directory.
172
173 * autogen.sh:
174
alp@webkit.org076e8e12008-01-04 20:54:24 +00001752008-01-04 Alp Toker <alp@atoker.com>
176
177 Rubber-stamped by Mark Rowe.
178
179 Remove AM_MAINTAINER_MODE, as recommended by the automake manual. The
180 "rebuild rules" will now be enabled by default.
181
182 This obviates the need to pass '--enable-maintainer-mode' to
183 configure.
184
185 * configure.ac:
186
zecke@webkit.org48bc6f42008-01-03 02:07:28 +00001872008-01-02 Holger Hans Peter Freyther <zecke@selfish.org>
188
189 Rubber stamped by Alp.
190
191 Remove GDK_MULTIHEAD_SAFE and GTK_MULTIHEAD_SAFE because they break
192 the build. At least people doing a debug build on Ubuntu Hardy will see
193 the breakage. I was asked to leave the flags inside the files to ease future
194 debugging.
195
196 * GNUmakefile.am:
197 * WebKit.pri:
198
alp@webkit.orge60ca2a2008-01-01 09:05:54 +00001992008-01-01 Alp Toker <alp@atoker.com>
200
201 GTK+ autotools build fix. Track changes in r29051, r29058 and pass the
202 correct parameter to AM_INIT_AUTOMAKE.
203
204 * configure.ac:
205
alp@webkit.org45271e62007-12-30 17:44:37 +00002062007-12-30 Alp Toker <alp@atoker.com>
207
208 Build fix for older autoconf versions.
209
210 * configure.ac:
211
alp@webkit.orgf93619a2007-12-30 03:33:44 +00002122007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com>
213
214 Reviewed by Alp Toker.
215
alp@webkit.orgee4efb52007-12-30 06:47:16 +0000216 Enable Database, XPath and XSLT features by default
217
218 * configure.ac:
219
2202007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com>
221
222 Reviewed by Alp Toker.
223
alp@webkit.orgf93619a2007-12-30 03:33:44 +0000224 http://bugs.webkit.org/show_bug.cgi?id=16669
225 autotools update and fixes
226
227 Various fixes to the autotools build
228
229 * GNUmakefile.am:
230 - Remove ICU_FLAGS because it adds -g in the CFLAGS/CXXFLAGS
231 - Fix clean rules (Rodney Dawes)
232 - Added webcore specific variables, remove STDINT_H and
233 PTHREAD_NP_H checks (already included in config.h)
234 * autogen.sh:
235 - Loosen automake and aclocal requirement
236 * configure.ac:
237 - Workaround AC_PROG_CXX putting -g in CXXFLAGS. Only use -g
238 when doing a debug build (Rodney Dawes)
239 - Fix webkit target and remove traces of XBL
240
alp@webkit.org11a31a72007-12-27 23:14:27 +00002412007-12-27 Jan Michael Alonzo <jmalonzo@unpluggable.com>
242
243 Reviewed by Alp Toker.
244
245 http://bugs.webkit.org/show_bug.cgi?id=16353
246 [GTK] Check for deprecated API use (G_DISABLE_DEPRECATED etc.)
247
248 Added the flags mentioned in the bug only when doing 'debug'
249 builds. -DGST_DISABLE_DEPRECATED only added when video is enabled.
250
251 * GNUmakefile.am:
252 * WebKit.pri:
253
alp@webkit.org278f1252007-12-27 06:05:21 +00002542007-12-26 Jan Michael Alonzo <jmalonzo@unpluggable.com>
255
256 Reviewed by Alp Toker.
257
258 http://bugs.webkit.org/show_bug.cgi?id=16390
259 Use autotools or GNU make as the build system for the GTK port
260
261 * GNUmakefile.am: Added.
262 * autogen.sh: Added.
263 * configure.ac: Added.
264
alp@webkit.org5f711d82007-12-21 00:33:46 +00002652007-12-20 Alp Toker <alp@atoker.com>
266
267 Rubber-stamped by Maciej.
268
269 http://bugs.webkit.org/show_bug.cgi?id=16542
270 [GTK] Text is missing with old Pango version
271
272 Back out commits r28880, r28876, r28865, r28864 which added Pango font
273 selection support. These changes caused a regression where no text was
274 displayed with older Pango versions.
275
276 * WebKit.pri:
277
alp@webkit.org2d6a1482007-12-19 18:41:17 +00002782007-12-19 Alp Toker <alp@atoker.com>
279
280 Remove the cairo-ft pkg-config check. The GTK+ port doesn't use
281 cairo-ft directly following changes in r28864.
282
283 * WebKit.pri:
284
alp@webkit.org2a2bf162007-12-12 16:27:35 +00002852007-12-12 Alp Toker <alp@atoker.com>
286
287 Reviewed by Mark Rowe.
288
289 http://bugs.webkit.org/show_bug.cgi?id=16302
290 [GTK] Compiler flags for optimization
291
292 Use the compiler flags -fno-exceptions -fno-rtti.
293
294 This patch does not add all the flags discussed in the bug report,
295 only these two.
296
297 * WebKit.pri:
298
alp@webkit.orgb4d68052007-12-04 12:16:38 +00002992007-12-04 Xan Lopez <xan@gnome.org>
300
301 Reviewed by Alp Toker.
302
303 http://bugs.webkit.org/show_bug.cgi?id=15561
304 GTK port needs DumpRenderTree implementation
305
306 Start work on the GTK+ DRT.
307
308 * WebKit.pro:
309
alp@webkit.orge1a9b4a2007-12-01 04:24:09 +00003102007-11-30 Alp Toker <alp@atoker.com>
311
312 Reviewed by Adam Roben.
313
314 http://bugs.webkit.org/show_bug.cgi?id=15691
315 [GTK] Public API does not follow GTK+ conventions
316
317 Refactor the WebKit/GTK+ public API. Changes:
318 WebKitPage -> WebKitWebView
319 WebKitFrame -> WebKitWebFrame
320
321 Public API source and header names have been updated to mirror the API
322 changes.
323
324 The API is now kept in WebKit/gtk/WebView to match other ports in the
325 same class such as Mac and Win.
326
327 * WebKit.pri:
328
mrowe@apple.comc2912612007-11-28 10:42:20 +00003292007-11-26 Rodney Dawes <dobey@wayofthemonkey.com>
330
331 Reviewed by Mark Rowe.
332
333 Set CONFIG option for the window system GTK+ is using
334
335 * WebKit.pri:
336
alp@webkit.org21ecf042007-11-23 01:03:19 +00003372007-11-22 Alp Toker <alp@atoker.com>
338
339 GTK+ build fix. Pass a correct LIBDIR value.
340
341 * WebKit.pri:
342
mrowe@apple.com4d7e81e2007-11-20 16:06:23 +00003432007-11-20 Mark Rowe <mrowe@apple.com>
344
345 Reviewed by Alp Toker.
346
347 * WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore.
348
alp@webkit.org6b26bef2007-11-20 15:35:49 +00003492007-11-20 Alp Toker <alp@atoker.com>
350
351 Reviewed by Simon Hausmann.
352
353 Clean up GTK+ port configuration.
354
355 Use similar compiler warning flags to the Mac build.
356
357 Add the qmake changes needed for DirectFB support.
358
359 * WebKit.pri:
360
hausmann81286e92007-11-07 12:44:20 +00003612007-11-07 Simon Hausmann <hausmann@kde.org>
362
363 Reviewed by Mark.
364
365 Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree.
366 That means that changes to the public API of the Qt port also trigger a rebuild of the tools.
367
368 * WebKit.pri:
369
larsc075d2a2007-10-03 10:29:15 +00003702007-10-03 Lars Knoll <lars@trolltech.com>
371
larsbf4fa942007-10-03 10:29:35 +0000372 Signed off by olliej.
373
374 move WebKitQt to WebKit/qt for consistency with the other ports.
375
376 * WebKit.pri:
377 * WebKit.pro:
378
3792007-10-03 Lars Knoll <lars@trolltech.com>
380
larsc075d2a2007-10-03 10:29:15 +0000381 Reviewed by olliej.
382
383 Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin.
384
385 * WebKit.pro:
386
zeckef5c101b2007-09-29 15:34:39 +00003872007-09-29 Holger Hans Peter Freyther <zecke@selfish.org>
388
389 Reviewed by Mark.
390
391 -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
392 Remove Bakefiles from svn.
393
394 * Bakefiles/Bakefiles.bkgen: Removed.
395 * Bakefiles/ChangeLog: Removed.
396 * Bakefiles/Readme.txt: Removed.
397 * Bakefiles/presets.bkl: Removed.
398 * Bakefiles/update-file-lists.py: Removed.
399
zecke27524052007-09-23 09:50:35 +00004002007-09-20 Holger Hans Peter Freyther <zecke@selfish.org>
401
402 Rubber stamped by Adam.
403
404 Renamed files from *Gdk to *Gtk (see #14732) using the
405 work of Juan A. Suarez Romero as a base.
406
407 GDK -> GTK
408
409 * WebKit.pri:
410 * WebKit.pro:
411
zecke6b349972007-07-29 21:51:41 +00004122007-07-29 Brian Mastenbrook <brian@mastenbrook.net>
413
414 Build fix for WebKit/Gtk to compile on Fedora 7 as described in
415 http://bugs.webkit.org/show_bug.cgi?id=14557
416
417 * WebKit.pri: cairo-ft is used by the WebKit/Gtk port
418
hausmannc67aba22007-07-27 08:32:12 +00004192007-07-27 Simon Hausmann <hausmann@kde.org>
420
421 Done with and reviewed by Lars and Zack.
422
hausmann291e38a2007-07-27 08:32:54 +0000423 Exclude DumpRenderTree from the Qt build on Windows for now.
424
425 * WebKit.pro:
426
4272007-07-27 Simon Hausmann <hausmann@kde.org>
428
429 Done with and reviewed by Lars and Zack.
430
hausmannc67aba22007-07-27 08:32:12 +0000431 Temporarily disable the ICO support for the Qt build on Windows.
432
433 * WebKit.pro:
434
hausmanne4840e62007-07-26 14:47:27 +00004352007-07-26 Simon Hausmann <hausmann@kde.org>
436
437 Reviewed by Lars.
438
439 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.
440
441 * WebKit.pri:
442
zecke5604daf2007-07-23 18:16:02 +00004432007-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
444
445 Reviewed by Adam.
446
447 Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be
448 build against it.
449
450 * WebKit.pri:
451
hausmann8fb45122007-07-18 15:16:23 +00004522007-07-18 Simon Hausmann <hausmann@kde.org>
453
454 Reviewed by Zack.
455
456 Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
457
458 * WebKit.pro:
459
thatcherb0cc0752007-07-18 13:55:11 +00004602007-07-18 Timothy Hatcher <timothy@apple.com>
461
462 Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
463 still use this one Makefile.shared as an include.
464
465 * Makefile.shared:
466
staikosba198e12007-07-12 03:04:45 +00004672007-07-12 George Staikos <staikos@kde.org>
468
469 Fix build in debug mode.
470
471 * WebKit.pri:
472
darin0284caf2007-07-11 19:24:17 +00004732007-07-11 Holger Hans Peter Freyther <zecke@selfish.org>
474
475 Reviewed by Darin.
476
477 As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
478 WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
479
480 * WebKit.pri: Adjust INCLUDEPATH
481
aroben1baf09c2007-06-26 05:00:17 +00004822007-06-25 Adam Roben <aroben@apple.com>
483
aroben98497392007-06-26 05:12:03 +0000484 Really remove LayoutTestResults.
485
486 * LayoutTestResults: Removed.
487
4882007-06-25 Adam Roben <aroben@apple.com>
489
aroben1baf09c2007-06-26 05:00:17 +0000490 Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
491 http://bugs.webkit.org/show_bug.cgi?id=14405
492
493 Reviewed by Anders.
494
495 * LayoutTestResults: Removed.
496
bdash3390c102007-06-25 12:57:31 +00004972007-06-25 Alp Toker <alp.toker@collabora.co.uk>
498
499 Reviewed by Mark.
500
501 http://bugs.webkit.org/show_bug.cgi?id=13975
502 Use system-provided libjpeg and libpng
503
504 * WebKit.pri: Link against external libjpeg and libpng.
505
aroben71fb6632007-06-21 07:00:09 +00005062007-06-20 Adam Roben <aroben@apple.com>
507
508 Reviewed by Simon Hausmann.
509
510 More Gdk build fixing.
511
512 * WebKit.pro:
513
staikosa933d562007-06-21 05:01:53 +00005142007-06-15 Adam Treat <adam@staikos.net>
515
516 Reviewed by George Staikos.
517
518 Add ICO support to the Qt build.
519
520 * WebKit.pro:
521
staikosc62cabb2007-06-14 02:24:08 +00005222007-06-13 George Staikos <staikos@kde.org>
523
524 Reviewed by Lars.
525
526 Compile without self-linking.
527
528 * WebKit.pri:
529
hausmannc14b0062007-06-13 15:01:28 +00005302007-06-13 Simon Hausmann <hausmann@kde.org>
531
532 Reviewed by Lars.
533
534 * WebKit.pri: WebKitQt is now called QtWebKit.
535
weinig5846e7d2007-05-31 23:50:37 +00005362007-05-31 Alp Toker <alp.toker@collabora.co.uk>
537
538 Reviewed by Eric Seidel.
539
540 http://bugs.webkit.org/show_bug.cgi?id=13941
541 Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
542
543 * WebKit.pri:
544
bdash98f449d2007-05-18 08:29:58 +00005452007-05-18 Holger Hans Peter Freyther <zecke@selfish.org>
546
547 Reviewed by Mark Rowe.
548
549 * WebKit.pro: Build testkjs for Gdk and Qt
550
bdashc9175eab2007-05-11 09:01:46 +00005512007-05-11 Holger Freyther <freyther@kde.org>
552
553 Reviewed by Mark Rowe.
554
555 Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
556 and add ICU configuration to QMAKE_CXXFLAGS.
557
558 * WebKit.pri:
559
bdash95897392007-05-07 02:36:38 +00005602007-05-06 Erik Bunce <kde@bunce.us>
561
562 Reviewed by Mark Rowe.
563
564 * WebKit.pri:
565 Removed unnecessary dependency on MacPorts (/opt/local)
566
hausmannd5df26f2007-05-03 22:04:27 +00005672007-05-03 Holger Freyther <freyther@kde.org>
568
569 Reviewed by Zack, landed by Simon.
570 This is bugzilla bug 13499.
571
572 * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
573 port
574 * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
575 port
576
bdashfc4e8c22007-04-27 07:37:26 +00005772007-04-27 Holger Freyther <freyther@kde.org>
578
579 Reviewed by Maciej.
580
581 Remove unmaintained CMake build system.
582
583 * CMakeLists.txt: Removed.
584
hausmann703e9d32007-01-30 10:20:20 +00005852007-01-30 Simon Hausmann <hausmann@kde.org>
586
587 Reviewed by Zack.
588
589 * WebKit.pri: libJavaScriptCore is gone with the Qt build
590 * WebKit.pro:
591
staikosbf876942007-01-26 22:19:16 +00005922007-01-26 George Staikos <staikos@kde.org>
593
594 Remove headers - not needed now.
595
596 * WebKit.pri:
597
staikos9fd5a742007-01-23 18:36:22 +00005982007-01-23 George Staikos <staikos@kde.org>
599
600 Put everything back since we can't build everything without it yet.
601
602 * WebKit.pri:
603
lars7cc60602007-01-16 15:03:44 +00006042007-01-16 Lars Knoll <lars@trolltech.com>
605
606 Reviewed by Zack
607
608 Remove everything but the new public API from
609 the include path.
610
611 * WebKit.pri:
612
staikos15d2d712007-01-11 07:12:00 +00006132007-01-11 George Staikos <staikos@kde.org>
614
615 Fix the Qt build
616
617 * WebKit.pri:
618
lars7f506a42007-01-03 12:04:40 +00006192007-01-03 Lars Knoll <lars@trolltech.com>
620
621 Fix the Qt build
622
623 * WebKit.pri:
624
hausmann0f6f3022006-12-17 10:50:27 +00006252006-12-17 Simon Hausmann <hausmann@kde.org>
626
627 Reviewed by Rob Buis.
628
629 * WebKit.pro: Build testkjs.
630
thatchera3c1ab12006-12-14 19:30:36 +00006312006-12-14 Timothy Hatcher <timothy@apple.com>
632
633 Reviewed by Brady.
634
635 * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
636
mjs79842692006-12-13 23:22:44 +00006372006-12-13 Maciej Stachowiak <mjs@apple.com>
638
639 Reviewed by Brady and Anders.
640
641 * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
642
zacke22ef4d2006-12-10 20:05:01 +00006432006-12-10 Zack Rusin <zack@kde.org>
644
645 Client classes have been moved to WebKitQt/WebCoreSupport so
646 adjusting the pri file.
647
648 * WebKit.pri:
649
staikose9e22a52006-12-10 19:14:11 +00006502006-12-10 George Staikos <staikos@kde.org>
651
652 Reviewed by Zack.
653
654 Add WebKitBuild/Release back to the output dir for external build cases.
655
656 * WebKit.pri:
657
zack76eb5c12006-12-10 09:21:56 +00006582006-12-10 Zack Rusin <zack@kde.org>
659
660 Fix the link directory location.
661
662 * WebKit.pri:
663
zackc9055502006-12-10 06:36:32 +00006642006-12-10 Lars Knoll <lars@trolltech.com>
665
666 Reviewed by Zack
667
668 Include DumpRenderTree in the Qt build
669
670 * WebKit.pro:
671
staikos75bf7ef2006-12-10 05:54:55 +00006722006-12-09 George Staikos <staikos@kde.org>
673
674 Reviewed by Zack.
675
676 Correct the path to the libraries for QMake.
677
678 * WebKit.pri:
679
zack0321d232006-12-10 00:58:36 +00006802006-12-09 Lars Knoll <lars@trolltech.com>
681
682 Reviewed by Zack
683
684 Make it possible to build WebKit with qmake.
685
686 * WebKit.pri: Added.
687 * WebKit.pro: Added.
688
staikosb68ccda2006-11-19 18:39:14 +00006892006-11-19 Simon Hausmann <hausmann@kde.org>
690
691 Reviewed by Zack.
692
693 http://bugs.webkit.org/show_bug.cgi?id=11649
694
695 * CMakeLists.txt: Fix Qt-only build without KDE cmake files
696
thatcher94389582006-10-31 01:35:47 +00006972006-10-30 Timothy Hatcher <timothy@apple.com>
698
699 Reviewed by Brady.
700
701 Make the universal build return non-zero when module make fails.
702
703 * Makefile:
704
slewis243d4c12006-10-30 22:35:43 +00007052006-10-30 Stephanie Lewis <slewis@apple.com>
706
707 Reviewed by Darin.
708
709 Change Makefiles to return non-zero when module make fails.
710
711 * Makefile:
712
beidsone15fbdd2006-10-28 02:08:38 +00007132006-10-27 Brady Eidson <beidson@apple.com>
714
715 Rubber stamped by Tim Hatcher
716
717 Added "make universal" to build universal binaries
718
719 * Makefile:
720 * Makefile.shared:
721
eseidel52f3a0e2006-10-02 00:04:56 +00007222006-10-01 Nikolas Zimmermann <zimmermann@kde.org>
723
724 Reviewed by eseidel.
725
726 * CMakeLists.txt: add option to disable colored output when building on the buildbot
727