profile/ivi/qtbase.git
2011-09-23 Samuel RødalImplemented QWidget's move() vs setGeometry() distincti...
2011-09-23 Samuel RødalPatch toward fixing tst_QWidget::windowState().
2011-09-23 Samuel RødalDon't flood expose events in the xcb plugin.
2011-09-23 Samuel RødalOnly set frame margins as dirty when we get a configure...
2011-09-23 Samuel RødalFixed geometry issues.
2011-09-23 Frederik GladhornAccessible ComboBox: remove virt children, add actions.
2011-09-23 Joona PetrellAdd autotest for QInputPanel
2011-09-23 Bradley T.... Don't call ref() in QByteArray::QByteArray()
2011-09-23 Jo AsplinRe-enabled test and made it pass on Linux
2011-09-23 Jo AsplinRe-enabled test and made it pass on Linux
2011-09-23 Jiang JiangSupport adding application fonts with QFontconfigDatabase
2011-09-23 Laszlo AgocsAvoid crash in handleTouchEvent and remove superfluous...
2011-09-23 Eskil Abrahamsen... Fix preedit text on XCB
2011-09-23 Paul Olav TvetePage flipping API for QPlatformScreen
2011-09-22 Frederik GladhornAccessible SpinBox remove dead code.
2011-09-22 Oswald Buddenhagenworkaround XCB-ICCCM 3.8 breakage, second instance
2011-09-22 Jo AsplinCast back to QWindow *
2011-09-22 Jason McDonaldAllow tests to log to multiple destinations
2011-09-22 Jason McDonaldEnable testlib self-testing with multiple loggers
2011-09-22 Morten SorvigCocoa: Enable native menus.
2011-09-22 Samuel RødalAllocate 16-byte aligned memory independent of platform...
2011-09-21 Frederik GladhornAccessible Slider: Remove virtual children.
2011-09-21 Eskil Abrahamsen... Export QTextImageHandler and add accessor for image
2011-09-21 Kent Hansentestlib: Separate the gui- and widgets-specific api
2011-09-21 Kevin SimonsFix QApplication::startDragDistance()
2011-09-21 Frederik GladhornAccessible Scrollbar: Remove unused function.
2011-09-21 Oswald Buddenhagenmerge translate() overloads
2011-09-21 Frederik GladhornAccessible Scrollbar: Remove virtual children, value...
2011-09-21 Lars KnollFixes to the Xdnd code in xcb
2011-09-21 Lars KnollFix support for drag pixmaps
2011-09-21 Lars KnollAdd Qt::WindowTransparentForMouseEvents
2011-09-21 Lars KnollCreate the window when needed
2011-09-21 Lars KnollReturn the correct geometry
2011-09-21 Jan-Arve SaetherCompile
2011-09-21 Frederik GladhornCheck argument count before accessing argument.
2011-09-21 Kent HansenRemove testlib's dependency on gui and widgets
2011-09-21 Kent Hansentestlib: Remove widgets dependency when only using gui
2011-09-21 Jason McDonaldDon't run multiexec test with file logging
2011-09-21 Jason McDonaldRemove printf calls from warnings selftest
2011-09-20 Lars KnollThis passes just fine
2011-09-20 Lars KnollThis test passes fine.
2011-09-20 Kent HansenFix last few autotest gui/widgets dependencies
2011-09-20 Pekka VuorelaImplemented key filter support on platform input context
2011-09-20 Kent HansenRemove stale QtDeclarative dependency on QtOpenGL
2011-09-20 Bjørn Erik... Cocoa: Adjust touch point rectangle by -0.5.
2011-09-20 Bjørn Erik... Cocoa: Update the geometry whenever the window moves.
2011-09-20 Bjørn Erik... Cocoa: Add helper functions for NSPoint <-> QPoint...
2011-09-20 Bjørn Erik... QWindowSystemInterface: Fix wrong mapping of coordinates.
2011-09-20 Holger Hans... [blitter] Fix memory leak in the blitter paintengine
2011-09-20 Holger Hans... [blitter] Use QScopedPointer for the engine and blittable
2011-09-20 Aleksandar... Use QT_MAX_CACHED_GLYPH_SIZE in QFontEngineFT
2011-09-20 Samuel RødalGenerate glyphs in un-transformed coordinate system.
2011-09-20 Eskil Abrahamsen... Avoid double caching glyphs in raster/QPA/FreeType
2011-09-20 Jason McDonaldImprove globaldata testlib selftest.
2011-09-20 Jason McDonaldSplit subtest selftest
2011-09-20 Jason McDonaldRemove waitwithoutgui testlib selftest
2011-09-19 Lars KnollFix compilation
2011-09-19 Lars KnollNo dependencies on opengl, widgets and printsupport
2011-09-19 Samuel RødalFixed wrong mouse coordinate mapping.
2011-09-19 Bjørn Erik... Cocoa platform plugin: Reduce multitouch area to be...
2011-09-19 Eskil Abrahamsen... Fix regression causing synthesized oblique glyphs to...
2011-09-19 Bjørn Erik... Cocoa platform plugin: update headers for multitouch.
2011-09-19 Bjørn Erik... Cocoa platform plugin: Implement multitouch support.
2011-09-19 Bjørn Erik... Mac: Adapt multitouch code for cocoa to QWindowSystemIn...
2011-09-19 Bjørn Erik... Mac: Move multitouch support from widgets to cocoa...
2011-09-19 Samuel RødalMake sure to clip in QXcbBackingStore::flush()
2011-09-19 Kai KoehneMove handling of -qmljsdebugger argument to QCoreApplic...
2011-09-19 Holger IhrigRemoving XFail from one test, since QCursor::setPos...
2011-09-19 Jan-Arve SaetherSay hello to QWindow::accessibleRoot()
2011-09-19 Frederik GladhornAdd parent and child functions to QAccessibleInterface.
2011-09-19 Gunnar SlettaInitialize in the right order
2011-09-19 Kent HansenFix autotest gui/widgets dependencies
2011-09-19 Holger IhrigRemoved insignificant_test from tst_v8
2011-09-19 Casper van... Move the module qdoc files from qtdoc and split up...
2011-09-19 Eskil Abrahamsen... Support synthesized oblique and bold in SceneGraph
2011-09-19 Eskil Abrahamsen... Enable glyph caching on QPA
2011-09-19 Kent HansenRemove gui-related ifdef from testlib/qbenchmark.cpp
2011-09-19 Jiang JiangTreat QTestFontEngine properly
2011-09-19 Samuel RødalFixed xcb-render config test.
2011-09-17 Lars KnollFix the test case
2011-09-17 Matthew Cattellcorrectly initialise private data in QTouchEventSequenc...
2011-09-17 Jiang JiangMake sure libQtPlatformSupport has proper flags
2011-09-17 Jason McDonaldSimplify selftest
2011-09-17 Jason McDonaldImprove cleanup of selftests
2011-09-17 Jason McDonaldRemove obsolete QEXPECT_FAIL calls
2011-09-17 Jason McDonaldImprove compliance with Qt coding guidelines
2011-09-17 Jason McDonaldFix XFAIL in testlib selftest
2011-09-17 Konstantin... minor docu fixes
2011-09-17 João AbecasisWrap calls to Sequence::push_back
2011-09-17 Lars KnollCompile in C++0x mode
2011-09-17 Samuel RødalFixed XComposite hardware integration in wayland plugin.
2011-09-17 Samuel RødalSet the correct buffer pointer (protected member variab...
2011-09-17 Jiang JiangFix trailing spaces problem by not adding it to QScript...
2011-09-17 Jiang JiangAvoid fontconfig access in fontEngine creation
2011-09-16 Rohan McGovernMac: fix linking with Qt frameworks which don't exist...
2011-09-16 Holger IhrigFixed Test for QStyleSheetStyle after refactor merge
2011-09-16 Frederik GladhornAccessibility: TabWidget - remove virt children, add...
2011-09-16 Frederik GladhornSet accessible name on QTabBar buttons.
2011-09-16 Frederik GladhornFor complex widgets try to return accessible interfaces.
2011-09-15 Jędrzej NowackiFix xcb-icccm 3.8 support
next