- May 18, 2010
-
-
dt authored
And refuse to add it twice. The check is pretty simplistic in that it doesn't take scopes or which variable it's exactly in into account. But in those cases you need to edit the .pro file manually anyway. Task-Nr: QTCREATORBUG-932 Task-Nr: QTCREATORBUG-891 Task-Nr: QTCREATORBUG-653
-
dt authored
-
dt authored
That is e.g. SOURCES instead of whatever variable is used first in the project file. Reviewed-By: ossi
-
Thomas Hartmann authored
Since the property editor is QWidget based it uses our own DeclarativeWidgetView instead of QDeclarativeView now Reviewed-by: Kai Koehne
-
Erik Verbruggen authored
-
mae authored
The find scope was sometimes painted incorrectly, and the last line was occassionally ommited from the standard selection paint. Reviewed-by: thorbjorn
-
kh1 authored
Fixes broken enabled/ disabled qemu start button behavior.
-
Leena Miettinen authored
Doc - Describe the new text editor options and functions. Split the topic into several smaller topics. Reviewed-by: Thorbjorn Lindeijer
-
Leena Miettinen authored
Reviewed-by: dt
-
Thomas Hartmann authored
Task-number: BAUHAUS-274
-
Thomas Hartmann authored
We have to set the proper fileUrl on all models
-
Thomas Hartmann authored
You cannot animate from visible true to false, but you can animate from opacity: 0.0 to 1.0 so using opacity would be better. Task-number: BAUHAUS-672
-
Thomas Hartmann authored
Task-number: BAUHAUS-667
-
Thomas Hartmann authored
Task-number: BAUHAUS-669
-
Thomas Hartmann authored
Task-number: BAUHAUS-668
-
con authored
Reviewed-by: mae
-
con authored
-
dt authored
Task-Nr: QTCREATORBUG-765
-
Thorbjørn Lindeijer authored
Task-number: QTCREATORBUG-1402
-
- May 17, 2010
-
-
Thorbjørn Lindeijer authored
This is pretty common in other editors, and the application font looks weird if the text editor font is significantly larger. Task-number: QTCREATORBUG-1424 Reviewed-by: Olivier Goffart
-
Marco Bubke authored
Task-Number: BAUHAUS-666 Reviewed-by: kkoehne
-
Thorbjørn Lindeijer authored
Quick fix by copying code also found in Qt4 and QML project managers. Would be better to have some common solution... Task-number: QTCREATORBUG-1383
-
Robert Loehning authored
Reviewed-by: Leena Miettinen
-
hjk authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Fix up bb6af213. Clear richtext flag on the QLabel and set openExternalLinks. Change sample URL from qtcreator.pastebin.com to creator.pastebin.com.
-
Friedemann Kleint authored
This reverts commit bb6af213.
-
Christian Kamm authored
Previously, fresh versions of a Document would be added to the _documentsByPath QMultiHash without removing the old version first. This means Link could pick up old versions of a Document. Task-number: QTCREATORBUG-1418
-
mae authored
-
mae authored
This fixes the Ctrl+W vs. Ctrl+F4 for close on MS-Windows by introducing Ctrl+F4 as an alternative shortcut. Reviewed-by: con
-
mae authored
Creator implemented Backtab similar to Eclipse and other editors, now we do standard windows behavior.
-
Kai Koehne authored
Don't check for isContainer, which is rather a hint for the visual editor whether to nest automatically. In the navigator case, the user explicitly requested a nesting, and we shouldn't prevent him from doing so. Task-number: BAUHAUS-650 Reviewed-by: Christiaan Janssen
-
Nicolas Arnaud-Cormos authored
Use it to change the find and candidate find object in CurrentDocumentFind: this will allow to replace the IFindSupport object used. Merge-request: 115 Reviewed-by:
con <qtc-committer@nokia.com> (cherry picked from commit d3b58c2d)
-
Marco Bubke authored
Because we tested for the parent, the id of a root item never reset. This was hidden because if you remove a root item all child items was removed too. But if the object was not deleted by the root item and there was a binding the root item id, there was a dangling pointer. Task-Number: BAUHAUS-662 Reviewed-by: kkoehne
-
Marco Bubke authored
This makes it easier to find problems. Reviewed-by: kkoehne
-
Marco Bubke authored
Reviewed-by: kkoehne
-
Marco Bubke authored
If there is no target anymore you cannot create a new binding. There is no need anyway so the binding is reset to zero. Task-Number: BAUHAUS-642 Reviewed-by: kkoehne
-
Marco Bubke authored
Should work without this, but the performance hit is not so high, and this is more robust to changes in the qml state code. Task-Number: BAUHAUS-660 Reviewed-by: kkoehne
-
- May 14, 2010
-
-
Kai Koehne authored
Caused by missing brackets.
-