- Mar 05, 2010
-
-
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
-
Tobias Hunger authored
Reviewed-by: Friedemann Kleint
-
Tobias Hunger authored
Reviewed-by: Friedemann Kleint
-
Tobias Hunger authored
... in the TargetPage of the Qt4 wizards Reviewed-by: Friedemann Kleint
-
Tobias Hunger authored
Reviewed-by: Friedemann Kleint
-
ck authored
Reviewed-by: kh1
-
hjk authored
-
hjk authored
-
Lasse Holmstedt authored
Reviewed-by: dt
-
hjk authored
-
Friedemann Kleint authored
Handle target page correctly. Remove static enumerations of page ids by member variables to handle differing page setups. Fix page switching logic in library wizard. Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Lasse Holmstedt authored
Task-number: BAUHAUS-396 Reviewed-by: dt
-
hjk authored
-
Kai Koehne authored
Reviewed-by: Christiaan Janssen
-
Kai Koehne authored
Reviewed-by: Christian Kamm
-
Tobias Hunger authored
* Allow to restrict possible targets in the targetselectionpage * Only show the page when it makes sense Reviewed-by: Friedemann Kleint
-
Tobias Hunger authored
Reviewed-by: con
-
hjk authored
-
hjk authored
-
hjk authored
Functionality has been moved back to the plugin for now.
-
Christian Kamm authored
-
Christian Kamm authored
This should allow diffs of the generated file to be more meaningful. Reviewed-by: Roberto Raggi
-
kh1 authored
-
hjk authored
-