| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
This makes Qt work on QNX 6.4.
* no q3support, no phonon
* no QSharedMemory, no QSystemSemaphore, no QProcess
Reviewed-By: Robert Griebl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This makes Qt work on VxWorks 6.6+ in native (kernel) mode.
* compiles with the WindRiver GNU toolchain (Linux only)
* works with QWS (tested with the VNC driver only)
* tested on PPC hardware and the x86 VxWorks simulator
* no q3support, no phonon, no webkit
* no QSharedMemory, no QSystemSemaphore, no QProcess
* only one QApplication instance (flat address space)
* filesystem support depends heavily on the quality of the native driver
* QLibrary is just a dummy to make plugins work at all
* qmake transparently creates VxWorks munching rules for static ctors
* made auto-test cope with missing OS features
A special note regarding the Q_FOREACH patch for dcc:
when calling foreach(a,c) with c being a function returning a container,
the compiler would generate 5 references to some labels (.LXXXX), which
are not there (so the linker complains in the end).
Seems like dcc doesn't really like the 'true ? 0 : <function call to get type>'
statement
Reviewed-By: Harald Fernengel
|
|
|
|
| |
too "advanced".
|
|
|
|
|
|
|
|
|
| |
After discussions with product management, it was considered best that
this example be removed until it can be improved. There are some bugs
an irregularities that should be cleaned up, and the theme should be
made less violent.
Reviewed-by: Volker Hilsheimer
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
QTransform and respective APIs should be used. Still some changes required
- Some references to QMatrix left in documentation
- Qt code uses QMatrix APIs (ie translationX)
Reviewed-by: Samuel
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
pages, and update with information relevant for Qt 4.6
|
|\ |
|
| |
| |
| |
| | |
Reviewed-by: Kavindra
|
| |
| |
| |
| | |
Reviewed-By: Paul
|
| | |
|
| |
| |
| |
| |
| |
| | |
Task-number: 257669
Reviewed-by: Trust Me
Bikeshed-value-for-reviewed-by-field: 11
|
| |
| |
| |
| |
| |
| |
| |
| | |
coordinate system
Task: 258259
Reviewed-By: João Abecasis <joao@trolltech.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
the same method was also added to QSslSocket.
previously, it was only possible to ignore all SSL errors; now, it is
also possible to only ignore specific SSL errors, given by a QList of
QSslErrors.
Moreover, it is possible to call this newly added method right after
connecting, not just when we get the SSL error.
Reviewed-by: Thiago
Task-number: 257322
|
| |
| |
| |
| |
| |
| |
| | |
The classes marked \obsolete are no longer included in the
"All Classes" list. They are listed separately on an
"Obsolete Classes" list. The new page is reachable from the
"All Classes" page and from the "Grouped Classes" page.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Remove some references to QAnimation. QAnimation does not exist.
* Clarify the documentation for QEasingCurve::Linear. (avoid "tweening"
and "no easing")
* In the diagrams, change "ease" to "value".
* Change the diagram generation code to use antialiased drawing
(just as we do in the easingcurve example)
Reviewed-by: leo
|
|/ |
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|\ |
|
| |\
| | |
| | |
| | |
| | | |
Reviewed-by: denis
Reviewed-by: Prasanth
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
and add manual testcase.
Provide replacement "screenCount" for numScreens and document numScreens
as obsolete to be more consistent with other APIs.
|
| | | |
|
| |/
| |
| |
| | |
Reviewed-by: Kent Hansen
|
|/
|
|
|
| |
Reviewed-by: Trust Me
Post-review-sanity-check-by: Peter Hartmann
|
|
|
|
|
|
|
| |
bar where TabletPC users can also see them.
Fixes: task 216859
Rev-by: TrustMe
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Reviewed-By: TrustMe
Task: 257919
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| | |
Letting qdoc output it automatically produces the wrong header
file name.
Task-number: 217268 210171 220664
|
| |\ |
|
| | |
| | |
| | |
| | | |
Task-number: 193615
|
| | |
| | |
| | |
| | | |
Reviewed-by: trustme
|
| | |
| | |
| | |
| | | |
Task-number: 189232
|
| | |
| | |
| | |
| | | |
Task-number: 189232
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
omissions when qdoc is used in certain Windows environments.
Task-number: 256415
Reviewed-by: Trust Me
|
| | |
| | |
| | |
| | | |
Reviewed-by: Trust Me
|
| |/
| |
| |
| |
| | |
Reviewed-by: Trust Me
As-seen-on: #pyqt (freenode.net)
|
| |
| |
| |
| | |
Reviewed-by: kh
|
| |
| |
| |
| | |
Reviewed-By: TrustMe
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- .ts file -> TS file
- .qm file -> QM file
- .ui file -> UI file
+ a handfull of typos I stumbled over
Merge-request: 802
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
|