aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Doc: installation packages are created when project is run (not built)v2.1.0-rc1Leena Miettinen2010-11-241-3/+3
| | | | Reviewed-by: Alessandro Portale
* QmlDebugger: fixing Qml breakpoints not working on OSXChristiaan Janssen2010-11-241-1/+8
| | | | Reviewed-by: Kai Koehne
* Doc: revert startup scriptsLeena Miettinen2010-11-241-12/+5
| | | | Reviewed-by: Robert Loehning
* Doc: change the SDK name to Nokia Qt SDKLeena Miettinen2010-11-243-9/+9
| | | | Reviewed-by: Robert Loehning
* SSH: Switch DSA key generation modeChristian Kandeler2010-11-231-1/+1
| | | | | | | | | The mode we currently use is super paranoid about prime checking, resulting in an unacceptably long key creation time of several minutes. Task-number: https://projects.maemo.org/bugzilla/show_bug.cgi?id=200657 Reviewed-by: kh1 Reviewed-by: dt
* Doc: update tutorialLeena Miettinen2010-11-2310-46/+56
| | | | | | | Task-number: QTCREATORBUG-3092 Reviewed-by: Thomas Hartmann Reviewed-by: Carsten Owerfeldt
* Doc: remove build instructionsLeena Miettinen2010-11-231-6/+3
| | | | | | Task-number: QTCREATORBUG-3139 Reviewed-by: con
* Doc: fix pathLeena Miettinen2010-11-231-4/+4
| | | | | | Task-number: QTCREATORBUG-2925 Reviewed-by: Daniel Molkentin
* Doc: building projects in debug mode for debuggingLeena Miettinen2010-11-231-1/+6
| | | | Reviewed-by: Kai Koehne
* QmlDesigner.rewriter: crash fix for FlipableThomas Hartmann2010-11-231-0/+7
| | | | | | | | | Removing a property from a Flipabke back or front property resulted in a crash, because the offset of UiObjectBinding was not handled correctly. The left hand side of the binding is not part of the node anymore. Reviewed-by: Kai Koehne
* Add some more examples if available (SDK case)Daniel Molkentin2010-11-221-1/+31
| | | | Reviewed-by: Alessandro Portale
* Symbian: Unset SBS_HOME when not neededTobias Hunger2010-11-221-2/+4
| | | | | | | | Unset SBS_HOME when none is needed. This prevents SBS from getting confused about where its dependencies are located. Task-number: QTCREATORBUG-3145 Reviewed-by: Alessandro Portale
* QmlProject: Fix creator becoming unresponsive if filesystem changesKai Koehne2010-11-222-1/+16
| | | | | | | Buffer update calls to the project tree. Otherwise large updates (e.g. renaming a directory) will block QtCreator for up to several minutes. Reviewed-by: ckamm
* Code model: Fix endless loop in AbstractEditorSupport::functionAtFriedemann Kleint2010-11-221-10/+7
| | | | | | | | used by CDB debugger tooltip (introduced by A 354b9712e4655040930a9f18de4e6b4c71dc42d9). Reviewed-by: Christian Kamm <christian.d.kamm@nokia.com> Rubber-stamped-by: dt
* Qt4ProjectManager: Do not enumerate files from cumulatively found foldersdt2010-11-221-2/+4
| | | | | | | | | | | | Ignore folders from cumulative parse, we are recursively enumerating all the files from those folders and add watchers for them, that's too dangerous if we get the foldrs wrong and enumerate the whole project tree multiple times. Task-Nr: QTCREATORBUG-3104 Reviewed-By: con Reviewed-By: Alessandro Portale
* Bauhaus: Remove invalid image fileKai Koehne2010-11-223-2/+0
| | | | Requested-by: Maurice Kalinowski
* Do not link against (the possibly absent) eiksrv.dsoAlessandro Portale2010-11-222-2/+2
| | | | | | | | | | | | | | | | | | | The template .pri file of the "Qt Quick Application" and "Qt Mobile Application" wizards linked against eiksrv when locking the screen orientation. That is however not necessary. The real problem is that eiksrv does not get shipped with the Symbian^1 SDK in Nokia Qt SDK 1.0/1.1. Therefore, the innecessary link attempt even fails. This patch removes the -leiksrv and bumps the version for the template. Cherrypicking into qtcreator/2.1 is highly recommended. Task-Number: QTCREATORBUG-3142 Task-Number: QTSDK-194
* Doc: modify text because Qt SDK contents have changedLeena Miettinen2010-11-191-1/+1
| | | | Reviewed-by: Oswald Buddenhagen
* Doc: fix a link to Qt 4.7Leena Miettinen2010-11-191-1/+1
| | | | Reviewed-by: Oswald Buddenhagen
* Doc: replace Qt SDK product name with a macroLeena Miettinen2010-11-194-41/+50
| | | | Reviewed-by: Oswald Buddenhagen
* fix ts targets under windowsOswald Buddenhagen2010-11-181-6/+8
|
* Generic highlighter: Add some Kate LGPL filesLeandro Melo2010-11-1815-1/+9115
| | | | Reviewed-by: con
* Move Qt QML projects to pro-based projectsDaniel Molkentin2010-11-181-21/+45
| | | | Reviewed-by: dt
* Make preferred version work in all casesDaniel Molkentin2010-11-181-1/+8
| | | | Reviewed-by: dt
* Updated Russian translationSergey Belyashov2010-11-171-20/+41
| | | | | Merge-request: 220 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* CodePaster: Fix listing of pastebin.com.Friedemann Kleint2010-11-171-1/+8
| | | | | | | | Skip multiple left-boxes (mobile section). Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com> Rubber-stamped-by: dt Task-number: QTCREATORBUG-3118
* QmlDesigner: adding a distinguished context for the form editorThomas Hartmann2010-11-177-21/+90
| | | | | | | | | | Since Actions like copy/paste and delete interfiere with controls like LineEdit, I added a special context for the form editor. Now copy/paste/delete on the Qml items are only registered for the form editor context and copying the contens of a LineEdit will not lead to copy an item instead, anymore. Reviewed-by: Kai Koehne
* Symbian: Fix pathesTobias Hunger2010-11-172-10/+24
| | | | | | | | | | | | | Fix pathes for Nokia Qt SDK: * Set SBS path in one location only * Fix up perl path * Set path to CMD on windows. Both ABLD and SBSv2 actually need this. * Set GCC path only if the directory actually exists These fixes allow for building both ABLD and SBSv2 based projects in a clean environment. Reviewed-by: Tim Jenssen
* Tooltips: Fix brief description for QML elementsLeandro Melo2010-11-171-1/+2
| | | | | | | | | The brief description was not being shown. The help id for a QML element is something like QML.Item while the extraction mark is simply Item. Reviewed-by: Thomas Hartmann Reviewed-by: con
* QmlObserver: Fix navigation on Mac OS XKai Koehne2010-11-162-2/+34
| | | | | | | | | | | | The QmlObserver relies on installing an event handler on the graphicsview viewport, to get e.g. Mouse events. QmlObserver on Mac OS X switches the viewport later on to a QGLViewPort, when QmlObserver has already been set up ... Make QmlObserver aware of this by listening to the ChildRemoved event that will be signalled in this case. Task-number: QTCREATORBUG-2892 Reviewed-by: Lasse Holmstedt
* Fix crash when computing the selection path.Christian Kamm2010-11-161-3/+5
| | | | | Task-number: QTCREATORBUG-3097 Reviewed-by: con
* compile, thank you very muchOswald Buddenhagen2010-11-151-1/+1
|
* Fixes: Mac: Size of build steps increases when hoveredcon2010-11-151-0/+4
| | | | | | | The fixed size buttons were too big on Mac. Task-number: QTCREATORBUG-3098 Reviewed-by: Jens Bache-Wiig
* Symbian: Allow installer to set SBS v2 directoryTobias Hunger2010-11-151-0/+2
| | | | | | Allow the installer to specify the SBS v2 directory. Reviewed-by: Tim Jenssen
* Symbian: Provide field in Qt version to set up SBSv2Tobias Hunger2010-11-155-124/+165
| | | | | | | Provide a field in the symbian Qt version to set up the SBSv2 build system. Reviewed-by: dt
* Help plugin: Fix possible crash on documentation update.Christian Kandeler2010-11-152-1/+7
| | | | | | | | | | We must not call updateFilterPage() when the "Options" dialog is not currently open. Without this patch, Creator will crash on a documentation update if that dialog has been opened at least once and is currently closed. Reviewed-by: kh1 Reviewed-by: con
* QmlWizards: Unify templatesKai Koehne2010-11-123-8/+20
| | | | | | | | | Unify the original qml file generated by Qt Quick UI / Qt Quick Application wizards. Use a default size of 360x360. Furthermore, add a MouseArea such that clicking on the app will close it (demonstrating the use of Qt.quit()). Reviewed-by: Alessandro Portale
* QmlProject and Observer: Work with Simulator Qt targets.Christian Kamm2010-11-122-2/+4
| | | | | | | This allows using the qmlviewer of a Simulator Qt version. It also builds and uses the qmlobserver when debugging. Reviewed-by: Kai Koehne
* Value for "silent installation" for SymbianOS is random - bug fixedPawel Polanski2010-11-121-2/+4
| | | | Task-number: QTCREATORBUG-3016
* Remove empty dir from static.proLeandro Melo2010-11-121-2/+1
| | | | | | | | | | This was added in the case we start shipping some of the Kate XMLs (still a pending decision), which should be placed in this dir. However, this causes a warning when loading qtcreator.pro with master branch version. So I'll removed it. If we really ship the files it should be re-added and also the installer notified. Reviewed-by: con
* Doc: fix a typoLeena Miettinen2010-11-121-11/+11
|
* Doc: added a warning about opening portsLeena Miettinen2010-11-121-0/+5
| | | | | Task-number: QTCREATORBUG-3074 Reviewed-by: Olivier Goffart
* QuickToolBar: critical bugfixThomas Hartmann2010-11-112-0/+8
| | | | | | | | The protype chain is cached in m_prototypes, but the type might have changed. We have to check for this case. Reviewed-by: Lasse Holmstedt
* Don't allow to re-run debugger run controls.Christian Kandeler2010-11-111-2/+2
| | | | | | | They don't support that currently, so we should not offer it. Quick fix for 2.1 release. Debuggers should be fixed instead. Reviewed-by: dt
* QmlObserver: Remove breadcrumb widget in observer modeKai Koehne2010-11-1113-531/+4
| | | | | | | | | | | | I wasn't able to get it working on Mac OS X: Putting it on top of the QGraphicsView doesn't work because Cocoa doesn't allow a widget to be on top of OpenGL viewport. Embedding it as a QGraphicsProxyWidget produces lots of Cocoa warnings (raster engine related). Anyhow, the same widget shows up in the Debugger/Observer tab of Qt Creator. Reviewed-by: Lasse Holmstedt
* QmlOutline: Only show first line of annotationKai Koehne2010-11-111-1/+9
| | | | | | | Fix the artifacts when the annotations contain a multi-line string. Task-number: QTCREATORBUG-2889 Reviewed-by: erikv
* Plain text editor: Make sure user setting about folding markers is usedLeandro Melo2010-11-105-9/+9
| | | | | | | | | It was being reset based on the highlighter definitions. Consider some refactoring with the related options as well to avoid overriding user's settings. Done-with: Thorbjorn Lindeijer
* QmlDesigner.itemLibrary: use pixelSize instead of pointSize as default.Thomas Hartmann2010-11-101-0/+3
| | | | | | | | Since all units in qml are usually pixels and mobile devices usually have much higher dpi than desktop screens, specifing font sizes in points is usually not what a user wants to do. Reviewed-by: Kai Koehne
* QuickToolBar: refine gradient editingThomas Hartmann2010-11-101-28/+39
| | | | | | | This patch solves minor usablity issues in the gradient editing. Reviewed-by: Lasse Holmstedt
* Maemo: Don't try to re-run run control when run configuration is gone.Christian Kandeler2010-11-102-1/+4
| | | | | | | | Quick fix for 2.1. Proper fix is to copy all relevant information at run control creation time. Task-number: https://projects.maemo.org/bugzilla/show_bug.cgi?id=203698 Reviewed-by: dt