Fix buttonsize on macstyle when no widget is defined
[profile/ivi/qtbase.git] / src /
2012-11-01 Jens Bache-WiigFix buttonsize on macstyle when no widget is defined
2012-11-01 Kai KoehneTestlib: Disable gcc warning about deprecated qInstallM...
2012-10-31 Andrey LeonovAdding PAC and exclusion list support to BlackBerry...
2012-10-31 Stephen KellyGenerate instances of types in the CMake tests.
2012-10-30 J-P NurmiFix QCommonStylePrivate::stopAnimation()
2012-10-30 J-P NurmiAdd QNumberStyleAnimation for fading out scroll bars...
2012-10-30 Eskil Abrahamsen... Pixel-align vertical metrics in QTextLayout again
2012-10-30 Thomas McGuireQNX: Use inotify on QNX systems that support it
2012-10-30 Jason BarronANGLE: Add TextureSSE2.cpp to SSE2_SOURCES.
2012-10-30 Miikka HeikkinenSend leave to most recently entered window when modal...
2012-10-30 Andy ShawOnly use the user set page margins for custom paper
2012-10-30 Thomas McGuireQNX: Remember information on whether a file is a link
2012-10-30 Friedemann KleintBring back native dialogs for Windows XP.
2012-10-30 Liang QiMac: Correct writingSystem check value for Chinese
2012-10-30 Morten Johan SorvigCocoa: Disable touch events.
2012-10-30 Thiago MacieiraUse -ffunction-sections in libbootstrap.a
2012-10-29 Mitch CurtisCheck for both A and P when converting QDateTime to...
2012-10-29 Jonathan LiuDefine additional math.h constants if not already defined
2012-10-29 Peter HartmannQtNetwork: introduce configure switch to use system...
2012-10-29 Thiago MacieiraRemove qstandardpaths_json.cpp
2012-10-29 Thorbjørn Lund MartsumQMap - improve QMap stl-map ctor
2012-10-29 Konstantin RittQSyntaxHighlighter: minor code de-duplication
2012-10-29 Konstantin RittQFontEngineMulti: Fix possible crash in stringToCMap()
2012-10-29 Jan Arve SaetherRemove some dead code
2012-10-29 Jan Arve SaetherDo the actual removal of the Soft Keys API and related...
2012-10-29 Konstantin RittFix build on MinGW after 0f14ea3f3a05ef785b44fa610bf90f...
2012-10-29 Sergio AhumadaRemove some dead code in switch statements
2012-10-29 Friedemann KleintList possible matches when specifying invalid test...
2012-10-27 Jan-Arve SaetherImplement QAccessibleLineEdit::characterRect()
2012-10-27 Sze Howe KohEnable the "#include <QSql>" camel-case header, for...
2012-10-27 Frederik GladhornAccessibility: remove redundant role function
2012-10-27 Frederik GladhornAccessibility: make sure right objects are cached on...
2012-10-27 Frederik GladhornBe more careful about asserting in accessibility.
2012-10-27 Frederik GladhornDoc fixes for qcoreapplication.
2012-10-27 Frederik GladhornClean up index handling in itemviews accessibility.
2012-10-27 Thiago MacieiraFix compilation: QChar(char) is "from ASCII"
2012-10-27 Thorbjørn Lund MartsumQMap 5.0 - keep track of leftmost node (BIC)
2012-10-27 Thorbjørn Lund MartsumQMap - use hint on insert in QMap::toStdMap
2012-10-26 Samuel RødalPrevent potential crash in QXcbCursor::queryPointer().
2012-10-26 Samuel RødalCheck the EGL error before calling eglTerminate().
2012-10-26 Bernd WeimerRemoved usage of pipe in Blackberry event dispatcher
2012-10-26 Jon SeverinssonChange one int to qint64 in QDateTime::setMSecsSinceEpo...
2012-10-26 Mark BrandQSqlRelationalDelegate: remove setEditorData reimplemen...
2012-10-26 Stephen KellySet the Directory flag when we find a directory.
2012-10-26 Jerome PasionQt Core: Adding a landing page and sorted the documenta...
2012-10-26 Cyril OblikovPossibility to change custom Drag&Drop cursors while...
2012-10-26 Jonathan LiuQGLTextureGlyphCache: Fix text rendering artifacts...
2012-10-26 Mark BrandQComboBox: new signal currentTextChanged
2012-10-26 Mark BrandQComboBox: fix use in QDataWidgetMapper/QItemDelegate
2012-10-26 Thorbjørn Lund MartsumQHeaderView 5.0 - no emit of sortIndicatorChanged when...
2012-10-26 Stephen KellyAdd a CMake macro to test module includes
2012-10-26 Andy ShawFix syncing of visibility and enabled for menus on...
2012-10-26 Sergey BorovkovRemove unnecessary call to png_set_sBit when writing...
2012-10-26 Yuchen DengAngle: Fix shadow build
2012-10-26 Peter HartmannBlackberry bearer plugin: Only Report working interface...
2012-10-26 Rafael RoquettoQNX: Query dynamic buffer count at runtime
2012-10-26 Oswald Buddenhagenremove last traces of qpluginbase.pri
2012-10-26 Zeno AlbisserAdd glxContextForContext function to QXcbNativeInterface.
2012-10-26 Friedemann KleintFix a crash in QFileDialog when selecting an invalid...
2012-10-26 Miikka HeikkinenFix enter/leave event generation between native widgets...
2012-10-26 Cyril OblikovNew-style Windows cursors when dragging object from...
2012-10-26 Kevin FunkMake compile on WCE after c3b9398
2012-10-25 Jens Bache-WiigRemove Windows as a dependency of mac style
2012-10-25 Jocelyn TurcotteHappy Eyeballs: Make sure that we commit the address...
2012-10-25 Jens Bache-WiigRemove widget dependencies on Vista style animations
2012-10-25 Konstantin RittQTextEngine: Support SMP code points when case changing
2012-10-25 Konstantin RittRemove stale QT_MODULE() usage cases
2012-10-25 Stephen KellyCore/kernel: Make some signals private.
2012-10-25 Gabriel de DietrichMac: Non-editable QComboBoxes shouldn't get focus by...
2012-10-25 J-P NurmiQStyleAnimation: writable duration & delay properties
2012-10-25 J-P NurmiQMacStyle: make default button animations independent...
2012-10-25 Sérgio MartinsDon't crash if there's no m_image yet.
2012-10-25 Stephen KellyImplement viewOptions logic in QTableViewPrivate.
2012-10-25 Miikka HeikkinenFix crash when handling WM_PAINT during COM operations
2012-10-25 aavitFix: don't override the new non-cosmetic default pen...
2012-10-25 Eskil Abrahamsen... Revert hacks in text rendering code path
2012-10-25 Jocelyn TurcotteQSslSocket: Allow disconnections within the connected...
2012-10-25 Jason BarronFix incorrect library path in libEGL.pro.
2012-10-25 Rohan McGovernFixed crash on destruction of animating QDockWidget...
2012-10-25 Miikka HeikkinenFix widget borders when using global stylesheetstyle
2012-10-25 Sergio MartinsAdd DnD support for QNX.
2012-10-25 Miikka HeikkinenAdd ContextMenu event to QWindowSystemInterface
2012-10-25 Sean HarmerUpdate QDataStream format docs for gui/math3d classes
2012-10-24 Jason BarronAdd ANGLE as a 3rdparty library to Qt.
2012-10-24 Tobias HungerQuieten warning about uninitialized use of d pointer
2012-10-23 Mitch CurtisReturn invalid datetime when calling addMSecs with...
2012-10-23 Mitch CurtisImprove QTime test coverage.
2012-10-23 Mitch CurtisImprove QDate test coverage.
2012-10-23 Mitch CurtisClarify assert on use of const char* as TestData type...
2012-10-23 Mitch CurtisOutput leading zeroes for yyyy date formats in QLocale...
2012-10-23 Friedemann KleintFix valgrind warning in QTriangulatingStroker.
2012-10-23 J-P NurmiAdd QStyleAnimation::updateTarget()
2012-10-23 Friedemann KleintFix warning about missing return value in XCB native...
2012-10-23 Friedemann KleintQProcess: Include program in destructor warning.
2012-10-23 J-P NurmiQStyleAnimation: fix threaded rendering
2012-10-23 Thomas McGuireBlackberry: Fix applicationFilePath() for unpackaged...
2012-10-22 Giuseppe D'AngeloFix QRegExpValidator::validate docs about the pos parameter
2012-10-22 Stephen KellyCMake: Make qt5_use_modules a macro, not a function.
2012-10-22 Mitch CurtisFix mistakes in QNetworkAccessManager docs.
2012-10-22 Julien Brianceauqpa: Fix drawPixmap rendering using CompositionMode_Sou...
next