- 02 Dec, 2009 3 commits
-
-
Oswald Buddenhagen authored
-
Robert Loehning authored
Reviewed-by: Friedemann Kleint
-
Thorbjørn Lindeijer authored
Fixes right margin and folded code popup background to be non-transparent.
-
- 01 Dec, 2009 3 commits
-
-
mae authored
The extra area only updated the current *line* when the cursor moved, not the entire paragraph. This left bold line numbers behind. The fix adds the required update region when the cursor position changes blocks.
-
Thorbjørn Lindeijer authored
Necessary because lrelease is built statically now. Reviewed-by: Oswald Buddenhagen
-
Robert Loehning authored
Reviewed by: con
-
- 30 Nov, 2009 2 commits
-
-
con authored
-
Friedemann Kleint authored
Check for correct state (InferiorStopped).
-
- 27 Nov, 2009 2 commits
-
-
Robert Loehning authored
Reviewed-by: Oswald Buddenhagen
-
Oswald Buddenhagen authored
-
- 26 Nov, 2009 6 commits
-
-
Oswald Buddenhagen authored
by robert
-
con authored
Reviewed-by: Daniel Molkentin Reviewed-by: Thorbjørn Lindeijer
-
con authored
Reviewed-by: Daniel Molkentin
-
Thorbjørn Lindeijer authored
This is necessary since a recent change in Qt 4.6 to how the WaveUnderline is drawn. It makes sure the WaveUnderline repeats correctly from one text item to another. Reviewed-by: mae
-
Thorbjørn Lindeijer authored
Null pointer reference in a case where the global namespace is explicitly specified using :: Task-number: QTCREATORBUG-351 Review-pending-by: Roberto Raggi
-
Friedemann Kleint authored
-
- 25 Nov, 2009 1 commit
-
-
Friedemann Kleint authored
Convert CDB unsigned integer values should they appear in hex, make format flexible. Use int64 for reformatting integers to be able to accommodate 64 bit values on Windows 64. Add some more integer types. Do not save decimal type formats. Add menu option to clear individual formatting. Do not use map[] to query the type formats (inserting 0 everywhere as a side effect). Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 24 Nov, 2009 9 commits
-
-
Oswald Buddenhagen authored
mostly reshuffling and language fixes the bulk of the work was done by Others Than Me (TM).
-
Oswald Buddenhagen authored
re-linking the pages manually makes one's head explode, so automate it.
-
Oswald Buddenhagen authored
remove trailing ws, expand tabs and normalize newlines
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
con authored
Task-number: QTCREATORBUG-339
-
- 23 Nov, 2009 6 commits
-
-
Thorbjørn Lindeijer authored
It can be a bit disturbing if the list suddenly jumps when you don't release the down or up key in time. Done with mae.
-
Thorbjørn Lindeijer authored
When encountering a line that hasn't been highlighted yet, we need to abort the optimization for changing brace depth. Done with Roberto Raggi and mae.
-
con authored
Reviewed-by: Daniel Molkentin
-
Daniel Molkentin authored
-
Friedemann Kleint authored
Adapt to the output format "0x0000000`0046535C". Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Friedemann Kleint authored
Reviewed-by:
hjk <qtc-committer@nokia.com>
-
- 22 Nov, 2009 3 commits
-
-
Benjamin Poulain authored
Validate the strings of the French translation. The strings were fixed when necessary.
-
Pierre Rossi authored
-
Benjamin Poulain authored
Reviewed-by: Pierre Rossi
-
- 20 Nov, 2009 5 commits
-
-
Thorbjørn Lindeijer authored
By setting the window and button text colors to the tool tip text color, since a tool tip background is drawn. Task-number: QTCREATORBUG-322
-
con authored
Also avoids errors because of users messing with the "Unfiltered" filter, which is used for e.g. context help. The strategy now is to remove the "Unfiltered" filter from previous runs (possibly in a different language), and re-register a fresh filter with the name in the current language, and guaranteed to not filter out anything. Reviewed-by: kh1
-
Friedemann Kleint authored
Display the error in a label of the preferences page. Reviewed-by: con
-
Roberto Raggi authored
Task-number: QTCREATORBUG-199 Reviewed-by: thorbjorn
-
hjk authored
-