- Jun 07, 2010
-
-
Friedemann Kleint authored
Make VCS-generated editors read-only, enable editing when opening a patch. Make VCS-Editor non-read-only by default, add setter for "Forced read-only" that makes it a temporary, read-only file. Task-number: QTCREATORBUG-1528 Reviewed-by:
Thorbjorn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
con authored
-
Erik Verbruggen authored
Reviewed-by: holmstedt
-
dt authored
Do the project restore for each project directly after opening and only then processEvents(). A project might be in a intermediate state between opening and restoring.
-
Daniel Molkentin authored
Reviewed-By: Leena Miettinen Reviewed-By: kh1
-
Daniel Molkentin authored
Reviewed-By: Leena Miettinen
-
Daniel Molkentin authored
Reviewed-By: kh1
-
- Jun 04, 2010
-
-
Oswald Buddenhagen authored
the async re-parsing code breaks the assumption that project parsing only ever starts with a single non-concurrent evaluation (of the top-level project file), so the population of the base values in the shared ProFileOption was happily causing crashes. Reviewed-by: dt Task-number: QTCREATORBUG-1569
-
Oswald Buddenhagen authored
-
Daniel Molkentin authored
Task-number: QTCREATORBUG-1571 Reviewed-by: Leena Miettinen
-
mae authored
Reviewed-by: Roberto Raggi
-
ck authored
Reviewed-by: kh1
-
Daniel Molkentin authored
No strings translations were harmed in this commit. No kittens either. Reviewed-by: Alessandro Portale
-
hjk authored
On Mac, QKeyEvent::text() returns non-empty strings for cursor keys. This breaks some of the logic relying on text() being empty for "special" keys. This is a quick fix to make it usable.
-
hjk authored
-
- Jun 03, 2010
-
-
Christian Kamm authored
- Enable qmlprojectplugin even if Qml support is disabled. - But disable its wizards in that case. - Disable the Qml file wizard if the support is off. Reviewed-by: Kai Koehne
-
- Jun 02, 2010
-
-
Thorbjørn Lindeijer authored
Reviewed-by: kh1
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
While 2641496a removed the marks check entirely, a fix for the same issue made on the master branch (1263babf) changed it to check whether the line numbers are visible. This is more correct. Reviewed-by: mae
-
dt authored
Reviewed-By: thorbjorn Task-Nr: QTCREATORBUG-965
-
- Jun 01, 2010
-
-
hjk authored
-
Daniel Molkentin authored
Not needed anymore after the general QML support got deactivated. This reverts commit 74bd95d3.
-
hjk authored
-
Daniel Molkentin authored
To get QML functionality back, export QTCREATOR_WITH_QML before running qmake Reviewed-by: Kai Koehne
-
Thorbjørn Lindeijer authored
Was broken in 915a07bd, which caused help links only to be resolved for expressions under the cursor. Task-number: QTCREATORBUG-159 Reviewed-by: ckamm
-
Thorbjørn Lindeijer authored
The ProjectFilesEditor used for editing the generic project's files does not show text marks, which broke the line select in the gutter. Task-number: QTCREATORBUG-1238 Reviewed-by: mae
-
hjk authored
-
Thorbjørn Lindeijer authored
The various text editor overlays and the text cursor were being painted on top of the collapsed block popup. Reviewed-by: mae
-
- May 31, 2010
-
-
Thorbjørn Lindeijer authored
This fixes QTCREATORBUG-1434, but it's more of a workaround than a fix. The problem was that the file was opened in the diff editor due to a broken diff detection, and the diff editor in turn has a bug in that it's kind of halfway read-only. Reviewed-by: ossi Task-number: QTCREATORBUG-1434
-
Daniel Molkentin authored
Reviewed-by: Kai Koehne
-
Erik Verbruggen authored
Influences the position of the folded-block markers. Reviewed-by: thorbjorn
-
Daniel Molkentin authored
Reviewed-by: Leena Miettinen
-
Daniel Molkentin authored
Reviewed-by: Leena Miettinen
-
Daniel Molkentin authored
Reviewed-by: Leena Miettinen
-
Erik Verbruggen authored
Reviewed-by: Christian Kamm
-
Erik Verbruggen authored
Reviewed-by: Christian Kamm
-
Marco Bubke authored
The isContainer flag is now ignored. Reviewed-by: kkoehne
-
Daniel Molkentin authored
This is not only a waste of ressources, but breaks a check later on which tries to load the QML examples from Creators ressource path if no QML capable Qt version is found (included with Creator packages) Reviewed-by: dt
-