- 01 Nov, 2010 12 commits
-
-
dt authored
Use the same code that is used for figuring out a good directory for adding new files. Task-Nr: QTCREATORBUG-2682
-
Oswald Buddenhagen authored
Conflicts: doc/qtcreator.qdoc
-
Friedemann Kleint authored
-
Thomas Hartmann authored
I also added a tooltip. Reviewed-by: Lasse Holmstedt
-
Thomas Hartmann authored
Also fixes the memory leak in resize code. cleanup Reviewed-by: Marco Bubke
-
Leandro Melo authored
Reviewed-by: con
-
Leandro Melo authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Reviewed-by:
Maurice Kalinowski <maurice.kalinowski@nokia.com>
-
Bill King authored
-
Bill King authored
-
Bill King authored
-
- 29 Oct, 2010 27 commits
-
-
Alessandro Portale authored
These are useseless place eaters. If needed, they can easily be added by the user in Qt Designer. Reviewed-By: ck
-
Alessandro Portale authored
These are useseless place eaters. If needed, they can easily be added by the user in Qt Designer. Reviewed-By: ck
-
Christian Kandeler authored
Task-number: QTCREATORBUG-2705
-
Friedemann Kleint authored
Fix 722e48c2.
-
Friedemann Kleint authored
-
hjk authored
This disables Qt4Project::validParse() and needs to be reverted again Reviewed-by: Tobias Hunger
-
Friedemann Kleint authored
Remove internal markers from exported headers, introduce private class for BaseTextDocument. Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
Christian Kandeler authored
-
Thorbjørn Lindeijer authored
Reviewed-by: Jarek Kobus Acked-by: dt
-
hjk authored
-
Tobias Hunger authored
Fix detection of stash names. Task-number: QTCREATORBUG-2934
-
Tobias Hunger authored
-
Christian Kandeler authored
This is needed for multi-architecture gdb. Reviewed-by: hjk
-
Christian Kandeler authored
-
Friedemann Kleint authored
Do not parse options if empty (when a file was passed to the core). Reviewed-by:
Thorbjørn <thorbjorn.lindeijer@nokia.com>
-
Tobias Hunger authored
-
Tobias Hunger authored
-
dt authored
-
dt authored
-
Arvid Ephraim Picciani authored
-
dt authored
-
Arvid Ephraim Picciani authored
-
Christian Kandeler authored
We now remove files we have created on the device because they are temporarily needed. This includes package files, mount points and pipes. Task-number: QTCREATORBUG-2709
-
Arvid Ephraim Picciani authored
Reviewed-by: Friedemann Kleint Reviewed-by: hjk
-
Kai Koehne authored
QRegExp matching is quite expensive, and has to be done for every file in the project directory tree against all possible suffixes. Optimize for the common case that the pattern is "*.suffix" by doing a fileName.endsWidth(suffix) in this case. This speeds up loading of examples/declarative/declarative.qmlproject by about 30%. Reviewed-by: Christian Kamm
-
Kai Koehne authored
Guard the incremental updates with beginResetModel/endResetModel This gives better overall performance then passing the incremental updates to the views. Tested-by: Lasse Holmstedt
-
- 28 Oct, 2010 1 commit
-
-
Takumi ASAKI authored
TextEditor will now recognize an UTF-8 BOM. A setting to determine what to do on saving has been added as well - the options are "Always Add", "Keep Already Present" and (mostly for completeness) "Always Delete". Note: if encoding is "System", "Always Add" doesn't work, because there is no API to know what the System encoding is. Task-number: QTCREATORBUG-1857 Merge-request: 2180 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-