summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* rename QLockedMutexUnlocker to QMutexUnlockerHarald Fernengel2009-08-171-5/+5
| | | | Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
* Changed to SymbianVersion enum after review.axis2009-08-172-9/+9
| | | | | RevBy: Trust me AutoTest: It built...
* Merge branch 'fixCursorLagInVK'axis2009-08-171-0/+2
|\
| * Fix the cursor lagging one step behind in the Virtual Keyboard UI.axis2009-08-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | This was caused by the widget not calling update on the input context after changes to the cursor position. This is a reimplementation of 8d1691e9395, after the QLineControl refactoring. RevBy: Trust me AutoTest: Passed
* | Fixed a compile error for qs60style.cpp on s60 build.Liang Qi2009-08-151-1/+1
| |
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicAlessandro Portale2009-08-141-3/+1
|\ \
| * | remove a ### commentLars Knoll2009-08-141-3/+1
| | | | | | | | | | | | | | | The change is actually correct, as we only need the commented out codepath for debugging.
* | | Removing some unused variables.Alessandro Portale2009-08-146-17/+0
|/ / | | | | | | | | | | Conflicts: src/gui/styles/qwindowsstyle.cpp
* | Fix incorrect logic in QPixmap::fromSymbianCFbsBitmap.Jason Barron2009-08-141-1/+4
| | | | | | | | | | | | In some alternate universes it might make sense to use a pointer before checking if it is valid, but since this isn't one we shoudn't do it. Also extend the autotest a little to make sure we catch this case.
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicSami Merilä2009-08-141-3/+4
|\ \
| * \ Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-08-142-2/+4
| |\ \
| * | | Fixed merge failure in qfsfileengine_unix.cpp.Miikka Heikkinen2009-08-141-3/+4
| | | |
* | | | S60Style: Draw vertical busy indicator with correct graphic.Sami Merilä2009-08-141-1/+3
| |/ / |/| |
* | | S60Style: Draw QFrames in default casesSami Merilä2009-08-141-0/+2
| | |
* | | S60Style: Draw non-initialized icons as enabled.Sami Merilä2009-08-141-1/+1
| | |
* | | Changed QCoeFepInputContext::ReportAknEdStateEvent so that it actually ↵mread2009-08-141-1/+1
|/ / | | | | | | forwards the event and doesn't just send a fixed one.
* | Partially revert oom safety fixesHarald Fernengel2009-08-141-18/+9
| | | | | | | | | | Turns out it's way too much work to make all the Pixmap backends strongly exception safe. Bumped to "future Qt version" :)
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicShane Kearns2009-08-143294-6495/+11052
|\ \
| * | Implemented minimalistic modal handling for Symbian OS.Janne Anttila2009-08-141-7/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The implementation is likely not complete, but makes autotests using QApplication::activeModalWidget to pass. At least the following test now pass successfully: qcolordialog qmessagebox Might have positive impact to other autotests as well.
| * | Changing names of Symbian leave <-> qt throw translation functionsmread2009-08-138-20/+20
| | | | | | | | | | | | due to http://qt-reviews.europe.nokia.com/r/67/
| * | Fix compilation of unix file engine.Jason Barron2009-08-131-19/+20
| | | | | | | | | | | | | | | | | | | | | | | | Add a bracket to the right place and re-arrange the code a little. The indenting was wrong here in the non-Symbian case since the if (exists) did not have curly bracket. Also copy the union of the Hidden flag into the Symbian #ifdef to make this code slightly more readable.
| * | Clean up platform defines a bitHarald Fernengel2009-08-131-3/+1
| | | | | | | | | | | | As per Marius' S-O's request :)
| * | trivial: change commentHarald Fernengel2009-08-131-1/+1
| | |
| * | Use QScopedPointer wherever possibleHarald Fernengel2009-08-133-53/+44
| | | | | | | | | | | | | | | Ensures that we don't leak when creating a new Pixmap while running out of memory
| * | Replace QCustomScopedPointer with QScopedPointerHarald Fernengel2009-08-132-3/+5
| | | | | | | | | | | | First step to get rid of QCustomScopedPointer class
| * | Fix QVarLengthArray out of bounds readHarald Fernengel2009-08-131-1/+3
| | | | | | | | | | | | Reviewed-By: Ralf Engels
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJason Barron2009-08-131-2/+2
| |\ \
| | * \ Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-08-1314-66/+66
| | |\ \
| | * | | Worked around RVCT scoping issues by making scope explicit in places thatMiikka Heikkinen2009-08-131-2/+2
| | | | | | | | | | | | | | | | | | | | the compiler couldn't figure out when building qsharedpointer test.
| * | | | Merge commit 'qt/master'Jason Barron2009-08-133286-6252/+10841
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: examples/opengl/samplebuffers/glwidget.cpp src/corelib/io/qfsfileengine_unix.cpp src/corelib/kernel/qobject.cpp src/corelib/tools/qsharedpointer.cpp src/gui/gui.pro tests/auto/qhttp/tst_qhttp.cpp tests/auto/qkeyevent/tst_qkeyevent.cpp
| | * | | Fixes proper quoting under odbc.Bill King2009-08-131-11/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Query the database for the quoting charachter, don't assume you know what it is. Reviewed-by: Justin McPherson
| | * | | Ugly round corners when no border is drawnGabriel de Dietrich2009-08-122-7/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When specifying round corners with QStyleSheetStyle and no border-width specified, the round corners were not rendered with antialiasing. Furthermore, if border-width was set to 0, part of the border was rendered in discordance with CSS3. The background in now rendered directly instead of drawing a clipped rectangle. The actual border width is checked before rendering. A test has been added at tests/auto/uiloader/baseline/css_borderradius_allwidgets.ui Task-number: 230362 Reviewed-by: olivier
| | * | | oops: fix an issue when going backward and there is only 1 key value setThierry Bastian2009-08-121-4/+11
| | | | |
| | * | | extern the Qt helper functions with Q_CORE_EXPORTHarald Fernengel2009-08-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The q* helper functions are declared as Q_CORE_EXPORT, so they have to be extern'd like that as well. This fixes a problem where adding a resource to a project would result in undefined symbols on some RVCT versions. Reviewed-by: Andy Shaw <andy.shaw@nokia.com>
| | * | | Make QPropertyAnimation symetric wrt directionThierry Bastian2009-08-122-39/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is now possible to set a start value and no end value and starting the animation will pick the default end value from the current value of the property that's being animated.
| | * | | fixing warnings for qreal=floatThomas Hartmann2009-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | Reviewed-by: Joerg
| | * | | QGraphicsRotation and QGraphicsRotation3D are now merged into 1 classThierry Bastian2009-08-122-119/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | You can now also set the axis following hte Qt::Axis enum Note: I'm not 100% sure about the maths in QGraphicsRotation::applyTo Feel free to fix it. Reviewed-by: ogoffart
| | * | | Mouse move events delivered toa blocked widget.Prasanth Ullattil2009-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On windows we were not checking whether the widgets receiving the mouse events are blocked by another modal widget or not. Task-number: 255912 Reviewed-by: Thierry Bastian
| | * | | fix decoration of DontShowOnScreen widgets on Windows CEJoerg Bornemann2009-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Widgets with the WA_DontShowOnScreen attribute must not have a window decoration. Autotest: tst_QWidget::initialPosForDontShowOnScreenWidgets Reviewed-by: thartman
| | * | | Add the typedefs to QSharedPointer and QWeakPointer to make templateThiago Macieira2009-08-121-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | usage simpler. For example, this allows writing code like: template <class Pointer> typename Pointer::pointer getPointer(constPointer &p) { return p.data(); } and that code will work for both QSharedPointer and QWeakPointer. Reviewed-by: Harald Fernengel Also add an operator- to make pointer operations possible.
| | * | | Autotest: make sure we can't create QWeakPointer from a QObject in destruction.Thiago Macieira2009-08-121-0/+2
| | | | | | | | | | | | | | | | | | | | This test only works in debug mode
| | * | | Doc: explain the use of QWeakPointer for tracking QObjectsThiago Macieira2009-08-122-14/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Explain the difference to QPointer and why QWeakPointer should be used instead. Reviewed-by: Trust Me
| | * | | Possible Dead lock in the destructor of QObjectThierry Bastian2009-08-123-13/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem was that we were locking a mutex that was global to thread to remove posted events associated with a QObject from the posted event list. We were also immediately deleting those events. If that triggers the deletion of another QObject, you would then trigger a dead-lock. Task-number: 259514 Reviewed-by: brad Reviewed-by: ogoffart
| | * | | Phonon: On windows, cross fading was brokenThierry Bastian2009-08-121-1/+2
| | | | |
| | * | | usage of Q_OS_WINCE fixedJoerg Bornemann2009-08-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's no QT_OS_WINCE define. Reviewed-by: mauricek
| | * | | Replace "Trolltech" with more appropriate terms.Jason McDonald2009-08-125-5/+4
| | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | * | | Compile fix for Windows CE standard SDKThomas Hartmann2009-08-122-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Q_WS_SINCE_WM ifdefs were broken Reviewed-by: Joerg
| | * | | Update obsolete email addresses.Jason McDonald2009-08-12326-572/+572
| | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | * | | Replace some mentions of Trolltech with more appropriate terms.Jason McDonald2009-08-1217-27/+27
| | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | * | | Update obsolete URL's in code and docs.Jason McDonald2009-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me