summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | Revert "Makes the layout of many of the areas be in aligned columns to ↵Simon Hausmann2009-05-191-8/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | immensely increase readability" This was pushed accidentially. This reverts commit ffecdf0bf9f25f7ab9aa4f69e37507dd595fecea.
| | | * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Martin Smith2009-05-199-64/+80
| | | |\ \
| | | | * | Make ctrl+lmb and mmb work in a same way everywhere (like in browsers).kh2009-05-183-44/+51
| | | | | |
| | | | * | Make sure we add the progress bar only once.kh2009-05-181-14/+16
| | | | | |
| | | * | | Makes the layout of many of the areas be in aligned columns to immensely ↵Thomas Zander2009-05-141-21/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | increase readability Unfortunately the patch causes quite some regressions and I think some refectoring of this class would be needed. I didn't do that since there is no API docs, the variable naming is not very clarifying and the code is hard to read due to it not using the coding style and mixing tabs as well as spaces.
| | * | | | Doc - changing the stylesheet to use a greeny color.Kavindra Devi Palaraja2009-05-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Reviewed-By: David Boddie
| | * | | | compile fixes with namespaceshjk2009-05-191-0/+2
| | | | | |
| | * | | | Modernize the output of qdoc a bit.Thomas Zander2009-05-191-2/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now we have explicit columns we cann make our docs look a bit better using some simple css additions. This adds light backgrounds in targetted places to make the text more readable.
| | * | | | Merge commit 'origin/4.5'Olivier Goffart2009-05-183-3/+10
| | |\ \ \ \ | | | | |/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/corelib/kernel/qobject.cpp src/corelib/kernel/qobject_p.h src/network/access/qhttpnetworkconnection.cpp
| | | * | | Fixed a bug caused by forms with a sizepolicy of 'Fixed' on the main container.Friedemann Kleint2009-05-182-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restore 4.4 behaviour by using a QStackedLayout as the layout containing the actual form (as was in 4.4). The difference in behaviour was caused by insertion of an additional widget with a QVBoxLayout which is supposed to ease setting of inheritable properties (style, etc). Reviewed-by: Kai Köhne <kai.koehne@nokia.com> Task-number: 253236
| | | * | | Made it possible to set string properties using ↵Friedemann Kleint2009-05-181-0/+4
| | | | |/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QDesignerFormWindowCursor::setProperty. Ensure the text does not get clobbered by the subproperty handling. Reviewed-by: Kai Köhne <kai.koehne@nokia.com> Task-number: 253278
| | * | | qdoc: Added back the list count that was lost in translation.Martin Smith2009-05-181-1/+2
| | | | |
| | * | | qdoc: Added name alignment for summaries.Martin Smith2009-05-152-286/+617
| | | | |
| | * | | Make the charts work on internet explorer (tested on IE8)Morten Sørvig2009-05-152-5/+14
| | | | |
| * | | | qdoc: Ensure that all inner class methods are included in the functionDavid Boddie2009-05-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | index. Since the original code only used the parent class name as a key in the map that collects functions, you would only ever see either QHash::iterator::key() or QMap::iterator::key() in the index. This patch changes the key to the fully-qualified name for the parent class so that inner class methods are included. Reviewed-by: Martin Smith <msmith@trolltech.com>
* | | | | qfxtext test runs.Martin Jones2009-05-211-1/+3
| | | | |
* | | | | Use QWidget as the TLW.Martin Jones2009-05-212-10/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is basically impossible to make QMainWindow size the contents to the exact size wanted. Correct sizing is particularly important for visual test recording.
* | | | | Basic qualified type support.Warwick Allison2009-05-203-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Can now: DialLibrary.Dial { ... } without any import statement. Can also run qmlviewer with -L DialLibrary then use Dial { ... }. The exact way this works will almost definitely change to ensure predictable behaviour under future type additions to scopes.
* | | | | Add support for qsTranslate, QT_TR_NOOP, and QT_TRANSLATE_NOOP.Michael Brasser2009-05-201-4/+39
| | | | |
* | | | | Various fixes for Qml support in lupdate.Michael Brasser2009-05-182-8/+9
| | | | |
* | | | | Support loading a translation in qmlviewer.Michael Brasser2009-05-181-0/+15
| | | | |
* | | | | Start work on translation support in Qml.Michael Brasser2009-05-184-0/+212
| | | | | | | | | | | | | | | | | | | | Added basic support for qsTr in Qml, both in the engine and in lupdate.
* | | | | Resizing options (scale skin to fit view or reverse)Warwick Allison2009-05-152-91/+162
| | | | |
* | | | | Fix opening new XML when skinned.Warwick Allison2009-05-152-7/+23
| | | | |
* | | | | Skins in UIWarwick Allison2009-05-153-23/+82
| | | | | | | | | | | | | | | | | | | | (now that deviceskins includes them as qrc, we may as well use them)
* | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into ↵Warwick Allison2009-05-1580-141/+149
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | kinetic-declarativeui Conflicts: configure.exe src/gui/graphicsview/qgraphicsscene.cpp
| * | | | Merge branch '4.5'Thiago Macieira2009-05-145-4/+28
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | Conflicts: tools/macdeployqt/shared/shared.cpp
| | * | | Use isNull() for strings instead of comparing against QString().Jesper Thomschütz2009-05-142-3/+3
| | | |/ | | |/| | | | | | | | | | | | | | | | | foo == QString() should be foo.isNull(). Fixes 7 warnings in the Norwegian Breakfast Network Reviewed-by: Samuel
| | * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Friedemann Kleint2009-05-131-0/+13
| | |\ \
| | | * | Turn off Link Time Code Generation (/LTCG) by defaultMarius Storm-Olsen2009-05-131-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turning on LTCG affected too many projects, where customers applications would take a long time linking, severly affecting their development time (even though it was only added for release builds) We turn it off by default, and add a -ltcg configuration option, and the possibility to also do CONFIG+=ltcg in projects, should they not want it for Qt, but in their own projects. (Same, they can build Qt with it, and do CONFIG-=ltcg for their project) Reviewed-by: andy
| | * | | Added API for quietly saving a form.Friedemann Kleint2009-05-132-1/+12
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Task-number: 163220 Added to FormWindowBase. Required among other things for Qt Creator code completion for uic-generated-headers. Acked-by: dt <qtc-committer@nokia.com>
| * | | Only build the QWS keymap converter in embedded builds.Robert Griebl2009-05-141-1/+1
| | |/ | |/| | | | | | | Reviewed-by: TrustMe
| * | Merge branch '4.5'Thiago Macieira2009-05-131-3/+3
| |\ \ | | |/ | | | | | | | | | Conflicts: tests/auto/qgraphicsview/tst_qgraphicsview.cpp
| | * qdoc: Fixed some qdoc errors.Martin Smith2009-05-131-3/+3
| | |
| * | Merge commit 'origin/4.5'Olivier Goffart2009-05-132-89/+105
| |\ \ | | |/
| | * Doc - removing trailing whitespacesKavindra Devi Palaraja2009-05-121-2/+2
| | |
| | * Doc - cleaning up the documentation of QUiLoader.Kavindra Devi Palaraja2009-05-121-89/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | Also mentioned an important point: If you subclass QUiLoader and reimplement either createAction(), createActionGroup(), createLayout(), or createWidget() -- you must call the original implementation first, within your implementation. Reviewed-by: João Abecasis <joao@abecasis.name>
| | * Version update.kh2009-05-121-0/+0
| | |
| * | Fixed Qt 4.6 source package compilation by moving the qvfb skins.Friedemann Kleint2009-05-1371-46/+14
| | | | | | | | | | | | | | | | | | | | | Move skins to tools/shared/deviceskin and have them included automatically by the profile. Acked-by: Jason McDonald <jason.mcdonald@nokia.com> Acked-by: Warwick Allison <warwick.allison@nokia.com>
| * | Fixed compile on Windows in debug-only mode.Rohan McGovern2009-05-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A Qt project can't unconditionally do `CONFIG+=release' or `CONFIG+=debug' since the release and debug libraries are named differently on Windows. In this case, CONFIG+=release meant this project was looking for QtSql.lib, but when Qt is configured with `-debug', only QtSqld.lib exists. Reviewed-by: Rhys Weatherley
* | | qdoc3: Removed const from static cast.Martin Smith2009-05-131-1/+1
| | |
* | | Work with no initial file (open dialog).Warwick Allison2009-05-132-4/+7
| | | | | | | | | | | | Resize correctly on open new file.
* | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-05-1219-11/+1502
|\ \ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ \ Merge branch 'kinetic-declarativeui' of ↵Martin Smith2009-05-1217-9/+1498
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into ↵Alexis Menard2009-05-1217-9/+1498
| | |\ \ \ | | | |/ / | | | | | | | | | | kinetic-declarativeui
| | | * | Replace all instances of "Ctrl+Q" with QKeySequence::Quit.Norwegian Rock Cat2009-05-122-2/+2
| | | | | | | | | | | | | | | | | | | | We introduce this new enum, we should be using it.
| | | * | Add the chart utility from qtestlib-tools.Morten Sørvig2009-05-1213-1/+1479
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is now possible run the benchmarks with "-chart" to generate charts for benchmarks that produce chartable data. See examples/qtestlib/tutorial5 for an example. This patch has minimal inpact on QTestLib itself. Most of the functionality is implemented in a separate tool which QTestLIb calls after detecting the chart command line option.
| | | * | Merge branch '4.5'Thiago Macieira2009-05-111-2/+4
| | | |\ \ | | | | |/
| | | | * Update the --help output of qdbusxml2cpp.Thiago Macieira2009-05-111-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't say we produce output when no options are passed if we don't. Task-number: 222778 Reviewed-by: Trust Me
| | | * | Compile on Mac OS X.Norwegian Rock Cat2009-05-111-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The friend thing doesn't really work when it's defined in the class you want to be a friend of, so do the promotion technique instead. Reviewed-by: Thierry Bastian