- Mar 08, 2010
-
-
Roberto Raggi authored
That will be pretty helpful to understand what's going wrong with templates.
-
Martin Aumüller authored
Merge-request: 126 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 126 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 126 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
hjk authored
-
ck authored
-
Kai Koehne authored
Schedule a redraw of the states icons when an element is removed from the model. Task-number: BAUHAUS-460 Reviewed-by: Christiaan Janssen
-
Lasse Holmstedt authored
Task-number: BAUHAUS-451 Reviewed-by: kkoehne
-
- Mar 05, 2010
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Christiaan Janssen authored
-
Christiaan Janssen authored
-
Thiago Macieira authored
Somehow, some gdb define a string with the name 'gdb' and we can't find where. But be on the safe side and use the builtin function always. Reviewed-By: hjk
-
hjk authored
-
hjk authored
-
hjk authored
-
kh1 authored
the one run of the indexer. Reviewed-by: ck
-
ck authored
Reviewed-by: kh1
-
con authored
-
con authored
QtConcurrent seems to sometimes take some time before the progress information is initialized. This change fixes the appearance for that case.
-
con authored
Each call of addPath(s) removePath(s) potentially is locking and unlocking a mutex, so do it for all paths at once.
-
con authored
-
Erik Verbruggen authored
-
dt authored
Temporary files should not be watched also fix a few corner cases where the fixedname of IFile change without the file name changing. (Oh the fun of symlinks.) It's more consistent now, though I haven't gone through all the implications of IFile's who's fixedName change
-
dt authored
-
dt authored
-
dt authored
Reviewed-by:
Friedemann Kleint <qtc-committer@nokia.com>
-
dt authored
-
dt authored
-
dt authored
-
dt authored
-
dt authored
-
Christian Kamm authored
Fixes QTCREATORBUG-787 Reviewed-by: Erik Verbruggen
-
Kai Koehne authored
This fixes an assert in QGraphicsScene because of overlapping deferred calls of _q_processDirtyItems & _q_emitUpdated. Both used to be queued in the same event loop: _q_emitUpdated call queued with "calledEmitUpdated=true" _q_processDirtyItems call queued -> Event loop runs _q_emitUpdated runs, setting "calledEmitUpdated=false" _q_processDirtyItems runs, asserting because of !calledEmitUpdated This fix forces the event loop to run between the queueing of _q_emitUpdated & _q_processDirtyItems, effectively separating both calls. Task-number: BAUHAUS-459 Reviewed-by: Christiaan Janssen
-
Marius Storm-Olsen authored
The last line is even blended, which slows things down. Reviewed-by: Thorbjørn Lindeijer (caused by wrong merge of ab3d3cf4)
-
Marius Storm-Olsen authored
If the foreground color for the disabled text is different than the normal text foreground, that's an indication that the user wants the disabled block to be colored differently. If so, disable the syntax highlighting and set uniform colors for the block. If the foreground colors are identical apply full syntax highlighting in the disabled block too. Some people want that. Reviewed-by: Thorbjørn Lindeijer
-
Thorbjørn Lindeijer authored
The generated HTML is not the prettiest HTML in the universe, but it does the job. When copying code from Qt Creator to Microsoft Office or OpenOffice.org, the syntax highlighting is now preserved. The code also pastes as preformatted text. Reviewed-by: mae Task-number: QTCREATORBUG-727
-
David Boddie authored
Reviewed-by: Trust Me
-