- Jun 24, 2010
-
-
Oswald Buddenhagen authored
the cumulative mode tries hard to never lose already assigned variable values. the naive implementation turned assignments into additions, which made the trivial construct "FOO = $$FOO" double the size of the array each time it would be executed. so instead let the assignments be assignments, and then re-add the values that would be dropped. Reviewed-by: dt Task-number: QTCREATORBUG-1595
-
- Jun 14, 2010
-
-
Thorbjørn Lindeijer authored
Reviewed-by: ogoffart
-
- Jun 11, 2010
-
-
kh1 authored
- lessens open file handles - improves help plugin startup further Task-number: QTCREATORBUG-337 Reviewed-by: ck
-
- Jun 10, 2010
-
-
Oswald Buddenhagen authored
raw strings would break things due to the missing null terminator. this did not affect unix, as there we convert to 8 bit anyway. Task-number: QTCREATORBUG-1364
-
- Jun 09, 2010
-
-
Oswald Buddenhagen authored
use local8bit instead of latin1 resp. 8bit-passthrough, after all. the situation was as follows: - if the pro files and file names were all ascii, everything just worked - if either contained non-ascii: - on unix, the evaluator would work as long as the file content encoding matched the file name encoding, and the ui would work as long as the file name encoding was latin1 (i.e., on no modern system) - on windows, both would work only if the ansi code page was latin1/cp1252 (i.e., on western systems) i.e., even in the low-level evaluator, only native latin1 systems with actual latin1 files worked consistently. given this situation, it makes little sense to make an encoding adapter between the evaluator and the ui as originally planned. instead, take the easy way out and use local8bit - this continues to work for native latin1 systems+files in the backend, and makes the ui work for everything the backend groks and some more. Reviewed-by: dt Task-number: QTCREATORBUG-930
-
Oswald Buddenhagen authored
-
- Jun 08, 2010
-
-
Oswald Buddenhagen authored
this fixes the recent appearance of qt_webkit_version.pri in all qt 4.7 based projects. in fact, the patch does somewhat more: it makes the evaluator provide the information to the higher layers which is necessary for a truly hierarchical display of includes. TBD later. Reviewed-by: dt Task-number: QTCREATORBUG-1590
-
- Jun 07, 2010
-
-
Robert Loehning authored
Initial-patch-by:
Shane Kearns <shane.kearns@accenture.com>
-
Robert Loehning authored
-
Robert Loehning authored
Task-number: QTCREATORBUG-1567 Reviewed-by: Friedemann Kleint
-
- Jun 04, 2010
-
-
Oswald Buddenhagen authored
the async re-parsing code breaks the assumption that project parsing only ever starts with a single non-concurrent evaluation (of the top-level project file), so the population of the base values in the shared ProFileOption was happily causing crashes. Reviewed-by: dt Task-number: QTCREATORBUG-1569
-
- May 21, 2010
-
-
Jens Bache-Wiig authored
I altered the layout to use thin splitters so it fits better into the other UI components. Reviewed-by: thorbjorn
-
- May 18, 2010
-
-
dt authored
That is e.g. SOURCES instead of whatever variable is used first in the project file. Reviewed-By: ossi
-
- May 12, 2010
-
-
Thorbjørn Lindeijer authored
When dragging the mouse to select an item that is not currently visible, the ResourceView was not making the selected item visible. This was due to an unnecessary reimplementation the protected currentChanged slot. Reviewed-by: owolff
-
- May 11, 2010
-
-
Jens Bache-Wiig authored
- We now used styled bars where available - We use frameless windows to optimize screen space - We use the fancylineedit where possible Reviewed-by: thorbjorn
-
Friedemann Kleint authored
1. Fix hanging behaviour when we receive a message on the wrong mux in framed mode 2. Treat messages on the trace mux (0102) as debug output 3. Separate timestamp from text in trace messages Initial-patch-by:
Shane Kearns <shane.kearns@accenture.com>
-
- Apr 30, 2010
-
-
Robert Loehning authored
-
- Apr 23, 2010
-
-
Erik Verbruggen authored
-
- Apr 22, 2010
-
-
Banana Joe authored
Reviewed-by: danimo
-
- Apr 20, 2010
-
-
Oswald Buddenhagen authored
unlike in qmake, the arguments are already expanded at this point (which is strictly speaking a bug for the iterator variable name), so it is plain wrong to call doVariableReplace on them.
-
Oswald Buddenhagen authored
amazingly enough, qlist::{first,last}() have non-const versions, which are of course used when you least expect it ...
-
Oswald Buddenhagen authored
-
- Apr 19, 2010
-
-
Oswald Buddenhagen authored
the sub-strings "escaped" from the evaluator through the accessor, so things did go boom, after all. Reviewed-by: thorbjorn
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
Christian Kamm authored
Fixes function argument list code completion not completing the cv qualifier. Regression from 9efa5d94. Task-number: QTCREATORBUG-1037 Reviewed-by: Roberto Raggi
-
- Apr 15, 2010
-
-
con authored
Task-number: QTCREATORBUG-1106
-
- Apr 13, 2010
-
-
Robert Loehning authored
Reviewed-by:
Friedemann Kleint <friedemann.kleint@nokia.com>
-
- Apr 12, 2010
-
-
Erik Verbruggen authored
For example: template <typename ::foo::bar>... Done by: Roberto Raggi Reviewed-by: erikv
-
Roberto Raggi authored
For example, template <template <typename> class X> struct foo {}; Reviewed-by: erikv
-
- Apr 08, 2010
-
-
Alexey Semenko authored
Reviewed-by: mae Merge-request: 133
-
- Apr 07, 2010
-
-
Friedemann Kleint authored
Add download mode with support for stdout-target. Fix verbosity, copy progress reporting overflows. Initial-patch-by:
Shane Kearns <shane.kearns@sosco.com>
-
- Apr 01, 2010
-
-
Oswald Buddenhagen authored
the previous fix did not consider that ProFiles are a further specialization of ProBlocks. Reviewed-by: dt Task-number: QTCREATORBUG-1003
-
Oswald Buddenhagen authored
in my quest to de-virtualize the ProItems i also devirtualized their d'tors without providing a replacement. whoops. Reviewed-by: dt Task-number: QTCREATORBUG-1003
-
- Mar 30, 2010
-
-
kh1 authored
-
kh1 authored
-
kh1 authored
-
kh1 authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-