| 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
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Over src/ tools/ examples/ and demos/
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The sub-title was too big which was caused by an unclosed anchor tag.
Reviewed-by: David Boddie
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The autotest are included
Task-number: QTBUG-5884
Reviewed-by: ogoffart
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The google search engine for the doc tree must
be generated after the doc tree has been built.
The google search engine for the doc tree should
only appear in the online docs.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Reviewed-by: Pierre Rossi
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Also took care of placing non breakable spaces before double
punctuation characters.
Reviewed-by: Benjamin Poulain
|
| |\ \ \ \
| | | |/ /
| | |/| /
| | |_|/
| |/| | |
Conflicts:
configure.exe
|
| | |\ \
| | | |/ |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This fixes a bug that can only be seen on windows when we have the
collection storage location on e.g. Drive c:\ while the help files
reside on a different drive.
QHelpEngineCore::registerDocumentation would fail to gather the proper
relative file path, thus register the file with it's absolute path. In
QHelpEngineCore::documentationFileName we still assumed that all files
in the collection are registered relative and fail to concatenate the
proper path. Now we check if the path is already absolute and return.
Reviewed-by: ck
|
|\ \ \
| | |/
| |/| |
|
| |\ \ |
|
| | |\ \
| | | |/
| | | |
| | | |
| | | | |
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
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
...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
|
| | |
| | |
| | |
| | |
| | |
| | | |
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 :)
|
| | | |
|
| | |
| | |
| | |
| | | |
Reviewed-by: Trust Me
|