| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Task: 251421
Reviewed-by: Trust Me
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Task-number: 251346
Reviewed-by: TrustMe
BT: Yes
|
| |
| |
| |
| |
| |
| |
| |
| | |
Remove the last few unnecessary directives using obsolete values of
QT_VERSION. There are a few references to old QT_VERSION's left, but
they are legitimate and should not be removed.
Reviewed-by: Trust Me
|
| |
| |
| |
| |
| | |
Reviewed-by: Trust Me
....though discussed with three devs.
|
| |
| |
| |
| | |
Task-number: 250574
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Use QUrl::fromLocalFile to construct the url string.
Reviewed-by: Jarek Kobus <jkobus@trolltech.com>
|
|/
|
|
|
| |
Task: 251248
Revieved-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
|
|
|
|
| |
Use PropertySheetKeySequenceValue instead of plain strings.
|
|
|
|
| |
Reviewed-by: nrc
|
|
|
|
|
|
|
|
| |
Reviewed-by: Thiago
- display the nokia internal usage text like on configure
- instead of skipping the license check we need to actually call it to
set QT_EDITION and friends properly. Otherwise the build gets broken.
|
|
|
|
|
|
|
| |
A Nokia build doesn't require a license.
Reviewed-by: mauricek
BT: yes
|
| |
|
|
|
|
|
| |
RevBy: Joerg
Details: -opengl-es-2 option for configure.exe
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
checksdk -list now displays the list of available SDK without yielding
the warning message "No SDK specified: Defaulting to ...".
Reviewed-by: mauricek
|
| |
| |
| |
| |
| | |
Reviewed-by: TrustMe
BT: yes
|
|\ \ |
|
| | | |
|
| | |
| | |
| | |
| | | |
cherry-picked from creator's b3ec859c80bd0656cfc48cfe6514ec4f631b8206
|
| | |
| | |
| | |
| | | |
cherry-pick 28dacdfdf3eed04ec47a1e8eb206bd3ffb979c08 from creator
|
| | |
| | |
| | |
| | |
| | | |
Task-number: none
Reviewed-by: --global
|
|/ /
| |
| |
| |
| | |
Task-number: none
Reviewed-by: --global
|
| |
| |
| |
| |
| | |
Task-number: none
Reviewed-by: --global
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- lrelease will not abort on duplicates any more
- lconvert now gets noisy, but only if messages within one file are
duplicated (combining files with identical messages is ok)
- lupdate stays silent, but will eliminate duplicates again
- consolidate handling of dual-encoded and duplicate messages - for
performance
- instead of the format loader, now the app is responsible for calling
the duplicate handler. this allows for the fine-grained control
necessary for optimal performance.
Task-number: 247738
|
| |
| |
| |
| | |
use pointers in the index hash to avoid needless allocs and copies
|
| |
| |
| |
| |
| | |
Task-number: none
Reviewed-by: hjk
|
| |
| |
| |
| |
| | |
Task-number: none
Reviewed-by: hjk
|
|/
|
|
|
| |
Task-number: part of 238496
Reviewed-by: hjk
|
|
|
|
|
|
| |
makes tool tips less ugly
Task-number: 246114
|
|
|
|
| |
Task-number: 249519
|
| |
|
|
|
|
|
|
|
|
|
| |
while parsing html files, we removed some entities the should have been
converted to there native representation, thus we were not able to find
them
Task-number: 247732
Reviewed-by: hjk
|
|
|
|
|
|
| |
These were reported by mkdist
Reviewed-by: TrustMe
|
|
|
|
|
| |
Task-number: 247060
Reviewed-by: TrustMe
|
|
|
|
|
|
|
| |
Inside DesignerEditorFactory::createTextEditor() we first do setText() and afterwards we do setTextPropertyValidationMode(). setTextPropertyValidationMode() didn't update the cached text. Below patch fixes it.
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Task-number: 245503
|
|
|
|
|
|
| |
this is a backport of be5a9587865f9f042cac8feb5296b71b11a1a80f
Task-number: 249633
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in ts 1.1 and qm files, messages appear in their native encoding. that
means that a message can appear multiple times - once in utf8 and once
in the codecForTr. however, in ts 2.0 files, everything is utf8 and
messages can have a utf8 flag for the later transformation into qm.
unfortunately, there was no flag to mark that the message is needed in
*both* encodings, and the respective case was completely ignored when
reading ts 1.1 and qm files (causing error messages).
Task-number: 249022
AutoTest: 322690
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
commit 20864878d046b2ce6bf5fc54868be8df346ce0c8
Author: David Boddie <dboddie@trolltech.com>
Date: Thu Mar 26 18:30:32 2009 +0100
Doc: Fixed qdoc warning by adding more descriptive text.
Reviewed-by: TrustMe
commit 3b620a0a4d1b02105c9761384a5abc4ecf11e9d2
Author: David Boddie <dboddie@trolltech.com>
Date: Thu Mar 26 18:29:56 2009 +0100
Doc: Added macros for future use.
Reviewed-by: TrustMe
|