Thorbjørn Lindeijer
2df4f863f0
Clarified the auto-save and run-without-building options
2009-06-16 15:21:56 +02:00
con
4f4f767b2b
Merge commit 'origin/1.2'
2009-06-16 14:58:28 +02:00
dt
7594cc5a41
Fixes YACCSOURCES and LEXSOURCES files not visible in the project tree.
...
Task-number: 255267
2009-06-16 14:41:25 +02:00
Thorbjørn Lindeijer
aa2836f1dc
Fixed the alignment of the line/column number label
...
This depended on a stretch that was removed. Instead, make the stretch
factor of the stretch 0 and make sure that the method boxes used by the
CppEditor and ScriptEditor take all its space.
Reviewed-by: con
2009-06-16 14:29:23 +02:00
Thorbjørn Lindeijer
b76ebd66e0
Fixed the mouse cursor no longer turning into a hand above the mark area
...
Reviewed-by: mae
Reviewed-by: con
2009-06-16 14:29:16 +02:00
dt
a446491ae8
Fixes identifing the right WD for .pro chaning debug_and_release
...
CONFIG+=debug_and_release not working on linux and
CONFIG-=debug_and_release not working on windows.
The logic should be now correct. That is the profile reader reads the
values that are set for the qt build, gets qmake arguments which we
might pass on the command line and reads the .pro files, and in the end
we are interested what CONFIG contains. Patch from Michael Karcher
Task-number: 254925
2009-06-16 14:14:21 +02:00
Friedemann Kleint
86284e43a6
Fixed arguments glitch (ignore empty arguments).
2009-06-16 13:44:45 +02:00
Oswald Buddenhagen
d585fa0fdf
fix build, part 2
2009-06-16 13:31:08 +02:00
Oswald Buddenhagen
daef597bc4
whooops ... fix compile
2009-06-16 13:27:18 +02:00
Oswald Buddenhagen
78a4657152
add test for pointer list with null pointers
2009-06-16 13:25:58 +02:00
Friedemann Kleint
e86e7f960d
Fixed tr()-glitches, updated German translation.
...
Acked-by: dt <qtc-committer@nokia.com >
2009-06-16 12:34:23 +02:00
Friedemann Kleint
d710333c8c
Merge branch '1.2' of git@scm.dev.nokia.troll.no:creator/mainline into 1.2
2009-06-16 12:00:14 +02:00
Friedemann Kleint
cd8af32ed4
Add install/uninstall to qtcdebugger dispatcher.
...
Acked-by: Daniel Molkentin <daniel.molkentin@nokia.com >
2009-06-16 11:59:32 +02:00
dt
513f1d5a01
Fix description in changelog
2009-06-16 11:57:38 +02:00
Kavindra Devi Palaraja
a884e354f1
Merge branch '1.2' of git@scm.dev.nokia.troll.no:creator/mainline into 1.2
2009-06-16 10:59:45 +02:00
Kavindra Devi Palaraja
395037918f
Doc - More cleanups of the changelog
...
Reviewed-By: TrustMe
2009-06-16 10:57:59 +02:00
Oswald Buddenhagen
86ca8f4e30
consolidate attemptBreakpointSynchronization()-related code paths
...
this removes some unnecessary conditions and parallelizes more
Reviewed-by: hjk
2009-06-16 10:33:27 +02:00
Oswald Buddenhagen
afbd04d5d8
fix slightly bizarre plural use
2009-06-16 10:32:01 +02:00
Oswald Buddenhagen
2c5cf82ea2
no need to translate these
2009-06-16 10:31:18 +02:00
Roberto Raggi
4164d31712
Fixed crash in SimpleDeclarationAST::lastToken()
2009-06-16 10:00:07 +02:00
Friedemann Kleint
9a82946d67
Source code typos as reported on mailing list.
2009-06-16 08:33:44 +02:00
con
5a5b1ca5a8
qSharedPointerCast -> qSharedPointerDynamicCast
...
Especially in the canRun methods this is essential.
Reviewed-by: dt
2009-06-15 19:08:59 +02:00
Kavindra Devi Palaraja
1077631da9
Doc - beginning editing the Changelog
...
Reviewed-By: TrustMe
2009-06-15 17:48:09 +02:00
Kavindra Devi Palaraja
77df590467
Doc - More on Part 5
...
RevBy: TrustMe
2009-06-15 17:48:09 +02:00
axasia
a8b496c92d
Update Japanese translation file.
...
Merge-request: 670
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2009-06-15 16:33:43 +02:00
Friedemann Kleint
e242929d35
Finish Debugger session properly, releasing all files.
2009-06-15 16:30:52 +02:00
Enrico Ros
341fba10b0
Italian translation for QtCreator's 1.2 release.
...
Updated the strings, translated the QML related ones and the new
Welcome page. Shortcuts translations are missing, Italians are/will
get used to the english Creator shortcuts.
Merge-request: 667
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2009-06-15 16:26:22 +02:00
Diego A. Schulz G
af6f9ef96a
Spanish translation done.
...
Merge-request: 676
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2009-06-15 16:22:10 +02:00
con
36fc7f160b
Remove superfluous creation of iterator.
2009-06-15 16:16:34 +02:00
Thorbjørn Lindeijer
ffd03aaf66
Fixed issues with line number colors on dark themes
...
By using the palette foreground color for line numbers when the
background is very dark, instead of the palette's "dark" color.
2009-06-15 15:53:47 +02:00
Roberto Raggi
e2a0a4d7c5
Keep the original encoded text around while preprocessing.
2009-06-15 15:39:20 +02:00
Roberto Raggi
dbba0ff8d7
Removed the filename literals.
2009-06-15 15:39:20 +02:00
hjk
1754aefdb1
fakevim: some re-organization of ex mode command handling
2009-06-15 15:14:16 +02:00
Friedemann Kleint
61a9356c64
Complete German translations.
2009-06-15 14:49:31 +02:00
Daniel Molkentin
5a6c636935
Run git on windows properly when git is called synchronously.
...
Reviewed-By: Friedemann Kleint
2009-06-15 14:04:14 +02:00
con
1cdd2c279b
Merge commit 'origin/1.2'
2009-06-15 10:23:02 +02:00
Thorbjørn Lindeijer
a778626e4e
Fixed typo
2009-06-15 10:13:42 +02:00
Daniel Molkentin
28a36379c6
Updated German translation.
2009-06-12 21:19:15 +02:00
Oswald Buddenhagen
199dfbb485
fix gdb shutdown logic on gdb crash
...
Reviewed-by: hjk
2009-06-12 19:56:58 +02:00
Oswald Buddenhagen
aa898a5312
fix waitForFinished logic
2009-06-12 19:55:34 +02:00
Oswald Buddenhagen
bb429a0eb7
add translation howto
2009-06-12 19:54:37 +02:00
Oswald Buddenhagen
461eeb06d5
make ts for danimo
2009-06-12 19:34:13 +02:00
Daniel Molkentin
4168521ae5
Committed the last round of tips contributed by the office.
...
Reviewed-by: Ossi
2009-06-12 19:27:25 +02:00
Daniel Molkentin
cb784459c3
Do not temporary show the welcome mode when passing a session as argument
...
Reviewed-by: con
2009-06-12 18:06:34 +02:00
con
3ddb7b02f1
API review of IRunConfigurationFactory.
...
Done with dt.
2009-06-12 17:58:13 +02:00
con
9c7801956d
Merge commit 'origin/1.2'
...
Conflicts:
src/plugins/debugger/breakwindow.cpp
2009-06-12 17:03:17 +02:00
Thorbjørn Lindeijer
992a178be3
Apply bold to the current line number by default
2009-06-12 15:45:35 +02:00
Thorbjørn Lindeijer
7403fe681c
Fixed crash in the cpp hover handler
...
Didn't check whether the lookup actually returned a valid symbol before
accessing the name.
Reviewed-by: Roberto Raggi
2009-06-12 15:45:35 +02:00
Thorbjørn Lindeijer
20a270e4ae
Create the path of the settings database if it doesn't exist yet
...
Otherwise creation of the database fails on the first startup...
2009-06-12 15:45:35 +02:00
Thorbjørn Lindeijer
f5e7fb9cbb
Corrected name of .config editor
2009-06-12 15:45:35 +02:00