profile/ivi/qtbase.git
2012-08-09 Miikka HeikkinenUse native handles for parent change check in QWindowsW...
2012-08-09 Shawn RutledgeNeed to have the XI2 import to detect XI_TouchBeginMask
2012-08-09 Joerg Bornemannfix conditions in embed_manifest_*.prf
2012-08-09 Thiago MacieiraMark QElapsedTimer functions as Q_DECL_NOTHROW
2012-08-09 Thiago MacieiraAdd Q_DECL_NOTHROW to QRefCount.
2012-08-09 Thiago MacieiraMark all atomic functions as Q_DECL_NOTHROW
2012-08-09 Thiago MacieiraAdd Q_DECL_NOTHROW to the atomic functions
2012-08-09 Mitch CurtisCall clear() instead of empty() in addressbook/part6...
2012-08-09 Marc MutzLogging: mark qt_assert()/qt_assert_x()/qFatal() as...
2012-08-09 Thiago MacieiraRemove unnecessary extra indentation in the EXPORT...
2012-08-09 Thiago MacieiraRemove the Q_xxx_EXPORT macros of other modules from...
2012-08-09 Thiago MacieiraRename QMapData::free to destroy
2012-08-09 Thiago MacieiraRename QLinkedList::free to freeData for consistency
2012-08-09 Thiago MacieiraRename QContiguousCache allocate and free functions...
2012-08-09 Thiago MacieiraRemove use of ::free from qlist.h
2012-08-09 Donald CarrUpdate Raspberry Pi mkspec
2012-08-09 Andreas HolzammerMake it possible to force generation of debug info...
2012-08-08 Leonard LeeExplained rectangle bounding in documentation.
2012-08-08 Leonard LeeExplained degree unit in QPainter::rotate() function.
2012-08-08 Kent Hansenstatemachine: Really fix signal transition handling...
2012-08-08 Joerg Bornemannremove unused Q_FS_FAT from Windows qplatformdefs.h
2012-08-08 Joerg Bornemannremove embed_manifest_* from common Windows CE mkspec
2012-08-08 Davide PesaventoDefine QT_NO_FOO also when -no-foo is passed to configure.
2012-08-08 Gunnar SlettaAvoid potential crash.
2012-08-08 Oswald Buddenhagenadjust qtAddLibrary() to new qtAddModule() parameters
2012-08-08 Oswald Buddenhagenrename qt_module_config.prf => qt_module.prf
2012-08-08 Oswald Buddenhagenremove dead unsupported/win32-borland spec
2012-08-08 Oswald Buddenhagenpreserve the directory structure of QML_FILES
2012-08-08 Oswald Buddenhagensupport installs with target dir
2012-08-08 Oswald Buddenhagenreshuffle assembly of install commands as well
2012-08-08 Oswald Buddenhagenreshuffle assembly of uninstall commands
2012-08-08 Oswald Buddenhagenremove pointless appending of trailing dir separator...
2012-08-08 Mitch CurtisClarify how days are counted in QDateTime::daysTo docum...
2012-08-07 Thiago MacieiraRemove more -Werror from any test other than headersclean.
2012-08-07 Oswald Buddenhagenlet qmake auto-generate d-bus adaptors and interfaces
2012-08-07 Oswald Buddenhagenfactor qml_module out of qml_plugin
2012-08-07 Oswald Buddenhagenuse global imports install location as the "build"...
2012-08-07 Oswald Buddenhagencopy qml files to build dir only when doing a non-prefi...
2012-08-07 Oswald Buddenhagenmove IMPORT_VERSION fallback into the conditional of...
2012-08-07 Oswald Buddenhagenmove qmltypes "compiler" below TARGET manipulation
2012-08-07 Andreas HolzammerRename msvc11 to msvc2012
2012-08-07 Marc MutzQ_DECL_NOTHROW: stronger and more widely available...
2012-08-07 Sean HarmerImprove the QOpenGLExtensionMatcher class
2012-08-07 Joerg Bornemannqmake vcxproj generator: map TARGET_EXT to $(TargetExt)
2012-08-07 Joerg Bornemannqmake: un-copy-and-pastify vcxproj generator a bit
2012-08-07 Andy ShawAdd the filters for extra compilers for vcxproj files
2012-08-07 Oswald Buddenhagenfix class and file names in the d-bus examples
2012-08-07 Andreas HolzammerAdd possibility to add OpenSSL, DBUS, MySQL path under...
2012-08-07 Marc MutzQtGui: collapse two qgetenv() on the same variable
2012-08-07 Marc MutzQUrl::idnWhiteList(): add QList::reserve() call
2012-08-07 Marc MutzQtNoDebug: remove special member functions
2012-08-07 Stephen KellyOnly emit the clicked() signal from views if the left...
2012-08-07 Stephen KellyEnsure that we return an invalid QTableWidgetItem when...
2012-08-07 Oswald Buddenhagenadd support for PKGCONFIG_PRIVATE
2012-08-07 Oswald Buddenhagenadd support for QT_PRIVATE
2012-08-07 Oswald Buddenhagenrespect copy_dir_files with manually flagged directorie...
2012-08-07 Oswald Buddenhagencentralize+fix addition of copy_dir_files flag
2012-08-07 Oswald Buddenhagenremove not particularly useful branch
2012-08-07 Oswald Buddenhagenremove clearly bogus escapeFilePath() call
2012-08-07 Oswald Buddenhagenmake $$relative_path() minimize already relative paths
2012-08-07 Oswald Buddenhagenifdef drivespec handling in relativeFilePath to windows
2012-08-07 Laszlo AgocsProperly manage window geometry in kms
2012-08-07 Martin Smithqdoc: Don't always add example .qdoc files to source...
2012-08-07 Zeno AlbisserOnly use glXCreateContext if glXCreateContextAttribsARB...
2012-08-07 Thiago MacieiraDon't export QAtomicInt, it's all inline
2012-08-07 Thiago MacieiraAdd a T parameter to the memory barrier functions in...
2012-08-07 Marc MutzQMessageLogger: mark default ctor as constexpr, too
2012-08-07 Stephen KellyAvoid crashes when invalidating a proxy model filter.
2012-08-07 Stephen KellyDo not draw garbage branches if 0px indentation is...
2012-08-07 Kent HansenMake QSignalSpy copy QVariant parameters directly
2012-08-07 Marc MutzQWindowSystemInterface: fix mem leak and race
2012-08-06 Stephen KellyUse == for button flag test instead of &
2012-08-06 Thiago MacieiraRemove extra Q_COMPILER_xxx defines from the MSVC section.
2012-08-06 Thiago MacieiraMSVC's throw() behaviour matches the C++11 noexcept...
2012-08-06 Thiago MacieiraOptimise QMutexLocker a little: don't call relock(...
2012-08-06 Sean HarmerOpenGL: Add finer-grained functionality checks for...
2012-08-06 Jan-Arve SaetherMake sure codecForLocale returns a valid codec in boots...
2012-08-06 Jerome PasionDoc: Adding a landing page for Qt SQL.
2012-08-06 Rohan McGovernlancelot: detect and handle Jenkins CI environment
2012-08-06 Joerg Bornemannfix maximize -> fullscreen -> maximize on Windows
2012-08-06 Thiago MacieiraFix builds with sysroot: a space is necessary before...
2012-08-06 Mitch CurtisAdd missing const qualifier to snippet in QIdentityProx...
2012-08-06 Stephen KellyFix some documentation inconsistency in QtNetwork.
2012-08-06 Martin Smithqdoc: Removed "../" from paths to images
2012-08-06 Rafael RoquettoFix qmake -project
2012-08-06 Mitch CurtisFix typos in qdatetime.cpp.
2012-08-06 Oswald Buddenhagenintroduce -fully-process configure option, change behav...
2012-08-06 Oswald Buddenhagenremove phonon vestiges
2012-08-06 Oswald Buddenhagenremove -dsp & -vcp vestiges
2012-08-06 Oswald Buddenhagenremove references to dead variables
2012-08-06 Oswald Buddenhagenremove stray message
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...
next