profile/ivi/qtbase.git
2012-10-05 Jerome PasionQt SQL: Cleaned up documentation group membership and...
2012-10-05 Frederik GladhornExpose enabled state in mac accessibility.
2012-10-05 Mark BrandQSqlTableModel::selectRow(): don't expand cache if...
2012-10-05 Mark BrandQSqlTableModel: record(row) must use virtual data()
2012-10-05 Mark BrandQSqlTableModel: restore use of virtual setData() in...
2012-10-05 Mark BrandQSqlTableModel: don't cache unchanged value in setData()
2012-10-05 J-P NurmiQMacStyle: use proper pimpl
2012-10-05 Stephen KellyAdd docs to clarify and restrict what the LayoutChangeH...
2012-10-05 Mark BrandQSqlTableModel: fix segfault when overriding selectRow()
2012-10-04 Fabian BumbergerUse slogger2 for logging on Blackberry instead of writi...
2012-10-04 Miikka HeikkinenFix Windows mouse enter/leave event generation
2012-10-04 Friedemann... Run per-QWindow native event filter for all events.
2012-10-04 Teemu KatajistoCocoa: fix regressions in cocoa filedialog helper
2012-10-04 Sergio Ahumadatest: Remove QSKIP from tst_QToolButton::triggered()
2012-10-04 Friedemann... Remove unused placeholder from qErrnoWarning().
2012-10-04 Stephen KellyFix segfault when delegates change properties on editors.
2012-10-04 Gabriel de... Mac: Safely dispose of scrollbars temporary NSGraphicsC...
2012-10-04 Friedemann... Windows: Append file suffix in save-dialog.
2012-10-04 Stephen KellyCMake: Improve QT5_GET_MOC_FLAGS macro
2012-10-04 Andy ShawUpdate the window style when the modality changes on...
2012-10-04 Thomas Hartmanncompile fix for MSVC 2008 and std::upper_bound
2012-10-04 Frederik GladhornReturn if header is 0.
2012-10-04 Arvid Piccianinative android support with eglfs
2012-10-04 Miikka HeikkinenShow widget cursor after restoring last override cursor
2012-10-04 Sergio Ahumadatst_QLocale: remove QSKIP, wrap Q_OS_MAC/Q_OS_WIN
2012-10-04 Leonard LeeRemove #if 0 usage in QElapsedTimer autotest.
2012-10-04 Leonard LeeFix #if 0 usage in collections autotest.
2012-10-04 Kai KoehneRename quick1_debug back to declarative_debug
2012-10-03 Frederik GladhornAccessibility: For app claim support for app iface.
2012-10-03 Frederik GladhornImplement action de-marshalling.
2012-10-03 Frederik GladhornRemove unused function.
2012-10-03 Frederik GladhornCheck for valid model and view in isValid for TableCells.
2012-10-03 Frederik GladhornMake accessibility debug output optional.
2012-10-03 Gabriel de... Mac: QComboBox wouldn't receive mouse events when shown...
2012-10-03 Christian StrømmeFix for integer overflow in QString::replace
2012-10-03 Sean HarmerOpenGL: Don't request a context version higher than...
2012-10-03 Eskil Abrahamsen... Fix issue with mispositioned family name i QFontComboBox
2012-10-03 Konstantin... Fix QTextBoundaryFinder assignment operator
2012-10-03 Sergio MartinsIntroducing the PlatformPanel event type.
2012-10-03 Andy ShawChange Q_ASSERT to warnings and returns for the menu...
2012-10-03 Jason BarronDefine QMAKE_EXTENSION_STATICLIB for MSVC mkspecs.
2012-10-02 Thiago MacieiraOverhaul a little the QUrl error reporting.
2012-10-02 Thiago MacieiraUpdate some error messages in QUrl::errorString()
2012-10-02 Thiago MacieiraAdd Q_UNREACHABLE / Q_ASSERT to two conditions that...
2012-10-02 Thiago MacieiraMove QUrlPrivate to qurl.cpp and mark all methods as...
2012-10-02 Thiago MacieiraChange QUrlPrivate::setAuthority to return void
2012-10-02 Thiago MacieiraRemove the annoying qWarning when QUrl::setPort is...
2012-10-02 Thiago MacieiraUpdate QUrlPrivate::setScheme: EmptySchemeError never...
2012-10-02 Thiago MacieiraMake QUrl::errorString() usable for QtTest output in...
2012-10-02 Thiago MacieiraMake QUrl::toString() / toEncoded() return empty for...
2012-10-02 Thiago MacieiraAdd two compound URL invalidity cases for isValid()
2012-10-02 Friedemann... Fix DIB image reading.
2012-10-02 Mark Brandfix #includes
2012-10-02 Jens Bache... Remove Cleanlooks as a dependency of QGtkStyle
2012-10-02 Morten Johan... Set CWD when launched from Finder.
2012-10-02 Richard Moe... Cocoa: add missing auto release pools
2012-10-02 Richard Moe... Cocoa: bugfix staysOnTopFlag in combination with transi...
2012-10-02 Jocelyn TurcotteFix a crash with xcb on 64bit systems when hitting...
2012-10-02 Gatis PaeglisStop delivering messages when drop has occurred.
2012-10-02 Gatis PaeglisRetrieve drop data with a proper timestamp
2012-10-02 Gatis PaeglisEnsure that QDrag is set correctly at all times.
2012-10-02 Gatis PaeglisFixed xdnd protocol-version detection code
2012-10-02 Thomas HartmannQProcess.tests: adding test for channel forwarding
2012-10-02 Gatis PaeglisDon't let mimeData return 0.
2012-10-02 Friedemann... Fix filter regular expression for native Windows file...
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
next