Kavindra Devi Palaraja
14955ed34b
Doc - A few fixes
...
RevBy: TrustMe
2009-06-10 11:26: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
bab72215c8
fix test build
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
Oswald Buddenhagen
f9cd84c104
don't abuse special TRANSLATIONS variable
2009-06-09 19:55:06 +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
Kavindra Devi Palaraja
e5fcbba7fc
Doc - Starting on Part 5
...
Reviewed-By: TrustMe
2009-06-09 12:40:10 +02:00
con
fde603d887
Install data files to right location (Mac).
...
Reviewed-by: Oswald Buddenhagen
2009-06-09 11:55:00 +02:00
con
081bdef003
Merge commit 'origin/1.2'
2009-06-09 10:32:50 +02:00
Kavindra Devi Palaraja
cd6e8d4a74
Doc - starting on Part 5
...
RevBy: TrustMe
2009-06-09 10:32:08 +02:00
Kavindra Devi Palaraja
ed34424196
Doc - fixing up Part 4 and some doc changes
...
RevBy: TrustMe
2009-06-09 10:31:55 +02:00
Kavindra Devi Palaraja
1a07f2caef
Doc - finishing up Part 4 and setting up Parts 5, 6, and 7
...
RevBy: TrustMe
2009-06-09 10:31:43 +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
Kavindra Devi Palaraja
92457dc7c6
Doc - starting on Part 5
...
RevBy: TrustMe
2009-06-08 17:35:08 +02:00
Kavindra Devi Palaraja
a5ad58de5a
Doc - fixing up Part 4 and some doc changes
...
RevBy: TrustMe
2009-06-08 17:17:20 +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
Kavindra Devi Palaraja
ff5765bb96
Doc - finishing up Part 4 and setting up Parts 5, 6, and 7
...
RevBy: TrustMe
2009-06-08 16:02:42 +02:00
Oswald Buddenhagen
d606e1f04a
fix data output paths
2009-06-08 15:55:41 +02:00
Oswald Buddenhagen
7ef45a7070
actually compile and link the phony target
...
kinda slower, but without error messages.
2009-06-08 15:55:41 +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