summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Call QApplication::exit() repeatedlyAaron Kennedy2009-10-081-3/+5
| | | | | This is necessary incase we want to exit before we've entered the event loop.
* Fix relative-URLs of test scriptsWarwick Allison2009-10-081-2/+3
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-071-8/+27
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Fix so items are stretched to width of viewer if viewer is resized;Bea Lam2009-10-071-8/+27
| | | | | | | | | | otherwise, shrink viewer to width of main canvas item. (Last fix did not work because usually items should resize with the viewer.)
* | Fix portability of visual tests: fix filenames to be relative to base (URL).Warwick Allison2009-10-072-6/+6
|/ | | | Still not font-portable.
* Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-10-053-3/+6
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into ↵Michael Brasser2009-10-043-3/+6
| |\ | | | | | | | | | | | | | | | | | | kinetic-declarativeui Conflicts: configure
| | * doc: Fixed numerous qdoc errors.Martin Smith2009-10-021-0/+1
| | |
| | * make private qws/qvfb data directory non-default, default to non-user specificJeremy Katz2009-10-022-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This turns the changes in 072e748adbdab1d51b240b9983ce82b213b66f18 off by default. Define QT_PRIVATE_QWS to turn them on. This must be done for both qvfb (X11 build) and libQtGui (QWS build). Failure to do so will result in an inability for applications to communicate with the server. Task-number: QTBUG-1711 Reviewed-by: Paul
* | | Fix so fx items are not stretched to the width of the menu bar inBea Lam2009-10-051-1/+2
|/ / | | | | | | qmlviewer.
* | Merge commit 'qt-mainline/4.6' into kinetic-declarativeuiAndreas Aardal Hanssen2009-10-0234-220/+316
|\ \ | |/ | | | | | | Conflicts: configure.exe
| * Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-10-012-9/+8
| |\
| | * make -{source,target}-language actually override values from filesOswald Buddenhagen2009-10-011-4/+4
| | | | | | | | | | | | -help says it does, and it kinda makes sense
| | * make -help reflect realityOswald Buddenhagen2009-10-011-5/+4
| | |
| * | fix ts and qm targets for shadow builds and builds with -prefixOswald Buddenhagen2009-10-017-42/+56
| | |
| * | remove *_untranslated.tsOswald Buddenhagen2009-10-017-8/+3
| | | | | | | | | | | | | | | | | | | | | with the current scheme of running "make ts" only when doing a particular translation and checking in only the relevant file, these files are never updated. lconvert can generate an empty template from any translation anyway.
| * | remove unused translations.proOswald Buddenhagen2009-10-011-34/+0
| | |
| * | Touch up and fixes for the documentation frontpageJens Bache-Wiig2009-10-011-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - I reverted the font enlargement. This should be up to the user. - The fonts are now uniform again, giving a more professional apparance. - Added a slight gradient for the headers to give it a more modern look. - Fixed a rendering glitch with webkit where no borders were visible. The qt-resources.qdoc is basically there to export the image. Reviewed-by: Morten Engvoldsen
| * | Doc: Removed the old Console edition and updated edition naming.David Boddie2009-10-014-16/+4
| | | | | | | | | | | | Reviewed-by: Trust Me
| * | Exclude the MMF Phonon plugin folder for qdoc.Frans Englich2009-10-011-0/+1
| | | | | | | | | | | | As done for the other plugins. Brought to attention by Volker.
| * | Enable qws/qvfb use for multiple users on one machineJeremy Katz2009-10-013-10/+11
| | | | | | | | | | | | | | | Task-number: QTBUG-1711 Reviewed-by: Paul
| * | qdoc: Added a missing "/" in a "<h2>".Martin Smith2009-10-011-38/+45
| | |
| * | doc: Fixed ending of header in the HTML generated for \sincelistThorbjørn Lindeijer2009-10-011-2/+1
| | |
| * | Merge branch '4.5' into 4.6Thiago Macieira2009-09-301-4/+11
| |\ \ | | |/
| | * Fix locale encoding in XLIFF filesAndy Shaw2009-09-301-4/+11
| | | | | | | | | | | | | | | | | | xlf uses xx-YY notation instead of xx_YY Reviewed-by: ossi
| * | Moving some QVFB stuff out of the configure script and into .pro filesJoão Abecasis2009-09-302-11/+12
| | | | | | | | | | | | Reviewed-by: Paul Olav Tvete
| * | qdoc: Modified the support for \sincelist.Martin Smith2009-09-304-29/+137
| | | | | | | | | | | | It now finds a lot more \since 4.6 stuff.
| * | Add Slovenian translationJure Repinc2009-09-291-0/+1
| | | | | | | | | | | | | | | Merge-request: 1320 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
| * | Enable QtScript by default on WindowsKent Hansen2009-09-291-2/+2
| | | | | | | | | | | | Reviewed-by: Simon Hausmann
| * | fix solaris buildOswald Buddenhagen2009-09-291-1/+5
| | | | | | | | | | | | "A class with a reference member must have a user-defined constructor."
| * | Improve error reporting when qdoc cannot open a source file.Jason McDonald2009-09-291-1/+2
| | | | | | | | | | | | | | | | | | | | | Make the user's life easier by including the reason for the error in the failure message. Reviewed-by: Trust Me
| * | Assistant, Designer, Lingist and QMake manuals weren't generated.Jason McDonald2009-09-296-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | qdoc3 warns when it doesn't find doc source files that are listed in the .qdocconf file, but it doesn't error out. Thus the manuals haven't been generated since the 4.6 doc reorganization, but the failure has been silent. Reviewed-by: Trust Me
* | | Auto-resize window when a new file is opened from the Open dialog. AlsoBea Lam2009-10-011-1/+2
| | | | | | | | | | | | | | | set the Open dialog's initial directory to directory of the current file.
* | | If there's only one engine, auto-connect to it and hide engines view.Bea Lam2009-09-305-5/+35
| | | | | | | | | | | | Also auto-load available engines on connect.
* | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-09-292-23/+6
|\ \ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ \ Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-09-291-2/+8
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | Remove redundant "Fetch object" button and text field.Bea Lam2009-09-292-16/+0
| | | | |
| * | | | Use splitter to separate tree and property views. Helps with problemsBea Lam2009-09-291-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | with viewing complex trees since the tree's horizontal scrollbar is not appearing either.
* | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into ↵Michael Brasser2009-09-2923-438/+747
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | | | | | | | | | | | | | kinetic-declarativeui Conflicts: configure.exe mkspecs/features/qt.prf
| * | | Merge branch 'origin/4.5' into 4.6Oswald Buddenhagen2009-09-252-11/+83
| |\ \ \ | | | |/ | | |/| | | | | | | | | Conflicts: translations/qt_ru.ts
| | * | Add Russian translation for Qt DesignerRitt Konstantin2009-09-251-1/+1
| | | | | | | | | | | | | | | | | | | | Merge-request: 1611 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
| | * | Update Russian phrasebookRitt Konstantin2009-09-251-10/+82
| | | | | | | | | | | | | | | | | | | | Merge-request: 1611 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
| | * | Fix broken .ui file - class name was not specified correctly.Rhys Weatherley2009-09-181-1/+1
| | | | | | | | | | | | | | | | Reviewed-by: trustme
| * | | Make menu editor work on Mac OS X.Friedemann Kleint2009-09-252-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a regression caused by the introduction of the QMenuBar::nativeMenuBar property (defaulting to true), which caused it the menu editor to disappear. Handle QMenuBar::nativeMenuBar it as a fake property, keeping it set to false for Form Editor. Reviewed-by: Jarek Kobus <jkobus@trolltech.com>
| * | | remove completely useless .qm install sub-targetOswald Buddenhagen2009-09-251-3/+0
| | | | | | | | | | | | | | | | qms are installed centrally from the top-level install target
| * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jason McDonald2009-09-251-0/+5
| |\ \ \
| | * | | qdoc: test only for major and minor version when generating "since" lists.Volker Hilsheimer2009-09-241-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This solution might need a bit of more thinking, the "\sincelist" command might need a parameter so that we can have the "new since 4.6" list also in Qt 4.7 documentation. Rev-by: TrustMe
| * | | | Stop qdoc outputting meaningless paths in html comments.Jason McDonald2009-09-251-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qdoc was generating the full path to the source document in a comment at the top of each generated html file. For source packages the path is a temporary directory that only exists during package generation. The path also usually contains the Unix username of the user who generated the package, and we shouldn't leak usernames for security and privacy reasons. This commit changes the code to write just the filename of the source document into the comment instead of the full path. Reviewed-by: Lincoln Ramsay
| * | | detect and eliminate forwarding headersOswald Buddenhagen2009-09-231-7/+20
| | | | | | | | | | | | | | | | | | | | this will save quite some hash lookups (even if in empty hashes) and make the VisitRecorder bitmap smaller.
| * | | reduce peak memory consumptionOswald Buddenhagen2009-09-231-30/+70
| | | | | | | | | | | | | | | | | | | | drop the parse results of files which are unlikely to be included (i.e., which are not headers).