summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixes build for Windows MobileThomas Hartmann2009-07-201-1/+0
| | | | Reviewed-by: Joerg
* doc: Changed several \reimp to \internalMartin Smith2009-07-202-19/+19
| | | | The base function was \internal pr private.
* On Vista the native file dialog search feature return wrong paths.Prasanth Ullattil2009-07-201-4/+208
| | | | | | | | | | Windows Vista (& above) allows users to search from file dialogs. If user selects multiple files belonging to different folders from these search results, the GetOpenFileName() will return only one folder name for all the files. To retrieve the correct path for all selected files, we have to use Common Item Dialog interfaces. Task-number: 258087 Reviewed-by: Jens Bache-Wiig
* doc: Print warning where \reimp is used where \internal should be used.Martin Smith2009-07-201-9/+13
| | | | e.g. '\reimp' in myFunc() should be '\internal' because its base function is private or internal
* Mention Milan Burda's Windows 9x/ME support removal contributionMarius Storm-Olsen2009-07-202-0/+3
| | | | | | | With the exception of cfadf08a, all the commits from adc1c08e to a6e32ae1 were from Milan, even if the Author were on some of the commits mangled into my name. This was my mistake, when splitting and reorganizing his massive contribution. My appologies Milan.
* Doc: some rephrasing and fixingVolker Hilsheimer2009-07-201-33/+32
| | | | Reviewed-by: Thiago
* doc: Increased memitemleft width from 160px to 180px.Martin Smith2009-07-202-2/+3
|
* checksdk now uses the bootstrap libJoerg Bornemann2009-07-204-62/+32
| | | | | | | | | The checksdk build was broken and it makes no sense to maintain two seperate bootstrap configurations. The checksdk sources had to be corrected in certain cases to work with the bootstrap lib. Esp. using qDebug for ouput message is not a good idea. Reviewed-by: thartman
* make the boostrap lib work for projects that aren't in src/toolsJoerg Bornemann2009-07-201-10/+10
| | | | | | | This is preparation for making Windows CE checksdk use the bootstrap lib. Reviewed-by: thartman
* WinCE build fixes. Use qgetenv instead of getenv...Joerg Bornemann2009-07-202-5/+5
| | | | Reviewed-by: thartman
* compile fix after the last commitDenis Dzyubenko2009-07-201-1/+1
|
* QDesktopServices::openUrl failed for local file paths with a file schemaDenis Dzyubenko2009-07-201-2/+4
| | | | | | | | | OpenUrl couldn't open relative urls because we were passing 'file:///' schema to the ShellExecute on Windows Reviewed-by: Prasanth Ullattil # with '#' will be ignored, and an empty message aborts the commit.
* Compile fix with namepaceshjk2009-07-203-16/+13
| | | | | | Some QT_{BEGIN,END}_HEADER macros had been missing or misplaced. Reviewed-by: thiago
* Compile fix with namespaces after 8ab072aff0 broke it.hjk2009-07-201-0/+3
|
* Compile fix for windows and winceDenis Dzyubenko2009-07-202-0/+4
| | | | | | | Added qtextcodec and qutfcodec to bootstrapped applications (checksdk and configure) Reviewed-by: trustme
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtVolker Hilsheimer2009-07-2055-55/+55
|\
| * Xml Schema: license header updatePeter Hartmann2009-07-2055-55/+55
| | | | | | | | Reviewed-by: TrustMe
* | Doc: add \since 4.6Volker Hilsheimer2009-07-201-0/+3
|/
* Get monotonic time working on Mac OS X for corelib programs.Norwegian Rock Cat2009-07-201-2/+21
| | | | | | | | | | | | | | | | Mac OS X does not provide POSIX monotonic timers. Instead it does provide a Mach call to get the absolute time (a.k.a., number of CPU ticks) for the next timer event. This gets us around the bug in select(2) on Mac, that it doesn't wakeup when the times been changed. Of course, if you used the GUI event dispatcher, which is based on CFRunLoopTimers, this is not an issue, but if you really just need corelib, it's a bear to bring in the other stuff. Thanks to the nice guys at Parallels for the basics of the patch! Task-number: 237384 Reviewed-by: Bradley T. Hughes
* Add the "star" example, which demonstrates how to mix OpenVG and QPainterRhys Weatherley2009-07-207-0/+290
| | | | Reviewed-by: trustme
* Fix compilation for db2 driver after win9x removal spreeBill King2009-07-201-0/+2
|
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtRhys Weatherley2009-07-1930-103/+134
|\
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtVolker Hilsheimer2009-07-191-1/+1
| |\
| * | Doc: A few cleanups, fixes and improvements.Volker Hilsheimer2009-07-1914-34/+38
| | |
| * | Doc: add \since 4.6 for new APIsVolker Hilsheimer2009-07-1920-69/+96
| | |
* | | Make openvg.prf work properlyRhys Weatherley2009-07-194-14/+9
| |/ |/| | | | | | | | | | | This change makes "QT += openvg" include the right includes and libs via openvg.prf automatically. Reviewed-by: trustme
* | Fix: Qt::ToolButtonSystemDefault replaced with Qt::ToolButtonFollowStyleGuido Seifert2009-07-191-1/+1
|/ | | | Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
* Doc: Document QAction::Priority and Qt::ToolButtonFollowStyle.Volker Hilsheimer2009-07-183-7/+28
|
* 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
|
* make test immune to qt header changesOswald Buddenhagen2009-07-171-2/+2
| | | | ... by hiding the include from lupdate's view
* micro-optimization of some string operationsOswald Buddenhagen2009-07-171-18/+18
|
* some directory separator cleanupOswald Buddenhagen2009-07-172-15/+21
| | | | | | | | | | - don't duplicate slashes during path concatenation - always use forward slashes when dealing with Option::output_dir - rely on Option::output_dir being normalized at all times still a *very* long way to go, for which we have no time now. Reviewed-by: mariusSO
* 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-172-2/+75
| | | | | | | | | | | 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
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-07-1759-406/+1237
|\
| * Fix compilation on Mac.Volker Hilsheimer2009-07-171-1/+1
| |
| * Fix compileJens Bache-Wiig2009-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-1710-81/+323
| |\ | | | | | | | | | | | | Reviewed-by: denis Reviewed-by: Prasanth
| | * Implement QDesktopWidget::screenCountChanged signal on desktop platforms,Volker Hilsheimer2009-07-1710-81/+323
| | | | | | | | | | | | | | | | | | | | | 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-1710-6/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Update the documentation after the change in the completer exempleOlivier Goffart2009-07-172-6/+14
| | |
| * | Lets the size of the completer be configurable in a way similar to QComboBox.Frédéric Mercille2009-07-176-7/+123
| | | | | | | | | | | | | | | Merge-request: 884 Reviewed-by: Olivier Goffart <ogoffart@trolltech.com>
| * | Update to also use a uifile.icns file for Designer.Norwegian Rock Cat2009-07-173-1/+4
| | | | | | | | | | | | | | | If we are doing it for Creator, we may as well be nice and do a similar thing for Designer.
| * | 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-17226-928/+1825
| |\ \
| | * | 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-173-1/+47
| | | | | | | | | | | | | | | | Reviewed-by: Kent Hansen