| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Needs recompile.
Reviewed-By: Thiago Macieira
|
|
|
|
|
|
|
|
| |
Add support for Symbian commercial licenses and adapt to the
possibility from the RT operating systems
Task-number: QT-2518
Reviewed-by: axis
|
|\
| |
| |
| |
| | |
Conflicts:
configure.exe
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
It needs to be closed with </a> instead of the short /> notation, in
order for browsers like Firefox and Chrome not to get confused.
It caused the span used to make the subtitle smaller to only have effect
up until the link to the module started (only applying the span to the
opening '[').
Reviewed-by: Martin Smith <msmith@trolltech.com>
|
| | |
| | |
| | |
| | | |
Reviewed-by: ck
|
| | |
| | |
| | |
| | | |
qsettings_win needs advapi32
|
| | |
| | |
| | |
| | |
| | | |
for some reason, this did build on linux and windows, but symbian seems
somewhat stricter.
|
| |\ \ |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The border was not showing up because the last row was missing cells if
the number of classes is not perfectly dividable by the number of
columns.
This patch makes sure that empty cells are generated so the CSS can
style them.
Reviewed-by: Martin Smith <msmith@trolltech.com>
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Conflicts:
tools/configure/configureapp.cpp
|
| | |\ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Conflicts:
src/corelib/tools/qscopedpointer.h
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Designer-formbuilder/uic incorrectly considered custom containers that
do not inherit a known page-based container (say QTabWidget) as
instances of QLayoutWidget, giving them a default margin of 0.
Add a check for the custom widget <container>-element to the checks
for QLayoutWidget in uic/formbuilder.
In the formbuilder, introduce a new data structure to store
custom widget information instead of using 3 separate hashes.
Adapt one autotest baseline (Qt 3).
Reviewed-by: Jarek Kobus <jkobus@trolltech.com>
Task-number: QTBUG-5335
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
needed for build-time qm generation in qt itself.
the downsides are a) that the other bootstrapped tools grow by ~12kB
(on x86) due to qdatastream being pulled in by qbytearray and qstring
and b) that lrelease isn't l10n'd itself anymore (the latter could be
fixed by building a non-qobject qtranslator).
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
preparation work for bootstrapping
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
as in the other tool windows.
Reviewed-by: Jarek Kobus <jkobus@trolltech.com>
Task-number: QTCREATORBUG-239
|
| | | | |
| | | | |
| | | | |
| | | | | |
Reviewed-by: kh1
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Task-number: QTBUG-5333
Reviewed-by: ck
|
| | | | |
| | | | |
| | | | |
| | | | | |
Reviewed-by: ck
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
1. Filter combo box now gets updated on remote setCurrentFilter.
2. Argument to remote setCurrentFilter now gets checked. If there is
no such filter, we reject it.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
this makes sense if one uses lupdate only for validation purposes, i.e.
to find out if the code uses only ids which are defined in some external
specification.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
when comparing two messages which both have ids, compare only the ids.
this affects finding/reporting duplicates and merging.
|
| | | | |
| | | | |
| | | | |
| | | | | |
preparation work ...
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
in a ts file, the top level categorization are the contexts, so it makes
no sense to make messages adjoint by file when the context is different.
a more clever algorithm which tries to order the entire contexts is
conceivable. that would be advantageous for files which use multiple
contexts subsequentially if each context appears in only one file.
|
| | | | |
| | | | |
| | | | |
| | | | | |
replace the one use case with something more efficient
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
consistent with all other source parsers
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
two messages with identical singular but different plural sources simply
make no sense.
this should be quite a bit faster, as it saves lots of QHash<QString,...>
lookups.
|
| | | | |
| | | | |
| | | | |
| | | | | |
it was once needed for QMap, but we don't use that any more
|
| | | | |
| | | | |
| | | | |
| | | | | |
... with gotos :)
|
| | | | | |
|
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| |\ \ \ \ |
|
| | |\ \ \ \
| | | | |_|/
| | | |/| |
| | | | | |
| | | | | | |
Conflicts:
dist/changes-4.6.0
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- Added "qttrace" to binary file, making it possible to do a sanity
verification of the input file in qttracereplay
- Sanity check input binary file, both for existance and for content
in qttracereplay
- Console app on windows and mac
- Added helpful output for -h and --help command line options
Reviewed-by: Samuel
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
Reviewed-By: Trust Me
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Task-number: QTBUG-5550
Reviewed-by: TrustMe
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
before, when configured with -openssl-linked, configure.exe hang,
because of the following:
We were checking for XQMAKESPEC via something like
'dictionary["XQMAKESPEC"] == "someValue"' , which added the XQMAKESPEC
value to the dictionary. Later (line 3030), we checked whether
XQMAKESPEC was set (which was now true), and we used the value although
it was empty.
Reviewed-by: Thiago Macieira
Reviewed-by: Denis Dzyubenko
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
...in the \qmlmethod and \qmlsignal commands, and the
corresponding "attached" ones. Previously, the type was
not allowed, but it really should be there, which means
the \qmlmethod and \qmlsignal commands should be updated
throughout.
|
| | | |
| | | |
| | | |
| | | | |
In the Method Documentation and Signal Documentation sections.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Note the Invalid Syntax errors for some uses of
\qmlmethod and \qmlsignal. A syntactically correct
signature is now required as the argument.
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
as in the other tool windows.
Reviewed-by: Jarek Kobus <jkobus@trolltech.com>
Task-number: QTCREATORBUG-239
|
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: kh1
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Task-number: QTBUG-5333
Reviewed-by: ck
|
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: ck
|