summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into kinetic-declarativeuiMichael Brasser2009-12-073-5/+4
|\
| * Merge remote branch 'staging/4.6' into 4.6Oswald Buddenhagen2009-12-073-5/+4
| |\
| | * make qdoc3 a proper tools subtarget and install itOswald Buddenhagen2009-12-042-0/+4
| | | | | | | | | | | | | | | | | | needed for building qtmobility and qtcreator docs without magic. Reviewed-by: Daniel Molkentin
| | * remove dead fileOswald Buddenhagen2009-12-041-5/+0
| | |
* | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-12-0726-59/+343
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlengine.cpp
| * \ \ Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-12-0720-42/+191
| |\ \ \ | | | | | | | | | | | | | | | into kinetic-declarativeui
| | * \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into kinetic-declarativeuiMichael Brasser2009-12-0720-42/+191
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | Conflicts: src/tools/moc/generator.cpp
| | | * | Merge commit '33441e2a611f07207b0b942368aab9010cdf8ab1' of ↵Simon Hausmann2009-12-0510-26/+168
| | | |\ \ | | | | | | | | | | | | | | | | | | oslo-staging-1/4.6 into 4.6
| | | | * \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Martin Smith2009-12-047-11/+11
| | | | |\ \
| | | | * | | doc: Example page now lists images used by the exampleMartin Smith2009-12-0410-26/+168
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It just links to an empty page at the moment, i.e., it doesn't load the images. But I will add that. Task-number: QTBUG-4484
| | | * | | | Merge commit 'c0b81480b2909b18ac15bdd124a562ae005c2f41' into origin-4.6Olivier Goffart2009-12-041-2/+2
| | | |\ \ \ \ | | | | |_|_|/ | | | |/| | |
| | | | * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into ↵axis2009-12-031-2/+2
| | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 4.6-staging2
| | | | | * | | Fixed "illegal empty declaration" warning from \tools\xmlpatternsJanne Anttila2009-12-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following warning was reported by Symbian compilers: tools\xmlpatterns\main.cpp:83: warning: illegal empty declaration Reviewed-by: TrustMe
| | | * | | | | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-12-039-14/+19
| | | |\ \ \ \ \ | | | | | |_|_|/ | | | | |/| | |
| | | | * | | | Merge commit 'upstream/4.6' into 4.6Bradley T. Hughes2009-12-027-11/+11
| | | | |\ \ \ \ | | | | | |/ / / | | | | | | | / | | | | | |_|/ | | | | |/| |
| | | | | * | Bump version to 4.6.1Jason McDonald2009-12-017-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | | | * | | Creator crashes when reloading externally modified .ui files on MacPrasanth Ullattil2009-12-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On Mac QWidget::destroy() sends an AcceptDropsChange event after clearing the guards for QPointer. This was used to store a QPointer to the widget being deleted & that will never be cleared. The fix removed the setAcceptDrops() from destroy. And as an extra protection make sure designer will not treat that event as interesting. Task-number: QTCREATORBUG-307 Reviewed-by: Denis Dzyubenko Reviewed-by: Friedemann Kleint
| | | | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-11-298-33/+77
| | | | |\ \ \ | | | | | |/ /
| | | | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-11-271-0/+7
| | | | |\ \ \ | | | | | | |/ | | | | | |/|
| | | | * | | Fixed key handling in the documentation index widgetDenis Dzyubenko2009-11-251-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On Mac up/down arrow keys move the cursor to the beginning/end of the lineedit, however if the lineedit is used to control the indexwidget in assistant, we need to prevent it to get those events and move the text cursor. Reviewed-by: kh
| | | * | | | Assistant: Fix race condition in CLucene indexer.ck2009-12-012-0/+2
| | | | |_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to make sure the running thread can respond to the cancel request before overwriting it. Reviewed-by: kh1
| * | | | | Move loader functionality into qmlviewer.Martin Jones2009-12-075-31/+115
| | | | | |
| * | | | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-12-0711-8/+782
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | into kinetic-declarativeui
| * | | | | Bring up network on Symbian.Martin Jones2009-12-072-0/+51
| | | | | |
* | | | | | Fix leaks.Michael Brasser2009-12-071-3/+1
| |/ / / / |/| | | |
* | | | | Add QML based file browser to qmlviewer.Martin Jones2009-12-0611-8/+782
|/ / / /
* | | | Compile as module.Warwick Allison2009-12-022-0/+3
| | | |
* | | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-12-015-3/+316
|\ \ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | Build correct QmlViewer Screen orientation implementation for Maemo.Martin Jones2009-12-011-1/+1
| | | | |
| * | | | Cleanup orientation stuff.Martin Jones2009-12-011-14/+2
| | | | |
| * | | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-12-018-33/+77
| |\ \ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | | Add Screen element in QmlViewr Module including orientation property.Martin Jones2009-12-015-3/+328
| | | | | | | | | | | | | | | | | | | | | | | | Add support for automatic Maemo rotation update.
* | | | | | Compile when in module.Warwick Allison2009-12-011-0/+1
| |/ / / / |/| | | |
* | | | | Merge branch '4.6' of git://scm.dev.nokia.troll.no/qt/qt into ↵Warwick Allison2009-11-308-33/+77
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | | | | | | | | | | | | kinetic-declarativeui Conflicts: src/corelib/animation/qabstractanimation.cpp
| * | | fix crash on closing all files under certain circumstancesOswald Buddenhagen2009-11-263-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | after all, it is no good idea to announce the removal of all columns just to let the view headers adjust themselves - it also makes the views emit currentItemChanged() which has some undesirable side effects. so don't do it an fix the header manually.
| * | | ignore Alt+Space acelerators - useless and too many false positivesOswald Buddenhagen2009-11-261-2/+13
| | | | | | | | | | | | | | | | Task-number: QTBUG-4429
| * | | offer only possible countries for each languageOswald Buddenhagen2009-11-252-8/+27
| | | | | | | | | | | | | | | | | | | | otherwise qlocale will silently clobber the user's (most probably bogus) choice anyway.
| * | | make qph use language attributesOswald Buddenhagen2009-11-251-5/+18
| | | |
| * | | the definition needs xml escaping, tooOswald Buddenhagen2009-11-251-1/+1
| | | |
| * | | don't write context into <definition> fieldOswald Buddenhagen2009-11-251-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | there is really no point in doing so Reviewed-by: hjk
| * | | qph: don't clobber <definition> fieldsOswald Buddenhagen2009-11-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the translator comment field is not written out, so reading the definition into it is basically discarding it as far as any roundtrips which arrive at qph again are concerned. the message's disambiguation seems most suitable for the task. Reviewed-by: hjk Task-number: QTBUG-4498
| * | | fix class/struct mismatch in the bootstrap magicOswald Buddenhagen2009-11-251-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | qlocale.h includes qobjectdefs.h which forward-declares it as a class. Reviewed-by: aportale
| * | | Assistant: Move tab widget allocation up.ck2009-11-251-1/+1
| | |/ | |/| | | | | | | | | | | | | | | | We follow the controversial RABU ("Resource Acquisition Before Usage") pattern here. Patch is actually by con. Reviewed-by: con
* | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-301-0/+1
|\ \ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Qt.quit() added to qml.Tapani Mikola2009-11-301-0/+1
| | | |
* | | | Add orientation property to qmlviewer.Martin Jones2009-11-302-3/+48
|/ / /
* | | Merge branch '4.6' of git://scm.dev.nokia.troll.no/qt/qt into ↵Warwick Allison2009-11-2770-755/+843
|\ \ \ | |/ / | | | | | | kinetic-declarativeui
| * | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-251-0/+36
| |\ \ | | |/
| | * updates french phrasebookPierre Rossi2009-11-231-0/+36
| | |
| * | Fix build on AIX: all of the .a file is linked into the program.Oswald Buddenhagen2009-11-241-0/+7
| |/ | | | | | | | | | | | | | | | | The qlibraryinfo.cpp is only needed by lrelease. It has a hack for qmake_libraryInfoFile(), which doesn't work on AIX. So don't put qlibraryinfo.cpp in libbootstrap.a, but instead build directly for lrelease. Reviewed-by: thiago