- May 14, 2010
-
-
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
-
Jarek Kobus authored
-
Lasse Holmstedt authored
The noload behavior is also changed: it now always shows the plugins in About Plugins... menu, even though -noload was used. When using -noload, the enabled state of the plugin is not saved, so if the command line arg is removed, the plugin will be loaded normally. Reviewed-by: con
-
Daniel Molkentin authored
Reviewed-by: Leena Miettinen
-
Christian Kamm authored
Task-number: QTCREATORBUG-1388 Reviewed-by: Roberto Raggi
-
Robert Loehning authored
-
Friedemann Kleint authored
Add verbosity option showing timestamps for PluginManager::addObject.
-
- May 11, 2010
-
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
Jens Bache-Wiig authored
The scaled pixmap has been reduced in size to speed up the plugin loading and refresh times. Stylesheet has been slightly optimized as well.
-
Thorbjørn Lindeijer authored
When automatic insertion of brackets is disabled in the completion settings, it is reasonable to expect the automatic matching of brackets is also disabled. Task-number: QTCREATORBUG-454 Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Thorbjørn Lindeijer authored
By moving the completion settings into the TextEditor plugin, so that both the CppTools and the QmlJSEditor plugins can access the settings. The user-interface to edit the settings is still in the CppTools plugin, since we're in string freeze at the moment. It should be moved to the TextEditor plugin later. For now the QML completion only supports the case-sensitivity and partial completion options, since there is no automatic insertion of brackets. Task-number: QTCREATORBUG-1327 Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Jens Bache-Wiig authored
- We now used styled bars where available - We use frameless windows to optimize screen space - We use the fancylineedit where possible Reviewed-by: thorbjorn
-
Friedemann Kleint authored
-
Friedemann Kleint authored
1. Fix hanging behaviour when we receive a message on the wrong mux in framed mode 2. Treat messages on the trace mux (0102) as debug output 3. Separate timestamp from text in trace messages Initial-patch-by:
Shane Kearns <shane.kearns@accenture.com>
-
Robert Loehning authored
-
Kai Koehne authored
-
Kai Koehne authored
The anchors method has been moved to the private class. This requires commit b4c589868f278aa9a58ab9afa727dbf0a9442e22 in qt.git/4.7 branch. Reviewed-by: Marco Bubke
-
Jens Bache-Wiig authored
-
Jarek Kobus authored
-
- May 10, 2010
-
-
Jens Bache-Wiig authored
The text color was incorrect for certain dark color schemes, including the latest Ubuntu theme.
-
dt authored
Was showing the wrong project. Also was showing the wrong project in the context menu.
-
dt authored
That is for projects that don't have a runnable target otherwise. Task-Nr: QTCREATORBUG-1363
-
dt authored
The symbian makefile generator don't support shadow builds. Thus they always pollute the source directory with build artefacts. Mixing in-source and shadow builds is obviously broken. We do as good as we can, setting OBJECTS_DIR, MOC_DIR, UI_DIR, RCC_DIR to .obj, .moc, .ui and .rcc, which keeps the source dir clean of at least some of the artefacts. This is as good as we can, but not really good. Task-Nr: QTCREATORBUG-1293 (cherry picked from commit 33ef722b)
-
Jens Bache-Wiig authored
The divider line is now gray instead of black.
-
Thomas Hartmann authored
-
con authored
startup. Task-number: QTCREATORBUG-1331
-
Kai Koehne authored
Reviewed-by: Thomas Hartmann
-
Kai Koehne authored
Reviewed-by: Thomas Hartmann
-