Timeline
Sep 21, 2001:
- 2:17 PM Changeset in webkit [174] by
-
- 8 edits2 adds in trunk/WebCore
Fixed some bugs in the build, and in the test files.
- 2:10 PM Changeset in webkit [173] by
-
- 2 edits12 adds in trunk/WebCore
Added some more tests.
Added some more collection implementation files.
- 2:09 PM Changeset in webkit [172] by
-
- 9 edits6 adds in trunk/WebCore
Did some more work on some basic Qt tests. Fixed a couple of bugs
I discovered in our implementations.
- 11:12 AM Changeset in webkit [171] by
-
- 2 edits in trunk/WebCore
Implemented assignment operators and remaining constructor
- 11:11 AM Changeset in webkit [170] by
-
- 3 edits in trunk/WebCore
More anal-retentive tweaking
- 9:56 AM Changeset in webkit [169] by
-
- 2 edits in trunk/WebCore
Fixed catching of status code from forked process. Sometimes
you just gotta read the man page!
- 9:45 AM Changeset in webkit [168] by
-
- 10 edits2 adds in trunk/WebCore
Modified some ignore rules
- 9:43 AM Changeset in webkit [167] by
-
- 11 edits14 adds in trunk/WebCore
Started to add support for unit tests. This includes:
- A test harness program
- Some specific tests for our Qt class implementations
- 9:27 AM Changeset in webkit [166] by
-
- 7 edits in trunk/WebCore
Bug fixes resulting from writing qpoint unit test
Sep 20, 2001:
- 6:37 PM Changeset in webkit [165] by
-
- 3 edits in trunk/WebCore
Anal-retentive tweaking
- 6:36 PM Changeset in webkit [164] by
-
- 2 edits in trunk/WebCore
Moved QChar implementation into new KWQChar.mm
- 6:35 PM Changeset in webkit [163] by
-
- 2 adds in trunk/WebCore
Created from QChar implementation in KWQString.mm
- 2:18 PM Changeset in webkit [162] by
-
- 2 edits in trunk/WebCore
Completed QChar implementation
- 1:15 PM Changeset in webkit [161] by
-
- 1 edit in trunk/WebCore/config.h.in
Some more small cleanups to get building with and without _KWQ_COMPLETE_
- 11:40 AM Changeset in webkit [160] by
-
- 77 edits in trunk/WebCore
Made some changes and confirmed that the tree builds when _KWQ_COMPLETE is
defined *and* also when it isn't
- 11:17 AM Changeset in webkit [159] by
-
- 2 edits in trunk/WebCore
Still more QChar implementation
- 11:02 AM Changeset in webkit [158] by
-
- 27 edits in trunk/WebCore
Some fixes to repair breakage resulting from starting to add some of the
KWQ_COMPLETE implementations
- 10:00 AM Changeset in webkit [157] by
-
- 3 edits in trunk/WebCore
Modified the configure system to add config.h support for Q_NO_TEXTSTREAM
symbol
- 9:59 AM Changeset in webkit [156] by
-
- 18 edits22 adds in trunk/WebCore
Added and modified a couple more classes in _q* land
- 9:19 AM Changeset in webkit [155] by
-
- 7 edits in trunk/WebCore
Modified configure and make system to include support for switching
the following defines in config.h via configure options:
- _KWQ_COMPLETE_
- _KWQ_IOSTREAM_
- QT_NO_DATASTREAM
- QT_NO_TEXTCODEC
Also did some cleanup on the doc generated when you do a
configure --help
- 9:16 AM Changeset in webkit [154] by
-
- 3 edits4 adds in trunk/WebCore
Added QRegion support
- 8:53 AM Changeset in webkit [153] by
-
- 2 edits in trunk/WebCore
More QChar implementation and spelling fixes
- 8:05 AM Changeset in webkit [152] by
-
- 2 edits in trunk/WebCore
Tweak to handle skipping the compilation of javaembed.cpp now that
this skipping is no longer handled by MakeSystemChanges.sh
- 7:56 AM Changeset in webkit [151] by
-
- 16 adds in trunk/WebCore
Added new Makefile.in files for the updated build system
- 7:51 AM Changeset in webkit [150] by
-
- 2 edits8 adds in trunk/WebCore
Added a few more files in the QT quick and dirty implementation effort
- 7:49 AM Changeset in webkit [149] by
-
- 15 edits2 adds in trunk/WebCore
Various tweaks and fixes to the make system and a couple of assorted files
in order to make the tree build again.
- 7:28 AM Changeset in webkit [148] by
-
- 1 edit in trunk/WebCore/configure.in
Removed recursive descent into tree to run MakeSystemChanges.sh script.
This is no longer needed given that we have removed the KDE make files
from our tree.
- 7:26 AM Changeset in webkit [147] by
-
- 8 edits66 deletes in trunk
Moved the make system so that it no longer includes elements from
the KDE build system. This involved removing the following files from
each directory where they appear in the KDE distribution:
- Makefile.am
- Makefile.in
- configure.in.in
I have also removed the special MakeSystemChanges.sh files from the tree
as they are made obsolete by this change.
It should also be noted that any Makefile.in files that remain are "ours"
and clobber the ones that KDE had.
Sep 19, 2001:
- 7:05 PM Changeset in webkit [146]
-
- 1 copy17 deletes in tags/Labyrinth
This commit was manufactured by cvs2svn to create tag 'Labyrinth'.
- 7:05 PM Changeset in webkit [145] by
-
- 3 edits in trunk/WebCore
Added src/kwq
- 7:04 PM Changeset in webkit [144] by
-
- 18 adds in trunk/WebCore
Added stub files for rendering
- 7:02 PM Changeset in webkit [143] by
-
- 1 edit in trunk/WebCore/Makefile.rules.in
Added rules for .mm
- 7:01 PM Changeset in webkit [142] by
-
- 2 adds in trunk/WebCore
Initial makefile.in
- 6:32 PM Changeset in webkit [141] by
-
- 5 edits in trunk/WebCore
Added partial QChar implementation
- 5:17 PM Changeset in webkit [140] by
-
- 2 edits in trunk/WebCore
Added image tests.
- 3:33 PM Changeset in webkit [139] by
-
- 6 adds in trunk/WebCore
Started making modifications that will move us towards a working Qt
layer. This includes adding many temporary _q<foo> files that are mostly
"borrowed" from Qt for the time being. So far, some basic leaf classes,
and some string stuff is ready and working.
These tests begin to support this effort.
- 3:32 PM Changeset in webkit [138] by
-
- 2 adds in trunk/WebCore
Added
- 3:31 PM Changeset in webkit [137] by
-
- 36 edits44 adds in trunk
Started making modifications that will move us towards a working Qt
layer. This includes adding many temporary _q<foo> files that are mostly
"borrowed" from Qt for the time being. So far, some basic leaf classes,
and some string stuff is ready and working.
- 2:12 PM Changeset in webkit [136] by
-
- 2 edits8 adds2 deletes in trunk/WebCore
C
VS: ----------------------------------------------------------------------
- 8:53 AM Changeset in webkit [135] by
-
- 62 edits in trunk
Merged changes from KDE 2.2.1 distribution
- 8:45 AM Changeset in webkit [134] by
-
- 3 edits in trunk/WebCore
Added contentsHeight function for KDE 2.2.1 compatibility
- 8:44 AM Changeset in webkit [133] by
-
- 3 edits in trunk/WebCore
Added qRgba and rgb functions for KDE 2.2.1 compatibility
Sep 18, 2001:
- 7:16 PM Changeset in webkit [132] by
-
- 5 edits in trunk/WebCore
Added QConstString implementation and some fixes
- 6:42 PM Changeset in webkit [131] by
-
- 4 deletes in trunk/WebCore
* empty log message *
- 6:41 PM Changeset in webkit [130] by
-
- 12 adds in trunk/WebCore
Files for the kwq test app