summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Doc: remove obsolete note2.1Leena Miettinen2011-04-061-6/+0
|
* Doc: update run settings for Qt Quick UI projectsLeena Miettinen2011-03-092-16/+11
| | | | | | Task-number: QTCREATORBUG-4001 Reviewed-by: Kai Koehne
* Doc: update Nokia N900 software version to 1.3Leena Miettinen2011-03-081-3/+3
|
* Doc: fix linkLeena Miettinen2011-03-081-1/+2
|
* Doc: add the link to install QtWebKitLeena Miettinen2011-03-081-19/+31
| | | | | | | | | Rewrote the introduction. Task-number: QTSDK-587 Reviewed-by: Jerome Pasion (cherry picked from commit b9614cdf7d6b09d0c1723e6a3534ca3991cd8a4b)
* Doc: obtaining a Forum Nokia account for using Remote CompilerLeena Miettinen2011-03-081-0/+3
| | | | | (cherry picked from commit fd5aece4be960f876e7c98e3c282be57dd1aec2b) (cherry picked from commit 13666189958bad65b7c90c5a6857d4b1017cd6b7)
* Doc: include correct header fileLeena Miettinen2011-02-232-2/+2
| | | | | | Task-number: QTCREATORBUG-3844 Reviewed-by: Niels Weber
* Doc: add known Windows Input Languages issueLeena Miettinen2011-02-181-0/+5
| | | | Reviewed-by: dt
* Maemo: Show project name in application output window when debugging.v2.1.0Christian Kandeler2011-02-111-0/+1
| | | | | | | | The tab is widget title is currently empty, so users might not know what is running there. Task-number: QTCREATORBUG-3775 Reviewed-by: hjk
* debugger: properly number frames in Qml backtracehjk2011-02-091-0/+2
| | | | Reviewed-by: con
* Maemo: Don't let localized date get into debian/changelog.Christian Kandeler2011-02-091-0/+1
| | | | | Task-number: QTCREATORBUG-3589 Reviewed-by: Tobias Hunger
* Doc: update info about publishing to OviLeena Miettinen2011-02-091-40/+49
| | | | | | | Link to an official publishing to Ovi wiki and remove some general info. All Qt apps for Ovi must be wrapped with Nokia Smart Installer for Symbian. Use the official name for the 'Application Signing Services for Ovi Store'. Update the description of the process in Qt Creator.
* Doc: update Remote Compiler infoLeena Miettinen2011-02-091-4/+4
|
* Doc: update required Nokia N900 firmware versionLeena Miettinen2011-02-091-2/+2
| | | | | | Fix a link Reviewed-by: Maurice Kalinowski
* Doc: update Remote Compiler infoLeena Miettinen2011-02-092-2/+2
|
* Fixed some typos in Russian translationSergey Belyashov2011-02-081-2/+2
| | | | | Merge-request: 251 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Doc: update screen shotLeena Miettinen2011-02-041-0/+0
|
* Doc: fix missing next and previous linksLeena Miettinen2011-02-041-0/+2
|
* Version bump.con2011-02-0442-152/+152
|
* Removing the usage of Avkon to lock the screen orientationAlessandro Portale2011-02-036-70/+54
| | | | | | | | | | | | | | | | | | | | | | | Locking the screen orientation was not a Qt feature of the Symbian port till Qt 4.7.2. Therefore, client applications had to do the locking themselves. That locking is right now only achievable by using Avkon Api. The template code of the Qt Quick App wizard did exactly that. Now, Qt 4.7.2 has the screen orientation lock built in. That implementation was done for QTBUG-11785. No need to do that in the application code, anymore. This patch removes Avkon usage from the templates, using new enum keys and setting QWidget flags, just like Maemo5 does. Two Qt version checks/fixes: 1) If the application tries to lock the orientation on Qt < 4.7.2, a warning is given that this won't work 2) If Qt < 4.7.2 is used to build the application, the enum keys are not used directly but casted from constants Task-Number: QTCREATORBUG-3598 Reviewed-by: ck
* Debugger: Change gdb binary key, do not write binaries unless changed.Friedemann Kleint2011-02-032-15/+27
| | | | Reviewed-by: con
* L10n/German: Id->ID, Refactoring.Friedemann Kleint2011-02-021-28/+32
| | | | Task-number: QTCREATORBUG-3668
* App wizard template: Move Network capability into main .proAlessandro Portale2011-02-023-9/+8
| | | | | | | | Removes the "DEFINES += NETWORKACCESS" from the main .pro file replacing it by "symbian:TARGET.CAPABILITY += NetworkServices". Task-Number: QTCREATORBUG-3594 reviewed-by: con
* App wizard template: Network capabilty on by defaultAlessandro Portale2011-02-021-1/+2
| | | | | | | Sets the Network capabilty on by default, in the wizard. Task-Number: QTCREATORBUG-3594 reviewed-by: con
* Doc: building for Symbian on Linux and Mac OSLeena Miettinen2011-01-311-1/+9
| | | | Reviewed-by: Maurice Kalinowski
* Qt Quick App Wizard: Reset main filedt2011-01-241-2/+1
| | | | | Reviewed-By: Alessandro Portale Task-Nr: QTCREATORBUG-3566
* Doc: align table with SDK docsLeena Miettinen2011-01-211-11/+20
| | | | Reviewed-by: Maurice Kalinowski
* Doc: methods in current document locator filterLeena Miettinen2011-01-212-0/+6
| | | | Reviewed-by: con
* Fix the manual proxy hack for Linux so it works with HTTPSDaniel Molkentin2011-01-201-1/+1
| | | | Reviewed-by: con
* Custom wizards: Fix multiple combo boxes.Friedemann Kleint2011-01-191-0/+1
| | | | | | | | Items of subsequent combo boxes were not displayed since the counter was not reset. Reviewed-by: con Task-number: QTCREATORBUG-3523
* fix read beyond end of input lineOswald Buddenhagen2011-01-181-2/+2
| | | | | | | a line ending in two backslashes would produce a literal backslash and run off the end. Task-number: QTCREATORBUG-3360
* Updated Russian translationSergey Belyashov2011-01-181-112/+100
| | | | | Merge-request: 233 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* QML template: Do not override user settings for icon and epocheapsizedt2011-01-122-3/+3
| | | | | Task-Nr: QTCREATORBUG-3454 Reviewed-By: Alessandro Portale
* It's 2011 now.con2011-01-122685-2699/+2701
|
* fixed czech translationFrantiĊĦek Mach2011-01-121-1/+1
| | | | | Task-number: QTCREATORBUG-3365 Reviewed-by: ossi
* Doc: update example and screen shotLeena Miettinen2011-01-122-4/+31
| | | | Reviewed-by: Niels Weber
* Doc: change SDK name to Qt SDKLeena Miettinen2011-01-112-8/+8
|
* Doc: new start menu commandsLeena Miettinen2011-01-111-18/+59
| | | | Reviewed-by: Tim Jenssen
* Doc: be more positiveLeena Miettinen2011-01-111-3/+2
| | | | Reviewed-by: hjk
* Doc: export to QML scriptsLeena Miettinen2011-01-113-1/+143
| | | | Reviewed-by: jbache
* editormanager: fix handling of file names ending with + like foo.c++hjk2011-01-111-2/+4
| | | | Reviewed-by: Tobias Hunger
* Maemo: Add hint to Debian rules file.Christian Kandeler2011-01-061-1/+2
| | | | Task-number: QTCREATORBUG-3228
* debugger: disable "threadnames"hjk2011-01-061-0/+1
| | | | | | | | | | | This works around the problem that the threadnames deduction switches the current thread and thereby invalidates the assumption that the thread mentioned in the *stopped response is the "current" thread. There's already a proper fix in master including some performance enhancements. Reviewed-by: con
* Updated Russian translationSergey Belyashov2011-01-051-29/+41
| | | | | Merge-request: 231 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Doc: update info about Qt QuickLeena Miettinen2011-01-053-26/+40
| | | | Reviewed-by: Carsten Owerfeldt
* Doc: update and add screenshotsLeena Miettinen2011-01-053-3/+10
| | | | Reviewed-by: Carsten Owerfeldt
* Doc: change link to Projects modeLeena Miettinen2011-01-051-1/+1
| | | | Reviewed-by: Carsten Owerfeldt
* Doc: add screenshot of Edit and Design modesLeena Miettinen2011-01-052-0/+4
| | | | Reviewed-by: Carsten Owerfeldt
* Doc: update the introductionLeena Miettinen2011-01-054-141/+151
| | | | Reviewed-by: Carsten Owerfeldt
* Doc: restructure doc to bring up Qt Quick featuresLeena Miettinen2011-01-051-12/+10
| | | | Reviewed-by: Carsten Owerfeldt