Oswald Buddenhagen
190bace234
French translations
...
by Ben & Pierre
2009-11-18 18:10:51 +01:00
Jonathan Courtois
6faadc94ed
French translations
...
Merge-request: 2131
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2009-11-18 17:17:42 +01:00
Florent Renault
ec7ad5e71a
French translations
...
Merge-request: 2131
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2009-11-18 17:17:42 +01:00
Friedemann Kleint
ce5380aaeb
Wizard: Polish, layout and module names.
...
Reviewed-by: con
2009-11-18 12:11:16 +01:00
Friedemann Kleint
213b8638ed
Designer: Restrict files used for "Go to slot" to project of ui-file.
...
Reviewed-by: con
Task-number: QTCREATORBUG-245
2009-11-18 10:31:16 +01:00
Friedemann Kleint
066b1d8d6b
Shortcut Ctrk-L (Locator Goto Line) broken in most translations.
...
Change the translateable string not to contain a blank.
Task-number: QTCREATORBUG-299
Reviewed-by: Thorbjorn Lindeijer <thorbjorn.lindeijer@nokia.com >
2009-11-17 16:56:04 +01:00
Sergey Belyashov
9ce3bd0b76
Updated Russian translation.
...
Merge-request: 2115
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2009-11-17 15:48:00 +01:00
Roberto Raggi
fa2eca8262
Insert semicolon when matching enum declarations.
...
Task-number: QTCREATORBUG-282
2009-11-16 18:15:33 +01:00
Roberto Raggi
0b641d38d5
Use a map for the memoization.
2009-11-16 18:01:50 +01:00
Thorbjørn Lindeijer
881f62e965
Fixed printing of the current Qt version number
...
The final dot was confusing qmake, apparently considered part of the
variable name.
2009-11-16 13:08:04 +01:00
Roberto Raggi
fc52fd8908
Revert "Fixed the direction in which include paths are traversed"
...
This reverts commit 6a9e7ab0f4 .
2009-11-13 15:20:54 +01:00
hjk
516af4b1b6
debugger: access preloaded dumpers also when stopped by a signal
2009-11-13 14:16:44 +01:00
Robert Loehning
de6551b8fe
S60: More precise about Qt version to use.
2009-11-13 11:31:15 +01:00
Robert Loehning
1e9152df6c
S60: Added documentation paragraph about running in emulator.
2009-11-13 11:31:14 +01:00
hjk
4eea61c47f
debugger: fix breakpoihnt deletion by using the context menu action
2009-11-13 10:55:50 +01:00
hjk
805c728a29
debugger: work on QObject dumper auto test
2009-11-13 10:49:50 +01:00
Jarek Kobus
37e08bbdd4
Fix a bug when processing the comment
...
When we meet /* we look for closing */ and continue processing from the next char, not from '/' which was a part of the closing comment
2009-11-13 08:52:35 +01:00
con
5e6e5e3261
Screenshots for project settings.
...
Reviewed-by: dt
2009-11-12 20:36:21 +01:00
con
c0dc334891
CSL is the right name.
...
Reviewed-by: Oswald Buddenhagen
2009-11-12 19:43:31 +01:00
con
0a69836488
Update the documentation for Qt for Symbian support.
...
Reviewed-by: Robert Loehning
2009-11-12 19:43:30 +01:00
dt
9f2940297f
Pretend that the gdbmacros.cpp is actually 5 minutes older then it is.
...
Fixes a bug that after package installation the debugging helpers are
sometimes marked as invalid.
Reviewed-By: hjk
2009-11-12 18:21:20 +01:00
Friedemann Kleint
ffca9bb5cc
Debugger: Do not use LD_PRELOAD on Mac.
...
Fails for system Qt on 10.6.
Reviewed-By: hjk <qtc-committer@nokia.com >
2009-11-12 16:49:12 +01:00
Oswald Buddenhagen
0939a7f77f
don't track shared library events on gdb < 7, after all.
...
The problem is that the shlib events disturb bounded execution requests
and there is no way to recover from this - the debugger will effectively
turn "step over" into "continue". this is nicely explained in
http://vladimir_prus.blogspot.com/2007/12/debugger-stories-pending-breakpoints.html
2009-11-12 15:36:45 +01:00
Jarek Kobus
6485a66c5b
Update Polish translations
2009-11-12 11:49:20 +01:00
Ritt Konstantin
702489cebc
update Russian translations for 1.3.0
...
Merge-request: 2065
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2009-11-12 11:18:47 +01:00
hjk
80a112f677
debugger: make QVariant dumper compile with QT_NO_SHORTCUT
2009-11-12 09:25:42 +01:00
hjk
2df118c1a7
debugger: add autotest for QSet dumper
2009-11-12 09:25:42 +01:00
hjk
79789d4feb
debugger: let dumpers override reported inames
2009-11-12 09:25:41 +01:00
hjk
cfc525d73b
debugger: add autotest involving a typedef
2009-11-12 09:25:41 +01:00
Daniel Molkentin
c27d5cc164
fix prl names, also include debug versions.
...
Reviewed-By: con
2009-11-11 17:31:40 +01:00
Friedemann Kleint
8335a06ed4
Code model: Update on changes from the versioning system.
...
Add changed signals to IVersionControl and
VCSManager and wire them to the update methods. Add a menu action for
manually updating. Improved version of reverted
7aa2411693 .
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com >
2009-11-11 14:32:54 +01:00
Oswald Buddenhagen
4d45ad0003
always clear pending command queue before posting shutdown commands
...
this ensures that, among other things, we won't get into this scenario:
- process is running
- interrupt is requested by user
- termination is requested by user
- before interrupt takes effect, the process terminates
=> shutdown is called
=> exit is also queued, as there is already a queued kill
=> nothing happens, as there will never be a stop response
Reviewed-by: hjk
2009-11-11 12:41:06 +01:00
Oswald Buddenhagen
5bd5fa63bf
be more lenient when matching the stops at _start
...
archer reports stops at tbreaks properly, so checking for an empty stop
reason is no particularly good idea. instead, we simply skip *all* stops
at the entry point, assuming the user will not really set a breakpoint
there anyway.
Reviewed-by: hjk
2009-11-11 11:42:12 +01:00
con
e4b1a25dd2
Revert "Code model: Update on changes from the versioning system."
...
This reverts commit 7aa2411693 .
It breaks the code model updates completely. So reverting this change
until we have the right thing.
Reviewed-by: Roberto Raggi
2009-11-10 18:19:37 +01:00
Thorbjørn Lindeijer
3cd7f49e71
Fixed search results handling of font height
...
This patch makes sure that the rows that show the file and the rows that
show the results are the same height, to satisfy the uniform row heights
setting.
Also, a layout changed signal is now emitted when the font is changed.
This makes active search results update correctly when the text editor
font is changed.
Reviewed-by: con
2009-11-10 18:13:41 +01:00
Thorbjørn Lindeijer
6a9e7ab0f4
Fixed the direction in which include paths are traversed
...
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com >
2009-11-10 18:13:41 +01:00
Daniel Molkentin
b71be596aa
Adjust qtlibspatcher to new pathnames, change purpose of qpatch
...
qpatch should not try to rename debug symbols, but modify the prl
files instead. This purely replaces forward-slashed pathes. The
pathes in the debugging symbols use backslashes and are not touched.
Reviewed-By: con
2009-11-10 17:49:50 +01:00
mae
2fba3888dc
Fix combobox tooltip and lock-button visibility for empty editor views
...
Reviewed-by: con
2009-11-10 17:13:44 +01:00
Jarek Kobus
4e4adc865a
Provide disambiguations for "unknown" string
2009-11-10 16:22:40 +01:00
Tobias Hunger
5fa7d54ea4
Quote CDB_PATH.
...
When setting CDB_PATH via the environment.
Reviewed-By: ossi
(cherry picked from commit e288c4c4e7 )
2009-11-10 14:46:41 +01:00
Oswald Buddenhagen
cb4b139148
track shared library events even on gdb < 7
...
this is to update breakpoint, source and module lists automatically.
also remove the now pointless -break-list on every stop.
Reviewed-by: hjk
2009-11-10 13:02:34 +01:00
Oswald Buddenhagen
de9438df0c
clear pending stream outputs after handling stop response
...
any output will most definitely belong to later issued commands, so not
clearing it will only cost cpu or even confuse the evaluation.
Reviewed-by: hjk
2009-11-10 13:02:33 +01:00
Oswald Buddenhagen
5976b1ba43
actively try to obtain PID of non-pthread inferiors with gdb < 7 on linux
...
Reviewed-by: hjk
2009-11-10 13:02:33 +01:00
Oswald Buddenhagen
23e06304f8
further cleanups in less expected shutdown paths
...
Reviewed-by: hjk
2009-11-10 13:02:33 +01:00
Friedemann Kleint
97618ec493
L10n: Correct spelling in German translation
...
Run through spell checker.
Task-number: QTCREATORBUG-256
2009-11-10 12:50:51 +01:00
Friedemann Kleint
5acac101a6
Cdb: Fix step out.
...
Use debugger's 'gu' command instead of temporary breakpoint as a
workaround until it is properly supported by the
SetExecutionStatus() API.
Reviewed-by: hjk
Task-number: QTCREATORBUG-240
2009-11-10 10:40:24 +01:00
hjk
dcad2e249f
fakevim: fix pasting in visual block mode
2009-11-10 10:07:36 +01:00
hjk
82c548285f
fakevim: fix writing of full file in stand-alone mode
2009-11-10 09:25:51 +01:00
mae
4ef2caca3a
Fix pasting of text that starts with a visually empty line
...
Creator only indents the first line, and reindents subsequent lines relative
to the indentation change of said first line. This fails when the first line
contains no non-space characters. Solution in this change: skip (visually) empty
lines.
Reviewed-by: thorbjorn
Task-number: QTCREATORBUG-227
2009-11-09 18:58:31 +01:00
con
f257f19b03
Some missing defines for Symbian tool chains.
...
Reviewed-by: dt
2009-11-09 18:35:14 +01:00