Commit Graph

80529 Commits

Author SHA1 Message Date
con
0792d4588e Re-add missing image to resource.
Fixes 89a50de58e
2009-06-08 12:54:25 +02:00
con
5309ba476c Document minimal supported perforce version. 2009-06-08 12:54:25 +02:00
Daniel Molkentin
6b919043bf Partitial revert of d7af85a097.
broke at least cdb.

Reviewed-By: hjk <qtc-committer@nokia.com>
2009-06-08 12:12:36 +02:00
Jens Bache-Wiig
1ada16cd10 Fixes: Limit new folding indicators to Oxygen
Details:
It seems mac and windows people disagree with forcing
the new indicators on everyone so I will limit it to
Oxygen for now as it was the style in most need of
a fix.
2009-06-08 12:09:19 +02:00
Roberto Raggi
22551cffcc Fixed AST::asName() cast. 2009-06-08 11:53:51 +02:00
con
b60cbecd72 Merge commit 'origin/1.2' 2009-06-08 10:04:55 +02:00
Kavindra Devi Palaraja
8caffa1cd1 Doc - more of part 4, including a screenshot and lots of docs
RevBy:    TrustMe
2009-06-08 10:00:54 +02:00
Kavindra Devi Palaraja
38a6806ee1 Doc - Starting with Part 4
Reviewed-by: TrustMe
2009-06-08 10:00:40 +02:00
Kavindra Devi Palaraja
5a9e90d12c Doc - adding a screenshot for Part 3 of the tutorial
Reviewed-by: TrustMe
2009-06-08 10:00:26 +02:00
Kavindra Devi Palaraja
72d3f25516 Fixes: Doc - finishing up Part 3
RevBy:    TrustMe
2009-06-08 10:00:11 +02:00
Kavindra Devi Palaraja
324476fd71 Fixes: Doc - more on Part 3
RevBy:    TrustMe
2009-06-08 09:59:54 +02:00
con
f0981337d7 Update changes file. 2009-06-08 09:41:52 +02:00
hjk
4deff6fcca fakevim: fix display of error messages.
They have been overwritten by empty strings previously too quickly.
2009-06-08 09:30:32 +02:00
dt
1243191584 My changes 2009-06-05 18:04:23 +02:00
Kavindra Devi Palaraja
dcda330906 Doc - more of part 4, including a screenshot and lots of docs
RevBy:    TrustMe
2009-06-05 17:57:57 +02:00
Kavindra Devi Palaraja
0912e70469 Doc - Starting with Part 4
Reviewed-by: TrustMe
2009-06-05 17:57:57 +02:00
dt
bb46ce3982 Fix memory leak in the diff editor.
Reviewed-By: con
2009-06-05 17:54:28 +02:00
Daniel Molkentin
6c7f03e29e Session manager will no longer try to load a session when clicking OK.
This double role of managing sessions *and* loading the active one was
always a bit odd and confusing (unexpected behavior).

Reviewed-By: dt
2009-06-05 17:28:33 +02:00
Daniel Molkentin
98981a6700 Update welcomescreen if session manager is closed and welcome mode is active.
Reviewed-By: dt
2009-06-05 17:27:29 +02:00
Thorbjørn Lindeijer
3a0db441e4 Show the filename of a symbol if it doesn't have additional type info
Helps with disambiguating global functions, for example.
2009-06-05 16:52:30 +02:00
Jens Bache-Wiig
b25edbe2ab Fixes: Draw arrow branch collapse arrows on all styles
Details:
We now draw mac/vista-like expand indicators in all styles
as suggested by danimo.
2009-06-05 16:17:15 +02:00
mae
abe58a77cc clear navigation history when switching sessions 2009-06-05 15:42:24 +02:00
Roberto Raggi
752dd880e0 Show how to simplify declarations. e.g.
static int i, *ptr = &i;

will be replaced with

static int i;
static int *ptr = &i;

