| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1:
adjust phony target hack to gdb_dwarf_index addition
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/qt-qml:
State handling cleanup
|
| |
| |
| |
| |
| |
| | |
The game could end up in funky states when
restarting while the startup animation was
running. Also some smaller fixes for rotation.
|
|\ \
| |/
|/|
| |
| |
| |
| | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
Doc update regarding threaded painting with QPainter in the QGL module.
|
|/
|
|
| |
Reviewed-by: Gunnar
|
|\
| |
| |
| |
| |
| |
| | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
Add average frame timing to QDeclarativeView, ifdef'ed out.
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
Add average frame timing to QDeclarativeView, ifdef'ed out.
|
| | |
| | |
| | |
| | | |
Reviewed-by: Aaron Kennedy
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public:
Remove static vs dynamic library autodetection from qmake in Symbian
|
| |/
| |
| |
| |
| |
| |
| |
| | |
Autodetection was unreliable and there was no practical way to make
it reliable even for common cases, so it was removed.
Task-number: QTBUG-13498
Reviewed-by: Janne Koskinen
|
|\ \
| |/
|/|
| |
| |
| |
| | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1:
Designer/uic: Start on support for QIcon::fromTheme().
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Schemas: Add "theme" attribute to <iconset> element of the UI format.
uic: Extend it to generate the code for icons with themes and/or resource
paths, add auto-test for it.
Designer: Add 'theme'-member to PropertySheetIconValue + convenience
functions including subproperty mask handling and simplify the existing
code. Add new class IconThemeEditor to be used in action editor dialog and
property editor. Theme names can now be specified in the action editor
dialog.
Reviewed-by: Jarek Kobus <jaroslaw.kobus@nokia.com>
Task-number: QTBUG-7777
|
|\
| |
| |
| |
| |
| |
| |
| | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1:
Once we set a new source model, we need to disconnect the old one.
Add a boommark toolbar menu item as well.
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
Do not > /dev/null gdb output.
Remove unused local variable in myanmar shaper of harfbuzz
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Trust that gdb --quiet works.
Gdb 7.1 asks the user for confirmation on stdin, regardless of --batch,
when it loads a corrupt binary. As a result, the build process halts.
At least provide evidence why it does that, by not redirecting output.
Reviewed-by: hjk
|
| | |
| | |
| | |
| | | |
Reviewed-by: Lars Knoll
|
|\ \ \
| |/ /
|/| /
| |/
| |
| |
| | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1:
QDataStream doesn't check return values from QIODevice::write
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
QDataStream does not check values from QIODevice::write and QIODevice::read
since it cannot decide what to do in case of errors or less data written
or read. The fix for this is to fix the documentation for
QIODevice::writeData and QIODevice::readData to make sure implementations
write and read all the requested data.
Task-number: QTBUG-13108
Reviewed-by: David Boddie
|
|\ \
| |/
| |
| |
| |
| |
| | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1:
Implement bookmarks toolbar.
|
| |\
|/ /
| |
| |
| |
| |
| | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1:
Implement bookmarks toolbar.
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1:
Implement bookmarks toolbar.
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
Group cd, so the entire command fails if cd fails
Remove temporary gdb-index after merging it
Enable QLibrary debugging via QT_DEBUG_PLUGINS
|
| | |
| | |
| | |
| | | |
Reviewed-by: ossi
|
| | |
| | |
| | |
| | | |
Reviewed-by: ossi
|
| | |
| | |
| | |
| | | |
Reviewed-by: janarve
|
|\ \ \
| |/ /
| | /
| |/
|/|
| |
| | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
Allow QGLWidgets to draw them selves under -graphicssystem raster again...
|
| |
| |
| |
| | |
Reviewed-by: Fabien Freling
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
C++0x: being able to create a list with the {,,,} notation
C++0x move operators
Add define for c++0x initilizer lists
Add some constants for C++0x features
|
| |
| |
| |
| | |
Reviewed-by: Joao
|
| |
| |
| |
| |
| |
| |
| | |
This makes assignement faster from temporaries, as the operator is
fully inline, and doesn't do any atomic operations.
Reviewed-by: joao
|
| |
| |
| |
| | |
Reviewed-by: Joao
|
|/
|
|
|
| |
Reviewed-by: Olivier Goffart
Reviewed-by: Joao
|
|\
| |
| |
| |
| |
| |
| | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public:
Added a QDebug operator for QSymbianEvent.
|
| |\
|/ /
| |
| |
| |
| |
| | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public:
Added a QDebug operator for QSymbianEvent.
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
Enable the width-for-height codepath and add autotest for WFH.
Use hasHeightForWidth() and hasWidthForHeight() instead of sizePolicy()
Add hasWidthForHeight in order to support WFH in QGraphicsLayout.
Compilation on S60 of external projects depending on private headers
|
| |
| |
| |
| | |
Task-number: Side-effect of QTBUG-3570
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
hasHeightForWidth() already does the same check (if the widget has a
layout, use the layouts size policy instead of the widgets').
Also generalized the implementation so that it now supports
width-for-height.
Also fixed a bug where we expected the other dimension to decrease when
the first dimension increased. This is not always the case.
|
| |
| |
| |
| |
| | |
Task-number: Consequence of QT-3570
Reviewed-by: Paul
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Minor change to allow external projects to include qdeclarativeanimation_p_p.h
and still compile on Symbian. The inlined constructor with a templated
object that contains a call to an non-exported function (execute())
caused a linker error.
Reviewed-by: bnilsen
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
Optimize plugin loading on ELF platforms
Fix compiler warning in qtextformat.h
Add gdb-index section to debug binaries.
Clean up and clarify Mac font engine code
Implemented suffix and prefix strings for the numbering in ordered lists as supported by ODF. Works also with HTML import/export by using Qt CSS properties extensions.
|
| |\
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
Optimize plugin loading on ELF platforms
Fix compiler warning in qtextformat.h
Add gdb-index section to debug binaries.
Clean up and clarify Mac font engine code
Implemented suffix and prefix strings for the numbering in ordered lists as supported by ODF. Works also with HTML import/export by using Qt CSS properties extensions.
|
| |
| |
| |
| |
| |
| |
| | |
This is equal to 3c2a43f91e0225bde8d6e6d6076dfe2cddbc2f8e
except the alignment checks have been relaxed.
Reviewed-by: janarve
|
| |
| |
| |
| |
| |
| |
| |
| | |
When compiling with -Wshadow, function arguments that shadow a
class member generate a warning. Change the name in the implementation
of the new functions to avoid this warning.
Reviewed-by: Samuel
|
| |
| |
| |
| |
| |
| |
| | |
Speeds up debugging on platforms with recent gdb.
Task-number: QTCREATORBUG-2215
Reviewed-by: ossi
|
| |
| |
| |
| | |
Reviewed-by: Eskil
|