summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-1966-718/+785
|\
| * Merge branch '4.6' of oslo-staging-1 into 4.6Simon Hausmann2009-11-191-36/+68
| |\
| | * Fixed a few license checks in configure.exe.axis2009-11-181-13/+5
| | | | | | | | | | | | | | | | | | Needs recompile. Reviewed-By: Thiago Macieira
| | * configure.exe: Update to the new licensing structure.Thiago Macieira2009-11-181-26/+66
| | | | | | | | | | | | | | | | | | | | | | | | Add support for Symbian commercial licenses and adapt to the possibility from the RT operating systems Task-number: QT-2518 Reviewed-by: axis
| | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-11-1813-85/+235
| | |\ | | | | | | | | | | | | | | | | Conflicts: configure.exe
| * | \ Merge oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-11-1960-663/+671
| |\ \ \
| | * | | Ran the script utils/normalizeOlivier Goffart2009-11-1859-662/+662
| | | | | | | | | | | | | | | | | | | | Over src/ tools/ examples/ and demos/
| | * | | Fix html output of docsThomas Zander2009-11-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The sub-title was too big which was caused by an unclosed anchor tag. Reviewed-by: David Boddie
| | * | | QMenu: make the menu follow its parent/caused layout directionThierry Bastian2009-11-181-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The autotest are included Task-number: QTBUG-5884 Reviewed-by: ogoffart
| * | | | doc: Removed google search engine.Martin Smith2009-11-191-16/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | French translation of designerBenjamin Poulain2009-11-181-0/+1
| | | | | | | | | | | | | | | | | | | | Reviewed-by: Pierre Rossi
| * | | | Updates the french translation of qt strings in qt_fr.tsPierre Rossi2009-11-181-2/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also took care of placing non breakable spaces before double punctuation characters. Reviewed-by: Benjamin Poulain
| * | | | Merge remote branch 'staging/4.6' into 4.6Simon Hausmann2009-11-182-1/+7
| |\ \ \ \ | | | |/ / | | |/| / | | |_|/ | |/| | Conflicts: configure.exe
| | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-11-173-11/+31
| | |\ \ | | | |/
| | * | qttracerelay: Handle wrong command line parametersMarkus Goetz2009-11-171-0/+6
| | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-5550 Reviewed-by: TrustMe
| | * | configure.exe: fix when configured with -openssl-linkedPeter Hartmann2009-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Properly return the absolute file path for help files.kh12009-11-191-11/+13
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-172-10/+30
|\ \ \ | | |/ | |/|
| * | Merge commit oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-11-162-10/+30
| |\ \
| | * \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-1352-588/+894
| | |\ \ | | | |/ | | | | | | | | | | | | Conflicts: dist/changes-4.6.0
| | * | Fixed up qttracereplay and trace graphicsystem a bit.Gunnar Sletta2009-11-092-10/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
| * | | Fix Qt file header, as spotted by tst_headers.Thiago Macieira2009-11-131-1/+1
| | |/ | |/| | | | | | | Reviewed-By: Trust Me
* | | Fixed the closing of the A attribute at the start of each class pageThorbjørn Lindeijer2009-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Fix crash on windows running while without gui. Should be 4.6 main.kh12009-11-161-1/+4
| | | | | | | | | | | | Reviewed-by: ck
* | | fix linking following lrelease bootstrappingOswald Buddenhagen2009-11-131-0/+2
| | | | | | | | | | | | qsettings_win needs advapi32
* | | do not (fail to) compile qdatastream into qmake and cetestOswald Buddenhagen2009-11-131-1/+0
| | | | | | | | | | | | | | | for some reason, this did build on linux and windows, but symbian seems somewhat stricter.
* | | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-1312-126/+229
|\ \ \ | |/ /
| * | qdoc3: Allow the full signature for QML signals and methodsMartin Smith2009-11-114-25/+41
| | | | | | | | | | | | | | | | | | | | | | | | ...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.
| * | qdoc3: Output the full signature for QML signals and methodsMartin Smith2009-11-112-2/+5
| | | | | | | | | | | | In the Method Documentation and Signal Documentation sections.
| * | qdoc3: Fixed a linking problem for qml methods.Martin Smith2009-11-117-88/+152
| | | | | | | | | | | | | | | | | | Note the Invalid Syntax errors for some uses of \qmlmethod and \qmlsignal. A syntactically correct signature is now required as the argument.
| * | Add tr() to strings of Assistant that need to be translatedBenjamin Poulain2009-11-111-2/+2
| | |
| * | french translation of qt_helpPierre Rossi2009-11-112-1/+22
| | |
| * | Designer: Use toolbar in Signal/Slot editorFriedemann Kleint2009-11-111-9/+10
| | | | | | | | | | | | | | | | | | as in the other tool windows. Reviewed-by: Jarek Kobus <jkobus@trolltech.com> Task-number: QTCREATORBUG-239
| * | Assistant: Add missing initialization of member variable.qt-info@nokia.com2009-11-111-0/+1
| | | | | | | | | | | | Reviewed-by: kh1
| * | Fix Assistant losing font settings across invocations.kh12009-11-112-62/+67
| | | | | | | | | | | | | | | Task-number: QTBUG-5333 Reviewed-by: ck
| * | Fix some warnings.kh12009-11-111-3/+2
| | | | | | | | | | | | Reviewed-by: ck
| * | Assistant: Fix bugs related to setting the current filter remotely.qt-info@nokia.com2009-11-113-10/+14
| | | | | | | | | | | | | | | | | | 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.
| * | record id-based messages even if they have an empty sourceOswald Buddenhagen2009-11-113-20/+16
| | | | | | | | | | | | | | | | | | 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.
| * | handle messages with ids (more) correctlyOswald Buddenhagen2009-11-114-52/+138
| | | | | | | | | | | | | | | when comparing two messages which both have ids, compare only the ids. this affects finding/reporting duplicates and merging.
| * | kill TranslatorMessage::operator==() and qHash(TranslatorMessage)Oswald Buddenhagen2009-11-115-29/+27
| | | | | | | | | | | | preparation work ...
| * | eliminate TranslatorMessagePtr from the Translator apiOswald Buddenhagen2009-11-116-48/+51
| | |
| * | improve ordered message insertionOswald Buddenhagen2009-11-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | eliminate Translator::contains()Oswald Buddenhagen2009-11-113-11/+11
| | | | | | | | | | | | replace the one use case with something more efficient
| * | eliminate Translator::replace()Oswald Buddenhagen2009-11-113-17/+3
| | |
| * | use right method to record new messagesOswald Buddenhagen2009-11-111-1/+1
| | | | | | | | | | | | consistent with all other source parsers
| * | do not consider plural source in comparisonsOswald Buddenhagen2009-11-111-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | remove unused TranslatorMessage::operator<()Oswald Buddenhagen2009-11-112-12/+0
| | | | | | | | | | | | it was once needed for QMap, but we don't use that any more
| * | cut code dupe ...Oswald Buddenhagen2009-11-111-12/+5
| | | | | | | | | | | | ... with gotos :)
| * | don't construct a new message for look-up purposes onlyOswald Buddenhagen2009-11-113-13/+5
| | |
| * | Doc: Fixed whitespace.David Boddie2009-11-111-6/+5
| | | | | | | | | | | | Reviewed-by: Trust Me