| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
This turns the changes in 072e748adbdab1d51b240b9983ce82b213b66f18 off
by default. Define QT_PRIVATE_QWS to turn them on. This must be done for
both qvfb (X11 build) and libQtGui (QWS build). Failure to do so will result
in an inability for applications to communicate with the server.
Task-number: QTBUG-1711
Reviewed-by: Paul
|
|\ |
|
| |
| |
| |
| | |
-help says it does, and it kinda makes sense
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
with the current scheme of running "make ts" only when doing a
particular translation and checking in only the relevant file, these
files are never updated.
lconvert can generate an empty template from any translation anyway.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- I reverted the font enlargement. This should be up to the user.
- The fonts are now uniform again, giving a more professional apparance.
- Added a slight gradient for the headers to give it a more modern look.
- Fixed a rendering glitch with webkit where no borders were visible.
The qt-resources.qdoc is basically there to export the image.
Reviewed-by: Morten Engvoldsen
|
| |
| |
| |
| | |
Reviewed-by: Trust Me
|
| |
| |
| |
| | |
As done for the other plugins. Brought to attention by Volker.
|
| |
| |
| |
| |
| | |
Task-number: QTBUG-1711
Reviewed-by: Paul
|
| | |
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| | |
xlf uses xx-YY notation instead of xx_YY
Reviewed-by: ossi
|
| |
| |
| |
| | |
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.
|
| | |
|