summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | actually use the argument of Q_DECLARE_TR_FUNCTIONSOswald Buddenhagen2009-09-231-9/+59
| | | | | | | | | | | | | | | | | | | | | | | | which means that one can set an arbitrary context. as a side effect, this caches the stringified context of Q_OBJECT-derived classes.
| * | | namespaces *can* have tr() functions, after allOswald Buddenhagen2009-09-231-11/+8
| | | | | | | | | | | | | | | | | | | | | | | | ... by virtue of the Q_DECLARE_TR_FUNCTIONS macro. so remove the artificial limitation to classes (which was mostly an optimization anyway).
| * | | drastically improve lupdate's scalabilityOswald Buddenhagen2009-09-231-197/+280
| | | | | | | | | | | | | | | | | | | | | | | | | | | | do not import all data from included files into the current file (which turned out to be extremely expensive for 3rdparty/webkit), but do hierarchical lookups on demand. this makes the lookups as such much slower, of course, but it still pays off.
| * | | optimize/clarify function context stringificationOswald Buddenhagen2009-09-231-5/+6
| | | |
| * | | do not record class forward declarationsOswald Buddenhagen2009-09-231-28/+27
| | | | | | | | | | | | | | | | | | | | they don't create useful namespaces and don't hold flags, so it is pointless to clutter the namespace maps with them.
| * | | remove more dead codeOswald Buddenhagen2009-09-231-2/+1
| | | | | | | | | | | | | | | | no need for parameter "unresolved"
| * | | remove dead codeOswald Buddenhagen2009-09-231-13/+2
| | | | | | | | | | | | | | | | needsTrFunctions was never set any more
| * | | move static objects out of function scopeOswald Buddenhagen2009-09-231-6/+6
| | | | | | | | | | | | | | | | | | | | cuts away a few thousand instructions. need to revisit this in case of making the parser a dynamic library.
| * | | use a source char pointer instead of a string + indexOswald Buddenhagen2009-09-231-13/+18
| | | |
| * | | take advantage of knowing that qstrings are zero-terminated internallyOswald Buddenhagen2009-09-231-6/+5
| | | |
| * | | no need to actually compute number values. only 0 is specialOswald Buddenhagen2009-09-231-37/+18
| | | |
| * | | when matching strings, skip also leading commentsOswald Buddenhagen2009-09-231-6/+8
| | | |
| * | | avoid isalpha() & isalnum()Oswald Buddenhagen2009-09-231-2/+3
| | | | | | | | | | | | | | | | they are surprisingly expensive
| * | | cut down use of qstring::simplified()Oswald Buddenhagen2009-09-231-6/+10
| | | |
| * | | optimize directory scanningOswald Buddenhagen2009-09-231-21/+12
| | | | | | | | | | | | | | | | | | | | qdiroperator uses qregexp for filtering, which is sloooow. so use a hash lookup on extensions instead.
| * | | simplifyOswald Buddenhagen2009-09-231-4/+1
| | | |
| * | | missing & in foreachOswald Buddenhagen2009-09-231-1/+1
| | | |
| * | | add --sort-contexts optionOswald Buddenhagen2009-09-221-0/+4
| | | | | | | | | | | | | | | | ok, so this is a feature ... a 4-line-one ...
| * | | Generate mac refs in docs.Jason McDonald2009-09-222-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that we don't make platform-specific source packages, we only have one version of the docs. These docs need to include all platforms. Reviewed-by: Trust Me
| * | | Remove distinction between different editions in docs.Jason McDonald2009-09-221-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We now generate only one set of docs, for the qt-everywhere package. Thus we no longer need to differentiate the different editions. Reviewed-by: Trust Me
| * | | Make compileBill King2009-09-221-1/+1
| | | |
| * | | Letting the xmlpatternsvalidator tool properly handle relative pathsJoão Abecasis2009-09-211-45/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since QXmlSchemaValidator resolves relative paths against the executable location, we use QUrl::fromLocalFile before passing them along. This is a more typical behavior for command-line applications and fixes the autotest. Reviewed-by: Frans Englich
| * | | Doc: Exclude the Q_CORE_EXPORT_INLINE declaration from the docs.David Boddie2009-09-211-0/+1
| | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| * | | qdoc: Reverting 4.6 to %VERSION%.Martin Smith2009-09-211-1/+1
| | | |
| * | | qdoc: Added \brief texts to all the since 4.6 functions.Martin Smith2009-09-212-4/+9
| | | |
| * | | Corrected license header in /tools/xmlpatternsvalidator/main.h.Kim Motoyoshi Kalland2009-09-211-1/+1
| | | | | | | | | | | | | | | | Reviewed-by: Trustme
| * | | Removed empty line before the license header in qdesigner_utils_p.h.Kim Motoyoshi Kalland2009-09-211-1/+0
| | | | | | | | | | | | | | | | Reviewed-by: Trustme
| * | | Update recommendation for make command to run after configure for SymbianIain2009-09-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The makefile written for calling the Symbian build tools is for GNU make not nmake, so print an accurate message when -xplatform is symbian-<whatever> We still don't make the correct recommendation for the confclean target but that doesn't work anyway (see QTBUG-4536) Reviewed-by: Jason Barron
| * | | qdoc: Added "since" 4.6 lists to the "What's New" page.Martin Smith2009-09-216-8/+71
| | | | | | | | | | | | | | | | In test/qt.qdocconf, change %VERSION% to 4.6, for example.
| * | | Doc: Added missing qdoc macros.David Boddie2009-09-181-0/+5
| | | | | | | | | | | | | | | | Reviewed-by: Trust Me
* | | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-09-283-22/+40
|\ \ \ \ | | |_|/ | |/| | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Auto-remove from watch table depending on watch state, and check aBea Lam2009-09-283-22/+40
| | | | | | | | | | | | | | | | watch is created ok before adding it.
* | | | Add -maximized option to qmlviewer.Michael Brasser2009-09-281-2/+8
|/ / /
* | | Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-09-285-24/+60
|\ \ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Update visual autotests and visual autotest infrastructureAaron Kennedy2009-09-245-24/+60
| | | |
* | | | Indicate which properties are watchable and use bold text instead ofBea Lam2009-09-244-32/+42
| | | | | | | | | | | | | | | | coloured text for watched properties.
* | | | Change property view from table to tree like old debugger and move ↵Bea Lam2009-09-247-267/+419
|/ / / | | | | | | | | | WatchTableModel into a separate file.
* | | Allow watching of properties to be stopped from watch table. Also fixBea Lam2009-09-232-18/+93
| | | | | | | | | | | | bug where watch removal requests were not sent to the server side.
* | | Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-09-231202-4922/+5838
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qml.pri
| * | | Recording is now on F9Aaron Kennedy2009-09-221-2/+2
| | | |
| * | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-09-226-11/+11
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Renaming: QFxView -> QmlViewYann Bodson2009-09-226-11/+11
| | | | |
| * | | | Fixes for framerate monitor.Michael Brasser2009-09-222-1/+24
| |/ / /
| * | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-09-211-22/+16
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Get the framerate monitor working again.Michael Brasser2009-09-211-22/+16
| | | | |
| * | | | Basic implementation of visual "test scripts"Aaron Kennedy2009-09-216-13/+663
| |/ / / | | | | | | | | | | | | Test scripts allow the qmlviewer to record a set of input actions, and the resulting visual frames.
| * | | add a -fullscreen option.Lars Knoll2009-09-181-2/+6
| | | |
| * | | Merge commit 'origin/4.6' into kinetic-declarativeuiLars Knoll2009-09-188-61/+59
| |\ \ \ | | |/ / | | | | | | | | | | | | Conflicts: configure.exe
| | * | Remove remaining support for win32-mwc mkspecIain2009-09-181-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Qt 4.6 cannot be used with the win32-mwc makespec, as the Metrowerks compiler supplied with Symbian/S60 releases does not contain enough support to build the Qt host tools in a Unicode version, and ANSI support has been removed in 4.6. Alternative mkspecs are win32-g++, requiring mingw tools to be installed, or one of the win32-msvc.... mkspecs, requiring MS Visual Studio (Express edition is fine) The mwc makefile for qmake was already removed, so this just removes the remaining support. Reviewed-by: Jason Barron
| | * | Fix broken .ui file - class name was not specified correctly.Rhys Weatherley2009-09-171-1/+1
| | | | | | | | | | | | | | | | Reviewed-by: trustme