summaryrefslogtreecommitdiffstats
path: root/configure.exe
Commit message (Collapse)AuthorAgeFilesLines
* Make declarative support in configure.exe auto.Martin Jones2009-11-061-0/+0
| | | | Reviewed-by: Warwick Allison
* eval: add key for the installer to grep for.Daniel Molkentin2009-11-041-0/+0
| | | | Reviewed-By: con
* Prepend qt_instdate when using configure.exe as well. Rebuilt configure.exeDaniel Molkentin2009-11-031-0/+0
| | | | | | Rebuilt using VS2008. Reviewed-By: Alessandro Portale
* Enable webkit and xmlpatterns by default on Symbian.Frans Englich2009-10-271-0/+0
| | | | Suggested by Lars, OK'd by Jason, Kristian and Shane.
* Rebuilt configure.exe.Miikka Heikkinen2009-10-141-0/+0
| | | | Reviewed-by: Janne Koskinen
* With an embedded linux licence you should also be able to use the Qt Windows ↵Alexis Menard2009-10-071-0/+0
| | | | | | | | | version for development. This used to work before 4.5.1 Task-number:Qt-704 Reviewed-by:thiago
* Rebuild configure.exeKent Hansen2009-09-291-0/+0
| | | | Bring it up-to-date with commit 950f80620b56e9ed277240dc16087f3e4b53cc4a.
* Update recommendation for make command to run after configure for SymbianIain2009-09-211-0/+0
| | | | | | | | | | | The makefile written for calling the Symbian build tools is for GNU make not nmake, so print an accurate message when -xplatform is symbian-<whatever> We still don't make the correct recommendation for the confclean target but that doesn't work anyway (see QTBUG-4536) Reviewed-by: Jason Barron
* Remove remaining support for win32-mwc mkspecIain2009-09-181-0/+0
| | | | | | | | | | | | | | | | Qt 4.6 cannot be used with the win32-mwc makespec, as the Metrowerks compiler supplied with Symbian/S60 releases does not contain enough support to build the Qt host tools in a Unicode version, and ANSI support has been removed in 4.6. Alternative mkspecs are win32-g++, requiring mingw tools to be installed, or one of the win32-msvc.... mkspecs, requiring MS Visual Studio (Express edition is fine) The mwc makefile for qmake was already removed, so this just removes the remaining support. Reviewed-by: Jason Barron
* QCursor support for Symbian OSShane Kearns2009-09-151-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-By: Jason Barron Reviewed-By: Alessandro Portale Summary: QT_NO_CURSOR is now not defined for symbian builds Existing QCursor APIs are all supported New public API, QApplication::setNavigationMode, to allow the navigation mode to be set. I.E. on an S60 3.2 phone, some applications will want a virtual mouse cursor (web browser), while others are designed for keypad navigation. Symbian HAL is used for detecting input capabilities. Fix DND, code cleanup & comment QCursor visibility now uses a refcount, and is called from DND and the setNavigationMode so they are both simpler and don't interfere with each other. QApplication::setNavigationMode New public API for configuring cursor/keypad navi style. This links in with ongoing work on the 4-way keypad navi branch, but 2-way and 4-way modes both act as 2-way mode until that is integrated Some of the demos/examples have cursor switched on (those that were not usable with keypad) Virtual mouse support for non touch, non mouse phones (tested on N78) add *.d and .metadata (carbide debug file / workspace dir) to .gitignore System pointers are unavailable when using sprite workaround, so the system cursor shapes are compiled into qtgui as resources. MAC port does this also for shapes that aren't standard on the MAC. Refactor Drag'n'Drop to use QCursor Add test case to check all system cursor shapes Simply a mainwindow containing a label widget for each cursor shape, with the cursor property set appropriately QCursor(QBitmap,QBitmap) supported Fixed problem with the image & mask being inverted when using the QCursor constructor that takes two mono bitmaps. add .make.cache files to .gitignore Correct implementation of QApplication::setOverrideCursor QApplication::restoreOverrideCursor and QApplication::setOverrideCursor are now working correctly on Symbian platform. Performance will be slower compared with other platforms, because the Symbian window server has a cursor associated with each native window. Add test case for custom cursors Create a pixmap cursor and associate it with a widget. No changes to production code, since test passed 1st time ;) Add manual test for QCursor Make cursor independent of construction order Updated to work around window server issue where contruction order affects what cursor is displayed in child windows. Also changed to effectiveWinId following review comments Also fixed a problem which would make qcursor not link if configured with QT_NO_CURSOR Moved some multiply declared extern functions from cpp to _p.h files Implemented Symbian versions of the cursor functions. Merged in work I'd done based on tower. Fill in bits of stub functions based on windows port Removed QT_NO_CURSOR from list of config options forced on symbian Recompiled configure.exe Added stub functions for the missing functions in s60 port
* Rebuild configure.exe.Jason Barron2009-08-211-0/+0
| | | | This binary was built with MSVC2008 and the /MT option.
* Recompiled configure.exeJanne Anttila2009-08-121-0/+0
|
* Merge commit 'qt/master-stable'Jason Barron2009-07-281-0/+0
|\ | | | | | | | | | | | | | | | | Conflicts: configure.exe src/corelib/io/io.pri src/corelib/io/qfilesystemwatcher.cpp tests/auto/qfileinfo/tst_qfileinfo.cpp tools/configure/configureapp.cpp
| * Built configure.exe.Friedemann Kleint2009-07-241-0/+0
| |
| * New BinaryFriedemann Kleint2009-07-211-0/+0
| |
| * configure -dont-process must build the host tools on Windows CEJoerg Bornemann2009-07-211-0/+0
| | | | | | | | Reviewed-by: mauricek
| * Rebuilt the configure.exeThierry Bastian2009-07-151-0/+0
| |
| * New configure.exe.Rohan McGovern2009-07-091-0/+0
| | | | | | | | | | | | | | | | | | Includes: 9b532a999944c70c2e8f57d9156c1887867ad9f1 - qtlibinfix bb8e25a5074a378d5003577fefbeabb1de846a81 - cetest fix 5ea86cfac34f65b2321ceeeb651e4e7099bf59a0 - QT_WA removal 349997b5c4167b07d0bdc55beff175b39f3abe75 - spelling fix bae8bc5d23946036b2c1079fc6f1b3bceeaa19ca - QT_CONFIG+=private_tests
| * New binaryMarius Storm-Olsen2009-06-291-0/+0
| |
| * Merge license header changes from 4.5Volker Hilsheimer2009-06-161-0/+0
| |\
| | * New binary for configure.exeMarius Storm-Olsen2009-06-151-0/+0
| | | | | | | | | | | | Reviewed-by: trustme
| * | New binaryMarius Storm-Olsen2009-06-081-0/+0
| |/ | | | | | | | | Fixes the no qconfig.h output issue in main Reviewed by: trustme
| * New configure.exe binaryMarius Storm-Olsen2009-05-291-0/+0
| | | | | | | | | | | | Task-number: 254451 Reviewed-by: trustme BT: yes
| * Turn off Link Time Code Generation (/LTCG) by defaultMarius Storm-Olsen2009-05-131-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | Turning on LTCG affected too many projects, where customers applications would take a long time linking, severly affecting their development time (even though it was only added for release builds) We turn it off by default, and add a -ltcg configuration option, and the possibility to also do CONFIG+=ltcg in projects, should they not want it for Qt, but in their own projects. (Same, they can build Qt with it, and do CONFIG-=ltcg for their project) Reviewed-by: andy
* | Recompiled configure.exe with MSVC6.axis2009-07-151-0/+0
| |
* | Make S60 integration optional.Jason Barron2009-07-151-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is more a cleanup of the usage of Q_WS_S60 vs. Q_OS_SYMBIAN than anything else. One of the side effects of this work was that it was relatively little work to get QtGui compiling when Q_WS_S60 is not defined. Based on this we introduce two new configure options that control S60 integration. Currently the -no-s60 option will not work entirely because the 's60main' module has not yet been refactored and still has a dependancy on the S60 libraries. Reviewed-by: axis <qt-info@nokia.com>
* | Recompiled configure.exe with MSVC6.axis2009-07-091-0/+0
| |
* | configure.exe recompiled with MSVC6.axis2009-07-071-0/+0
| |
* | Make Qt exception safer.Robert Griebl2009-06-101-0/+0
| | | | | | | | | | | | | | | | Squashed commit of the branch haralds-haralds-qt-s60-topics/topic/exceptions, which also contains the full history. Rev-By: Harald Fernengel Rev-By: Ralf Engels
* | Recompiled configure.exe with MSVC6.axis2009-06-021-0/+0
| |
* | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-06-021-0/+0
|\ \ | | | | | | | | | | | | Conflicts: configure.exe
| * | Recompiled configure.exe with MSVC6.axis2009-06-021-0/+0
| | |
* | | Made -qt-sql-sqlite and -system-sqlite options default for confifure.exeJanne Anttila2009-06-021-0/+0
|/ / | | | | | | In addition removed those options from confqt.bat and confsbsv2.bat
* | Recompiled configure.exe with MSVC6.axis2009-05-291-0/+0
| |
* | Enabled runtime resolving of OpenSSL symbols by default in Symbian OS.Janne Anttila2009-05-291-0/+0
| | | | | | | | | | | | | | | | | | We cannot use -openssl-linked to create official SIS packages, due to US export regulations or some legal issues. That's why Open SSL symbols are resolved at runtime. The runtime resolving of OpenSSL symbols is default behaviour on other platforms as well.
* | Recompiled configure.exe with MSVC6.axis2009-05-281-0/+0
| |
* | Enabled STL support by default in configure.exe for Symbian.Janne Anttila2009-05-281-0/+0
| | | | | | | | | | | | | | | | | | | | This change should be quite safe, since all Qt <-> STL type conversions are implemented in inline methods. The only major difference is that new operator is now used from STL instead of one from e32base.h Of course, this change also requires that you have STLport installed to your SDK. This should be the case if you have installed the latest Open C/C++ plug-in from forum nokia.
* | Fresh build with commit eb4c00a469f473a33103652ed977eabb4fb9ce9bAlessandro Portale2009-05-191-0/+0
| | | | | | | | (MSVC 2008, No MS runtimes, UPXed)
* | Update configure.exe to build Phonon.Frans Englich2009-05-181-0/+0
| |
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-04-271-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Configure.exe recompiled with MSVC6. Conflicts: configure.exe examples/network/network.pro src/gui/dialogs/qfiledialog_p.h src/gui/dialogs/qfilesystemmodel_p.h src/gui/kernel/qapplication.cpp tests/auto/_Categories/qmake.txt tests/auto/qfile/test/test.pro tests/auto/qfile/tst_qfile.cpp tests/auto/qlibrary/tst_qlibrary.cpp tests/auto/qline/tst_qline.cpp tests/auto/qstyle/tst_qstyle.cpp tests/auto/qtextstream/tst_qtextstream.cpp tests/auto/qtranslator/qtranslator.pro tests/auto/qwaitcondition/tst_qwaitcondition.cpp translations/qt_ja_JP.ts
| * BT: Updated configure for OpenGL ES 2.0 Windows CEFriedemann Kleint2009-04-151-0/+0
| |
| * Revert "New binary for Windows configure"Maurice Kalinowski2009-04-091-0/+0
| | | | | | | | | | | | This reverts commit f0239a4983dd84b0e23c1e6f796c5c44dfde26b2. The old change did not write out QT_EDITION etc. to qconfig.h causing the build to break.
| * New binary for Windows configureMarius Storm-Olsen2009-04-081-0/+0
| | | | | | | | | | Reviewed-by: mauricek BT: yes
| * Make the configure.exe program work for the commercial release licenses.Thiago Macieira2009-04-041-0/+0
| | | | | | | | | | Reviewed-by: TrustMe BT: yes
| * Long live Qt 4.5!Lars Knoll2009-03-231-0/+0
|
* Long live Qt for S60!axis2009-04-241-0/+0