| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
Requires an update of existing translations.
Fixes: 247314
Reviewed-by: TrustMe
|
|
|
|
| |
Reviewed-by: Thiago Macieira
|
|
|
|
|
|
|
|
|
|
| |
with qstring.
The qstring unicode conversion functions used to have its own
implementation, which did the same as QUtf*Codecs, so with the change
all of them will share the same implementation.
Reviewed-by: Thiago Macieira
|
| |
|
|
|
|
| |
Reviewed-by: TrustMe
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| | |
Approach suggested by Rohan on 1866485e46039d51ea78a6d672b678aa02f68eef
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
We spawn/stop additional threads as needed to watch any number of
files/directories. The old logic of using just one handle per watched
directory (regardless of how many files we watch in it.) is preserved.
In the worst case a thread is started per 63 files to watch.
This enabled Qt Creator to watch all .pro and .pri files even while
having qt's projects.pro and qtcreator.pro open.
Task-number: 185259, 253014
Reviewed-by: denis
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| | |
Reviewed-by: TrustMe
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Seeking in files above 0x80000000 failed on Windows CE.
SetFilePointer was used in the 32 bit version. That means, seeking only
worked for positions <= LONG_MAX (which is 0x80000000 - 1).
Task-number: 255242
Reviewed-by: mauricek
|
| |
| |
| |
| |
| |
| |
| | |
Use the LARGE_INTEGER union properly and don't do unnessecary bit
shifting.
Reviewed-by: mauricek
|
| |
| |
| |
| |
| | |
we should include qt_windows.h and not windows.h because we have to
define WINVER to 0x500.
|
| |
| |
| |
| |
| |
| |
| | |
Letting qdoc output it automatically produces the wrong header
file name.
Task-number: 217268 210171 220664
|
| | |
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Brought up by Andy. See perforce change 314809,
17b07e3ab6192b31f77fd2f126705b9ab53b3937. Related to task 221708.
Reviewed-By: Andy Shaw
|
| | |
| | |
| | |
| | | |
Task-number: 193615
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
mjansen reported on #qt-labs that this change crashes KDE applications
that were calling delete on their plugins.
It turns out that is also how QPluginLoader works, so the commit was a
bad idea to start with.
This reverts commit 4c7004122a858cd6d891efc7923ba11484fbf997.
Reviewed-by: Thiago Macieira
|
| | |
| | |
| | |
| | | |
Reviewed-by: Volker Hilsheimer
|
| | |
| | |
| | |
| | | |
Task-number: 214026
|
| | |
| | |
| | |
| | | |
Reviewed-By: hjk <qtc-committer@nokia.com>
|
| | | |
|
| | |
| | |
| | |
| | | |
It tries to keep the semantics of QString::append(QByteArray) as much as possible.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This partially reverts 9a5b40a011bd1b15a67d83564af55011761f8ad9 for
the QIconvCodec.
Reviewed-by: hjk
|
| | |
| | |
| | |
| | | |
make compiler distinguishing both happy.
|
| | | |
|
| | | |
|
| | |\
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
src/sql/drivers/ibase/qsql_ibase.cpp
tests/auto/q3sqlcursor/tst_q3sqlcursor.cpp
tests/auto/qsqldatabase/tst_databases.h
tests/auto/qsqldatabase/tst_qsqldatabase.cpp
translations/qt_ru.ts
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Reported via qt-bugs.
Reviewed-By: Peter Hartmann
|
| | | |
| | | |
| | | |
| | | |
| | | | |
This is possible because we anyway use a Mutex to access the static
hash
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
omissions when qdoc is used in certain Windows environments.
Task-number: 256415
Reviewed-by: Trust Me
|
| | |
| | |
| | |
| | | |
and remove duplicate defines elsewhere.
|
| |\ \ |
|
| | | | |
|
| |/ / |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- .ts file -> TS file
- .qm file -> QM file
- .ui file -> UI file
+ a handfull of typos I stumbled over
Merge-request: 802
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
unlike in an earlier attempt, ids are textual this time.
the developer is able to provide a template for the string. when lupdate
and lrelease are integrated into the build process, this makes it
possible to avoid a round-trip to a dedicated string designer during the
early development stage.
Requirement-id: QT-435
|
|\ \ \
| |/ / |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes: corelib/kernel/qcore_unix_p.h:127: error: `O_CLOEXEC' undeclared
Some toolchains claim to provide glibc >= 2.4 but do not define
O_CLOEXEC.
An alternative fix might be to define O_CLOEXEC ourselves as we do
with some of the system call numbers.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Rewritten the api almost from scratch, making it simplier and more
flexible at the same time.
The current implementation will not have complex gseturemanager class
inside Qt, but the QGesture base class, which represents both a
gesture recognizer and a gesture itself with a set of properties. A
set of common gestures that can use used in third-party applications
(and in Qt itself internally) is supposed to be found in
qstandardgestures.h, and a base class for user-defined gestures is in
qgesture.h
Gesture implementation for Pan on Windows7 has also been added as a
reference implementation for platform gestures.
|
| | | |
|
| | |
| | |
| | |
| | | |
That's what unistd.h uses: void* can receive any pointer, while char* can't
|
| | |
| | |
| | |
| | | |
also older MSVC
|