Commit Graph

44349 Commits

Author SHA1 Message Date
Daniel Molkentin
ab42bb6679 Replace Addressbook tutorial from Qt with the version for Creator
Reviewed-By: Thorbjorn Lindeijer
2009-06-09 18:15:11 +02:00
Roberto Raggi
91bbd724b9 Merge branch '1.2' of git@scm.dev.nokia.troll.no:creator/mainline 2009-06-09 17:37:24 +02:00
Thorbjørn Lindeijer
5d11453c1d Fixed relative include paths specified for the generic project
We forgot to convert them to absolute. Also removed two calls to
removeDuplicates, since the convertToAbsoluteFiles already does that.

Reviewed-by: Roberto Raggi
2009-06-09 17:21:27 +02:00
Jens Bache-Wiig
fa3ea57e91 Fixes: Remove custom button fonts
Details:
The custom fonts set in the style sheet breaks for
japanese (and other) translations. And now that we
use widgets for the design, there is really no
reason to use anything but the system font here.
2009-06-09 17:11:34 +02:00
con
d7b1e5ee8f "Automatic" search term must be escaped in case of regexp being used.
So selecting something and pressing ctrl+f now puts the correct search
term in.
2009-06-09 16:47:11 +02:00
mae
f61a28a081 go back to emacs-like splitting behaviour after popular requests 2009-06-09 16:30:19 +02:00
dt
c91b9dd010 Compile
Case sensitive file system :)
2009-06-09 16:20:43 +02:00
Henrik Abelsson
7d6031b509 In cmake run dialog, let two enter strokes run cmake and close dialog.
Merge-request: 596
Reviewed-by: dt <qtc-committer@nokia.com>
2009-06-09 15:58:01 +02:00
Roberto Raggi
c44584b7ca Search the function calls 2009-06-09 15:56:45 +02:00
Daniel Molkentin
97717b60e6 class wizards: Do not qualify constructors with explicit, do not use "virtual".
Again, consistency with other existing code generators. explicit is only useful
for libraries and confuses new users. virtual is not repeated for subclasses in
Qt.
by other generators either.
2009-06-09 15:52:58 +02:00
Roberto Raggi
31522c5599 Improved the semantic search for class declarations. 2009-06-09 15:39:50 +02:00
Roberto Raggi
769d6282bd Some work on rewriting conditionals. 2009-06-09 14:50:32 +02:00
Daniel Molkentin
e5ec0645c3 Use native separators on Windows.
Reviewed-By: Thorbjorn Lindeijer <thorbjorn.lindeijer@nokia.com>
2009-06-09 13:55:44 +02:00
Daniel Molkentin
1d50f02494 Remove Q_DISABLE_COPY from generated classes. QObject already defines it.
Revieved-By: dt
2009-06-09 13:55:43 +02:00
Roberto Raggi
132258753a More work on `Quick Fix'. 2009-06-09 13:52:52 +02:00
con
081bdef003 Merge commit 'origin/1.2' 2009-06-09 10:32:50 +02:00
mae
a09a62af78 Create the submenu Debug/Start_Debugging. This does not
win any beauty design contents, but is a workaround for
the overlong debug menu. This needs cleanup for 1.3.
2009-06-08 19:28:38 +02:00
dt
2eacd1b731 Fix crash in the project mode.
Reviewed-By: con
2009-06-08 19:13:46 +02:00
Daniel Molkentin
109b9d8e47 Remove a superflouos else-statement that triggered a bug
Reviewed-by: kh
2009-06-08 17:39:15 +02:00
Daniel Molkentin
9b4ef452a3 Fix behavior of debug output via cdb: Add newline to every complete output.
This matches the behavior of the run version where the debug output is not
actually passed through a debugger.

Reviewed-by: Thorbjorn Lindeijer <thorbjorn.lindeijer@nokia.com>
2009-06-08 16:28:49 +02:00
Oswald Buddenhagen
71ff4913ea move the qtcdebugger tool to an appropriate place 2009-06-08 15:55:41 +02:00
Oswald Buddenhagen
289d6f8596 nicer 2009-06-08 15:55:41 +02:00
hjk
7786f8af8d prepare for use of QStringBuilder 2009-06-08 15:54:27 +02:00
con
f3875c7e8e Merge commit 'origin/1.2' 2009-06-08 15:50:43 +02:00
con
ffb0fe656a Could not replace regular expressions with captured text.
Reviewed-by: Oswald Buddenhagen
2009-06-08 15:46:42 +02:00
kh
fca2dcfe28 Fix compilation with namespaces.
Reviewed-by: dt
2009-06-08 14:47:13 +02:00
Roberto Raggi
df99d5447f Initial work on "Quick Fix". 2009-06-08 14:32:42 +02:00
con
0792d4588e Re-add missing image to resource.
Fixes 89a50de58e
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
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
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
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
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
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