Commit Graph

72811 Commits

Author SHA1 Message Date
Roberto Raggi
3ae43daa5a Expand the anonymous namespace and not the enclosing namespace. 2009-06-10 11:35:45 +02:00
Roberto Raggi
75fb2acdb2 Expand the anonymous namespace and not the enclosing namespace. 2009-06-10 11:31:00 +02:00
dt
29f1b9214d Fix "Rebuild Debugging Helper" not enabled after changing path.
In the Qt Options Dialog.
2009-06-10 11:12:32 +02:00
Oswald Buddenhagen
d7c573054c re-apply enabled state to restored breakpoints 2009-06-10 10:57:00 +02:00
Oswald Buddenhagen
38717c2a55 less inefficient 2009-06-10 10:57:00 +02:00
Jens Bache-Wiig
75d13e0288 Fixes: Fix debugger icon size
Details:
The old debugger icon was simply too large
so I made a new one.
2009-06-10 10:46:04 +02:00
Thorbjørn Lindeijer
4fcabed862 Fixed .h++ and .c++ files to be recognized as supported file types
For example, when creating a new generic project, such files would not
automatically get added to the list of files.

Reviewed-by: Daniel Molkentin
2009-06-10 10:20:19 +02:00
Roberto Raggi
c25644a272 Merge branch '1.2' of git@scm.dev.nokia.troll.no:creator/mainline 2009-06-10 08:52:56 +02:00
mae
d4797bd98d show the visual column in the line-column-label (makes a difference
when using tabs).

Column counting still starts with 1.
2009-06-09 19:45:53 +02:00
mae
e8b95f6349 more editor manager cleanup 2009-06-09 19:45:53 +02:00
Roberto Raggi
8c41eddaf4 Merge branch '1.2' of git@scm.dev.nokia.troll.no:creator/mainline 2009-06-09 18:38:52 +02:00
Jens Bache-Wiig
c85435d9ab Fixes: Fix a painting glitch when not using code folding 2009-06-09 18:17:54 +02:00
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