- Mar 10, 2010
-
-
Tobias Hunger authored
Do this as part of the ProjectLoadWizard
-
con authored
And a vague probability that it could (in the future) save fetching the standard icon multiple times from the system.
-
con authored
QCompleter::popup() actually shows the popup, which is both annoying and slow. Delay the annoyance from startup to a later point till this is fixed in Qt.
-
con authored
-
ck authored
-
hjk authored
The dependency was there for a while. No need to jump through hoops hoping to maintain a stand-alone debugger anymore.
-
hjk authored
-
hjk authored
-
hjk authored
editor or re-used an existing one
-
Jörg Schummer authored
- clearing search input focus when clicking clear icon - re-set updated sections' models - using GridView-based item selection - C++ code cleanup - Manhattan-length used for drag & drop initiation - integrated QtCreator's filter text input - replaced QToolButtons with a QTabBar - fix: eliding text & corrected selector offset - styled resources view - updated Qml syntax
-
Lasse Holmstedt authored
-
Friedemann Kleint authored
from options dialog and editor factory.
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
Reviewed-by: kkoehne
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
ck authored
Reviewed-by: kh1
-
Jens Bache-Wiig authored
These icons adds visual clutter and do not really give any added value. We should reserve icons for lines that are known as errors or warnings as these deserve special attention.
-
hjk authored
-
hjk authored
-
Friedemann Kleint authored
-
Kai Koehne authored
-
Oswald Buddenhagen authored
Conflicts: share/qtcreator/translations/qtcreator_ru.ts
-
Sergey Belyashov authored
-
Friedemann Kleint authored
Re-introduce FormWindowEditor as IEditor used for Designer. Use SharedTools::WidgetHost directly for embedding into FormEditorStack, doing the geometry-changed handling in there as well.
-
Roberto Raggi authored
-
- Mar 09, 2010
-
-
Jens Bache-Wiig authored
We need this for translations. I also added the label to the tool tip.
-
hjk authored
-
hjk authored
The original logic was faulty but worked better in the presence of the original "extra layoutChanged()" hack which is replaced now.
-
hjk authored
-
hjk authored
-
Thorbjørn Lindeijer authored
Also make sure it searches for the best match in all files that define potential matching definitions.
-
Alexander Anokhin authored
Added compatibility scores to functions - candidates to switch to Merge-request: 121 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
Erik Verbruggen authored
Fixed crash in FindUsages on a dirty file in a large project, which is saved while the FindUsages is still running.
-
dt authored
Custom Executable RunConfiguation assumed that there is always a active buildconfiguration which is simply not true for qml projects. Also fix a small bug that the executable was not searched in the full environment but only in the build environment. Reviewed-By: Tobias Hunger
-