| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (64 commits)
Carbon: usage of menu bars can cause exceptions to be thrown
Mac: compile fix
Fix build
JPEG plugin: Use switch() instead of if()
don't try to build corewlan plugin when corewlan was not found at configure
Avoid conversion to/from QChar in the cn codec to unicode
Avoid memory allocations in conversion from Gb2312/Gb18030 to unicode
fix corewlan detection error when building for 10.5 when 10.6 is also
fixed treatment of zlib on Mac when crossbuilding
Partial overloading support for qdbus cli tool.
Allow empty authority in QUrl::setAuthority as per docs.
Added test for QTBUG-6962: Empty authority ignored by QUrl::setAuthority.
fixed case of GL include directory
check in MAC_APPLICATION_MENU translations
Re-generate the Unicode tables after updates to the program that generates them
Fix the code after merge: DerivedNormalizationProps has two or more columns
add some usefull definitions to qunicodetables_p.h
qchar.cpp: fix identation
finish last commit
prefer DerivedNormalizationProps.txt over CompositionExclusions.txt
...
|
| | |
|
| | |
|
| |
| |
| |
| | |
QT-2424
|
| |
| |
| |
| | |
QT-2976
|
| |
| |
| |
| |
| |
| |
| | |
This support was accidentally removed as a consequence of
4a665ff5da05860f5eb46e3982ef3d8163a6cf59.
QTBUG-8001
|
| |
| |
| |
| |
| | |
There is no need to capture a property access if a binding is not being
evaluated.
|
| |
| |
| |
| | |
Task-number: QTBUG-7719
|
| |
| |
| |
| |
| | |
Anonymous structures in unions cause warnings on this compiler.
QTBUG-8738
|
|/
|
|
| |
QTBUG-5424
|
|
|
|
| |
Reviewed-by: Leo Cunha
|
|
|
|
| |
QTBUG-8677
|
|
|
|
| |
QTBUG-8676
|
|
|
|
| |
QT-2579
|
|
|
|
| |
Use SoundEffect instead.
|
|
|
|
| |
The plan is for these to replace DateTimeFormatter.
|
|
|
|
| |
Don't crash on invalid "PropertyAnimation on onClicked"
|
|\ |
|
| | |
|
|/
|
|
| |
QT-2800
|
|
|
|
| |
Author: Erik Verbruggen
|
| |
|
|
|
|
|
|
|
| |
This prevents the secondary scope from contaminating scopes outside itself
when used as a signal expression.
QTBUG-8641
|
|\ |
|
| |
| |
| |
| |
| |
| | |
property
QT-2793
|
| |
| |
| |
| | |
QT-2787
|
|/ |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
Make sure global variables in a script file are searched before
component properties.
Task-number: QTBUG-8641
|
|/ |
|
|\ |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
On windows, when importing a declarative plugin by name,
extend with "d.dll" in the debug case, then with
".dll". This is in sync with qmake's behaviour for libraries.
|
| |
| |
| |
| | |
This was causing crashes in the qmldesigner.
|
| | |
|
| |\
| | |
| | |
| | |
| | | |
Conflicts:
tests/auto/declarative/qdeclarativegridview/tst_qdeclarativegridview.cpp
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | | |
call other usual macros.
|
| | | | |
|
|/ / /
| | |
| | |
| | | |
Task-number: QT-2807
|
|\ \ \ |
|
| |\ \ \
| | | |/
| | |/| |
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Where you would have written
x: NumberAnimation {}
y: Behavior {}
you now must write
NumberAnimation on x {}
Behavior on y {}
This change also makes the parser more strict with respect to multiple
assignments to a single property - they're no longer allowed. For example
this
x: 10
x: 11
is now an error.
|
|/ /
| |
| |
| | |
Task-number: QT-2807
|
|/ |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Private headers should include other private headers by:
#include <private/qfoo_p.h>
Using a relative path works during the build, but does not work when
building other projects which attempt to use the installed private
headers (e.g. unit tests for private classes).
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
src/corelib/kernel/qmetatype.cpp
src/declarative/graphicsitems/qdeclarativeevents.cpp
src/declarative/graphicsitems/qdeclarativeflickable.cpp
src/declarative/graphicsitems/qdeclarativegridview.cpp
src/declarative/qml/qdeclarativescript.cpp
src/declarative/util/qdeclarativeanimation.cpp
src/declarative/util/qdeclarativebehavior.cpp
src/declarative/util/qdeclarativeeasefollow.cpp
src/declarative/util/qdeclarativefontloader.cpp
src/declarative/util/qdeclarativelistmodel.cpp
src/declarative/util/qdeclarativespringfollow.cpp
src/declarative/util/qdeclarativestategroup.cpp
src/declarative/util/qdeclarativesystempalette.cpp
src/declarative/util/qdeclarativetimer.cpp
src/declarative/util/qmlstateoperations.cpp
src/multimedia/qml/qdeclarativeaudio.cpp
src/multimedia/qml/qdeclarativevideo.cpp
|