| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Symbian already has the executables musicplayer.exe, mediaplayer.exe and
ftp.exe, with the result that we overwrite them with Qt. We solve this
by renaming the examples, and do it not only on Symbian, such that Qt
remains consistent across platforms.
This was previously partly done for mediaplayer. The folder name needs
to be consistent with the executable, for qtdemo to work. Done jointly
with Alessandro.
Task-number: QTBUG-4743
Reviewed-by: Alessandro Portale
Reviewed-by: Frans Englich
|
|
|
|
|
|
|
|
|
| |
The default STL (Rogue Wave STL) is far too old for Qt. It doesn't
meet the ISO C++ 98 specification. Using a more recent (and
standards-compliant) STL like stlport4 enables Qt to build even
QtWebKit on Solaris.
Also change the note indicating we're using Sun Studio 12, not 8.
|
|
|
|
|
| |
This is a big change from the original,
and I expect we will want modifications.
|
|
|
|
|
|
|
|
| |
Changing names to Symbian platform
Task-number: QT-2268
Rev-by: Espen Riskedal
|
|
|
|
|
|
|
|
| |
Changing names to Symbian platform
Task-number: QT-2268
Rev-by: Espen Riskedal
|
|\ |
|
| | |
|
| |\ |
|
| | | |
|
| | | |
|
| |/
| |
| |
| |
| | |
Task-number: QT-772
Reviewed-by: TrustMe
|
|/
|
|
|
|
|
| |
Executing "perl createpackage.pl" will only work in bin dir, so changed
the wording a bit.
Reviewed-by: Janne Anttila
|
|
|
|
| |
New API will most likely not be in the Beta release.
|
| |
|
|
|
|
| |
Reviewed-by: Trust Me
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- I reverted the font enlargement. This should be up to the user.
- The fonts are now uniform again, giving a more professional apparance.
- Added a slight gradient for the headers to give it a more modern look.
- Fixed a rendering glitch with webkit where no borders were visible.
The qt-resources.qdoc is basically there to export the image.
Reviewed-by: Morten Engvoldsen
|
|
|
|
| |
Reviewed-by: Trust Me
|
|
|
|
| |
Reviewed-by: Trust Me
|
|
|
|
| |
Also point to the right contact-us address.
|
|
|
|
| |
Reviewed-by:David Boddie <dboddie@trolltech.com>
|
|
|
|
| |
Needs a screenshot or picture.
|
| |
|
|
|
|
| |
IPC is missing.
|
|
|
|
|
|
| |
Also add links to relevant APIs or documents for each block.
Missing: Qt on Symbian
|
| |
|
|
|
|
|
|
|
|
|
| |
Display lists, and a few other features dont work in ES/ES2. Refaoctor to
allow redo of lighting and other non-fixed-function pipeline features.
Also use QAnimation* classes instead of timers, and correct a few minor
bugs (flipped texture). Include new screenshot (old one manifested bug).
Reviewed-by: Rhys Weatherley
|
|
|
|
|
|
|
|
| |
This effect was removed in 1c9a28ea64cc53e61a64644dc5a4ff121b475bc5, but
has now been readded on request from a couple of customers. Andreas also
agreed we should provide this effect.
Reviewed-by: Andreas
|
|
|
|
| |
It now finds a lot more \since 4.6 stuff.
|
|
|
|
|
| |
Task-number: QT-2204
Reviewed-by: Janne Anttila
|
|\ |
|
| | |
|
| |
| |
| |
| |
| | |
Discussed in the program team - adding it as a Tier 1 platform is too
ambitious.
|
| |
| |
| |
| | |
Reviewed-by: Trust Me
|
| |\ |
|
| | |
| | |
| | |
| | |
| | | |
Task-number: QTBUG-2989
Reviewed-by: Jason Barron
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Those two classes are specific to the state machine framework, but
their names were so generic that we felt they were polluting the
Q-namespace. They are now QStateMachine::SignalEvent and
QStateMachine::WrappedEvent.
Reviewed-by: Eskil Abrahamsen Blomfeldt
|
| |/
| |
| |
| | |
Reviewed-by: Trust Me
|
| |
| |
| |
| |
| |
| | |
Snippets pointing to moved code - now fixed.
Reviewed-by: TrustMe
|
| |
| |
| |
| | |
Reviewed-by: Trust Me
|
| |
| |
| |
| |
| | |
Implicit sharing makes this a bit of a trap, since the iterator continues
to function, but only on the data in the copies.
|
| | |
|
| |
| |
| |
| |
| | |
In particular, MSSQL, DB2 and Sybase suffer from cross-platform and
feature complete client libraries.
|
|\ \
| |/ |
|
| |
| |
| |
| | |
Reviewed-by: Bill King
|
| |
| |
| |
| |
| |
| | |
QAudioDeviceInfo.
Reviewed-by: Bill King
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
With this patch, the application developer can use his own
CEikApplication, CEikDocument and CEikAppUi classes with Qt, by
deriving from QS60MainApplication, QSMainDocument and QS60MainAppUi,
respectively. He can then register a factory function in the
QApplication constructor to have his own objects created during the
framework initialization.
This patch also fixes some Qt code style issues.
RevBy: Jason Barron
RevBy: mread
RevBy: Sami Merila
RevBy: Shane Kearns
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
demos/embedded/fluidlauncher/config_s60/config.xml
demos/embedded/fluidlauncher/fluidlauncher.pro
src/corelib/io/io.pri
src/gui/kernel/qapplication_s60.cpp
src/gui/kernel/qwidget_s60.cpp
src/s60installs/qt_libs.pro
|