|
1 2007-10-03 Lars Knoll <lars@trolltech.com> |
|
2 |
|
3 Signed off by olliej. |
|
4 |
|
5 move WebKitQt to WebKit/qt for consistency with the other ports. |
|
6 |
|
7 * WebKit.pri: |
|
8 * WebKit.pro: |
|
9 |
|
10 2007-10-03 Lars Knoll <lars@trolltech.com> |
|
11 |
|
12 Reviewed by olliej. |
|
13 |
|
14 Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin. |
|
15 |
|
16 * WebKit.pro: |
|
17 |
|
18 2007-09-29 Holger Hans Peter Freyther <zecke@selfish.org> |
|
19 |
|
20 Reviewed by Mark. |
|
21 |
|
22 -Fix http://bugs.webkit.org/show_bug.cgi?id=13226. |
|
23 Remove Bakefiles from svn. |
|
24 |
|
25 * Bakefiles/Bakefiles.bkgen: Removed. |
|
26 * Bakefiles/ChangeLog: Removed. |
|
27 * Bakefiles/Readme.txt: Removed. |
|
28 * Bakefiles/presets.bkl: Removed. |
|
29 * Bakefiles/update-file-lists.py: Removed. |
|
30 |
|
31 2007-09-20 Holger Hans Peter Freyther <zecke@selfish.org> |
|
32 |
|
33 Rubber stamped by Adam. |
|
34 |
|
35 Renamed files from *Gdk to *Gtk (see #14732) using the |
|
36 work of Juan A. Suarez Romero as a base. |
|
37 |
|
38 GDK -> GTK |
|
39 |
|
40 * WebKit.pri: |
|
41 * WebKit.pro: |
|
42 |
|
43 2007-07-29 Brian Mastenbrook <brian@mastenbrook.net> |
|
44 |
|
45 Build fix for WebKit/Gtk to compile on Fedora 7 as described in |
|
46 http://bugs.webkit.org/show_bug.cgi?id=14557 |
|
47 |
|
48 * WebKit.pri: cairo-ft is used by the WebKit/Gtk port |
|
49 |
|
50 2007-07-27 Simon Hausmann <hausmann@kde.org> |
|
51 |
|
52 Done with and reviewed by Lars and Zack. |
|
53 |
|
54 Exclude DumpRenderTree from the Qt build on Windows for now. |
|
55 |
|
56 * WebKit.pro: |
|
57 |
|
58 2007-07-27 Simon Hausmann <hausmann@kde.org> |
|
59 |
|
60 Done with and reviewed by Lars and Zack. |
|
61 |
|
62 Temporarily disable the ICO support for the Qt build on Windows. |
|
63 |
|
64 * WebKit.pro: |
|
65 |
|
66 2007-07-26 Simon Hausmann <hausmann@kde.org> |
|
67 |
|
68 Reviewed by Lars. |
|
69 |
|
70 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. |
|
71 |
|
72 * WebKit.pri: |
|
73 |
|
74 2007-07-22 Holger Hans Peter Freyther <zecke@selfish.org> |
|
75 |
|
76 Reviewed by Adam. |
|
77 |
|
78 Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be |
|
79 build against it. |
|
80 |
|
81 * WebKit.pri: |
|
82 |
|
83 2007-07-18 Simon Hausmann <hausmann@kde.org> |
|
84 |
|
85 Reviewed by Zack. |
|
86 |
|
87 Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build. |
|
88 |
|
89 * WebKit.pro: |
|
90 |
|
91 2007-07-18 Timothy Hatcher <timothy@apple.com> |
|
92 |
|
93 Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can |
|
94 still use this one Makefile.shared as an include. |
|
95 |
|
96 * Makefile.shared: |
|
97 |
|
98 2007-07-12 George Staikos <staikos@kde.org> |
|
99 |
|
100 Fix build in debug mode. |
|
101 |
|
102 * WebKit.pri: |
|
103 |
|
104 2007-07-11 Holger Hans Peter Freyther <zecke@selfish.org> |
|
105 |
|
106 Reviewed by Darin. |
|
107 |
|
108 As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the |
|
109 WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore |
|
110 |
|
111 * WebKit.pri: Adjust INCLUDEPATH |
|
112 |
|
113 2007-06-25 Adam Roben <aroben@apple.com> |
|
114 |
|
115 Really remove LayoutTestResults. |
|
116 |
|
117 * LayoutTestResults: Removed. |
|
118 |
|
119 2007-06-25 Adam Roben <aroben@apple.com> |
|
120 |
|
121 Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt |
|
122 http://bugs.webkit.org/show_bug.cgi?id=14405 |
|
123 |
|
124 Reviewed by Anders. |
|
125 |
|
126 * LayoutTestResults: Removed. |
|
127 |
|
128 2007-06-25 Alp Toker <alp.toker@collabora.co.uk> |
|
129 |
|
130 Reviewed by Mark. |
|
131 |
|
132 http://bugs.webkit.org/show_bug.cgi?id=13975 |
|
133 Use system-provided libjpeg and libpng |
|
134 |
|
135 * WebKit.pri: Link against external libjpeg and libpng. |
|
136 |
|
137 2007-06-20 Adam Roben <aroben@apple.com> |
|
138 |
|
139 Reviewed by Simon Hausmann. |
|
140 |
|
141 More Gdk build fixing. |
|
142 |
|
143 * WebKit.pro: |
|
144 |
|
145 2007-06-15 Adam Treat <adam@staikos.net> |
|
146 |
|
147 Reviewed by George Staikos. |
|
148 |
|
149 Add ICO support to the Qt build. |
|
150 |
|
151 * WebKit.pro: |
|
152 |
|
153 2007-06-13 George Staikos <staikos@kde.org> |
|
154 |
|
155 Reviewed by Lars. |
|
156 |
|
157 Compile without self-linking. |
|
158 |
|
159 * WebKit.pri: |
|
160 |
|
161 2007-06-13 Simon Hausmann <hausmann@kde.org> |
|
162 |
|
163 Reviewed by Lars. |
|
164 |
|
165 * WebKit.pri: WebKitQt is now called QtWebKit. |
|
166 |
|
167 2007-05-31 Alp Toker <alp.toker@collabora.co.uk> |
|
168 |
|
169 Reviewed by Eric Seidel. |
|
170 |
|
171 http://bugs.webkit.org/show_bug.cgi?id=13941 |
|
172 Rename WebCore/platform/network/gdk to WebCore/platform/network/curl |
|
173 |
|
174 * WebKit.pri: |
|
175 |
|
176 2007-05-18 Holger Hans Peter Freyther <zecke@selfish.org> |
|
177 |
|
178 Reviewed by Mark Rowe. |
|
179 |
|
180 * WebKit.pro: Build testkjs for Gdk and Qt |
|
181 |
|
182 2007-05-11 Holger Freyther <freyther@kde.org> |
|
183 |
|
184 Reviewed by Mark Rowe. |
|
185 |
|
186 Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher, |
|
187 and add ICU configuration to QMAKE_CXXFLAGS. |
|
188 |
|
189 * WebKit.pri: |
|
190 |
|
191 2007-05-06 Erik Bunce <kde@bunce.us> |
|
192 |
|
193 Reviewed by Mark Rowe. |
|
194 |
|
195 * WebKit.pri: |
|
196 Removed unnecessary dependency on MacPorts (/opt/local) |
|
197 |
|
198 2007-05-03 Holger Freyther <freyther@kde.org> |
|
199 |
|
200 Reviewed by Zack, landed by Simon. |
|
201 This is bugzilla bug 13499. |
|
202 |
|
203 * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk |
|
204 port |
|
205 * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk |
|
206 port |
|
207 |
|
208 2007-04-27 Holger Freyther <freyther@kde.org> |
|
209 |
|
210 Reviewed by Maciej. |
|
211 |
|
212 Remove unmaintained CMake build system. |
|
213 |
|
214 * CMakeLists.txt: Removed. |
|
215 |
|
216 2007-01-30 Simon Hausmann <hausmann@kde.org> |
|
217 |
|
218 Reviewed by Zack. |
|
219 |
|
220 * WebKit.pri: libJavaScriptCore is gone with the Qt build |
|
221 * WebKit.pro: |
|
222 |
|
223 2007-01-26 George Staikos <staikos@kde.org> |
|
224 |
|
225 Remove headers - not needed now. |
|
226 |
|
227 * WebKit.pri: |
|
228 |
|
229 2007-01-23 George Staikos <staikos@kde.org> |
|
230 |
|
231 Put everything back since we can't build everything without it yet. |
|
232 |
|
233 * WebKit.pri: |
|
234 |
|
235 2007-01-16 Lars Knoll <lars@trolltech.com> |
|
236 |
|
237 Reviewed by Zack |
|
238 |
|
239 Remove everything but the new public API from |
|
240 the include path. |
|
241 |
|
242 * WebKit.pri: |
|
243 |
|
244 2007-01-11 George Staikos <staikos@kde.org> |
|
245 |
|
246 Fix the Qt build |
|
247 |
|
248 * WebKit.pri: |
|
249 |
|
250 2007-01-03 Lars Knoll <lars@trolltech.com> |
|
251 |
|
252 Fix the Qt build |
|
253 |
|
254 * WebKit.pri: |
|
255 |
|
256 2006-12-17 Simon Hausmann <hausmann@kde.org> |
|
257 |
|
258 Reviewed by Rob Buis. |
|
259 |
|
260 * WebKit.pro: Build testkjs. |
|
261 |
|
262 2006-12-14 Timothy Hatcher <timothy@apple.com> |
|
263 |
|
264 Reviewed by Brady. |
|
265 |
|
266 * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status |
|
267 |
|
268 2006-12-13 Maciej Stachowiak <mjs@apple.com> |
|
269 |
|
270 Reviewed by Brady and Anders. |
|
271 |
|
272 * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds. |
|
273 |
|
274 2006-12-10 Zack Rusin <zack@kde.org> |
|
275 |
|
276 Client classes have been moved to WebKitQt/WebCoreSupport so |
|
277 adjusting the pri file. |
|
278 |
|
279 * WebKit.pri: |
|
280 |
|
281 2006-12-10 George Staikos <staikos@kde.org> |
|
282 |
|
283 Reviewed by Zack. |
|
284 |
|
285 Add WebKitBuild/Release back to the output dir for external build cases. |
|
286 |
|
287 * WebKit.pri: |
|
288 |
|
289 2006-12-10 Zack Rusin <zack@kde.org> |
|
290 |
|
291 Fix the link directory location. |
|
292 |
|
293 * WebKit.pri: |
|
294 |
|
295 2006-12-10 Lars Knoll <lars@trolltech.com> |
|
296 |
|
297 Reviewed by Zack |
|
298 |
|
299 Include DumpRenderTree in the Qt build |
|
300 |
|
301 * WebKit.pro: |
|
302 |
|
303 2006-12-09 George Staikos <staikos@kde.org> |
|
304 |
|
305 Reviewed by Zack. |
|
306 |
|
307 Correct the path to the libraries for QMake. |
|
308 |
|
309 * WebKit.pri: |
|
310 |
|
311 2006-12-09 Lars Knoll <lars@trolltech.com> |
|
312 |
|
313 Reviewed by Zack |
|
314 |
|
315 Make it possible to build WebKit with qmake. |
|
316 |
|
317 * WebKit.pri: Added. |
|
318 * WebKit.pro: Added. |
|
319 |
|
320 2006-11-19 Simon Hausmann <hausmann@kde.org> |
|
321 |
|
322 Reviewed by Zack. |
|
323 |
|
324 http://bugs.webkit.org/show_bug.cgi?id=11649 |
|
325 |
|
326 * CMakeLists.txt: Fix Qt-only build without KDE cmake files |
|
327 |
|
328 2006-10-30 Timothy Hatcher <timothy@apple.com> |
|
329 |
|
330 Reviewed by Brady. |
|
331 |
|
332 Make the universal build return non-zero when module make fails. |
|
333 |
|
334 * Makefile: |
|
335 |
|
336 2006-10-30 Stephanie Lewis <slewis@apple.com> |
|
337 |
|
338 Reviewed by Darin. |
|
339 |
|
340 Change Makefiles to return non-zero when module make fails. |
|
341 |
|
342 * Makefile: |
|
343 |
|
344 2006-10-27 Brady Eidson <beidson@apple.com> |
|
345 |
|
346 Rubber stamped by Tim Hatcher |
|
347 |
|
348 Added "make universal" to build universal binaries |
|
349 |
|
350 * Makefile: |
|
351 * Makefile.shared: |
|
352 |
|
353 2006-10-01 Nikolas Zimmermann <zimmermann@kde.org> |
|
354 |
|
355 Reviewed by eseidel. |
|
356 |
|
357 * CMakeLists.txt: add option to disable colored output when building on the buildbot |
|
358 |