using the editor's context menu > Simplify Declarations
2009-06-05 14:30:18 +02:00
Roberto Raggi
b18cb113da Added Document::source() 2009-06-05 14:29:57 +02:00
Jens Bache-Wiig
8fb4a61509 Fixes: Minor text centering issue
Details:
We should subtract the border edge when calculating the text rect.
2009-06-05 14:16:11 +02:00
Jens Bache-Wiig
d9e98f343c Fixes: Fix red color on error for progressbars 2009-06-05 14:05:24 +02:00
Jens Bache-Wiig
ab487246e9 Fixes: Make selection rect a little darker
Details:
Looked a bit too light in certain themes including mac.
2009-06-05 13:59:53 +02:00
Roberto Raggi
0af74cd6f3 A simple generator for the clone methods. 2009-06-05 13:17:14 +02:00
con
722b23189e More fixes for setting focus correctly.
Reviewed-by: dt
2009-06-05 12:50:06 +02:00
Thorbjørn Lindeijer
b3284cc131 Better error reporting when failing to open settings database
Mention the filename and the driver error text (though this last thing
doesn't seem that useful). Also, don't spam with failures afterwards
when the database failed to open.
2009-06-05 12:40:00 +02:00
Kavindra Devi Palaraja
07defdfba6 Doc - adding a screenshot for Part 3 of the tutorial
Reviewed-by: TrustMe
2009-06-05 12:32:20 +02:00
Kavindra Devi Palaraja
d5292f2105 Fixes: Doc - finishing up Part 3
RevBy:    TrustMe
2009-06-05 12:31:21 +02:00
Roberto Raggi
74031307f1 Removed useless comment. 2009-06-05 12:10:59 +02:00
Roberto Raggi
456d418b24 Introduced iterators for the c++ literals. 2009-06-05 12:09:45 +02:00
Kavindra Devi Palaraja
38ad878270 Fixes: Doc - more on Part 3
RevBy:    TrustMe
2009-06-05 12:07:43 +02:00
dt
8161acac8b Fix crash introduced by actualy freeing memory.
Reviewed-By: con
2009-06-05 11:16:09 +02:00
Roberto Raggi
ad5b9cb005 Copy the base members. 2009-06-05 10:58:40 +02:00
Roberto Raggi
62adaedff9 AST cloning. 2009-06-05 10:47:40 +02:00
Kavindra Devi Palaraja
6c14c86fab Fixes: Doc - more of Part 3
RevBy:    TrustMe
2009-06-05 10:34:02 +02:00
Kavindra Devi Palaraja
388c24ba78 Fixes: Doc - making sure Part 3 compiles
RevBy:    TrustMe
2009-06-05 10:33:52 +02:00
Kavindra Devi Palaraja
0b58dbada0 Fixes: Doc - incorporating some of Danimo's feedback
RevBy:    Daniel Molkentin
2009-06-05 10:33:39 +02:00
Roberto Raggi
3dd247b958 Compile. 2009-06-05 09:47:23 +02:00
Roberto Raggi
0497c535a2 cleanup 2009-06-05 09:44:37 +02:00
Roberto Raggi
b409202b45 Merge branch '1.2' of git@scm.dev.nokia.troll.no:creator/mainline 2009-06-05 09:12:16 +02:00
Jens Bache-Wiig
a7e4e0b720 Fixes: Fix progress dialog on mac 2009-06-04 17:58:47 +02:00
Jens Bache-Wiig
d10389b9c5 Increase the delay for folding blocks
Details:
40 ms seems a bit too short. We should at least allow the mouse
cursor to pass undetected. The 10 ms delay seems a bit redundant.
2009-06-04 16:42:09 +02:00
Roberto Raggi
da0e9a58df Merge branch '1.2' of git@scm.dev.nokia.troll.no:creator/mainline 2009-06-04 16:18:49 +02:00
Roberto Raggi
f98b937b8c Expand enum and anonymous scoped symbols when resolving qualified name ids.
Reviewed-by: Thorbjørn Lindeijer
2009-06-04 16:17:22 +02:00
hjk
c6db354387 debugger: disable reverse debugging for 1.2 as Gui is unfinished 2009-06-04 16:15:01 +02:00
hjk
5892ea1b1d fakevim: fix problem where previously inserted text became part of a '.' 2009-06-04 16:08:34 +02:00