- Nov 01, 2010
-
-
dt authored
Use the same code that is used for figuring out a good directory for adding new files. Task-Nr: QTCREATORBUG-2682
-
Friedemann Kleint authored
-
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
Reviewed-by:
Maurice Kalinowski <maurice.kalinowski@nokia.com>
-
- Oct 29, 2010
-
-
Christian Kandeler authored
Task-number: QTCREATORBUG-2705
-
Friedemann Kleint authored
Fix 722e48c2.
-
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
-
- Oct 28, 2010
-
-
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>
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
dt authored
-
dt authored
Initial patch and idea by hunger. Reviewed-By: hunger
-
Francois Ferrand authored
scrolling. Allow Ctrl+Home/Ctrl+End to scroll to the beginning/end of buffer. Merge-request: 202 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Oswald Buddenhagen authored
-
Tobias Hunger authored
Task-number: QTCREATORBUG-2929
-
Francois Ferrand authored
Merge-request: 199 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Christian Kandeler authored
The time stamp check must descend into directories. Task-number: QTCREATORBUG-2920 Reviewed-by: con
-