profile/ivi/qtbase.git
2012-08-06 Oswald Buddenhagenremove stale messages about using setcepaths
2012-08-06 Samuel RødalDo not call markDirty() for hidden widgets.
2012-08-06 Samuel RødalFixed popups getting blocked by modal windows.
2012-08-05 Martin Smithqdoc: No longer prints namespace qualifier twice
2012-08-05 Marc MutzLogging: mark qEmergencyOut() noexcept
2012-08-05 Frank OsterfeldFix intended assignment to customSet variable.
2012-08-05 hjkqdatetime: micro optimization in fmtDateTime
2012-08-04 Oswald Buddenhagenuse QMAKE_LIBDIR for passing LSB library path
2012-08-04 Oswald Buddenhagenremove the option summaries from the configures' help...
2012-08-04 Oswald Buddenhagens/QT_PRIVATE/QT_FOR_PRIVATE/
2012-08-04 Oswald BuddenhagenfindLibraries(): don't remove -L options for system...
2012-08-04 Sean HarmerXCB: Correction to OpenGL version check for profile...
2012-08-03 Oswald Buddenhagenintroduce ability to selectively pass options to qdbusx...
2012-08-03 Oswald Buddenhagenadd ability to pass command line options to qdbusxml2cpp
2012-08-03 Oswald Buddenhagende-duplicate dbusadaptors.prf vs. dbusinterfaces.prf
2012-08-03 Thiago MacieiraICU: lock the mutex before calling an Unlocked function
2012-08-03 Thiago MacieiraICU: Mark which functions are threadsafe and which...
2012-08-03 Sean HarmerQNX: Ensure that m_requestedBufferSize is properly...
2012-08-03 Sergio AhumadaFix order of QT_END_NAMESPACE and QT_END_HEADER macros
2012-08-03 Stephen KellyRemove some dead code wrapped in Q_WS_QWS.
2012-08-03 Stephen KellyRemove unused Q_WS_QPA define.
2012-08-03 Stephen KellyRemove some dead QWS code from configure.
2012-08-03 Andreas HolzammerFix FullScreen for Windows CE
2012-08-02 Paul Olav TveteRevert "Move QWindowSystemInterface out of qpa."
2012-08-02 Lars KnollRemove the obsolete scene argument for constructors...
2012-08-02 Jan-Arve SaetherUse glFlush() if swapBehavior is single-buffered
2012-08-02 Friedemann... Fix default font for X11.
2012-08-02 Gatis PaeglisFix mimedata updating and signal emision issues in...
2012-08-02 Gatis PaeglisFix badAtom issues introduced by behavior changes betwe...
2012-08-02 Friedemann... uic-Autotest: Remove SRCDIR-define, add stdout-test.
2012-08-02 Martin Smithqdoc: Ignore property functions of obsolete properties
2012-08-02 Laszlo PappFix a typo in the qdoc manual (QChra -> QChar)
2012-08-02 Casper van... QDoc: Set HTML Doctype to XHTML 1.0 Transitional.
2012-08-02 Casper van... QDoc: Set the default output encoding for HTML to UTF-8.
2012-08-02 Casper van... QDoc: Add extra tags when no HTML.endheader is specified.
2012-08-02 Paul Olav TveteMake tests compile without gui-private
2012-08-02 Oswald Buddenhagenstring.h is needed for memcpy()
2012-08-02 Laszlo AgocsMove QPlatformWindowPrivate into its own header
2012-08-01 Simon A. EugsterMention setFont() in QPainter::drawText() functions
2012-08-01 Stephen KellyFix some typos in static assert message.
2012-08-01 Martin PeterssonQtNetwork: Handle FD_CLOSE on Windows
2012-08-01 Martin Smithqdoc: Added support for modularized example doc
2012-08-01 Jeremy Katzfix a few qdoc command typos
2012-08-01 Jeremy Katzchange \img to \image in docs
2012-08-01 Jeremy Katzreplace \key and \gui qdoc commands with \uicontrol
2012-08-01 Martin Smithqdoc: Removed useless qdoc warnings
2012-08-01 Sean HarmerOpenGL: Fix typo in extension name
2012-08-01 Thiago MacieiraSet the Qt API level to compatibility mode in all tests.
2012-08-01 Andreas HolzammerFix crash in uic
2012-08-01 Alexandros... Added default argument for color profile to QImage...
2012-08-01 Lars KnollSkip doc subfolders when checking includes.
2012-08-01 Sean HarmerQNX: Do not send geometry change events to Qt too early
2012-08-01 Sean HarmerQNX: Ensure that the QQnxWindow has a valid size for...
2012-08-01 Sean HarmerQNX: Remove dependency on QtWidgets from QNX QPA plugin
2012-08-01 Kent Hansenstatemachine: Make states exit order spec-compliant
2012-08-01 Friedemann... Remove usage of deprecated qWaitForWindowShown(QWidget...
2012-08-01 Thiago MacieiraMake sure that the parsing mode reaches QUrlPrivate...
2012-08-01 Thiago MacieiraMake QUrl::setScheme only parse in strict mode (no...
2012-08-01 Thiago MacieiraFix QUrl support for empty usernames and passwords
2012-08-01 Thiago MacieiraFix handling of encoded NULs (%00) in QUrl::fromPercent...
2012-08-01 Andy ShawRemove references to Borland and bmake
2012-08-01 Joerg Bornemanndon't change a widget's active state in QWindowsWindow...
2012-08-01 Christian KammDoc: QVarLengthArray::length is new in 5.0
2012-08-01 Thomas SenykAdding configure option: -no-gcc-sysroot
2012-08-01 Michael GoddardAdd a .prf file for SIMD qmake variables.
2012-07-31 Laszlo PappUse QtCore instead of QtGui for the standardpaths comme...
2012-07-31 Harald FernengelLazy initialize library paths
2012-07-31 Kent HansenAvoid qobject_cast
2012-07-31 Andreas HolzammerAdd command line options to windowgeometry test
2012-07-31 Friedemann... Fix compilation: Move qHash(const T &t, uint seed) up.
2012-07-31 Lars KnollFix reloading of plugins
2012-07-31 Lars KnollFix some syncqt warnings.
2012-07-31 Andreas HolzammerFix showFullScreen for QWindow
2012-07-31 Joerg Bornemannfix QWidget::activateWindow for child widgets
2012-07-31 Joerg Bornemannfix window activation in tst_qmdiArea::subWindowActivated2
2012-07-31 Friedemann... Implement synchronous WS events by flushing.
2012-07-31 Sergio AhumadaAdding missing QT_BEGIN_HEADER/QT_END_HEADER
2012-07-31 Eike ZillerMac: Don't crash if language preferences can't be retri...
2012-07-31 Friedemann... Stabilize the QHeaderView test.
2012-07-31 Frederik GladhornAccessibility: fix updates for models with rootIndex...
2012-07-31 Joerg Bornemannbuild host tools in release mode again
2012-07-31 Joerg Bornemanntst_qwidget task reference fixed
2012-07-31 Peter Kümmeladd configure options for debug/release OpenSSL
2012-07-31 Oswald Buddenhagenremove second argument from $$eval() (access to global...
2012-07-31 Oswald Buddenhagendon't set -rpath-link in qmodule.pri
2012-07-31 Oswald Buddenhagenrun processPrlFiles() over QMAKE_LIBS_PRIVATE as well
2012-07-31 Oswald Buddenhageninline MakefileGenerator::processPrlVariable()
2012-07-31 Oswald Buddenhagenmake the windows prl processing more like the unix...
2012-07-31 Oswald Buddenhagenremove apparently useless code
2012-07-31 Oswald Buddenhagenstub out MakefileGenerator::processPrlFiles()
2012-07-31 Lars KnollSearch the include paths for json files containing...
2012-07-31 Friedemann... Stabilize QWidget-test alienwidgets on XCB.
2012-07-31 Friedemann... qclass_lib_map.h: Fix include of the QDeclarativeView...
2012-07-31 Lars KnollAlign the CP949 codec name with ICU
2012-07-31 Lars KnollFixes to the qdom autotest
2012-07-31 Lars KnollAdd missing namespace macros
2012-07-31 Lars KnollSmall doc fixes about the list of supported codecs.
2012-07-31 Lars KnollDo not preload any codecs anymore when using ICU
2012-07-31 Lars KnollAdd a factory method to QIsciiCodec and fix the names
2012-07-31 Lars KnollUse ICU instead of iconv/windows codecs for the locale
next