summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Optimized XCB window surface using partial updates and shared images.Samuel Rødal2011-02-085-34/+138
|
* Add WM_DELETE_WINDOW support and clean up atom / connection handling.Samuel Rødal2011-02-0810-39/+124
|
* Added atom resolving, resizing, and window title support to XCB backend.Samuel Rødal2011-02-074-2/+395
|
* Added support for scrolling in XCB window surface.Samuel Rødal2011-02-071-1/+10
|
* Lighthouse Wayland: wayland-egl entry points where renamedJørgen Lind2011-02-072-7/+6
| | | | | | | Conflicts: src/plugins/platforms/wayland/qwaylanddisplay.cpp src/plugins/platforms/wayland/qwaylanddrmsurface.cpp
* Improve mouse input handling in XCB lighthouse backend.Samuel Rødal2011-02-071-7/+46
|
* Make sure its possible to use qpa scope in use applicationsJørgen Lind2011-02-071-0/+1
| | | | | | | | | | In user applications it should be possible to write something like qpa { HEADERS += Lighthousespecificheader.h } Reviewed-by: paul
* Initial (incomplete) XCB platform port.Samuel Rødal2011-02-0712-0/+1077
|
* Moving mac specific functionality into correct place in pri fileJørgen Lind2011-02-071-8/+4
|
* Move Mac specific include into Q_WS_MAC scope for QScroller abstractioncon2011-02-071-1/+2
| | | | Reviewed-by: jorgen
* Lighthouse: QGLWidgetPropogate the resizeEvent down to the WidgetJørgen Lind2011-02-071-1/+2
| | | | before doing the QGLWidget event handling
* Lighthouse: Fix if context isSharing setup for QGLContextJørgen Lind2011-02-071-0/+2
|
* wayland: Use wayland-egl instead of drm specific codeKristian Høgsberg2011-02-075-132/+38
|
* Lighthouse: Wayland, if we don't have cursors installedJørgen Lind2011-02-011-0/+3
| | | | or the configuration is faulty, then don't change cursors
* wayland: Handle keyboard focus correctlyKristian Høgsberg2011-02-011-5/+14
| | | | Activate the window widget and update modifiers.
* Lighthouse: Wayland plugin. Only create depth and stencil buffers onceKristian Høgsberg2011-01-272-9/+9
|
* Precision specifiers are not allowed for shader variablesKristian Høgsberg2011-01-271-14/+14
| | | | Reviewed-by: sroedal
* Remove unneeded includeJørgen Lind2011-01-271-5/+1
|
* Only const_cast can remove const :)Jørgen Lind2011-01-271-1/+1
|
* Merge branch 'master' into lighthouse-masterJørgen Lind2011-01-2610602-16862/+24546
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2011-01-252-40/+39
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1: Added scrollbars support to the Linguist form preview. interpret backslash escaping of quotes in split_arg_list() cleanup split_arg_list() some more slightly reorganize split_arg_list() remove the somewhat bizarre unquoting of the last argument in split_arg_list() remove the completely insane quote nesting from split_value_list()
| | * Added scrollbars support to the Linguist form preview.Sergey Belyashov2011-01-251-0/+2
| | | | | | | | | | | | | | | Merge-request: 1030 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
| | * interpret backslash escaping of quotes in split_arg_list()Oswald Buddenhagen2011-01-251-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | split_value_list() interprets them, too, but this is useless if the higher layer doesn't and is thus confused by unmatched quotes. note the top-level parsing layer doesn't support escapes, but that's ok, because there function calls are "isolated" by non-escapable parenthesis counting (and the RHS of assignments is not subject to any parsing at all). Reviewed-by: mariusSO
| | * cleanup split_arg_list() some moreOswald Buddenhagen2011-01-251-5/+6
| | | | | | | | | | | | | | | | | | | | | unify the code paths for last and intermediate arguments. as a side effect, this should be somewhat more efficient. Reviewed-by: mariusSO
| | * slightly reorganize split_arg_list()Oswald Buddenhagen2011-01-251-31/+28
| | | | | | | | | | | | | | | | | | cut down code duplication Reviewed-by: mariusSO
| | * remove the somewhat bizarre unquoting of the last argument in split_arg_list()Oswald Buddenhagen2011-01-251-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | the last argument would be unquoted, but only if currently in a quote. that means that an invalid construct like "foo"" would be reduced to another invalid construct foo". this doesn't sound overly useful ... Reviewed-by: mariusSO
| | * remove the completely insane quote nesting from split_value_list()Oswald Buddenhagen2011-01-251-6/+6
| |/ | | | | | | | | | | | | | | | | "foo 'bar "whee"' baz" would be actually treated like nested quotes. of course, this makes utterly no sense, as both the layers below and above couldn't do anything with that. and it would break actually useful things like quoting an apostrophe. Reviewed-by: mariusSO
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into ↵Qt Continuous Integration System2011-01-2414-238/+261
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging: Fixed spelling. Various small fixes for the QScroller examples Use qreal everywhere to avoid double/float errors on embedded platforms. Fixed overshooting with a very low start velocity. Fix Xrandr DPI calculation for NVidia TwinView. Review and improve scroller documentation Improve overshooting behaviour
| | * Fixed spelling.Robert Griebl2011-01-241-1/+1
| | | | | | | | | | | | Reviewed-by: TrustMe
| | * Various small fixes for the QScroller examplesRobert Griebl2011-01-2411-31/+28
| | | | | | | | | | | | Reviewed-By: TrustMe
| | * Use qreal everywhere to avoid double/float errors on embedded platforms.Robert Griebl2011-01-241-9/+9
| | | | | | | | | | | | Reviewed-by: Ralf Engels
| | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into ↵Qt Continuous Integration System2011-01-243-207/+233
| | |\ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging: Fixed overshooting with a very low start velocity. Fix Xrandr DPI calculation for NVidia TwinView. Review and improve scroller documentation Improve overshooting behaviour
| | * Fixed overshooting with a very low start velocity.Robert Griebl2011-01-242-71/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this patch, the slow down (overshoot) was a separate scroll segment. This could lead to an actual acceleration when going into overshoot with a very low velocity. The new approach is to just continue with the normal scroll segment, until the max overshoot distance is reached and only add one additional segment for the bounce-back animation to complete the overshoot animation. Reviewed-by: Ralf Engels
| | * Fix Xrandr DPI calculation for NVidia TwinView.Robert Griebl2011-01-241-2/+11
| | | | | | | | | | | | | | | | | | | | | The problem is that a Xinerama 'screen' (as used by QDesktopWidget) does NOT correspond to a Xrandr 'screen', so we have to convert via the root windows. Reviewed-by: Ralf Engels
| | * Review and improve scroller documentationRalf Engels2011-01-242-129/+127
| | |
| | * Improve overshooting behaviourRalf Engels2011-01-241-11/+14
| | |
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2011-01-245-5/+10
| |\ \ | | |/ | |/| | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1: Add comctl32 v6 assembly dependency to applications only (not libraries)
| | * Add comctl32 v6 assembly dependency to applications only (not libraries)miniak2011-01-245-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This improves the patch from merge request #2526 to add the comctl32 v6 assembly dependency to applications only, as it was being done previously (although only when /SUBSYSTEM:WINDOWS, not when /SUBSYSTEM:CONSOLE). Other existing makespecs are not affected, as they still have all flags in QMAKE_LFLAGS, and QMAKE_LFLAGS_EXE is simply empty. Merge-request: 1020 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2011-01-213-20/+94
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1: QPainterPath: Ignore calls with NaN/Infinite parameters Doc: Fixing typo
| | * QPainterPath: Ignore calls with NaN/Infinite parametersAdemar de Souza Reis Jr2011-01-212-19/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QPainterPath can't handle NaNs/Inf inside coordinates, but instead of safely ignoring or aborting an operation, it shows a warning and keeps going on, with undefined behavior. Sometimes leading to infinite loops, leaks or crashes (see qtwebkit example below). This is particularly bad when QPainterPath is used to render content from untrusted sources (web or user data). As an example, there's a qtwebkit bug where the browser crashes when a particular SVG is loaded: https://bugs.webkit.org/show_bug.cgi?id=51698. Please note that "untrusted sources" doesn't apply only to network sources. This behavior can probably be exploited on applications such as file-browsers with previews enabled. Task-number: QTBUG-16664 Signed-off-by: Ademar de Souza Reis Jr <ademar.reis@openbossa.org> Merge-request: 1026 Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com> Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
| | * Doc: Fixing typoSergio Ahumada2011-01-211-1/+1
| |/
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-releng-staging into ↵Qt Continuous Integration System2011-01-213-0/+369
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-releng-staging: Added initial set of .pkg files for Symbian SIS generation Allow hard-coding the Unix temp path QtScript: add more tests to QObject binding QScriptValueIterator: fix iterateArray and iterateString tests Use file names in header include guards instead of namespace names
| | * Merge remote branch 'qt-releng-review/master'Eckhart Koppen2011-01-213-0/+369
| | |\ | |/ /
| | * Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt-releng-teamQt Continuous Integration System2011-01-207-92/+634
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of git://scm.dev.nokia.troll.no/qt/qt-releng-team: Added initial set of .pkg files for Symbian SIS generation Allow hard-coding the Unix temp path QtScript: add more tests to QObject binding QScriptValueIterator: fix iterateArray and iterateString tests Use file names in header include guards instead of namespace names
| | | * Added initial set of .pkg files for Symbian SIS generationEckhart Koppen2011-01-203-0/+369
| | | | | | | | | | | | | | | | Reviewed-by: TrustMe
| | | * Allow hard-coding the Unix temp pathHarald Fernengel2011-01-201-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This came as a requirement from a device manufacturer that couldn't agree whether tmp is /var/tmp or /tmp, which lead to all kinds of side effects. QSharedMemory token generation was broken depending on where TMPDIR pointed to. This patch allows hard-coding a Qt-wide temp-dir in qplatformdefs. Reviewed-by: Robert Griebl
| | | * QtScript: add more tests to QObject bindingCaio Marcelo de Oliveira Filho2011-01-201-0/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a few more tests to exercise dynamic properties and child objects as properties of QObject binding. Some of these were implicitly tested elsewhere, but is good to have the "properties" clearly stated in our test suite. Reviewed-by: Jedrzej Nowacki
| | | * QScriptValueIterator: fix iterateArray and iterateString testsCaio Marcelo de Oliveira Filho2011-01-201-87/+143
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes the assumption that the properties will be ordered by index and that length will be visited after the indexes, which are not part of QScriptValueIterator API. Reviewed-by: Kent Hansen
| | | * Use file names in header include guards instead of namespace namesMartin Pejcoch2011-01-201-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dumpcpp used "-n" option value for guard macros in headers which was wrong, because that implies that every QtAx COM wrapper must have a unique namespace. Task-number: QTBUG-14383 Reviewed-by: Prasanth
| | * | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt-releng-teamQt Continuous Integration System2011-01-197-50/+111
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of git://scm.dev.nokia.troll.no/qt/qt-releng-team: Fix qmake project in QtScript benchmarks Fixes color property of QComboBox stylesheet Avoid runId clashes Small improvements to host mapping and mismatch report Implemented storing the full set of metadata (platform info) for baselines