| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
Fixes selection being cleared when right clicking on a selected item.
QCheckBox did not have a minimumSizeHint()
|
| |
| |
| |
| |
| |
| |
| | |
Autotest included.
Task-number: QTBUG-10138
Reviewed-by: bnilsen
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fortunately the *default* horizontal size policy was
QSizePolicy::Minimum. However if the size policy was set to for instance
Preferred it could shrink down until it disappeared.
The following patch will do the same as QLabel does it:
sizeHint is the same as minimumSizeHint.
Task-number: QTBUG-2606
Reviewed-by: Gabriel
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
into master-integration
* 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging:
Added mkspec for MSVC 2010
|
| | |
| | |
| | |
| | | |
Reviewed-by: Marius SO
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
Implement heightForWidth support for QTabWidget and QStackedWidget.
|
| |\ \
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
Minor optimisation in QMenu
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Stops the QMenu re-painting itself for every mouse move event.
Reviewed-By: gabi
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1:
Revert "Fix strerror_r in case it returns a pointer that is not our buffer"
Designer: Fix cardinality error in stringlist properties in ui4 schema.
[qtconfig app] Add an app icon.
Mac: Remove Ctrl+Y as redo shortcut.
Fix strerror_r in case it returns a pointer that is not our buffer
[networkselftest] Verify some CGIs on the test server
[networkselftest] Verify the presence and size of some files on HTTP
[networkselftest] Verify PUT and DELETE commands and the protected area in HTTP
[networkselftest] Enchance test to verify the layout of the FTP server.
[networkselftest] Add a test for the FTP proxy server
[networkselftest] Add a test to try the SMB server.
[networkselftest] Add the FTP proxy and SMB ports to the test.
Add new QDataStream version for Qt 4.8.
Long live Qt 4.8!
|
| |\ \ \ \
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1:
Revert "Fix strerror_r in case it returns a pointer that is not our buffer"
Designer: Fix cardinality error in stringlist properties in ui4 schema.
[qtconfig app] Add an app icon.
Mac: Remove Ctrl+Y as redo shortcut.
Fix strerror_r in case it returns a pointer that is not our buffer
[networkselftest] Verify some CGIs on the test server
[networkselftest] Verify the presence and size of some files on HTTP
[networkselftest] Verify PUT and DELETE commands and the protected area in HTTP
[networkselftest] Enchance test to verify the layout of the FTP server.
[networkselftest] Add a test for the FTP proxy server
[networkselftest] Add a test to try the SMB server.
[networkselftest] Add the FTP proxy and SMB ports to the test.
Add new QDataStream version for Qt 4.8.
Long live Qt 4.8!
|
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit 56891588a23adfe4ac6a8fbe01083464dc67e79b.
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1:
Designer: Fix cardinality error in stringlist properties in ui4 schema.
[qtconfig app] Add an app icon.
Mac: Remove Ctrl+Y as redo shortcut.
Fix strerror_r in case it returns a pointer that is not our buffer
[networkselftest] Verify some CGIs on the test server
[networkselftest] Verify the presence and size of some files on HTTP
[networkselftest] Verify PUT and DELETE commands and the protected area in HTTP
[networkselftest] Enchance test to verify the layout of the FTP server.
[networkselftest] Add a test for the FTP proxy server
[networkselftest] Add a test to try the SMB server.
[networkselftest] Add the FTP proxy and SMB ports to the test.
Add new QDataStream version for Qt 4.8.
Long live Qt 4.8!
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Task-number: QT-1621
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Thanks to Mario Carrion for the patch.
Task-number: QTBUG-10099
Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Task-number: QTBUG-10014
Reviewed-by: Trust Me
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| |/ / / / /
|/| | / / /
| | |/ / /
| |/| | |
| | | | |
| | | | | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
Fix merge of qtextureglyphcache.cpp
|
| |\ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The merge in 1ffc19d083a82c3f717e4f091a3af7b0241b6a6d introdcued
two different versions of the m_cy calculation simultaneously. Remove
the older version and keep the new.
Reviewed-by: TrustMe
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/qt-qml:
Add missing QT namespace.
In the way of merges. Remove.
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Conflicts:
tests/auto/declarative/qdeclarativedom/data/importlib/sublib/qmldir
|
| | | | | | | | |
|
| | |\ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Conflicts:
src/imports/multimedia/qmldir
src/imports/webkit/qmldir
src/imports/widgets/qmldir
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | |_|_|_|/ / / /
| |/| | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
Added 'parallel_test' for some QGraphics* auto-tests.
QAbstractGraphicsShapeItem: ignore already set pen or brush
Made sure that QTabWidget reported a big enough size hint.
Fixed wasted space in the texture cache.
Get debug code compiling since function signature changes
--warn;
|
|\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | | | /
| | |_|_|_|_|_|/
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
into master-integration
* 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging:
Fixed compiler warnings when compiling multimedia module.
|
| |\ \ \ \ \ \ \
|/ / / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Conflicts:
src/multimedia/qml/qsoundeffect_qsound_p.cpp
tests/auto/declarative/qdeclarativedom/data/importlib/sublib/qmldir
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Reviewed-by:Andrew den Exter
|
| | | |_|_|_|/
| | |/| | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The problem was simply that QTabWidget does not have a layout (it
does manual layouting, and since that the heightForWidth implementation
it inherits from QWidget require that the widget has a layout it will
not work and it always returned -1 for QTabWidget). The solution is then
to reimplement heightForWidth().
Unfortunately the patch has several workarounds for BIC:
1. QWidget::hasHeightForWidth() should really have been virtual. Instead
we add the virtual QWidgetPrivate::hasHeightForWidth().
Since this is a workaround/bugfix for QTabWidget we decided to keep
QWidget::hasHeightForWidth() internal for now.
2. We cannot reimplement a virtual function in QStackedLayout.
We therefore fix QStackedWidget by subclassing QStackedLayout and
reimplement the virtual functions in the subclass.
This is not an ideal fix, but improves QTabWidget and QStackedWidget
wrt height for width.
Task-number: QTBUG-7792
Reviewed-by: Paul
Reviewed-by: Olivier
|
| | | |_|/ /
| | |/| | | |
|
| | |\ \ \ \
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | | |
Conflicts:
src/gui/painting/qtextureglyphcache.cpp
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
If setPen() or setBrush() of a QAbstractGraphicsShapeItem is called with
a pen or brush equal to its current pen or brush prepareGeometryChange()
and update() shouldn't be called. Testing for identical pen and brush is
cheap in comparison with a QGraphicsView update() without seeing a change
Merge-request: 562
Reviewed-by: Bjørn Erik Nilsen <bjorn.nilsen@nokia.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This avoids some minor clipping issues observed (see autotest).
Reviewed-by: MortenS
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
We were using the height of the texture to position the next row,
rather than just adding the rowHeight. This used to work when the
texture cached grew by rowHeight, now it grows to next power of
two...
Reviewed-by: Eskil
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1:
QSettings: Fix isWritable incorrectly returning true on linux.
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When the target directory exists and is readable, QConfFile::isWritable
used to returned true, even though the actual config file was not
necessarily writable.
Reviewed-by: joerg
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit:
QtWebKit: Fixes compilation on MSVC 64
QtWebKit: Remove translatable strings from tests/hybridPixmap.
Remove overloaded placement new operators
WINSCW compiler fix, too eager to solve inlines
WINSCW boolean fix for XPATH
WINSCW compile fix for HashMap
WINSCW compile fix for WebCore
|
| |\ \ \ \ \
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit:
QtWebKit: Fixes compilation on MSVC 64
QtWebKit: Remove translatable strings from tests/hybridPixmap.
Remove overloaded placement new operators
WINSCW compiler fix, too eager to solve inlines
WINSCW boolean fix for XPATH
WINSCW compile fix for HashMap
WINSCW compile fix for WebCore
|