| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reviewed-by: Paul Olav Tvete
|
|
|
|
| |
It now finds a lot more \since 4.6 stuff.
|
|
|
|
|
| |
Merge-request: 1320
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
|
|
|
|
| |
Reviewed-by: Simon Hausmann
|
|
|
|
| |
"A class with a reference member must have a user-defined constructor."
|
|
|
|
|
|
|
| |
Make the user's life easier by including the reason for the error in
the failure message.
Reviewed-by: Trust Me
|
|
|
|
|
|
|
|
|
| |
qdoc3 warns when it doesn't find doc source files that are listed in the
.qdocconf file, but it doesn't error out. Thus the manuals haven't been
generated since the 4.6 doc reorganization, but the failure has been
silent.
Reviewed-by: Trust Me
|
|\
| |
| |
| |
| | |
Conflicts:
translations/qt_ru.ts
|
| |
| |
| |
| |
| | |
Merge-request: 1611
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
|
| |
| |
| |
| |
| | |
Merge-request: 1611
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
|
| |
| |
| |
| | |
Reviewed-by: trustme
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fix a regression caused by the introduction of the
QMenuBar::nativeMenuBar property (defaulting to true),
which caused it the menu editor to disappear.
Handle QMenuBar::nativeMenuBar it as a fake property,
keeping it set to false for Form Editor.
Reviewed-by: Jarek Kobus <jkobus@trolltech.com>
|
| |
| |
| |
| | |
qms are installed centrally from the top-level install target
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This solution might need a bit of more thinking, the "\sincelist" command
might need a parameter so that we can have the "new since 4.6" list also in
Qt 4.7 documentation.
Rev-by: TrustMe
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
qdoc was generating the full path to the source document in a comment at
the top of each generated html file. For source packages the path is a
temporary directory that only exists during package generation. The
path also usually contains the Unix username of the user who generated
the package, and we shouldn't leak usernames for security and privacy
reasons.
This commit changes the code to write just the filename of the source
document into the comment instead of the full path.
Reviewed-by: Lincoln Ramsay
|
| |
| |
| |
| |
| | |
this will save quite some hash lookups (even if in empty hashes)
and make the VisitRecorder bitmap smaller.
|
| |
| |
| |
| |
| | |
drop the parse results of files which are unlikely to be included (i.e.,
which are not headers).
|
| |
| |
| |
| |
| |
| | |
which means that one can set an arbitrary context.
as a side effect, this caches the stringified context of
Q_OBJECT-derived classes.
|
| |
| |
| |
| |
| |
| | |
... by virtue of the Q_DECLARE_TR_FUNCTIONS macro.
so remove the artificial limitation to classes (which was mostly an
optimization anyway).
|
| |
| |
| |
| |
| |
| |
| | |
do not import all data from included files into the current file (which
turned out to be extremely expensive for 3rdparty/webkit), but do
hierarchical lookups on demand. this makes the lookups as such much
slower, of course, but it still pays off.
|
| | |
|
| |
| |
| |
| |
| | |
they don't create useful namespaces and don't hold flags, so it is
pointless to clutter the namespace maps with them.
|
| |
| |
| |
| | |
no need for parameter "unresolved"
|
| |
| |
| |
| | |
needsTrFunctions was never set any more
|
| |
| |
| |
| |
| | |
cuts away a few thousand instructions.
need to revisit this in case of making the parser a dynamic library.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
they are surprisingly expensive
|
| | |
|
| |
| |
| |
| |
| | |
qdiroperator uses qregexp for filtering, which is sloooow. so use a hash
lookup on extensions instead.
|
| | |
|
| | |
|
| |
| |
| |
| | |
ok, so this is a feature ... a 4-line-one ...
|
| |
| |
| |
| |
| |
| |
| | |
Now that we don't make platform-specific source packages, we only have
one version of the docs. These docs need to include all platforms.
Reviewed-by: Trust Me
|
| |
| |
| |
| |
| |
| |
| | |
We now generate only one set of docs, for the qt-everywhere package.
Thus we no longer need to differentiate the different editions.
Reviewed-by: Trust Me
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Since QXmlSchemaValidator resolves relative paths against the executable
location, we use QUrl::fromLocalFile before passing them along.
This is a more typical behavior for command-line applications and fixes
the autotest.
Reviewed-by: Frans Englich
|
| |
| |
| |
| | |
Reviewed-by: Trust Me
|
| | |
|
| | |
|
| |
| |
| |
| | |
Reviewed-by: Trustme
|
| |
| |
| |
| | |
Reviewed-by: Trustme
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The makefile written for calling the Symbian build tools is for GNU make
not nmake, so print an accurate message when -xplatform is
symbian-<whatever>
We still don't make the correct recommendation for the confclean target
but that doesn't work anyway (see QTBUG-4536)
Reviewed-by: Jason Barron
|
| |
| |
| |
| | |
In test/qt.qdocconf, change %VERSION% to 4.6, for example.
|
| |
| |
| |
| | |
Reviewed-by: Trust Me
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Qt 4.6 cannot be used with the win32-mwc makespec, as the Metrowerks
compiler supplied with Symbian/S60 releases does not contain enough
support to build the Qt host tools in a Unicode version, and ANSI
support has been removed in 4.6.
Alternative mkspecs are win32-g++, requiring mingw tools to be installed,
or one of the win32-msvc.... mkspecs, requiring MS Visual Studio (Express
edition is fine)
The mwc makefile for qmake was already removed, so this just removes the
remaining support.
Reviewed-by: Jason Barron
|
| |
| |
| |
| | |
Reviewed-by: trustme
|