- May 12, 2010
-
-
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
-
dt authored
Reviewed-By: con Reviewed-By: Friedemann Kleint We now support renaming files. The version control system tries first to rename, if that doesn't support or can't rename the file we do a normal rename. (Note: git, hg, perforce > 2009.02 support renaming, cvs not. (perforce untested)). We correctly notify all editors of the renamed file and tell the project manager to rename the file in the project. Note: Only the qt4projectmanager knows how to rename files. Note: renaming folders, moving files to different folders, renaming .pro/.pri files is not supported. Those things can be later added after this has proven to work correctly in the simple case. Also we don't do any actions based on the renaming like renaming classes, changing include guards or #include lines.
-
hjk authored
application
-
hjk authored
-
- May 11, 2010
-
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
con authored
Conflicts: src/plugins/texteditor/texteditoractionhandler.cpp
-
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
-
Roberto Raggi authored
-
Jarek Kobus authored
-
Roberto Raggi authored
lookup() searches for symbols in the given binding and the enclosing scopes, while find() searches for symbols only in the given binding.
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- May 10, 2010
-
-
Jens Bache-Wiig authored
The text color was incorrect for certain dark color schemes, including the latest Ubuntu theme.
-
ck authored
-
Roberto Raggi authored
-
dt authored
Was showing the wrong project. Also was showing the wrong project in the context menu.
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
Friedemann Kleint authored
along with some output formatting to find out defaults.
-
dt authored
That is for projects that don't have a runnable target otherwise. Task-Nr: QTCREATORBUG-1363
-
ck authored
-
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)
-
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
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Jens Bache-Wiig authored
The divider line is now gray instead of black.
-
Thomas Hartmann authored
-
dt authored
Remove useless inheritage
-