| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| | |
* 'master' of git://scm.dev.nokia.troll.no/qt/qt-symbian-team:
Fix QProcess::waitForFinished WaitForRequest handling in Symbian
Added a note to docs about killing processes in Symbian.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Waiting for both logonStatus and timerStatus after one has already
completed normally could potentially return because some unrelated
request completed in the meantime, swallowing the wrong signal.
Task-number: QT-4659
Reviewed-by: Janne Koskinen
|
| |
| |
| |
| |
| | |
Task-number: QT-4659
Reviewed-by: TrustMe
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 'master' of git://scm.dev.nokia.troll.no/qt/qt-symbian-team: (93 commits)
Workaround for QTBUG-17468
Removed timestamp setting and checking for Symbian header export
Cocoa/Alien: bugfix corner cases with popups and enter/leave
My 4.7.2 changes
Fix QFileDialog Symbian native file dialog filename filtering.
fix QMAKE_COPY_DIR for mingw+sh
Phonon MMF backend enabled in configuration and deployment
Using a better flag to control the fast allocator
Using QElapesedTimer for Symbian idle detector
Idle detector thread improvements
Updated QtGui and QtCore DEF files
Cocoa/Alien: bugfix corner cases with popups and enter/leave
Add experimental support for armCC on Linux
Fixed resizing popups with QSizeGrip on X11
fix crash when setting QPROCESS_DEBUG
My 4.7.2 changes
Fix QFileDialog Symbian native file dialog filename filtering.
fix QMAKE_COPY_DIR for mingw+sh
Add QDir/tree benchmark to "trusted" list
Added file header
...
|
| |\ |
|
| | |\
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging: (52 commits)
Add experimental support for armCC on Linux
Fixed resizing popups with QSizeGrip on X11
Workaround public header depending on private in symbian^3
Fix reversed condition
Fix warning, unused parametter error
Fixed mapFromGlobal in some window managers on X11
Removed obsolete code that was incorrectly handling ConfigureNotify
QMutex: do not use inline mutex in debug.
Fix race condition between QEventLoop::exec and QThread::exit
Remove QThreadData::mutex
tst_qnetworkreply: Use proper test server hostname
demo browser: Verbose output about Zerocopy usage
tst_qnetworkreply: Some additions
QNAM: Delete old file
QNAM: Move authentication cache to separate class
tst_qnetworkreply: Relax a condition
Implement QThreadData::current using __thread
Crash in QFileSystemEngine::canonicalName with older libc version
Fix leak in QFactoryLoader
Fixed "not a valid preprocessing token" on GCCE.
...
|
| | | |\
| | | | |
| | | | |
| | | | |
| | | | | |
Conflicts:
doc/src/development/qmake-manual.qdoc
|
| | | | |
| | | | |
| | | | |
| | | | | |
Reviewed by our Anttis
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Qt::Popup implicitly means Qt::X11BypassWindowManagerHint, and according
to ICCCM 4.1.5 window manager should not move or resize windows that have
override-redirect flag set (i.e. X11BypassWindowManagerHint).
Task-number: QTBUG-11447
Reviewed-by: Olivier Goffart
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
f32file.h (public) depends on e32svr.h (private), and in symbian^3 the
private headers have been moved to a different include path.
Reviewed-by: axis
|
| | | | |
| | | | |
| | | | |
| | | | | |
Introduced in my previous fix for QTBUG-17257
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Use the Function not implemented error
Reviewed-by: Joao
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The previous mapFromGlobal optimization in
cdd776a91e65bf5c30cea1bab9823134a3f797d0 broke behavior in some window
managers like metacity when resizing by dragging the top-left corner.
Most likely it is a bad behaviour of the window manager (according to
ICCCM 4.1.5 we should get a ConfigureNotify event with x and y in
root coordinates if you consider this is a "movement" of a window).
Reviewed-by: Olivier Goffart
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The code in question was calling XSync and then processing ConfigureNotify
requests, but only using the width/height information from the event,
while ignoring the x,y properties. The code was consuming synthetic
ConfigureNotify with x,y in root coordinate system that we are supposed
to receive from the window manager, which broke mapFromGlobal/mapToGlobal
behavior (after cdd776a91e65bf5c30cea1bab9823134a3f797d0)
Reviewed-by: Olivier Goffart
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Debugger tools (such as valgrind) hooks into QMutex::lock and
QMutex::unlock. So we should continue to call this function if
we want to keep those tools working
Reviewed-by: brad
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
As also mentioned in QTBUG-16692
Reviewed-by: brad
Task-number: QTBUG-17257
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
which does not seem to be used.
Reviewed-by: Brad
|
| | | | |
| | | | |
| | | | |
| | | | | |
Reviewed-by: Martin Petersson
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Forgot to delete this file. Since 4.8 we use the
QNetworkReplyDataImpl instead of a QNetworkAccessDataBackend
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Also make the authentication cache thread-safe by using
a mutex and making QNetworkAuthenticationCredential
a value-class.
Reviewed-by: thiago
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
With the different buffers in Qt and the OS, we relax
a condition for now.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
It slightly faster, and QThreadData::current is used everywhere
Reviewed-by: mread
Reviewed-by: Joao
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Crashed on OpenBSD.
POSIX.1-2001 says that the behavior if resolved_path is NULL is
implementation-defined. POSIX.1-2008 specifies that the it can
be NULL
Reviewed-By: Markus Goetz
|
| | | | |
| | | | |
| | | | |
| | | | | |
We need to release the library in case of errors
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
It seems to be fixed upstream already.
RevBy: Gareth Stockwell
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
We needed to move the code in the init() function to the
fixTargetExt() function, which is where the variables are actually
used. The reason is that fixTargetExt() runs before init().
RevBy: Miikka Heikkinen
|
| | | | |\ |
|
| | | | | | |
|
| | | | |\ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This was done because trailing \ would confuse the command line
parser if the path was also quoted.
RevBy: Oswald Buddenhagen
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
RevBy: Trust me
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
RevBy: Oswald Buddenhagen
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This enables you to use QMAKE_xxx_yyy, where xxx is either CFLAGS,
CXXFLAGS or LFLAGS, and yyy is either APP, SHLIB or PLUGIN. It is
basically the same as the one in the UNIX generator.
RevBy: Oswald Buddenhagen
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
RevBy: Trust me
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
RevBy: Trust me
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This is just a mirror of the way the UNIX generator does it. See
commits aaf189b084f52 and bdff51768dfe.
RevBy: Oswald Buddenhagen
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This usually points to the RVCT include directory, but those headers
are not appropriate for Symbian.
RevBy: Trust me
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
RevBy: Trust me
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Make did not understand that sqlite3.dso, which the link relies on,
is the same as $$OBJECTS_DIR/sqlite3.dso, which is extracted by the
profile.
RevBy: Trust me
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
RevBy: Oswald Buddenhagen
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
RevBy: Oswald Buddenhagen
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This is needed for Symbian development on Windows using makefiles.
RevBy: Trust me
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Warning, nullref: Initializing const myClass& to a NULL value.
Patch inspired by the one in QTBUG-16755
Task-number: QTBUG-16755
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | |\ \ \ |
|