summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Doc: add \since 4.6 for new APIsVolker Hilsheimer2009-07-1919-69/+92
|
* Doc: Document QAction::Priority and Qt::ToolButtonFollowStyle.Volker Hilsheimer2009-07-182-7/+27
|
* Doc: add documentation for new overloads, and mark old overloads thatVolker Hilsheimer2009-07-181-5/+57
| | | | might lead to incorrect results as obsolete (and explain why).
* Doc: Documentation for QTouchEventSequenceVolker Hilsheimer2009-07-181-12/+102
|
* optimize painting of dithered disabled textOswald Buddenhagen2009-07-171-2/+3
| | | | | | no need to calculate the bounding rect twice Reviewed-by: jbache
* Fix for selection with Shift-Arrow/Shift-Click in QListView's IconModeFrank Reininghaus2009-07-171-2/+8
| | | | | | | | | | | This addresses the selection of items using Shift-Arrow or Shift-Click in QListView's IconMode if the items are in a grid layout. In the case that the items do not have the same size (e.g., because their text is wrapped), this commit prevents the unexpected selection of additional items. New unit tests are included. Merge-request: 666 Reviewed-by: Olivier Goffart
* Fix compilation on Mac.Volker Hilsheimer2009-07-171-1/+1
|
* Implement QDesktopWidget::screenCount as a property, and add Q_PROPERTYVolker Hilsheimer2009-07-171-0/+4
| | | | for other attributes as well.
* Merge branch 'screencountchanged'Volker Hilsheimer2009-07-176-47/+80
|\ | | | | | | | | Reviewed-by: denis Reviewed-by: Prasanth
| * Implement QDesktopWidget::screenCountChanged signal on desktop platforms,Volker Hilsheimer2009-07-176-47/+80
| | | | | | | | | | | | | | and add manual testcase. Provide replacement "screenCount" for numScreens and document numScreens as obsolete to be more consistent with other APIs.
* | Add priority property to QActionJens Bache-Wiig2009-07-176-5/+45
| | | | | | | | | | | | | | | | | | | | | | We need this to support the behavior in Gtk+ where, when Qt::ToolButtonTextBesideIcon is used, only text labels for important actions are shown. It will also enable us to prioritize actions in the future when for instance collapsing a toolbar. Task-number: 258290 Reviewed-by: thierry
* | Lets the size of the completer be configurable in a way similar to QComboBox.Frédéric Mercille2009-07-173-3/+32
| | | | | | | | | | Merge-request: 884 Reviewed-by: Olivier Goffart <ogoffart@trolltech.com>
* | Add reading of kde colors Link and LinkVisited colors from qt apps in ↵Jeremy Whiting2009-07-171-0/+12
| | | | | | | | | | | | | | | | | | qapplication_x11.cpp so these two colors don't get overridden by the defaults when kde config is found. Merge-request: 917 Reviewed-by: Olivier Goffart <ogoffart@trolltech.com>
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtMarius Bugge Monsen2009-07-17181-838/+1452
|\ \
| * | Move QMacStyle icon handling down to the common style.Norwegian Rock Cat2009-07-176-146/+162
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is more follow the cue of what is done on X11, mainly, if you are creating things like messageboxes or file views, you want them to follow the desktop (yes, you do). If you disable desktop settings aware, you get the old look. This also meant shifting around some functions into qt_cocoa_helpers_mac to make them more readily available instead of living in differnt files. People who use standard pixmap get the old values, but I think that's fine. If you haven't moved onto standardIcon (introduced in 4.1), you don't get the latest bling. Review-by: Jens Bache-Wiig
| * | Handle Jens' new variable.Norwegian Rock Cat2009-07-171-0/+3
| | | | | | | | | | | | | | | In theory, the new "follow style" value will never be hit, let's make that explicit in the code.
| * | Doc: Added info on QWrappedEvent to QAbstractTransition::eventTest()Geir Vattekar2009-07-172-1/+13
| | | | | | | | | | | | Reviewed-by: Kent Hansen
| * | Fixes: ItemView text editor is not visible with empty text and iconsOlivier Goffart2009-07-172-4/+16
| | | | | | | | | | | | | | | | | | | | | It was not visible wicause its height was 0 Task-number: 257481 Reviewed-by: mbm
| * | QNetworkAccessManager: HTTP download performance improvementsMarkus Goetz2009-07-1715-108/+338
| | | | | | | | | | | | | | | | | | | | | | | | | | | Better usage of move semantics with implicit sharing to avoid detaching (=malloc/memcpy). Also some other improvements. Download performance improvement is around 20% according to the httpDownloadPerformance autotest. Reviewed-by: Thiago Macieira
| * | Animations: animations with 0 duration would never be auto-deletedThierry Bastian2009-07-171-1/+1
| | |
| * | Fixed another memory leak in Phonon on windowsThierry Bastian2009-07-171-3/+1
| |/ | | | | | | | | This would happen if you we didn't free the memory allocator when disconnecting the fake source from a sink (eg. video renderer)
| * Doc: Fixed grammar.David Boddie2009-07-171-1/+1
| | | | | | | | Reviewed-by: Trust Me
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-07-1717-81/+165
| |\
| | * Fix MinGW (g++ 3.4.5) compilation.Friedemann Kleint2009-07-171-3/+4
| | | | | | | | | | | | | | | ...to be reverted once it is deprecated. Reviewed-by: Thierry Bastian <thierry.bastian@nokia.com>
| | * Fixed failure of badxml selftest on Windows.Rohan McGovern2009-07-171-8/+17
| | | | | | | | | | | | | | | | | | Don't try to write to files with special characters in the name. Also fix bizarre indent.
| | * Allow picking up tool button style from the systemJens Bache-Wiig2009-07-168-5/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | KDE and GNOME has the concept of a default tool button style that can be set system-wide. Qt currently allways default to IconOnly. I have added an optional Qt::ToolButtonSystemDefault value so you can opt-in to respect the system setting. We did not change the default because a lot of apps will look odd when for instance text is beside icons and the descriptive text is too long. Task-number: 237864 Reviewed-by: ogoffart
| | * ItemViews: don't commit data from editors when hiding the viewThierry Bastian2009-07-162-2/+2
| | | | | | | | | | | | Task-number: 258106
| | * Small simplification of code in ItemViews (delegate)Thierry Bastian2009-07-162-12/+6
| | |
| | * Documentation and whitespace fixes in phononDavid Faure2009-07-165-51/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | - fix wrong copy/pasted comments (including the whole docs for isSeekable) - make docs of Notifier more generic (there are 3 signals, not just one) - untabify Merge-request: 875 Reviewed-by: Leonardo Sobral Cunha <leo.cunha@nokia.com>
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-07-16146-466/+733
| |\ \ | | |/
| | * QTreeView: fix the scrollTo with position center and bottomThierry Bastian2009-07-161-10/+14
| | | | | | | | | | | | | | | | | | This still needs to be autotested Task-number: 258225
| | * Fixed text rendering with the GL2 paint engine.Kim Motoyoshi Kalland2009-07-161-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When copying a glyph image into the glyph cache, garbage appeared in the glyph cache in the lower part of the destination rectangle. This happened whenever the glyph image's width was not a multiple of four bytes. I suppose this is a driver bug (nVidia). As a workaround, I converted the glyph image to ARGB32 such that the width is guaranteed to be a multiple of four bytes. Reviewed-by: Tom
| | * Phonon: fixed a big memory leak on WindowsThierry Bastian2009-07-162-2/+4
| | | | | | | | | | | | | | | | | | | | | If you had deleted a VideoWidget, it could not free the memory taken because we still had a reference on it. Task-number: 258202
| | * Doc: fix qdoc errors and clarify purpose of deviceTransform parameterVolker Hilsheimer2009-07-163-39/+58
| | | | | | | | | | | | | | | | | | in new overloads. Reviewed-By: bnilsen
| | * Fix warnings for mingwThierry Bastian2009-07-166-13/+12
| | |
| | * Fixed warnings on mingwThierry Bastian2009-07-161-2/+2
| | |
| | * Fix (some) spelling and grammatical errors in translatable strings.Volker Hilsheimer2009-07-166-8/+8
| | | | | | | | | | | | | | | | | | | | | Requires an update of existing translations. Fixes: 247314 Reviewed-by: TrustMe
| | * A small optimisation for the utf8->utf16 conversion.Denis Dzyubenko2009-07-161-21/+11
| | | | | | | | | | | | Reviewed-by: Thiago Macieira
| | * Changed the implementation of the unicode text codecs to share more code ↵Denis Dzyubenko2009-07-164-250/+241
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with qstring. The qstring unicode conversion functions used to have its own implementation, which did the same as QUtf*Codecs, so with the change all of them will share the same implementation. Reviewed-by: Thiago Macieira
| | * XmlSchema: update license headersPeter Hartmann2009-07-163-12/+12
| | | | | | | | | | | | Reviewed-by: TrustMe
| | * XmlSchema: add license headers for some filesPeter Hartmann2009-07-164-0/+131
| | | | | | | | | | | | | | | | | | some files did not contain the proper license headers. Reviewed-by: TrustMe
| | * Wrapped the XInput include with an ifdef.Denis Dzyubenko2009-07-161-0/+4
| | | | | | | | | | | | | | | | | | | | | That should fix compilation on platforms that do not have xinput headers installed. Reviewed-by: Thiago Macieira
| | * With license it's better.Alexis Menard2009-07-161-0/+41
| | |
| | * Update the license header in a few more placesThiago Macieira2009-07-163-3/+3
| | |
| | * Update the license headers in XML Schema to the new formatThiago Macieira2009-07-16109-109/+109
| | |
| | * Use Unix signal handlers to properly close the test log when a test isRohan McGovern2009-07-151-5/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | terminated by a signal. The new XML testloggers in Qt 4.6 only output a testlog after the test completes. Therefore, if a test crashes, no testlog will be output at all. This is a functional regression from Qt 4.5 and earlier where the testlog would be output up to the point where the crash occurred. This is a Unix-specific fix for this problem. This change is also useful for hanging tests; if the test is killed with SIGTERM it will output the test log up to the current test before it exits.
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-07-15277-1192/+39494
| |\ \
| * \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-07-14954-5970/+22777
| |\ \ \
| * | | | Doc: Review of documentation forDavid Boddie2009-07-141-31/+30
| | | | | | | | | | | | | | | | | | | | | | | | | Task-number: 254461 Reviewed-by: Alexis Menard
* | | | | Fixes: Do not create a mapping for filtered items in QSortFilterProxyModel.Marius Bugge Monsen2009-07-171-16/+26
| |_|_|/ |/| | | | | | | | | | | | | | | Task: 258227 Details: This patch fixes the problem where items that are filtered, can sometime still have a mapping. This creates a problem when they become visible again, and the outdated mapping already exists.