- May 18, 2010
-
-
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.
-
Kai Koehne authored
Of course disabled by default
-
Kai Koehne authored
-
Leena Miettinen authored
Reviewed-by: ossi
-
Lasse Holmstedt authored
If the user uses old QtC settings files (QtCreator.ini), sidebar item names are there translated. Because the new settings uses id's instead of translated names, old sidebar items will not exist on save, causing crashes. this fixes that issue. Reviewed-by: con
-
- May 12, 2010
-
-
Kai Koehne authored
Store qml versions in the metatype system. Instead of just assuming e.g. "4, 6" or "4, 7" as default, support passing "-1, -1" as versioning wildcard. When inspecting the qml meta type system, versions are now stored also for types that have no qml name / version. The version of the referenting type is then taken, e.g. there are now entries for "Qt/Object", 4, 7 and "Qt/Object", 1, 0 (from QmlProject, 1, 0). Furthermore, some unused methods were removed, and the logic changed insofar as that a type can have only one direct super type. Reviewed-by: Thomas Hartmann Reviewed-by: Marco Bubke
-
Kai Koehne authored
Replace all non-valid characters in the item library entry name with underscores. E.g. "subdir/X" will become "subdir_X", which is a valid name. Reviewed-by: Thomas Hartmann
-
Kai Koehne authored
Reviewed-by: Thomas Hartmann
-
Kai Koehne authored
ItemLibraryInfo has now a signal "entriesChanged()", which the ItemLibrary connects to. To allow this, ItemLibraryInfo was moved from a stack-based to a heap-based class. Reviewed-by: Thomas Hartmann
-
Kai Koehne authored
Remove dependencies to QMetaInfo & unify method names. Reviewed-by: Thomas Hartmann
-
Thorbjørn Lindeijer authored
The string should probably be changed, but that would break translations. Reviewed-by: Friedemann Kleint
-
Thorbjørn Lindeijer authored
When the category title matches with the search keyword, we shouldn't disable any of the tabs in this category. For example the only page in the Locator category was disabled, because the page itself did not have 'Locator' as keyword. Reviewed-by: con
-
con authored
E.g. to show Qt Creator 1.3.85 (2.0.0-rc1)
-
dt authored
-
Thorbjørn Lindeijer authored
When dragging the mouse to select an item that is not currently visible, the ResourceView was not making the selected item visible. This was due to an unnecessary reimplementation the protected currentChanged slot. Reviewed-by: owolff
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-