| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Added cxxVariableStorageClassSpecifierStatic.
Task-number: QTBUG-11391
|
|
|
|
|
|
| |
Fixes:
htmlgenerator.cpp:1893: error: stray ‘\’ in program
|
| |
|
|
|
|
|
|
| |
Output the \variable stuff as a cxxVariable.
Task-number: QTBUG-11391
|
|
|
|
|
|
| |
Output Q_PROPERTY as a cxxVariable.
Task-number: QTBUG-11391
|
|
|
|
|
|
| |
Some of the cxxVariable stuff for properties.
Task-number: QTBUG-11391
|
|
|
|
|
|
| |
The cxxTypedef stuff for typedefs.
Task-number: QTBUG-11391
|
|\
| |
| |
| |
| |
| |
| | |
Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7
Conflicts:
tools/qdoc3/ditaxmlgenerator.cpp
|
| | |
|
| | |
|
| |\ |
|
| | |
| | |
| | |
| | |
| | | |
Reviewed-by: Trust Me
Requested-by: Legal
|
| |/
|/|
| |
| |
| |
| | |
The rest of the cxxEnumeration stuff for enum types.
Task-number: QTBUG-11391
|
|\ \ |
|
| |\ \ |
|
| | |/
| |/| |
|
| |/
|/|
| |
| |
| |
| | |
cxxEnumeration stuff for enum types.
Task-number: QTBUG-11391
|
|/
|
|
|
|
|
| |
More cxxFunction stuff for member functions.
Function parameters and other stuff.
Task-number: QTBUG-11391
|
|
|
|
|
|
| |
More cxxFunction stuff for member functions.
Task-number: QTBUG-11391
|
|
|
|
|
|
| |
More cxxFunction stuff for member functions.
Task-number: QTBUG-11391
|
|
|
|
|
|
| |
Some of the cxxFunction stuff for member functions.
Task-number: QTBUG-11391
|
|
|
|
| |
Task-number: QTBUG-11391
|
|\ |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (34 commits)
Attempt to fix build failure on Linux introduced by 09c6a81109
minor cosmetic improvements
designer: add sorting in signal-slot editor window
deprecate header files in $$QT_BUILD_TREE/include/Qt
syncqt: change tabs to spaces
I10n: Update German translations for 4.7.0
Fix a freetype link failure.
Fix configure test for DirectFB
Split Symbian bearer plugin into three platform specfic plugins
Doc: Fixed whitespace in the other configuration file for zh_CN.
Doc: Fixed whitespace in the Simplified Chinese doc configuration.
Unbreak Linux build when qendian.h is included before qglobal.h
Revert accidental commit of irrelevant stuff. Silly mondays..
Unbreak Linux build when qendian.h is included before qglobal.h
Fix QApplication/QWidget to really take ownership of input contexts
Added setting a hotspot on standard gestures
Fixed GestureOverride event delivery in GraphicsView.
add check-ts target to auto-asses translation completeness
qt_ja_JP.ts => qt_ja.ts
Fix incorrect \since tag
...
|
| | |
| | |
| | |
| | | |
Reviewed-by: Trust Me
|
| | |
| | |
| | |
| | | |
Reviewed-by: Trust Me
|
| | |
| | |
| | |
| | | |
* Add Japanese hellotr example
|
| |/
| |
| |
| | |
Fixes "Invalid read of size 4" reported by valgrind.
|
| | |
|
| |
| |
| |
| | |
and adding highlighting
|
|/
|
|
| |
Task-number: QTBUG-11391
|
| |
|
|
|
|
|
| |
At the moment, it is just like the HTML
generator, but with a different class name.
|
|
|
|
| |
Task-number: QTBUG-10577
|
| |
|
| |
|
|
|
|
| |
The classes.html page will look good with the correct css.
|
|\ |
|
| | |
|
| | |
|
|/
|
|
| |
Fixing menus and js
|
|
|
|
|
|
| |
Replacing tables with lists in the HTML generator
Adding img to search box
Moving JS from template to script files
|
|
|
|
| |
Reviewed-by: joerg
|
|\ |
|
| |
| |
| |
| | |
Fixed bugs on index page, moved JS from template to script file.
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (37 commits)
Search for QML import libraries also in application directory
Doc improvements
Disable mouse-based selection in TextInput/TextEdit
Rename qml executable to qmlviewer
Don't crash if the target parent is destroyed.
Introduce a threaded interpreter for QML binding bytecode
Bug moved.
doc
doc
Remove image example (covered in class docs)
When changing Loader source, remove old item from scene immediately.
Add missing .qmlproject files
Fix folderlistmodel with qt namespace
Renaming "Qml Launcher" back to "QML Viewer"
Rename some examples: proxyviewer -> networkaccessmanagerfactory,
Regression fix for Loader anchors not working
Make Qt.include() work for js files that have '.pragma library'
doc fix
Improve docs for Qt.quit()
Prevent assignment of values (string, number, bool) to signal handlers.
...
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Change the official name of the qml executable back to "Qt QML Viewer" -
the original name before it got renamed to "QML Runtime" and then
"QML Launcher".
Also, the new Mac OS X bundle name is "QMLViewer" (without a space to ease
command line use).
|
| | | |
|
|/ /
| |
| |
| | |
Reviewed-by: Trust Me
|
|/
|
|
| |
Fixing index page bugs
|