| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The signal index actually emitted was different from the signal index
registered. This was due to recent changes in the meta-object protocol, where
new indexes are being created (cloned) for signals with default parameters.
When registering the transition signal, we now look for the original (non
cloned) signal index. The transition keeps track of the user-specified signal
index, and sets it when calling onTransition.
Reviewed-by: Kent Hansen
Reviewed-by: Olivier Goffart
Task-number: 260403
|
|
|
|
|
|
| |
Rectification after the last merge request integration
Reviewed-by: Thierry
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit deprecates the QAIM::reset() method, and adds beginResetModel()
and endResetModel() methods, addressing Qt issue 247023.
http://www.qtsoftware.com/developer/task-tracker/index_html?method=entry&id=247023
If models and proxies use QAIM::reset() alone, then proxies will
emit modelAboutToBeReset after its source model is reset. This means that mapToSource
will not behave as expected (Will always return an invalid index) in a slot connected
to modelAboutToBeReset.
The usecase for this is maintaining viewstate (which items are selected, expanded)
when the model is reset. See BrowserWidget::modelChanged here:
http://websvn.kde.org/trunk/KDE/kdepim/akonadi/akonadiconsole/browserwidget.cpp?view=markup
Task-number: 247023
Reviewed-by: Olivier Goffart <ogoffart@trolltech.com>
Merge-request: 1072
|
|
|
|
|
|
| |
Added guard checks after the virtual method calls.
Reviewed-by: thierry
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
updateCurrentTime
That deletion removed the respective animation from the list of running
animations being processed, but not from the copy of the list introduced in
48489988521b818bda8d76e60cb272508e91b490, thus we had a dangling pointer.
Reviewed-by: thierry
|
| |
| |
| |
| |
| |
| | |
of QStringBuilder incompilable
Reviewed-by: Roberto Raggi
|
|/
|
|
|
| |
Task-number: 218125
Reviewed-by: Trust Me
|
|
|
|
|
|
| |
We don't need QMetaProperty becaus we always try to directly use
the qt_metacall. This allowed for a 24 bytes reduction of the private
class.
|
| |
|
|
|
|
|
|
| |
...on the private object
Reviewed-by: Trust Me
|
|
|
|
|
| |
Task-number: 258404
Reviewed-by: Trust Me
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
i'm a garbage collector :)
AutoTest: Passed
RevBy: Miikka Heikkinen
Signed-off-by: axis <qt-info@nokia.com>
|
| |
| |
| |
| |
| |
| |
| | |
simply use ifdef to point which implementation should be compiled
AutoTest: Passed
Signed-off-by: axis <qt-info@nokia.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* crash fixed ( d->filePath.at(0).isLetter() )
* warning removed in QFSFileEngine::copy ( unused param )
* minor optimisations
* styling fixes
* needless header include removed ( qregexp.h )
AutoTest: Passed
Signed-off-by: axis <qt-info@nokia.com>
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This just caused too much problems and must be solved another way.
In qfsfileengine_win.cpp we define FSCTL_GET_REPARSE_POINT and all
of the other stuff that's needed for NTFS symlink support, if
its not defined. This is the case if _WIN32_WINNT is less
than 0x0500.
All other changes in this commit are just reversions of commits
that were done for the infamous qglobal.h change.
Discussed with prasanth, tested by pulse.
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This adds the function beginMoveRows, endMoveRows, beginMoveColumns,
endMoveColumns
Reviewed-by: Olivier Goffart <ogoffart@trolltech.com>
Acknowledged-by: Thierry
Merge-request: 972
|
|/ /
| |
| |
| |
| | |
Task-number: 201882
Reviewed-by: Trust Me
|
| |
| |
| |
| |
| | |
This reverts commit f7ebdd380d16a7be9713930b5ab41c32e996dcdb.
defining WINVER in qglobal.h is about to be reverted.
|
|/
|
|
|
| |
Task-number: 254511
Reviewed-by: Trust Me
|
|
|
|
|
|
|
| |
This fixes the lifetime of the mutex locker, since before it would
already be destroyed on the next line.
Reviewed-by: Olivier Goffart <olivier.goffart@trolltech.com>
|
|
|
|
|
|
|
| |
Lots of warnings in the qreal == float case.
Some Q_UNUSED added.
Reviewed-by: thartman
|
|
|
|
|
|
|
|
| |
The problem was we were iterating over the list of running animations.
And when calling setCurrentTime(<duration>) on one of them they just
unregister themselves from the timer and we would miss some of them.
Reviewed-by: leo
|
|
|
|
|
|
| |
We export one extra private symbol from QtCore instead, and use that.
RevBy: Miikka Heikkinen
|
|\ |
|
| |\
| | |
| | |
| | |
| | | |
Conflicts:
src/corelib/io/qfilesystemwatcher_symbian.cpp
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
After review comments, changed the file server session
from a member of QCoreApplication to a Q_GLOBAL_STATIC, because some
applications will want to access files before constructing the
QApplication.
Reviewed-By: Janne Anttila
|
| |\ \ \
| | | |/
| | |/|
| | | |
| | | | |
Conflicts:
src/corelib/io/qfsfileengine_unix.cpp
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Conflicts:
src/corelib/io/qfilesystemwatcher_symbian.cpp
src/corelib/io/qfilesystemwatcher_symbian_p.h
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Renamed two classes to conform to Qt conventions
- Cosmetic changes.
Reviewed-by: Janne Koskinen
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Added retry to failed notification request.
- Removed superfluous New method.
- Cosmetic changes.
Reviewed-by: Janne Koskinen
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Refactored symbian specific public method out of qfsfileengine.h into
a static method.
- Utilized PathInfo class for getting home, root, and temp paths.
- Cosmetic changes.
Reviewed-by: Janne Koskinen
|
|\ \ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Reviewed-by: Maurice Kalinowski
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Reviewed-by: Maurice Kalinowski
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Reviewed-by: Maurice Kalinowski
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
It became useless to have it for mingw here
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Addresses S60 review comments.
Reviewed-by: TrustMe
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
_WIN32_WINNT is now defined in qglobal.h
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This also reverts my panic compile fixes, which just disabled the
symlink code paths on Windows.
This reverts commit e5fe8b49b08a6e749bde8581d9267ddafa7c9990.
This reverts commit 7385c1fc7fe03836ed42cc783e840557d267cff9.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
We define these values now in qglobal.h as 0x0500, which is Windows 2k,
the oldest version we will support.
Reviewed-by: mariusSO
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Reviewed-by: TrustMe
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The service provider (RTimer) will do it for us.
RevBy: Iain
AutoTest: Passed
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Use QScopedPointer with a custom deleter instead, so we can remove
the awful QScopedCustomPointer once and for all :)
Reviewed-by: Thiago
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add detach3 and append2, leaving the old functions as they were.
This ensures that new code will use the optimized version of QList,
and old code will just continue calling the old functions.
Reviewed-by: Thiago
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This reverts commit 10a0ed3f2e6a71eced5f470f1c3e09d7be58bbc9.
|