| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Task-number: none
Reviewed-by: kh
|
|
|
|
|
|
|
|
|
| |
Should have been part of 8aa8997f18afb85cb17f5b2a875a004302df4c72
Sorry the HOWTO file was not entirely clear that the *.qch needs
to be updated too.
Task-number: 251421
Reviewed-by: kh
|
|
|
|
|
|
|
|
| |
should have been part of c8285ec610b02f440f692be90aed1e6925a8675
Task-number: 251346
Reviewed-by: TrustMe
BT: yes
|
|
|
|
|
|
| |
Task: 251691
Translate correct header item (fix to new feature).
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
|
|
|
|
|
|
|
|
| |
Remove the *_tr_TR.ts files added in change
5e3cae2754bf5f50aa10fef2c8d3bb7d33407b96 and remove their entries from
.pro files to prevent them coming back next time someone does "make ts".
Reviewed-by: Trust Me
|
|
|
|
|
|
|
| |
Updated the project files and headers necessary for enabling this.
Reviewed-by: Thiago Macieira
Reviewed-by: Jens Bache-Wiig
|
|
|
|
| |
properly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update the text of the About Qt dialog, as directed by Legal. Note that
this change breaks string freeze as the text is translatable, however
Legal has decided that shipping legally correct text has priority over
shipping complete translations. This change includes updated .ts files
to correct the source strings, but no updated translations.
This change also removes out-of-date licensing text from the About
dialogs of Designer, Assistant, Linguist, QtConfig and qdbusviewer.
Those particular changes should not break translations as they only
remove translatable strings and do not modify any others.
Task-number: 247608
Reviewed-by: Trust Me
.....review will be conducted after submission.
|
|
|
|
|
| |
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
|
| |
|
| |
|