| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
otherwise the fallback to use the source string is rather pointless
|
|
|
|
| |
unfinished messages
|
|
|
|
| |
--help says it does, but it didn't really.
|
| |
|
|
|
|
|
|
|
|
|
| |
This reverts commit a6af1538ea53408399fb29870a4ef16a92c7893a.
armv6 is not supported by public SDKs, due to armv6/urel not existing.
Such SDKs needs to be fixed by copying the armv5 files. Hence we revert,
and postpone until we have SDKs which actually support armv6, and until
we have a stronger insight into what advantages armv6 brings.
|
|
|
|
|
|
|
|
| |
Change from armv5 to armv6 by default. This updates documentation, the
convenience scripts, and the Raptor/abld qmake generator to use armv6 instead.
Task-number: QTBUG-4891
Reviewed-by: Jason Barron
|
|
|
|
|
| |
The offending code is normally ifdef'ed out, so the bug did not manifest
itself before.
|
|
|
|
|
|
| |
It works just like the \qmlproperty command, except
that it puts the properties in a different section for
attached properties.
|
|
|
|
|
|
|
|
|
|
|
|
| |
cetest was processing .pro files without build_pass set.
That's wrong, as it means the qmake logic is set up for generating
the debug-and-release glue project instead of the real project.
Until commit 75b41faff44a1488d88eca6e910d4b617cb42221, it didn't
matter. After that commit, cetest would always try to deploy
release versions of Qt DLLs even when run with `-debug'.
Reviewed-by: joerg
|
|
|
|
|
|
|
| |
These files are not used for the qt-everywhere source packages, and the
platform-specific source packages are no longer needed.
Reviewed-by: Trust Me
|
|
|
|
|
|
|
|
|
|
| |
Projects.pro is forcing QT_BUILD_PARTS to omit docs and translations,
but configure still outputted those into .qmake.cache. Fixed
configure to also omit them for Symbian builds to make building demos
work equally whether built by from root or not.
Task-number: QT-1018
Reviewed-by: axis
|
|
|
|
| |
Reviewed-by: axis
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This is a big change from the original,
and I expect we will want modifications.
|
|
|
|
|
|
|
|
|
| |
version for development.
This used to work before 4.5.1
Task-number:Qt-704
Reviewed-by:thiago
|
|
|
|
|
|
| |
Fixes a warning with GCC.
Reviewed-by: Markus Goetz
|
|
|
|
|
|
|
| |
... by establishing a default behaviour for the switch statements that
follow.
Reviewed-by: ck
|
|
|
|
| |
Reviewed-by: Thiago Macieira
|
|
|
|
| |
Reviewed-by: Friedemann Kleint
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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>
|