-
8f7b138833
Remove debugging code from languagechange test
Jason McDonald
2011-10-28 17:04:19 +1000
-
c8c9f6b46f
Remove dead code from QTransform autotest.
Jason McDonald
2011-10-28 17:40:04 +1000
-
5b9ada3cd5
Remove debugging code from QPainter autotest.
Jason McDonald
2011-10-28 17:31:49 +1000
-
f935b98b20
Remove debugging code from QPathClipper autotest.
Jason McDonald
2011-10-28 17:13:26 +1000
-
5029a99118
Remove dead code from qpixmap autotest
Jason McDonald
2011-10-28 17:06:11 +1000
-
79e7fb4ed6
Fix use of qMax() with floating point constants
Sergio Ahumada
2011-10-30 18:41:51 +0100
-
4fe3cf8ee9
moc: support c++11 style enums
Olivier Goffart
2011-10-29 19:55:36 +0200
-
d94c61a941
Remove S60/symbian specific code
Lars Knoll
2011-10-28 20:44:27 +0200
-
b5ef53df45
Re-enabled tst_LargeFile
Jo Asplin
2011-10-26 11:29:58 +0200
-
1c029324bc
Remove symbian threading primitive.
Olivier Goffart
2011-10-28 12:01:32 +0200
-
96e032c8ce
Correct dependencies for the platformsupport library
Lars Knoll
2011-10-28 10:48:37 +0200
-
9f0796c765
Remove stuff related to obsolete platforms
Lars Knoll
2011-10-28 10:47:38 +0200
-
a2337f79ff
Remove Windows and X11 from src/widgets/platforms.
Robin Burchell
2011-10-27 10:58:57 +0200
-
1cae2fdb86
Examples, plugins: Remove remains of qpa in profiles.
Friedemann Kleint
2011-10-28 10:41:14 +0200
-
d23c1a9323
Mark QAtomic* implicit cast and other operators as deprecated
Bradley T. Hughes
2011-10-28 13:34:18 +0200
-
77d30df7e5
Get rid of legacy glTexParameterf calls.
Samuel Rødal
2011-10-21 12:31:43 +0200
-
0b77a19394
Improve QTextBrowser unit test.
Jason McDonald
2011-10-28 16:17:34 +1000
-
0a75be21b3
Move test data to the right place.
Jason McDonald
2011-10-28 15:49:36 +1000
-
f2f4115235
Remove redundant preprocessor directive.
Jason McDonald
2011-10-28 14:32:24 +1000
-
4d643a0614
Update changes file for tests and testlib.
Jason McDonald
2011-10-28 12:04:53 +1000
-
2c7ef2cee0
Update qmltest usage help
Charles Yin
2011-10-28 13:33:46 +1000
-
b4c8ac299f
Freetype: Do not unlock face when returning superclass value in lockedAlphaMapForGlyph
Oliver Wolff
2011-10-27 16:01:01 +0200
-
6476ac738c
Replace implicit QAtomic* casts with explicit load()/store()
Bradley T. Hughes
2011-09-29 11:50:08 +0200
-
434824aede
Fix compiler warnings.
Friedemann Kleint
2011-10-27 16:16:16 +0200
-
d2aaa13820
Use load() instead of implicit cast when using QueuedConnection
Bradley T. Hughes
2011-09-28 12:03:17 +0200
-
ba90d5cc8b
Update QMutex benchmark to match the one in 4.8
Bradley T. Hughes
2011-10-27 11:53:05 +0200
-
916460929d
Move the implementation of normalizeTypeInternal()
Bradley T. Hughes
2011-10-26 14:32:23 +0200
-
73e1a1c27c
Add QT_BEGIN_HEADER/QT_END_HEADER macros
Sergio Ahumada
2011-10-27 13:26:50 +0200
-
ac96f78398
Compilation fix (cannot assign const pointer to non-const pointer)
Bradley T. Hughes
2011-10-27 13:47:31 +0200
-
a73c357500
Fixed crash in printsupport on Windows
Oliver Wolff
2011-10-27 13:38:51 +0200
-
f43eaaa5fa
Make configure understand -W* arguments
Bradley T. Hughes
2011-10-24 13:00:49 +0200
-
104f8671ff
Compile with QT_ENABLE_DEPRECATED_BEFORE set to old version of Qt
Olivier Goffart
2011-10-26 20:24:26 +0200
-
fca432c1c0
Add QDataStream operators to QMargins, so it can be streamed
Steven Ceuppens
2011-10-25 12:19:19 +0200
-
ddce31c12f
Do not call setCursor on Desktop or if there is no platform window.
Friedemann Kleint
2011-10-27 13:25:14 +0200
-
919c5982b8
Remove pointless QVERIFY(1) calls in QPainter test
Jason McDonald
2011-10-26 16:46:06 +1000
-
e822eb1a65
Use standard method of excluding a test.
Jason McDonald
2011-10-26 16:12:27 +1000
-
1bc8f124b8
Prefer compile-time checks to QSKIP.
Jason McDonald
2011-10-26 15:37:01 +1000
-
c9bc2a6fda
Remove unnecessary QSKIP.
Jason McDonald
2011-10-26 14:32:55 +1000
-
4a81c29c47
Use load() when constructing QSimpleCodec's reverse map
Bradley T. Hughes
2011-09-28 12:14:01 +0200
-
19b029cd9d
Windows: More fine-grained paint event handling.
Friedemann Kleint
2011-10-27 10:31:29 +0200
-
abf25d3f64
Fixed resource leak when setting QProgressBar style sheet
Tero Ahola
2011-10-10 17:02:33 +0200
-
92740638df
Initial support for MeeGo's input method server
Simon Hausmann
2011-10-18 14:51:53 +0200
-
5aa14793c4
Add default actions to QAccessibleWidget.
Frederik Gladhorn
2011-10-11 16:20:47 +0200
-
8f912c5c0f
Native file dialog support for Mac
Morten Sorvig
2011-09-28 09:52:15 +0200
-
a94c960b75
Unix (non-Glib) event dispatcher: round sleep to millisecond boundary.
Thiago Macieira
2010-06-30 15:18:24 +0200
-
0c3d898a03
Tests: Remove Q_WS_QPA, qpa-sections from .profiles.
Friedemann Kleint
2011-10-25 11:28:47 +0200
-
3849455ee7
Cocoa: Set correct child window geometry.
Morten Sorvig
2011-10-26 12:35:52 +0200
-
db44fdf4d6
Cocoa: Implement propagateSizeHints.
Morten Sorvig
2011-10-26 10:00:26 +0200
-
af8795c2b5
Remove unreachable QSKIP in UIC autotest.
Jason McDonald
2011-10-26 14:22:45 +1000
-
238c304613
Remove obsolete MSVC workarounds from autotests.
Jason McDonald
2011-10-26 11:49:57 +1000
-
eeaf051558
Replace QSKIP with QFAIL in qputenv test
Jason McDonald
2011-10-26 11:03:35 +1000
-
66c3f8753c
Remove inappropriate QSKIP in QTextCodec autotest.
Jason McDonald
2011-10-26 10:52:54 +1000
-
a97c0c3c99
Remove obsolete QSKIP call.
Jason McDonald
2011-10-26 10:28:13 +1000
-
014581f255
Fix spelling
Morten Sorvig
2011-10-26 09:20:27 +0200
-
42402a1672
replace 'const QChar &' with 'QChar ' for QChar and QString
Ritt Konstantin
2011-10-18 16:44:54 +0200
-
82d6518696
Windows: Fix Open GL formats.
Friedemann Kleint
2011-10-26 16:09:37 +0200
-
a144e0bfdc
Revert "Use memmove in QListData::append(int) as regions overlap."
Oswald Buddenhagen
2011-10-26 14:24:51 +0200
-
b8d702dc8e
Implement child instead of navigate in QAccessibleMainWindow.
Frederik Gladhorn
2011-10-22 17:52:13 +0200
-
c3313fdd1c
Doc: Fixing typo
Sergio Ahumada
2011-10-25 00:11:03 +0200
-
264272fb88
QtPrintSupport: Remove Q_WS_QPA, qpa sections from .pro files.
Friedemann Kleint
2011-10-26 09:11:48 +0200
-
1b345e8655
Re-enabled tests
Jo Asplin
2011-10-25 15:39:20 +0200
-
2dd6745306
Re-enabled tst_qstatictext
Jo Asplin
2011-10-25 14:19:49 +0200
-
777d34ab5a
Re-enabled tst_qrawfont
Jo Asplin
2011-10-25 14:15:57 +0200
-
2f4a95d24d
Re-enabled tst_qhttpnetworkconnection
Jo Asplin
2011-10-25 14:07:13 +0200
-
6d8c149217
Re-enabled tst_qsocketnotifier
Jo Asplin
2011-10-25 13:57:10 +0200
-
6d89ef35ad
Remove unnecessary sources from the bootstrap library
Bradley T. Hughes
2011-10-25 13:43:27 +0200
-
87b1ca756c
Silence warning from clang
Bradley T. Hughes
2011-10-25 13:29:09 +0200
-
15a2ed4e1d
Remove the QT_MOBILITY_BEARER macro.
Xizhi Zhu
2011-10-24 23:27:28 +0300
-
318a274381
Readded PrintSupport for Windows
Oliver Wolff
2011-10-24 09:25:32 +0200
-
54c132480b
Update readme about xcb plugin dependencies
Laszlo Agocs
2011-10-25 16:21:32 +0300
-
0fd8514a57
Fix QDialog test: Q_WS_X11 is no more.
Frederik Gladhorn
2011-10-24 13:09:50 +0200
-
3ff8e94925
Bring back QDoubleSpinBox test.
Frederik Gladhorn
2011-10-24 14:14:37 +0200
-
692b49abf8
Fix autotest tst_qtextbrowser.cpp
Frederik Gladhorn
2011-10-24 12:03:10 +0200
-
ba995c372c
QNetworkReply autotest no longer needs private_tests
Shane Kearns
2011-10-21 18:03:57 +0100
-
8afc067647
QtGui: Remove Q_WS and qpa.
Friedemann Kleint
2011-10-20 13:35:27 +0200
-
b22d290a37
QNAM: make systemProxyForQuery respect http_proxy
Arvid Ephraim Picciani
2011-10-24 16:41:44 +0200
-
bcdc64f1e0
Fix QtSQL auto test server addresses
Honglei Zhang
2011-10-24 14:37:33 +0300
-
d04bf8f407
all remaining tests: eliminated usage of qttest_p4.prf
Rohan McGovern
2011-10-25 14:42:16 +1000
-
6b29e881cd
widgets: eliminated usage of qttest_p4.prf
Rohan McGovern
2011-10-25 14:24:31 +1000
-
55b6e6fdfb
benchmarks: eliminated usage of qttest_p4.prf
Rohan McGovern
2011-10-25 11:59:25 +1000
-
433f5dbbfb
test: Leftover for split `qsqlquery' unit and benchmark test
Sergio Ahumada
2011-10-24 12:48:56 +0200
-
8bf83267ec
Sanitize QAccessible includes.
Frederik Gladhorn
2011-10-23 23:03:29 +0200
-
f6b05d5075
Remove QSKIPs from qgraphicslinearlayout test
Jason McDonald
2011-10-25 14:59:27 +1000
-
54318131a5
Remove QSKIPs from qgraphicsgridlayout test
Jason McDonald
2011-10-25 14:48:25 +1000
-
c7dd882b7a
Improve qhostinfo autotest on HPUX 11i
Jason McDonald
2011-10-24 16:26:50 +1000
-
c0fb09465b
gui: eliminated usage of qttest_p4.prf
Rohan McGovern
2011-10-25 11:38:02 +1000
-
07102cebde
corelib: eliminated usage of qttest_p4.prf
Rohan McGovern
2011-10-25 11:26:19 +1000
-
52c0e98dd2
Don't build app bundles for qmltestcase applications on Mac OS X
Charles Yin
2011-10-25 09:50:40 +1000
-
39560b85d5
Don't call QSKIP/QVERIFY outside of test functions.
Jason McDonald
2011-10-24 15:55:41 +1000
-
87514cb291
Update bug number in autotests.
Jason McDonald
2011-10-24 15:47:17 +1000
-
9f14f92398
Add CONFIG flag to use the compiler to generate makefile dependencies
Tor Arne Vestbø
2011-10-24 13:37:30 +0200
-
642fe4040b
Compile with clang
Bradley T. Hughes
2011-10-20 11:18:48 +0200
-
4bff8ea4d4
Improve drawing scaled image with raster using SSE2
Olivier Goffart
2011-10-24 08:02:10 +0200
-
cea8e41dc8
Network - Use isLoopback API in place of existing localhost checks
Shane Kearns
2011-10-24 11:07:02 +0100
-
3736dcb65e
Network - Add QHostAddress::isLoopback API.
Shane Kearns
2011-10-24 11:01:09 +0100
-
29c30a20ba
QIODevice - disallow setTextMode when not open
Shane Kearns
2011-10-20 16:55:02 +0100
-
28c3d56d4f
Extend QVariant benchmarks
Jędrzej Nowacki
2011-10-12 15:05:44 +0200
-
1d01bc1e83
corelib: Remove Q_WS-macros.
Friedemann Kleint
2011-10-21 09:55:40 +0200
-
ccf27301e0
test: Split `qcontiguouscache' unit and benchmark tests
Sergio Ahumada
2011-10-23 13:15:25 +0200
-
8c13b6b21f
Keep Multi font engine in QFontCache
Jiang Jiang
2011-10-18 15:11:07 +0200
-
31d6ac1386
tests: do not run benchmarks by default in 'make check'
Sergio Ahumada
2011-10-23 10:28:53 +0200
-
7cef4b6463
Allow commiting and then reusing a QTouchEventSequence for testing.
Michael Brasser
2011-10-24 13:13:53 +1000
-
f49bd47099
Remove legacy Symbian code from qtestlib.
Jason McDonald
2011-10-21 16:48:12 +1000
-
47fc4e0f8c
Fix qcolumnview test for shadow builds.
Jason McDonald
2011-10-21 15:48:07 +1000
-
9d40e953d3
Fix qsidebar test for shadow builds.
Jason McDonald
2011-10-21 15:43:39 +1000
-
89c415d686
Fix qfilesystemmodel test for shadow builds.
Jason McDonald
2011-10-21 15:41:32 +1000
-
4fbaf84b6d
Fix QFileDialog test for shadow builds.
Jason McDonald
2011-10-21 15:35:25 +1000
-
29aa93387b
Multiline editors not to limit anchor position inputMethodQuery
Pekka Vuorela
2011-10-20 15:49:26 +0300
-
3172631f0d
test: Split `qsqlquery' unit and benchmark test
Sergio Ahumada
2011-10-23 14:41:31 +0200
-
7ec068f7f0
Remove QAccessibleWidgetPrivate inheritance of QAccessible
Frederik Gladhorn
2011-10-22 22:17:32 +0200
-
c7865e0fc6
Fix compilation with -fno-exceptions
David Faure
2011-10-23 14:25:28 +0200
-
dfa24768a3
Deprecate QDesktopServices::storageLocation/displayName
David Faure
2011-10-22 11:33:06 +0200
-
59f91c0194
Make some qtestlib headers private.
Jason McDonald
2011-10-21 11:00:14 +1000
-
5603f94eaa
Remove "duplicate objective-c class" warning.
Morten Sorvig
2011-10-19 13:34:11 +0200
-
f6e0a2f59f
Cocoa: clean up compiler warnings.
Morten Sorvig
2011-10-19 14:23:45 +0200
-
03fd37cdf4
Add the missing unittest
David Faure
2011-10-22 11:35:37 +0200
-
83c219dfe2
Rename storageLocation() to writableLocation().
David Faure
2011-10-21 21:10:28 +0200
-
ddc093b90e
Add QStandardPaths::RuntimeLocation, for sockets ($XDG_RUNTIME_DIR)
David Faure
2011-10-21 20:57:54 +0200
-
4b72c3f434
Add QStandardPaths::findExecutable.
David Faure
2011-10-21 20:57:31 +0200
-
fa0ad643a6
Check QFileInfo::isExecutable for symlinks, works as intended.
David Faure
2011-10-21 20:55:34 +0200
-
8f3032dfe0
QStandardPaths: add Config and GenericData, add methods
David Faure
2011-10-21 20:54:35 +0200
-
86558de341
Move path information from QDesktopServices (gui) to QStandardPaths (core)
David Faure
2011-10-21 20:12:01 +0200
-
4a788eb831
QWindow: Re-create platform window only if screen actually changes.
Friedemann Kleint
2011-10-21 15:45:25 +0200
-
68dc5b90c0
Add virtual QWindow::focusObject() method
Lars Knoll
2011-10-21 10:59:27 +0200
-
e19292120b
Fix two typos: docu for "deprecated since" and Q_DEPR... -> QT_DEPR...
David Faure
2011-10-22 13:00:14 +0200
-
53674983e0
Compile with clang
Bradley T. Hughes
2011-10-21 13:59:45 +0200
-
c2ca2d7fb3
Add Q_DECL_CONSTEXPR to a QChar, QLatin1Char and QLatin1String constructors
Thiago Macieira
2011-07-07 18:48:47 +0200
-
5e0c7ebdf1
Make the default install path point to /usr/local/Qt-$VERSION
Lars Knoll
2011-09-15 14:41:25 +0200
-
53aa54fb94
Off-by-one error in assert condition...
João Abecasis
2011-08-22 11:30:26 +0200
-
5658572a27
Leftovers from 401722ef9e6fe79bd41f9d5f79668f5c4997c8e6
João Abecasis
2011-08-18 11:08:26 +0200
-
fd61059d35
Fix QTemporaryFile regressions and new found issues
João Abecasis
2011-08-16 17:53:41 +0200
-
c9fde0d590
Use "native paths" on POSIX platforms as well
João Abecasis
2011-08-05 10:49:44 +0200
-
69dd45c2d8
Cleanup #includes
João Abecasis
2011-08-05 10:47:01 +0200
-
f4f729cb7b
Atomic implementation of create file and obtain handle for Win/Symbian
João Abecasis
2011-08-05 10:45:08 +0200
-
a4a09488ee
Minimize encoding conversions when generating unique file name
João Abecasis
2011-08-05 10:58:08 +0200
-
b3ca1d4a84
Use QStringBuilder when copying template for modification
João Abecasis
2011-08-05 10:57:19 +0200
-
6d8963971a
Make Symbian follow Windows code in temporary path generation
João Abecasis
2011-08-05 10:39:53 +0200
-
56ffec36c6
Encapsulate pointer manipulations to createFileTemplate function
João Abecasis
2011-08-05 10:35:55 +0200
-
fc14bd2c92
Widgets: Remove Q_WS_QPA and qpa-sections from .pro files.
Friedemann Kleint
2011-10-20 16:36:05 +0200
-
c7df1af337
[directfb] Implement grab/ungrab of keyboard/pointer
Holger Hans Peter Freyther
2011-10-18 15:10:23 +0200
-
960502d91a
[directfb] Remove grabbing of the pointer on input
Holger Hans Peter Freyther
2011-10-18 14:32:29 +0200
-
c8746d886f
[directfb] Implement QPixmap::fromFile using DirectFB routines
Holger Hans Peter Freyther
2011-09-29 18:14:15 +0200
-
b1c803a925
[directfb] Prepare to select the alpha/opaque pixel formats
Holger Hans Peter Freyther
2011-09-29 18:10:15 +0200
-
d43775b93b
[directfb] Manage the font database with a QScopedPointer
Holger Hans Peter Freyther
2011-09-29 17:54:28 +0200
-
577d51ee22
[directfb] Remove some duplication in the QDirectFbBlitter c'tor.
Holger Hans Peter Freyther
2011-09-26 19:30:37 +0200
-
91e99d1420
directfb: Initialize m_dfb after DirectFBInit has been called
Holger Hans Peter Freyther
2011-09-25 19:31:02 +0200
-
500dc2a6f8
[directfb] Introduce the QDirectFBPointer from QWS/gfxdrivers
Holger Hans Peter Freyther
2011-09-19 00:57:45 +0200
-
405894fc39
[directfb] Make QDirectFBInput a QThread to allow proper exits
Holger Hans Peter Freyther
2011-09-19 00:11:24 +0200
-
acd09c21f7
[directfb] Use QScopedPointer to manage heap allocated objects
Holger Hans Peter Freyther
2011-09-18 22:04:09 +0200
-
9e54d1deab
[directfb] Fix memory leak when passing arguments to directFB
Holger Hans Peter Freyther
2011-09-19 01:04:59 +0200
-
421abf8d59
[directfb] Do not call a pure virtual function
Holger Hans Peter Freyther
2011-09-11 19:05:15 +0200
-
d8fc8aa585
[directfb] Rename class from WindowSurface to BackingStore
Holger Hans Peter Freyther
2011-09-11 14:54:20 +0200
-
ab50b60f5c
[blitter] Work on tst_QPixmap::clear()
Holger Hans Peter Freyther
2011-09-26 19:02:57 +0200
-
6a7da1fb58
Fix compilation on Harmattan
Simon Hausmann
2011-10-21 12:38:00 +0200
-
6e13586d8b
[blitter] Generate a new serial number when resizing the pixmap
Holger Hans Peter Freyther
2011-09-29 18:02:47 +0200
-
b256d7b3bb
Testlib: Fixed compilation with MSVC.
Friedemann Kleint
2011-10-21 11:11:28 +0200
-
e375637fe5
Fix compiler warnings when using QT_DEPRECATED
Sergio Ahumada
2011-10-21 10:12:26 +0200
-
d40f4105cd
Remove mtdev dependency from the touchscreen QPA plugin.
Laszlo Agocs
2011-10-21 10:36:56 +0300
-
c245a70986
qmake: Replace Q_WS_WIN by Q_OS_WIN
Friedemann Kleint
2011-10-21 09:35:57 +0200
-
25c03a888f
Use QBasicAtomicInt as a static variable
Shane Kearns
2011-10-19 11:07:40 +0100
-
60b86257b8
Expand QT_TR_NOOP("str") to "str", not ("str").
Jan-Arve Saether
2011-10-21 09:10:43 +0200
-
b7950b027f
Fix some compiler warnings on Mac
Sergio Ahumada
2011-10-20 19:39:36 +0200
-
dd31340245
Make testlib use #include consistently.
Jason McDonald
2011-10-21 10:07:51 +1000
-
ed374ed3ee
Fix shadow build error for qmltest
Charles Yin
2011-10-20 11:42:37 +1000
-
98bd270fb7
Fix misleading comment on test execution order.
Jason McDonald
2011-10-20 12:16:49 +1000
-
d766ae0457
Update QSKIP documentation.
Jason McDonald
2011-10-20 12:12:43 +1000
-
27f9f136f7
Remove SkipMode parameter from QSKIP calls.
Jason McDonald
2011-10-19 12:53:13 +1000
-
016cd01846
Remove QTest::SkipMode from qtestlib API.
Jason McDonald
2011-10-18 14:53:23 +1000
-
296bc32841
Fix FTP example to handle failure to open network session
Shane Kearns
2011-10-19 14:00:28 +0100
-
4aa4198240
FTP - fix interoperability issues with SIZE command
Shane Kearns
2011-10-18 16:18:06 +0100
-
17eef6a4c4
Teach syncqt to handle multiple %moduleheaders directories
Tor Arne Vestbø
2011-10-20 15:45:20 +0200
-
9f1aa866bd
Moved tests into integrationtests/ and widgets/
Jo Asplin
2011-10-20 13:17:26 +0200
-
78d02e93ac
Add the ability to enable various SSL bug workarounds.
Richard Moore
2011-10-19 11:40:57 +0200
-
5b6894de87
ret is an "internal" path, no need to re-process it
João Abecasis
2011-08-26 11:01:48 +0200
-
68a9e55f5a
We prefer capitalized drive letters, make it so sooner
João Abecasis
2011-08-26 11:03:55 +0200
-
b0a6caf84b
Avoid spurious detaching in QDir::to/fromNativeSeparators
João Abecasis
2011-08-05 10:40:46 +0200
-
0e7cecb861
Fix tst_qsocketnotifier
Shane Kearns
2011-10-19 15:54:35 +0100
-
d74bb06079
Generate dependencies for moc_ style includes when using CONFIG+=GNUmake
Tor Arne Vestbø
2011-10-20 10:53:28 +0200
-
ce5adc7684
Revert "Update V8"
Kent Hansen
2011-10-20 10:31:42 +0200
-
3885a45e48
Make foreground and backgroundColor proper functions.
Frederik Gladhorn
2011-10-10 15:24:17 +0200
-
c7f8213bc5
Move the non-atomic and implicit functions from QBasicAtomicXXX
Thiago Macieira
2011-07-05 23:52:29 +0200
-
e4b145d11c
Remove unused variable from qdbusintegrator.cpp.
Jędrzej Nowacki
2011-10-19 12:57:16 +0200
-
1ef167f050
Use fromLocal8Bit for reversing toLocal8Bit
João Abecasis
2011-08-05 10:32:51 +0200
-
d2b16043ef
Don't convert template's path separators again (cherry picked from commit 19880c1bdf75455b645fb8d5ee12bcb6e37e5aff)
João Abecasis
2011-08-05 10:32:25 +0200
-
88316bf283
Changed if/if/else/if/eleven chain to switch
João Abecasis
2011-08-05 10:32:08 +0200
-
74276637d9
Modulus of negative dividends is undefined or negative
João Abecasis
2011-08-05 10:30:32 +0200
-
df1c1d28de
Mark the most important MSAA functions as "moz: [important]"
Jan-Arve Saether
2011-10-17 15:10:06 +0200
-
ff7f67af1d
Add files from qtdoc for documentation modularization.
Casper van Donderen
2011-10-18 13:18:58 +0200
-
cff475f339
Move a11y inspector from tools to util.
Morten Sorvig
2011-10-19 10:57:32 +0200
-
b1b843dcf5
Update keyToValue and keysToValue in QMetaEnum
Liang Qi
2011-10-18 11:06:42 +0200
-
15fee6e744
Fixed missing return statement in QPrintSupport
Kevin Simons
2011-10-19 14:12:28 +0200
-
40738b185d
Windows: Fix Geometry, OpenGL formats
Friedemann Kleint
2011-10-19 16:32:05 +0200
-
a0d1b99609
Make pkg-config cross-compile aware
Harald Fernengel
2011-10-19 15:36:33 +0200
-
7dc5973bf1
Update V8
Aaron Kennedy
2011-10-11 15:06:25 +1000
-
4dc25c1f29
Refactor QAccessibleActionInterface.
Frederik Gladhorn
2011-10-06 14:54:49 +0200
-
663cd17718
Introduce Q_STATIC_ASSERT
Jędrzej Nowacki
2011-10-14 12:58:54 +0200
-
0b6d4a2d65
Metatype: Silence MSVC warnings about unused variables.
Friedemann Kleint
2011-10-19 15:51:34 +0200
-
6c4aa14ecc
Widgets: Fix a startup crash in QSplashScreen (Linguist).
Friedemann Kleint
2011-10-19 10:29:01 +0200
-
19c322b089
Fix "may be used uninitialized" compiler warning.
Morten Sorvig
2011-10-19 11:00:04 +0200
-
f8b89fa507
Add benchmarks for QMetaType::construct()
Kent Hansen
2011-10-10 14:33:56 +0200
-
9e92ecde74
Provide API for "placement new" construction of meta-types
Kent Hansen
2011-10-10 11:56:43 +0200
-
ae30d71413
Widgets: Remove Symbian-specific code.
Friedemann Kleint
2011-10-18 08:38:05 +0200
-
3c2aea92cf
Destroy generic plugins on exit.
Laszlo Agocs
2011-10-18 09:07:46 +0300
-
47f016f519
Sanitize paths in selftest data.
Jason McDonald
2011-10-18 17:11:12 +1000
-
af5f17e214
Remove skipglobal testlib selftest.
Jason McDonald
2011-10-18 13:48:54 +1000
-
8f02339e76
Remove DEPENDS_ON from qtestlib API.
Jason McDonald
2011-10-18 12:50:36 +1000
-
ae1810658b
Move QTRY_VERIFY/QTRY_COMPARE into testlib.
Jason McDonald
2011-10-17 18:51:44 +1000
-
757b0529c4
Remove QTEST_NOOP_MAIN from qtestlib API.
Jason McDonald
2011-10-17 17:04:39 +1000
-
604619fc38
Prefer QSKIP to QTEST_NOOP_MAIN.
Jason McDonald
2011-10-17 16:39:59 +1000
-
cd7623c19f
Remove Sensors and Location related macros/defines from qglobal.h.
alex
2011-10-18 13:16:01 +1000
-
afb80f0cd9
Prefer QSKIP to QTEST_NOOP_MAIN.
Jason McDonald
2011-10-17 15:11:12 +1000
-
946805f07f
Cocoa: Add initial accessibility implementation.
Morten Sorvig
2011-10-11 11:04:59 +0200
-
d884f24fe1
Prefer QSKIP to QTEST_NOOP_MAIN.
Jason McDonald
2011-10-17 14:15:17 +1000
-
b419e567c0
Windows platform: Improve Open GL.
Friedemann Kleint
2011-10-18 15:33:19 +0200
-
87274e272d
QtBase examples: Remove Maemo/Symbian-specific code.
Friedemann Kleint
2011-10-18 09:54:31 +0200
-
08e2485860
QSurfaceFormat: Use version in comparison and debug, fix setter.
Friedemann Kleint
2011-10-18 11:46:13 +0200
-
36eb5fb732
Make some more methods private
Lars Knoll
2011-10-12 23:00:13 +0200
-
74110936f0
make fromWCharArray() and toWCharArray() inlined
Konstantin Ritt
2011-10-18 12:27:24 +0200
-
044770f9b0
Move QShortcutMap to QtGui
Lars Knoll
2011-10-12 22:29:41 +0200
-
5d4756fc1b
Move the widget dependent code away from the shortcutmap
Lars Knoll
2011-10-12 22:21:44 +0200
-
12e471b7fd
Do not call swapBuffers when surfaceHandle is NULL.
Laszlo Agocs
2011-10-18 12:06:24 +0300
-
cedf0e03d6
Include threads docs from qtdoc, rename old threads to threads-basics.
Casper van Donderen
2011-10-17 14:18:06 +0200
-
0e341948ae
Remove stale documentation.
Casper van Donderen
2011-10-17 14:18:42 +0200
-
41b01096cc
Remove Q_WS_ in text codecs.
Friedemann Kleint
2011-10-17 12:39:11 +0200
-
da68749fdb
OpenGL: Remove Q_WS_ defines.
Friedemann Kleint
2011-10-17 12:05:57 +0200
-
730382a968
Prefer QSKIP to QTEST_NOOP_MAIN.
Jason McDonald
2011-10-17 15:06:58 +1000
-
f6e3d9d695
Prefer QSKIP to QTEST_NOOP_MAIN.
Jason McDonald
2011-10-17 14:50:39 +1000
-
be9939ac89
Reduce the runtime of tst_selftests
Rohan McGovern
2011-10-17 14:11:13 +1000
-
4ab691ad65
Fix TouchEnd events not being received on Harmattan.
Jocelyn Turcotte
2011-10-17 14:24:41 +0200
-
4521e2ec61
Add multipoint touch support for Harmattan to the xcb platform plugin.
Jocelyn Turcotte
2011-10-14 15:55:35 +0200
-
09cad13e49
Fix TouchPoint::lastPos() after TouchPointStationary only events.
Jocelyn Turcotte
2011-10-17 14:45:45 +0200
-
fa607d6272
Fix scaled text rendering with the raster paint engine & FreeType
Simon Hausmann
2011-10-17 15:51:55 +0200
-
44e3eff29d
Add documentation from qtdoc for modularization of docs.
Casper van Donderen
2011-10-12 13:51:30 +0200
-
c3b7a0291d
Use a QFunctionPointer for getProcAddress()
Casper van Donderen
2011-10-12 13:52:04 +0200
-
bf96c83b15
Replace Q_WS_WIN by Q_OS_WIN in uic/network.
Friedemann Kleint
2011-10-17 12:15:29 +0200
-
19168ca21f
Prefer QSKIP to QTEST_NOOP_MAIN.
Jason McDonald
2011-10-17 14:32:54 +1000
-
5d8d7b1dbc
Add a warning and a return value to xcb's createGLPlatformContext
Laszlo Agocs
2011-10-15 00:17:30 +0300
-
86ea95259d
Do not fail user time window creation when xcb is using xlib
Laszlo Agocs
2011-10-15 00:04:09 +0300
-
83611473ac
Remove qcopchannel autotest.
Jason McDonald
2011-10-17 14:10:53 +1000
-
25a62d7d6b
Don't build empty tests.
Jason McDonald
2011-10-12 12:36:25 +1000
-
a40ebefcd3
Only build exceptionsafety_objects test if useful
Jason McDonald
2011-10-12 14:51:09 +1000
-
73d2970acd
Remove Mac accessibility autotest.
Jason McDonald
2011-10-12 11:35:52 +1000
-
33af6dfa7d
Tidy qwizard autotest .pro file
Jason McDonald
2011-10-12 11:13:26 +1000
-
43dd58eba3
Remove QtMD5 autotest.
Jason McDonald
2011-10-12 10:59:56 +1000
-
a1121b977e
Make test .pro files more consistent.
Jason McDonald
2011-10-11 18:21:54 +1000
-
fe48366b48
Don't build empty qwineventnotifier test.
Jason McDonald
2011-10-11 17:42:44 +1000
-
55f1560605
Remove redundant logic from tools autotests.
Jason McDonald
2011-10-11 17:40:43 +1000
-
9e31f88d7a
Don't build empty qaccessibility test on WinCE.
Jason McDonald
2011-10-11 17:36:37 +1000
-
e33713f03a
Only build Mac-specific tests on Mac.
Jason McDonald
2011-10-11 16:17:19 +1000
-
5ad123c136
Less friends is good, at least for C++ code :)
Lars Knoll
2011-10-12 22:36:41 +0200
-
e07d7ab265
QHttpNetworkConnection: fix compile warning
Martin Petersson
2011-10-13 10:54:43 +0200
-
23e5594735
Add QGlyphRun::SplitLigature flag
Eskil Abrahamsen Blomfeldt
2011-10-12 08:25:45 +0200
-
b2a45e02a2
Disable ELF interpreter check when cross-compiling
Harald Fernengel
2011-09-13 12:15:22 +0200
-
d1ff829072
qmake: fix incrementalLinker option writing for vcxproj
Joerg Bornemann
2011-10-14 16:52:26 +0200
-
b091ec9a22
Avoid using 0 as the default winId in QPlatformWindow.
Laszlo Agocs
2011-10-14 17:11:06 +0300
-
be1e6d17b9
Make the window active in eglfs and minimal plaform plugins.
Laszlo Agocs
2011-10-14 10:35:44 +0300
-
cfb2f5fdd1
Remove commented out reference to QShortcutMap
Lars Knoll
2011-10-12 23:00:29 +0200
-
d5aa4355f1
Add autotest for QMetaType creation of gui types
Kent Hansen
2011-10-07 11:56:28 +0200
-
45358303d1
Improve the QMetaType::create() autotest coverage
Kent Hansen
2011-10-07 10:35:34 +0200
-
046740f5ce
Remove dependencies of QShortcutMap onto widgets
Lars Knoll
2011-10-12 22:07:45 +0200
-
3bdce9a8ba
Small re-factor of QVariant autotest.
Jędrzej Nowacki
2011-10-12 10:38:28 +0200
-
736b3a6aca
Accessibility plugin for mac and xcb.
Frederik Gladhorn
2011-10-11 14:43:28 +0200
-
bb22b49650
Fix OpenGL on Harmattan showing only the first frame.
Jocelyn Turcotte
2011-10-12 11:53:01 +0200
-
472028c1d4
Calculate an area in the touchscreen qpa plugin.
Laszlo Agocs
2011-10-13 08:55:56 +0300
-
1582407fc7
Remove Q_WS_ and Q_OS_SYMBIAN from QtGui.
Friedemann Kleint
2011-10-13 14:25:18 +0200
-
30cb91e17d
Fix struct/class mismatch.
Friedemann Kleint
2011-10-13 14:29:30 +0200
-
28c0b26fb7
Fix build on Harmattan when cross-compiling
Simon Hausmann
2011-10-12 10:11:30 +0200
-
8346c192ad
Cocoa: Update QPlatformWindow geometry on move
Morten Sorvig
2011-10-12 14:42:38 +0200
-
75246bbda7
Migrate the touchscreen generic qpa plugin to QWindow.
Laszlo Agocs
2011-10-12 14:41:52 +0300
-
2b58e3db35
QNetworkAccessManager: hostInfo lookup should use proxy if set
Martin Petersson
2011-10-11 16:36:55 +0200
-
f43ca8d4e7
fix tst_QNetworkReply::headFromHttp failure
Shane Kearns
2011-10-11 16:59:51 +0100
-
638fc2e4c6
Do not unconditionally use pkg-config in .pro files
Rohan McGovern
2011-10-12 15:49:24 +1000
-
8ad18813fb
Avoid building empty, inapplicable QWS tests.
Jason McDonald
2011-10-11 15:56:19 +1000
-
7c64ab4966
Exclude qtconcurrent tests via .pro files.
Jason McDonald
2011-10-11 14:15:52 +1000
-
450962be95
Fix platformsocketengine test failures
Shane Kearns
2011-10-12 14:00:56 +0100
-
eba17baaed
Make CONFIG+=GNUmake respect shadow builds
Tor Arne Vestbø
2011-10-11 20:27:22 +0200
-
82d897febf
Fix construction races in QtNetwork
Shane Kearns
2011-10-06 15:40:34 +0100
-
32ec981745
Windows: Adapt to new Lighthouse API
Friedemann Kleint
2011-10-11 16:33:42 +0200
-
e941b37fcc
Move input panel visibility ownership from QInputPanel to QPlatformInputContext
Joona Petrell
2011-10-11 13:10:50 +0300
-
0e6a401028
Remove stale documentation and fix qdoc errors.
Casper van Donderen
2011-10-11 13:02:48 +0200
-
bd34df230d
QTextEdit - Fix selectionChange emission bug
Pekka Vuorela
2011-10-06 15:10:24 +0300
-
76ca6642a9
Removed obsolete custom input context support
Pekka Vuorela
2011-10-06 17:04:07 +0300
-
e5ce564b1d
Rename QMetaType::construct() to create()
Kent Hansen
2011-10-06 13:25:58 +0200
-
612ac2b8c8
Don't crash when no usable font is available
Jiang Jiang
2011-10-10 17:43:59 +0200
-
93c8522dc3
Import symbol from QtGui rather than export from QtWidgets.
Kim Motoyoshi Kalland
2011-10-10 18:26:50 +0200
-
7a4eec5dbb
Fix typo in qfontengine_win
Kent Hansen
2011-10-05 12:08:04 +0200
-
e6e39a2e58
Prevent 'Argument "" isn't numeric' warning when module version is missing
Tor Arne Vestbø
2011-10-11 12:46:33 +0200
-
0cb7a66989
add qmetaobjectbuilder to qtbase.
Lorn Potter
2011-10-10 14:58:59 +1000
-
a165cbb1f0
Remove redundant logic from dbus test .pro files.
Jason McDonald
2011-10-11 11:47:50 +1000
-
0f957eef90
Removed outdated config.profiles
Rohan McGovern
2011-10-11 14:06:08 +1000
-
27833629c6
Update V8
Aaron Kennedy
2011-10-11 14:27:48 +1000
-
1fb5600c5e
Fixed CONFIG+=declarative_debug with QT+=declarative-private
Rohan McGovern
2011-10-11 12:55:58 +1000
-
ccbb3afe28
Remove duplicate check in qtextcontrol cursorMoveKeyEvent()
Kent Hansen
2011-10-05 12:10:31 +0200
-
d5bf2f3314
QtBase: Move idc to Active Qt.
Friedemann Kleint
2011-10-10 15:57:27 +0200
-
78470cd621
Make all uses of QBasicAtomicInt and Pointer use load() and store()
Bradley T. Hughes
2011-10-10 14:41:37 +0200
-
ac03f59ccc
Removed src/gui/opengl/qopenglcolormap.*
Samuel Rødal
2011-10-10 14:16:23 +0200
-
d45502c2aa
Fixed some doc errors in QOpenGLFramebufferObject.
Samuel Rødal
2011-10-10 14:56:30 +0200
-
0e611c34d7
Fixed missing snippets for QOpenGLShaderProgram.
Samuel Rødal
2011-10-10 14:15:13 +0200
-
56921b1f88
QUnifiedTimer: Add callback for timer ticks. Used for profiling
Christiaan Janssen
2011-10-07 14:58:50 +0200
-
e5baaf05e8
Add some snippets from qtdoc.
Casper van Donderen
2011-10-07 14:00:38 +0200
-
de6445272d
Use freetype font engine on Windows
Olli Werwolff
2011-10-07 10:00:04 +0200
-
c280fa59cb
Easier shader debugging
Jani Uusi-Rantala
2011-10-09 21:06:49 +0300
-
38e4fa0a04
Enable using the new Qt::ScreenOrientation enum as flags
Jani Uusi-Rantala
2011-10-08 19:45:22 +0300
-
2374bf3915
Minor build fix for newer XCB versions
Jani Uusi-Rantala
2011-10-08 14:13:51 +0300
-
9fa6e8f627
Clean-up a macro for Cocoa
Morten Sorvig
2011-09-29 14:29:05 +0200
-
33233ca3e3
update QmlTest option usage help
Charles Yin
2011-10-10 11:33:05 +1000
-
8ba313ee5a
Make sure window state is synced back to Qt from the XCB plugin.
Samuel Rødal
2011-10-07 20:22:46 +0200
-
c5006a6fe2
Fixed potential issue in XCB plugin.
Samuel Rødal
2011-10-07 20:21:41 +0200
-
c66b7cf55b
Added Orientation API to QScreen and QWindow.
Samuel Rødal
2011-10-04 13:11:30 +0200
-
090d825e1d
Fix QMouse/Wheel/TouchEvent::modifiers with the XCB back-end
Simon Hausmann
2011-10-07 14:54:17 +0200
-
b26442f485
Fixed crash due to uninitialized pointer in OpenGL texture glyph cache.
Samuel Rødal
2011-10-06 12:50:22 +0200
-
db6db2f9d4
qwindowsstyle: Remove duplicate flag in mask
Kent Hansen
2011-10-05 12:27:44 +0200
-
569d7a4d2e
Improve QMenu test coverage for Mac and WinCE.
Jason McDonald
2011-10-07 11:48:47 +1000
-
413b40eaf7
Remove redundant qWarning's.
Jason McDonald
2011-10-07 11:42:28 +1000
-
435d21383c
Remove redundant define.
Jason McDonald
2011-10-07 11:37:33 +1000
-
92acab50d2
Comment out test that is always skipped.
Jason McDonald
2011-10-07 11:34:37 +1000
-
931978a126
Remove dead code and empty test functions.
Jason McDonald
2011-10-07 11:29:44 +1000
-
bf7d30bf1f
Fail test in preference to calling qFatal.
Jason McDonald
2011-10-07 11:26:37 +1000
-
b4de0b1721
No need to return after QSKIP.
Jason McDonald
2011-10-07 10:55:06 +1000
-
924d810dbd
Avoid using QSKIP in lieu of compile-time checks
Jason McDonald
2011-10-06 18:56:31 +1000
-
13251dcaea
Remove obsolete test functions.
Jason McDonald
2011-10-06 16:59:22 +1000
-
8aaff67510
Eliminate needless QSKIPs in qaccessibility test.
Jason McDonald
2011-10-06 13:48:18 +1000
-
a7d80babb5
Don't default to XCB if it is not enabled.
Lincoln Ramsay
2011-10-04 13:28:44 +1000
-
614b9efcf5
Fix QFont::defaultFamily() in the new QPA world.
Pierre Rossi
2011-10-05 17:10:28 +0200
-
028a860ac5
Fix the QNetworkConnectionManagerPrivate initialisation code.
Thiago Macieira
2011-07-06 00:06:15 +0200
-
8fb15f3a75
Removed some dead code from QWidgetLineControl
Pekka Vuorela
2011-09-30 16:50:10 +0300
-
2bf2bb3daf
fix QChar::isSpace() to handle codepoint U+0085
Konstantin Ritt
2011-10-06 14:56:24 +0200
-
df08cb7090
Fix incorrect QFileInfo permissions on windows
Shane Kearns
2011-10-06 13:46:30 +0100
-
0b67ad9db2
Merge fixes for QDir::operator==
Shane Kearns
2011-09-06 16:43:29 +0100
-
1189ebff32
Make QLineEdit unit test pass again
Pekka Vuorela
2011-10-05 14:39:57 +0300
-
bb1f50b7b1
QHostInfo: fix a race condition under CE
Konstantin Ritt
2011-10-06 12:09:14 +0200
-
cb2e618127
Create auto test for http HEAD request
Shane Kearns
2011-10-03 16:29:43 +0100
-
d3ef642614
Fix QDir::operator==(const QDir &) const
João Abecasis
2011-08-11 15:49:37 +0200
-
cdef653519
Compile on 10.6
Morten Sorvig
2011-10-04 14:36:26 +0200
-
11f80c022f
Remove duplicate check in utf endian detection
Kent Hansen
2011-10-05 11:53:06 +0200
-
8f114af67b
Fix typo in qbezier shift implementation
Kent Hansen
2011-10-05 12:04:34 +0200
-
7d2cfbe5aa
Improved logical and physical DPI APIs.
Samuel Rødal
2011-09-30 14:25:43 +0200
-
29948e6665
Remove redundant assignment in QXmlStreamReader
Kent Hansen
2011-10-05 12:52:16 +0200
-
edd377245a
Fix unreachable QSKIP in QMenu autotest
Jason McDonald
2011-10-06 10:57:07 +1000
-
18488067be
Improve formatting of QMenu autotest
Jason McDonald
2011-10-06 10:51:56 +1000
-
ef5fa1b668
Tidy qsqldatabase autotest
Jason McDonald
2011-10-05 17:15:42 +1000
-
79a23c0a41
Logic does not match error message.
Lincoln Ramsay
2011-10-06 14:04:57 +1000
-
cd62bacc89
Remove code to selectively run test functions.
Jason McDonald
2011-10-05 16:23:06 +1000
-
338d3f1197
Avoid QSKIP in lieu of compile-time checks.
Jason McDonald
2011-10-05 15:28:42 +1000
-
a55034062b
Avoid QSKIP in lieu of compile-time check.
Jason McDonald
2011-10-05 15:10:37 +1000
-
7232bc0e1c
Tidy QActionGroup autotest.
Jason McDonald
2011-10-05 14:43:11 +1000
-
0a663b92ff
Don't build qwindowsurface autotest on Mac OS.
Jason McDonald
2011-10-04 16:58:55 +1000
-
52acc24cdf
A QPA build on Linux requires xcb or wayland
Lincoln Ramsay
2011-10-05 13:32:01 +1000
-
a67022723b
If -xcb is passed and we can't enable xcb, die
Lincoln Ramsay
2011-10-04 13:20:42 +1000
-
c7f61b8bf5
Show the -xcb default properly.
Lincoln Ramsay
2011-10-05 13:18:59 +1000
-
083a30b1d6
Add QTest::keyRelease() accepting a Qt::Key value
Martin Jones
2011-10-06 09:28:24 +1000
-
21acdf645f
Accessible: remove calls with virtual int children in test.
Frederik Gladhorn
2011-10-05 09:40:04 +0200
-
887eec6781
Clean up accessible spin box test.
Frederik Gladhorn
2011-10-04 16:46:45 +0200
-
b4ea7762c5
Remove empty test function.
Frederik Gladhorn
2011-10-04 16:48:23 +0200
-
74448afd03
Use child/parent function in QAccessibleWidget and test.
Frederik Gladhorn
2011-10-04 14:20:05 +0200
-
454f6f43dc
Remove obsolete QMatrix test function.
Jason McDonald
2011-10-04 17:19:52 +1000
-
2ca3373376
Don't build qitemview autotest on IRIX.
Jason McDonald
2011-10-04 16:24:54 +1000
-
2aa9cb5957
Removed disabled test data in QDir autotest.
Jason McDonald
2011-10-04 16:03:02 +1000
-
c6ad1b0e1d
Remove last remnants of Maemo 5 from autotests
Jason McDonald
2011-10-04 14:48:26 +1000
-
1fad83bac6
Remove last remnants of symbian in autotests.
Jason McDonald
2011-10-04 14:22:40 +1000
-
aa52c26f09
QNAM - fix poor performance of HEAD request with authentication
Shane Kearns
2011-10-03 16:27:34 +0100
-
88ffab79cb
QtGui: Add command line arguments to the platform plugin.
Friedemann Kleint
2011-10-05 11:08:32 +0200
-
a4a94544f2
Don't use implicit QAtomic* casts in QFreeList
Bradley T. Hughes
2011-09-29 11:45:01 +0200
-
0e339e2ef5
Fix boolean logic issues in qcoreapplication_win
Kent Hansen
2011-10-05 11:58:34 +0200
-
31b89a8b31
Remove duplicate check for glDeleteProgram
Kent Hansen
2011-10-05 12:31:14 +0200
-
5049cff496
Add missing Q_OBJECT macro to GoToStateTransition
Kent Hansen
2011-10-05 11:33:01 +0200
-
57c6f22858
Add font family alias resolving to QPA
Jiang Jiang
2011-10-04 14:52:13 +0200
-
11070a090a
Added QWindow::isActive() and focus in / out events.
Samuel Rødal
2011-09-29 18:02:54 +0200
-
253497b744
Avoid using QSKIP in lieu of compile-time checks
Jason McDonald
2011-10-04 13:23:23 +1000
-
3f88da82b1
Remove Symbian-only test function.
Jason McDonald
2011-10-04 12:14:01 +1000
-
7cfad460c5
Avoid using QSKIP in lieu of compile-time checks
Jason McDonald
2011-10-04 11:51:31 +1000
-
c46f59fadf
Cocoa: Fix a variable shadowing issue that caused a crash on mac
Zeno Albisser
2011-10-04 18:16:34 +0200
-
b4855d33f0
Declarative: Fix linking of the testlib plugin (Windows).
Friedemann Kleint
2011-10-04 15:33:34 +0200
-
de4c9b3e31
Implement showFullScreen, showNormal, and showMaximized/Minimized in QWindow.
Alexis Menard
2011-10-04 15:09:34 +0200
-
558ea0811a
make it possible to disable wayland support
Oswald Buddenhagen
2011-09-21 11:11:14 +0200
-
ee11b5551b
Windows/configure.exe: Build V8 by default.
Friedemann Kleint
2011-09-29 16:53:43 +0200
-
5066c914bd
Cocoa: Add env variable for disabling foreground.
Morten Sorvig
2011-10-04 09:54:38 +0200
-
4ebc83745d
Fix compilation on Harmattan
Simon Hausmann
2011-10-03 17:19:07 +0200
-
76a7f2048e
Fix XCB back-end on Harmattan
Simon Hausmann
2011-10-04 10:36:47 +0200
-
992a37234c
Don't crash by modifying read-only shared_null
Bradley T. Hughes
2011-10-03 15:21:02 +0200
-
22948130e8
testlib: Fix header guard files
Sergio Ahumada
2011-10-03 18:49:51 +0200
-
9d2ff58f36
Avoid using QSKIP in lieu of compile-time checks
Jason McDonald
2011-10-04 10:32:49 +1000
-
fe90725ced
Added bug ref in insignificant_test comment
Jo Asplin
2011-10-03 18:11:57 +0200
-
68da915373
[fontdatabase] Use the CONFIG += qpa/genericunixfontdatabase
Holger Hans Peter Freyther
2011-10-03 16:46:08 +0200
-
5aaedccc43
Fix compilation on Harmattan
Simon Hausmann
2011-10-03 16:40:01 +0200
-
ab247307af
Fix compilation on Harmattan
Simon Hausmann
2011-10-03 15:27:37 +0200
-
43c548d2a6
Fix compilation on Harmattan
Simon Hausmann
2011-10-03 15:22:14 +0200
-
9557395c96
Fix ́́
macros' function test of
tst_headers'
Sergio Ahumada
2011-10-03 13:17:30 +0200
-
e4207a79d1
Fix bug in QGraphicsItem::isVisibleTo().
Andreas Aardal Hanssen
2011-09-29 14:54:15 +0200
-
5ea2eab00d
Simplify QAccessibleAbstractScrollArea and Calendar.
Frederik Gladhorn
2011-09-28 15:36:52 +0200
-
9ac51af083
Cocoa: Send proper mouse coordinates.
Morten Sorvig
2011-09-29 14:24:59 +0200
-
75a66c3d76
Moving wayland plugin to the qtwayland submodule
Paul Olav Tvete
2011-09-30 09:13:32 +0200
-
598d37a2f0
qpixmap: Use the primaryScreen for QPixmap::defaultDepth
Holger Hans Peter Freyther
2011-10-03 10:16:22 +0200
-
677cf76340
Prevent QPixmapCache potentially growing indefinitely.
Samuel Rødal
2011-09-09 09:51:18 +0200
-
91ba742329
Rename description to localizedDescription in Action interface.
Frederik Gladhorn
2011-09-26 15:19:49 +0200
-
b67708f3d3
Use interfaces in QAccessibleWidget childAt.
Frederik Gladhorn
2011-09-28 17:03:07 +0200
-
5ea07a9cd1
Fix selection update in QTableView accessibility.
Frederik Gladhorn
2011-09-28 16:47:16 +0200
-
e86df8cc4b
Move the documentation for the classes to their modules.
Casper van Donderen
2011-09-20 23:22:36 +0200
-
7f57f29125
Cocoa: Fix spelling errors in comments.
Morten Sorvig
2011-09-28 10:35:17 +0200
-
a7b92e8401
Cocoa: Fix window resizing
Morten Sorvig
2011-09-30 08:52:00 +0200
-
a06cb56dde
Use QGuiApp::activeWindow()->accessibleRoot() to find focus child
Jan-Arve Saether
2011-09-22 17:21:36 +0200
-
2d8863bfa0
Small cleanup.
Jan-Arve Saether
2011-09-27 13:01:32 +0200
-
7e1a12d07d
Fix QWindowsAccessible::GetWindow()
Jan-Arve Saether
2011-09-22 16:10:35 +0200
-
5bfeab8749
Make all uses of QBasicAtomicInt and Pointer use load() and store()
Thiago Macieira
2011-07-05 23:46:19 +0200
-
5613c9722a
Add placeholders for loadAcquire and storeRelease in the atomics
Thiago Macieira
2011-07-02 12:02:10 +0200
-
0c59eb1156
Added QWindow::requestedFormat()
Gunnar Sletta
2011-09-29 20:42:27 +0200
-
28a31f41d1
add a latency after simulating keyevets since they are queued up
Gunnar Sletta
2011-09-28 20:09:34 +0200
-
73945fb9f2
Windows plugin: Fix compilation with MinGW.
Friedemann Kleint
2011-09-30 15:59:33 +0200
-
f18b690cca
Tests: Fix compilation on Windows.
Friedemann Kleint
2011-09-29 09:39:33 +0200
-
c3d9d36986
test: Re-enabled `tst_moc' test that is now passing on Linux
Sergio Ahumada
2011-09-29 11:46:38 +0200
-
3fd9398052
Remove the remaining traces of QT3_SUPPORT
Lars Knoll
2011-09-28 22:20:06 +0200
-
302b3c7d07
Update .gitignore
Bradley T. Hughes
2011-09-29 14:25:29 +0200
-
7440f0ea75
test: Re-enabled `tst_qtranslator' test that is now passing on Linux
Sergio Ahumada
2011-09-30 13:44:30 +0200
-
95dfb6e668
Don't use un-guarded printfs for debug logging in XCB platform plugin
Tor Arne Vestbø
2011-09-30 13:43:44 +0200
-
0cf6baa2d6
Avoid using QSKIP in lieu of compile-time checks
Jason McDonald
2011-09-30 13:19:21 +1000
-
3c54bd67da
Remove QT_MOC_COMPAT signals
Lars Knoll
2011-09-28 22:34:12 +0200
-
fc8b62222c
Send key events to the active window when tlw in qpa event is null
Laszlo Agocs
2011-09-29 10:28:28 +0300
-
b863df7de9
Rename Qt::escape to QString::toHtmlEscaped, add compat method
David Faure
2011-09-29 13:31:39 +0200
-
7fb90066b3
Move Qt::escape to QtCore
David Faure
2011-09-29 13:31:39 +0200
-
87ae97c11a
Refactor accessibility for Qt5
Jan-Arve Saether
2011-09-16 06:56:48 +0200
-
8ebd7d84fc
Remove obsolete function isHeaderVisible.
Frederik Gladhorn
2011-09-29 12:53:02 +0200
-
db3418c10b
Fix the qtranslator autotest
Lars Knoll
2011-09-28 23:06:00 +0200
-
1cc70b92c8
Fix moc autotest
Lars Knoll
2011-09-28 22:42:28 +0200
-
e9ccc40c28
Get rid of the last traces of QMimeSource
Lars Knoll
2011-09-28 20:30:25 +0200
-
95cebd34eb
Remove Symbian-specific code from tests.
Jason McDonald
2011-09-27 19:53:01 +1000
-
ab061e3e43
reimplemented doUpdateMicroFocus to work without calling the base implementation
Matthew Cattell
2011-09-28 13:52:59 +0200
-
353c12f3e6
Register whether a glyph run goes from RTL or LTR
Eskil Abrahamsen Blomfeldt
2011-09-28 12:36:39 +0200
-
e316deffef
QTemporaryFile: Test what happens if current dir isn't writable.
David Faure
2011-09-28 13:32:37 +0200
-
c7a0fd0950
QTemporaryFile: use QCoreApplication::applicationName() as base filename
David Faure
2011-09-28 13:32:36 +0200
-
84251f84b6
Implement support for QGuiApp::setOverrideCursor()
Lars Knoll
2011-09-26 22:59:46 +0200
-
50f0aeee77
Adapted most QInputContext usage on widgets to QInputPanel
Pekka Vuorela
2011-09-27 14:36:56 +0300
-
3d71266fea
Remove support for QWidget specific input contexts
Pekka Vuorela
2011-09-23 15:28:19 +0300
-
d0968472c6
Adapt QGraphicsView from QInputContext to QInputPanel
Pekka Vuorela
2011-09-23 14:29:07 +0300
-
940a526fc6
Add missing Q_ENUMS macro to QInputPanel
Joona Petrell
2011-09-28 11:40:05 +0300
-
a1d19b0917
Make examples build with Qt-in-namespace
Kent Hansen
2011-09-28 09:49:05 +0200
-
dea76f3496
Make qtbase build with Qt-in-namespace again
Kent Hansen
2011-09-23 15:01:04 +0200
-
cb57d36f45
Make QTest::qWarn() use __FILE__ and __LINE__.
Jason McDonald
2011-08-25 15:43:01 +1000
-
24b99f819c
Re-enable the Windows plugin.
Friedemann Kleint
2011-09-28 08:59:08 +0200
-
165a0b0187
Add qtcore.qdoc. The QtCore main page was missing from the docs.
Casper van Donderen
2011-09-20 14:27:05 +0200
-
e3bdcb1d62
Use module prefixed include paths, avoids warnings in configure.
Pekka Vuorela
2011-09-27 15:19:20 +0300
-
a85d343a39
Widgets: Remove QT3_SUPPPORT.
Friedemann Kleint
2011-09-27 14:48:51 +0200
-
3b6bb13e6a
Removed obsolete QWidget::resetInputContext()
Pekka Vuorela
2011-09-23 12:13:39 +0300
-
36850d5cec
Fix compiler warnings.
Friedemann Kleint
2011-09-27 15:18:02 +0200
-
e918598e2d
Simplify QAccessibleTextEdit.
Frederik Gladhorn
2011-09-27 14:28:19 +0200
-
96b6a16220
Always return something.
Frederik Gladhorn
2011-09-27 14:27:28 +0200
-
34f0f0bf7d
Remove dead code from QAccessibleTabBar.
Frederik Gladhorn
2011-09-26 10:18:30 +0200
-
eee2de6aa1
QAccessibleToolButton fixes.
Frederik Gladhorn
2011-09-26 14:16:19 +0200
-
8655e4bef4
Remove debug output
Lars Knoll
2011-09-26 22:58:47 +0200
-
187184b6c7
Prevent potential crash in QXcbConnection::checkEvent().
Samuel Rødal
2011-09-27 12:47:11 +0200
-
926d6189bf
Don't crash if qApp->overrideCursor() is 0
Lars Knoll
2011-09-26 22:59:22 +0200
-
009480275e
Use the drag cursor shapes
Lars Knoll
2011-09-22 17:28:04 +0200
-
66f8be7b73
Fix mouse coordinate translation when searching for a drop target
Lars Knoll
2011-09-22 16:53:07 +0200
-
c4049750e7
Unlock the eventreader before calling handleEvent()
Lars Knoll
2011-09-22 16:50:13 +0200
-
867e6d208c
Mark QtConcurrentFilter Autotest as insignificant, because it fails rarely
Holger Ihrig
2011-09-27 09:23:32 +0200
-
22a83f364e
Re-enabled test and made it pass on Linux
Jo Asplin
2011-09-26 16:54:50 +0200
-
4bbcbec3fa
Update QLineControl's state correctly with QT_NO_ACCESSIBLITY.
Andrew den Exter
2011-09-27 17:21:16 +1000
-
fff26f6287
Respect the QSurfaceFormat when constructing a QOpenGLContext on Mac
Gunnar Sletta
2011-09-24 11:42:12 +0200
-
9457f8ea91
Oops, adding Q_EXPORT to QPlatformScreenPageFlipper
Paul Olav Tvete
2011-09-23 16:22:04 +0200
-
d7836ec1bd
Fixed crash in QOpenGLFramebufferObject.
Samuel Rødal
2011-09-26 09:33:56 +0200
-
eddd87826e
Simplify QAccessibleDial and make it inherit QAccessibleAbstractSlider.
Frederik Gladhorn
2011-09-23 10:28:51 +0200
-
a8dc1b15dc
Simplify QAccessibleSpinboxes.
Frederik Gladhorn
2011-09-09 16:06:38 +0200
-
c7fa7475c9
Update QHash for Qt 5
Bradley T. Hughes
2011-09-09 12:45:18 +0200
-
d13afe497a
Re-enabled tests that are now passing on Linux
Jo Asplin
2011-09-26 15:48:33 +0200
-
187ee8842b
"empty translation" does not mean "no translation"
Oswald Buddenhagen
2011-09-19 20:26:25 +0200
-
37845c730d
Fix warning caused by putting .mm files in SOURCES
Tor Arne Vestbø
2011-09-15 12:43:22 +0200
-
07107959ec
Fix possible assert in QFontEngineFT
Eskil Abrahamsen Blomfeldt
2011-09-26 14:34:15 +0200
-
c87dcd9a5d
Add some enablers to QTextDocumentLayout
Eskil Abrahamsen Blomfeldt
2011-09-23 12:50:44 +0200
-
1cfee04d5e
Fix possible crash in QFontEngineFT
Eskil Abrahamsen Blomfeldt
2011-09-26 12:18:46 +0200
-
54255f7c5e
Make QVectorData::shared_null const
Bradley T. Hughes
2011-09-09 11:07:48 +0200
-
67fec4a5f5
Fixed tst_QWidget::updateWhileMinimized()
Samuel Rødal
2011-09-22 10:43:52 +0200
-
412e6b754f
Tidy and sort the list of selftests
Jason McDonald
2011-09-23 11:41:16 +1000
-
9f883c7571
Use placeholder for Qt version in expected output
Jason McDonald
2011-09-22 17:40:45 +1000
-
f57f01e201
Re-enabled test that was marked insignificant and passes
Holger Ihrig
2011-09-22 16:36:20 +0200
-
564086b366
Make QMapData::shared_null const
Bradley T. Hughes
2011-09-09 11:08:25 +0200
-
cc3bf12ef6
Make QListData::shared_null const
Bradley T. Hughes
2011-09-09 11:09:16 +0200
-
f8f501ec98
Make QLinkedListData::shared_null const
Bradley T. Hughes
2011-09-09 11:10:48 +0200
-
1173d0420e
Make QHashData::shared_null const
Bradley T. Hughes
2011-09-09 11:18:28 +0200
-
f6e0aa3a0f
don't calculate hash when the map is empty and we are not inserting
Oswald Buddenhagen
2011-09-20 11:13:47 +0200
-
bbd02d7086
Doc: Fixed \since declarations. (cherry picked from commit 358e018dbb4b4dbdbfc702a6d462f113a1357e1e) (cherry picked from commit 16355187f69d4431b79b05201b36729c8e5102fe)
David Boddie
2011-06-30 19:16:21 +0200
-
94046ab192
Doc: Clarified the range of return values from QLineF::angle().
David Boddie
2011-06-30 20:48:32 +0200
-
6c588c52da
Doc: Moved general notes about character conversion.
David Boddie
2011-07-18 15:02:45 +0200
-
99324802de
Doc: Fixed page step sizes in a snippet for QAbstractScrollArea.
David Boddie
2011-07-18 16:30:23 +0200
-
72aeb207c5
Doc: Fixed shader program snippet.
David Boddie
2011-07-19 16:52:20 +0200
-
ebd86ae7f1
Added missing license headers.
Rohan McGovern
2011-09-26 10:15:10 +1000
-
ce258242b8
Remove obsolete exclusion from selftest checking
Jason McDonald
2011-09-22 17:14:42 +1000
-
b211dd93a7
Don't XFAIL on the contents of assert messages.
Jason McDonald
2011-09-22 16:35:56 +1000
-
2bf03fa04b
Implement QTEST_GUILESS_MAIN
Jan Kundrát
2010-11-14 00:06:07 +0100
-
d5ad900c77
Use the right callback in QObject::disconnect()
Olivier Goffart
2011-09-23 20:42:50 +0200
-
978671c475
Make sure cursor position doesn't exceed line end
Jiang Jiang
2011-09-19 13:20:13 +0200
-
56b7ee1dae
Re-enabling tests that were marked insignificant but not failing
Holger Ihrig
2011-09-23 12:57:42 +0200
-
a219b8f382
Fix QString and QByteArray reserve() and squeeze()
Bradley T. Hughes
2011-09-23 12:29:18 +0200
-
ea546c05f1
QByteArray's shared_null and shared_empty should be const
Bradley T. Hughes
2011-09-09 11:02:06 +0200
-
ceb3a071d2
Remove Q_GLOBAL_STATIC_WITH_INITIALIZER from QtWidgets
Lars Knoll
2011-09-15 22:28:07 +0200
-
0bc19b4997
Implemented QWidget's move() vs setGeometry() distinction in QWindow.
Samuel Rødal
2011-09-22 14:37:58 +0200
-
294df24621
Patch toward fixing tst_QWidget::windowState().
Samuel Rødal
2011-09-22 09:05:11 +0200
-
5fb67c1dac
Don't flood expose events in the xcb plugin.
Samuel Rødal
2011-09-22 09:02:40 +0200
-
078d701819
Only set frame margins as dirty when we get a configure notify event.
Samuel Rødal
2011-09-22 09:00:55 +0200
-
37f338e5ed
Fixed geometry issues.
Samuel Rødal
2011-09-21 17:39:34 +0200
-
d8784cd393
Accessible ComboBox: remove virt children, add actions.
Frederik Gladhorn
2011-09-16 00:40:41 +0200
-
3f311a5b3a
Add autotest for QInputPanel
Joona Petrell
2011-09-22 16:43:27 +0300
-
eb1f41b8c1
Don't call ref() in QByteArray::QByteArray()
Bradley T. Hughes
2011-09-12 08:44:32 +0200
-
cfc39289ba
Re-enabled test and made it pass on Linux
Jo Asplin
2011-09-22 15:09:37 +0200
-
8950d3acaf
Re-enabled test and made it pass on Linux
Jo Asplin
2011-09-22 13:47:10 +0200
-
8b4e40f535
Support adding application fonts with QFontconfigDatabase
Jiang Jiang
2011-09-22 14:23:29 +0200
-
9ee53afb32
Avoid crash in handleTouchEvent and remove superfluous mapping.
Laszlo Agocs
2011-09-23 11:11:10 +0300
-
7f9b7c478b
Fix preedit text on XCB
Eskil Abrahamsen Blomfeldt
2011-09-22 14:52:48 +0200
-
75009fb135
Page flipping API for QPlatformScreen
Paul Olav Tvete
2011-09-22 14:30:40 +0200
-
2af41a655a
Accessible SpinBox remove dead code.
Frederik Gladhorn
2011-09-15 22:37:59 +0200
-
9b0b72fa48
workaround XCB-ICCCM 3.8 breakage, second instance
Oswald Buddenhagen
2011-09-21 11:10:51 +0200
-
629295fcf7
Cast back to QWindow *
Jo Asplin
2011-09-15 13:09:44 +0200
-
51589e834e
Allow tests to log to multiple destinations
Jason McDonald
2011-09-02 19:08:21 +1000
-
157fc88f90
Enable testlib self-testing with multiple loggers
Jason McDonald
2011-09-21 11:39:07 +1000
-
91ec8261ab
Cocoa: Enable native menus.
Morten Sorvig
2011-09-12 12:31:35 +0200
-
f82431b61c
Allocate 16-byte aligned memory independent of platform for raster pool.
Samuel Rødal
2011-09-08 13:10:47 +0200
-
1782bcefb6
Accessible Slider: Remove virtual children.
Frederik Gladhorn
2011-09-21 13:38:49 +0200
-
0992a24653
Export QTextImageHandler and add accessor for image
Eskil Abrahamsen Blomfeldt
2011-09-20 10:19:18 +0200
-
bc60b6787c
testlib: Separate the gui- and widgets-specific api
Kent Hansen
2011-09-21 09:23:51 +0200
-
294a3e7b47
Fix QApplication::startDragDistance()
Kevin Simons
2011-09-21 12:19:46 +0200
-
de5eb79189
Accessible Scrollbar: Remove unused function.
Frederik Gladhorn
2011-09-15 22:35:10 +0200
-
91d2ee5e09
merge translate() overloads
Oswald Buddenhagen
2011-09-19 20:18:08 +0200
-
4f1e2aa27a
Accessible Scrollbar: Remove virtual children, value interface
Frederik Gladhorn
2011-09-08 19:05:18 +0200
-
4ed5f2600f
Fixes to the Xdnd code in xcb
Lars Knoll
2011-09-20 18:11:39 +0200
-
c9c33bd227
Fix support for drag pixmaps
Lars Knoll
2011-09-20 18:10:39 +0200
-
0d4918950e
Add Qt::WindowTransparentForMouseEvents
Lars Knoll
2011-09-20 18:09:08 +0200
-
e915b7924f
Create the window when needed
Lars Knoll
2011-09-19 21:10:07 +0200
-
21747af805
Return the correct geometry
Lars Knoll
2011-09-19 21:08:36 +0200
-
c835b98e8f
Compile
Jan-Arve Saether
2011-09-20 09:59:13 +0200
-
88dd8a25d8
Check argument count before accessing argument.
Frederik Gladhorn
2011-09-13 14:38:09 +0200
-
b89ffb404c
Remove testlib's dependency on gui and widgets
Kent Hansen
2011-09-16 10:03:04 +0200
-
d372a9f370
testlib: Remove widgets dependency when only using gui
Kent Hansen
2011-09-20 07:59:46 +0200
-
a097825b21
Don't run multiexec test with file logging
Jason McDonald
2011-09-21 10:38:09 +1000
-
1fcc6ba3d9
Remove printf calls from warnings selftest
Jason McDonald
2011-09-20 17:19:26 +1000
-
1363d5b9eb
This passes just fine
Lars Knoll
2011-09-15 14:47:41 +0200
-
13d5d4886f
This test passes fine.
Lars Knoll
2011-09-15 14:42:45 +0200
-
fc1cde4eb4
Fix last few autotest gui/widgets dependencies
Kent Hansen
2011-09-20 08:00:59 +0200
-
dbdfdb2c95
Implemented key filter support on platform input context
Pekka Vuorela
2011-09-20 15:33:27 +0300
-
6aad412233
Remove stale QtDeclarative dependency on QtOpenGL
Kent Hansen
2011-09-20 09:29:35 +0200
-
6a56b95b30
Cocoa: Adjust touch point rectangle by -0.5.
Bjørn Erik Nilsen
2011-09-20 15:45:29 +0200
-
4d310b52ee
Cocoa: Update the geometry whenever the window moves.
Bjørn Erik Nilsen
2011-09-20 15:04:54 +0200
-
ba654f8034
Cocoa: Add helper functions for NSPoint <-> QPoint(F) conversion.
Bjørn Erik Nilsen
2011-09-20 14:11:50 +0200
-
252d1b34b2
QWindowSystemInterface: Fix wrong mapping of coordinates.
Bjørn Erik Nilsen
2011-09-20 12:17:28 +0200
-
d5f12b898b
[blitter] Fix memory leak in the blitter paintengine
Holger Hans Peter Freyther
2011-09-20 15:23:02 +0200
-
dc4764229a
[blitter] Use QScopedPointer for the engine and blittable
Holger Hans Peter Freyther
2011-09-20 15:23:03 +0200
-
3fa945ae7c
Use QT_MAX_CACHED_GLYPH_SIZE in QFontEngineFT
Aleksandar Stojiljkovic
2011-09-08 12:00:41 +0300
-
ca320dfc30
Generate glyphs in un-transformed coordinate system.
Samuel Rødal
2011-09-02 13:48:26 +0200
-
070d9c00c4
Avoid double caching glyphs in raster/QPA/FreeType
Eskil Abrahamsen Blomfeldt
2011-09-16 16:00:04 +0200
-
57368c7037
Improve globaldata testlib selftest.
Jason McDonald
2011-09-20 13:13:34 +1000
-
01ece201ab
Split subtest selftest
Jason McDonald
2011-09-20 11:56:31 +1000
-
d60007744b
Remove waitwithoutgui testlib selftest
Jason McDonald
2011-09-20 10:39:58 +1000
-
9e05e44bb4
Fix compilation
Lars Knoll
2011-09-16 14:24:26 +0200
-
becba2bb21
No dependencies on opengl, widgets and printsupport
Lars Knoll
2011-09-16 14:22:48 +0200
-
7ecbfe6d01
Fixed wrong mouse coordinate mapping.
Samuel Rødal
2011-09-19 15:01:19 +0200
-
3803111692
Cocoa platform plugin: Reduce multitouch area to be one pixel.
Bjørn Erik Nilsen
2011-09-19 18:47:20 +0200
-
4a34b671f8
Fix regression causing synthesized oblique glyphs to clip
Eskil Abrahamsen Blomfeldt
2011-09-19 15:55:39 +0200
-
6e1f1df625
Cocoa platform plugin: update headers for multitouch.
Bjørn Erik Nilsen
2011-09-19 15:12:20 +0200
-
dc91f2f29b
Cocoa platform plugin: Implement multitouch support.
Bjørn Erik Nilsen
2011-09-19 15:07:15 +0200
-
a201004830
Mac: Adapt multitouch code for cocoa to QWindowSystemInterface.
Bjørn Erik Nilsen
2011-09-19 15:05:12 +0200
-
9d7e365918
Mac: Move multitouch support from widgets to cocoa platform plugin.
Bjørn Erik Nilsen
2011-09-19 15:03:53 +0200
-
003060e292
Make sure to clip in QXcbBackingStore::flush()
Samuel Rødal
2011-09-19 13:42:20 +0200
-
9a096d9eb0
Move handling of -qmljsdebugger argument to QCoreApplication
Kai Koehne
2011-09-19 10:56:12 +0200
-
86ad092dff
Removing XFail from one test, since QCursor::setPos now works for qpa
Holger Ihrig
2011-09-19 13:40:00 +0200
-
df5111165e
Say hello to QWindow::accessibleRoot()
Jan-Arve Saether
2011-09-16 13:33:07 +0200
-
76d0d19264
Add parent and child functions to QAccessibleInterface.
Frederik Gladhorn
2011-09-15 21:41:54 +0200
-
3647a00d47
Initialize in the right order
Gunnar Sletta
2011-09-19 10:32:48 +0200
-
b8d656d878
Fix autotest gui/widgets dependencies
Kent Hansen
2011-09-16 14:07:05 +0200
-
39a6ff81bc
Removed insignificant_test from tst_v8
Holger Ihrig
2011-09-15 15:06:07 +0200
-
cd621c201c
Move the module qdoc files from qtdoc and split up doc/src.
Casper van Donderen
2011-09-16 14:14:43 +0200
-
20009ed797
Support synthesized oblique and bold in SceneGraph
Eskil Abrahamsen Blomfeldt
2011-09-16 11:58:09 +0200
-
76e56fc449
Enable glyph caching on QPA
Eskil Abrahamsen Blomfeldt
2011-09-16 14:16:44 +0200
-
d00017b842
Remove gui-related ifdef from testlib/qbenchmark.cpp
Kent Hansen
2011-09-16 08:29:53 +0200
-
1aaf08691d
Treat QTestFontEngine properly
Jiang Jiang
2011-09-16 16:11:46 +0200
-
e63b6f113c
Fixed xcb-render config test.
Samuel Rødal
2011-09-16 12:56:01 +0200
-
98baa289cc
Fix the test case
Lars Knoll
2011-09-15 14:40:09 +0200
-
e2ea8e958c
correctly initialise private data in QTouchEventSequence constructor
Matthew Cattell
2011-09-15 12:52:30 +0200
-
80ac315ded
Make sure libQtPlatformSupport has proper flags
Jiang Jiang
2011-09-15 11:47:06 +0200
-
a021f26148
Simplify selftest
Jason McDonald
2011-09-16 16:56:07 +1000
-
8a12d5fbf0
Improve cleanup of selftests
Jason McDonald
2011-09-16 15:03:44 +1000
-
89c7db5159
Remove obsolete QEXPECT_FAIL calls
Jason McDonald
2011-09-16 14:48:56 +1000
-
218f0ca3b0
Improve compliance with Qt coding guidelines
Jason McDonald
2011-09-16 14:42:51 +1000
-
0676e51793
Fix XFAIL in testlib selftest
Jason McDonald
2011-09-16 11:25:29 +1000
-
1efd2de047
minor docu fixes
Konstantin Ritt
2011-09-16 01:37:35 +0200
-
0d4834c171
Wrap calls to Sequence::push_back
João Abecasis
2011-08-26 15:43:06 +0200
-
a13b17e42a
Compile in C++0x mode
Lars Knoll
2011-09-15 22:28:43 +0200
-
884251cdc1
Fixed XComposite hardware integration in wayland plugin.
Samuel Rødal
2011-09-14 14:10:05 +0200
-
3061050b7f
Set the correct buffer pointer (protected member variables are evil).
Samuel Rødal
2011-09-13 22:59:54 +0200
-
c298b0b153
Fix trailing spaces problem by not adding it to QScriptLine.length
Jiang Jiang
2011-09-08 16:31:53 +0200
-
8dcb52df8e
Avoid fontconfig access in fontEngine creation
Jiang Jiang
2011-09-13 13:33:44 +0200
-
81a5885814
Mac: fix linking with Qt frameworks which don't exist at qmake time
Rohan McGovern
2011-09-16 08:47:33 +1000
-
fb59d866c2
Fixed Test for QStyleSheetStyle after refactor merge
Holger Ihrig
2011-09-15 11:49:27 +0200
-
79b19fd859
Accessibility: TabWidget - remove virt children, add action interface.
Frederik Gladhorn
2011-09-13 16:27:13 +0200
-
ce9296a2a0
Set accessible name on QTabBar buttons.
Frederik Gladhorn
2011-09-13 16:26:07 +0200
-
b62adb5dda
For complex widgets try to return accessible interfaces.
Frederik Gladhorn
2011-09-13 16:23:33 +0200
-
f005dee1b3
Fix xcb-icccm 3.8 support
Jędrzej Nowacki
2011-09-13 14:47:38 +0200
-
b0fa5d66ac
Fix Xcb autodetection during configure.
Jędrzej Nowacki
2011-09-13 15:03:49 +0200
-
8e67ef4794
Boost performance of QChar::isSpace
Kent Hansen
2011-09-14 14:11:17 +0200
-
08d1ca1053
Boost performance of QChar::isLetterOrNumber
Kent Hansen
2011-09-14 13:50:36 +0200
-
a48e9af146
Boost performance of QChar::isLetter
Kent Hansen
2011-09-14 13:38:39 +0200
-
5639423ea7
Boost performance of QChar::isDigit
Kent Hansen
2011-09-14 12:53:20 +0200
-
4cd9d267e7
Boost performance of QChar::is{Upper,Lower}
Kent Hansen
2011-09-14 12:15:07 +0200
-
6e55715581
Add benchmark for QChar
Kent Hansen
2011-09-14 10:53:50 +0200
-
4b3a551e05
Fix include path.
Frederik Gladhorn
2011-09-14 16:51:04 +0200
-
9d3417d2a8
The Q_WS_X11 define exists no longer. Use Q_OS_UNIX.
Frederik Gladhorn
2011-09-13 15:55:41 +0200
-
1416f4c595
Fix warning when building objects with a Q_OBJECT macro
Tobias Hunger
2011-09-15 11:29:34 +0200
-
80d406ce39
Re-add QT_GCC_*_VERSION qmake variables
Simon Hausmann
2011-09-15 12:29:08 +0200
-
060f0f9d2d
doc: Fix incorrect enum name in QRawFont::alphaMapForGlyph docs
Eskil Abrahamsen Blomfeldt
2011-09-13 13:16:35 +0200
-
28b455d238
Properly register preedit text in QLineControl
Eskil Abrahamsen Blomfeldt
2011-09-15 10:51:50 +0200
-
d75d22d1b2
compile when shadowing is an error
Gunnar Sletta
2011-09-15 08:48:10 +0200
-
36ee35406d
Get the 'dockwidgets' example to compile.
Jason Barron
2011-09-14 16:38:06 +0200
-
5043501e64
Get the Windows GL context to compile.
Jason Barron
2011-09-14 16:35:22 +0200
-
ebb929d493
Make the Windows input context compile after the refactoring.
Jason Barron
2011-09-14 16:26:13 +0200
-
5bb0c7c5ca
Fixed crash in tst_QPathClipper.
Samuel Rødal
2011-09-13 14:38:53 +0200
-
b6389bb6d4
Fixed tst_QIcon::task184901_badCache().
Samuel Rødal
2011-09-13 14:34:03 +0200
-
d6f971c854
Fixed tst_qpixmap::grabWidget().
Samuel Rødal
2011-09-13 14:02:02 +0200
-
204108d37b
Remove AccessibleEx classes.
Frederik Gladhorn
2011-08-29 13:28:23 +0200
-
0478349f83
Revert accidental v8 submodule version downgrade
Kent Hansen
2011-09-14 15:27:09 +0200
-
da18a81266
tests: removed semi-obsolete `maketestselftest'
Rohan McGovern
2011-09-15 09:30:22 +1000
-
9fcb01810c
Fix missing/incorrect license headers
Jason McDonald
2011-09-14 13:03:59 +1000
-
bf448d945a
Fix email address in license headers.
Jason McDonald
2011-09-14 12:51:35 +1000
-
85675b31bf
Add missing license headers
Jason McDonald
2011-09-14 12:03:34 +1000
-
0b788682d2
Fix stale license headers from refactor branch
Jason McDonald
2011-09-14 11:55:00 +1000
-
e16314d9c7
Add missing license headers.
Jason McDonald
2011-09-08 11:44:29 +1000
-
92be18bfd0
Add a function to get all relations of an accessible.
Frederik Gladhorn
2011-08-24 16:16:14 +0200
-
86765166b9
Ensure build_all is propagated to all modules when appropriate.
Rohan McGovern
2011-09-13 08:53:40 +1000
-
344d9b568c
revert bogus .pro.user file addition
Oswald Buddenhagen
2011-09-13 17:27:48 +0200
-
486f1c284c
Use QPlaftormInputContextFactory to load input context in Wayland plugin
Joona Petrell
2011-09-13 11:32:41 +0300
-
5227ca6ffe
Add new composite Qt::ImQueryInput query
Joona Petrell
2011-09-12 21:54:24 +0300
-
5926e4041a
Fix warnings received when xcb platform is ran without ibus platforminputcontext
Joona Petrell
2011-09-12 21:20:00 +0300
-
2aaa8a28d4
Don't build ibus when dbus is not available
Paul Olav Tvete
2011-09-14 10:47:58 +0200
-
b3e13c3910
Adjust test to the new location
Lars Knoll
2011-09-14 14:15:54 +0200
-
8cf8ac3cde
disable autotests temporarily on Mac
Lars Knoll
2011-09-14 13:55:41 +0200
-
f49056c353
added small delay after touch event is dispatched
Matthew Cattell
2011-09-13 15:04:14 +0200
-
7e7a1eefb3
Windows: fixed compile of libQtPlatformSupport
Rohan McGovern
2011-09-14 10:34:27 +1000
-
732bfbe8e8
Windows: disable the (currently broken) Windows platform plugin
Rohan McGovern
2011-09-14 10:52:07 +1000
-
47bd720019
Windows: correctly disable ibus plugin on Windows
Rohan McGovern
2011-09-14 10:54:11 +1000
-
90e9b73ee1
Removed obsolete QEXPECT_FAIL
Jo Asplin
2011-09-13 13:26:40 +0200
-
19c383c7bc
Temporarily disabled tests
Jo Asplin
2011-09-13 13:36:23 +0200
-
5842e7e97e
Temporarily disabled tests
Holger Ihrig
2011-09-13 17:32:08 +0200
-
704c7d0f76
export QActionPrivate, as the Mac Cocoa plugin needs it
Lars Knoll
2011-09-13 23:27:21 +0200
-
f9748f8cce
Remove uilib and QtUiTools from QtBase
Lars Knoll
2011-09-13 14:38:26 +0200
-
e3990c358a
Merge branch 'master' of codereview.qt-project.org:qt/qtbase
Gunnar Sletta
2011-09-13 10:20:08 +0200
-
-
b62bd0584a
Merge branch 'refactor'
Gunnar Sletta
2011-09-13 08:54:45 +0200
-
-
97baad65f6
make a toplevel compile work
Gunnar Sletta
2011-09-13 08:08:16 +0200
-
831a160e00
Disabled tests for refactor->master integration
Jo Asplin
2011-09-12 15:17:30 +0200
-
e52574c884
Fix outdated license header
Jason McDonald
2011-09-09 18:57:10 +1000
-
-
-
5e10745dca
Fix missing/broken license headers
Jason McDonald
2011-09-09 18:37:30 +1000
-
26286d354a
Fixed unstable v8 compile failure in debug-and-release builds
Rohan McGovern
2011-09-12 15:10:16 +1000
-
c6c90a0c5a
hack to allow qWaitForWindowShown to be used in test cases that use QWindow
Matthew Cattell
2011-09-12 17:47:37 +0200
-
d96057f8f4
added ascii translations to qasciikey for keyup and keydown
Matthew Cattell
2011-09-12 17:33:42 +0200
-
5b414f73d6
Fix QNetworkReply::errorString returning an untranslated string
Giuseppe D'Angelo
2011-09-12 18:43:21 +0200
-
0192bf919f
find qt.conf more reliably
Oswald Buddenhagen
2011-09-09 18:41:52 +0200
-
fa42faaee5
Implemented texture cache for GL paint engine in QtGui.
Samuel Rødal
2011-09-12 14:53:20 +0200
-
6f87278e0a
Split CFLAGS from pkg-config properly
Jan Arne Petersen
2011-09-07 21:38:21 +0200
-
6daaa1bcad
Ensure that the proxystyle is used over the style's own functions
Andy Shaw
2011-09-07 20:40:48 +0200
-
acb28484b0
Perl check for windows configure.
Markku Heikkila
2011-09-07 20:08:34 +0200
-
289ed56cc9
QSettings: don't assume XDG_CONFIG_HOME is latin1-encoded
Konstantin Ritt
2011-09-07 19:51:24 +0200
-
946725afff
QSettings: use the common appdata dir when bootstrapping qmake on win
Konstantin Ritt
2011-09-07 19:51:23 +0200
-
baf2b1f9b2
Fix problem with grabWindow on Mac OS X 10.6 with Cocoa
Andy Shaw
2011-08-22 15:16:34 +0200
-
560e68e2bd
Replace explicit surrogate handlers by inline methods of QChar class
suzuki toshiya
2011-09-07 11:58:54 +0200
-
338244e9bf
Removed the unnecessary dependency of the QtHelp module on the QtXml one
Constantin Makshin
2011-09-05 19:43:00 +0200
-
b007fad5b8
Fix compile issue with Mac OS X 10.5
Andy Shaw
2011-08-19 16:15:57 +0200
-
09210d1539
Fix QPixmap::grabWindow() on Mac OS X Lion
Andy Shaw
2011-08-19 13:46:51 +0200
-
c4c8bd26bd
Added missing no_include_pwd check
Styopa Semenukha
2011-08-12 21:19:26 +0200
-
5dd78ba08f
Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'
suzuki toshiya
2011-08-12 20:22:30 +0200
-
7b42532100
directfb: Include directfbgl.h directly
Holger Hans Peter Freyther
2011-08-12 19:05:47 +0200
-
b206ae41b2
don't detach until the list is going to be modified
Ritt Konstantin
2011-07-13 18:14:39 +0200
-
9f865df5d1
optimize QList::removeAll()
Ritt Konstantin
2011-07-13 18:14:38 +0200
-
50e91bcd27
Missed break of switch-case added
Viktor Kolesnyk
2011-08-12 18:32:41 +0200
-
6eae3d3c9f
sync win32-g++-cross with win32-g++ (lib prefix and extension)
Mark Brand
2011-07-08 18:52:36 +0200
-
ffd829e68f
qsystemlibrary needs no special treatment
Oswald Buddenhagen
2011-06-24 16:00:19 +0200
-
451afec8b9
Fix building the OpenVG graphicssystem on Linux with static libs
Bernhard Rosenkraenzer
2011-06-10 18:08:44 +0200
-
cacb2513eb
update gitignore
Oswald Buddenhagen
2011-05-13 11:54:13 +0200
-
4183feaa95
remove -fno-stack-protector
Oswald Buddenhagen
2011-05-13 10:20:19 +0200
-
8b60708044
Fix make confclean
Anders Bakken
2011-05-10 11:39:35 -0700
-
93fde87898
Retain ABI and API compatibility when Qt is built with EGL.
Michał Zając
2011-05-13 10:39:34 +0200
-
80cc17c78b
Fix -no-gui
Bernhard Rosenkraenzer
2011-05-09 11:34:23 +0200
-
cbe824da6c
Fix compilation with QT_NO_*
Tasuku Suzuki
2011-05-02 11:23:47 +0200
-
2d5fbd05bb
Added new QOpenGLPaintDevice test case in tst_QOpenGL.
Samuel Rødal
2011-09-12 13:01:30 +0200
-
a15d079187
Fix compilation
Lars Knoll
2011-09-12 13:40:58 +0200
-
17511e199f
Fixed auto-test failure in tst_QOpenGL.
Samuel Rødal
2011-09-12 13:00:30 +0200
-
2ce969d7f0
Fixed race condition in xcb plugin logging (when debugging is enabled).
Samuel Rødal
2011-09-12 10:43:13 +0200
-
f48b526c3d
Compile fix for QPA
Holger Ihrig
2011-09-12 12:51:05 +0200
-
549b2fa246
don't crash when destroying the shortcuts
Konstantin Ritt
2011-08-30 12:34:31 +0400
-
e8e2e26d5a
don't crash when destroying codec list
Oswald Buddenhagen
2011-08-15 18:10:02 +0200
-
26e2d9109f
Disambiguated access to QTestLib API
Jo Asplin
2011-09-12 12:02:19 +0200
-
d4923df10e
Disambiguated access to QTestLib API
Jo Asplin
2011-09-12 10:01:56 +0200
-
97e6d6c5d4
Add other.pro back to auto.pro
Jo Asplin
2011-09-12 09:28:19 +0200
-
4c43b60323
Moved autotests in category 'tools' into new directory structure
Jo Asplin
2011-09-12 09:21:12 +0200
-
3ade4d260f
Fix crash in QPlatformInputContextFactory.
Samuel Rødal
2011-09-12 09:52:03 +0200
-
3889f37dc7
Modify mkspecs/unsupported/macx-clang/qplatformdefs.h
Takumi ASAKI
2011-09-09 17:34:42 +0200
-
449d1359ba
don't build ibus plugin on windows/mac
Gunnar Sletta
2011-09-10 10:24:19 +0200
-
221ad14f3d
Made FBO blit behave properly
Gunnar Sletta
2011-09-10 09:57:39 +0200
-
b097968c60
Use the context we're given
Gunnar Sletta
2011-09-09 20:15:40 +0200
-
87ee382419
Moved autotests in category 'testlib' into new directory structure
Jo Asplin
2011-09-09 09:57:55 +0200
-
a9ac6da893
Merge branch 'master' into refactor
Gunnar Sletta
2011-09-12 07:49:03 +0200
-
-
-
-
6874616273
configure on Windows: Store result of V8 configuration
Kent Hansen
2011-09-09 12:25:32 +0200
-
8eb5ba3b9c
Fixed build error in tst_qopengl
Jo Asplin
2011-09-09 14:35:13 +0200
-
78fd865391
Clang Build Fix: Cocoa platform plugin
Takumi ASAKI
2011-09-09 12:56:23 +0200
-
2cca7e0884
added additional qwindow test support functions for keyboard and mouse events
Matthew Cattell
2011-09-09 14:37:26 +0200
-
3655780f96
Fix a few memory leaks for QFontconfigDatabase
Jiang Jiang
2011-09-08 17:38:56 +0200
-
0bfa24106d
Moved autotests in category 'opengl' into new directory structure
Jo Asplin
2011-09-08 15:12:01 +0200
-
0a208dd413
Moved autotests in category 'other' into new directory structure
Jo Asplin
2011-09-07 10:58:35 +0200
-
c59f9ad776
Moved network autotests into new directory structure
Jo Asplin
2011-09-06 13:46:40 +0200
-
2d41aff1e8
use QtGui/ based includes
Gunnar Sletta
2011-09-09 09:03:12 +0200
-
b57c3cc40f
Update V8
Aaron Kennedy
2011-09-09 14:20:18 +1000
-
e815b93d12
tests: use contains(QT_CONFIG,private_tests) consistently
Rohan McGovern
2011-09-08 15:18:42 +1000
-
970df64669
Make inputcontext plugin loading a bit more generic
Lars Knoll
2011-09-08 22:09:33 +0200
-
2cdd7886bf
Fixup a few minor errors in the previous commit
Lars Knoll
2011-09-08 21:43:36 +0200
-
8be1122710
Add plugin mechanism to load platform input contexts
Joona Petrell
2011-09-08 17:22:55 +0300
-
13908a560b
qmake vcxproj generator: fix XML conversion for build events
Joerg Bornemann
2011-09-08 17:44:05 +0200
-
83ba0d56f8
Add an SSE4.2 even simpler version of toLatin1
Thiago Macieira
2010-12-22 19:52:48 +0100
-
526c851902
Create a function that merges the SSE common code
Thiago Macieira
2010-12-22 19:52:18 +0100
-
85f963b2f1
Improve toLatin1 x86 SIMD by using a new SSE4.1 instruction
Thiago Macieira
2010-12-22 14:42:33 +0100
-
7ad91ad9ca
Make QKeySequence work on Mac.
Morten Sorvig
2011-09-07 13:58:39 +0200
-
9360ee1605
Disambiguated access to touch event API in QTestLib
Jo Asplin
2011-09-08 13:52:50 +0200
-
1762bf3394
fixed mouseMove
Matthew Cattell
2011-09-08 15:37:59 +0200
-
78bb937e15
Remove internal uses of Software input panel events.
Pekka Vuorela
2011-09-08 13:45:43 +0300
-
b002e21d15
Change the QInputMethodQueryEvent to be able to query a set of properties
Lars Knoll
2011-09-08 14:37:22 +0200
-
49bb37e05d
Use new QInputPanel update function in QTextControl
Joona Petrell
2011-09-08 12:06:19 +0300
-
9abb38f5a6
Remove QT3_SUPPORT code from QMenu classes
Morten Sorvig
2011-09-07 11:44:00 +0200
-
6f65a55fa9
Rename ImMicroFocus to ImCursorRectangle
Lars Knoll
2011-09-08 10:57:54 +0200
-
cd781b732e
Avoid double initialize of platform font database
Jiang Jiang
2011-09-01 15:49:55 +0200
-
1b18315001
Improved and made public the QOpenGLPaintDevice API.
Samuel Rødal
2011-09-07 10:31:03 +0200
-
68974d8e64
Added equivalent to tst_QGL::destroyFBOAfterContext() in tst_QOpenGL.
Samuel Rødal
2011-09-07 09:50:03 +0200
-
65f4924425
Fix a typo in the method name
Lars Knoll
2011-09-07 22:01:49 +0200
-
a517afd54f
MicroFocus is in item coordinates
Lars Knoll
2011-09-07 21:26:36 +0200
-
6d9d1e78f4
Added QInputPanel::commit()
Pekka Vuorela
2011-09-07 20:57:00 +0300
-
53d549fe76
The keyboard position doesn't change when the item transform changes.
Lars Knoll
2011-09-07 18:24:07 +0200
-
842c44cb07
Renamed some of the methods in the QInputPanel
Lars Knoll
2011-09-07 18:17:24 +0200
-
4beac1add9
Add a forward declaration for QTransform
Lars Knoll
2011-09-07 16:59:05 +0200
-
6604e1a324
Fix RTL layout for fonts when non-printable character has an advance
John Tapsell
2011-09-08 10:14:33 +0200
-
b05d022ccd
More xlib plugin fixes
Paul Olav Tvete
2011-09-08 09:53:59 +0200
-
2b1b51b558
Fix compile error on Mac.
Takumi ASAKI
2011-09-07 14:39:46 +0200
-
ac75fd5f87
Add missing license header.
Jason McDonald
2011-09-07 16:29:16 +1000
-
b2780e60c7
added QMAKE_MOC_OPTIONS variable to qmake
Keno Fischer
2011-09-07 18:58:40 +0200
-
f41c900f0c
added -b<file> option to moc to support additional include files
Keno Fischer
2011-09-07 18:58:39 +0200
-
a2b95242be
tests: fix QNetworkProxyFactory test
Corentin Chary
2011-05-26 09:32:39 +0200
-
e77032c4e6
Change in tst_qstylesheetstyle.cpp to work around a bug in testcocoon parser.
Caroline Chao
2011-09-07 14:56:47 +0200
-
ebfcb7eb78
Fix missing curly brackets in tst_global.cpp.
Caroline Chao
2011-09-07 14:53:21 +0200
-
a30d4162dd
Refactor the input framework
Lars Knoll
2011-09-05 12:53:33 +0200
-
a796eda7c4
Fix for wayland config.test
Andy Nichols
2011-09-07 13:56:08 +0200
-
bb18b98e95
Get rid of QColor::allowX11ColorNames().
Samuel Rødal
2011-09-07 13:46:42 +0200
-
99414a3b4e
send resize event when window resized
Matthew Cattell
2011-09-07 12:44:32 +0200
-
37fe917272
Make the xlib platform plugin work again
Paul Olav Tvete
2011-09-07 11:07:27 +0200
-
46ec93d3ff
Do not leak memory
Jan-Arve Saether
2011-09-07 09:48:50 +0200
-
cee63e2c17
Cocoa: QMenu refactor.
Morten Sorvig
2011-09-06 14:10:50 +0200
-
a6e0e7909b
QSslCertificate: block all DigiNotar (intermediate and root) certs
Peter Hartmann
2011-09-05 12:53:49 +0200
-
e2be53891f
Fixed tst_QGL::destroyFBOAfterContext().
Samuel Rødal
2011-09-07 09:30:53 +0200
-
fa0407bdb5
move QSurface into its own file.
Jørgen Lind
2011-09-07 08:14:22 +0200
-
5eaec40f63
Fixed symbol lookup failure with xcb when using GLX and XRender.
Samuel Rødal
2011-09-07 08:35:47 +0200
-
c8fcc29298
Fixed crash in tst_QGL::multipleFBOInterleavedRendering().
Samuel Rødal
2011-09-07 08:40:28 +0200
-
6119d12d7d
Fixed tst_QGL::partialGLWidgetUpdates.
Samuel Rødal
2011-09-06 16:44:59 +0200
-
3883b4f5b1
Fixed tst_graphicseffect auto-test failures.
Samuel Rødal
2011-09-06 14:04:24 +0200
-
3769646dd3
Clang build fix: QPixmap::init -> QPixmap::doInit
Jani Uusi-Rantala
2011-09-06 18:35:38 +0300
-
0bcb2262d0
Partially revert
25a0cf881e
Aaron McCarthy
2011-09-07 12:00:04 +1000
-
bc2eac1ef3
Update V8
Aaron Kennedy
2011-09-07 10:51:39 +1000
-
846c5c9459
Fixed compilation of QtV8 for mac
Rohan McGovern
2011-09-07 09:57:05 +1000
-
5234824e8f
Fix try #2 at QSurface missing a virtual destructor
Jani Uusi-Rantala
2011-09-06 16:21:56 +0300
-
d130382776
add support for QWindow in mouseEvent
Matthew Cattell
2011-09-06 16:38:07 +0200
-
079ec157f8
added support for qwindow
Matthew Cattell
2011-09-06 13:38:23 +0200
-
964f8be1d2
Fix TextInput test failures.
Andrew den Exter
2011-09-05 17:42:08 +1000
-
a446ff945f
Merge "Merge remote branch 'gerrit/master' into HEAD" into refactor
Paul Olav Tvete
2011-09-06 11:08:48 +0200
-
-
a6b6e760ac
Merge remote branch 'gerrit/master' into HEAD
Samuel Rødal
2011-09-06 10:49:40 +0200
-
-
665e4ec0ec
Moved xml autotests into new directory structure
Jo Asplin
2011-09-06 10:01:38 +0200
-
-
48ba459580
QPA mkspecs syntax fix
Pierre Rossi
2011-09-05 14:38:16 +0200
-
0a2282f97a
Moved sql autotests into new directory structure
Jo Asplin
2011-09-02 12:08:47 +0200
-
bbeb295782
configure should detect whether v8 can be built
Kent Hansen
2011-09-05 12:47:17 +0200
-
-
-
5e9f410eb6
Add timestamp to QInputEvent.
Laszlo Agocs
2011-09-05 15:56:37 +0300
-
a4e6b04419
Mark test as insignificant
Jo Asplin
2011-09-02 10:34:38 +0200
-
8ed47d961d
Don't use QSettings to "cache" plugin information
Bradley T. Hughes
2011-08-31 15:17:30 +0200
-
6fd75df288
Generic property support for platform windows
Lasse Holmstedt
2011-08-31 09:55:11 +0200
-
5638da4de2
tests: mark `qstatictext' as using private API
Sergio Ahumada
2011-09-02 15:40:19 +0200
-
74cf3bfc2c
New configure.exe binary
Kent Hansen
2011-09-02 07:41:42 +0200
-
cab90f8c8b
Pass log file name when constructing loggers.
Jason McDonald
2011-09-02 17:08:20 +1000
-
91fe1fd9e8
Beautify testlib's usage message
Jason McDonald
2011-09-01 19:24:48 +1000
-
bb2f045c10
Make it easier to select words at the start of a line.
Andrew den Exter
2011-08-24 11:26:29 +1000
-
06e2ce51d1
Fix delayed password masking mid-string.
Andrew den Exter
2011-08-17 12:52:09 +1000
-
8febd56940
Move cursorDelegate with the mouse selection of read only text input.
Andrew den Exter
2011-08-04 10:58:26 +1000
-
c8baa5602a
Restore Qt4.7 behaviour of QFileInfo::absolute(File)Path
Shane Kearns
2011-09-02 18:40:45 +0100
-
a4227c8400
Fix compile error on MSVC2008
Shane Kearns
2011-09-02 18:39:16 +0100
-
8d9266ca64
Propogate that the size has changed
Jørgen Lind
2011-09-02 16:39:06 +0200
-
10354d71ae
micro optimizations
Konstantin Ritt
2011-09-02 13:58:57 +0200
-
f63993272f
fix typo in the docs
Konstantin Ritt
2011-09-02 13:58:40 +0200
-
16eac5565f
QRawFont: add missed operator !=
Konstantin Ritt
2011-09-02 13:58:35 +0200
-
3840ce839f
QSslCertificate: also check common name for blacklisted certificates
Peter Hartmann
2011-08-30 13:10:06 +0200
-
c0dc40ce06
qssl: use reinterpret_cast instead of C-style casts
Corentin Chary
2011-08-31 19:35:36 +0200
-
f5501c0f3b
Update our V8
Kent Hansen
2011-08-30 13:36:52 +0200
-
7493ee1c44
Remove the build-key from the plugin verification data
Bradley T. Hughes
2011-08-31 14:23:42 +0200
-
c048e2350b
optimize QGlyphRun's operator == a bit
Konstantin Ritt
2011-09-02 13:35:18 +0200
-
c6bdbf34eb
QGlyphRun: make operator != inlined
Konstantin Ritt
2011-09-02 13:35:12 +0200
-
154f6a2e73
QGlyphRun: don't detach if the decoration wasn't actually changed
Konstantin Ritt
2011-09-02 13:35:07 +0200
-
61fa9ec8a1
Fix the \since 4.x tags in gui/opengl.
Samuel Rødal
2011-09-02 12:32:20 +0200
-
e8192883b2
Fix comparison of absolute, unclean paths in QDir
Shane Kearns
2011-09-01 15:04:33 +0100
-
254d7189d8
qssl: add auto test to QSsl::Opaque QSslKeys
Corentin Chary
2011-08-31 19:35:35 +0200
-
f1af291d49
Remove circular dependency in testlib logging
Jason McDonald
2011-09-01 18:24:55 +1000
-
592d53a17c
test: removed bogus CONFIG+=debug in qdiriterator benchmark
Rohan McGovern
2011-09-01 09:23:54 +1000
-
fad997b4ee
test: removed bogus CONFIG+=debug for badxml selftest
Rohan McGovern
2011-09-01 08:55:06 +1000
-
949be8cbdd
test: fixed `assert' selftest for release-only mac builds
Rohan McGovern
2011-09-01 08:43:18 +1000
-
2438a5ad48
Try to ensure that QT_ARCH is always set when configuring v8
Kent Hansen
2011-09-01 16:13:29 +0200
-
7a0a9bd5c4
omit unassigned (and too recent) codepoints from the text Normalization process
Ritt Konstantin
2011-07-16 04:45:28 +0400
-
74cadacdd5
Add option to compare to different platform in lancelot autotest
aavit
2011-09-01 14:50:59 +0200
-
9bb0cc30ee
Check for V8 when auto-enabling Declarative module
Kent Hansen
2011-09-01 14:23:53 +0200
-
c34b51eb52
Don't build v8 when -no-v8 is passed to configure
Kent Hansen
2011-09-01 14:07:27 +0200
-
2c8a4fae84
Rename the private helper function QList::free() to QList::dealloc()
Bradley T. Hughes
2011-09-01 11:58:22 +0200
-
80559d6cd3
Remove declarations for QListData functions removed by
36c29ab
Bradley T. Hughes
2011-09-01 11:53:19 +0200
-
c2aea75c22
Refactor QMouseEvent to contain the position inside the window
Lars Knoll
2011-09-01 11:13:35 +0200
-
cf5e669a06
Moving relevant tests to corelib/xml
Holger Ihrig
2011-08-29 11:59:58 +0200
-
5c27f0a2fb
Moving relevant tests to corelib/tools
Holger Ihrig
2011-08-26 15:03:33 +0200
-
ceed409b40
Mac: make platformsupport a static lib
Morten Sorvig
2011-08-24 09:47:20 +0200
-
82e715b277
Moving relevant tests to corelib/thread
Holger Ihrig
2011-08-26 12:56:14 +0200
-
c9a5ccb268
Moving relevant tests to corelib/statemachine
Holger Ihrig
2011-08-26 12:03:32 +0200
-
2efc6f787c
Moving relevant tests to corelib/plugin
Holger Ihrig
2011-08-25 15:53:06 +0200
-
3a7e6157d1
Moving relevant tests to corelib/kernel
Holger Ihrig
2011-08-25 12:16:22 +0200
-
35bd983e0d
Update license headers
Gabriel de Dietrich
2011-09-01 10:35:23 +0200
-
a90f50942e
Moved gui autotests into new directory structure
Jo Asplin
2011-08-31 17:11:06 +0200
-
a863eb1c7b
Compile fix.
Samuel Rødal
2011-09-01 10:48:23 +0200
-
daf24b1b64
Moved dbus autotests into new directory structure
Jo Asplin
2011-08-31 12:42:57 +0200
-
9c51bd4fc8
Fix various trivial formatting issues.
Jason McDonald
2011-09-01 14:24:53 +1000
-
d90da5d991
Remove QXmlTestLogger constructor default param
Jason McDonald
2011-09-01 11:13:14 +1000
-
fad773ba9f
Make xcb plugin compile again.
Laszlo Agocs
2011-09-01 09:25:22 +0300
-
a3b0264754
Clean up shared resources immediately as the last context is destroyed.
Samuel Rødal
2011-08-29 12:45:39 +0200
-
25a0cf881e
Fix inclusion of .qmake.cache for modules with config tests.
Aaron McCarthy
2011-08-30 10:50:55 +1000
-
964793718f
Simplify qtestlib logging code, part 3
Jason McDonald
2011-08-31 18:53:46 +1000
-
d88b335d08
Simplify qtestlib logging code, part 2
Jason McDonald
2011-08-31 17:08:28 +1000
-
b17e9b3d94
Simplify qtestlib logging code, part 1
Jason McDonald
2011-08-30 18:36:46 +1000
-
a4878db8df
qssl: add support for QSsl::Opaque key
Corentin Chary
2011-08-31 19:35:35 +0200
-
a3e8f1ab0c
Add src/v8/qtv8version.h to .gitignore
Bradley T. Hughes
2011-08-31 15:19:07 +0200
-
9cdf9973c6
The XCB plugin should not rely on QT_CONFIG=opengl anymore
Gunnar Sletta
2011-08-31 14:07:54 +0200
-
4a0bab33d6
Fix build with Clang for libpng versions 1.4.0 to 1.5.2
Tor Arne Vestbø
2011-08-30 16:25:54 +0200
-
0719142321
Cocoa: Fix qmlscene flicker on startup.
Morten Sorvig
2011-08-23 12:51:11 +0200
-
090ee21eac
Introduce Q_QTQUICK1_EXPORT fixing exports in declarative.
Friedemann Kleint
2011-08-31 16:04:51 +0200
-
2c6eae4bca
Initialize member variable
Lars Knoll
2011-08-31 15:44:14 +0200
-
50eb9120ce
Fix further test builds on Windows.
Friedemann Kleint
2011-08-31 15:21:48 +0200
-
e6324af817
Compile with host architecture armv5tel
Eskil Abrahamsen Blomfeldt
2011-08-31 13:59:04 +0200
-
547deef149
Fix compile on Windows.
Friedemann Kleint
2011-08-31 13:33:58 +0200
-
c5ea7fd39a
Fix autotests to build on Windows.
Friedemann Kleint
2011-08-31 13:24:37 +0200
-
baeed7c6c3
Introduce menubar plugin system
Aurélien Gâteau
2011-06-14 18:04:26 +0200
-
6c97b066a9
Introduce QAbstractPlatformMenuBar
Aurélien Gâteau
2010-11-10 23:37:56 +0100
-
b7832ce2f8
Hide Q<Platform>MenuAction
Aurelien Gateau
2010-10-07 15:23:42 +0200
-
1a07ca9383
Fix warning about initialization order
Aurélien Gâteau
2010-11-10 22:58:18 +0100
-
f0d7e705ee
Remove XFAIL from selftests for some platforms
Jason McDonald
2011-08-31 14:14:06 +1000
-
3526560d60
Add QLocale::toUpper/Lower
Lars Knoll
2011-08-19 12:17:06 +0200
-
46ff3a4b1f
Correctly position aliased lines with flat caps
Lars Knoll
2011-08-19 11:58:18 +0200
-
94355ca15a
Add a QStyleHints class to QtGui
Lars Knoll
2011-08-31 10:47:09 +0200
-
3795e2c7be
Move the qmljsdebugargument variable to QGuiApplication
Lars Knoll
2011-08-30 13:15:56 +0200
-
dd91701a50
QSslCertificate: regenerate blacklisted certificates, they were expired
Peter Hartmann
2011-08-30 12:24:30 +0200
-
0e3ac5dea6
Touch event support for QWindow.
Laszlo Agocs
2011-08-31 11:30:45 +0300
-
012ba8c0e5
Moving relevant tests to corelib/io
Holger Ihrig
2011-08-24 12:53:32 +0200
-
a7d682dd9c
Fixed hellowindow making context current in wrong thread.
Samuel Rødal
2011-08-31 09:14:00 +0200
-
df0ff8fd4e
Merge branch 'master' into refactor
Gunnar Sletta
2011-08-31 08:14:48 +0200
-
-
21776e9260
Fix errors in lightxml test logger
Jason McDonald
2011-08-31 12:52:27 +1000
-
b94eba6899
Make lightxml and xml log formatting consistent
Jason McDonald
2011-08-30 19:54:32 +1000
-
-
-
527317748d
Remove ability to run tests in random order.
Jason McDonald
2011-08-29 16:50:52 +1000
-
9be3851eb9
Make sure tests/auto/v8.pro doesn't clobber auto.pro
Kent Hansen
2011-08-30 12:37:08 +0200
-
68b322270c
QSslCertificate: blacklist fraudulent *.google.com
Peter Hartmann
2011-08-30 11:33:01 +0200
-
df8e05f820
Fix build from scratch.
Friedemann Kleint
2011-08-30 16:41:42 +0200
-
22ea360fb9
Compile fix on Mac OS X
Bradley T. Hughes
2011-08-30 14:19:52 +0200
-
11f867c34a
pick up the target window for a mouse event when none is specified
Gunnar Sletta
2011-08-30 15:00:38 +0200
-
dc44b86a6e
Moving relevant tests to corelib/global
Holger Ihrig
2011-08-24 12:13:20 +0200
-
0547598a28
Moving relevant tests to corelib/concurrent
Holger Ihrig
2011-08-24 10:51:34 +0200
-
13df02ad04
QHttpNetworkConnection : Fix the case when we only have one channel
Martin Petersson
2011-08-24 17:24:21 +0200
-
6f3e93e3cb
QHttpNetworkReply: Change dataReadProgress to qint64.
Martin Petersson
2011-08-22 13:44:35 +0200
-
d610fbc13e
Cocoa: Make the hellowindow opengl example work.
Morten Sorvig
2011-08-30 10:41:54 +0200
-
42f2da5e6b
Merge remote branch 'gerrit/master' into refactor
Samuel Rødal
2011-08-30 11:51:17 +0200
-
-
-
-
e9962cc300
Rename remaining gui/opengl source files to avoid name clashing.
Samuel Rødal
2011-08-30 10:36:25 +0200
-
1056d02ee0
Cause fatal error when trying to make a context current in wrong thread.
Samuel Rødal
2011-08-30 10:12:46 +0200
-
19a0048d17
Added some documentation for internal OpenGL resource handling classes.
Samuel Rødal
2011-08-30 10:14:39 +0200
-
009f3d1404
Add a signal emitted callback to QAbstractDeclarativeData
Aaron Kennedy
2011-08-19 22:05:50 +1000
-
10eb62b71b
Fix fontconfig configure test
Jiang Jiang
2011-08-29 16:23:24 +0200
-
e39f50154f
Tests: Add widgets module to profile.
Friedemann Kleint
2011-08-29 15:33:59 +0200
-
cf9a304e6e
Build on Windows/clean build on Linux.
Friedemann Kleint
2011-08-29 14:13:08 +0200
-
c1ccf69226
Cocoa: Fix qmlscene flicker on resize.
Morten Sorvig
2011-08-24 08:13:44 +0200
-
38364209a9
Make plain executables foreground processes.
Morten Sorvig
2011-08-23 09:23:07 +0200
-
12b55d9631
Cocoa: Load the standard app menu.
Morten Sorvig
2011-08-22 13:43:42 +0200
-
81c84b8649
Added qopengl auto-test.
Samuel Rødal
2011-08-29 12:26:08 +0200
-
577b26b317
Merge "Merge remote branch 'gerrit/master' into refactor" into refactor
Gunnar Sletta
2011-08-29 12:15:31 +0200
-
-
d0c48efbae
Merge remote branch 'gerrit/master' into refactor
Samuel Rødal
2011-08-29 12:11:53 +0200
-
-
be62ece6c1
Compile without QT_DEBUG.
Morten Sorvig
2011-08-29 11:59:07 +0200
-
b5dba292c2
Get cocoa plugin compiling after OpenGL refactoring
Gunnar Sletta
2011-08-29 10:48:03 +0200
-
-
e35a83b293
Clean up legacy defines in gui/opengl.
Samuel Rødal
2011-08-29 10:22:28 +0200
-
6e28e8441b
Copy core GL functionality to QtGui with QGL -> QOpenGL naming.
Samuel Rødal
2011-08-22 10:49:28 +0200
-
aaa4a26f82
Move GL resource handling enablers to QtGui.
Samuel Rødal
2011-08-16 09:29:44 +0200
-
9830cb8e59
Add QtV8 library to QtBase
Kent Hansen
2011-08-16 10:50:00 +0200
-
13b3545e83
Optimized QMatrix4x4 by improving how 'flagBits' are used.
Kim Motoyoshi Kalland
2011-08-19 15:00:41 +0200
-
-
-
00fd783a39
Always relay configure notify events from XCB plugin.
Samuel Rødal
2011-08-26 10:31:02 +0200
-
c7013eea59
test: removed obsolete tst_maketestselftest::tests_auto_pro
Rohan McGovern
2011-08-29 09:24:37 +1000
-
a001bde5bf
QWindow::mapToGlobal/mapFromGlobal and move()
Gunnar Sletta
2011-08-29 08:26:37 +0200
-
d7305c1094
Remove the QTEST_NOEXITCODE define.
Jason McDonald
2011-08-29 11:47:57 +1000
-
a2229efe74
Rename COMPARE_IMPL2 to TO_STRING_IMPL.
Jason McDonald
2011-08-26 18:42:34 +1000
-
e99eb3c2c1
Remove unused function
Jason McDonald
2011-08-26 18:36:59 +1000
-
c3dd4b834a
Remove literal tabs
Jason McDonald
2011-08-26 18:32:16 +1000
-
cf058d4823
Remove default params from QTestData constructor
Jason McDonald
2011-08-26 18:10:08 +1000
-
f4d721fccb
Remove obsolete ifdef.
Jason McDonald
2011-08-26 18:01:43 +1000
-
f310067ee0
Remove debugging printf.
Jason McDonald
2011-08-26 17:49:56 +1000
-
d094f71b22
Remove obsolete autotest command-line flag.
Jason McDonald
2011-08-26 17:43:55 +1000
-
15400d9466
Send error messages to stderr rather than stdout
Jason McDonald
2011-08-26 17:36:55 +1000
-
043914bd97
Remove unused members and methods from QTestLogger.
Jason McDonald
2011-08-24 14:25:20 +1000
-
a541bd9662
Remove unused methods from QTestLogger.
Jason McDonald
2011-08-24 13:48:56 +1000
-
adcfd88764
Remove QTestLog constructor/destructor definitions
Jason McDonald
2011-08-24 17:58:31 +1000
-
39f9fd2952
Add missing assertions.
Jason McDonald
2011-08-24 18:20:44 +1000
-
603a5025d8
Be more consistent when including private headers.
Jason McDonald
2011-08-24 18:03:56 +1000
-
058d4afe3d
Remove mode parameter from QTestLog::addSkip().
Jason McDonald
2011-08-25 12:53:07 +1000
-
37054f82d8
Fix broken header file guard.
Jason McDonald
2011-08-24 13:41:43 +1000
-
c542972f1e
Fix typo in enum name.
Jason McDonald
2011-08-24 15:23:07 +1000
-
4e85437d9b
Fix minor formatting issues.
Jason McDonald
2011-08-25 15:06:26 +1000
-
58f2ac3a29
Remove QTestFileLogger class.
Jason McDonald
2011-08-23 18:35:27 +1000
-
36533edf71
Remove ability to change XML logger during a test.
Jason McDonald
2011-08-26 11:44:17 +1000
-
e8e9b62f72
Enable multiple instances of QAbstractTestLogger.
Jason McDonald
2011-08-25 18:20:19 +1000
-
dc7b2b8d9c
Remove color logging feature from qtestlib.
Jason McDonald
2011-08-24 11:39:34 +1000
-
865c27460e
Remove circular dependency in testlib logging code
Jason McDonald
2011-08-24 17:14:21 +1000
-
14c2d4700c
Remove obsolete testlib files from .gitignore
Jason McDonald
2011-08-23 15:56:33 +1000
-
3cdc2ea183
Fix typo for ifdef QT_NO_ACCESSIBILITY
Frederik Gladhorn
2011-07-29 14:43:01 -0700
-
5dd208b1f4
Call QAccessible::updateAccessibility when a widget is deleted
José Millán Soto
2011-07-29 10:35:54 -0700
-
420c4edb8a
Call QAccessible::updateAccessibility when setText is called on QLabel
José Millán Soto
2011-07-14 14:25:57 +0200
-
eeffba2e55
Incorrect property name in QAccessibleAbstractSpinBox::setCurrentValue
José Millán Soto
2011-06-13 00:31:38 +0200
-
8412020740
Check if bridge plugin vector is still valid.
Frederik Gladhorn
2011-08-26 10:33:20 +0200
-
22011ece4c
Fix crash when fallback font is not #0 in multi font engine
Eskil Abrahamsen Blomfeldt
2011-08-26 08:07:20 +0200
-
580bd22dc6
optimize parsing of templates like p{IsArabic}, etc
Ritt Konstantin
2011-07-15 06:00:05 +0400
-
24667a905d
optimize parsing of templates like p{L}, p{Lu}, etc
Ritt Konstantin
2011-07-15 04:29:03 +0400
-
c400a3433a
don't build code related to CClass if QT_NO_REGEXP_CCLASS is defined
Ritt Konstantin
2011-07-15 04:30:33 +0400
-
30c23971d0
directfb: Follow coding standards, add hints of memleaks, remove vars
Holger Hans Peter Freyther
2011-08-25 01:25:19 +0800
-
688d9f6ec0
directfb: Convert the directfb plugin, disable the OpenGL support
Holger Hans Peter Freyther
2011-08-25 00:55:51 +0800
-
0d7ef7993d
xcb: Disable GLX when xcb-xlib is not present due xlib usage
Holger Hans Peter Freyther
2011-08-24 21:12:35 +0800
-
a1909f834b
xcb: Be able to compile without xlib support
Holger Hans Peter Freyther
2011-08-24 21:09:16 +0800
-
ca56c9400c
Temporarily disable printers on Windows, fix export.
Friedemann Kleint
2011-08-26 11:46:28 +0200
-
32f43000c5
Introduce new test macro for GUI applications.
Friedemann Kleint
2011-08-25 16:34:40 +0200
-
d1b3cc0d0c
Fix some compiler warnings, shut up QIbusPlatformInputContext.
Friedemann Kleint
2011-08-26 10:02:43 +0200
-
5a23825f01
Introduce new platform capability ThreadedOpenGL.
Samuel Rødal
2011-08-25 20:19:44 +0200
-
794c81c1ea
Move XCB event reading to a separate thread.
Samuel Rødal
2011-08-25 13:39:07 +0200
-
7b686abdd5
Moving relevant tests to corelib/codecs
Holger Ihrig
2011-08-24 10:30:49 +0200
-
3c48d26c5b
Remove duplicated code from QTestBasicStreamer.
Jason McDonald
2011-08-25 16:21:36 +1000
-
c478ebc914
Don't use the // operator, since some versions of Perl don't have it.
Michael Goddard
2011-08-24 12:28:50 +1000
-
5e6605f7b0
Fix building of examples.
Friedemann Kleint
2011-08-25 15:53:04 +0200
-
e6cecd9ce0
Fix justification of RTL text
Eskil Abrahamsen Blomfeldt
2011-08-24 09:13:45 +0200
-
9a442b7b54
Add constants to QAccessible::Event enum.
Frederik Gladhorn
2011-07-14 10:57:02 +0200
-
37fc7b5fe6
test: marked tst_qfiledialog as insignificant for qpa, xcb
Rohan McGovern
2011-08-25 18:04:23 +1000
-
8525cb69b1
test: marked tst_qmenu as insignificant (for qpa, xcb)
Rohan McGovern
2011-08-25 13:38:08 +1000
-
56746e3dfa
test: marked tst_qlistwidget as insignificant
Rohan McGovern
2011-08-25 13:02:39 +1000
-
64bd1737ad
Mark QNetworkReply test as unstable
Eskil Abrahamsen Blomfeldt
2011-08-25 12:42:44 +0200
-
794feb002a
Fix exports for widgets.
Friedemann Kleint
2011-08-25 14:36:14 +0200
-
3ed314ca46
Fix compilation/use correct data type for qt_lastx,y.
Friedemann Kleint
2011-08-25 14:19:58 +0200
-
9e04c60ac0
Merge "Merge branch 'master' into refactor" into refactor
Gunnar Sletta
2011-08-25 12:50:29 +0200
-
-
04d0a9626c
Merge branch 'master' into refactor
Gunnar Sletta
2011-08-25 10:11:49 +0200
-
-
d4d883de46
Add a QApplication::queryKeyboardModifiers() method.
David Faure
2011-08-17 13:14:57 +0200
-
7347a5f99d
Make the DBus timeout configurable in QDBusAbstractInterface.
David Faure
2011-08-18 17:48:35 +0200
-
-
-
bfa8d15e15
Remove debug output
Lars Knoll
2011-08-25 09:28:01 +0200
-
3e044662c3
Fix multithreaded GL rendering
Lars Knoll
2011-08-25 09:27:13 +0200
-
0bb02d2108
Fix threaded rendering
Lars Knoll
2011-08-25 09:28:19 +0200
-
82f95318d6
Fix the xlib backend for lighthouse
Lars Knoll
2011-08-24 14:46:24 +0200
-
b2c4c4fc2a
Support QRawFont from raw data with basic unix font db
Eskil Abrahamsen Blomfeldt
2011-08-24 15:51:07 +0200
-
-
17f3451daa
tests: Remove `qtessellator' autotests
Sergio Ahumada
2011-08-24 14:05:23 +0200
-
b48e8b2103
test: fix `tst_qpainter' compilation
Sergio Ahumada
2011-08-24 14:55:55 +0200
-
6eee9f4dc2
test: fix tst_qabstractprintdialog compilation
Sergio Ahumada
2011-08-24 11:30:24 +0200
-
4d04c631e2
resize convenince function
Gunnar Sletta
2011-08-24 09:05:05 +0200
-
b6ef26adce
Preliminary change to get resizeEvents for QWindow::resize() calls
Gunnar Sletta
2011-08-24 09:05:27 +0200
-
1b2dae36d3
Add Input context for Windows.
Friedemann Kleint
2011-08-24 09:30:29 +0200
-
f577774212
If the EGL_PLATFORM is not set, then set it
Jørgen Lind
2011-08-24 10:38:31 +0200
-
2aab5da496
Just change includes to be have <> brackets instead of ""
Jørgen Lind
2011-08-12 10:36:59 +0200
-
a0d09cc3cd
Moving Tests to new Autotest Structure
Holger Ihrig
2011-08-23 12:48:34 +0200
-
79df6d8e04
Fix fallbacksForFamily in QBasicUnixFontDatabase
Jiang Jiang
2011-08-05 15:49:21 +0200
-
9a19c73754
Fix weight parsing in QBasicUnixFontDatabase
Jiang Jiang
2011-08-05 10:59:34 +0200
-
bdc417b382
update .gitignore
Charles Yin
2011-08-23 11:36:24 +1000
-
41e5be3773
Add operator== and operator!= to qsqlerror class
Antonis Tsiapaliokas
2011-08-16 01:26:21 +0300
-
4ef4f8f3e1
Do not expose text when echo mode is not Normal.
José Millán Soto
2011-06-04 18:06:47 +0200
-
983941da65
Check validator when changing text using accessibility functions.
José Millán Soto
2011-06-03 20:44:37 +0200
-
b8cd3fe7b6
Implemented QAccessibleTextEdit::attributes()
Frederik Gladhorn
2011-08-16 15:19:09 +0200
-
889190cfc3
QFontEngine: Avoid nesting multi-fontengines.
Friedemann Kleint
2011-08-22 14:53:59 +0200
-
1bf7fc2f1a
make 'make install' install
Paul Olav Tvete
2011-08-19 12:50:18 +0200
-
bf58826a1a
Fix input context header.
Friedemann Kleint
2011-08-23 12:45:51 +0200
-
57bc4f255a
Mac: Fix link error in printdialog.
Morten Sorvig
2011-08-19 14:27:58 +0200
-
a2cbaf9137
test: really marked tst_qtcpsocket autotest as unstable
Rohan McGovern
2011-08-23 09:18:12 +1000
-
1b7b337797
Add IAccessible2 table2 implementation.
Frederik Gladhorn
2011-06-27 16:28:50 +0200
-
c7bbf22132
Fixed empty if statement in QWindow.cpp
Olli Werwolff
2011-08-22 08:18:22 +0200
-
15575fb280
test: marked tst_qtcpsocket autotest as unstable
Rohan McGovern
2011-08-22 11:44:47 +1000
-
f98525e9a4
test: Fix `tst_qfiledialog' in a namespaced build
Sergio Ahumada
2011-08-13 00:18:18 +0200
-
66d9b4d2f8
Make the hellowindow example multi-threaded to stress the GL backend.
Samuel Rødal
2011-08-18 10:50:18 +0200
-
9db6c348df
Prevent X errors being generated when setting 0 as width or height.
Samuel Rødal
2011-08-10 10:02:22 +0200
-
cea41dc093
Fix colormap exports/warning in qapplication_p.h
Friedemann Kleint
2011-08-19 11:22:17 +0200
-
e21f9e3f73
Fix comparison.
Friedemann Kleint
2011-08-19 11:07:36 +0200
-
984982c41f
QSurfaceFormat: Add missing 'profile' accessors, fix detaching.
Friedemann Kleint
2011-08-19 10:04:51 +0200
-
78169e6b06
Remove qtessellator.* from QtGui
Lars Knoll
2011-08-19 09:27:51 +0200
-
2e95ce7459
Fix build.
Friedemann Kleint
2011-08-19 10:39:45 +0200
-
b9224af92c
Enablers for using QGlyphRun in SceneGraph
Eskil Abrahamsen Blomfeldt
2011-06-01 15:33:38 +0200
-
0368c9978a
QColormap is gone from QtGui
Lars Knoll
2011-08-19 09:25:54 +0200
-
b7f3253f90
Remove Type1 support
Lars Knoll
2011-08-16 14:39:54 +0200
-
28f1c1b9ef
Restore feature compatibility with QPrinter in QTextDocument::print
Lars Knoll
2011-08-18 11:04:06 +0200
-
6d2c5d9ffe
Move the printer support backend into it's own plugin
Lars Knoll
2011-08-17 14:20:53 +0200
-
f4f1b53b96
Move printing into it's own library
Lars Knoll
2011-08-16 16:38:56 +0200
-
a1016213d0
Don't rely on QPrinter in widgets
Lars Knoll
2011-08-17 15:44:59 +0200
-
699e8fe3a6
Use the paged paintdevice in the print() method of QTextDocument.
Lars Knoll
2011-08-16 14:04:48 +0200
-
9ebdc333a6
Introduce a paged paintdevice and use it
Lars Knoll
2011-08-17 11:26:51 +0200
-
64f94fa373
move printing related files into their own directory
Lars Knoll
2011-08-16 13:53:57 +0200
-
e0972ba5ed
PDF doesn't require the alpha paintengine
Lars Knoll
2011-08-16 11:43:58 +0200
-
2df117b8ad
Move the remaining QPrinter dependencies out of qpf.*
Lars Knoll
2011-08-16 11:34:01 +0200
-
941de7608b
Rename QPdf(Base)Engine
Lars Knoll
2011-08-15 13:44:46 +0200
-
b91d30eae1
Move the PDF related functionality into QPdf
Lars Knoll
2011-08-12 14:20:08 +0200
-
8f47da7b8f
first version of a public API to generate PDFs
Lars Knoll
2011-08-12 14:19:23 +0200
-
9ed282eeee
Move QColorMap into QtWidgets
Lars Knoll
2011-08-16 14:47:43 +0200
-
1e0d1c5f29
Fixed broken lookup of fallback fonts on qpa
Rohan McGovern
2011-08-17 14:47:42 +1000
-
b0c1c98f76
Use name for combobox on Unix.
Frederik Gladhorn
2011-06-30 17:31:36 +0200
-
2c91710679
Rename textBeforeOffsetFromString to start with q.
Frederik Gladhorn
2011-07-08 01:22:39 -0700
-
b5dbd1373b
Implement text interface for QLineEdit.
Frederik Gladhorn
2011-07-05 17:05:11 +0200
-
a3bd9d4c0f
Fix compilation with thumb2.
Eike Ziller
2011-08-10 09:38:37 +0200
-
83d8cd6067
Fix bidi reordering of RTL text with embedded images
Eskil Abrahamsen Blomfeldt
2011-08-16 10:52:29 +0200
-
4b6fe1bdc8
Minor optimizations for QTextEngine
Ritt Konstantin
2011-07-13 04:41:45 +0400
-
3cea6b22a6
Add DBus VirtualObject to handle multiple paths.
Frederik Gladhorn
2011-05-22 21:36:10 +0200
-
a34771074c
Update changelog with Accessibility fixes.
Frederik Gladhorn
2011-08-16 14:53:33 +0200
-
90fd142c93
Fix a11y crash: dock doesn't always have a widget.
Frederik Gladhorn
2011-06-28 14:37:10 +0200
-
910e1bf415
Fix typo in comment.
Frederik Gladhorn
2011-06-20 14:29:16 +0200
-
5af6a09b6f
Avoid bogus accessibility focus events from menus.
Frederik Gladhorn
2011-06-05 04:16:13 -0700
-
0b8d080421
Add Windows to the Lighthouse.
Friedemann Kleint
2011-08-17 15:58:39 +0200
-
6136a792bc
Enable multisampling and swap interval by default on cocoa
Gunnar Sletta
2011-08-18 08:23:15 +0200
-
48ba733fcf
Set the style mask manually.
Morten Sorvig
2011-08-15 13:11:50 +0200
-
4e6c4d50a5
Fix crash-on-exit in qmlscene.
Morten Sorvig
2011-08-15 13:50:22 +0200
-
c9d1adb7fa
Create NSWindow subclass.
Morten Sorvig
2011-08-15 13:09:18 +0200
-
6fce65f871
Cocoa: Remove autorelease warnings from qmlscene.
Morten Sorvig
2011-08-12 13:39:23 +0200
-
8d16fcb912
test: marked tst_qfocusevent as insignificant on all platforms
Rohan McGovern
2011-08-18 14:21:32 +1000
-
06bfd1feda
test: fixed failure of tst_qstylesheetstyle on qpa
Rohan McGovern
2011-08-18 10:33:57 +1000
-
06657ea84b
test: fixed tst_qeventloop and removed CONFIG+=insignificant_test
Rohan McGovern
2011-08-02 12:05:21 +1000
-
66fbd24849
test: skipped unstable portion of tst_qcssparser on qpa
Rohan McGovern
2011-08-18 14:14:41 +1000
-
0c9bd28298
test: mark tst_qrawfont as expected failure on qpa
Rohan McGovern
2011-08-18 09:24:09 +1000
-
3817a82ebd
test: fixed XPASS from tst_qstatictext on qpa
Rohan McGovern
2011-08-18 09:40:55 +1000
-
1ed19b09ce
test: mark tst_qsystemtrayicon as expected failure for qpa
Rohan McGovern
2011-08-18 10:53:22 +1000
-
7789b872da
test: mark tst_qtextlayout as insignificant for qpa, xcb
Rohan McGovern
2011-08-18 11:07:42 +1000
-
ee934d6c4c
tests: disabled failing qsharedmemory, qsystemsemaphore tests
Rohan McGovern
2011-08-18 11:16:54 +1000
-
0f1aee9963
test: fixed failure of tst_qhostinfo
Rohan McGovern
2011-08-18 12:53:08 +1000
-
6e7ad733a4
test: marked tst_macgui as insignificant
Rohan McGovern
2011-08-18 14:03:19 +1000
-
f61c496757
test: mark tst_qcombobox as expected failure for qpa
Rohan McGovern
2011-08-18 13:51:55 +1000
-
c475870cb6
tests: mark expected failures in qsslsocket_onDemandCertificates
Rohan McGovern
2011-08-18 13:47:38 +1000
-
becba0e71f
test: marked tst_qhttpnetworkconnection as insignificant
Rohan McGovern
2011-08-18 13:07:12 +1000
-
f94410f104
test: marked tst_qsocketnotifier failures as expected
Rohan McGovern
2011-08-18 13:26:41 +1000
-
508433df15
Stabilize autotests using QTest::qWaitForWindowShown on non-X11.
Rohan McGovern
2011-08-17 15:40:46 +1000
-
4482dcda21
test: mark tst_qwindowsurface as expected failure on qpa
Rohan McGovern
2011-08-18 11:30:32 +1000
-
8455b13fee
test: fixed failure of tst_qgridlayout on small screens for non-QWS
Rohan McGovern
2011-08-17 15:43:36 +1000
-
7a16085a0f
test: mark qlistview as insignificant for qpa, xcb
Rohan McGovern
2011-08-17 16:12:56 +1000
-
a3ce0eb6f1
When asking for relations, don't crash on children that don't return an interface.
Frederik Gladhorn
2011-05-18 18:20:38 +0200
-
c402d35df8
Readded (and fixed) WindowsXP and -Vista styles
Olli Werwolff
2011-08-17 09:59:08 +0200
-
a957a88542
compile after removal of OpenGL 1 paint engine
Gunnar Sletta
2011-08-17 12:03:24 +0200
-
78056064cc
Build fix after setPreferredPaintEngine was removed
Paul Olav Tvete
2011-08-17 11:47:25 +0200
-
801450dfa3
Make configure work again..
Gunnar Sletta
2011-08-17 08:16:56 +0200
-
29a8761cd8
Report an error when the version header can't be written
Lincoln Ramsay
2011-08-09 15:44:41 +1000
-
94b6f1ad52
test: skip tst_QMenu::pushButtonPopulateOnAboutToShow() for picky WM
Rohan McGovern
2011-08-12 14:00:38 +1000
-
0d5170256c
Get rid of OpenGL 1.x engine and platform code from QtOpenGL.
Samuel Rødal
2011-08-16 12:53:04 +0200
-
06f6b71ba4
Don't set platform input context if it's not properly created.
Samuel Rødal
2011-08-10 14:14:22 +0200
-
7465b55d9c
Remove more inconsistencies with invisible.
Frederik Gladhorn
2011-05-18 21:46:26 +0200
-
fe59af2c00
QAccessibleToolButton::text should return accessibleName if set.
Frederik Gladhorn
2011-05-05 18:51:59 +0200
-
ddb0b4a838
Remove stray semicolon.
Frederik Gladhorn
2011-05-05 18:50:35 +0200
-
5622e32ac9
Changing cursor position in all boundaries
José Millán Soto
2011-06-06 15:03:09 +0200
-
1ff94e3148
Get rid of unused convenience class in QtOpenGL.
Samuel Rødal
2011-08-16 09:28:01 +0200
-
d6d3a32a68
Configure: Set separate_debug_info for all modules
Kai Koehne
2011-08-15 15:36:08 +0200
-
30774e9552
Cocoa: Fix flicker on window resize.
Morten Sorvig
2011-08-16 09:25:50 +0200
-
0536ec05c3
HTTP internals: send password even if no username is set
Robert Hogan
2011-08-15 10:43:43 +0200
-
168fe50106
Make QThread::sleep/msleep/usleep public.
David Faure
2011-08-15 13:43:45 +0200
-
7589bdc720
Disable WindowsXP/-Vista styles for now
Olli Werwolff
2011-08-15 14:07:56 +0200
-
24612bcb0f
Fix typo in qapplication test
Olli Werwolff
2011-08-15 14:06:51 +0200
-
48e525efac
Fixed compilation of qfiledialog_win.cpp
Olli Werwolff
2011-07-12 14:44:50 +0200
-
3a1568c30c
Add flag for non-recursive lookup of child qobject(s)
David Faure
2011-08-15 13:24:23 +0200
-
c74aa53383
FocusScope's focusItem must always be a descendent
Alan Alpert
2011-08-15 13:44:44 +1000
-
7b49a23888
Don't endless loop
Alan Alpert
2011-08-09 14:23:50 +1000
-
81b559631a
Don't leak MouseEvents
Alan Alpert
2011-08-11 16:59:06 +1000
-
bf7ca774bd
test: fixed crash in tst_qmenubar::accel in qpa
Rohan McGovern
2011-08-12 15:18:08 +1000
-
879e351961
Submit ui4.cpp/h as generated by corresponding change in qttools.
Friedemann Kleint
2011-08-12 11:37:32 +0200
-
80e7ea928f
Handle EINTR gracefully in Wayland clipboard.
Laszlo Agocs
2011-08-10 10:05:03 +0300
-
4a33154406
test: skip tst_QMenu::task258920_mouseBorder on qpa
Rohan McGovern
2011-08-12 13:47:17 +1000
-
1159467353
test: skip some broken tests in tst_qpixmap for qpa
Rohan McGovern
2011-08-12 09:58:45 +1000
-
32ae0d2bdd
test: skip tst_QPrinter::testNonExistentPrinter for qpa
Rohan McGovern
2011-08-12 09:18:51 +1000
-
f2b3dfd1f1
QXmlStream lives in QtCore
Lars Knoll
2011-08-11 15:17:40 +0200
-
d34b0eb633
Fix platformsupport as installable module
Jørgen Lind
2011-08-11 15:13:48 +0200
-
cbce0088bb
Cocoa: Set child window geometry correctly.
Morten Sorvig
2011-08-11 11:08:30 +0200
-
9ff59c4ef4
Configure: Make QPA default when building on OS X
Morten Sorvig
2011-08-09 13:40:15 +0200
-
845291ba19
Cocoa: Activate Qt apps on startup.
Morten Sorvig
2011-08-11 12:27:29 +0200
-
3c36a52e1b
include .cc and .CC in fix headers script
Gunnar Sletta
2011-08-11 10:44:39 +0200
-
46c9f4c212
Implement "quit on last window closed" logic for QWindow
Gunnar Sletta
2011-08-10 15:36:51 +0200
-
96d987edac
Let CONFIG+=no_default_target also disable `check' by default
Rohan McGovern
2011-08-11 11:53:10 +1000
-
7ebfe33e38
configure: fixed usage of rpath on mac
Rohan McGovern
2011-08-11 13:14:14 +1000
-
73769d85ec
Don't try to use IBUS when dbus is not configured.
Samuel Rødal
2011-08-10 14:14:22 +0200
-
661fcee779
QLabel documentation: add warning about sanitizing input
Peter Hartmann
2011-08-02 16:09:24 +0200
-
ca3120aa20
Don't print the "Configuration tests:" header if there aren't any.
Michael Goddard
2011-07-27 10:38:16 +1000
-
ac26ac4650
Removed unnecessary debug output in xcb plugin.
Samuel Rødal
2011-08-10 08:33:30 +0200
-
24c7776c62
Made QWindow::setVisible() send show and hide events.
Samuel Rødal
2011-08-08 12:39:38 +0200
-
81d15e059f
configure: fixed debug-and-release default for qpa on mac
Rohan McGovern
2011-08-10 11:49:46 +1000
-
de9caf16fe
test: mark tst_qfontdatabase qpa failures as expected
Rohan McGovern
2011-08-05 11:44:39 +1000
-
5d481fa240
test: only QEXPECT_FAIL tst_qgraphicstransform in release mode
Rohan McGovern
2011-08-08 11:55:35 +1000
-
61d60402bf
test: mark tst_qftp as insignificant
Rohan McGovern
2011-08-10 11:45:02 +1000
-
2ac6eb142e
build without dbus
Matthew Cattell
2011-08-09 18:01:49 +0200
-
d9a95fb6a0
Removed Q_XCB_NOOP's from QGLXContext.
Samuel Rødal
2011-08-09 14:32:48 +0200
-
44ad7a7f2b
Removed QPaintDevice dependency in blitFramebuffer().
Samuel Rødal
2011-08-09 14:45:13 +0200
-
ad9f5c7e93
Remove all non-const operator==
Harald Fernengel
2011-08-09 11:30:03 +0200
-
f66065f281
Get linux input plugin compiling by removing keyboard support
Gunnar Sletta
2011-08-09 09:19:22 +0200
-
92d88e4755
Support -qtnamespace and -qtlibinfix in qtbase examples
Liang Qi
2011-08-08 16:27:02 +0200
-
ffb279a149
Change mouse and wheel QPA events to use QPointF.
Laszlo Agocs
2011-08-08 13:07:56 +0300
-
a36f23292b
make eglfs compile
Gunnar Sletta
2011-08-05 13:35:57 +0200
-
5c435189d4
Implement map/unmap and force geometry EglFS
Gunnar Sletta
2011-08-08 09:23:19 +0200
-
991033cf46
test: mark tst_qgraphicswidget as insignificant on qpa, xcb
Rohan McGovern
2011-08-08 13:06:28 +1000
-
3e522ca6e2
tests: handle many expected crashing tests on qpa, xcb
Rohan McGovern
2011-08-08 11:13:58 +1000
-
532ba5aa70
test: fixed usage of QEXPECT_FAIL in tst_qglyphrun::initTestCase
Rohan McGovern
2011-08-08 10:31:58 +1000
-
230b088c37
add qml related usage help message
Charles Yin
2011-08-08 11:31:46 +1000
-
e09d427baf
Properly initialize window properties in xcb plugin.
Samuel Rødal
2011-08-05 16:32:56 +0200
-
ca1ad7e9a5
Get wayland plugin working after latest QPA API changes.
Samuel Rødal
2011-08-05 12:11:40 +0200
-
6729dfbe0e
Fix fallbacksForFamily in QBasicUnixFontDatabase
Jiang Jiang
2011-08-05 15:49:21 +0200
-
687c33ea79
test: mark tst_qgraphicseffect as insignificant for qpa
Rohan McGovern
2011-08-05 15:21:01 +1000
-
b4cc8fcbdd
test: mark expected failures in tst_qglyphrun for qpa
Rohan McGovern
2011-08-05 14:17:30 +1000
-
791bcba203
test: mark expected failures in tst_qfontmetrics for qpa
Rohan McGovern
2011-08-05 14:12:16 +1000
-
06a7e8c017
test: blacklist crashing tst_qfontdialog for qpa, xcb
Rohan McGovern
2011-08-05 11:56:45 +1000
-
dccdeb77c7
test: fixed tst_qfont for qpa
Rohan McGovern
2011-08-05 10:32:05 +1000
-
24fd1ae14d
test: fixed tst_qabstractitemview for qpa
Rohan McGovern
2011-08-05 10:30:55 +1000
-
e95edf644e
Fix weight parsing in QBasicUnixFontDatabase
Jiang Jiang
2011-08-05 10:59:34 +0200
-
6b728caee4
Get rid of missing qmake warning.
Samuel Rødal
2011-08-05 09:21:34 +0200
-
7ce8491280
support xcb-icccm 3.8
Oswald Buddenhagen
2011-08-03 21:16:10 +0200
-
4334d07f52
Use more numerically robust algorithm to compute QBezier::pointAt().
Alan Alpert
2011-08-02 11:26:24 +1000
-
2a682d2418
Added some convenience to QWindow
Gunnar Sletta
2011-08-04 10:46:27 +0200
-
8dc2f81c9f
Add WindowStateChanged event.
Friedemann Kleint
2011-08-04 10:36:48 +0200
-
7d07ca2488
Undefine "slots" before including cocoa headers to make it compile
Gunnar Sletta
2011-07-28 10:15:18 +0200
-
1eea477323
test: fixed tst_qundostack and removed CONFIG+=insignificant_test
Sergio Ahumada
2011-08-04 12:41:32 +0200
-
dcd435b7fc
Allow adding to @ignore_headers from sync.profile
Marius Storm-Olsen
2011-08-04 15:54:50 -0500
-
8ef86d05f1
QSslCertificate: deprecate alternateSubjectNames()
Peter Hartmann
2011-08-03 18:36:55 +0200
-
69d6012de4
test: fixed tst_qundogroup and removed CONFIG+=insignificant_test
Rohan McGovern
2011-08-02 12:35:01 +1000
-
0d9cac597e
Fix wayland config test
Jørgen Lind
2011-08-04 08:49:01 +0200
-
6ea63bf028
compile fix for compiling without ssl
Jørgen Lind
2011-08-04 08:19:14 +0200
-
beb3dfed07
Support QImage and others in Wayland clipboard.
Laszlo Agocs
2011-08-04 13:01:04 +0300
-
673160b9fd
Merge "Merge remote branch 'gerrit/master' into refactor" into refactor
Jørgen Lind
2011-08-04 09:14:17 +0200
-
-
9a652ed802
Initial support for Qt using Kernel Mode-setting (KMS)
Andy Nichols
2011-08-02 15:07:50 +0200
-
4b126d321e
Mac: fix crash when creating a new window
Richard Moe Gustavsen
2011-08-03 15:08:38 +0200
-
37edacb710
QPlatformFontDatabase: Add default fonts.
Friedemann Kleint
2011-08-03 14:50:40 +0200
-
92c998afb6
Merge remote branch 'gerrit/master' into refactor
Samuel Rødal
2011-08-03 11:03:22 +0200
-
-
9158f5a979
Fix the lifespan of the test CA cert used by the autotests.
Richard Moore
2011-08-02 10:54:43 +0200
-
-
-
6c4dec7bff
ibus depends on dbus
Jørgen Lind
2011-08-03 09:05:41 +0200
-
6f4212e593
Fix QString/QByteArray literals for MSVC2010 (compilation of tests).
Friedemann Kleint
2011-08-02 15:58:48 +0200
-
67f9002981
Mac: build fix
Richard Moe Gustavsen
2011-08-02 15:17:10 +0200
-
b29fae1736
test: mark tst_qtconcurrentfilter as insignificant on Linux
Rohan McGovern
2011-08-02 16:41:47 +1000
-
dd032aacc0
test: mark tst_qabstractnetworkcache as insignificant
Rohan McGovern
2011-08-02 13:47:31 +1000
-
c6b6278ab2
Make failure messages from tst_QSslCertificate::verify much more useful
Rohan McGovern
2011-08-02 17:06:34 +1000
-
c8a31a3100
Eliminate reference to Trolltech.
Jason McDonald
2011-08-02 14:20:34 +1000
-
af6c1a3298
test: skip some tst_qtextscriptengine tests when fonts are missing
Rohan McGovern
2011-08-02 11:35:01 +1000
-
c8ee59952a
Introduced a CONFIG option that enables declarative debug services
Thorbjørn Lindeijer
2011-04-18 17:20:49 +0200
-
95d9a0c25c
test: remove CONFIG+=insignificant_test for tst_qgraphicstransform
Rohan McGovern
2011-08-01 14:38:36 +1000
-
c07e1130d9
test: fixed failure of tst_qicon
Rohan McGovern
2011-08-01 16:44:09 +1000
-
569cd194d2
test: fixed crash of tst_qdialog and removed CONFIG+=insignificant_test
Rohan McGovern
2011-08-02 09:13:38 +1000
-
493634a711
test: improved stability of tst_qiodevice on slow machines
Rohan McGovern
2011-08-02 09:24:25 +1000
-
b117c3175e
test: fixed tst_qimagereader and removed CONFIG+=insignificant_test
Rohan McGovern
2011-08-02 09:44:09 +1000
-
6e745ecda7
test: improved stability of tst_qwaitcondition
Rohan McGovern
2011-08-02 10:22:08 +1000
-
7e57389a5b
test: fixed tst_qmessagebox and removed CONFIG+=insignificant_test
Rohan McGovern
2011-08-02 14:52:25 +1000
-
b1ea3efb52
test: fixed spelling errors in tst_qtextscriptengine
Rohan McGovern
2011-08-02 11:12:47 +1000
-
fb8d316e83
test: replace CONFIG+=insignificant_test with QEXPECT_FAIL for tst_qftp
Rohan McGovern
2011-08-02 14:46:15 +1000
-
4e84be2876
test: fixed tst_qfilesystemmodel and removed insignificant_test
Rohan McGovern
2011-08-01 14:21:56 +1000
-
cfc94db49f
Bring back QPixmap::grabWidget() (with a warning).
Friedemann Kleint
2011-07-29 13:47:23 +0200
-
30eff894d9
Fixed tst_qprocess, tst_qtcpserver when crashing is slow
Rohan McGovern
2011-08-01 10:17:51 +1000
-
9d16ae8d2c
Fix tst_qgraphicsview::task255529_transformationAnchorMouseAndViewportMargins
Olivier Goffart
2011-07-29 10:44:30 +0200
-
2ac8eda561
Compilation of tst_qwidget.cpp.
Friedemann Kleint
2011-07-29 16:33:10 +0200
-
2c3382d305
Fix compilation with namespaced builds
Bradley T. Hughes
2011-07-29 12:26:43 +0200
-
23bf50432b
Switch to use floating point pixelSize in QRawFont completely
Jiang Jiang
2011-07-21 15:09:24 +0200
-
ddf444d31a
Simplify the mutexpool used in QObject.
Olivier Goffart
2011-07-26 10:44:55 +0200
-
86a237929e
QMutex is now just a pointer
Olivier Goffart
2011-07-02 15:13:12 +0200
-
db9b79f715
Fix compilation of Minimalplugin, add documentation.
Friedemann Kleint
2011-07-29 09:47:19 +0200
-
487583459e
Fix off-by-one error in binary search
Jiang Jiang
2011-07-28 14:51:54 +0200
-
78cf553469
Flag meta objects generated by QtDBus
Aaron Kennedy
2011-07-29 13:03:52 +1000
-
a2c0390468
Add notify signals for QIntvalidator, QDoubleValidator, QRegExpValidator
Charles Yin
2011-07-26 13:46:54 +1000
-
ade2ef0a3e
Make it possible to update a related table after an external update
Andy Shaw
2011-06-03 08:17:40 +0200
-
85f05924f4
Added meta type info for Q[Explicitly]SharedDataPointer
Denis Dzyubenko
2011-07-25 14:38:24 +0200
-
404126d578
Get rid of compiler warnings with MSVC
Olivier Goffart
2011-07-27 19:01:15 +0200
-
4f59b5b530
Emit selectionChanged signals when input method alters selection.
Andrew den Exter
2011-07-25 16:58:46 +1000
-
dfd72c6e6c
Make QPlatformIntegration not have a factory for eventdispatcher
Jørgen Lind
2011-07-27 16:54:53 +0200
-
a7860d8bf1
Fix typo in padnavigator example docs
Jason McDonald
2011-07-26 15:22:37 +1000
-
d692b8663c
Fix obsolete contact email
Jason McDonald
2011-07-26 16:11:03 +1000
-
3ca3ea4742
configure: fixed setting of CFG_MAC_ARCHS for mac qpa builds
Rohan McGovern
2011-07-28 11:48:28 +1000
-
1cd497a14e
Mark tst_qsslcertificate::verify with QEXPECT_FAIL
Rohan McGovern
2011-07-28 08:41:50 +1000
-
b6b853b1b6
Initial OpenWFD support
Jørgen Lind
2011-07-27 15:10:16 +0200
-
86e7c36b50
Make it possible to use QSocketNotifier in Lighthouse plugins
Jørgen Lind
2011-07-21 13:11:55 +0200
-
b03f5fd476
More graceful choosing of EGL configs.
Samuel Rødal
2011-07-27 12:07:23 +0200
-
233411bc1e
Added Q_GUI_EXPORT for some internal symbols needed in QtWidgets.
Samuel Rødal
2011-07-26 17:04:08 +0200
-
2d114e45a8
Remove nativeimagehandleprovider.
Samuel Rødal
2011-07-26 14:13:30 +0200
-
833090abb9
QWindow: Do not call setters for window state, type etc in creation.
Friedemann Kleint
2011-07-26 14:43:53 +0200
-
4ed3ac722e
Revert "test: unmark tst_QWidget::getSetCheck() as "insignificant" for Linux"
Michael Goddard
2011-07-26 12:10:01 +0200
-
2dc77d9264
Try to make sure the config test script is installed.
Michael Goddard
2011-07-25 22:07:54 +1000
-
d55aa1ad2a
Tighten up the config test success checking.
Michael Goddard
2011-07-25 10:10:54 +1000
-
33a55c5661
Use QFreeList for timer id allocation
Bradley T. Hughes
2011-07-19 16:27:42 +0200
-
6b82798ee7
Add QFreeList as an internal class
Bradley T. Hughes
2011-07-19 15:53:32 +0200
-
ec64421cec
Compile fix for QImage autotest.
Samuel Rødal
2011-07-26 11:54:15 +0200
-
e4042435ba
Get the eglfs plugin compiling.
Samuel Rødal
2011-07-25 14:55:45 +0200
-
b7064513e2
Make QTabWidget::tabBar() public.
David Faure
2011-07-26 11:40:18 +0200
-
c7c8a38ec3
Set an object name matching the Widget on QWidgetWindow.
Friedemann Kleint
2011-07-26 10:32:30 +0200
-
32cec9f3ba
Retrieve QPlatformScreen from top level when querying widget metrics.
Friedemann Kleint
2011-07-26 10:30:56 +0200
-
97c659a5aa
Fix MSVC compiler warning.
Friedemann Kleint
2011-07-26 08:39:43 +0200
-
c0589cde3d
Windows: fixed qtmain.lib not going to `lib' directory
Rohan McGovern
2011-07-26 10:06:45 +1000
-
750147f5c9
Improve doc to avoid row vs col major confusion.
Sarah Smith
2011-07-25 14:38:08 +1000
-
ac22379a75
Emit selectionChanged signals when input method alters the selection.
Andrew den Exter
2011-07-25 15:48:01 +1000
-
ef2384ad57
Update cursor position when selection is reversed.
Andrew den Exter
2011-07-25 16:28:07 +1000
-
f7acedb088
test: unmark tst_QWidget::getSetCheck() as "insignificant" for Linux
Sergio Ahumada
2011-07-25 20:32:45 +0200
-
28fbcb3d2a
Lighthouse: Provide default plugin.
Friedemann Kleint
2011-07-25 17:09:58 +0200
-
56f27b99c6
Compile fix.
Friedemann Kleint
2011-07-25 17:08:00 +0200
-
7b32330249
Compile fix.
Friedemann Kleint
2011-07-25 17:03:47 +0200
-
970a6146aa
Compile fix.
Samuel Rødal
2011-07-25 16:46:38 +0200
-
cec00a2dda
Add the missing function in bootstrap
Olivier Goffart
2011-07-25 13:12:00 +0200
-
ffa8882ad6
testlib: fix include of `qttestversion.h' in testlib.pro
Sergio Ahumada
2011-07-24 16:10:33 +0200
-
f432927ffd
Drag and drop support in Wayland plug-in.
Laszlo Agocs
2011-07-25 13:01:04 +0300
-
43f2246995
Add drag and drop events to QWindowSystemInterface.
Laszlo Agocs
2011-07-25 10:09:38 +0300
-
3ef653f681
Add initial support for bitmap version 4/5 headers.
Ilya Konkov
2011-07-22 13:25:46 +0200
-
ec984bdd3e
Pixmap cursor support in QWaylandCursor.
Laszlo Agocs
2011-07-25 12:57:57 +0300
-
9ce5297cc5
Support non-desktop platforms better with QDragManager.
Laszlo Agocs
2011-07-25 10:12:39 +0300
-
d78a677305
Fix for not calling QPlatformCursor's pointerEvent.
Laszlo Agocs
2011-07-25 10:02:09 +0300
-
c3da77798b
Added workable QScreen API on top of QPlatformScreen.
Samuel Rødal
2011-07-21 13:50:28 +0200