Commit Graph

62421 Commits

Author SHA1 Message Date
Thorbjørn Lindeijer
0da4881c3e Made case-insensitive code completion really case-insensitive
There was still some "smartness" that made uppercase characters match
case-sensitive, regardless of the case-sensitivity setting. This annoyed
or at least confused many people who prefer case-insensitivity.

Reviewed-by: con
2009-06-10 16:25:59 +02:00
dt
182161f9bf Fix window title for cmake wizard 2009-06-10 16:03:16 +02:00
Daniel Molkentin
de99534182 Finetune the width for the largely bigger fonts on the mac. 2009-06-10 15:41:38 +02:00
Roberto Raggi
225c784af4 Improved the member lookup of typedef symbols. 2009-06-10 14:45:27 +02:00
Daniel Molkentin
3612b5b922 Tips for Thorbjorn.
Reviewed-By: Thorbjorn Lindeijer <thorbjorn.lindeijer@nokia.com>
2009-06-10 14:35:58 +02:00
hjk
db1c212307 debugger: really disable reverse debugging 2009-06-10 13:35:40 +02:00
Daniel Molkentin
bebb155925 Also search for Qt tr cataloges in the Creator tr dir. Add qt_help cataloge.
The qt_help cataloge is required to fully translate the help plugin. The
additional lookup is mandated by the binary packages, where the translations
are simply put in Creatrors translation directories and the Qt translation
path is invalid.

Reviewed-by: con <qtc-committer@nokia.com>
2009-06-10 13:30:41 +02:00
Roberto Raggi
053f9b449c Merge branch '1.2' of git@scm.dev.nokia.troll.no:creator/mainline 2009-06-10 13:11:40 +02:00
Roberto Raggi
ec769aeaf7 Search in the editor buffers. 2009-06-10 12:25:52 +02:00
Jens Bache-Wiig
92cdc5bc22 Fixes: Prettify error icon
Details:
The old one was a bit too dark and did not
quite fit into the shiny manhattan style.
2009-06-10 12:13:06 +02:00
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