profile/ivi/qtbase.git
2012-10-02 Sean HarmerOpenGL: Propagate version and profile from QSurfaceForm...
2012-10-02 Stephen KellyForward the layout change hint through QSortFilterProxy...
2012-10-02 Samuel RødalFixed text drawing in OpenGL 2 paint engine.
2012-10-02 Samuel RødalMade cube example not use glActiveTexture.
2012-10-02 Andy ShawRename createLocalFile to createNativeFile & deprecate...
2012-10-02 Joerg Bornemannfix QWidget::setWindowFilePath on Mac OS
2012-10-02 Joerg BornemannQWindow::setWindowFilePath added
2012-10-02 Joerg Bornemanntypo fixed in tst_QLocalSocket::verifyListenWithDescrip...
2012-10-02 Joerg BornemannQWindowsPipeReader: use CancelIoEx on Windows >= Vista
2012-10-02 Joerg BornemannQWinOverlappedIoNotifier test for multiple I/O operatio...
2012-10-02 Joerg BornemannQWinOverlappedIoNotifier: multiple I/O operations on...
2012-10-02 Joerg Bornemannremove tests/auto/network/socket/qlocalsocket/example
2012-10-02 Joerg Bornemannmake tst_QLocalSocket::listenAndConnect faster
2012-10-01 Thomas McGuireQNX: Also support input method hints from QtQuick elements
2012-10-01 Friedemann... Document QPA implementation aspects.
2012-10-01 Samuel RødalFixed Qt GUI landing page.
2012-10-01 Yoann LopesQXcbWindow: Don't recreate window when reparenting.
2012-10-01 Simon HausmannFix moc stumbling over gcc __attribute__ extensions
2012-10-01 Peter HartmannQNX: change suffix for separate debug files
2012-10-01 Peter HartmannBlackberry mkspecs: Refine compiler options
2012-10-01 Friedemann... QPA/Windows example: Set proper window flags, titles...
2012-10-01 Samuel RødalFixed qglxconvenience.cpp compile for GLX 1.3.
2012-10-01 Rafael RoquettoQNX: Only set parent window if it is not NULL
2012-10-01 Stephen KellyReturn QPersistentModelIndexes from QItemSelectionRange.
2012-09-30 Stephen KellyEmit layout change hint from QStandardItemModel.
2012-09-30 Stephen KellyEmit layout change hint from QStringListModel.
2012-09-30 Stephen KellyProcess and forward the layout change hint through...
2012-09-29 Stephen KellyAdd hint API to QAIM::layout*Change signals.
2012-09-29 Marc MutzQQnxWindow: use a proper cast
2012-09-29 Jędrzej NowackiMake documentation of QVariant::isNull more explicit.
2012-09-29 Martin Smithqdoc: Augment imagedirs list
2012-09-29 Christian KandelerPrevent an overflow warning in assertions.
2012-09-28 Rafael RoquettoQNX: fix bug on window hierarchy list
2012-09-28 Marc MutzQFlags: use unsigned int when the enum's underlying...
2012-09-28 Marc Mutzqfuturesynchronizer.cpp: fix whitespace errors
2012-09-28 Marc MutzQException/QFuture*: add \inmodule QtCore
2012-09-28 Marc MutzInclude qexception.h instead of qtconcurrentexception.h
2012-09-28 Marc MutzMove QFutureSynchronizer back to QtCore
2012-09-28 Marc MutzMove QFutureWatcher back to QtCore
2012-09-28 Marc MutzMove QFuture from QtConcurrent to QtCore
2012-09-28 Marc MutzQFuture: remove unused include
2012-09-28 Marc MutzMove QtConcurrent::ResultStore as QtPrivate::ResultStor...
2012-09-28 Marc MutzMove QtConcurrent::Exception as QException back to...
2012-09-28 J-P Nurmitst_QDateTimeEdit: cleanup whitespace & follow Qt codin...
2012-09-28 Romain PokrzywkaFix accessing the rpath dir from included modules
2012-09-28 Romain PokrzywkaFix rpath dir in forwarding module .pri file
2012-09-28 J-P Nurmiconfig.tests/fontconfig: remove app_bundle config ...
2012-09-28 Rafael RoquettoQNX: fix assert condition on the destructor
2012-09-28 Mark Brandfix indentation
2012-09-28 Joerg BornemannQProcess/Win fix forwarding of output channels
2012-09-28 Gabriel de... Mac: Fix label margins in QGroupBox
2012-09-28 Gabriel de... Some improvements to the system Mac palette
2012-09-28 Andy ShawMake sure the path is quoted in case it has spaces...
2012-09-28 Thomas McGuireBlackberry: Support input method hints
2012-09-28 Rafael RoquettoQNX: use assert on QQnxWindow destructor
2012-09-28 Thiago MacieiraUpdate the NaN tests to deal with non-conformance better
2012-09-28 Pierre RossiQDoc: remove the experimental basedir variable
2012-09-28 Kai KoehneTestLib: Fix MinGW compile warning
2012-09-27 Geir VattekarDoc: Small updates to QMenu's addAction() methods.
2012-09-27 Stephen KellyRemove the <module>version.h files from .gitignore.
2012-09-27 Teemu KatajistoRun application main run loop in color/font dialog...
2012-09-27 Frederik GladhornAccessibility: rather than assert, just warn.
2012-09-27 jian liangFix drag and drop with native widgets
2012-09-27 Marc MutzQPostEventList: change pointer comparison to integer...
2012-09-27 Gabriel de... Mac: Fix small glitch in editable combo boxes
2012-09-27 Caroline ChaoTest: Enable tst_QWMatrix::operator_star_qwmatrix
2012-09-27 Caroline ChaoTest: Split tst_QVarLengthArray::oldTests
2012-09-27 J-P Nurmitst_QLabel: remove QSKIP, wrap Q_OS_MAC
2012-09-27 J-P Nurmitst_QMenu: remove QSKIP's -> wrap Q_OS_WINCE
2012-09-27 J-P Nurmitst_QMainWindow: remove QSKIP, wrap Q_OS_MAC
2012-09-27 Stephen KellyTake a QPersistentIndex out of the container instead...
2012-09-27 Stephen KellyUse a QVector to store QPersistentModelIndexes.
2012-09-27 Stephen KellyAvoid looping over the indexes multiple times to create...
2012-09-27 Stephen KellyUse the sibling method to make iteration over a range...
2012-09-27 Stephen KellyCreate an invalid QPersistentModelIndex if it will...
2012-09-27 Stephen KellyFix resetting of the QCompletionModel.
2012-09-27 Stephen KellyStore an unsigned temporary for the internalId.
2012-09-27 Pasi MatilainenSand box support, fix for the file dialogs.
2012-09-27 Samuel RødalAdded QGLPixelBuffer implementation using framebuffer...
2012-09-27 J-P Nurmitst_QAbstractButton::keyNavigation(): QSKIP -> XFAIL
2012-09-27 Gabriel de... Better drawn 1-pixel thick splitter on Mac
2012-09-27 Gabriel de... Fixed selected menu item (& Co.) text color
2012-09-27 Gabriel de... Fixed text rendering in selected tab button
2012-09-27 Joerg Bornemannuse QLatin1String::size() in qt_setWindowTitle_helperHelper
2012-09-27 Joerg Bornemannremove no-op test from tst_qfile
2012-09-27 Joerg Bornemannfix conflicting Visual Studio project names for Qt...
2012-09-27 Jędrzej NowackiRemove unused qMetaType helpers.
2012-09-27 Giuseppe D... Workaround MSVC2008 build failure after switching to...
2012-09-27 Miikka HeikkinenFix OpenGL context creation in Windows platform plugin
2012-09-27 Giuseppe D... Workaround MSVC2008 build failure after switching to...
2012-09-27 Laszlo PappDo not reference to the QAbstractNativeEventFilter...
2012-09-27 Yuchen DengCMake: Change suffix from "cxx" to "cpp" for generate...
2012-09-27 Stephen KellyMake CMake tests significant on Windows.
2012-09-27 Jens Bache... More consistent dock widget painting on Windows
2012-09-27 Stephen KellyFix typo: contais -> contains.
2012-09-27 J-P Nurmitst_QCommandLinkButton: cleanup whitespace
2012-09-27 Jens Bache... Remove CDE and Motif styles from qtbase
2012-09-27 J-P Nurmitst_qcheckbox: remove duplicate code
2012-09-27 Thomas McGuireBlackberry: Fix hardware button detection on the BB...
2012-09-27 David Gil[Doc cleanup] Fix typos and style of QPushButton and...
next