profile/ivi/qtbase.git
2011-09-13 Gunnar SlettaMerge branch 'refactor'
2011-09-13 Gunnar Slettamake a toplevel compile work
2011-09-13 Jo AsplinDisabled tests for refactor->master integration
2011-09-13 Jason McDonaldFix missing/broken license headers
2011-09-12 Rohan McGovernFixed unstable v8 compile failure in debug-and-release...
2011-09-12 Matthew Cattellhack to allow qWaitForWindowShown to be used in test...
2011-09-12 Matthew Cattelladded ascii translations to qasciikey for keyup and...
2011-09-12 Giuseppe D... Fix QNetworkReply::errorString returning an untranslate...
2011-09-12 Oswald Buddenhagenfind qt.conf more reliably
2011-09-12 Samuel RødalImplemented texture cache for GL paint engine in QtGui.
2011-09-12 Jan Arne PetersenSplit CFLAGS from pkg-config properly
2011-09-12 Andy ShawEnsure that the proxystyle is used over the style's...
2011-09-12 Markku HeikkilaPerl check for windows configure.
2011-09-12 Konstantin... QSettings: don't assume XDG_CONFIG_HOME is latin1-encoded
2011-09-12 Konstantin... QSettings: use the common appdata dir when bootstrappin...
2011-09-12 Andy ShawFix problem with grabWindow on Mac OS X 10.6 with Cocoa
2011-09-12 suzuki toshiyaReplace explicit surrogate handlers by inline methods...
2011-09-12 Constantin... Removed the unnecessary dependency of the QtHelp module...
2011-09-12 Andy ShawFix compile issue with Mac OS X 10.5
2011-09-12 Andy ShawFix QPixmap::grabWindow() on Mac OS X Lion
2011-09-12 Styopa SemenukhaAdded missing no_include_pwd check
2011-09-12 suzuki toshiyaReplace 'i < len-1 && func(i+1)' by 'i+1 < len && func...
2011-09-12 Holger Hans... directfb: Include directfbgl.h directly
2011-09-12 Ritt Konstantindon't detach until the list is going to be modified
2011-09-12 Ritt Konstantinoptimize QList::removeAll()
2011-09-12 Viktor KolesnykMissed break of switch-case added
2011-09-12 Mark Brandsync win32-g++-cross with win32-g++ (lib prefix and...
2011-09-12 Oswald Buddenhagenqsystemlibrary needs no special treatment
2011-09-12 Bernhard RosenkraenzerFix building the OpenVG graphicssystem on Linux with...
2011-09-12 Oswald Buddenhagenupdate gitignore
2011-09-12 Oswald Buddenhagenremove -fno-stack-protector
2011-09-12 Anders BakkenFix make confclean
2011-09-12 Michał ZającRetain ABI and API compatibility when Qt is built with...
2011-09-12 Bernhard RosenkraenzerFix -no-gui
2011-09-12 Tasuku SuzukiFix compilation with QT_NO_*
2011-09-12 Samuel RødalAdded new QOpenGLPaintDevice test case in tst_QOpenGL.
2011-09-12 Lars KnollFix compilation
2011-09-12 Samuel RødalFixed auto-test failure in tst_QOpenGL.
2011-09-12 Samuel RødalFixed race condition in xcb plugin logging (when debugg...
2011-09-12 Holger IhrigCompile fix for QPA
2011-09-12 Konstantin... don't crash when destroying the shortcuts
2011-09-12 Oswald Buddenhagendon't crash when destroying codec list
2011-09-12 Jo AsplinDisambiguated access to QTestLib API
2011-09-12 Jo AsplinDisambiguated access to QTestLib API
2011-09-12 Jo AsplinAdd other.pro back to auto.pro
2011-09-12 Jo AsplinMoved autotests in category 'tools' into new directory...
2011-09-12 Samuel RødalFix crash in QPlatformInputContextFactory.
2011-09-12 Takumi ASAKIModify mkspecs/unsupported/macx-clang/qplatformdefs.h
2011-09-12 Gunnar Slettadon't build ibus plugin on windows/mac
2011-09-12 Gunnar SlettaMade FBO blit behave properly
2011-09-12 Gunnar SlettaUse the context we're given
2011-09-12 Jo AsplinMoved autotests in category 'testlib' into new director...
2011-09-12 Gunnar SlettaMerge branch 'master' into refactor
2011-09-09 Kent Hansenconfigure on Windows: Store result of V8 configuration
2011-09-09 Jo AsplinFixed build error in tst_qopengl
2011-09-09 Takumi ASAKIClang Build Fix: Cocoa platform plugin
2011-09-09 Matthew Cattelladded additional qwindow test support functions for...
2011-09-09 Jiang JiangFix a few memory leaks for QFontconfigDatabase
2011-09-09 Jo AsplinMoved autotests in category 'opengl' into new directory...
2011-09-09 Jo AsplinMoved autotests in category 'other' into new directory...
2011-09-09 Jo AsplinMoved network autotests into new directory structure
2011-09-09 Gunnar Slettause QtGui/ based includes
2011-09-09 Aaron KennedyUpdate V8
2011-09-09 Rohan McGoverntests: use contains(QT_CONFIG,private_tests) consistently
2011-09-08 Lars KnollMake inputcontext plugin loading a bit more generic
2011-09-08 Lars KnollFixup a few minor errors in the previous commit
2011-09-08 Joona PetrellAdd plugin mechanism to load platform input contexts
2011-09-08 Joerg Bornemannqmake vcxproj generator: fix XML conversion for build...
2011-09-08 Thiago MacieiraAdd an SSE4.2 even simpler version of toLatin1
2011-09-08 Thiago MacieiraCreate a function that merges the SSE common code
2011-09-08 Thiago MacieiraImprove toLatin1 x86 SIMD by using a new SSE4.1 instruction
2011-09-08 Morten SorvigMake QKeySequence work on Mac.
2011-09-08 Jo AsplinDisambiguated access to touch event API in QTestLib
2011-09-08 Matthew Cattellfixed mouseMove
2011-09-08 Pekka VuorelaRemove internal uses of Software input panel events.
2011-09-08 Lars KnollChange the QInputMethodQueryEvent to be able to query...
2011-09-08 Joona PetrellUse new QInputPanel update function in QTextControl
2011-09-08 Morten SorvigRemove QT3_SUPPORT code from QMenu classes
2011-09-08 Lars KnollRename ImMicroFocus to ImCursorRectangle
2011-09-08 Jiang JiangAvoid double initialize of platform font database
2011-09-08 Samuel RødalImproved and made public the QOpenGLPaintDevice API.
2011-09-08 Samuel RødalAdded equivalent to tst_QGL::destroyFBOAfterContext...
2011-09-08 Lars KnollFix a typo in the method name
2011-09-08 Lars KnollMicroFocus is in item coordinates
2011-09-08 Pekka VuorelaAdded QInputPanel::commit()
2011-09-08 Lars KnollThe keyboard position doesn't change when the item...
2011-09-08 Lars KnollRenamed some of the methods in the QInputPanel
2011-09-08 Lars KnollAdd a forward declaration for QTransform
2011-09-08 John TapsellFix RTL layout for fonts when non-printable character...
2011-09-08 Paul Olav TveteMore xlib plugin fixes
2011-09-08 Takumi ASAKIFix compile error on Mac.
2011-09-08 Jason McDonaldAdd missing license header.
2011-09-07 Keno Fischeradded QMAKE_MOC_OPTIONS variable to qmake
2011-09-07 Keno Fischeradded -b<file> option to moc to support additional...
2011-09-07 Corentin Charytests: fix QNetworkProxyFactory test
2011-09-07 Caroline ChaoChange in tst_qstylesheetstyle.cpp to work around a...
2011-09-07 Caroline ChaoFix missing curly brackets in tst_global.cpp.
2011-09-07 Lars KnollRefactor the input framework
2011-09-07 Andy NicholsFix for wayland config.test
2011-09-07 Samuel RødalGet rid of QColor::allowX11ColorNames().
next