summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* src/activeqt: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT ...miniak2009-07-0112-266/+147
* src/sql: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT supportminiak2009-07-012-37/+2
* src/opengl: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT su...miniak2009-07-011-8/+4
* src/network: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s...miniak2009-07-017-104/+43
* src/gui: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT supportminiak2009-07-0150-2919/+1227
* Handle application paths larger than MAX_PATH, and fix potential buffer overflowMarius Storm-Olsen2009-07-012-10/+39
* src/corelib: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s...miniak2009-07-0128-1340/+554
* src/winmain: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s...miniak2009-07-011-13/+7
* doc: Fixed several qdoc error reports.Martin Smith2009-07-012-66/+77
* Added QGraphicsScene::sendEvent().J-P Nurmi2009-07-012-0/+30
* ItemViews: Fixed signal entered not being emitted when using the mouseThierry Bastian2009-07-012-33/+42
* OpenVG compile fix - use const_cast instead of static_castRhys Weatherley2009-07-011-4/+4
* Set the focus to a child widget when set on a QGroupBoxBenjamin Poulain2009-06-301-3/+2
* Merge commit 'origin/4.5'Oswald Buddenhagen2009-06-305-13/+31
|\
| * Fix Toolbars in unified toolbar looking bad Carbon w/Fullscreen changesNorwegian Rock Cat2009-06-301-2/+17
| * Doc: Fixed a doc bug in QPlainTextEdit class description.Geir Vattekar2009-06-301-7/+7
| * Doc: About menu on the Mac gets the application name from Info.plist.Geir Vattekar2009-06-302-3/+6
| * fix crash in QLocalServer on WinCE when waitForNewConnection times outJoerg Bornemann2009-06-301-1/+1
* | QDockArea: remove coverity warningThierry Bastian2009-06-301-1/+1
* | QToolBar: fix coverity warningsThierry Bastian2009-06-303-27/+18
* | doc: Fixed several qdoc error reports.Martin Smith2009-06-301-6/+10
* | Merge branch '4.5'Marius Storm-Olsen2009-06-3014-24/+53
|\ \ | |/
| * QWidget::adjustSize() sends a spontaneous event - Mac OS X CocoaPrasanth Ullattil2009-06-302-2/+12
| * bug fixDerick Hawcroft2009-06-301-0/+1
| * Remove unused variablesAnders Bakken2009-06-291-2/+0
| * Remove superfluous call to SetBlittingFlagsAnders Bakken2009-06-291-1/+0
| * QTemporaryFile: Report the user-provided openModeJoão Abecasis2009-06-291-1/+2
| * Always turn on shadows for Cocoa.Norwegian Rock Cat2009-06-291-2/+1
| * QNetworkAccessManager stuff: Some fixes for coverityMarkus Goetz2009-06-293-6/+13
| * Fix crash/artifacts on SuperHTom Cooksey2009-06-291-3/+3
| * Remove a couple of registry entries when unregistering an ActiveX serverAndy Shaw2009-06-291-0/+4
| * Fix coverity warningJens Bache-Wiig2009-06-291-2/+1
| * bug fixDerick Hawcroft2009-06-291-1/+4
| * Don't crash in libdbus-1 because of invalid parameters.Thiago Macieira2009-06-281-5/+14
* | qdoc: Added more handling of \reimp commandMartin Smith2009-06-301-10/+23
* | QMenuBar: make sure to update the geometries when neededThierry Bastian2009-06-301-0/+4
* | QMenu: when we access the actions geometry, it's now always up2dateThierry Bastian2009-06-301-0/+5
* | QMenu: fixed a crash when clicking on a menu with a submenuThierry Bastian2009-06-301-1/+2
* | Fixed QLayout to take the maxi/min size into account for the menu barThierry Bastian2009-06-301-1/+4
* | Fixed compile with Windows CE 5.Rohan McGovern2009-06-291-0/+4
* | QXmlQuery: add setFocus(const QString &).Frans Englich2009-06-292-0/+20
* | QMenuBar: adding autotest for the geometry calculationThierry Bastian2009-06-291-5/+6
* | Fix some coverity warningsThierry Bastian2009-06-295-9/+8
* | QMenuBar: some private members weren't initializedThierry Bastian2009-06-291-1/+4
* | Initialize the time structure in QTime::currentTime()Benjamin Poulain2009-06-291-2/+1
* | QMenuBar: adding autotest and simplify/fix geometry calculationThierry Bastian2009-06-292-15/+9
* | QMenu: adding autotest for the geometry calculationsThierry Bastian2009-06-291-4/+4
* | QMenu: fixed geometry problem that was adding twice the panel widthThierry Bastian2009-06-291-5/+6
* | QMenuBar: simplification of codeThierry Bastian2009-06-293-114/+99
* | Fixed some regressions in the OpenGL pixmap backend.Samuel Rødal2009-06-292-4/+13